lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.18.0 vs lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.19.0
- old
+ new
@@ -625,10 +625,14 @@
# account's password.
#
# @option params [required, String] :namespace_name
# The name of the namespace.
#
+ # @option params [String] :redshift_idc_application_arn
+ # The ARN for the Redshift application that integrates with IAM Identity
+ # Center.
+ #
# @option params [Array<Types::Tag>] :tags
# A list of tag instances.
#
# @return [Types::CreateNamespaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
@@ -645,10 +649,11 @@
# iam_roles: ["IamRoleArn"],
# kms_key_id: "String",
# log_exports: ["useractivitylog"], # accepts useractivitylog, userlog, connectionlog
# manage_admin_password: false,
# namespace_name: "NamespaceName", # required
+ # redshift_idc_application_arn: "RedshiftIdcApplicationArn",
# tags: [
# {
# key: "TagKey", # required
# value: "TagValue", # required
# },
@@ -2976,10 +2981,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-redshiftserverless'
- context[:gem_version] = '1.18.0'
+ context[:gem_version] = '1.19.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated