aws-sdk-redshift 1.84.0 → 1.85.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: b13b5524ab6aa781ed06676fab91832700d927d703bae8f54818305336087212
4
- data.tar.gz: 1c2944243a1d7b5caaea64a89b196d30609abc1ef23f454a3ae498deb927c4b8
3
+ metadata.gz: 411d370bd7cc1007eeec12eb39a5414653bba164e515a35f50a82e4a0a13d164
4
+ data.tar.gz: 8bab978cff360458d94e10ea0b35167812a795db2db3089ac08899dd2ecc713a
5
5
  SHA512:
6
- metadata.gz: fec04956e383385b2951e6c11062d5ec22de1042c0d69455eb508419c1b21f41bf54cf828a3cae438a7fc70beae19eb13a18705210d286c99ca66efacb28578f
7
- data.tar.gz: 070c4fcbb7106f73ae5b8663923817b52a8968283d65f44b902fe6cffd6431a4261a388e75689b76199e2f4e35c1a49137de41fb977156aa8f5d0b4905c63b45
6
+ metadata.gz: a87f1b897a96611ce8e9433d61730d445b42fb7c367a497c9e433915d6d78e1e531bd153e7640dfc79647f670da7f7009f338939e850273e5bfb8c06de9caa2b
7
+ data.tar.gz: 7e92db5a67b40918a7343bdb4e5c131ab82c8153b4e42ac9d5d1dafa814423058fb3cea57043e3598100e0bb04bb5b2cc71414f31cf915f4c92286609a80c8ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2022-09-09)
5
+ ------------------
6
+
7
+ * Feature - This release updates documentation for AQUA features and other description updates.
8
+
4
9
  1.84.0 (2022-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -1392,9 +1392,7 @@ module Aws::Redshift
1392
1392
  # keys in an HSM.
1393
1393
  #
1394
1394
  # @option params [String] :elastic_ip
1395
- # The Elastic IP (EIP) address for the cluster. You don't have to
1396
- # specify the EIP for a publicly accessible cluster with
1397
- # AvailabilityZoneRelocation turned on.
1395
+ # The Elastic IP (EIP) address for the cluster.
1398
1396
  #
1399
1397
  # Constraints: The cluster must be provisioned in EC2-VPC and
1400
1398
  # publicly-accessible through an Internet gateway. For more information
@@ -1457,16 +1455,9 @@ module Aws::Redshift
1457
1455
  # Availability Zones after the cluster is created.
1458
1456
  #
1459
1457
  # @option params [String] :aqua_configuration_status
1460
- # The value represents how the cluster is configured to use AQUA
1461
- # (Advanced Query Accelerator) when it is created. Possible values
1462
- # include the following.
1463
- #
1464
- # * enabled - Use AQUA if it is available for the current Amazon Web
1465
- # Services Region and Amazon Redshift node type.
1466
- #
1467
- # * disabled - Don't use AQUA.
1468
- #
1469
- # * auto - Amazon Redshift determines whether to use AQUA.
1458
+ # This parameter is retired. It does not set the AQUA configuration
1459
+ # status. Amazon Redshift automatically determines whether to use AQUA
1460
+ # (Advanced Query Accelerator).
1470
1461
  #
1471
1462
  # @option params [String] :default_iam_role_arn
1472
1463
  # The Amazon Resource Name (ARN) for the IAM role that was set as
@@ -7241,8 +7232,8 @@ module Aws::Redshift
7241
7232
  # * Must be 1 to 64 alphanumeric characters or hyphens. The user name
7242
7233
  # can't be `PUBLIC`.
7243
7234
  #
7244
- # * Must contain only lowercase letters, numbers, underscore, plus sign,
7245
- # period (dot), at symbol (@), or hyphen.
7235
+ # * Must contain uppercase or lowercase letters, numbers, underscore,
7236
+ # plus sign, period (dot), at symbol (@), or hyphen.
7246
7237
  #
7247
7238
  # * First character must be a letter.
7248
7239
  #
@@ -7265,8 +7256,8 @@ module Aws::Redshift
7265
7256
  #
7266
7257
  # * Must be 1 to 64 alphanumeric characters or hyphens
7267
7258
  #
7268
- # * Must contain only lowercase letters, numbers, underscore, plus sign,
7269
- # period (dot), at symbol (@), or hyphen.
7259
+ # * Must contain uppercase or lowercase letters, numbers, underscore,
7260
+ # plus sign, period (dot), at symbol (@), or hyphen.
7270
7261
  #
7271
7262
  # * First character must be a letter.
7272
7263
  #
@@ -7561,21 +7552,16 @@ module Aws::Redshift
7561
7552
  req.send_request(options)
7562
7553
  end
7563
7554
 
7564
- # Modifies whether a cluster can use AQUA (Advanced Query Accelerator).
7555
+ # This operation is retired. Calling this operation does not change AQUA
7556
+ # configuration. Amazon Redshift automatically determines whether to use
7557
+ # AQUA (Advanced Query Accelerator).
7565
7558
  #
7566
7559
  # @option params [required, String] :cluster_identifier
7567
7560
  # The identifier of the cluster to be modified.
7568
7561
  #
7569
7562
  # @option params [String] :aqua_configuration_status
7570
- # The new value of AQUA configuration status. Possible values include
7571
- # the following.
7572
- #
7573
- # * enabled - Use AQUA if it is available for the current Amazon Web
7574
- # Services Region and Amazon Redshift node type.
7575
- #
7576
- # * disabled - Don't use AQUA.
7577
- #
7578
- # * auto - Amazon Redshift determines whether to use AQUA.
7563
+ # This parameter is retired. Amazon Redshift automatically determines
7564
+ # whether to use AQUA (Advanced Query Accelerator).
7579
7565
  #
7580
7566
  # @return [Types::ModifyAquaOutputMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7581
7567
  #
@@ -10065,13 +10051,15 @@ module Aws::Redshift
10065
10051
  #
10066
10052
  # @option params [String] :snapshot_identifier
10067
10053
  # The name of the snapshot from which to create the new cluster. This
10068
- # parameter isn't case sensitive.
10054
+ # parameter isn't case sensitive. You can specify this parameter or
10055
+ # `snapshotArn`, but not both.
10069
10056
  #
10070
10057
  # Example: `my-snapshot-id`
10071
10058
  #
10072
10059
  # @option params [String] :snapshot_arn
10073
10060
  # The Amazon Resource Name (ARN) of the snapshot associated with the
10074
- # message to restore from a cluster.
10061
+ # message to restore from a cluster. You can specify this parameter or
10062
+ # `snapshotIdentifier`, but not both.
10075
10063
  #
10076
10064
  # @option params [String] :snapshot_cluster_identifier
10077
10065
  # The name of the cluster the source snapshot was created from. This
@@ -10125,9 +10113,7 @@ module Aws::Redshift
10125
10113
  # keys in an HSM.
10126
10114
  #
10127
10115
  # @option params [String] :elastic_ip
10128
- # The elastic IP (EIP) address for the cluster. You don't have to
10129
- # specify the EIP for a publicly accessible cluster with
10130
- # AvailabilityZoneRelocation turned on.
10116
+ # The elastic IP (EIP) address for the cluster.
10131
10117
  #
10132
10118
  # @option params [String] :cluster_parameter_group_name
10133
10119
  # The name of the parameter group to be associated with this cluster.
@@ -10284,16 +10270,9 @@ module Aws::Redshift
10284
10270
  # Availability Zones after the cluster is restored.
10285
10271
  #
10286
10272
  # @option params [String] :aqua_configuration_status
10287
- # The value represents how the cluster is configured to use AQUA
10288
- # (Advanced Query Accelerator) after the cluster is restored. Possible
10289
- # values include the following.
10290
- #
10291
- # * enabled - Use AQUA if it is available for the current Amazon Web
10292
- # Services Region and Amazon Redshift node type.
10293
- #
10294
- # * disabled - Don't use AQUA.
10295
- #
10296
- # * auto - Amazon Redshift determines whether to use AQUA.
10273
+ # This parameter is retired. It does not set the AQUA configuration
10274
+ # status. Amazon Redshift automatically determines whether to use AQUA
10275
+ # (Advanced Query Accelerator).
10297
10276
  #
10298
10277
  # @option params [String] :default_iam_role_arn
10299
10278
  # The Amazon Resource Name (ARN) for the IAM role that was set as
@@ -11165,7 +11144,7 @@ module Aws::Redshift
11165
11144
  params: params,
11166
11145
  config: config)
11167
11146
  context[:gem_name] = 'aws-sdk-redshift'
11168
- context[:gem_version] = '1.84.0'
11147
+ context[:gem_version] = '1.85.0'
11169
11148
  Seahorse::Client::Request.new(handlers, context)
11170
11149
  end
11171
11150
 
@@ -116,29 +116,18 @@ module Aws::Redshift
116
116
  include Aws::Structure
117
117
  end
118
118
 
119
- # The AQUA (Advanced Query Accelerator) configuration of the cluster.
119
+ # The operation that uses this structure is retired. Amazon Redshift
120
+ # automatically determines whether to use AQUA (Advanced Query
121
+ # Accelerator).
120
122
  #
121
123
  # @!attribute [rw] aqua_status
122
- # The value indicates the status of AQUA on the cluster. Possible
123
- # values include the following.
124
- #
125
- # * enabled - AQUA is enabled.
126
- #
127
- # * disabled - AQUA is not enabled.
128
- #
129
- # * applying - AQUA status is being applied.
124
+ # This field is retired. Amazon Redshift automatically determines
125
+ # whether to use AQUA (Advanced Query Accelerator).
130
126
  # @return [String]
131
127
  #
132
128
  # @!attribute [rw] aqua_configuration_status
133
- # The value represents how the cluster is configured to use AQUA.
134
- # Possible values include the following.
135
- #
136
- # * enabled - Use AQUA if it is available for the current Amazon Web
137
- # Services Region and Amazon Redshift node type.
138
- #
139
- # * disabled - Don't use AQUA.
140
- #
141
- # * auto - Amazon Redshift determines whether to use AQUA.
129
+ # This field is retired. Amazon Redshift automatically determines
130
+ # whether to use AQUA (Advanced Query Accelerator).
142
131
  # @return [String]
143
132
  #
144
133
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AquaConfiguration AWS API Documentation
@@ -908,7 +897,8 @@ module Aws::Redshift
908
897
  # @return [Integer]
909
898
  #
910
899
  # @!attribute [rw] aqua_configuration
911
- # The AQUA (Advanced Query Accelerator) configuration of the cluster.
900
+ # This field is retired. Amazon Redshift automatically determines
901
+ # whether to use AQUA (Advanced Query Accelerator).
912
902
  # @return [Types::AquaConfiguration]
913
903
  #
914
904
  # @!attribute [rw] default_iam_role_arn
@@ -2214,9 +2204,7 @@ module Aws::Redshift
2214
2204
  # @return [String]
2215
2205
  #
2216
2206
  # @!attribute [rw] elastic_ip
2217
- # The Elastic IP (EIP) address for the cluster. You don't have to
2218
- # specify the EIP for a publicly accessible cluster with
2219
- # AvailabilityZoneRelocation turned on.
2207
+ # The Elastic IP (EIP) address for the cluster.
2220
2208
  #
2221
2209
  # Constraints: The cluster must be provisioned in EC2-VPC and
2222
2210
  # publicly-accessible through an Internet gateway. For more
@@ -2289,16 +2277,9 @@ module Aws::Redshift
2289
2277
  # @return [Boolean]
2290
2278
  #
2291
2279
  # @!attribute [rw] aqua_configuration_status
2292
- # The value represents how the cluster is configured to use AQUA
2293
- # (Advanced Query Accelerator) when it is created. Possible values
2294
- # include the following.
2295
- #
2296
- # * enabled - Use AQUA if it is available for the current Amazon Web
2297
- # Services Region and Amazon Redshift node type.
2298
- #
2299
- # * disabled - Don't use AQUA.
2300
- #
2301
- # * auto - Amazon Redshift determines whether to use AQUA.
2280
+ # This parameter is retired. It does not set the AQUA configuration
2281
+ # status. Amazon Redshift automatically determines whether to use AQUA
2282
+ # (Advanced Query Accelerator).
2302
2283
  # @return [String]
2303
2284
  #
2304
2285
  # @!attribute [rw] default_iam_role_arn
@@ -7048,8 +7029,8 @@ module Aws::Redshift
7048
7029
  # * Must be 1 to 64 alphanumeric characters or hyphens. The user name
7049
7030
  # can't be `PUBLIC`.
7050
7031
  #
7051
- # * Must contain only lowercase letters, numbers, underscore, plus
7052
- # sign, period (dot), at symbol (@), or hyphen.
7032
+ # * Must contain uppercase or lowercase letters, numbers, underscore,
7033
+ # plus sign, period (dot), at symbol (@), or hyphen.
7053
7034
  #
7054
7035
  # * First character must be a letter.
7055
7036
  #
@@ -7074,8 +7055,8 @@ module Aws::Redshift
7074
7055
  #
7075
7056
  # * Must be 1 to 64 alphanumeric characters or hyphens
7076
7057
  #
7077
- # * Must contain only lowercase letters, numbers, underscore, plus
7078
- # sign, period (dot), at symbol (@), or hyphen.
7058
+ # * Must contain uppercase or lowercase letters, numbers, underscore,
7059
+ # plus sign, period (dot), at symbol (@), or hyphen.
7079
7060
  #
7080
7061
  # * First character must be a letter.
7081
7062
  #
@@ -7871,15 +7852,8 @@ module Aws::Redshift
7871
7852
  # @return [String]
7872
7853
  #
7873
7854
  # @!attribute [rw] aqua_configuration_status
7874
- # The new value of AQUA configuration status. Possible values include
7875
- # the following.
7876
- #
7877
- # * enabled - Use AQUA if it is available for the current Amazon Web
7878
- # Services Region and Amazon Redshift node type.
7879
- #
7880
- # * disabled - Don't use AQUA.
7881
- #
7882
- # * auto - Amazon Redshift determines whether to use AQUA.
7855
+ # This parameter is retired. Amazon Redshift automatically determines
7856
+ # whether to use AQUA (Advanced Query Accelerator).
7883
7857
  # @return [String]
7884
7858
  #
7885
7859
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAquaInputMessage AWS API Documentation
@@ -7892,7 +7866,8 @@ module Aws::Redshift
7892
7866
  end
7893
7867
 
7894
7868
  # @!attribute [rw] aqua_configuration
7895
- # The updated AQUA configuration of the cluster.
7869
+ # This parameter is retired. Amazon Redshift automatically determines
7870
+ # whether to use AQUA (Advanced Query Accelerator).
7896
7871
  # @return [Types::AquaConfiguration]
7897
7872
  #
7898
7873
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAquaOutputMessage AWS API Documentation
@@ -10250,14 +10225,16 @@ module Aws::Redshift
10250
10225
  #
10251
10226
  # @!attribute [rw] snapshot_identifier
10252
10227
  # The name of the snapshot from which to create the new cluster. This
10253
- # parameter isn't case sensitive.
10228
+ # parameter isn't case sensitive. You can specify this parameter or
10229
+ # `snapshotArn`, but not both.
10254
10230
  #
10255
10231
  # Example: `my-snapshot-id`
10256
10232
  # @return [String]
10257
10233
  #
10258
10234
  # @!attribute [rw] snapshot_arn
10259
10235
  # The Amazon Resource Name (ARN) of the snapshot associated with the
10260
- # message to restore from a cluster.
10236
+ # message to restore from a cluster. You can specify this parameter or
10237
+ # `snapshotIdentifier`, but not both.
10261
10238
  # @return [String]
10262
10239
  #
10263
10240
  # @!attribute [rw] snapshot_cluster_identifier
@@ -10321,9 +10298,7 @@ module Aws::Redshift
10321
10298
  # @return [String]
10322
10299
  #
10323
10300
  # @!attribute [rw] elastic_ip
10324
- # The elastic IP (EIP) address for the cluster. You don't have to
10325
- # specify the EIP for a publicly accessible cluster with
10326
- # AvailabilityZoneRelocation turned on.
10301
+ # The elastic IP (EIP) address for the cluster.
10327
10302
  # @return [String]
10328
10303
  #
10329
10304
  # @!attribute [rw] cluster_parameter_group_name
@@ -10499,16 +10474,9 @@ module Aws::Redshift
10499
10474
  # @return [Boolean]
10500
10475
  #
10501
10476
  # @!attribute [rw] aqua_configuration_status
10502
- # The value represents how the cluster is configured to use AQUA
10503
- # (Advanced Query Accelerator) after the cluster is restored. Possible
10504
- # values include the following.
10505
- #
10506
- # * enabled - Use AQUA if it is available for the current Amazon Web
10507
- # Services Region and Amazon Redshift node type.
10508
- #
10509
- # * disabled - Don't use AQUA.
10510
- #
10511
- # * auto - Amazon Redshift determines whether to use AQUA.
10477
+ # This parameter is retired. It does not set the AQUA configuration
10478
+ # status. Amazon Redshift automatically determines whether to use AQUA
10479
+ # (Advanced Query Accelerator).
10512
10480
  # @return [String]
10513
10481
  #
10514
10482
  # @!attribute [rw] default_iam_role_arn
@@ -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.84.0'
52
+ GEM_VERSION = '1.85.0'
53
53
 
54
54
  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.84.0
4
+ version: 1.85.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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core