aws-sdk-redshift 1.56.0 → 1.57.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: 4859a7b969cfe49e8abdbc2f213c09766a54fad921fca3c7052b7a99b432b9af
4
- data.tar.gz: 51743202e7d2781f21641f990d36fbe2a9f3ecca8125f1faedd72ff139aa2455
3
+ metadata.gz: be26c918c388221a44a54cb4361a65eab77efc967779b853ea43a805f2e32d8c
4
+ data.tar.gz: 28beb4ea14fd14c8e2e2b214fc1b5e42d1ccabe92b4b7ec11722fb90e6f821d0
5
5
  SHA512:
6
- metadata.gz: 1810da5e6a4141e86b9396371315fa7553cd2dca5bc66585586c039b4077c5e1fb79104a131ceae49c33ce830410c4fa0ee4820272f3e561fc140e5e8429a186
7
- data.tar.gz: 5e8ae6e0df8573bcd99cb6c4bcb57e205e116e92b6e0b36d66261371e01f11fd841ad32a6155c210bf171743b82cdc14399a5bfa60047d5a9189c9348293549b
6
+ metadata.gz: 76f10d26ecd0e04208d9364248157156b1a17cf1af758ee48c332e5c4004333bf7a7b3a1e44872b28c286e53cc42c81738ba45cb63181600911ec970ac344042
7
+ data.tar.gz: 7dc42771208a16965bf15350e5fc5d3c848866198dd1498e890acf8112fb1e682b6401dbb74822f298083422d43bc626a79c6969b88cbb6a258ec858da4a9a0c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2021-03-22)
5
+ ------------------
6
+
7
+ * Feature - Added support to enable AQUA in Amazon Redshift clusters.
8
+
4
9
  1.56.0 (2021-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-redshift/customizations'
49
49
  # @!group service
50
50
  module Aws::Redshift
51
51
 
52
- GEM_VERSION = '1.56.0'
52
+ GEM_VERSION = '1.57.0'
53
53
 
54
54
  end
@@ -1172,6 +1172,18 @@ module Aws::Redshift
1172
1172
  # The option to enable relocation for an Amazon Redshift cluster between
1173
1173
  # Availability Zones after the cluster is created.
1174
1174
  #
1175
+ # @option params [String] :aqua_configuration_status
1176
+ # The value represents how the cluster is configured to use AQUA
1177
+ # (Advanced Query Accelerator) when it is created. Possible values
1178
+ # include the following.
1179
+ #
1180
+ # * enabled - Use AQUA if it is available for the current AWS Region and
1181
+ # Amazon Redshift node type.
1182
+ #
1183
+ # * disabled - Don't use AQUA.
1184
+ #
1185
+ # * auto - Amazon Redshift determines whether to use AQUA.
1186
+ #
1175
1187
  # @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1176
1188
  #
1177
1189
  # * {Types::CreateClusterResult#cluster #cluster} => Types::Cluster
@@ -1215,6 +1227,7 @@ module Aws::Redshift
1215
1227
  # maintenance_track_name: "String",
1216
1228
  # snapshot_schedule_identifier: "String",
1217
1229
  # availability_zone_relocation: false,
1230
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
1218
1231
  # })
1219
1232
  #
1220
1233
  # @example Response structure
@@ -1325,6 +1338,8 @@ module Aws::Redshift
1325
1338
  # resp.cluster.availability_zone_relocation_status #=> String
1326
1339
  # resp.cluster.cluster_namespace_arn #=> String
1327
1340
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
1341
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
1342
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
1328
1343
  #
1329
1344
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
1330
1345
  #
@@ -2528,6 +2543,8 @@ module Aws::Redshift
2528
2543
  # resp.cluster.availability_zone_relocation_status #=> String
2529
2544
  # resp.cluster.cluster_namespace_arn #=> String
2530
2545
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
2546
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
2547
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
2531
2548
  #
2532
2549
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
2533
2550
  #
@@ -3945,6 +3962,8 @@ module Aws::Redshift
3945
3962
  # resp.clusters[0].availability_zone_relocation_status #=> String
3946
3963
  # resp.clusters[0].cluster_namespace_arn #=> String
3947
3964
  # resp.clusters[0].total_storage_capacity_in_mega_bytes #=> Integer
3965
+ # resp.clusters[0].aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
3966
+ # resp.clusters[0].aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
3948
3967
  #
3949
3968
  #
3950
3969
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -5711,6 +5730,8 @@ module Aws::Redshift
5711
5730
  # resp.cluster.availability_zone_relocation_status #=> String
5712
5731
  # resp.cluster.cluster_namespace_arn #=> String
5713
5732
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
5733
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
5734
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
5714
5735
  #
5715
5736
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
5716
5737
  #
@@ -5956,6 +5977,8 @@ module Aws::Redshift
5956
5977
  # resp.cluster.availability_zone_relocation_status #=> String
5957
5978
  # resp.cluster.cluster_namespace_arn #=> String
5958
5979
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
5980
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
5981
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
5959
5982
  #
5960
5983
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
5961
5984
  #
@@ -6181,6 +6204,47 @@ module Aws::Redshift
6181
6204
  req.send_request(options)
6182
6205
  end
6183
6206
 
6207
+ # Modifies whether a cluster can use AQUA (Advanced Query Accelerator).
6208
+ #
6209
+ # @option params [required, String] :cluster_identifier
6210
+ # The identifier of the cluster to be modified.
6211
+ #
6212
+ # @option params [String] :aqua_configuration_status
6213
+ # The new value of AQUA configuration status. Possible values include
6214
+ # the following.
6215
+ #
6216
+ # * enabled - Use AQUA if it is available for the current AWS Region and
6217
+ # Amazon Redshift node type.
6218
+ #
6219
+ # * disabled - Don't use AQUA.
6220
+ #
6221
+ # * auto - Amazon Redshift determines whether to use AQUA.
6222
+ #
6223
+ # @return [Types::ModifyAquaOutputMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6224
+ #
6225
+ # * {Types::ModifyAquaOutputMessage#aqua_configuration #aqua_configuration} => Types::AquaConfiguration
6226
+ #
6227
+ # @example Request syntax with placeholder values
6228
+ #
6229
+ # resp = client.modify_aqua_configuration({
6230
+ # cluster_identifier: "String", # required
6231
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
6232
+ # })
6233
+ #
6234
+ # @example Response structure
6235
+ #
6236
+ # resp.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
6237
+ # resp.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
6238
+ #
6239
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAquaConfiguration AWS API Documentation
6240
+ #
6241
+ # @overload modify_aqua_configuration(params = {})
6242
+ # @param [Hash] params ({})
6243
+ def modify_aqua_configuration(params = {}, options = {})
6244
+ req = build_request(:modify_aqua_configuration, params)
6245
+ req.send_request(options)
6246
+ end
6247
+
6184
6248
  # Modifies the settings for a cluster.
6185
6249
  #
6186
6250
  # You can also change node type and the number of nodes to scale up or
@@ -6604,6 +6668,8 @@ module Aws::Redshift
6604
6668
  # resp.cluster.availability_zone_relocation_status #=> String
6605
6669
  # resp.cluster.cluster_namespace_arn #=> String
6606
6670
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
6671
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
6672
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
6607
6673
  #
6608
6674
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
6609
6675
  #
@@ -6746,6 +6812,8 @@ module Aws::Redshift
6746
6812
  # resp.cluster.availability_zone_relocation_status #=> String
6747
6813
  # resp.cluster.cluster_namespace_arn #=> String
6748
6814
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
6815
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
6816
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
6749
6817
  #
6750
6818
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
6751
6819
  #
@@ -6895,6 +6963,8 @@ module Aws::Redshift
6895
6963
  # resp.cluster.availability_zone_relocation_status #=> String
6896
6964
  # resp.cluster.cluster_namespace_arn #=> String
6897
6965
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
6966
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
6967
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
6898
6968
  #
6899
6969
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
6900
6970
  #
@@ -7053,6 +7123,8 @@ module Aws::Redshift
7053
7123
  # resp.cluster.availability_zone_relocation_status #=> String
7054
7124
  # resp.cluster.cluster_namespace_arn #=> String
7055
7125
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
7126
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
7127
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
7056
7128
  #
7057
7129
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
7058
7130
  #
@@ -7647,6 +7719,8 @@ module Aws::Redshift
7647
7719
  # resp.cluster.availability_zone_relocation_status #=> String
7648
7720
  # resp.cluster.cluster_namespace_arn #=> String
7649
7721
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
7722
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
7723
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
7650
7724
  #
7651
7725
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
7652
7726
  #
@@ -7888,6 +7962,8 @@ module Aws::Redshift
7888
7962
  # resp.cluster.availability_zone_relocation_status #=> String
7889
7963
  # resp.cluster.cluster_namespace_arn #=> String
7890
7964
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
7965
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
7966
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
7891
7967
  #
7892
7968
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
7893
7969
  #
@@ -8092,6 +8168,8 @@ module Aws::Redshift
8092
8168
  # resp.cluster.availability_zone_relocation_status #=> String
8093
8169
  # resp.cluster.cluster_namespace_arn #=> String
8094
8170
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
8171
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
8172
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
8095
8173
  #
8096
8174
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
8097
8175
  #
@@ -8335,6 +8413,8 @@ module Aws::Redshift
8335
8413
  # resp.cluster.availability_zone_relocation_status #=> String
8336
8414
  # resp.cluster.cluster_namespace_arn #=> String
8337
8415
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
8416
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
8417
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
8338
8418
  #
8339
8419
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
8340
8420
  #
@@ -8587,6 +8667,18 @@ module Aws::Redshift
8587
8667
  # The option to enable relocation for an Amazon Redshift cluster between
8588
8668
  # Availability Zones after the cluster is restored.
8589
8669
  #
8670
+ # @option params [String] :aqua_configuration_status
8671
+ # The value represents how the cluster is configured to use AQUA
8672
+ # (Advanced Query Accelerator) after the cluster is restored. Possible
8673
+ # values include the following.
8674
+ #
8675
+ # * enabled - Use AQUA if it is available for the current AWS Region and
8676
+ # Amazon Redshift node type.
8677
+ #
8678
+ # * disabled - Don't use AQUA.
8679
+ #
8680
+ # * auto - Amazon Redshift determines whether to use AQUA.
8681
+ #
8590
8682
  # @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8591
8683
  #
8592
8684
  # * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
@@ -8621,6 +8713,7 @@ module Aws::Redshift
8621
8713
  # snapshot_schedule_identifier: "String",
8622
8714
  # number_of_nodes: 1,
8623
8715
  # availability_zone_relocation: false,
8716
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
8624
8717
  # })
8625
8718
  #
8626
8719
  # @example Response structure
@@ -8731,6 +8824,8 @@ module Aws::Redshift
8731
8824
  # resp.cluster.availability_zone_relocation_status #=> String
8732
8825
  # resp.cluster.cluster_namespace_arn #=> String
8733
8826
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
8827
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
8828
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
8734
8829
  #
8735
8830
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
8736
8831
  #
@@ -8951,6 +9046,8 @@ module Aws::Redshift
8951
9046
  # resp.cluster.availability_zone_relocation_status #=> String
8952
9047
  # resp.cluster.cluster_namespace_arn #=> String
8953
9048
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
9049
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
9050
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
8954
9051
  #
8955
9052
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
8956
9053
  #
@@ -9253,6 +9350,8 @@ module Aws::Redshift
9253
9350
  # resp.cluster.availability_zone_relocation_status #=> String
9254
9351
  # resp.cluster.cluster_namespace_arn #=> String
9255
9352
  # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
9353
+ # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
9354
+ # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
9256
9355
  #
9257
9356
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
9258
9357
  #
@@ -9276,7 +9375,7 @@ module Aws::Redshift
9276
9375
  params: params,
9277
9376
  config: config)
9278
9377
  context[:gem_name] = 'aws-sdk-redshift'
9279
- context[:gem_version] = '1.56.0'
9378
+ context[:gem_version] = '1.57.0'
9280
9379
  Seahorse::Client::Request.new(handlers, context)
9281
9380
  end
9282
9381
 
@@ -21,6 +21,9 @@ module Aws::Redshift
21
21
  AccountWithRestoreAccess = Shapes::StructureShape.new(name: 'AccountWithRestoreAccess')
22
22
  AccountsWithRestoreAccessList = Shapes::ListShape.new(name: 'AccountsWithRestoreAccessList')
23
23
  ActionType = Shapes::StringShape.new(name: 'ActionType')
24
+ AquaConfiguration = Shapes::StructureShape.new(name: 'AquaConfiguration')
25
+ AquaConfigurationStatus = Shapes::StringShape.new(name: 'AquaConfigurationStatus')
26
+ AquaStatus = Shapes::StringShape.new(name: 'AquaStatus')
24
27
  AssociatedClusterList = Shapes::ListShape.new(name: 'AssociatedClusterList')
25
28
  AttributeList = Shapes::ListShape.new(name: 'AttributeList')
26
29
  AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
@@ -261,6 +264,8 @@ module Aws::Redshift
261
264
  LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
262
265
  MaintenanceTrack = Shapes::StructureShape.new(name: 'MaintenanceTrack')
263
266
  Mode = Shapes::StringShape.new(name: 'Mode')
267
+ ModifyAquaInputMessage = Shapes::StructureShape.new(name: 'ModifyAquaInputMessage')
268
+ ModifyAquaOutputMessage = Shapes::StructureShape.new(name: 'ModifyAquaOutputMessage')
264
269
  ModifyClusterDbRevisionMessage = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionMessage')
265
270
  ModifyClusterDbRevisionResult = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionResult')
266
271
  ModifyClusterIamRolesMessage = Shapes::StructureShape.new(name: 'ModifyClusterIamRolesMessage')
@@ -468,6 +473,10 @@ module Aws::Redshift
468
473
 
469
474
  AccountsWithRestoreAccessList.member = Shapes::ShapeRef.new(shape: AccountWithRestoreAccess, location_name: "AccountWithRestoreAccess")
470
475
 
476
+ AquaConfiguration.add_member(:aqua_status, Shapes::ShapeRef.new(shape: AquaStatus, location_name: "AquaStatus"))
477
+ AquaConfiguration.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
478
+ AquaConfiguration.struct_class = Types::AquaConfiguration
479
+
471
480
  AssociatedClusterList.member = Shapes::ShapeRef.new(shape: ClusterAssociatedToSchedule, location_name: "ClusterAssociatedToSchedule")
472
481
 
473
482
  AttributeList.member = Shapes::ShapeRef.new(shape: AccountAttribute, location_name: "AccountAttribute")
@@ -586,6 +595,7 @@ module Aws::Redshift
586
595
  Cluster.add_member(:availability_zone_relocation_status, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneRelocationStatus"))
587
596
  Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
588
597
  Cluster.add_member(:total_storage_capacity_in_mega_bytes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "TotalStorageCapacityInMegaBytes"))
598
+ Cluster.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
589
599
  Cluster.struct_class = Types::Cluster
590
600
 
591
601
  ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
@@ -788,6 +798,7 @@ module Aws::Redshift
788
798
  CreateClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
789
799
  CreateClusterMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
790
800
  CreateClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
801
+ CreateClusterMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
791
802
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
792
803
 
793
804
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1416,6 +1427,13 @@ module Aws::Redshift
1416
1427
  MaintenanceTrack.add_member(:update_targets, Shapes::ShapeRef.new(shape: EligibleTracksToUpdateList, location_name: "UpdateTargets"))
1417
1428
  MaintenanceTrack.struct_class = Types::MaintenanceTrack
1418
1429
 
1430
+ ModifyAquaInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1431
+ ModifyAquaInputMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
1432
+ ModifyAquaInputMessage.struct_class = Types::ModifyAquaInputMessage
1433
+
1434
+ ModifyAquaOutputMessage.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
1435
+ ModifyAquaOutputMessage.struct_class = Types::ModifyAquaOutputMessage
1436
+
1419
1437
  ModifyClusterDbRevisionMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1420
1438
  ModifyClusterDbRevisionMessage.add_member(:revision_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RevisionTarget"))
1421
1439
  ModifyClusterDbRevisionMessage.struct_class = Types::ModifyClusterDbRevisionMessage
@@ -1752,6 +1770,7 @@ module Aws::Redshift
1752
1770
  RestoreFromClusterSnapshotMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
1753
1771
  RestoreFromClusterSnapshotMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
1754
1772
  RestoreFromClusterSnapshotMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
1773
+ RestoreFromClusterSnapshotMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
1755
1774
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
1756
1775
 
1757
1776
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -3039,6 +3058,16 @@ module Aws::Redshift
3039
3058
  )
3040
3059
  end)
3041
3060
 
3061
+ api.add_operation(:modify_aqua_configuration, Seahorse::Model::Operation.new.tap do |o|
3062
+ o.name = "ModifyAquaConfiguration"
3063
+ o.http_method = "POST"
3064
+ o.http_request_uri = "/"
3065
+ o.input = Shapes::ShapeRef.new(shape: ModifyAquaInputMessage)
3066
+ o.output = Shapes::ShapeRef.new(shape: ModifyAquaOutputMessage)
3067
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3068
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3069
+ end)
3070
+
3042
3071
  api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
3043
3072
  o.name = "ModifyCluster"
3044
3073
  o.http_method = "POST"
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -109,6 +109,40 @@ module Aws::Redshift
109
109
  include Aws::Structure
110
110
  end
111
111
 
112
+ # The AQUA (Advanced Query Accelerator) configuration of the cluster.
113
+ #
114
+ # @!attribute [rw] aqua_status
115
+ # The value indicates the status of AQUA on the cluster. Possible
116
+ # values include the following.
117
+ #
118
+ # * enabled - AQUA is enabled.
119
+ #
120
+ # * disabled - AQUA is not enabled.
121
+ #
122
+ # * applying - AQUA status is being applied.
123
+ # @return [String]
124
+ #
125
+ # @!attribute [rw] aqua_configuration_status
126
+ # The value represents how the cluster is configured to use AQUA.
127
+ # Possible values include the following.
128
+ #
129
+ # * enabled - Use AQUA if it is available for the current AWS Region
130
+ # and Amazon Redshift node type.
131
+ #
132
+ # * disabled - Don't use AQUA.
133
+ #
134
+ # * auto - Amazon Redshift determines whether to use AQUA.
135
+ # @return [String]
136
+ #
137
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AquaConfiguration AWS API Documentation
138
+ #
139
+ class AquaConfiguration < Struct.new(
140
+ :aqua_status,
141
+ :aqua_configuration_status)
142
+ SENSITIVE = []
143
+ include Aws::Structure
144
+ end
145
+
112
146
  # Describes an attribute value.
113
147
  #
114
148
  # @!attribute [rw] attribute_value
@@ -717,6 +751,10 @@ module Aws::Redshift
717
751
  # The total storage capacity of the cluster in megabytes.
718
752
  # @return [Integer]
719
753
  #
754
+ # @!attribute [rw] aqua_configuration
755
+ # The AQUA (Advanced Query Accelerator) configuration of the cluster.
756
+ # @return [Types::AquaConfiguration]
757
+ #
720
758
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
721
759
  #
722
760
  class Cluster < Struct.new(
@@ -768,7 +806,8 @@ module Aws::Redshift
768
806
  :resize_info,
769
807
  :availability_zone_relocation_status,
770
808
  :cluster_namespace_arn,
771
- :total_storage_capacity_in_mega_bytes)
809
+ :total_storage_capacity_in_mega_bytes,
810
+ :aqua_configuration)
772
811
  SENSITIVE = []
773
812
  include Aws::Structure
774
813
  end
@@ -1632,6 +1671,7 @@ module Aws::Redshift
1632
1671
  # maintenance_track_name: "String",
1633
1672
  # snapshot_schedule_identifier: "String",
1634
1673
  # availability_zone_relocation: false,
1674
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
1635
1675
  # }
1636
1676
  #
1637
1677
  # @!attribute [rw] db_name
@@ -1993,6 +2033,19 @@ module Aws::Redshift
1993
2033
  # between Availability Zones after the cluster is created.
1994
2034
  # @return [Boolean]
1995
2035
  #
2036
+ # @!attribute [rw] aqua_configuration_status
2037
+ # The value represents how the cluster is configured to use AQUA
2038
+ # (Advanced Query Accelerator) when it is created. Possible values
2039
+ # include the following.
2040
+ #
2041
+ # * enabled - Use AQUA if it is available for the current AWS Region
2042
+ # and Amazon Redshift node type.
2043
+ #
2044
+ # * disabled - Don't use AQUA.
2045
+ #
2046
+ # * auto - Amazon Redshift determines whether to use AQUA.
2047
+ # @return [String]
2048
+ #
1996
2049
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
1997
2050
  #
1998
2051
  class CreateClusterMessage < Struct.new(
@@ -2026,7 +2079,8 @@ module Aws::Redshift
2026
2079
  :iam_roles,
2027
2080
  :maintenance_track_name,
2028
2081
  :snapshot_schedule_identifier,
2029
- :availability_zone_relocation)
2082
+ :availability_zone_relocation,
2083
+ :aqua_configuration_status)
2030
2084
  SENSITIVE = []
2031
2085
  include Aws::Structure
2032
2086
  end
@@ -6413,6 +6467,51 @@ module Aws::Redshift
6413
6467
  include Aws::Structure
6414
6468
  end
6415
6469
 
6470
+ # @note When making an API call, you may pass ModifyAquaInputMessage
6471
+ # data as a hash:
6472
+ #
6473
+ # {
6474
+ # cluster_identifier: "String", # required
6475
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
6476
+ # }
6477
+ #
6478
+ # @!attribute [rw] cluster_identifier
6479
+ # The identifier of the cluster to be modified.
6480
+ # @return [String]
6481
+ #
6482
+ # @!attribute [rw] aqua_configuration_status
6483
+ # The new value of AQUA configuration status. Possible values include
6484
+ # the following.
6485
+ #
6486
+ # * enabled - Use AQUA if it is available for the current AWS Region
6487
+ # and Amazon Redshift node type.
6488
+ #
6489
+ # * disabled - Don't use AQUA.
6490
+ #
6491
+ # * auto - Amazon Redshift determines whether to use AQUA.
6492
+ # @return [String]
6493
+ #
6494
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAquaInputMessage AWS API Documentation
6495
+ #
6496
+ class ModifyAquaInputMessage < Struct.new(
6497
+ :cluster_identifier,
6498
+ :aqua_configuration_status)
6499
+ SENSITIVE = []
6500
+ include Aws::Structure
6501
+ end
6502
+
6503
+ # @!attribute [rw] aqua_configuration
6504
+ # The updated AQUA configuration of the cluster.
6505
+ # @return [Types::AquaConfiguration]
6506
+ #
6507
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAquaOutputMessage AWS API Documentation
6508
+ #
6509
+ class ModifyAquaOutputMessage < Struct.new(
6510
+ :aqua_configuration)
6511
+ SENSITIVE = []
6512
+ include Aws::Structure
6513
+ end
6514
+
6416
6515
  # @note When making an API call, you may pass ModifyClusterDbRevisionMessage
6417
6516
  # data as a hash:
6418
6517
  #
@@ -8428,6 +8527,7 @@ module Aws::Redshift
8428
8527
  # snapshot_schedule_identifier: "String",
8429
8528
  # number_of_nodes: 1,
8430
8529
  # availability_zone_relocation: false,
8530
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
8431
8531
  # }
8432
8532
  #
8433
8533
  # @!attribute [rw] cluster_identifier
@@ -8680,6 +8780,19 @@ module Aws::Redshift
8680
8780
  # between Availability Zones after the cluster is restored.
8681
8781
  # @return [Boolean]
8682
8782
  #
8783
+ # @!attribute [rw] aqua_configuration_status
8784
+ # The value represents how the cluster is configured to use AQUA
8785
+ # (Advanced Query Accelerator) after the cluster is restored. Possible
8786
+ # values include the following.
8787
+ #
8788
+ # * enabled - Use AQUA if it is available for the current AWS Region
8789
+ # and Amazon Redshift node type.
8790
+ #
8791
+ # * disabled - Don't use AQUA.
8792
+ #
8793
+ # * auto - Amazon Redshift determines whether to use AQUA.
8794
+ # @return [String]
8795
+ #
8683
8796
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
8684
8797
  #
8685
8798
  class RestoreFromClusterSnapshotMessage < Struct.new(
@@ -8709,7 +8822,8 @@ module Aws::Redshift
8709
8822
  :maintenance_track_name,
8710
8823
  :snapshot_schedule_identifier,
8711
8824
  :number_of_nodes,
8712
- :availability_zone_relocation)
8825
+ :availability_zone_relocation,
8826
+ :aqua_configuration_status)
8713
8827
  SENSITIVE = []
8714
8828
  include Aws::Structure
8715
8829
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-18 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -67,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
67
67
  licenses:
68
68
  - Apache-2.0
69
69
  metadata:
70
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift
71
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift/CHANGELOG.md
70
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshift
71
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshift/CHANGELOG.md
72
72
  post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths: