aws-sdk-redshift 1.64.0 → 1.68.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.
@@ -29,6 +29,9 @@ module Aws::Redshift
29
29
  # ## Error Classes
30
30
  # * {AccessToClusterDeniedFault}
31
31
  # * {AccessToSnapshotDeniedFault}
32
+ # * {AuthenticationProfileAlreadyExistsFault}
33
+ # * {AuthenticationProfileNotFoundFault}
34
+ # * {AuthenticationProfileQuotaExceededFault}
32
35
  # * {AuthorizationAlreadyExistsFault}
33
36
  # * {AuthorizationNotFoundFault}
34
37
  # * {AuthorizationQuotaExceededFault}
@@ -73,6 +76,7 @@ module Aws::Redshift
73
76
  # * {IncompatibleOrderableOptions}
74
77
  # * {InsufficientClusterCapacityFault}
75
78
  # * {InsufficientS3BucketPolicyFault}
79
+ # * {InvalidAuthenticationProfileRequestFault}
76
80
  # * {InvalidAuthorizationStateFault}
77
81
  # * {InvalidClusterParameterGroupStateFault}
78
82
  # * {InvalidClusterSecurityGroupStateFault}
@@ -82,10 +86,12 @@ module Aws::Redshift
82
86
  # * {InvalidClusterSubnetGroupStateFault}
83
87
  # * {InvalidClusterSubnetStateFault}
84
88
  # * {InvalidClusterTrackFault}
89
+ # * {InvalidDataShareFault}
85
90
  # * {InvalidElasticIpFault}
86
91
  # * {InvalidEndpointStateFault}
87
92
  # * {InvalidHsmClientCertificateStateFault}
88
93
  # * {InvalidHsmConfigurationStateFault}
94
+ # * {InvalidNamespaceFault}
89
95
  # * {InvalidReservedNodeStateFault}
90
96
  # * {InvalidRestoreFault}
91
97
  # * {InvalidRetentionPeriodFault}
@@ -173,6 +179,36 @@ module Aws::Redshift
173
179
  end
174
180
  end
175
181
 
182
+ class AuthenticationProfileAlreadyExistsFault < ServiceError
183
+
184
+ # @param [Seahorse::Client::RequestContext] context
185
+ # @param [String] message
186
+ # @param [Aws::Redshift::Types::AuthenticationProfileAlreadyExistsFault] data
187
+ def initialize(context, message, data = Aws::EmptyStructure.new)
188
+ super(context, message, data)
189
+ end
190
+ end
191
+
192
+ class AuthenticationProfileNotFoundFault < ServiceError
193
+
194
+ # @param [Seahorse::Client::RequestContext] context
195
+ # @param [String] message
196
+ # @param [Aws::Redshift::Types::AuthenticationProfileNotFoundFault] data
197
+ def initialize(context, message, data = Aws::EmptyStructure.new)
198
+ super(context, message, data)
199
+ end
200
+ end
201
+
202
+ class AuthenticationProfileQuotaExceededFault < ServiceError
203
+
204
+ # @param [Seahorse::Client::RequestContext] context
205
+ # @param [String] message
206
+ # @param [Aws::Redshift::Types::AuthenticationProfileQuotaExceededFault] data
207
+ def initialize(context, message, data = Aws::EmptyStructure.new)
208
+ super(context, message, data)
209
+ end
210
+ end
211
+
176
212
  class AuthorizationAlreadyExistsFault < ServiceError
177
213
 
178
214
  # @param [Seahorse::Client::RequestContext] context
@@ -613,6 +649,16 @@ module Aws::Redshift
613
649
  end
614
650
  end
615
651
 
652
+ class InvalidAuthenticationProfileRequestFault < ServiceError
653
+
654
+ # @param [Seahorse::Client::RequestContext] context
655
+ # @param [String] message
656
+ # @param [Aws::Redshift::Types::InvalidAuthenticationProfileRequestFault] data
657
+ def initialize(context, message, data = Aws::EmptyStructure.new)
658
+ super(context, message, data)
659
+ end
660
+ end
661
+
616
662
  class InvalidAuthorizationStateFault < ServiceError
617
663
 
618
664
  # @param [Seahorse::Client::RequestContext] context
@@ -703,6 +749,16 @@ module Aws::Redshift
703
749
  end
704
750
  end
705
751
 
752
+ class InvalidDataShareFault < ServiceError
753
+
754
+ # @param [Seahorse::Client::RequestContext] context
755
+ # @param [String] message
756
+ # @param [Aws::Redshift::Types::InvalidDataShareFault] data
757
+ def initialize(context, message, data = Aws::EmptyStructure.new)
758
+ super(context, message, data)
759
+ end
760
+ end
761
+
706
762
  class InvalidElasticIpFault < ServiceError
707
763
 
708
764
  # @param [Seahorse::Client::RequestContext] context
@@ -743,6 +799,16 @@ module Aws::Redshift
743
799
  end
744
800
  end
745
801
 
802
+ class InvalidNamespaceFault < ServiceError
803
+
804
+ # @param [Seahorse::Client::RequestContext] context
805
+ # @param [String] message
806
+ # @param [Aws::Redshift::Types::InvalidNamespaceFault] data
807
+ def initialize(context, message, data = Aws::EmptyStructure.new)
808
+ super(context, message, data)
809
+ end
810
+ end
811
+
746
812
  class InvalidReservedNodeStateFault < ServiceError
747
813
 
748
814
  # @param [Seahorse::Client::RequestContext] context
@@ -93,17 +93,18 @@ module Aws::Redshift
93
93
  include Aws::Structure
94
94
  end
95
95
 
96
- # Describes an AWS customer account authorized to restore a snapshot.
96
+ # Describes an Amazon Web Services account authorized to restore a
97
+ # snapshot.
97
98
  #
98
99
  # @!attribute [rw] account_id
99
- # The identifier of an AWS customer account authorized to restore a
100
- # snapshot.
100
+ # The identifier of an Amazon Web Services account authorized to
101
+ # restore a snapshot.
101
102
  # @return [String]
102
103
  #
103
104
  # @!attribute [rw] account_alias
104
- # The identifier of an AWS support account authorized to restore a
105
- # snapshot. For AWS support, the identifier is
106
- # `amazon-redshift-support`.
105
+ # The identifier of an Amazon Web Services support account authorized
106
+ # to restore a snapshot. For Amazon Web Services Support, the
107
+ # identifier is `amazon-redshift-support`.
107
108
  # @return [String]
108
109
  #
109
110
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AccountWithRestoreAccess AWS API Documentation
@@ -132,8 +133,8 @@ module Aws::Redshift
132
133
  # The value represents how the cluster is configured to use AQUA.
133
134
  # Possible values include the following.
134
135
  #
135
- # * enabled - Use AQUA if it is available for the current AWS Region
136
- # and Amazon Redshift node type.
136
+ # * enabled - Use AQUA if it is available for the current Amazon Web
137
+ # Services Region and Amazon Redshift node type.
137
138
  #
138
139
  # * disabled - Don't use AQUA.
139
140
  #
@@ -149,6 +150,40 @@ module Aws::Redshift
149
150
  include Aws::Structure
150
151
  end
151
152
 
153
+ # @note When making an API call, you may pass AssociateDataShareConsumerMessage
154
+ # data as a hash:
155
+ #
156
+ # {
157
+ # data_share_arn: "String", # required
158
+ # associate_entire_account: false,
159
+ # consumer_arn: "String",
160
+ # }
161
+ #
162
+ # @!attribute [rw] data_share_arn
163
+ # The Amazon Resource Name (ARN) of the datashare that the consumer is
164
+ # to use with the account or the namespace.
165
+ # @return [String]
166
+ #
167
+ # @!attribute [rw] associate_entire_account
168
+ # A value that specifies whether the datashare is associated with the
169
+ # entire account.
170
+ # @return [Boolean]
171
+ #
172
+ # @!attribute [rw] consumer_arn
173
+ # The Amazon Resource Name (ARN) of the consumer that is associated
174
+ # with the datashare.
175
+ # @return [String]
176
+ #
177
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AssociateDataShareConsumerMessage AWS API Documentation
178
+ #
179
+ class AssociateDataShareConsumerMessage < Struct.new(
180
+ :data_share_arn,
181
+ :associate_entire_account,
182
+ :consumer_arn)
183
+ SENSITIVE = []
184
+ include Aws::Structure
185
+ end
186
+
152
187
  # Describes an attribute value.
153
188
  #
154
189
  # @!attribute [rw] attribute_value
@@ -163,6 +198,47 @@ module Aws::Redshift
163
198
  include Aws::Structure
164
199
  end
165
200
 
201
+ # Describes an authentication profile.
202
+ #
203
+ # @!attribute [rw] authentication_profile_name
204
+ # The name of the authentication profile.
205
+ # @return [String]
206
+ #
207
+ # @!attribute [rw] authentication_profile_content
208
+ # The content of the authentication profile in JSON format. The
209
+ # maximum length of the JSON string is determined by a quota for your
210
+ # account.
211
+ # @return [String]
212
+ #
213
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfile AWS API Documentation
214
+ #
215
+ class AuthenticationProfile < Struct.new(
216
+ :authentication_profile_name,
217
+ :authentication_profile_content)
218
+ SENSITIVE = []
219
+ include Aws::Structure
220
+ end
221
+
222
+ # The authentication profile already exists.
223
+ #
224
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfileAlreadyExistsFault AWS API Documentation
225
+ #
226
+ class AuthenticationProfileAlreadyExistsFault < Aws::EmptyStructure; end
227
+
228
+ # The authentication profile can't be found.
229
+ #
230
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfileNotFoundFault AWS API Documentation
231
+ #
232
+ class AuthenticationProfileNotFoundFault < Aws::EmptyStructure; end
233
+
234
+ # The size or number of authentication profiles has exceeded the quota.
235
+ # The maximum length of the JSON string and maximum number of
236
+ # authentication profiles is determined by a quota for your account.
237
+ #
238
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfileQuotaExceededFault AWS API Documentation
239
+ #
240
+ class AuthenticationProfileQuotaExceededFault < Aws::EmptyStructure; end
241
+
166
242
  # The specified CIDR block or EC2 security group is already authorized
167
243
  # for the specified cluster security group.
168
244
  #
@@ -208,9 +284,9 @@ module Aws::Redshift
208
284
  # @return [String]
209
285
  #
210
286
  # @!attribute [rw] ec2_security_group_owner_id
211
- # The AWS account number of the owner of the security group specified
212
- # by the *EC2SecurityGroupName* parameter. The AWS Access Key ID is
213
- # not an acceptable value.
287
+ # The Amazon Web Services account number of the owner of the security
288
+ # group specified by the *EC2SecurityGroupName* parameter. The Amazon
289
+ # Web Services Access Key ID is not an acceptable value.
214
290
  #
215
291
  # Example: `111122223333`
216
292
  # @return [String]
@@ -238,6 +314,33 @@ module Aws::Redshift
238
314
  include Aws::Structure
239
315
  end
240
316
 
317
+ # @note When making an API call, you may pass AuthorizeDataShareMessage
318
+ # data as a hash:
319
+ #
320
+ # {
321
+ # data_share_arn: "String", # required
322
+ # consumer_identifier: "String", # required
323
+ # }
324
+ #
325
+ # @!attribute [rw] data_share_arn
326
+ # The Amazon Resource Name (ARN) of the datashare that producers are
327
+ # to authorize sharing for.
328
+ # @return [String]
329
+ #
330
+ # @!attribute [rw] consumer_identifier
331
+ # The identifier of the data consumer that is authorized to access the
332
+ # datashare. This identifier is an AWS account ID.
333
+ # @return [String]
334
+ #
335
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizeDataShareMessage AWS API Documentation
336
+ #
337
+ class AuthorizeDataShareMessage < Struct.new(
338
+ :data_share_arn,
339
+ :consumer_identifier)
340
+ SENSITIVE = []
341
+ include Aws::Structure
342
+ end
343
+
241
344
  # @note When making an API call, you may pass AuthorizeEndpointAccessMessage
242
345
  # data as a hash:
243
346
  #
@@ -252,7 +355,7 @@ module Aws::Redshift
252
355
  # @return [String]
253
356
  #
254
357
  # @!attribute [rw] account
255
- # The AWS account ID to grant access to.
358
+ # The Amazon Web Services account ID to grant access to.
256
359
  # @return [String]
257
360
  #
258
361
  # @!attribute [rw] vpc_ids
@@ -290,10 +393,10 @@ module Aws::Redshift
290
393
  # @return [String]
291
394
  #
292
395
  # @!attribute [rw] account_with_restore_access
293
- # The identifier of the AWS customer account authorized to restore the
294
- # specified snapshot.
396
+ # The identifier of the Amazon Web Services account authorized to
397
+ # restore the specified snapshot.
295
398
  #
296
- # To share a snapshot with AWS support, specify
399
+ # To share a snapshot with Amazon Web Services Support, specify
297
400
  # amazon-redshift-support.
298
401
  # @return [String]
299
402
  #
@@ -551,8 +654,8 @@ module Aws::Redshift
551
654
  # @return [String]
552
655
  #
553
656
  # @!attribute [rw] master_username
554
- # The master user name for the cluster. This name is used to connect
555
- # to the database that is specified in the **DBName** parameter.
657
+ # The admin user name for the cluster. This name is used to connect to
658
+ # the database that is specified in the **DBName** parameter.
556
659
  # @return [String]
557
660
  #
558
661
  # @!attribute [rw] db_name
@@ -698,8 +801,8 @@ module Aws::Redshift
698
801
  # @return [Array<Types::Tag>]
699
802
  #
700
803
  # @!attribute [rw] kms_key_id
701
- # The AWS Key Management Service (AWS KMS) key ID of the encryption
702
- # key used to encrypt data in the cluster.
804
+ # The Key Management Service (KMS) key ID of the encryption key used
805
+ # to encrypt data in the cluster.
703
806
  # @return [String]
704
807
  #
705
808
  # @!attribute [rw] enhanced_vpc_routing
@@ -719,8 +822,8 @@ module Aws::Redshift
719
822
  # @return [Boolean]
720
823
  #
721
824
  # @!attribute [rw] iam_roles
722
- # A list of AWS Identity and Access Management (IAM) roles that can be
723
- # used by the cluster to access other AWS services.
825
+ # A list of Identity and Access Management (IAM) roles that can be
826
+ # used by the cluster to access other Amazon Web Services services.
724
827
  # @return [Array<Types::ClusterIamRole>]
725
828
  #
726
829
  # @!attribute [rw] pending_actions
@@ -953,8 +1056,9 @@ module Aws::Redshift
953
1056
  include Aws::Structure
954
1057
  end
955
1058
 
956
- # An AWS Identity and Access Management (IAM) role that can be used by
957
- # the associated Amazon Redshift cluster to access other AWS services.
1059
+ # An Identity and Access Management (IAM) role that can be used by the
1060
+ # associated Amazon Redshift cluster to access other Amazon Web Services
1061
+ # services.
958
1062
  #
959
1063
  # @!attribute [rw] iam_role_arn
960
1064
  # The Amazon Resource Name (ARN) of the IAM role, for example,
@@ -1626,7 +1730,8 @@ module Aws::Redshift
1626
1730
  #
1627
1731
  # * Cannot end with a hyphen or contain two consecutive hyphens.
1628
1732
  #
1629
- # * Must be unique for the AWS account that is making the request.
1733
+ # * Must be unique for the Amazon Web Services account that is making
1734
+ # the request.
1630
1735
  # @return [String]
1631
1736
  #
1632
1737
  # @!attribute [rw] manual_snapshot_retention_period
@@ -1668,6 +1773,50 @@ module Aws::Redshift
1668
1773
  #
1669
1774
  class CopyToRegionDisabledFault < Aws::EmptyStructure; end
1670
1775
 
1776
+ # @note When making an API call, you may pass CreateAuthenticationProfileMessage
1777
+ # data as a hash:
1778
+ #
1779
+ # {
1780
+ # authentication_profile_name: "AuthenticationProfileNameString", # required
1781
+ # authentication_profile_content: "String", # required
1782
+ # }
1783
+ #
1784
+ # @!attribute [rw] authentication_profile_name
1785
+ # The name of the authentication profile to be created.
1786
+ # @return [String]
1787
+ #
1788
+ # @!attribute [rw] authentication_profile_content
1789
+ # The content of the authentication profile in JSON format. The
1790
+ # maximum length of the JSON string is determined by a quota for your
1791
+ # account.
1792
+ # @return [String]
1793
+ #
1794
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateAuthenticationProfileMessage AWS API Documentation
1795
+ #
1796
+ class CreateAuthenticationProfileMessage < Struct.new(
1797
+ :authentication_profile_name,
1798
+ :authentication_profile_content)
1799
+ SENSITIVE = []
1800
+ include Aws::Structure
1801
+ end
1802
+
1803
+ # @!attribute [rw] authentication_profile_name
1804
+ # The name of the authentication profile that was created.
1805
+ # @return [String]
1806
+ #
1807
+ # @!attribute [rw] authentication_profile_content
1808
+ # The content of the authentication profile in JSON format.
1809
+ # @return [String]
1810
+ #
1811
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateAuthenticationProfileResult AWS API Documentation
1812
+ #
1813
+ class CreateAuthenticationProfileResult < Struct.new(
1814
+ :authentication_profile_name,
1815
+ :authentication_profile_content)
1816
+ SENSITIVE = []
1817
+ include Aws::Structure
1818
+ end
1819
+
1671
1820
  # @note When making an API call, you may pass CreateClusterMessage
1672
1821
  # data as a hash:
1673
1822
  #
@@ -1754,7 +1903,8 @@ module Aws::Redshift
1754
1903
  #
1755
1904
  # * Cannot end with a hyphen or contain two consecutive hyphens.
1756
1905
  #
1757
- # * Must be unique for all clusters within an AWS account.
1906
+ # * Must be unique for all clusters within an Amazon Web Services
1907
+ # account.
1758
1908
  #
1759
1909
  # Example: `myexamplecluster`
1760
1910
  # @return [String]
@@ -1786,8 +1936,8 @@ module Aws::Redshift
1786
1936
  # @return [String]
1787
1937
  #
1788
1938
  # @!attribute [rw] master_username
1789
- # The user name associated with the master user account for the
1790
- # cluster that is being created.
1939
+ # The user name associated with the admin user account for the cluster
1940
+ # that is being created.
1791
1941
  #
1792
1942
  # Constraints:
1793
1943
  #
@@ -1806,7 +1956,7 @@ module Aws::Redshift
1806
1956
  # @return [String]
1807
1957
  #
1808
1958
  # @!attribute [rw] master_user_password
1809
- # The password associated with the master user account for the cluster
1959
+ # The password associated with the admin user account for the cluster
1810
1960
  # that is being created.
1811
1961
  #
1812
1962
  # Constraints:
@@ -2021,8 +2171,8 @@ module Aws::Redshift
2021
2171
  # @return [Array<Types::Tag>]
2022
2172
  #
2023
2173
  # @!attribute [rw] kms_key_id
2024
- # The AWS Key Management Service (KMS) key ID of the encryption key
2025
- # that you want to use to encrypt data in the cluster.
2174
+ # The Key Management Service (KMS) key ID of the encryption key that
2175
+ # you want to use to encrypt data in the cluster.
2026
2176
  # @return [String]
2027
2177
  #
2028
2178
  # @!attribute [rw] enhanced_vpc_routing
@@ -2046,10 +2196,10 @@ module Aws::Redshift
2046
2196
  # @return [String]
2047
2197
  #
2048
2198
  # @!attribute [rw] iam_roles
2049
- # A list of AWS Identity and Access Management (IAM) roles that can be
2050
- # used by the cluster to access other AWS services. You must supply
2051
- # the IAM roles in their Amazon Resource Name (ARN) format. You can
2052
- # supply up to 10 IAM roles in a single request.
2199
+ # A list of Identity and Access Management (IAM) roles that can be
2200
+ # used by the cluster to access other Amazon Web Services services.
2201
+ # You must supply the IAM roles in their Amazon Resource Name (ARN)
2202
+ # format. You can supply up to 10 IAM roles in a single request.
2053
2203
  #
2054
2204
  # A cluster can have up to 10 IAM roles associated with it at any
2055
2205
  # time.
@@ -2075,8 +2225,8 @@ module Aws::Redshift
2075
2225
  # (Advanced Query Accelerator) when it is created. Possible values
2076
2226
  # include the following.
2077
2227
  #
2078
- # * enabled - Use AQUA if it is available for the current AWS Region
2079
- # and Amazon Redshift node type.
2228
+ # * enabled - Use AQUA if it is available for the current Amazon Web
2229
+ # Services Region and Amazon Redshift node type.
2080
2230
  #
2081
2231
  # * disabled - Don't use AQUA.
2082
2232
  #
@@ -2148,7 +2298,7 @@ module Aws::Redshift
2148
2298
  #
2149
2299
  # * Cannot end with a hyphen or contain two consecutive hyphens.
2150
2300
  #
2151
- # * Must be unique withing your AWS account.
2301
+ # * Must be unique withing your Amazon Web Services account.
2152
2302
  #
2153
2303
  # <note markdown="1"> This value is stored as a lower-case string.
2154
2304
  #
@@ -2162,11 +2312,11 @@ module Aws::Redshift
2162
2312
  #
2163
2313
  # To get a list of valid parameter group family names, you can call
2164
2314
  # DescribeClusterParameterGroups. By default, Amazon Redshift returns
2165
- # a list of all the parameter groups that are owned by your AWS
2166
- # account, including the default parameter groups for each Amazon
2167
- # Redshift engine version. The parameter group family names associated
2168
- # with the default parameter groups provide you the valid values. For
2169
- # example, a valid family name is "redshift-1.0".
2315
+ # a list of all the parameter groups that are owned by your Amazon Web
2316
+ # Services account, including the default parameter groups for each
2317
+ # Amazon Redshift engine version. The parameter group family names
2318
+ # associated with the default parameter groups provide you the valid
2319
+ # values. For example, a valid family name is "redshift-1.0".
2170
2320
  # @return [String]
2171
2321
  #
2172
2322
  # @!attribute [rw] description
@@ -2237,7 +2387,7 @@ module Aws::Redshift
2237
2387
  # * Must not be "Default".
2238
2388
  #
2239
2389
  # * Must be unique for all security groups that are created by your
2240
- # AWS account.
2390
+ # Amazon Web Services account.
2241
2391
  #
2242
2392
  # Example: `examplesecuritygroup`
2243
2393
  # @return [String]
@@ -2289,7 +2439,8 @@ module Aws::Redshift
2289
2439
  #
2290
2440
  # @!attribute [rw] snapshot_identifier
2291
2441
  # A unique identifier for the snapshot that you are requesting. This
2292
- # identifier must be unique for all snapshots within the AWS account.
2442
+ # identifier must be unique for all snapshots within the Amazon Web
2443
+ # Services account.
2293
2444
  #
2294
2445
  # Constraints:
2295
2446
  #
@@ -2369,8 +2520,8 @@ module Aws::Redshift
2369
2520
  #
2370
2521
  # * Must not be "Default".
2371
2522
  #
2372
- # * Must be unique for all subnet groups that are created by your AWS
2373
- # account.
2523
+ # * Must be unique for all subnet groups that are created by your
2524
+ # Amazon Web Services account.
2374
2525
  #
2375
2526
  # Example: `examplesubnetgroup`
2376
2527
  # @return [String]
@@ -2427,8 +2578,9 @@ module Aws::Redshift
2427
2578
  # @return [String]
2428
2579
  #
2429
2580
  # @!attribute [rw] resource_owner
2430
- # The AWS account ID of the owner of the cluster. This is only
2431
- # required if the cluster is in another AWS account.
2581
+ # The Amazon Web Services account ID of the owner of the cluster. This
2582
+ # is only required if the cluster is in another Amazon Web Services
2583
+ # account.
2432
2584
  # @return [String]
2433
2585
  #
2434
2586
  # @!attribute [rw] endpoint_name
@@ -2505,9 +2657,9 @@ module Aws::Redshift
2505
2657
  # The type of source that will be generating the events. For example,
2506
2658
  # if you want to be notified of events generated by a cluster, you
2507
2659
  # would set this parameter to cluster. If this value is not specified,
2508
- # events are returned for all Amazon Redshift objects in your AWS
2509
- # account. You must specify a source type in order to specify source
2510
- # IDs.
2660
+ # events are returned for all Amazon Redshift objects in your Amazon
2661
+ # Web Services account. You must specify a source type in order to
2662
+ # specify source IDs.
2511
2663
  #
2512
2664
  # Valid values: cluster, cluster-parameter-group,
2513
2665
  # cluster-security-group, cluster-snapshot, and scheduled-action.
@@ -2530,7 +2682,7 @@ module Aws::Redshift
2530
2682
  # Specifies the Amazon Redshift event categories to be published by
2531
2683
  # the event notification subscription.
2532
2684
  #
2533
- # Values: configuration, management, monitoring, security
2685
+ # Values: configuration, management, monitoring, security, pending
2534
2686
  # @return [Array<String>]
2535
2687
  #
2536
2688
  # @!attribute [rw] severity
@@ -2806,7 +2958,7 @@ module Aws::Redshift
2806
2958
  #
2807
2959
  # @!attribute [rw] snapshot_copy_grant_name
2808
2960
  # The name of the snapshot copy grant. This name must be unique in the
2809
- # region for the AWS account.
2961
+ # region for the Amazon Web Services account.
2810
2962
  #
2811
2963
  # Constraints:
2812
2964
  #
@@ -2818,7 +2970,8 @@ module Aws::Redshift
2818
2970
  #
2819
2971
  # * Cannot end with a hyphen or contain two consecutive hyphens.
2820
2972
  #
2821
- # * Must be unique for all clusters within an AWS account.
2973
+ # * Must be unique for all clusters within an Amazon Web Services
2974
+ # account.
2822
2975
  # @return [String]
2823
2976
  #
2824
2977
  # @!attribute [rw] kms_key_id
@@ -2844,7 +2997,7 @@ module Aws::Redshift
2844
2997
  # @!attribute [rw] snapshot_copy_grant
2845
2998
  # The snapshot copy grant that grants Amazon Redshift permission to
2846
2999
  # encrypt copied snapshots with the specified customer master key
2847
- # (CMK) from AWS KMS in the destination region.
3000
+ # (CMK) from Amazon Web Services KMS in the destination region.
2848
3001
  #
2849
3002
  # For more information about managing snapshot copy grants, go to
2850
3003
  # [Amazon Redshift Database Encryption][1] in the *Amazon Redshift
@@ -3043,6 +3196,70 @@ module Aws::Redshift
3043
3196
  include Aws::Structure
3044
3197
  end
3045
3198
 
3199
+ # @!attribute [rw] data_share_arn
3200
+ # An Amazon Resource Name (ARN) that references the datashare that is
3201
+ # owned by a specific namespace of the producer cluster. A datashare
3202
+ # ARN is in the
3203
+ # `arn:aws:redshift:\{region\}:\{account-id\}:\{datashare\}:\{namespace-guid\}/\{datashare-name\}`
3204
+ # format.
3205
+ # @return [String]
3206
+ #
3207
+ # @!attribute [rw] producer_arn
3208
+ # The Amazon Resource Name (ARN) of the producer.
3209
+ # @return [String]
3210
+ #
3211
+ # @!attribute [rw] allow_publicly_accessible_consumers
3212
+ # A value that specifies whether the datashare can be shared to a
3213
+ # publicly accessible cluster.
3214
+ # @return [Boolean]
3215
+ #
3216
+ # @!attribute [rw] data_share_associations
3217
+ # A value that specifies when the datashare has an association between
3218
+ # a producer and data consumers.
3219
+ # @return [Array<Types::DataShareAssociation>]
3220
+ #
3221
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DataShare AWS API Documentation
3222
+ #
3223
+ class DataShare < Struct.new(
3224
+ :data_share_arn,
3225
+ :producer_arn,
3226
+ :allow_publicly_accessible_consumers,
3227
+ :data_share_associations)
3228
+ SENSITIVE = []
3229
+ include Aws::Structure
3230
+ end
3231
+
3232
+ # The association of a datashare from a producer account with a data
3233
+ # consumer.
3234
+ #
3235
+ # @!attribute [rw] consumer_identifier
3236
+ # The name of the consumer accounts that have an association with a
3237
+ # producer datashare.
3238
+ # @return [String]
3239
+ #
3240
+ # @!attribute [rw] status
3241
+ # The status of the datashare that is associated.
3242
+ # @return [String]
3243
+ #
3244
+ # @!attribute [rw] created_date
3245
+ # The creation date of the datashare that is associated.
3246
+ # @return [Time]
3247
+ #
3248
+ # @!attribute [rw] status_change_date
3249
+ # The status change data of the datashare that is associated.
3250
+ # @return [Time]
3251
+ #
3252
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DataShareAssociation AWS API Documentation
3253
+ #
3254
+ class DataShareAssociation < Struct.new(
3255
+ :consumer_identifier,
3256
+ :status,
3257
+ :created_date,
3258
+ :status_change_date)
3259
+ SENSITIVE = []
3260
+ include Aws::Structure
3261
+ end
3262
+
3046
3263
  # Describes the status of a cluster while it is in the process of
3047
3264
  # resizing with an incremental resize.
3048
3265
  #
@@ -3087,6 +3304,33 @@ module Aws::Redshift
3087
3304
  include Aws::Structure
3088
3305
  end
3089
3306
 
3307
+ # @note When making an API call, you may pass DeauthorizeDataShareMessage
3308
+ # data as a hash:
3309
+ #
3310
+ # {
3311
+ # data_share_arn: "String", # required
3312
+ # consumer_identifier: "String", # required
3313
+ # }
3314
+ #
3315
+ # @!attribute [rw] data_share_arn
3316
+ # The Amazon Resource Name (ARN) of the datashare to remove
3317
+ # authorization from.
3318
+ # @return [String]
3319
+ #
3320
+ # @!attribute [rw] consumer_identifier
3321
+ # The identifier of the data consumer that is to have authorization
3322
+ # removed from the datashare. This identifier is an AWS account ID.
3323
+ # @return [String]
3324
+ #
3325
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeauthorizeDataShareMessage AWS API Documentation
3326
+ #
3327
+ class DeauthorizeDataShareMessage < Struct.new(
3328
+ :data_share_arn,
3329
+ :consumer_identifier)
3330
+ SENSITIVE = []
3331
+ include Aws::Structure
3332
+ end
3333
+
3090
3334
  # Describes the default cluster parameters for a parameter group family.
3091
3335
  #
3092
3336
  # @!attribute [rw] parameter_group_family
@@ -3143,6 +3387,37 @@ module Aws::Redshift
3143
3387
  include Aws::Structure
3144
3388
  end
3145
3389
 
3390
+ # @note When making an API call, you may pass DeleteAuthenticationProfileMessage
3391
+ # data as a hash:
3392
+ #
3393
+ # {
3394
+ # authentication_profile_name: "AuthenticationProfileNameString", # required
3395
+ # }
3396
+ #
3397
+ # @!attribute [rw] authentication_profile_name
3398
+ # The name of the authentication profile to delete.
3399
+ # @return [String]
3400
+ #
3401
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteAuthenticationProfileMessage AWS API Documentation
3402
+ #
3403
+ class DeleteAuthenticationProfileMessage < Struct.new(
3404
+ :authentication_profile_name)
3405
+ SENSITIVE = []
3406
+ include Aws::Structure
3407
+ end
3408
+
3409
+ # @!attribute [rw] authentication_profile_name
3410
+ # The name of the authentication profile that was deleted.
3411
+ # @return [String]
3412
+ #
3413
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteAuthenticationProfileResult AWS API Documentation
3414
+ #
3415
+ class DeleteAuthenticationProfileResult < Struct.new(
3416
+ :authentication_profile_name)
3417
+ SENSITIVE = []
3418
+ include Aws::Structure
3419
+ end
3420
+
3146
3421
  # @note When making an API call, you may pass DeleteClusterMessage
3147
3422
  # data as a hash:
3148
3423
  #
@@ -3554,6 +3829,38 @@ module Aws::Redshift
3554
3829
  include Aws::Structure
3555
3830
  end
3556
3831
 
3832
+ # @note When making an API call, you may pass DescribeAuthenticationProfilesMessage
3833
+ # data as a hash:
3834
+ #
3835
+ # {
3836
+ # authentication_profile_name: "AuthenticationProfileNameString",
3837
+ # }
3838
+ #
3839
+ # @!attribute [rw] authentication_profile_name
3840
+ # The name of the authentication profile to describe. If not specified
3841
+ # then all authentication profiles owned by the account are listed.
3842
+ # @return [String]
3843
+ #
3844
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeAuthenticationProfilesMessage AWS API Documentation
3845
+ #
3846
+ class DescribeAuthenticationProfilesMessage < Struct.new(
3847
+ :authentication_profile_name)
3848
+ SENSITIVE = []
3849
+ include Aws::Structure
3850
+ end
3851
+
3852
+ # @!attribute [rw] authentication_profiles
3853
+ # The list of authentication profiles.
3854
+ # @return [Array<Types::AuthenticationProfile>]
3855
+ #
3856
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeAuthenticationProfilesResult AWS API Documentation
3857
+ #
3858
+ class DescribeAuthenticationProfilesResult < Struct.new(
3859
+ :authentication_profiles)
3860
+ SENSITIVE = []
3861
+ include Aws::Structure
3862
+ end
3863
+
3557
3864
  # @note When making an API call, you may pass DescribeClusterDbRevisionsMessage
3558
3865
  # data as a hash:
3559
3866
  #
@@ -3638,10 +3945,10 @@ module Aws::Redshift
3638
3945
  # An optional parameter that specifies the starting point to return a
3639
3946
  # set of response records. When the results of a
3640
3947
  # DescribeClusterParameterGroups request exceed the value specified in
3641
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
3642
- # response. You can retrieve the next set of response records by
3643
- # providing the returned marker value in the `Marker` parameter and
3644
- # retrying the request.
3948
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
3949
+ # field of the response. You can retrieve the next set of response
3950
+ # records by providing the returned marker value in the `Marker`
3951
+ # parameter and retrying the request.
3645
3952
  # @return [String]
3646
3953
  #
3647
3954
  # @!attribute [rw] tag_keys
@@ -3717,10 +4024,10 @@ module Aws::Redshift
3717
4024
  # An optional parameter that specifies the starting point to return a
3718
4025
  # set of response records. When the results of a
3719
4026
  # DescribeClusterParameters request exceed the value specified in
3720
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
3721
- # response. You can retrieve the next set of response records by
3722
- # providing the returned marker value in the `Marker` parameter and
3723
- # retrying the request.
4027
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4028
+ # field of the response. You can retrieve the next set of response
4029
+ # records by providing the returned marker value in the `Marker`
4030
+ # parameter and retrying the request.
3724
4031
  # @return [String]
3725
4032
  #
3726
4033
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeClusterParametersMessage AWS API Documentation
@@ -3769,10 +4076,10 @@ module Aws::Redshift
3769
4076
  # An optional parameter that specifies the starting point to return a
3770
4077
  # set of response records. When the results of a
3771
4078
  # DescribeClusterSecurityGroups request exceed the value specified in
3772
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
3773
- # response. You can retrieve the next set of response records by
3774
- # providing the returned marker value in the `Marker` parameter and
3775
- # retrying the request.
4079
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4080
+ # field of the response. You can retrieve the next set of response
4081
+ # records by providing the returned marker value in the `Marker`
4082
+ # parameter and retrying the request.
3776
4083
  #
3777
4084
  # Constraints: You can specify either the **ClusterSecurityGroupName**
3778
4085
  # parameter or the **Marker** parameter, but not both.
@@ -3892,17 +4199,17 @@ module Aws::Redshift
3892
4199
  # An optional parameter that specifies the starting point to return a
3893
4200
  # set of response records. When the results of a
3894
4201
  # DescribeClusterSnapshots request exceed the value specified in
3895
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
3896
- # response. You can retrieve the next set of response records by
3897
- # providing the returned marker value in the `Marker` parameter and
3898
- # retrying the request.
4202
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4203
+ # field of the response. You can retrieve the next set of response
4204
+ # records by providing the returned marker value in the `Marker`
4205
+ # parameter and retrying the request.
3899
4206
  # @return [String]
3900
4207
  #
3901
4208
  # @!attribute [rw] owner_account
3902
- # The AWS customer account used to create or copy the snapshot. Use
3903
- # this field to filter the results to snapshots owned by a particular
3904
- # account. To describe snapshots you own, either specify your AWS
3905
- # customer account, or do not specify the parameter.
4209
+ # The Amazon Web Services account used to create or copy the snapshot.
4210
+ # Use this field to filter the results to snapshots owned by a
4211
+ # particular account. To describe snapshots you own, either specify
4212
+ # your Amazon Web Services account, or do not specify the parameter.
3906
4213
  # @return [String]
3907
4214
  #
3908
4215
  # @!attribute [rw] tag_keys
@@ -4000,10 +4307,10 @@ module Aws::Redshift
4000
4307
  # An optional parameter that specifies the starting point to return a
4001
4308
  # set of response records. When the results of a
4002
4309
  # DescribeClusterSubnetGroups request exceed the value specified in
4003
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
4004
- # response. You can retrieve the next set of response records by
4005
- # providing the returned marker value in the `Marker` parameter and
4006
- # retrying the request.
4310
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4311
+ # field of the response. You can retrieve the next set of response
4312
+ # records by providing the returned marker value in the `Marker`
4313
+ # parameter and retrying the request.
4007
4314
  # @return [String]
4008
4315
  #
4009
4316
  # @!attribute [rw] tag_keys
@@ -4121,10 +4428,10 @@ module Aws::Redshift
4121
4428
  # An optional parameter that specifies the starting point to return a
4122
4429
  # set of response records. When the results of a
4123
4430
  # DescribeClusterVersions request exceed the value specified in
4124
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
4125
- # response. You can retrieve the next set of response records by
4126
- # providing the returned marker value in the `Marker` parameter and
4127
- # retrying the request.
4431
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4432
+ # field of the response. You can retrieve the next set of response
4433
+ # records by providing the returned marker value in the `Marker`
4434
+ # parameter and retrying the request.
4128
4435
  # @return [String]
4129
4436
  #
4130
4437
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeClusterVersionsMessage AWS API Documentation
@@ -4172,10 +4479,11 @@ module Aws::Redshift
4172
4479
  # @!attribute [rw] marker
4173
4480
  # An optional parameter that specifies the starting point to return a
4174
4481
  # set of response records. When the results of a DescribeClusters
4175
- # request exceed the value specified in `MaxRecords`, AWS returns a
4176
- # value in the `Marker` field of the response. You can retrieve the
4177
- # next set of response records by providing the returned marker value
4178
- # in the `Marker` parameter and retrying the request.
4482
+ # request exceed the value specified in `MaxRecords`, Amazon Web
4483
+ # Services returns a value in the `Marker` field of the response. You
4484
+ # can retrieve the next set of response records by providing the
4485
+ # returned marker value in the `Marker` parameter and retrying the
4486
+ # request.
4179
4487
  #
4180
4488
  # Constraints: You can specify either the **ClusterIdentifier**
4181
4489
  # parameter or the **Marker** parameter, but not both.
@@ -4212,6 +4520,214 @@ module Aws::Redshift
4212
4520
  include Aws::Structure
4213
4521
  end
4214
4522
 
4523
+ # @note When making an API call, you may pass DescribeDataSharesForConsumerMessage
4524
+ # data as a hash:
4525
+ #
4526
+ # {
4527
+ # consumer_arn: "String",
4528
+ # status: "ACTIVE", # accepts ACTIVE, AVAILABLE
4529
+ # max_records: 1,
4530
+ # marker: "String",
4531
+ # }
4532
+ #
4533
+ # @!attribute [rw] consumer_arn
4534
+ # The Amazon Resource Name (ARN) of the consumer that returns in the
4535
+ # list of datashares.
4536
+ # @return [String]
4537
+ #
4538
+ # @!attribute [rw] status
4539
+ # An identifier giving the status of a datashare in the consumer
4540
+ # cluster. If this field is specified, Amazon Redshift returns the
4541
+ # list of datashares that have the specified status.
4542
+ # @return [String]
4543
+ #
4544
+ # @!attribute [rw] max_records
4545
+ # The maximum number of response records to return in each call. If
4546
+ # the number of remaining response records exceeds the specified
4547
+ # `MaxRecords` value, a value is returned in a `marker` field of the
4548
+ # response. You can retrieve the next set of records by retrying the
4549
+ # command with the returned marker value.
4550
+ # @return [Integer]
4551
+ #
4552
+ # @!attribute [rw] marker
4553
+ # An optional parameter that specifies the starting point to return a
4554
+ # set of response records. When the results of a
4555
+ # DescribeDataSharesForConsumer request exceed the value specified in
4556
+ # `MaxRecords`, AWS returns a value in the `Marker` field of the
4557
+ # response. You can retrieve the next set of response records by
4558
+ # providing the returned marker value in the `Marker` parameter and
4559
+ # retrying the request.
4560
+ # @return [String]
4561
+ #
4562
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDataSharesForConsumerMessage AWS API Documentation
4563
+ #
4564
+ class DescribeDataSharesForConsumerMessage < Struct.new(
4565
+ :consumer_arn,
4566
+ :status,
4567
+ :max_records,
4568
+ :marker)
4569
+ SENSITIVE = []
4570
+ include Aws::Structure
4571
+ end
4572
+
4573
+ # @!attribute [rw] data_shares
4574
+ # Shows the results of datashares available for consumers.
4575
+ # @return [Array<Types::DataShare>]
4576
+ #
4577
+ # @!attribute [rw] marker
4578
+ # An optional parameter that specifies the starting point to return a
4579
+ # set of response records. When the results of a
4580
+ # DescribeDataSharesForConsumer request exceed the value specified in
4581
+ # `MaxRecords`, AWS returns a value in the `Marker` field of the
4582
+ # response. You can retrieve the next set of response records by
4583
+ # providing the returned marker value in the `Marker` parameter and
4584
+ # retrying the request.
4585
+ # @return [String]
4586
+ #
4587
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDataSharesForConsumerResult AWS API Documentation
4588
+ #
4589
+ class DescribeDataSharesForConsumerResult < Struct.new(
4590
+ :data_shares,
4591
+ :marker)
4592
+ SENSITIVE = []
4593
+ include Aws::Structure
4594
+ end
4595
+
4596
+ # @note When making an API call, you may pass DescribeDataSharesForProducerMessage
4597
+ # data as a hash:
4598
+ #
4599
+ # {
4600
+ # producer_arn: "String",
4601
+ # status: "ACTIVE", # accepts ACTIVE, AUTHORIZED, PENDING_AUTHORIZATION, DEAUTHORIZED, REJECTED
4602
+ # max_records: 1,
4603
+ # marker: "String",
4604
+ # }
4605
+ #
4606
+ # @!attribute [rw] producer_arn
4607
+ # The Amazon Resource Name (ARN) of the producer that returns in the
4608
+ # list of datashares.
4609
+ # @return [String]
4610
+ #
4611
+ # @!attribute [rw] status
4612
+ # An identifier giving the status of a datashare in the producer. If
4613
+ # this field is specified, Amazon Redshift returns the list of
4614
+ # datashares that have the specified status.
4615
+ # @return [String]
4616
+ #
4617
+ # @!attribute [rw] max_records
4618
+ # The maximum number of response records to return in each call. If
4619
+ # the number of remaining response records exceeds the specified
4620
+ # `MaxRecords` value, a value is returned in a `marker` field of the
4621
+ # response. You can retrieve the next set of records by retrying the
4622
+ # command with the returned marker value.
4623
+ # @return [Integer]
4624
+ #
4625
+ # @!attribute [rw] marker
4626
+ # An optional parameter that specifies the starting point to return a
4627
+ # set of response records. When the results of a
4628
+ # DescribeDataSharesForProducer request exceed the value specified in
4629
+ # `MaxRecords`, AWS returns a value in the `Marker` field of the
4630
+ # response. You can retrieve the next set of response records by
4631
+ # providing the returned marker value in the `Marker` parameter and
4632
+ # retrying the request.
4633
+ # @return [String]
4634
+ #
4635
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDataSharesForProducerMessage AWS API Documentation
4636
+ #
4637
+ class DescribeDataSharesForProducerMessage < Struct.new(
4638
+ :producer_arn,
4639
+ :status,
4640
+ :max_records,
4641
+ :marker)
4642
+ SENSITIVE = []
4643
+ include Aws::Structure
4644
+ end
4645
+
4646
+ # @!attribute [rw] data_shares
4647
+ # Shows the results of datashares available for producers.
4648
+ # @return [Array<Types::DataShare>]
4649
+ #
4650
+ # @!attribute [rw] marker
4651
+ # An optional parameter that specifies the starting point to return a
4652
+ # set of response records. When the results of a
4653
+ # DescribeDataSharesForProducer request exceed the value specified in
4654
+ # `MaxRecords`, AWS returns a value in the `Marker` field of the
4655
+ # response. You can retrieve the next set of response records by
4656
+ # providing the returned marker value in the `Marker` parameter and
4657
+ # retrying the request.
4658
+ # @return [String]
4659
+ #
4660
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDataSharesForProducerResult AWS API Documentation
4661
+ #
4662
+ class DescribeDataSharesForProducerResult < Struct.new(
4663
+ :data_shares,
4664
+ :marker)
4665
+ SENSITIVE = []
4666
+ include Aws::Structure
4667
+ end
4668
+
4669
+ # @note When making an API call, you may pass DescribeDataSharesMessage
4670
+ # data as a hash:
4671
+ #
4672
+ # {
4673
+ # data_share_arn: "String",
4674
+ # max_records: 1,
4675
+ # marker: "String",
4676
+ # }
4677
+ #
4678
+ # @!attribute [rw] data_share_arn
4679
+ # The identifier of the datashare to describe details of.
4680
+ # @return [String]
4681
+ #
4682
+ # @!attribute [rw] max_records
4683
+ # The maximum number of response records to return in each call. If
4684
+ # the number of remaining response records exceeds the specified
4685
+ # `MaxRecords` value, a value is returned in a `marker` field of the
4686
+ # response. You can retrieve the next set of records by retrying the
4687
+ # command with the returned marker value.
4688
+ # @return [Integer]
4689
+ #
4690
+ # @!attribute [rw] marker
4691
+ # An optional parameter that specifies the starting point to return a
4692
+ # set of response records. When the results of a DescribeDataShares
4693
+ # request exceed the value specified in `MaxRecords`, AWS returns a
4694
+ # value in the `Marker` field of the response. You can retrieve the
4695
+ # next set of response records by providing the returned marker value
4696
+ # in the `Marker` parameter and retrying the request.
4697
+ # @return [String]
4698
+ #
4699
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDataSharesMessage AWS API Documentation
4700
+ #
4701
+ class DescribeDataSharesMessage < Struct.new(
4702
+ :data_share_arn,
4703
+ :max_records,
4704
+ :marker)
4705
+ SENSITIVE = []
4706
+ include Aws::Structure
4707
+ end
4708
+
4709
+ # @!attribute [rw] data_shares
4710
+ # The results returned from describing datashares.
4711
+ # @return [Array<Types::DataShare>]
4712
+ #
4713
+ # @!attribute [rw] marker
4714
+ # An optional parameter that specifies the starting point to return a
4715
+ # set of response records. When the results of a DescribeDataShares
4716
+ # request exceed the value specified in `MaxRecords`, AWS returns a
4717
+ # value in the `Marker` field of the response. You can retrieve the
4718
+ # next set of response records by providing the returned marker value
4719
+ # in the `Marker` parameter and retrying the request.
4720
+ # @return [String]
4721
+ #
4722
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDataSharesResult AWS API Documentation
4723
+ #
4724
+ class DescribeDataSharesResult < Struct.new(
4725
+ :data_shares,
4726
+ :marker)
4727
+ SENSITIVE = []
4728
+ include Aws::Structure
4729
+ end
4730
+
4215
4731
  # @note When making an API call, you may pass DescribeDefaultClusterParametersMessage
4216
4732
  # data as a hash:
4217
4733
  #
@@ -4241,10 +4757,10 @@ module Aws::Redshift
4241
4757
  # An optional parameter that specifies the starting point to return a
4242
4758
  # set of response records. When the results of a
4243
4759
  # DescribeDefaultClusterParameters request exceed the value specified
4244
- # in `MaxRecords`, AWS returns a value in the `Marker` field of the
4245
- # response. You can retrieve the next set of response records by
4246
- # providing the returned marker value in the `Marker` parameter and
4247
- # retrying the request.
4760
+ # in `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4761
+ # field of the response. You can retrieve the next set of response
4762
+ # records by providing the returned marker value in the `Marker`
4763
+ # parameter and retrying the request.
4248
4764
  # @return [String]
4249
4765
  #
4250
4766
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDefaultClusterParametersMessage AWS API Documentation
@@ -4287,7 +4803,7 @@ module Aws::Redshift
4287
4803
  # @return [String]
4288
4804
  #
4289
4805
  # @!attribute [rw] resource_owner
4290
- # The AWS account ID of the owner of the cluster.
4806
+ # The Amazon Web Services account ID of the owner of the cluster.
4291
4807
  # @return [String]
4292
4808
  #
4293
4809
  # @!attribute [rw] endpoint_name
@@ -4342,9 +4858,9 @@ module Aws::Redshift
4342
4858
  # @return [String]
4343
4859
  #
4344
4860
  # @!attribute [rw] account
4345
- # The AWS account ID of either the cluster owner (grantor) or grantee.
4346
- # If `Grantee` parameter is true, then the `Account` value is of the
4347
- # grantor.
4861
+ # The AAmazon Web Services account ID of either the cluster owner
4862
+ # (grantor) or grantee. If `Grantee` parameter is true, then the
4863
+ # `Account` value is of the grantor.
4348
4864
  # @return [String]
4349
4865
  #
4350
4866
  # @!attribute [rw] grantee
@@ -4435,10 +4951,10 @@ module Aws::Redshift
4435
4951
  # An optional parameter that specifies the starting point to return a
4436
4952
  # set of response records. When the results of a
4437
4953
  # DescribeEventSubscriptions request exceed the value specified in
4438
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
4439
- # response. You can retrieve the next set of response records by
4440
- # providing the returned marker value in the `Marker` parameter and
4441
- # retrying the request.
4954
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4955
+ # field of the response. You can retrieve the next set of response
4956
+ # records by providing the returned marker value in the `Marker`
4957
+ # parameter and retrying the request.
4442
4958
  # @return [String]
4443
4959
  #
4444
4960
  # @!attribute [rw] tag_keys
@@ -4577,10 +5093,11 @@ module Aws::Redshift
4577
5093
  # @!attribute [rw] marker
4578
5094
  # An optional parameter that specifies the starting point to return a
4579
5095
  # set of response records. When the results of a DescribeEvents
4580
- # request exceed the value specified in `MaxRecords`, AWS returns a
4581
- # value in the `Marker` field of the response. You can retrieve the
4582
- # next set of response records by providing the returned marker value
4583
- # in the `Marker` parameter and retrying the request.
5096
+ # request exceed the value specified in `MaxRecords`, Amazon Web
5097
+ # Services returns a value in the `Marker` field of the response. You
5098
+ # can retrieve the next set of response records by providing the
5099
+ # returned marker value in the `Marker` parameter and retrying the
5100
+ # request.
4584
5101
  # @return [String]
4585
5102
  #
4586
5103
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeEventsMessage AWS API Documentation
@@ -4611,8 +5128,8 @@ module Aws::Redshift
4611
5128
  # @!attribute [rw] hsm_client_certificate_identifier
4612
5129
  # The identifier of a specific HSM client certificate for which you
4613
5130
  # want information. If no identifier is specified, information is
4614
- # returned for all HSM client certificates owned by your AWS customer
4615
- # account.
5131
+ # returned for all HSM client certificates owned by your Amazon Web
5132
+ # Services account.
4616
5133
  # @return [String]
4617
5134
  #
4618
5135
  # @!attribute [rw] max_records
@@ -4631,10 +5148,10 @@ module Aws::Redshift
4631
5148
  # An optional parameter that specifies the starting point to return a
4632
5149
  # set of response records. When the results of a
4633
5150
  # DescribeHsmClientCertificates request exceed the value specified in
4634
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
4635
- # response. You can retrieve the next set of response records by
4636
- # providing the returned marker value in the `Marker` parameter and
4637
- # retrying the request.
5151
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5152
+ # field of the response. You can retrieve the next set of response
5153
+ # records by providing the returned marker value in the `Marker`
5154
+ # parameter and retrying the request.
4638
5155
  # @return [String]
4639
5156
  #
4640
5157
  # @!attribute [rw] tag_keys
@@ -4683,7 +5200,8 @@ module Aws::Redshift
4683
5200
  # @!attribute [rw] hsm_configuration_identifier
4684
5201
  # The identifier of a specific Amazon Redshift HSM configuration to be
4685
5202
  # described. If no identifier is specified, information is returned
4686
- # for all HSM configurations owned by your AWS customer account.
5203
+ # for all HSM configurations owned by your Amazon Web Services
5204
+ # account.
4687
5205
  # @return [String]
4688
5206
  #
4689
5207
  # @!attribute [rw] max_records
@@ -4702,10 +5220,10 @@ module Aws::Redshift
4702
5220
  # An optional parameter that specifies the starting point to return a
4703
5221
  # set of response records. When the results of a
4704
5222
  # DescribeHsmConfigurations request exceed the value specified in
4705
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
4706
- # response. You can retrieve the next set of response records by
4707
- # providing the returned marker value in the `Marker` parameter and
4708
- # retrying the request.
5223
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5224
+ # field of the response. You can retrieve the next set of response
5225
+ # records by providing the returned marker value in the `Marker`
5226
+ # parameter and retrying the request.
4709
5227
  # @return [String]
4710
5228
  #
4711
5229
  # @!attribute [rw] tag_keys
@@ -4800,7 +5318,7 @@ module Aws::Redshift
4800
5318
  # @return [String]
4801
5319
  #
4802
5320
  # @!attribute [rw] owner_account
4803
- # The AWS customer account used to create or copy the snapshot.
5321
+ # The Amazon Web Services account used to create or copy the snapshot.
4804
5322
  # Required if you are restoring a snapshot you do not own, optional if
4805
5323
  # you own the snapshot.
4806
5324
  # @return [String]
@@ -4813,10 +5331,10 @@ module Aws::Redshift
4813
5331
  # An optional parameter that specifies the starting point to return a
4814
5332
  # set of response records. When the results of a
4815
5333
  # DescribeNodeConfigurationOptions request exceed the value specified
4816
- # in `MaxRecords`, AWS returns a value in the `Marker` field of the
4817
- # response. You can retrieve the next set of response records by
4818
- # providing the returned marker value in the `Marker` parameter and
4819
- # retrying the request.
5334
+ # in `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5335
+ # field of the response. You can retrieve the next set of response
5336
+ # records by providing the returned marker value in the `Marker`
5337
+ # parameter and retrying the request.
4820
5338
  # @return [String]
4821
5339
  #
4822
5340
  # @!attribute [rw] max_records
@@ -4886,10 +5404,10 @@ module Aws::Redshift
4886
5404
  # An optional parameter that specifies the starting point to return a
4887
5405
  # set of response records. When the results of a
4888
5406
  # DescribeOrderableClusterOptions request exceed the value specified
4889
- # in `MaxRecords`, AWS returns a value in the `Marker` field of the
4890
- # response. You can retrieve the next set of response records by
4891
- # providing the returned marker value in the `Marker` parameter and
4892
- # retrying the request.
5407
+ # in `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5408
+ # field of the response. You can retrieve the next set of response
5409
+ # records by providing the returned marker value in the `Marker`
5410
+ # parameter and retrying the request.
4893
5411
  # @return [String]
4894
5412
  #
4895
5413
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeOrderableClusterOptionsMessage AWS API Documentation
@@ -4914,7 +5432,7 @@ module Aws::Redshift
4914
5432
  # }
4915
5433
  #
4916
5434
  # @!attribute [rw] account_id
4917
- # The AWS account ID that owns the cluster.
5435
+ # The Amazon Web Services account ID that owns the cluster.
4918
5436
  # @return [String]
4919
5437
  #
4920
5438
  # @!attribute [rw] cluster_identifier
@@ -4985,10 +5503,10 @@ module Aws::Redshift
4985
5503
  # An optional parameter that specifies the starting point to return a
4986
5504
  # set of response records. When the results of a
4987
5505
  # DescribeReservedNodeOfferings request exceed the value specified in
4988
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
4989
- # response. You can retrieve the next set of response records by
4990
- # providing the returned marker value in the `Marker` parameter and
4991
- # retrying the request.
5506
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5507
+ # field of the response. You can retrieve the next set of response
5508
+ # records by providing the returned marker value in the `Marker`
5509
+ # parameter and retrying the request.
4992
5510
  # @return [String]
4993
5511
  #
4994
5512
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeReservedNodeOfferingsMessage AWS API Documentation
@@ -5029,10 +5547,11 @@ module Aws::Redshift
5029
5547
  # @!attribute [rw] marker
5030
5548
  # An optional parameter that specifies the starting point to return a
5031
5549
  # set of response records. When the results of a DescribeReservedNodes
5032
- # request exceed the value specified in `MaxRecords`, AWS returns a
5033
- # value in the `Marker` field of the response. You can retrieve the
5034
- # next set of response records by providing the returned marker value
5035
- # in the `Marker` parameter and retrying the request.
5550
+ # request exceed the value specified in `MaxRecords`, Amazon Web
5551
+ # Services returns a value in the `Marker` field of the response. You
5552
+ # can retrieve the next set of response records by providing the
5553
+ # returned marker value in the `Marker` parameter and retrying the
5554
+ # request.
5036
5555
  # @return [String]
5037
5556
  #
5038
5557
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeReservedNodesMessage AWS API Documentation
@@ -5056,8 +5575,8 @@ module Aws::Redshift
5056
5575
  # The unique identifier of a cluster whose resize progress you are
5057
5576
  # requesting. This parameter is case-sensitive.
5058
5577
  #
5059
- # By default, resize operations for all clusters defined for an AWS
5060
- # account are returned.
5578
+ # By default, resize operations for all clusters defined for an Amazon
5579
+ # Web Services account are returned.
5061
5580
  # @return [String]
5062
5581
  #
5063
5582
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeResizeMessage AWS API Documentation
@@ -5120,10 +5639,10 @@ module Aws::Redshift
5120
5639
  # An optional parameter that specifies the starting point to return a
5121
5640
  # set of response records. When the results of a
5122
5641
  # DescribeScheduledActions request exceed the value specified in
5123
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
5124
- # response. You can retrieve the next set of response records by
5125
- # providing the returned marker value in the `Marker` parameter and
5126
- # retrying the request.
5642
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5643
+ # field of the response. You can retrieve the next set of response
5644
+ # records by providing the returned marker value in the `Marker`
5645
+ # parameter and retrying the request.
5127
5646
  # @return [String]
5128
5647
  #
5129
5648
  # @!attribute [rw] max_records
@@ -5186,10 +5705,10 @@ module Aws::Redshift
5186
5705
  # An optional parameter that specifies the starting point to return a
5187
5706
  # set of response records. When the results of a
5188
5707
  # `DescribeSnapshotCopyGrant` request exceed the value specified in
5189
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
5190
- # response. You can retrieve the next set of response records by
5191
- # providing the returned marker value in the `Marker` parameter and
5192
- # retrying the request.
5708
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5709
+ # field of the response. You can retrieve the next set of response
5710
+ # records by providing the returned marker value in the `Marker`
5711
+ # parameter and retrying the request.
5193
5712
  #
5194
5713
  # Constraints: You can specify either the **SnapshotCopyGrantName**
5195
5714
  # parameter or the **Marker** parameter, but not both.
@@ -5495,10 +6014,11 @@ module Aws::Redshift
5495
6014
  # @!attribute [rw] marker
5496
6015
  # An optional parameter that specifies the starting point to return a
5497
6016
  # set of response records. When the results of a DescribeUsageLimits
5498
- # request exceed the value specified in `MaxRecords`, AWS returns a
5499
- # value in the `Marker` field of the response. You can retrieve the
5500
- # next set of response records by providing the returned marker value
5501
- # in the `Marker` parameter and retrying the request.
6017
+ # request exceed the value specified in `MaxRecords`, Amazon Web
6018
+ # Services returns a value in the `Marker` field of the response. You
6019
+ # can retrieve the next set of response records by providing the
6020
+ # returned marker value in the `Marker` parameter and retrying the
6021
+ # request.
5502
6022
  # @return [String]
5503
6023
  #
5504
6024
  # @!attribute [rw] tag_keys
@@ -5591,6 +6111,40 @@ module Aws::Redshift
5591
6111
  include Aws::Structure
5592
6112
  end
5593
6113
 
6114
+ # @note When making an API call, you may pass DisassociateDataShareConsumerMessage
6115
+ # data as a hash:
6116
+ #
6117
+ # {
6118
+ # data_share_arn: "String", # required
6119
+ # disassociate_entire_account: false,
6120
+ # consumer_arn: "String",
6121
+ # }
6122
+ #
6123
+ # @!attribute [rw] data_share_arn
6124
+ # The Amazon Resource Name (ARN) of the datashare to remove
6125
+ # association for.
6126
+ # @return [String]
6127
+ #
6128
+ # @!attribute [rw] disassociate_entire_account
6129
+ # A value that specifies whether association for the datashare is
6130
+ # removed from the entire account.
6131
+ # @return [Boolean]
6132
+ #
6133
+ # @!attribute [rw] consumer_arn
6134
+ # The Amazon Resource Name (ARN) of the consumer that association for
6135
+ # the datashare is removed from.
6136
+ # @return [String]
6137
+ #
6138
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisassociateDataShareConsumerMessage AWS API Documentation
6139
+ #
6140
+ class DisassociateDataShareConsumerMessage < Struct.new(
6141
+ :data_share_arn,
6142
+ :disassociate_entire_account,
6143
+ :consumer_arn)
6144
+ SENSITIVE = []
6145
+ include Aws::Structure
6146
+ end
6147
+
5594
6148
  # Describes an Amazon EC2 security group.
5595
6149
  #
5596
6150
  # @!attribute [rw] status
@@ -5602,8 +6156,8 @@ module Aws::Redshift
5602
6156
  # @return [String]
5603
6157
  #
5604
6158
  # @!attribute [rw] ec2_security_group_owner_id
5605
- # The AWS ID of the owner of the EC2 security group specified in the
5606
- # `EC2SecurityGroupName` field.
6159
+ # The Amazon Web Services account ID of the owner of the EC2 security
6160
+ # group specified in the `EC2SecurityGroupName` field.
5607
6161
  # @return [String]
5608
6162
  #
5609
6163
  # @!attribute [rw] tags
@@ -5717,11 +6271,12 @@ module Aws::Redshift
5717
6271
  # @return [String]
5718
6272
  #
5719
6273
  # @!attribute [rw] destination_region
5720
- # The destination AWS Region that you want to copy snapshots to.
6274
+ # The destination Amazon Web Services Region that you want to copy
6275
+ # snapshots to.
5721
6276
  #
5722
- # Constraints: Must be the name of a valid AWS Region. For more
5723
- # information, see [Regions and Endpoints][1] in the Amazon Web
5724
- # Services General Reference.
6277
+ # Constraints: Must be the name of a valid Amazon Web Services Region.
6278
+ # For more information, see [Regions and Endpoints][1] in the Amazon
6279
+ # Web Services General Reference.
5725
6280
  #
5726
6281
  #
5727
6282
  #
@@ -5738,15 +6293,16 @@ module Aws::Redshift
5738
6293
  # @return [Integer]
5739
6294
  #
5740
6295
  # @!attribute [rw] snapshot_copy_grant_name
5741
- # The name of the snapshot copy grant to use when snapshots of an AWS
5742
- # KMS-encrypted cluster are copied to the destination region.
6296
+ # The name of the snapshot copy grant to use when snapshots of an
6297
+ # Amazon Web Services KMS-encrypted cluster are copied to the
6298
+ # destination region.
5743
6299
  # @return [String]
5744
6300
  #
5745
6301
  # @!attribute [rw] manual_snapshot_retention_period
5746
6302
  # The number of days to retain newly copied snapshots in the
5747
- # destination AWS Region after they are copied from the source AWS
5748
- # Region. If the value is -1, the manual snapshot is retained
5749
- # indefinitely.
6303
+ # destination Amazon Web Services Region after they are copied from
6304
+ # the source Amazon Web Services Region. If the value is -1, the
6305
+ # manual snapshot is retained indefinitely.
5750
6306
  #
5751
6307
  # The value must be either -1 or an integer between 1 and 3,653.
5752
6308
  # @return [Integer]
@@ -5806,7 +6362,7 @@ module Aws::Redshift
5806
6362
  # @return [String]
5807
6363
  #
5808
6364
  # @!attribute [rw] resource_owner
5809
- # The AWS account ID of the owner of the cluster.
6365
+ # The Amazon Web Services account ID of the owner of the cluster.
5810
6366
  # @return [String]
5811
6367
  #
5812
6368
  # @!attribute [rw] subnet_group_name
@@ -5888,14 +6444,14 @@ module Aws::Redshift
5888
6444
  class EndpointAlreadyExistsFault < Aws::EmptyStructure; end
5889
6445
 
5890
6446
  # Describes an endpoint authorization for authorizing Redshift-managed
5891
- # VPC endpoint access to a cluster across AWS accounts.
6447
+ # VPC endpoint access to a cluster across Amazon Web Services accounts.
5892
6448
  #
5893
6449
  # @!attribute [rw] grantor
5894
- # The AWS account ID of the cluster owner.
6450
+ # The Amazon Web Services account ID of the cluster owner.
5895
6451
  # @return [String]
5896
6452
  #
5897
6453
  # @!attribute [rw] grantee
5898
- # The AWS account ID of the grantee of the cluster.
6454
+ # The Amazon Web Services account ID of the grantee of the cluster.
5899
6455
  # @return [String]
5900
6456
  #
5901
6457
  # @!attribute [rw] cluster_identifier
@@ -6020,7 +6576,7 @@ module Aws::Redshift
6020
6576
  # @!attribute [rw] event_categories
6021
6577
  # A list of the event categories.
6022
6578
  #
6023
- # Values: Configuration, Management, Monitoring, Security
6579
+ # Values: Configuration, Management, Monitoring, Security, Pending
6024
6580
  # @return [Array<String>]
6025
6581
  #
6026
6582
  # @!attribute [rw] severity
@@ -6117,8 +6673,8 @@ module Aws::Redshift
6117
6673
  # Describes event subscriptions.
6118
6674
  #
6119
6675
  # @!attribute [rw] customer_aws_id
6120
- # The AWS customer account associated with the Amazon Redshift event
6121
- # notification subscription.
6676
+ # The Amazon Web Services account associated with the Amazon Redshift
6677
+ # event notification subscription.
6122
6678
  # @return [String]
6123
6679
  #
6124
6680
  # @!attribute [rw] cust_subscription_id
@@ -6165,7 +6721,7 @@ module Aws::Redshift
6165
6721
  # The list of Amazon Redshift event categories specified in the event
6166
6722
  # notification subscription.
6167
6723
  #
6168
- # Values: Configuration, Management, Monitoring, Security
6724
+ # Values: Configuration, Management, Monitoring, Security, Pending
6169
6725
  # @return [Array<String>]
6170
6726
  #
6171
6727
  # @!attribute [rw] severity
@@ -6694,6 +7250,14 @@ module Aws::Redshift
6694
7250
  #
6695
7251
  class InsufficientS3BucketPolicyFault < Aws::EmptyStructure; end
6696
7252
 
7253
+ # The authentication profile request is not valid. The profile name
7254
+ # can't be null or empty. The authentication profile API operation must
7255
+ # be available in the Amazon Web Services Region.
7256
+ #
7257
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidAuthenticationProfileRequestFault AWS API Documentation
7258
+ #
7259
+ class InvalidAuthenticationProfileRequestFault < Aws::EmptyStructure; end
7260
+
6697
7261
  # The status of the authorization is not valid.
6698
7262
  #
6699
7263
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidAuthorizationStateFault AWS API Documentation
@@ -6751,6 +7315,12 @@ module Aws::Redshift
6751
7315
  #
6752
7316
  class InvalidClusterTrackFault < Aws::EmptyStructure; end
6753
7317
 
7318
+ # There is an error with the datashare.
7319
+ #
7320
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidDataShareFault AWS API Documentation
7321
+ #
7322
+ class InvalidDataShareFault < Aws::EmptyStructure; end
7323
+
6754
7324
  # The Elastic IP (EIP) is invalid or cannot be found.
6755
7325
  #
6756
7326
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidElasticIpFault AWS API Documentation
@@ -6777,6 +7347,13 @@ module Aws::Redshift
6777
7347
  #
6778
7348
  class InvalidHsmConfigurationStateFault < Aws::EmptyStructure; end
6779
7349
 
7350
+ # The namespace isn't valid because the namespace doesn't exist.
7351
+ # Provide a valid namespace.
7352
+ #
7353
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidNamespaceFault AWS API Documentation
7354
+ #
7355
+ class InvalidNamespaceFault < Aws::EmptyStructure; end
7356
+
6780
7357
  # Indicates that the Reserved Node being exchanged is not in an active
6781
7358
  # state.
6782
7359
  #
@@ -6877,7 +7454,8 @@ module Aws::Redshift
6877
7454
  #
6878
7455
  class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
6879
7456
 
6880
- # The encryption key has exceeded its grant limit in AWS KMS.
7457
+ # The encryption key has exceeded its grant limit in Amazon Web Services
7458
+ # KMS.
6881
7459
  #
6882
7460
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/LimitExceededFault AWS API Documentation
6883
7461
  #
@@ -6969,8 +7547,8 @@ module Aws::Redshift
6969
7547
  # The new value of AQUA configuration status. Possible values include
6970
7548
  # the following.
6971
7549
  #
6972
- # * enabled - Use AQUA if it is available for the current AWS Region
6973
- # and Amazon Redshift node type.
7550
+ # * enabled - Use AQUA if it is available for the current Amazon Web
7551
+ # Services Region and Amazon Redshift node type.
6974
7552
  #
6975
7553
  # * disabled - Don't use AQUA.
6976
7554
  #
@@ -6998,6 +7576,50 @@ module Aws::Redshift
6998
7576
  include Aws::Structure
6999
7577
  end
7000
7578
 
7579
+ # @note When making an API call, you may pass ModifyAuthenticationProfileMessage
7580
+ # data as a hash:
7581
+ #
7582
+ # {
7583
+ # authentication_profile_name: "AuthenticationProfileNameString", # required
7584
+ # authentication_profile_content: "String", # required
7585
+ # }
7586
+ #
7587
+ # @!attribute [rw] authentication_profile_name
7588
+ # The name of the authentication profile to replace.
7589
+ # @return [String]
7590
+ #
7591
+ # @!attribute [rw] authentication_profile_content
7592
+ # The new content of the authentication profile in JSON format. The
7593
+ # maximum length of the JSON string is determined by a quota for your
7594
+ # account.
7595
+ # @return [String]
7596
+ #
7597
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAuthenticationProfileMessage AWS API Documentation
7598
+ #
7599
+ class ModifyAuthenticationProfileMessage < Struct.new(
7600
+ :authentication_profile_name,
7601
+ :authentication_profile_content)
7602
+ SENSITIVE = []
7603
+ include Aws::Structure
7604
+ end
7605
+
7606
+ # @!attribute [rw] authentication_profile_name
7607
+ # The name of the authentication profile that was replaced.
7608
+ # @return [String]
7609
+ #
7610
+ # @!attribute [rw] authentication_profile_content
7611
+ # The updated content of the authentication profile in JSON format.
7612
+ # @return [String]
7613
+ #
7614
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAuthenticationProfileResult AWS API Documentation
7615
+ #
7616
+ class ModifyAuthenticationProfileResult < Struct.new(
7617
+ :authentication_profile_name,
7618
+ :authentication_profile_content)
7619
+ SENSITIVE = []
7620
+ include Aws::Structure
7621
+ end
7622
+
7001
7623
  # @note When making an API call, you may pass ModifyClusterDbRevisionMessage
7002
7624
  # data as a hash:
7003
7625
  #
@@ -7258,14 +7880,14 @@ module Aws::Redshift
7258
7880
  # @return [Array<String>]
7259
7881
  #
7260
7882
  # @!attribute [rw] master_user_password
7261
- # The new password for the cluster master user. This change is
7883
+ # The new password for the cluster admin user. This change is
7262
7884
  # asynchronously applied as soon as possible. Between the time of the
7263
7885
  # request and the completion of the request, the `MasterUserPassword`
7264
7886
  # element exists in the `PendingModifiedValues` element of the
7265
7887
  # operation response.
7266
7888
  #
7267
7889
  # <note markdown="1"> Operations never return the password, so this operation provides a
7268
- # way to regain access to the master user account for a cluster if the
7890
+ # way to regain access to the admin user account for a cluster if the
7269
7891
  # password is lost.
7270
7892
  #
7271
7893
  # </note>
@@ -7394,7 +8016,8 @@ module Aws::Redshift
7394
8016
  #
7395
8017
  # * Cannot end with a hyphen or contain two consecutive hyphens.
7396
8018
  #
7397
- # * Must be unique for all clusters within an AWS account.
8019
+ # * Must be unique for all clusters within an Amazon Web Services
8020
+ # account.
7398
8021
  #
7399
8022
  # Example: `examplecluster`
7400
8023
  # @return [String]
@@ -7455,8 +8078,8 @@ module Aws::Redshift
7455
8078
  # @return [Boolean]
7456
8079
  #
7457
8080
  # @!attribute [rw] kms_key_id
7458
- # The AWS Key Management Service (KMS) key ID of the encryption key
7459
- # that you want to use to encrypt data in the cluster.
8081
+ # The Key Management Service (KMS) key ID of the encryption key that
8082
+ # you want to use to encrypt data in the cluster.
7460
8083
  # @return [String]
7461
8084
  #
7462
8085
  # @!attribute [rw] availability_zone_relocation
@@ -7746,9 +8369,9 @@ module Aws::Redshift
7746
8369
  # The type of source that will be generating the events. For example,
7747
8370
  # if you want to be notified of events generated by a cluster, you
7748
8371
  # would set this parameter to cluster. If this value is not specified,
7749
- # events are returned for all Amazon Redshift objects in your AWS
7750
- # account. You must specify a source type in order to specify source
7751
- # IDs.
8372
+ # events are returned for all Amazon Redshift objects in your Amazon
8373
+ # Web Services account. You must specify a source type in order to
8374
+ # specify source IDs.
7752
8375
  #
7753
8376
  # Valid values: cluster, cluster-parameter-group,
7754
8377
  # cluster-security-group, cluster-snapshot, and scheduled-action.
@@ -7771,7 +8394,7 @@ module Aws::Redshift
7771
8394
  # Specifies the Amazon Redshift event categories to be published by
7772
8395
  # the event notification subscription.
7773
8396
  #
7774
- # Values: configuration, management, monitoring, security
8397
+ # Values: configuration, management, monitoring, security, pending
7775
8398
  # @return [Array<String>]
7776
8399
  #
7777
8400
  # @!attribute [rw] severity
@@ -7906,7 +8529,7 @@ module Aws::Redshift
7906
8529
  # @!attribute [rw] cluster_identifier
7907
8530
  # The unique identifier of the cluster for which you want to change
7908
8531
  # the retention period for either automated or manual snapshots that
7909
- # are copied to a destination AWS Region.
8532
+ # are copied to a destination Amazon Web Services Region.
7910
8533
  #
7911
8534
  # Constraints: Must be the valid name of an existing cluster that has
7912
8535
  # cross-region snapshot copy enabled.
@@ -7914,15 +8537,17 @@ module Aws::Redshift
7914
8537
  #
7915
8538
  # @!attribute [rw] retention_period
7916
8539
  # The number of days to retain automated snapshots in the destination
7917
- # AWS Region after they are copied from the source AWS Region.
8540
+ # Amazon Web Services Region after they are copied from the source
8541
+ # Amazon Web Services Region.
7918
8542
  #
7919
8543
  # By default, this only changes the retention period of copied
7920
8544
  # automated snapshots.
7921
8545
  #
7922
8546
  # If you decrease the retention period for automated snapshots that
7923
- # are copied to a destination AWS Region, Amazon Redshift deletes any
7924
- # existing automated snapshots that were copied to the destination AWS
7925
- # Region and that fall outside of the new retention period.
8547
+ # are copied to a destination Amazon Web Services Region, Amazon
8548
+ # Redshift deletes any existing automated snapshots that were copied
8549
+ # to the destination Amazon Web Services Region and that fall outside
8550
+ # of the new retention period.
7926
8551
  #
7927
8552
  # Constraints: Must be at least 1 and no more than 35 for automated
7928
8553
  # snapshots.
@@ -8350,7 +8975,7 @@ module Aws::Redshift
8350
8975
  # }
8351
8976
  #
8352
8977
  # @!attribute [rw] account_id
8353
- # The AWS account ID that owns the cluster.
8978
+ # The Amazon Web Services account ID that owns the cluster.
8354
8979
  # @return [String]
8355
8980
  #
8356
8981
  # @!attribute [rw] cluster_identifier
@@ -8439,8 +9064,8 @@ module Aws::Redshift
8439
9064
  # applied.
8440
9065
  #
8441
9066
  # @!attribute [rw] master_user_password
8442
- # The pending or in-progress change of the master user password for
8443
- # the cluster.
9067
+ # The pending or in-progress change of the admin user password for the
9068
+ # cluster.
8444
9069
  # @return [String]
8445
9070
  #
8446
9071
  # @!attribute [rw] node_type
@@ -8612,6 +9237,25 @@ module Aws::Redshift
8612
9237
  include Aws::Structure
8613
9238
  end
8614
9239
 
9240
+ # @note When making an API call, you may pass RejectDataShareMessage
9241
+ # data as a hash:
9242
+ #
9243
+ # {
9244
+ # data_share_arn: "String", # required
9245
+ # }
9246
+ #
9247
+ # @!attribute [rw] data_share_arn
9248
+ # The Amazon Resource Name (ARN) of the datashare to reject.
9249
+ # @return [String]
9250
+ #
9251
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RejectDataShareMessage AWS API Documentation
9252
+ #
9253
+ class RejectDataShareMessage < Struct.new(
9254
+ :data_share_arn)
9255
+ SENSITIVE = []
9256
+ include Aws::Structure
9257
+ end
9258
+
8615
9259
  # Describes a reserved node. You can call the
8616
9260
  # DescribeReservedNodeOfferings API to obtain the available reserved
8617
9261
  # node offerings.
@@ -9157,7 +9801,8 @@ module Aws::Redshift
9157
9801
  #
9158
9802
  # * Cannot end with a hyphen or contain two consecutive hyphens.
9159
9803
  #
9160
- # * Must be unique for all clusters within an AWS account.
9804
+ # * Must be unique for all clusters within an Amazon Web Services
9805
+ # account.
9161
9806
  # @return [String]
9162
9807
  #
9163
9808
  # @!attribute [rw] snapshot_identifier
@@ -9211,7 +9856,7 @@ module Aws::Redshift
9211
9856
  # @return [Boolean]
9212
9857
  #
9213
9858
  # @!attribute [rw] owner_account
9214
- # The AWS customer account used to create or copy the snapshot.
9859
+ # The Amazon Web Services account used to create or copy the snapshot.
9215
9860
  # Required if you are restoring a snapshot you do not own, optional if
9216
9861
  # you own the snapshot.
9217
9862
  # @return [String]
@@ -9313,9 +9958,9 @@ module Aws::Redshift
9313
9958
  # @return [Integer]
9314
9959
  #
9315
9960
  # @!attribute [rw] kms_key_id
9316
- # The AWS Key Management Service (KMS) key ID of the encryption key
9317
- # that you want to use to encrypt data in the cluster that you restore
9318
- # from a shared snapshot.
9961
+ # The Key Management Service (KMS) key ID of the encryption key that
9962
+ # you want to use to encrypt data in the cluster that you restore from
9963
+ # a shared snapshot.
9319
9964
  # @return [String]
9320
9965
  #
9321
9966
  # @!attribute [rw] node_type
@@ -9360,10 +10005,10 @@ module Aws::Redshift
9360
10005
  # @return [String]
9361
10006
  #
9362
10007
  # @!attribute [rw] iam_roles
9363
- # A list of AWS Identity and Access Management (IAM) roles that can be
9364
- # used by the cluster to access other AWS services. You must supply
9365
- # the IAM roles in their Amazon Resource Name (ARN) format. You can
9366
- # supply up to 10 IAM roles in a single request.
10008
+ # A list of Identity and Access Management (IAM) roles that can be
10009
+ # used by the cluster to access other Amazon Web Services services.
10010
+ # You must supply the IAM roles in their Amazon Resource Name (ARN)
10011
+ # format. You can supply up to 10 IAM roles in a single request.
9367
10012
  #
9368
10013
  # A cluster can have up to 10 IAM roles associated at any time.
9369
10014
  # @return [Array<String>]
@@ -9398,8 +10043,8 @@ module Aws::Redshift
9398
10043
  # (Advanced Query Accelerator) after the cluster is restored. Possible
9399
10044
  # values include the following.
9400
10045
  #
9401
- # * enabled - Use AQUA if it is available for the current AWS Region
9402
- # and Amazon Redshift node type.
10046
+ # * enabled - Use AQUA if it is available for the current Amazon Web
10047
+ # Services Region and Amazon Redshift node type.
9403
10048
  #
9404
10049
  # * disabled - Don't use AQUA.
9405
10050
  #
@@ -9681,11 +10326,11 @@ module Aws::Redshift
9681
10326
  # @return [String]
9682
10327
  #
9683
10328
  # @!attribute [rw] ec2_security_group_owner_id
9684
- # The AWS account number of the owner of the security group specified
9685
- # in the `EC2SecurityGroupName` parameter. The AWS access key ID is
9686
- # not an acceptable value. If `EC2SecurityGroupOwnerId` is specified,
9687
- # `EC2SecurityGroupName` must also be provided. and `CIDRIP` cannot be
9688
- # provided.
10329
+ # The Amazon Web Services account number of the owner of the security
10330
+ # group specified in the `EC2SecurityGroupName` parameter. The Amazon
10331
+ # Web Services access key ID is not an acceptable value. If
10332
+ # `EC2SecurityGroupOwnerId` is specified, `EC2SecurityGroupName` must
10333
+ # also be provided. and `CIDRIP` cannot be provided.
9689
10334
  #
9690
10335
  # Example: `111122223333`
9691
10336
  # @return [String]
@@ -9728,7 +10373,7 @@ module Aws::Redshift
9728
10373
  # @return [String]
9729
10374
  #
9730
10375
  # @!attribute [rw] account
9731
- # The AWS account ID whose access is to be revoked.
10376
+ # The Amazon Web Services account ID whose access is to be revoked.
9732
10377
  # @return [String]
9733
10378
  #
9734
10379
  # @!attribute [rw] vpc_ids
@@ -9775,7 +10420,7 @@ module Aws::Redshift
9775
10420
  # @return [String]
9776
10421
  #
9777
10422
  # @!attribute [rw] account_with_restore_access
9778
- # The identifier of the AWS customer account that can no longer
10423
+ # The identifier of the Amazon Web Services account that can no longer
9779
10424
  # restore the specified snapshot.
9780
10425
  # @return [String]
9781
10426
  #
@@ -10050,10 +10695,10 @@ module Aws::Redshift
10050
10695
  # An optional parameter that specifies the starting point to return a
10051
10696
  # set of response records. When the results of a
10052
10697
  # DescribeScheduledActions request exceed the value specified in
10053
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
10054
- # response. You can retrieve the next set of response records by
10055
- # providing the returned marker value in the `Marker` parameter and
10056
- # retrying the request.
10698
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
10699
+ # field of the response. You can retrieve the next set of response
10700
+ # records by providing the returned marker value in the `Marker`
10701
+ # parameter and retrying the request.
10057
10702
  # @return [String]
10058
10703
  #
10059
10704
  # @!attribute [rw] scheduled_actions
@@ -10110,7 +10755,7 @@ module Aws::Redshift
10110
10755
  # @return [Time]
10111
10756
  #
10112
10757
  # @!attribute [rw] master_username
10113
- # The master user name for the cluster.
10758
+ # The admin user name for the cluster.
10114
10759
  # @return [String]
10115
10760
  #
10116
10761
  # @!attribute [rw] cluster_version
@@ -10151,9 +10796,9 @@ module Aws::Redshift
10151
10796
  # @return [Boolean]
10152
10797
  #
10153
10798
  # @!attribute [rw] kms_key_id
10154
- # The AWS Key Management Service (KMS) key ID of the encryption key
10155
- # that was used to encrypt data in the cluster from which the snapshot
10156
- # was taken.
10799
+ # The Key Management Service (KMS) key ID of the encryption key that
10800
+ # was used to encrypt data in the cluster from which the snapshot was
10801
+ # taken.
10157
10802
  # @return [String]
10158
10803
  #
10159
10804
  # @!attribute [rw] encrypted_with_hsm
@@ -10163,14 +10808,14 @@ module Aws::Redshift
10163
10808
  # @return [Boolean]
10164
10809
  #
10165
10810
  # @!attribute [rw] accounts_with_restore_access
10166
- # A list of the AWS customer accounts authorized to restore the
10811
+ # A list of the Amazon Web Services accounts authorized to restore the
10167
10812
  # snapshot. Returns `null` if no accounts are authorized. Visible only
10168
10813
  # to the snapshot owner.
10169
10814
  # @return [Array<Types::AccountWithRestoreAccess>]
10170
10815
  #
10171
10816
  # @!attribute [rw] owner_account
10172
- # For manual snapshots, the AWS customer account used to create or
10173
- # copy the snapshot. For automatic snapshots, the owner of the
10817
+ # For manual snapshots, the Amazon Web Services account used to create
10818
+ # or copy the snapshot. For automatic snapshots, the owner of the
10174
10819
  # cluster. The owner can perform all snapshot actions, such as sharing
10175
10820
  # a manual snapshot.
10176
10821
  # @return [String]
@@ -10316,7 +10961,7 @@ module Aws::Redshift
10316
10961
 
10317
10962
  # The snapshot copy grant that grants Amazon Redshift permission to
10318
10963
  # encrypt copied snapshots with the specified customer master key (CMK)
10319
- # from AWS KMS in the destination region.
10964
+ # from Amazon Web Services KMS in the destination region.
10320
10965
  #
10321
10966
  # For more information about managing snapshot copy grants, go to
10322
10967
  # [Amazon Redshift Database Encryption][1] in the *Amazon Redshift
@@ -10331,8 +10976,8 @@ module Aws::Redshift
10331
10976
  # @return [String]
10332
10977
  #
10333
10978
  # @!attribute [rw] kms_key_id
10334
- # The unique identifier of the customer master key (CMK) in AWS KMS to
10335
- # which Amazon Redshift is granted permission.
10979
+ # The unique identifier of the customer master key (CMK) in Amazon Web
10980
+ # Services KMS to which Amazon Redshift is granted permission.
10336
10981
  # @return [String]
10337
10982
  #
10338
10983
  # @!attribute [rw] tags
@@ -10360,10 +11005,10 @@ module Aws::Redshift
10360
11005
  # An optional parameter that specifies the starting point to return a
10361
11006
  # set of response records. When the results of a
10362
11007
  # `DescribeSnapshotCopyGrant` request exceed the value specified in
10363
- # `MaxRecords`, AWS returns a value in the `Marker` field of the
10364
- # response. You can retrieve the next set of response records by
10365
- # providing the returned marker value in the `Marker` parameter and
10366
- # retrying the request.
11008
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
11009
+ # field of the response. You can retrieve the next set of response
11010
+ # records by providing the returned marker value in the `Marker`
11011
+ # parameter and retrying the request.
10367
11012
  #
10368
11013
  # Constraints: You can specify either the **SnapshotCopyGrantName**
10369
11014
  # parameter or the **Marker** parameter, but not both.
@@ -10390,8 +11035,8 @@ module Aws::Redshift
10390
11035
  #
10391
11036
  class SnapshotCopyGrantNotFoundFault < Aws::EmptyStructure; end
10392
11037
 
10393
- # The AWS account has exceeded the maximum number of snapshot copy
10394
- # grants in this region.
11038
+ # The Amazon Web Services account has exceeded the maximum number of
11039
+ # snapshot copy grants in this region.
10395
11040
  #
10396
11041
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyGrantQuotaExceededFault AWS API Documentation
10397
11042
  #
@@ -10942,7 +11587,7 @@ module Aws::Redshift
10942
11587
  # }
10943
11588
  #
10944
11589
  # @!attribute [rw] account_id
10945
- # The AWS account ID that owns the cluster.
11590
+ # The Amazon Web Services account ID that owns the cluster.
10946
11591
  # @return [String]
10947
11592
  #
10948
11593
  # @!attribute [rw] cluster_identifier