lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.40.0 vs lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.41.0

- old
+ new

@@ -1104,10 +1104,14 @@ # # @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 [Types::PerformanceTarget] :price_performance_target + # An object that represents the price performance target settings for + # the workgroup. + # # @option params [Boolean] :publicly_accessible # A value that specifies whether the workgroup can be accessed from a # public network. # # @option params [Array<String>] :security_group_ids @@ -1139,10 +1143,14 @@ # enhanced_vpc_routing: false, # ip_address_type: "IpAddressType", # max_capacity: 1, # namespace_name: "NamespaceName", # required # port: 1, + # price_performance_target: { + # level: 1, + # status: "ENABLED", # accepts ENABLED, DISABLED + # }, # publicly_accessible: false, # security_group_ids: ["SecurityGroupId"], # subnet_ids: ["SubnetId"], # tags: [ # { @@ -1180,10 +1188,12 @@ # resp.workgroup.ip_address_type #=> String # resp.workgroup.max_capacity #=> Integer # resp.workgroup.namespace_name #=> String # resp.workgroup.patch_version #=> String # resp.workgroup.port #=> Integer + # resp.workgroup.price_performance_target.level #=> Integer + # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED" # resp.workgroup.publicly_accessible #=> Boolean # resp.workgroup.security_group_ids #=> Array # resp.workgroup.security_group_ids[0] #=> String # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING" # resp.workgroup.subnet_ids #=> Array @@ -1555,10 +1565,12 @@ # resp.workgroup.ip_address_type #=> String # resp.workgroup.max_capacity #=> Integer # resp.workgroup.namespace_name #=> String # resp.workgroup.patch_version #=> String # resp.workgroup.port #=> Integer + # resp.workgroup.price_performance_target.level #=> Integer + # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED" # resp.workgroup.publicly_accessible #=> Boolean # resp.workgroup.security_group_ids #=> Array # resp.workgroup.security_group_ids[0] #=> String # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING" # resp.workgroup.subnet_ids #=> Array @@ -2063,10 +2075,12 @@ # resp.workgroup.ip_address_type #=> String # resp.workgroup.max_capacity #=> Integer # resp.workgroup.namespace_name #=> String # resp.workgroup.patch_version #=> String # resp.workgroup.port #=> Integer + # resp.workgroup.price_performance_target.level #=> Integer + # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED" # resp.workgroup.publicly_accessible #=> Boolean # resp.workgroup.security_group_ids #=> Array # resp.workgroup.security_group_ids[0] #=> String # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING" # resp.workgroup.subnet_ids #=> Array @@ -2718,10 +2732,12 @@ # resp.workgroups[0].ip_address_type #=> String # 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].price_performance_target.level #=> Integer + # resp.workgroups[0].price_performance_target.status #=> String, one of "ENABLED", "DISABLED" # resp.workgroups[0].publicly_accessible #=> Boolean # resp.workgroups[0].security_group_ids #=> Array # resp.workgroups[0].security_group_ids[0] #=> String # resp.workgroups[0].status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING" # resp.workgroups[0].subnet_ids #=> Array @@ -3630,10 +3646,14 @@ # # @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 [Types::PerformanceTarget] :price_performance_target + # An object that represents the price performance target settings for + # the workgroup. + # # @option params [Boolean] :publicly_accessible # A value that specifies whether the workgroup can be accessible from a # public network. # # @option params [Array<String>] :security_group_ids @@ -3662,10 +3682,14 @@ # ], # enhanced_vpc_routing: false, # ip_address_type: "IpAddressType", # max_capacity: 1, # port: 1, + # price_performance_target: { + # level: 1, + # status: "ENABLED", # accepts ENABLED, DISABLED + # }, # publicly_accessible: false, # security_group_ids: ["SecurityGroupId"], # subnet_ids: ["SubnetId"], # workgroup_name: "WorkgroupName", # required # }) @@ -3697,10 +3721,12 @@ # resp.workgroup.ip_address_type #=> String # resp.workgroup.max_capacity #=> Integer # resp.workgroup.namespace_name #=> String # resp.workgroup.patch_version #=> String # resp.workgroup.port #=> Integer + # resp.workgroup.price_performance_target.level #=> Integer + # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED" # resp.workgroup.publicly_accessible #=> Boolean # resp.workgroup.security_group_ids #=> Array # resp.workgroup.security_group_ids[0] #=> String # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING" # resp.workgroup.subnet_ids #=> Array @@ -3735,10 +3761,10 @@ params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-redshiftserverless' - context[:gem_version] = '1.40.0' + context[:gem_version] = '1.41.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated