lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.17.0 vs lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.18.0
- old
+ new
@@ -841,10 +841,14 @@
# @option params [Boolean] :enhanced_vpc_routing
# The value that specifies whether to turn on enhanced virtual private
# cloud (VPC) routing, which forces Amazon Redshift Serverless to route
# traffic through your VPC instead of over the internet.
#
+ # @option params [Integer] :max_capacity
+ # The maximum data-warehouse capacity Amazon Redshift Serverless uses to
+ # serve queries. The max capacity is specified in RPUs.
+ #
# @option params [required, String] :namespace_name
# The name of the namespace to associate with the workgroup.
#
# @option params [Integer] :port
# The custom port to use when connecting to a workgroup. Valid port
@@ -879,10 +883,11 @@
# parameter_key: "ParameterKey",
# parameter_value: "ParameterValue",
# },
# ],
# enhanced_vpc_routing: false,
+ # max_capacity: 1,
# namespace_name: "NamespaceName", # required
# port: 1,
# publicly_accessible: false,
# security_group_ids: ["SecurityGroupId"],
# subnet_ids: ["SubnetId"],
@@ -914,10 +919,11 @@
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
# resp.workgroup.enhanced_vpc_routing #=> Boolean
+ # resp.workgroup.max_capacity #=> Integer
# resp.workgroup.namespace_name #=> String
# resp.workgroup.patch_version #=> String
# resp.workgroup.port #=> Integer
# resp.workgroup.publicly_accessible #=> Boolean
# resp.workgroup.security_group_ids #=> Array
@@ -1205,10 +1211,11 @@
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
# resp.workgroup.enhanced_vpc_routing #=> Boolean
+ # resp.workgroup.max_capacity #=> Integer
# resp.workgroup.namespace_name #=> String
# resp.workgroup.patch_version #=> String
# resp.workgroup.port #=> Integer
# resp.workgroup.publicly_accessible #=> Boolean
# resp.workgroup.security_group_ids #=> Array
@@ -1661,10 +1668,11 @@
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
# resp.workgroup.enhanced_vpc_routing #=> Boolean
+ # resp.workgroup.max_capacity #=> Integer
# resp.workgroup.namespace_name #=> String
# resp.workgroup.patch_version #=> String
# resp.workgroup.port #=> Integer
# resp.workgroup.publicly_accessible #=> Boolean
# resp.workgroup.security_group_ids #=> Array
@@ -2203,10 +2211,11 @@
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
# resp.workgroups[0].endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
# resp.workgroups[0].endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
# resp.workgroups[0].endpoint.vpc_endpoints[0].vpc_id #=> String
# resp.workgroups[0].enhanced_vpc_routing #=> Boolean
+ # resp.workgroups[0].max_capacity #=> Integer
# resp.workgroups[0].namespace_name #=> String
# resp.workgroups[0].patch_version #=> String
# resp.workgroups[0].port #=> Integer
# resp.workgroups[0].publicly_accessible #=> Boolean
# resp.workgroups[0].security_group_ids #=> Array
@@ -2864,10 +2873,14 @@
# @option params [Boolean] :enhanced_vpc_routing
# The value that specifies whether to turn on enhanced virtual private
# cloud (VPC) routing, which forces Amazon Redshift Serverless to route
# traffic through your VPC.
#
+ # @option params [Integer] :max_capacity
+ # The maximum data-warehouse capacity Amazon Redshift Serverless uses to
+ # serve queries. The max capacity is specified in RPUs.
+ #
# @option params [Integer] :port
# The custom port to use when connecting to a workgroup. Valid port
# ranges are 5431-5455 and 8191-8215. The default is 5439.
#
# @option params [Boolean] :publicly_accessible
@@ -2897,10 +2910,11 @@
# parameter_key: "ParameterKey",
# parameter_value: "ParameterValue",
# },
# ],
# enhanced_vpc_routing: false,
+ # max_capacity: 1,
# port: 1,
# publicly_accessible: false,
# security_group_ids: ["SecurityGroupId"],
# subnet_ids: ["SubnetId"],
# workgroup_name: "WorkgroupName", # required
@@ -2925,10 +2939,11 @@
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
# resp.workgroup.enhanced_vpc_routing #=> Boolean
+ # resp.workgroup.max_capacity #=> Integer
# resp.workgroup.namespace_name #=> String
# resp.workgroup.patch_version #=> String
# resp.workgroup.port #=> Integer
# resp.workgroup.publicly_accessible #=> Boolean
# resp.workgroup.security_group_ids #=> Array
@@ -2961,10 +2976,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-redshiftserverless'
- context[:gem_version] = '1.17.0'
+ context[:gem_version] = '1.18.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated