aws-sdk-redshiftserverless 1.62.0 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +40 -9
- data/lib/aws-sdk-redshiftserverless/client_api.rb +3 -0
- data/lib/aws-sdk-redshiftserverless/types.rb +59 -16
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0dc789ec5e749a5cbc67a6dc9de6c5d62111b2be7ff0f23ca5fcdfd1f602d9f7
|
|
4
|
+
data.tar.gz: 9f853906e1e704cac40bd4c0f42409ddf8aa7750663837c786b2907154305816
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 307a276cba78fafcb98057f90f675de82d3cffbfd83eabbb1f37db980bf6ac76a99d44085e5fcb10b9e2fd5875eee1de8dd1e12d9edd03dec770c364135c5e0b
|
|
7
|
+
data.tar.gz: 4f0ceea7c61268c3333c79664185c6b3eecdf13280fdf1916ff7649bdc48b6cb2d2124ab39780cd8feef676702b684933304de375fbdc0231f60a3b86a7a3eda
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2026-01-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for enabling extra compute resources for automatic optimization during create and update operations in Amazon Redshift Serverless workgroups.
|
|
8
|
+
|
|
4
9
|
1.62.0 (2026-01-08)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -1189,10 +1189,16 @@ module Aws::RedshiftServerless
|
|
|
1189
1189
|
# An array of parameters to set for advanced control over a database.
|
|
1190
1190
|
# The options are `auto_mv`, `datestyle`,
|
|
1191
1191
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
1192
|
-
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
1193
|
-
# monitoring metrics that let
|
|
1194
|
-
#
|
|
1195
|
-
#
|
|
1192
|
+
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
1193
|
+
# either `wlm_json_configuration` or query monitoring metrics that let
|
|
1194
|
+
# you define performance boundaries. You can either specify individual
|
|
1195
|
+
# query monitoring metrics (such as `max_scan_row_count`,
|
|
1196
|
+
# `max_query_execution_time`) or use `wlm_json_configuration` to define
|
|
1197
|
+
# query queues with rules, but not both. If you're using
|
|
1198
|
+
# `wlm_json_configuration`, the maximum size of `parameterValue` is 8000
|
|
1199
|
+
# characters. For more information about query monitoring rules and
|
|
1200
|
+
# available metrics, see [ Query monitoring metrics for Amazon Redshift
|
|
1201
|
+
# Serverless][1].
|
|
1196
1202
|
#
|
|
1197
1203
|
#
|
|
1198
1204
|
#
|
|
@@ -1203,6 +1209,12 @@ module Aws::RedshiftServerless
|
|
|
1203
1209
|
# cloud (VPC) routing, which forces Amazon Redshift Serverless to route
|
|
1204
1210
|
# traffic through your VPC instead of over the internet.
|
|
1205
1211
|
#
|
|
1212
|
+
# @option params [Boolean] :extra_compute_for_automatic_optimization
|
|
1213
|
+
# If `true`, allocates additional compute resources for running
|
|
1214
|
+
# automatic optimization operations.
|
|
1215
|
+
#
|
|
1216
|
+
# Default: false
|
|
1217
|
+
#
|
|
1206
1218
|
# @option params [String] :ip_address_type
|
|
1207
1219
|
# The IP address type that the workgroup supports. Possible values are
|
|
1208
1220
|
# `ipv4` and `dualstack`.
|
|
@@ -1258,6 +1270,7 @@ module Aws::RedshiftServerless
|
|
|
1258
1270
|
# },
|
|
1259
1271
|
# ],
|
|
1260
1272
|
# enhanced_vpc_routing: false,
|
|
1273
|
+
# extra_compute_for_automatic_optimization: false,
|
|
1261
1274
|
# ip_address_type: "IpAddressType",
|
|
1262
1275
|
# max_capacity: 1,
|
|
1263
1276
|
# namespace_name: "NamespaceName", # required
|
|
@@ -1303,6 +1316,7 @@ module Aws::RedshiftServerless
|
|
|
1303
1316
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
1304
1317
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
|
1305
1318
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
|
1319
|
+
# resp.workgroup.extra_compute_for_automatic_optimization #=> Boolean
|
|
1306
1320
|
# resp.workgroup.ip_address_type #=> String
|
|
1307
1321
|
# resp.workgroup.max_capacity #=> Integer
|
|
1308
1322
|
# resp.workgroup.namespace_name #=> String
|
|
@@ -1684,6 +1698,7 @@ module Aws::RedshiftServerless
|
|
|
1684
1698
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
1685
1699
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
|
1686
1700
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
|
1701
|
+
# resp.workgroup.extra_compute_for_automatic_optimization #=> Boolean
|
|
1687
1702
|
# resp.workgroup.ip_address_type #=> String
|
|
1688
1703
|
# resp.workgroup.max_capacity #=> Integer
|
|
1689
1704
|
# resp.workgroup.namespace_name #=> String
|
|
@@ -2363,6 +2378,7 @@ module Aws::RedshiftServerless
|
|
|
2363
2378
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
2364
2379
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
|
2365
2380
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
|
2381
|
+
# resp.workgroup.extra_compute_for_automatic_optimization #=> Boolean
|
|
2366
2382
|
# resp.workgroup.ip_address_type #=> String
|
|
2367
2383
|
# resp.workgroup.max_capacity #=> Integer
|
|
2368
2384
|
# resp.workgroup.namespace_name #=> String
|
|
@@ -3219,6 +3235,7 @@ module Aws::RedshiftServerless
|
|
|
3219
3235
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
3220
3236
|
# resp.workgroups[0].endpoint.vpc_endpoints[0].vpc_id #=> String
|
|
3221
3237
|
# resp.workgroups[0].enhanced_vpc_routing #=> Boolean
|
|
3238
|
+
# resp.workgroups[0].extra_compute_for_automatic_optimization #=> Boolean
|
|
3222
3239
|
# resp.workgroups[0].ip_address_type #=> String
|
|
3223
3240
|
# resp.workgroups[0].max_capacity #=> Integer
|
|
3224
3241
|
# resp.workgroups[0].namespace_name #=> String
|
|
@@ -4209,10 +4226,16 @@ module Aws::RedshiftServerless
|
|
|
4209
4226
|
# An array of parameters to set for advanced control over a database.
|
|
4210
4227
|
# The options are `auto_mv`, `datestyle`,
|
|
4211
4228
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
4212
|
-
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
4213
|
-
# monitoring metrics that let
|
|
4214
|
-
#
|
|
4215
|
-
#
|
|
4229
|
+
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
4230
|
+
# either `wlm_json_configuration` or query monitoring metrics that let
|
|
4231
|
+
# you define performance boundaries. You can either specify individual
|
|
4232
|
+
# query monitoring metrics (such as `max_scan_row_count`,
|
|
4233
|
+
# `max_query_execution_time`) or use `wlm_json_configuration` to define
|
|
4234
|
+
# query queues with rules, but not both. If you're using
|
|
4235
|
+
# `wlm_json_configuration`, the maximum size of `parameterValue` is 8000
|
|
4236
|
+
# characters. For more information about query monitoring rules and
|
|
4237
|
+
# available metrics, see [ Query monitoring metrics for Amazon Redshift
|
|
4238
|
+
# Serverless][1].
|
|
4216
4239
|
#
|
|
4217
4240
|
#
|
|
4218
4241
|
#
|
|
@@ -4223,6 +4246,12 @@ module Aws::RedshiftServerless
|
|
|
4223
4246
|
# cloud (VPC) routing, which forces Amazon Redshift Serverless to route
|
|
4224
4247
|
# traffic through your VPC.
|
|
4225
4248
|
#
|
|
4249
|
+
# @option params [Boolean] :extra_compute_for_automatic_optimization
|
|
4250
|
+
# If `true`, allocates additional compute resources for running
|
|
4251
|
+
# automatic optimization operations.
|
|
4252
|
+
#
|
|
4253
|
+
# Default: false
|
|
4254
|
+
#
|
|
4226
4255
|
# @option params [String] :ip_address_type
|
|
4227
4256
|
# The IP address type that the workgroup supports. Possible values are
|
|
4228
4257
|
# `ipv4` and `dualstack`.
|
|
@@ -4273,6 +4302,7 @@ module Aws::RedshiftServerless
|
|
|
4273
4302
|
# },
|
|
4274
4303
|
# ],
|
|
4275
4304
|
# enhanced_vpc_routing: false,
|
|
4305
|
+
# extra_compute_for_automatic_optimization: false,
|
|
4276
4306
|
# ip_address_type: "IpAddressType",
|
|
4277
4307
|
# max_capacity: 1,
|
|
4278
4308
|
# port: 1,
|
|
@@ -4311,6 +4341,7 @@ module Aws::RedshiftServerless
|
|
|
4311
4341
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
4312
4342
|
# resp.workgroup.endpoint.vpc_endpoints[0].vpc_id #=> String
|
|
4313
4343
|
# resp.workgroup.enhanced_vpc_routing #=> Boolean
|
|
4344
|
+
# resp.workgroup.extra_compute_for_automatic_optimization #=> Boolean
|
|
4314
4345
|
# resp.workgroup.ip_address_type #=> String
|
|
4315
4346
|
# resp.workgroup.max_capacity #=> Integer
|
|
4316
4347
|
# resp.workgroup.namespace_name #=> String
|
|
@@ -4358,7 +4389,7 @@ module Aws::RedshiftServerless
|
|
|
4358
4389
|
tracer: tracer
|
|
4359
4390
|
)
|
|
4360
4391
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
|
4361
|
-
context[:gem_version] = '1.
|
|
4392
|
+
context[:gem_version] = '1.63.0'
|
|
4362
4393
|
Seahorse::Client::Request.new(handlers, context)
|
|
4363
4394
|
end
|
|
4364
4395
|
|
|
@@ -416,6 +416,7 @@ module Aws::RedshiftServerless
|
|
|
416
416
|
CreateWorkgroupRequest.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
|
417
417
|
CreateWorkgroupRequest.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
|
418
418
|
CreateWorkgroupRequest.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
|
419
|
+
CreateWorkgroupRequest.add_member(:extra_compute_for_automatic_optimization, Shapes::ShapeRef.new(shape: Boolean, location_name: "extraComputeForAutomaticOptimization"))
|
|
419
420
|
CreateWorkgroupRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
420
421
|
CreateWorkgroupRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCapacity"))
|
|
421
422
|
CreateWorkgroupRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
|
@@ -1131,6 +1132,7 @@ module Aws::RedshiftServerless
|
|
|
1131
1132
|
UpdateWorkgroupRequest.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
|
1132
1133
|
UpdateWorkgroupRequest.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
|
1133
1134
|
UpdateWorkgroupRequest.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
|
1135
|
+
UpdateWorkgroupRequest.add_member(:extra_compute_for_automatic_optimization, Shapes::ShapeRef.new(shape: Boolean, location_name: "extraComputeForAutomaticOptimization"))
|
|
1134
1136
|
UpdateWorkgroupRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
1135
1137
|
UpdateWorkgroupRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCapacity"))
|
|
1136
1138
|
UpdateWorkgroupRequest.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
|
|
@@ -1185,6 +1187,7 @@ module Aws::RedshiftServerless
|
|
|
1185
1187
|
Workgroup.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CustomDomainName, location_name: "customDomainName"))
|
|
1186
1188
|
Workgroup.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "endpoint"))
|
|
1187
1189
|
Workgroup.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
|
1190
|
+
Workgroup.add_member(:extra_compute_for_automatic_optimization, Shapes::ShapeRef.new(shape: Boolean, location_name: "extraComputeForAutomaticOptimization"))
|
|
1188
1191
|
Workgroup.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
1189
1192
|
Workgroup.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCapacity"))
|
|
1190
1193
|
Workgroup.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
|
|
@@ -63,10 +63,13 @@ module Aws::RedshiftServerless
|
|
|
63
63
|
# The key of the parameter. The options are `auto_mv`, `datestyle`,
|
|
64
64
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
65
65
|
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
66
|
-
# query monitoring metrics that let
|
|
67
|
-
#
|
|
68
|
-
#
|
|
69
|
-
#
|
|
66
|
+
# either `wlm_json_configuration` or query monitoring metrics that let
|
|
67
|
+
# you define performance boundaries. You can either specify individual
|
|
68
|
+
# query monitoring metrics (such as `max_scan_row_count`,
|
|
69
|
+
# `max_query_execution_time`) or use `wlm_json_configuration` to
|
|
70
|
+
# define query queues with rules, but not both. For more information
|
|
71
|
+
# about query monitoring rules and available metrics, see [Query
|
|
72
|
+
# monitoring metrics for Amazon Redshift Serverless][1].
|
|
70
73
|
#
|
|
71
74
|
#
|
|
72
75
|
#
|
|
@@ -675,10 +678,15 @@ module Aws::RedshiftServerless
|
|
|
675
678
|
# The options are `auto_mv`, `datestyle`,
|
|
676
679
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
677
680
|
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
678
|
-
# query monitoring metrics that let
|
|
679
|
-
#
|
|
680
|
-
#
|
|
681
|
-
#
|
|
681
|
+
# either `wlm_json_configuration` or query monitoring metrics that let
|
|
682
|
+
# you define performance boundaries. You can either specify individual
|
|
683
|
+
# query monitoring metrics (such as `max_scan_row_count`,
|
|
684
|
+
# `max_query_execution_time`) or use `wlm_json_configuration` to
|
|
685
|
+
# define query queues with rules, but not both. If you're using
|
|
686
|
+
# `wlm_json_configuration`, the maximum size of `parameterValue` is
|
|
687
|
+
# 8000 characters. For more information about query monitoring rules
|
|
688
|
+
# and available metrics, see [ Query monitoring metrics for Amazon
|
|
689
|
+
# Redshift Serverless][1].
|
|
682
690
|
#
|
|
683
691
|
#
|
|
684
692
|
#
|
|
@@ -691,6 +699,13 @@ module Aws::RedshiftServerless
|
|
|
691
699
|
# route traffic through your VPC instead of over the internet.
|
|
692
700
|
# @return [Boolean]
|
|
693
701
|
#
|
|
702
|
+
# @!attribute [rw] extra_compute_for_automatic_optimization
|
|
703
|
+
# If `true`, allocates additional compute resources for running
|
|
704
|
+
# automatic optimization operations.
|
|
705
|
+
#
|
|
706
|
+
# Default: false
|
|
707
|
+
# @return [Boolean]
|
|
708
|
+
#
|
|
694
709
|
# @!attribute [rw] ip_address_type
|
|
695
710
|
# The IP address type that the workgroup supports. Possible values are
|
|
696
711
|
# `ipv4` and `dualstack`.
|
|
@@ -748,6 +763,7 @@ module Aws::RedshiftServerless
|
|
|
748
763
|
:base_capacity,
|
|
749
764
|
:config_parameters,
|
|
750
765
|
:enhanced_vpc_routing,
|
|
766
|
+
:extra_compute_for_automatic_optimization,
|
|
751
767
|
:ip_address_type,
|
|
752
768
|
:max_capacity,
|
|
753
769
|
:namespace_name,
|
|
@@ -4075,10 +4091,15 @@ module Aws::RedshiftServerless
|
|
|
4075
4091
|
# The options are `auto_mv`, `datestyle`,
|
|
4076
4092
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
4077
4093
|
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
4078
|
-
# query monitoring metrics that let
|
|
4079
|
-
#
|
|
4080
|
-
#
|
|
4081
|
-
#
|
|
4094
|
+
# either `wlm_json_configuration` or query monitoring metrics that let
|
|
4095
|
+
# you define performance boundaries. You can either specify individual
|
|
4096
|
+
# query monitoring metrics (such as `max_scan_row_count`,
|
|
4097
|
+
# `max_query_execution_time`) or use `wlm_json_configuration` to
|
|
4098
|
+
# define query queues with rules, but not both. If you're using
|
|
4099
|
+
# `wlm_json_configuration`, the maximum size of `parameterValue` is
|
|
4100
|
+
# 8000 characters. For more information about query monitoring rules
|
|
4101
|
+
# and available metrics, see [ Query monitoring metrics for Amazon
|
|
4102
|
+
# Redshift Serverless][1].
|
|
4082
4103
|
#
|
|
4083
4104
|
#
|
|
4084
4105
|
#
|
|
@@ -4091,6 +4112,13 @@ module Aws::RedshiftServerless
|
|
|
4091
4112
|
# route traffic through your VPC.
|
|
4092
4113
|
# @return [Boolean]
|
|
4093
4114
|
#
|
|
4115
|
+
# @!attribute [rw] extra_compute_for_automatic_optimization
|
|
4116
|
+
# If `true`, allocates additional compute resources for running
|
|
4117
|
+
# automatic optimization operations.
|
|
4118
|
+
#
|
|
4119
|
+
# Default: false
|
|
4120
|
+
# @return [Boolean]
|
|
4121
|
+
#
|
|
4094
4122
|
# @!attribute [rw] ip_address_type
|
|
4095
4123
|
# The IP address type that the workgroup supports. Possible values are
|
|
4096
4124
|
# `ipv4` and `dualstack`.
|
|
@@ -4141,6 +4169,7 @@ module Aws::RedshiftServerless
|
|
|
4141
4169
|
:base_capacity,
|
|
4142
4170
|
:config_parameters,
|
|
4143
4171
|
:enhanced_vpc_routing,
|
|
4172
|
+
:extra_compute_for_automatic_optimization,
|
|
4144
4173
|
:ip_address_type,
|
|
4145
4174
|
:max_capacity,
|
|
4146
4175
|
:port,
|
|
@@ -4289,10 +4318,15 @@ module Aws::RedshiftServerless
|
|
|
4289
4318
|
# The options are `auto_mv`, `datestyle`,
|
|
4290
4319
|
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
|
|
4291
4320
|
# `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
|
|
4292
|
-
# query monitoring metrics that let
|
|
4293
|
-
#
|
|
4294
|
-
#
|
|
4295
|
-
#
|
|
4321
|
+
# either `wlm_json_configuration` or query monitoring metrics that let
|
|
4322
|
+
# you define performance boundaries. You can either specify individual
|
|
4323
|
+
# query monitoring metrics (such as `max_scan_row_count`,
|
|
4324
|
+
# `max_query_execution_time`) or use `wlm_json_configuration` to
|
|
4325
|
+
# define query queues with rules, but not both. If you're using
|
|
4326
|
+
# `wlm_json_configuration`, the maximum size of `parameterValue` is
|
|
4327
|
+
# 8000 characters. For more information about query monitoring rules
|
|
4328
|
+
# and available metrics, see [ Query monitoring metrics for Amazon
|
|
4329
|
+
# Redshift Serverless][1].
|
|
4296
4330
|
#
|
|
4297
4331
|
#
|
|
4298
4332
|
#
|
|
@@ -4331,6 +4365,14 @@ module Aws::RedshiftServerless
|
|
|
4331
4365
|
# route traffic through your VPC.
|
|
4332
4366
|
# @return [Boolean]
|
|
4333
4367
|
#
|
|
4368
|
+
# @!attribute [rw] extra_compute_for_automatic_optimization
|
|
4369
|
+
# A boolean value that, if `true`, indicates that the workgroup
|
|
4370
|
+
# allocates additional compute resources to run automatic optimization
|
|
4371
|
+
# operations.
|
|
4372
|
+
#
|
|
4373
|
+
# Default: false
|
|
4374
|
+
# @return [Boolean]
|
|
4375
|
+
#
|
|
4334
4376
|
# @!attribute [rw] ip_address_type
|
|
4335
4377
|
# The IP address type that the workgroup supports. Possible values are
|
|
4336
4378
|
# `ipv4` and `dualstack`.
|
|
@@ -4427,6 +4469,7 @@ module Aws::RedshiftServerless
|
|
|
4427
4469
|
:custom_domain_name,
|
|
4428
4470
|
:endpoint,
|
|
4429
4471
|
:enhanced_vpc_routing,
|
|
4472
|
+
:extra_compute_for_automatic_optimization,
|
|
4430
4473
|
:ip_address_type,
|
|
4431
4474
|
:max_capacity,
|
|
4432
4475
|
:namespace_name,
|
data/sig/client.rbs
CHANGED
|
@@ -256,6 +256,7 @@ module Aws
|
|
|
256
256
|
},
|
|
257
257
|
],
|
|
258
258
|
?enhanced_vpc_routing: bool,
|
|
259
|
+
?extra_compute_for_automatic_optimization: bool,
|
|
259
260
|
?ip_address_type: ::String,
|
|
260
261
|
?max_capacity: ::Integer,
|
|
261
262
|
namespace_name: ::String,
|
|
@@ -979,6 +980,7 @@ module Aws
|
|
|
979
980
|
},
|
|
980
981
|
],
|
|
981
982
|
?enhanced_vpc_routing: bool,
|
|
983
|
+
?extra_compute_for_automatic_optimization: bool,
|
|
982
984
|
?ip_address_type: ::String,
|
|
983
985
|
?max_capacity: ::Integer,
|
|
984
986
|
?port: ::Integer,
|
data/sig/types.rbs
CHANGED
|
@@ -178,6 +178,7 @@ module Aws::RedshiftServerless
|
|
|
178
178
|
attr_accessor base_capacity: ::Integer
|
|
179
179
|
attr_accessor config_parameters: ::Array[Types::ConfigParameter]
|
|
180
180
|
attr_accessor enhanced_vpc_routing: bool
|
|
181
|
+
attr_accessor extra_compute_for_automatic_optimization: bool
|
|
181
182
|
attr_accessor ip_address_type: ::String
|
|
182
183
|
attr_accessor max_capacity: ::Integer
|
|
183
184
|
attr_accessor namespace_name: ::String
|
|
@@ -1134,6 +1135,7 @@ module Aws::RedshiftServerless
|
|
|
1134
1135
|
attr_accessor base_capacity: ::Integer
|
|
1135
1136
|
attr_accessor config_parameters: ::Array[Types::ConfigParameter]
|
|
1136
1137
|
attr_accessor enhanced_vpc_routing: bool
|
|
1138
|
+
attr_accessor extra_compute_for_automatic_optimization: bool
|
|
1137
1139
|
attr_accessor ip_address_type: ::String
|
|
1138
1140
|
attr_accessor max_capacity: ::Integer
|
|
1139
1141
|
attr_accessor port: ::Integer
|
|
@@ -1190,6 +1192,7 @@ module Aws::RedshiftServerless
|
|
|
1190
1192
|
attr_accessor custom_domain_name: ::String
|
|
1191
1193
|
attr_accessor endpoint: Types::Endpoint
|
|
1192
1194
|
attr_accessor enhanced_vpc_routing: bool
|
|
1195
|
+
attr_accessor extra_compute_for_automatic_optimization: bool
|
|
1193
1196
|
attr_accessor ip_address_type: ::String
|
|
1194
1197
|
attr_accessor max_capacity: ::Integer
|
|
1195
1198
|
attr_accessor namespace_name: ::String
|