aws-sdk-redshift 1.153.0 → 1.154.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: faacec7cce29629ee04bbe305103032d2d64dbf951dced701f22eb311b81253b
4
- data.tar.gz: 24ff4423391dd2214a210aebec168235cc80a6ebf563eee061d796648b9ae208
3
+ metadata.gz: 41cc844995551645de99da875672860f466bcceb3c7d3faac21421215fd7bfd5
4
+ data.tar.gz: b81700275442d1fc2df21ce7aaa8ce3a5974eb1503535a9569c90f84a6996946
5
5
  SHA512:
6
- metadata.gz: 6c3ac69999f6ce1c3e8967ec39dc6ab256db9cf467b1eacf67188ca54ae0f855ccc66ba6a52c0779eda87bc8bd19d994f7a5487396c86a465f4daa022fb3a75a
7
- data.tar.gz: 9eb7896b87343d634a44f8ae44cf5adcddcd3b8b292ad3f370cd309776d6b01a40852a50e91a4efb4439a6e6bfc98b3cdc5605112d67a4889507354981f43cc7
6
+ metadata.gz: 650512100ee47c59f334c66fa8da1e9f6ff4f30d425090ca58df55d48fca73a6a76f6c4a4897c92087471551c4250b211afdbfbeec5075ca0da9028ddd6a6a84
7
+ data.tar.gz: af2d10deaa4af15aa4b19bb441e563bdab27acda839ccbd1eeffcc13861c8b34b58dfec49a5ce3498ee184f22731417c6534ed903819b1c8494adbfd5e8260c9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.154.0 (2026-01-14)
5
+ ------------------
6
+
7
+ * Feature - Adds support for enabling extra compute resources for automatic optimization during create and modify operations in Amazon Redshift clusters.
8
+
4
9
  1.153.0 (2026-01-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.153.0
1
+ 1.154.0
@@ -1697,6 +1697,12 @@ module Aws::Redshift
1697
1697
  #
1698
1698
  # Example: `my-catalog_01`
1699
1699
  #
1700
+ # @option params [Boolean] :extra_compute_for_automatic_optimization
1701
+ # If `true`, allocates additional compute resources for running
1702
+ # automatic optimization operations.
1703
+ #
1704
+ # Default: false
1705
+ #
1700
1706
  # @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1701
1707
  #
1702
1708
  # * {Types::CreateClusterResult#cluster #cluster} => Types::Cluster
@@ -1749,6 +1755,7 @@ module Aws::Redshift
1749
1755
  # multi_az: false,
1750
1756
  # redshift_idc_application_arn: "String",
1751
1757
  # catalog_name: "CatalogNameString",
1758
+ # extra_compute_for_automatic_optimization: false,
1752
1759
  # })
1753
1760
  #
1754
1761
  # @example Response structure
@@ -1886,6 +1893,7 @@ module Aws::Redshift
1886
1893
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
1887
1894
  # resp.cluster.lakehouse_registration_status #=> String
1888
1895
  # resp.cluster.catalog_arn #=> String
1896
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
1889
1897
  #
1890
1898
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
1891
1899
  #
@@ -3202,7 +3210,9 @@ module Aws::Redshift
3202
3210
  # `LimitType` must be `data-scanned`. If `FeatureType` is
3203
3211
  # `concurrency-scaling`, then `LimitType` must be `time`. If
3204
3212
  # `FeatureType` is `cross-region-datasharing`, then `LimitType` must be
3205
- # `data-scanned`.
3213
+ # `data-scanned`. If `FeatureType` is
3214
+ # `extra-compute-for-automatic-optimization`, then `LimitType` must be
3215
+ # `time`.
3206
3216
  #
3207
3217
  # @option params [required, Integer] :amount
3208
3218
  # The limit amount. If time-based, this amount is in minutes. If
@@ -3236,7 +3246,7 @@ module Aws::Redshift
3236
3246
  #
3237
3247
  # resp = client.create_usage_limit({
3238
3248
  # cluster_identifier: "String", # required
3239
- # feature_type: "spectrum", # required, accepts spectrum, concurrency-scaling, cross-region-datasharing
3249
+ # feature_type: "spectrum", # required, accepts spectrum, concurrency-scaling, cross-region-datasharing, extra-compute-for-automatic-optimization
3240
3250
  # limit_type: "time", # required, accepts time, data-scanned
3241
3251
  # amount: 1, # required
3242
3252
  # period: "daily", # accepts daily, weekly, monthly
@@ -3253,7 +3263,7 @@ module Aws::Redshift
3253
3263
  #
3254
3264
  # resp.usage_limit_id #=> String
3255
3265
  # resp.cluster_identifier #=> String
3256
- # resp.feature_type #=> String, one of "spectrum", "concurrency-scaling", "cross-region-datasharing"
3266
+ # resp.feature_type #=> String, one of "spectrum", "concurrency-scaling", "cross-region-datasharing", "extra-compute-for-automatic-optimization"
3257
3267
  # resp.limit_type #=> String, one of "time", "data-scanned"
3258
3268
  # resp.amount #=> Integer
3259
3269
  # resp.period #=> String, one of "daily", "weekly", "monthly"
@@ -3570,6 +3580,7 @@ module Aws::Redshift
3570
3580
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
3571
3581
  # resp.cluster.lakehouse_registration_status #=> String
3572
3582
  # resp.cluster.catalog_arn #=> String
3583
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
3573
3584
  #
3574
3585
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
3575
3586
  #
@@ -5330,6 +5341,7 @@ module Aws::Redshift
5330
5341
  # resp.clusters[0].multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
5331
5342
  # resp.clusters[0].lakehouse_registration_status #=> String
5332
5343
  # resp.clusters[0].catalog_arn #=> String
5344
+ # resp.clusters[0].extra_compute_for_automatic_optimization #=> String
5333
5345
  #
5334
5346
  #
5335
5347
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -7653,7 +7665,7 @@ module Aws::Redshift
7653
7665
  # resp = client.describe_usage_limits({
7654
7666
  # usage_limit_id: "String",
7655
7667
  # cluster_identifier: "String",
7656
- # feature_type: "spectrum", # accepts spectrum, concurrency-scaling, cross-region-datasharing
7668
+ # feature_type: "spectrum", # accepts spectrum, concurrency-scaling, cross-region-datasharing, extra-compute-for-automatic-optimization
7657
7669
  # max_records: 1,
7658
7670
  # marker: "String",
7659
7671
  # tag_keys: ["String"],
@@ -7665,7 +7677,7 @@ module Aws::Redshift
7665
7677
  # resp.usage_limits #=> Array
7666
7678
  # resp.usage_limits[0].usage_limit_id #=> String
7667
7679
  # resp.usage_limits[0].cluster_identifier #=> String
7668
- # resp.usage_limits[0].feature_type #=> String, one of "spectrum", "concurrency-scaling", "cross-region-datasharing"
7680
+ # resp.usage_limits[0].feature_type #=> String, one of "spectrum", "concurrency-scaling", "cross-region-datasharing", "extra-compute-for-automatic-optimization"
7669
7681
  # resp.usage_limits[0].limit_type #=> String, one of "time", "data-scanned"
7670
7682
  # resp.usage_limits[0].amount #=> Integer
7671
7683
  # resp.usage_limits[0].period #=> String, one of "daily", "weekly", "monthly"
@@ -7890,6 +7902,7 @@ module Aws::Redshift
7890
7902
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
7891
7903
  # resp.cluster.lakehouse_registration_status #=> String
7892
7904
  # resp.cluster.catalog_arn #=> String
7905
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
7893
7906
  #
7894
7907
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
7895
7908
  #
@@ -8230,6 +8243,7 @@ module Aws::Redshift
8230
8243
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
8231
8244
  # resp.cluster.lakehouse_registration_status #=> String
8232
8245
  # resp.cluster.catalog_arn #=> String
8246
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
8233
8247
  #
8234
8248
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
8235
8249
  #
@@ -8392,6 +8406,7 @@ module Aws::Redshift
8392
8406
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
8393
8407
  # resp.cluster.lakehouse_registration_status #=> String
8394
8408
  # resp.cluster.catalog_arn #=> String
8409
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
8395
8410
  #
8396
8411
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/FailoverPrimaryCompute AWS API Documentation
8397
8412
  #
@@ -9362,6 +9377,12 @@ module Aws::Redshift
9362
9377
  # Availability Zone, the cluster will be modified to be deployed in two
9363
9378
  # Availability Zones.
9364
9379
  #
9380
+ # @option params [Boolean] :extra_compute_for_automatic_optimization
9381
+ # If `true`, allocates additional compute resources for running
9382
+ # automatic optimization operations.
9383
+ #
9384
+ # Default: false
9385
+ #
9365
9386
  # @return [Types::ModifyClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9366
9387
  #
9367
9388
  # * {Types::ModifyClusterResult#cluster #cluster} => Types::Cluster
@@ -9398,6 +9419,7 @@ module Aws::Redshift
9398
9419
  # master_password_secret_kms_key_id: "String",
9399
9420
  # ip_address_type: "String",
9400
9421
  # multi_az: false,
9422
+ # extra_compute_for_automatic_optimization: false,
9401
9423
  # })
9402
9424
  #
9403
9425
  # @example Response structure
@@ -9535,6 +9557,7 @@ module Aws::Redshift
9535
9557
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
9536
9558
  # resp.cluster.lakehouse_registration_status #=> String
9537
9559
  # resp.cluster.catalog_arn #=> String
9560
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
9538
9561
  #
9539
9562
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
9540
9563
  #
@@ -9704,6 +9727,7 @@ module Aws::Redshift
9704
9727
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
9705
9728
  # resp.cluster.lakehouse_registration_status #=> String
9706
9729
  # resp.cluster.catalog_arn #=> String
9730
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
9707
9731
  #
9708
9732
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
9709
9733
  #
@@ -9889,6 +9913,7 @@ module Aws::Redshift
9889
9913
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
9890
9914
  # resp.cluster.lakehouse_registration_status #=> String
9891
9915
  # resp.cluster.catalog_arn #=> String
9916
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
9892
9917
  #
9893
9918
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
9894
9919
  #
@@ -10074,6 +10099,7 @@ module Aws::Redshift
10074
10099
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
10075
10100
  # resp.cluster.lakehouse_registration_status #=> String
10076
10101
  # resp.cluster.catalog_arn #=> String
10102
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
10077
10103
  #
10078
10104
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
10079
10105
  #
@@ -11083,6 +11109,7 @@ module Aws::Redshift
11083
11109
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11084
11110
  # resp.cluster.lakehouse_registration_status #=> String
11085
11111
  # resp.cluster.catalog_arn #=> String
11112
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
11086
11113
  #
11087
11114
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
11088
11115
  #
@@ -11183,7 +11210,7 @@ module Aws::Redshift
11183
11210
  #
11184
11211
  # resp.usage_limit_id #=> String
11185
11212
  # resp.cluster_identifier #=> String
11186
- # resp.feature_type #=> String, one of "spectrum", "concurrency-scaling", "cross-region-datasharing"
11213
+ # resp.feature_type #=> String, one of "spectrum", "concurrency-scaling", "cross-region-datasharing", "extra-compute-for-automatic-optimization"
11187
11214
  # resp.limit_type #=> String, one of "time", "data-scanned"
11188
11215
  # resp.amount #=> Integer
11189
11216
  # resp.period #=> String, one of "daily", "weekly", "monthly"
@@ -11351,6 +11378,7 @@ module Aws::Redshift
11351
11378
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11352
11379
  # resp.cluster.lakehouse_registration_status #=> String
11353
11380
  # resp.cluster.catalog_arn #=> String
11381
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
11354
11382
  #
11355
11383
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
11356
11384
  #
@@ -11616,6 +11644,7 @@ module Aws::Redshift
11616
11644
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11617
11645
  # resp.cluster.lakehouse_registration_status #=> String
11618
11646
  # resp.cluster.catalog_arn #=> String
11647
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
11619
11648
  #
11620
11649
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
11621
11650
  #
@@ -11975,6 +12004,7 @@ module Aws::Redshift
11975
12004
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
11976
12005
  # resp.cluster.lakehouse_registration_status #=> String
11977
12006
  # resp.cluster.catalog_arn #=> String
12007
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
11978
12008
  #
11979
12009
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
11980
12010
  #
@@ -12505,6 +12535,7 @@ module Aws::Redshift
12505
12535
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
12506
12536
  # resp.cluster.lakehouse_registration_status #=> String
12507
12537
  # resp.cluster.catalog_arn #=> String
12538
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
12508
12539
  #
12509
12540
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
12510
12541
  #
@@ -12765,6 +12796,7 @@ module Aws::Redshift
12765
12796
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
12766
12797
  # resp.cluster.lakehouse_registration_status #=> String
12767
12798
  # resp.cluster.catalog_arn #=> String
12799
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
12768
12800
  #
12769
12801
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
12770
12802
  #
@@ -13162,6 +13194,7 @@ module Aws::Redshift
13162
13194
  # resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
13163
13195
  # resp.cluster.lakehouse_registration_status #=> String
13164
13196
  # resp.cluster.catalog_arn #=> String
13197
+ # resp.cluster.extra_compute_for_automatic_optimization #=> String
13165
13198
  #
13166
13199
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
13167
13200
  #
@@ -13242,7 +13275,7 @@ module Aws::Redshift
13242
13275
  tracer: tracer
13243
13276
  )
13244
13277
  context[:gem_name] = 'aws-sdk-redshift'
13245
- context[:gem_version] = '1.153.0'
13278
+ context[:gem_version] = '1.154.0'
13246
13279
  Seahorse::Client::Request.new(handlers, context)
13247
13280
  end
13248
13281
 
@@ -874,6 +874,7 @@ module Aws::Redshift
874
874
  Cluster.add_member(:multi_az_secondary, Shapes::ShapeRef.new(shape: SecondaryClusterInfo, location_name: "MultiAZSecondary"))
875
875
  Cluster.add_member(:lakehouse_registration_status, Shapes::ShapeRef.new(shape: String, location_name: "LakehouseRegistrationStatus"))
876
876
  Cluster.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: String, location_name: "CatalogArn"))
877
+ Cluster.add_member(:extra_compute_for_automatic_optimization, Shapes::ShapeRef.new(shape: String, location_name: "ExtraComputeForAutomaticOptimization"))
877
878
  Cluster.struct_class = Types::Cluster
878
879
 
879
880
  ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
@@ -1109,6 +1110,7 @@ module Aws::Redshift
1109
1110
  CreateClusterMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
1110
1111
  CreateClusterMessage.add_member(:redshift_idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "RedshiftIdcApplicationArn"))
1111
1112
  CreateClusterMessage.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, location_name: "CatalogName"))
1113
+ CreateClusterMessage.add_member(:extra_compute_for_automatic_optimization, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExtraComputeForAutomaticOptimization"))
1112
1114
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
1113
1115
 
1114
1116
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -2215,6 +2217,7 @@ module Aws::Redshift
2215
2217
  ModifyClusterMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
2216
2218
  ModifyClusterMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
2217
2219
  ModifyClusterMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
2220
+ ModifyClusterMessage.add_member(:extra_compute_for_automatic_optimization, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExtraComputeForAutomaticOptimization"))
2218
2221
  ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
2219
2222
 
2220
2223
  ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -964,6 +964,14 @@ module Aws::Redshift
964
964
  # with the cluster enabled with Amazon Redshift federated permissions.
965
965
  # @return [String]
966
966
  #
967
+ # @!attribute [rw] extra_compute_for_automatic_optimization
968
+ # A boolean value that, if `true`, indicates that the cluster
969
+ # allocates additional compute resources to run automatic optimization
970
+ # operations.
971
+ #
972
+ # Default: false
973
+ # @return [String]
974
+ #
967
975
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
968
976
  #
969
977
  class Cluster < Struct.new(
@@ -1028,7 +1036,8 @@ module Aws::Redshift
1028
1036
  :multi_az,
1029
1037
  :multi_az_secondary,
1030
1038
  :lakehouse_registration_status,
1031
- :catalog_arn)
1039
+ :catalog_arn,
1040
+ :extra_compute_for_automatic_optimization)
1032
1041
  SENSITIVE = []
1033
1042
  include Aws::Structure
1034
1043
  end
@@ -2385,6 +2394,13 @@ module Aws::Redshift
2385
2394
  # Example: `my-catalog_01`
2386
2395
  # @return [String]
2387
2396
  #
2397
+ # @!attribute [rw] extra_compute_for_automatic_optimization
2398
+ # If `true`, allocates additional compute resources for running
2399
+ # automatic optimization operations.
2400
+ #
2401
+ # Default: false
2402
+ # @return [Boolean]
2403
+ #
2388
2404
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
2389
2405
  #
2390
2406
  class CreateClusterMessage < Struct.new(
@@ -2427,7 +2443,8 @@ module Aws::Redshift
2427
2443
  :ip_address_type,
2428
2444
  :multi_az,
2429
2445
  :redshift_idc_application_arn,
2430
- :catalog_name)
2446
+ :catalog_name,
2447
+ :extra_compute_for_automatic_optimization)
2431
2448
  SENSITIVE = [:master_user_password]
2432
2449
  include Aws::Structure
2433
2450
  end
@@ -3282,7 +3299,9 @@ module Aws::Redshift
3282
3299
  # then `LimitType` must be `data-scanned`. If `FeatureType` is
3283
3300
  # `concurrency-scaling`, then `LimitType` must be `time`. If
3284
3301
  # `FeatureType` is `cross-region-datasharing`, then `LimitType` must
3285
- # be `data-scanned`.
3302
+ # be `data-scanned`. If `FeatureType` is
3303
+ # `extra-compute-for-automatic-optimization`, then `LimitType` must be
3304
+ # `time`.
3286
3305
  # @return [String]
3287
3306
  #
3288
3307
  # @!attribute [rw] amount
@@ -8657,6 +8676,13 @@ module Aws::Redshift
8657
8676
  # two Availability Zones.
8658
8677
  # @return [Boolean]
8659
8678
  #
8679
+ # @!attribute [rw] extra_compute_for_automatic_optimization
8680
+ # If `true`, allocates additional compute resources for running
8681
+ # automatic optimization operations.
8682
+ #
8683
+ # Default: false
8684
+ # @return [Boolean]
8685
+ #
8660
8686
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMessage AWS API Documentation
8661
8687
  #
8662
8688
  class ModifyClusterMessage < Struct.new(
@@ -8688,7 +8714,8 @@ module Aws::Redshift
8688
8714
  :manage_master_password,
8689
8715
  :master_password_secret_kms_key_id,
8690
8716
  :ip_address_type,
8691
- :multi_az)
8717
+ :multi_az,
8718
+ :extra_compute_for_automatic_optimization)
8692
8719
  SENSITIVE = [:master_user_password]
8693
8720
  include Aws::Structure
8694
8721
  end
@@ -55,7 +55,7 @@ module Aws::Redshift
55
55
  autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-redshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.153.0'
58
+ GEM_VERSION = '1.154.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -314,7 +314,8 @@ module Aws
314
314
  ?ip_address_type: ::String,
315
315
  ?multi_az: bool,
316
316
  ?redshift_idc_application_arn: ::String,
317
- ?catalog_name: ::String
317
+ ?catalog_name: ::String,
318
+ ?extra_compute_for_automatic_optimization: bool
318
319
  ) -> _CreateClusterResponseSuccess
319
320
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
320
321
 
@@ -670,7 +671,7 @@ module Aws
670
671
  include ::Seahorse::Client::_ResponseSuccess[Types::UsageLimit]
671
672
  def usage_limit_id: () -> ::String
672
673
  def cluster_identifier: () -> ::String
673
- def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing")
674
+ def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
674
675
  def limit_type: () -> ("time" | "data-scanned")
675
676
  def amount: () -> ::Integer
676
677
  def period: () -> ("daily" | "weekly" | "monthly")
@@ -680,7 +681,7 @@ module Aws
680
681
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#create_usage_limit-instance_method
681
682
  def create_usage_limit: (
682
683
  cluster_identifier: ::String,
683
- feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing"),
684
+ feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization"),
684
685
  limit_type: ("time" | "data-scanned"),
685
686
  amount: ::Integer,
686
687
  ?period: ("daily" | "weekly" | "monthly"),
@@ -1515,7 +1516,7 @@ module Aws
1515
1516
  def describe_usage_limits: (
1516
1517
  ?usage_limit_id: ::String,
1517
1518
  ?cluster_identifier: ::String,
1518
- ?feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing"),
1519
+ ?feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization"),
1519
1520
  ?max_records: ::Integer,
1520
1521
  ?marker: ::String,
1521
1522
  ?tag_keys: Array[::String],
@@ -1767,7 +1768,8 @@ module Aws
1767
1768
  ?manage_master_password: bool,
1768
1769
  ?master_password_secret_kms_key_id: ::String,
1769
1770
  ?ip_address_type: ::String,
1770
- ?multi_az: bool
1771
+ ?multi_az: bool,
1772
+ ?extra_compute_for_automatic_optimization: bool
1771
1773
  ) -> _ModifyClusterResponseSuccess
1772
1774
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyClusterResponseSuccess
1773
1775
 
@@ -2075,7 +2077,7 @@ module Aws
2075
2077
  include ::Seahorse::Client::_ResponseSuccess[Types::UsageLimit]
2076
2078
  def usage_limit_id: () -> ::String
2077
2079
  def cluster_identifier: () -> ::String
2078
- def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing")
2080
+ def feature_type: () -> ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
2079
2081
  def limit_type: () -> ("time" | "data-scanned")
2080
2082
  def amount: () -> ::Integer
2081
2083
  def period: () -> ("daily" | "weekly" | "monthly")
data/sig/types.rbs CHANGED
@@ -252,6 +252,7 @@ module Aws::Redshift
252
252
  attr_accessor multi_az_secondary: Types::SecondaryClusterInfo
253
253
  attr_accessor lakehouse_registration_status: ::String
254
254
  attr_accessor catalog_arn: ::String
255
+ attr_accessor extra_compute_for_automatic_optimization: ::String
255
256
  SENSITIVE: []
256
257
  end
257
258
 
@@ -536,6 +537,7 @@ module Aws::Redshift
536
537
  attr_accessor multi_az: bool
537
538
  attr_accessor redshift_idc_application_arn: ::String
538
539
  attr_accessor catalog_name: ::String
540
+ attr_accessor extra_compute_for_automatic_optimization: bool
539
541
  SENSITIVE: [:master_user_password]
540
542
  end
541
543
 
@@ -735,7 +737,7 @@ module Aws::Redshift
735
737
 
736
738
  class CreateUsageLimitMessage
737
739
  attr_accessor cluster_identifier: ::String
738
- attr_accessor feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing")
740
+ attr_accessor feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
739
741
  attr_accessor limit_type: ("time" | "data-scanned")
740
742
  attr_accessor amount: ::Integer
741
743
  attr_accessor period: ("daily" | "weekly" | "monthly")
@@ -1334,7 +1336,7 @@ module Aws::Redshift
1334
1336
  class DescribeUsageLimitsMessage
1335
1337
  attr_accessor usage_limit_id: ::String
1336
1338
  attr_accessor cluster_identifier: ::String
1337
- attr_accessor feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing")
1339
+ attr_accessor feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
1338
1340
  attr_accessor max_records: ::Integer
1339
1341
  attr_accessor marker: ::String
1340
1342
  attr_accessor tag_keys: ::Array[::String]
@@ -1991,6 +1993,7 @@ module Aws::Redshift
1991
1993
  attr_accessor master_password_secret_kms_key_id: ::String
1992
1994
  attr_accessor ip_address_type: ::String
1993
1995
  attr_accessor multi_az: bool
1996
+ attr_accessor extra_compute_for_automatic_optimization: bool
1994
1997
  SENSITIVE: [:master_user_password]
1995
1998
  end
1996
1999
 
@@ -3025,7 +3028,7 @@ module Aws::Redshift
3025
3028
  class UsageLimit
3026
3029
  attr_accessor usage_limit_id: ::String
3027
3030
  attr_accessor cluster_identifier: ::String
3028
- attr_accessor feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing")
3031
+ attr_accessor feature_type: ("spectrum" | "concurrency-scaling" | "cross-region-datasharing" | "extra-compute-for-automatic-optimization")
3029
3032
  attr_accessor limit_type: ("time" | "data-scanned")
3030
3033
  attr_accessor amount: ::Integer
3031
3034
  attr_accessor period: ("daily" | "weekly" | "monthly")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.153.0
4
+ version: 1.154.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services