aws-sdk-redshift 1.64.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,12 @@ module Aws::Redshift
30
30
  AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
31
31
  AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
32
32
  AttributeValueTarget = Shapes::StructureShape.new(name: 'AttributeValueTarget')
33
+ AuthenticationProfile = Shapes::StructureShape.new(name: 'AuthenticationProfile')
34
+ AuthenticationProfileAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthenticationProfileAlreadyExistsFault')
35
+ AuthenticationProfileList = Shapes::ListShape.new(name: 'AuthenticationProfileList')
36
+ AuthenticationProfileNameString = Shapes::StringShape.new(name: 'AuthenticationProfileNameString')
37
+ AuthenticationProfileNotFoundFault = Shapes::StructureShape.new(name: 'AuthenticationProfileNotFoundFault')
38
+ AuthenticationProfileQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthenticationProfileQuotaExceededFault')
33
39
  AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
34
40
  AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
35
41
  AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault')
@@ -106,6 +112,8 @@ module Aws::Redshift
106
112
  CopyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyClusterSnapshotMessage')
107
113
  CopyClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyClusterSnapshotResult')
108
114
  CopyToRegionDisabledFault = Shapes::StructureShape.new(name: 'CopyToRegionDisabledFault')
115
+ CreateAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileMessage')
116
+ CreateAuthenticationProfileResult = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileResult')
109
117
  CreateClusterMessage = Shapes::StructureShape.new(name: 'CreateClusterMessage')
110
118
  CreateClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateClusterParameterGroupMessage')
111
119
  CreateClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CreateClusterParameterGroupResult')
@@ -135,6 +143,8 @@ module Aws::Redshift
135
143
  DefaultClusterParameters = Shapes::StructureShape.new(name: 'DefaultClusterParameters')
136
144
  DeferredMaintenanceWindow = Shapes::StructureShape.new(name: 'DeferredMaintenanceWindow')
137
145
  DeferredMaintenanceWindowsList = Shapes::ListShape.new(name: 'DeferredMaintenanceWindowsList')
146
+ DeleteAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'DeleteAuthenticationProfileMessage')
147
+ DeleteAuthenticationProfileResult = Shapes::StructureShape.new(name: 'DeleteAuthenticationProfileResult')
138
148
  DeleteClusterMessage = Shapes::StructureShape.new(name: 'DeleteClusterMessage')
139
149
  DeleteClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteClusterParameterGroupMessage')
140
150
  DeleteClusterResult = Shapes::StructureShape.new(name: 'DeleteClusterResult')
@@ -155,6 +165,8 @@ module Aws::Redshift
155
165
  DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault')
156
166
  DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault')
157
167
  DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
168
+ DescribeAuthenticationProfilesMessage = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfilesMessage')
169
+ DescribeAuthenticationProfilesResult = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfilesResult')
158
170
  DescribeClusterDbRevisionsMessage = Shapes::StructureShape.new(name: 'DescribeClusterDbRevisionsMessage')
159
171
  DescribeClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeClusterParameterGroupsMessage')
160
172
  DescribeClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeClusterParametersMessage')
@@ -255,6 +267,7 @@ module Aws::Redshift
255
267
  InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault')
256
268
  Integer = Shapes::IntegerShape.new(name: 'Integer')
257
269
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
270
+ InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault')
258
271
  InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault')
259
272
  InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault')
260
273
  InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault')
@@ -290,6 +303,8 @@ module Aws::Redshift
290
303
  Mode = Shapes::StringShape.new(name: 'Mode')
291
304
  ModifyAquaInputMessage = Shapes::StructureShape.new(name: 'ModifyAquaInputMessage')
292
305
  ModifyAquaOutputMessage = Shapes::StructureShape.new(name: 'ModifyAquaOutputMessage')
306
+ ModifyAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'ModifyAuthenticationProfileMessage')
307
+ ModifyAuthenticationProfileResult = Shapes::StructureShape.new(name: 'ModifyAuthenticationProfileResult')
293
308
  ModifyClusterDbRevisionMessage = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionMessage')
294
309
  ModifyClusterDbRevisionResult = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionResult')
295
310
  ModifyClusterIamRolesMessage = Shapes::StructureShape.new(name: 'ModifyClusterIamRolesMessage')
@@ -530,6 +545,18 @@ module Aws::Redshift
530
545
  AttributeValueTarget.add_member(:attribute_value, Shapes::ShapeRef.new(shape: String, location_name: "AttributeValue"))
531
546
  AttributeValueTarget.struct_class = Types::AttributeValueTarget
532
547
 
548
+ AuthenticationProfile.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
549
+ AuthenticationProfile.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, location_name: "AuthenticationProfileContent"))
550
+ AuthenticationProfile.struct_class = Types::AuthenticationProfile
551
+
552
+ AuthenticationProfileAlreadyExistsFault.struct_class = Types::AuthenticationProfileAlreadyExistsFault
553
+
554
+ AuthenticationProfileList.member = Shapes::ShapeRef.new(shape: AuthenticationProfile)
555
+
556
+ AuthenticationProfileNotFoundFault.struct_class = Types::AuthenticationProfileNotFoundFault
557
+
558
+ AuthenticationProfileQuotaExceededFault.struct_class = Types::AuthenticationProfileQuotaExceededFault
559
+
533
560
  AuthorizationAlreadyExistsFault.struct_class = Types::AuthorizationAlreadyExistsFault
534
561
 
535
562
  AuthorizationNotFoundFault.struct_class = Types::AuthorizationNotFoundFault
@@ -814,6 +841,14 @@ module Aws::Redshift
814
841
 
815
842
  CopyToRegionDisabledFault.struct_class = Types::CopyToRegionDisabledFault
816
843
 
844
+ CreateAuthenticationProfileMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, required: true, location_name: "AuthenticationProfileName"))
845
+ CreateAuthenticationProfileMessage.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AuthenticationProfileContent"))
846
+ CreateAuthenticationProfileMessage.struct_class = Types::CreateAuthenticationProfileMessage
847
+
848
+ CreateAuthenticationProfileResult.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
849
+ CreateAuthenticationProfileResult.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, location_name: "AuthenticationProfileContent"))
850
+ CreateAuthenticationProfileResult.struct_class = Types::CreateAuthenticationProfileResult
851
+
817
852
  CreateClusterMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
818
853
  CreateClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
819
854
  CreateClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
@@ -990,6 +1025,12 @@ module Aws::Redshift
990
1025
 
991
1026
  DeferredMaintenanceWindowsList.member = Shapes::ShapeRef.new(shape: DeferredMaintenanceWindow, location_name: "DeferredMaintenanceWindow")
992
1027
 
1028
+ DeleteAuthenticationProfileMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, required: true, location_name: "AuthenticationProfileName"))
1029
+ DeleteAuthenticationProfileMessage.struct_class = Types::DeleteAuthenticationProfileMessage
1030
+
1031
+ DeleteAuthenticationProfileResult.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
1032
+ DeleteAuthenticationProfileResult.struct_class = Types::DeleteAuthenticationProfileResult
1033
+
993
1034
  DeleteClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
994
1035
  DeleteClusterMessage.add_member(:skip_final_cluster_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalClusterSnapshot"))
995
1036
  DeleteClusterMessage.add_member(:final_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalClusterSnapshotIdentifier"))
@@ -1052,6 +1093,12 @@ module Aws::Redshift
1052
1093
  DescribeAccountAttributesMessage.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributeNames"))
1053
1094
  DescribeAccountAttributesMessage.struct_class = Types::DescribeAccountAttributesMessage
1054
1095
 
1096
+ DescribeAuthenticationProfilesMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
1097
+ DescribeAuthenticationProfilesMessage.struct_class = Types::DescribeAuthenticationProfilesMessage
1098
+
1099
+ DescribeAuthenticationProfilesResult.add_member(:authentication_profiles, Shapes::ShapeRef.new(shape: AuthenticationProfileList, location_name: "AuthenticationProfiles"))
1100
+ DescribeAuthenticationProfilesResult.struct_class = Types::DescribeAuthenticationProfilesResult
1101
+
1055
1102
  DescribeClusterDbRevisionsMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
1056
1103
  DescribeClusterDbRevisionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1057
1104
  DescribeClusterDbRevisionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1492,6 +1539,8 @@ module Aws::Redshift
1492
1539
 
1493
1540
  InsufficientS3BucketPolicyFault.struct_class = Types::InsufficientS3BucketPolicyFault
1494
1541
 
1542
+ InvalidAuthenticationProfileRequestFault.struct_class = Types::InvalidAuthenticationProfileRequestFault
1543
+
1495
1544
  InvalidAuthorizationStateFault.struct_class = Types::InvalidAuthorizationStateFault
1496
1545
 
1497
1546
  InvalidClusterParameterGroupStateFault.struct_class = Types::InvalidClusterParameterGroupStateFault
@@ -1568,6 +1617,14 @@ module Aws::Redshift
1568
1617
  ModifyAquaOutputMessage.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
1569
1618
  ModifyAquaOutputMessage.struct_class = Types::ModifyAquaOutputMessage
1570
1619
 
1620
+ ModifyAuthenticationProfileMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, required: true, location_name: "AuthenticationProfileName"))
1621
+ ModifyAuthenticationProfileMessage.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AuthenticationProfileContent"))
1622
+ ModifyAuthenticationProfileMessage.struct_class = Types::ModifyAuthenticationProfileMessage
1623
+
1624
+ ModifyAuthenticationProfileResult.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
1625
+ ModifyAuthenticationProfileResult.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, location_name: "AuthenticationProfileContent"))
1626
+ ModifyAuthenticationProfileResult.struct_class = Types::ModifyAuthenticationProfileResult
1627
+
1571
1628
  ModifyClusterDbRevisionMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1572
1629
  ModifyClusterDbRevisionMessage.add_member(:revision_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RevisionTarget"))
1573
1630
  ModifyClusterDbRevisionMessage.struct_class = Types::ModifyClusterDbRevisionMessage
@@ -2427,6 +2484,17 @@ module Aws::Redshift
2427
2484
  o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2428
2485
  end)
2429
2486
 
2487
+ api.add_operation(:create_authentication_profile, Seahorse::Model::Operation.new.tap do |o|
2488
+ o.name = "CreateAuthenticationProfile"
2489
+ o.http_method = "POST"
2490
+ o.http_request_uri = "/"
2491
+ o.input = Shapes::ShapeRef.new(shape: CreateAuthenticationProfileMessage)
2492
+ o.output = Shapes::ShapeRef.new(shape: CreateAuthenticationProfileResult)
2493
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileAlreadyExistsFault)
2494
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileQuotaExceededFault)
2495
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
2496
+ end)
2497
+
2430
2498
  api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
2431
2499
  o.name = "CreateCluster"
2432
2500
  o.http_method = "POST"
@@ -2642,6 +2710,16 @@ module Aws::Redshift
2642
2710
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
2643
2711
  end)
2644
2712
 
2713
+ api.add_operation(:delete_authentication_profile, Seahorse::Model::Operation.new.tap do |o|
2714
+ o.name = "DeleteAuthenticationProfile"
2715
+ o.http_method = "POST"
2716
+ o.http_request_uri = "/"
2717
+ o.input = Shapes::ShapeRef.new(shape: DeleteAuthenticationProfileMessage)
2718
+ o.output = Shapes::ShapeRef.new(shape: DeleteAuthenticationProfileResult)
2719
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileNotFoundFault)
2720
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
2721
+ end)
2722
+
2645
2723
  api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
2646
2724
  o.name = "DeleteCluster"
2647
2725
  o.http_method = "POST"
@@ -2808,6 +2886,16 @@ module Aws::Redshift
2808
2886
  o.output = Shapes::ShapeRef.new(shape: AccountAttributeList)
2809
2887
  end)
2810
2888
 
2889
+ api.add_operation(:describe_authentication_profiles, Seahorse::Model::Operation.new.tap do |o|
2890
+ o.name = "DescribeAuthenticationProfiles"
2891
+ o.http_method = "POST"
2892
+ o.http_request_uri = "/"
2893
+ o.input = Shapes::ShapeRef.new(shape: DescribeAuthenticationProfilesMessage)
2894
+ o.output = Shapes::ShapeRef.new(shape: DescribeAuthenticationProfilesResult)
2895
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileNotFoundFault)
2896
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
2897
+ end)
2898
+
2811
2899
  api.add_operation(:describe_cluster_db_revisions, Seahorse::Model::Operation.new.tap do |o|
2812
2900
  o.name = "DescribeClusterDbRevisions"
2813
2901
  o.http_method = "POST"
@@ -3359,6 +3447,17 @@ module Aws::Redshift
3359
3447
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3360
3448
  end)
3361
3449
 
3450
+ api.add_operation(:modify_authentication_profile, Seahorse::Model::Operation.new.tap do |o|
3451
+ o.name = "ModifyAuthenticationProfile"
3452
+ o.http_method = "POST"
3453
+ o.http_request_uri = "/"
3454
+ o.input = Shapes::ShapeRef.new(shape: ModifyAuthenticationProfileMessage)
3455
+ o.output = Shapes::ShapeRef.new(shape: ModifyAuthenticationProfileResult)
3456
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileNotFoundFault)
3457
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileQuotaExceededFault)
3458
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
3459
+ end)
3460
+
3362
3461
  api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
3363
3462
  o.name = "ModifyCluster"
3364
3463
  o.http_method = "POST"
@@ -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}
@@ -173,6 +177,36 @@ module Aws::Redshift
173
177
  end
174
178
  end
175
179
 
180
+ class AuthenticationProfileAlreadyExistsFault < ServiceError
181
+
182
+ # @param [Seahorse::Client::RequestContext] context
183
+ # @param [String] message
184
+ # @param [Aws::Redshift::Types::AuthenticationProfileAlreadyExistsFault] data
185
+ def initialize(context, message, data = Aws::EmptyStructure.new)
186
+ super(context, message, data)
187
+ end
188
+ end
189
+
190
+ class AuthenticationProfileNotFoundFault < ServiceError
191
+
192
+ # @param [Seahorse::Client::RequestContext] context
193
+ # @param [String] message
194
+ # @param [Aws::Redshift::Types::AuthenticationProfileNotFoundFault] data
195
+ def initialize(context, message, data = Aws::EmptyStructure.new)
196
+ super(context, message, data)
197
+ end
198
+ end
199
+
200
+ class AuthenticationProfileQuotaExceededFault < ServiceError
201
+
202
+ # @param [Seahorse::Client::RequestContext] context
203
+ # @param [String] message
204
+ # @param [Aws::Redshift::Types::AuthenticationProfileQuotaExceededFault] data
205
+ def initialize(context, message, data = Aws::EmptyStructure.new)
206
+ super(context, message, data)
207
+ end
208
+ end
209
+
176
210
  class AuthorizationAlreadyExistsFault < ServiceError
177
211
 
178
212
  # @param [Seahorse::Client::RequestContext] context
@@ -613,6 +647,16 @@ module Aws::Redshift
613
647
  end
614
648
  end
615
649
 
650
+ class InvalidAuthenticationProfileRequestFault < ServiceError
651
+
652
+ # @param [Seahorse::Client::RequestContext] context
653
+ # @param [String] message
654
+ # @param [Aws::Redshift::Types::InvalidAuthenticationProfileRequestFault] data
655
+ def initialize(context, message, data = Aws::EmptyStructure.new)
656
+ super(context, message, data)
657
+ end
658
+ end
659
+
616
660
  class InvalidAuthorizationStateFault < ServiceError
617
661
 
618
662
  # @param [Seahorse::Client::RequestContext] context
@@ -93,17 +93,16 @@ 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 account authorized to restore a snapshot.
97
97
  #
98
98
  # @!attribute [rw] account_id
99
- # The identifier of an AWS customer account authorized to restore a
100
- # snapshot.
99
+ # The identifier of an account authorized to restore a snapshot.
101
100
  # @return [String]
102
101
  #
103
102
  # @!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`.
103
+ # The identifier of an Amazon Web Services support account authorized
104
+ # to restore a snapshot. For Amazon Web Services Support, the
105
+ # identifier is `amazon-redshift-support`.
107
106
  # @return [String]
108
107
  #
109
108
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AccountWithRestoreAccess AWS API Documentation
@@ -132,8 +131,8 @@ module Aws::Redshift
132
131
  # The value represents how the cluster is configured to use AQUA.
133
132
  # Possible values include the following.
134
133
  #
135
- # * enabled - Use AQUA if it is available for the current AWS Region
136
- # and Amazon Redshift node type.
134
+ # * enabled - Use AQUA if it is available for the current Region and
135
+ # Amazon Redshift node type.
137
136
  #
138
137
  # * disabled - Don't use AQUA.
139
138
  #
@@ -163,6 +162,47 @@ module Aws::Redshift
163
162
  include Aws::Structure
164
163
  end
165
164
 
165
+ # Describes an authentication profile.
166
+ #
167
+ # @!attribute [rw] authentication_profile_name
168
+ # The name of the authentication profile.
169
+ # @return [String]
170
+ #
171
+ # @!attribute [rw] authentication_profile_content
172
+ # The content of the authentication profile in JSON format. The
173
+ # maximum length of the JSON string is determined by a quota for your
174
+ # account.
175
+ # @return [String]
176
+ #
177
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfile AWS API Documentation
178
+ #
179
+ class AuthenticationProfile < Struct.new(
180
+ :authentication_profile_name,
181
+ :authentication_profile_content)
182
+ SENSITIVE = []
183
+ include Aws::Structure
184
+ end
185
+
186
+ # The authentication profile already exists.
187
+ #
188
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfileAlreadyExistsFault AWS API Documentation
189
+ #
190
+ class AuthenticationProfileAlreadyExistsFault < Aws::EmptyStructure; end
191
+
192
+ # The authentication profile can't be found.
193
+ #
194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfileNotFoundFault AWS API Documentation
195
+ #
196
+ class AuthenticationProfileNotFoundFault < Aws::EmptyStructure; end
197
+
198
+ # The size or number of authentication profiles has exceeded the quota.
199
+ # The maximum length of the JSON string and maximum number of
200
+ # authentication profiles is determined by a quota for your account.
201
+ #
202
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthenticationProfileQuotaExceededFault AWS API Documentation
203
+ #
204
+ class AuthenticationProfileQuotaExceededFault < Aws::EmptyStructure; end
205
+
166
206
  # The specified CIDR block or EC2 security group is already authorized
167
207
  # for the specified cluster security group.
168
208
  #
@@ -208,9 +248,9 @@ module Aws::Redshift
208
248
  # @return [String]
209
249
  #
210
250
  # @!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.
251
+ # The account number of the owner of the security group specified by
252
+ # the *EC2SecurityGroupName* parameter. The Amazon Web Services Access
253
+ # Key ID is not an acceptable value.
214
254
  #
215
255
  # Example: `111122223333`
216
256
  # @return [String]
@@ -252,7 +292,7 @@ module Aws::Redshift
252
292
  # @return [String]
253
293
  #
254
294
  # @!attribute [rw] account
255
- # The AWS account ID to grant access to.
295
+ # The account ID to grant access to.
256
296
  # @return [String]
257
297
  #
258
298
  # @!attribute [rw] vpc_ids
@@ -290,10 +330,10 @@ module Aws::Redshift
290
330
  # @return [String]
291
331
  #
292
332
  # @!attribute [rw] account_with_restore_access
293
- # The identifier of the AWS customer account authorized to restore the
294
- # specified snapshot.
333
+ # The identifier of the account authorized to restore the specified
334
+ # snapshot.
295
335
  #
296
- # To share a snapshot with AWS support, specify
336
+ # To share a snapshot with Amazon Web Services Support, specify
297
337
  # amazon-redshift-support.
298
338
  # @return [String]
299
339
  #
@@ -551,8 +591,8 @@ module Aws::Redshift
551
591
  # @return [String]
552
592
  #
553
593
  # @!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.
594
+ # The admin user name for the cluster. This name is used to connect to
595
+ # the database that is specified in the **DBName** parameter.
556
596
  # @return [String]
557
597
  #
558
598
  # @!attribute [rw] db_name
@@ -698,8 +738,8 @@ module Aws::Redshift
698
738
  # @return [Array<Types::Tag>]
699
739
  #
700
740
  # @!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.
741
+ # The Key Management Service (KMS) key ID of the encryption key used
742
+ # to encrypt data in the cluster.
703
743
  # @return [String]
704
744
  #
705
745
  # @!attribute [rw] enhanced_vpc_routing
@@ -719,8 +759,8 @@ module Aws::Redshift
719
759
  # @return [Boolean]
720
760
  #
721
761
  # @!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.
762
+ # A list of Identity and Access Management (IAM) roles that can be
763
+ # used by the cluster to access other Amazon Web Services services.
724
764
  # @return [Array<Types::ClusterIamRole>]
725
765
  #
726
766
  # @!attribute [rw] pending_actions
@@ -953,8 +993,9 @@ module Aws::Redshift
953
993
  include Aws::Structure
954
994
  end
955
995
 
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.
996
+ # An Identity and Access Management (IAM) role that can be used by the
997
+ # associated Amazon Redshift cluster to access other Amazon Web Services
998
+ # services.
958
999
  #
959
1000
  # @!attribute [rw] iam_role_arn
960
1001
  # The Amazon Resource Name (ARN) of the IAM role, for example,
@@ -1626,7 +1667,7 @@ module Aws::Redshift
1626
1667
  #
1627
1668
  # * Cannot end with a hyphen or contain two consecutive hyphens.
1628
1669
  #
1629
- # * Must be unique for the AWS account that is making the request.
1670
+ # * Must be unique for the account that is making the request.
1630
1671
  # @return [String]
1631
1672
  #
1632
1673
  # @!attribute [rw] manual_snapshot_retention_period
@@ -1668,6 +1709,50 @@ module Aws::Redshift
1668
1709
  #
1669
1710
  class CopyToRegionDisabledFault < Aws::EmptyStructure; end
1670
1711
 
1712
+ # @note When making an API call, you may pass CreateAuthenticationProfileMessage
1713
+ # data as a hash:
1714
+ #
1715
+ # {
1716
+ # authentication_profile_name: "AuthenticationProfileNameString", # required
1717
+ # authentication_profile_content: "String", # required
1718
+ # }
1719
+ #
1720
+ # @!attribute [rw] authentication_profile_name
1721
+ # The name of the authentication profile to be created.
1722
+ # @return [String]
1723
+ #
1724
+ # @!attribute [rw] authentication_profile_content
1725
+ # The content of the authentication profile in JSON format. The
1726
+ # maximum length of the JSON string is determined by a quota for your
1727
+ # account.
1728
+ # @return [String]
1729
+ #
1730
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateAuthenticationProfileMessage AWS API Documentation
1731
+ #
1732
+ class CreateAuthenticationProfileMessage < Struct.new(
1733
+ :authentication_profile_name,
1734
+ :authentication_profile_content)
1735
+ SENSITIVE = []
1736
+ include Aws::Structure
1737
+ end
1738
+
1739
+ # @!attribute [rw] authentication_profile_name
1740
+ # The name of the authentication profile that was created.
1741
+ # @return [String]
1742
+ #
1743
+ # @!attribute [rw] authentication_profile_content
1744
+ # The content of the authentication profile in JSON format.
1745
+ # @return [String]
1746
+ #
1747
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateAuthenticationProfileResult AWS API Documentation
1748
+ #
1749
+ class CreateAuthenticationProfileResult < Struct.new(
1750
+ :authentication_profile_name,
1751
+ :authentication_profile_content)
1752
+ SENSITIVE = []
1753
+ include Aws::Structure
1754
+ end
1755
+
1671
1756
  # @note When making an API call, you may pass CreateClusterMessage
1672
1757
  # data as a hash:
1673
1758
  #
@@ -1754,7 +1839,7 @@ module Aws::Redshift
1754
1839
  #
1755
1840
  # * Cannot end with a hyphen or contain two consecutive hyphens.
1756
1841
  #
1757
- # * Must be unique for all clusters within an AWS account.
1842
+ # * Must be unique for all clusters within an account.
1758
1843
  #
1759
1844
  # Example: `myexamplecluster`
1760
1845
  # @return [String]
@@ -1786,8 +1871,8 @@ module Aws::Redshift
1786
1871
  # @return [String]
1787
1872
  #
1788
1873
  # @!attribute [rw] master_username
1789
- # The user name associated with the master user account for the
1790
- # cluster that is being created.
1874
+ # The user name associated with the admin user account for the cluster
1875
+ # that is being created.
1791
1876
  #
1792
1877
  # Constraints:
1793
1878
  #
@@ -1806,7 +1891,7 @@ module Aws::Redshift
1806
1891
  # @return [String]
1807
1892
  #
1808
1893
  # @!attribute [rw] master_user_password
1809
- # The password associated with the master user account for the cluster
1894
+ # The password associated with the admin user account for the cluster
1810
1895
  # that is being created.
1811
1896
  #
1812
1897
  # Constraints:
@@ -2021,8 +2106,8 @@ module Aws::Redshift
2021
2106
  # @return [Array<Types::Tag>]
2022
2107
  #
2023
2108
  # @!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.
2109
+ # The Key Management Service (KMS) key ID of the encryption key that
2110
+ # you want to use to encrypt data in the cluster.
2026
2111
  # @return [String]
2027
2112
  #
2028
2113
  # @!attribute [rw] enhanced_vpc_routing
@@ -2046,10 +2131,10 @@ module Aws::Redshift
2046
2131
  # @return [String]
2047
2132
  #
2048
2133
  # @!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.
2134
+ # A list of Identity and Access Management (IAM) roles that can be
2135
+ # used by the cluster to access other Amazon Web Services services.
2136
+ # You must supply the IAM roles in their Amazon Resource Name (ARN)
2137
+ # format. You can supply up to 10 IAM roles in a single request.
2053
2138
  #
2054
2139
  # A cluster can have up to 10 IAM roles associated with it at any
2055
2140
  # time.
@@ -2075,8 +2160,8 @@ module Aws::Redshift
2075
2160
  # (Advanced Query Accelerator) when it is created. Possible values
2076
2161
  # include the following.
2077
2162
  #
2078
- # * enabled - Use AQUA if it is available for the current AWS Region
2079
- # and Amazon Redshift node type.
2163
+ # * enabled - Use AQUA if it is available for the current Region and
2164
+ # Amazon Redshift node type.
2080
2165
  #
2081
2166
  # * disabled - Don't use AQUA.
2082
2167
  #
@@ -2148,7 +2233,7 @@ module Aws::Redshift
2148
2233
  #
2149
2234
  # * Cannot end with a hyphen or contain two consecutive hyphens.
2150
2235
  #
2151
- # * Must be unique withing your AWS account.
2236
+ # * Must be unique withing your account.
2152
2237
  #
2153
2238
  # <note markdown="1"> This value is stored as a lower-case string.
2154
2239
  #
@@ -2162,11 +2247,11 @@ module Aws::Redshift
2162
2247
  #
2163
2248
  # To get a list of valid parameter group family names, you can call
2164
2249
  # 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".
2250
+ # a list of all the parameter groups that are owned by your account,
2251
+ # including the default parameter groups for each Amazon Redshift
2252
+ # engine version. The parameter group family names associated with the
2253
+ # default parameter groups provide you the valid values. For example,
2254
+ # a valid family name is "redshift-1.0".
2170
2255
  # @return [String]
2171
2256
  #
2172
2257
  # @!attribute [rw] description
@@ -2237,7 +2322,7 @@ module Aws::Redshift
2237
2322
  # * Must not be "Default".
2238
2323
  #
2239
2324
  # * Must be unique for all security groups that are created by your
2240
- # AWS account.
2325
+ # account.
2241
2326
  #
2242
2327
  # Example: `examplesecuritygroup`
2243
2328
  # @return [String]
@@ -2289,7 +2374,7 @@ module Aws::Redshift
2289
2374
  #
2290
2375
  # @!attribute [rw] snapshot_identifier
2291
2376
  # A unique identifier for the snapshot that you are requesting. This
2292
- # identifier must be unique for all snapshots within the AWS account.
2377
+ # identifier must be unique for all snapshots within the account.
2293
2378
  #
2294
2379
  # Constraints:
2295
2380
  #
@@ -2369,7 +2454,7 @@ module Aws::Redshift
2369
2454
  #
2370
2455
  # * Must not be "Default".
2371
2456
  #
2372
- # * Must be unique for all subnet groups that are created by your AWS
2457
+ # * Must be unique for all subnet groups that are created by your
2373
2458
  # account.
2374
2459
  #
2375
2460
  # Example: `examplesubnetgroup`
@@ -2427,8 +2512,8 @@ module Aws::Redshift
2427
2512
  # @return [String]
2428
2513
  #
2429
2514
  # @!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.
2515
+ # The account ID of the owner of the cluster. This is only required if
2516
+ # the cluster is in another account.
2432
2517
  # @return [String]
2433
2518
  #
2434
2519
  # @!attribute [rw] endpoint_name
@@ -2505,9 +2590,8 @@ module Aws::Redshift
2505
2590
  # The type of source that will be generating the events. For example,
2506
2591
  # if you want to be notified of events generated by a cluster, you
2507
2592
  # 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.
2593
+ # events are returned for all Amazon Redshift objects in your account.
2594
+ # You must specify a source type in order to specify source IDs.
2511
2595
  #
2512
2596
  # Valid values: cluster, cluster-parameter-group,
2513
2597
  # cluster-security-group, cluster-snapshot, and scheduled-action.
@@ -2806,7 +2890,7 @@ module Aws::Redshift
2806
2890
  #
2807
2891
  # @!attribute [rw] snapshot_copy_grant_name
2808
2892
  # The name of the snapshot copy grant. This name must be unique in the
2809
- # region for the AWS account.
2893
+ # region for the account.
2810
2894
  #
2811
2895
  # Constraints:
2812
2896
  #
@@ -2818,7 +2902,7 @@ module Aws::Redshift
2818
2902
  #
2819
2903
  # * Cannot end with a hyphen or contain two consecutive hyphens.
2820
2904
  #
2821
- # * Must be unique for all clusters within an AWS account.
2905
+ # * Must be unique for all clusters within an account.
2822
2906
  # @return [String]
2823
2907
  #
2824
2908
  # @!attribute [rw] kms_key_id
@@ -2844,7 +2928,7 @@ module Aws::Redshift
2844
2928
  # @!attribute [rw] snapshot_copy_grant
2845
2929
  # The snapshot copy grant that grants Amazon Redshift permission to
2846
2930
  # encrypt copied snapshots with the specified customer master key
2847
- # (CMK) from AWS KMS in the destination region.
2931
+ # (CMK) from Amazon Web Services KMS in the destination region.
2848
2932
  #
2849
2933
  # For more information about managing snapshot copy grants, go to
2850
2934
  # [Amazon Redshift Database Encryption][1] in the *Amazon Redshift
@@ -3143,6 +3227,37 @@ module Aws::Redshift
3143
3227
  include Aws::Structure
3144
3228
  end
3145
3229
 
3230
+ # @note When making an API call, you may pass DeleteAuthenticationProfileMessage
3231
+ # data as a hash:
3232
+ #
3233
+ # {
3234
+ # authentication_profile_name: "AuthenticationProfileNameString", # required
3235
+ # }
3236
+ #
3237
+ # @!attribute [rw] authentication_profile_name
3238
+ # The name of the authentication profile to delete.
3239
+ # @return [String]
3240
+ #
3241
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteAuthenticationProfileMessage AWS API Documentation
3242
+ #
3243
+ class DeleteAuthenticationProfileMessage < Struct.new(
3244
+ :authentication_profile_name)
3245
+ SENSITIVE = []
3246
+ include Aws::Structure
3247
+ end
3248
+
3249
+ # @!attribute [rw] authentication_profile_name
3250
+ # The name of the authentication profile that was deleted.
3251
+ # @return [String]
3252
+ #
3253
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteAuthenticationProfileResult AWS API Documentation
3254
+ #
3255
+ class DeleteAuthenticationProfileResult < Struct.new(
3256
+ :authentication_profile_name)
3257
+ SENSITIVE = []
3258
+ include Aws::Structure
3259
+ end
3260
+
3146
3261
  # @note When making an API call, you may pass DeleteClusterMessage
3147
3262
  # data as a hash:
3148
3263
  #
@@ -3554,6 +3669,38 @@ module Aws::Redshift
3554
3669
  include Aws::Structure
3555
3670
  end
3556
3671
 
3672
+ # @note When making an API call, you may pass DescribeAuthenticationProfilesMessage
3673
+ # data as a hash:
3674
+ #
3675
+ # {
3676
+ # authentication_profile_name: "AuthenticationProfileNameString",
3677
+ # }
3678
+ #
3679
+ # @!attribute [rw] authentication_profile_name
3680
+ # The name of the authentication profile to describe. If not specified
3681
+ # then all authentication profiles owned by the account are listed.
3682
+ # @return [String]
3683
+ #
3684
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeAuthenticationProfilesMessage AWS API Documentation
3685
+ #
3686
+ class DescribeAuthenticationProfilesMessage < Struct.new(
3687
+ :authentication_profile_name)
3688
+ SENSITIVE = []
3689
+ include Aws::Structure
3690
+ end
3691
+
3692
+ # @!attribute [rw] authentication_profiles
3693
+ # The list of authentication profiles.
3694
+ # @return [Array<Types::AuthenticationProfile>]
3695
+ #
3696
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeAuthenticationProfilesResult AWS API Documentation
3697
+ #
3698
+ class DescribeAuthenticationProfilesResult < Struct.new(
3699
+ :authentication_profiles)
3700
+ SENSITIVE = []
3701
+ include Aws::Structure
3702
+ end
3703
+
3557
3704
  # @note When making an API call, you may pass DescribeClusterDbRevisionsMessage
3558
3705
  # data as a hash:
3559
3706
  #
@@ -3638,10 +3785,10 @@ module Aws::Redshift
3638
3785
  # An optional parameter that specifies the starting point to return a
3639
3786
  # set of response records. When the results of a
3640
3787
  # 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.
3788
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
3789
+ # field of the response. You can retrieve the next set of response
3790
+ # records by providing the returned marker value in the `Marker`
3791
+ # parameter and retrying the request.
3645
3792
  # @return [String]
3646
3793
  #
3647
3794
  # @!attribute [rw] tag_keys
@@ -3717,10 +3864,10 @@ module Aws::Redshift
3717
3864
  # An optional parameter that specifies the starting point to return a
3718
3865
  # set of response records. When the results of a
3719
3866
  # 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.
3867
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
3868
+ # field of the response. You can retrieve the next set of response
3869
+ # records by providing the returned marker value in the `Marker`
3870
+ # parameter and retrying the request.
3724
3871
  # @return [String]
3725
3872
  #
3726
3873
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeClusterParametersMessage AWS API Documentation
@@ -3769,10 +3916,10 @@ module Aws::Redshift
3769
3916
  # An optional parameter that specifies the starting point to return a
3770
3917
  # set of response records. When the results of a
3771
3918
  # 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.
3919
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
3920
+ # field of the response. You can retrieve the next set of response
3921
+ # records by providing the returned marker value in the `Marker`
3922
+ # parameter and retrying the request.
3776
3923
  #
3777
3924
  # Constraints: You can specify either the **ClusterSecurityGroupName**
3778
3925
  # parameter or the **Marker** parameter, but not both.
@@ -3892,17 +4039,17 @@ module Aws::Redshift
3892
4039
  # An optional parameter that specifies the starting point to return a
3893
4040
  # set of response records. When the results of a
3894
4041
  # 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.
4042
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4043
+ # field of the response. You can retrieve the next set of response
4044
+ # records by providing the returned marker value in the `Marker`
4045
+ # parameter and retrying the request.
3899
4046
  # @return [String]
3900
4047
  #
3901
4048
  # @!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.
4049
+ # The account used to create or copy the snapshot. Use this field to
4050
+ # filter the results to snapshots owned by a particular account. To
4051
+ # describe snapshots you own, either specify your account, or do not
4052
+ # specify the parameter.
3906
4053
  # @return [String]
3907
4054
  #
3908
4055
  # @!attribute [rw] tag_keys
@@ -4000,10 +4147,10 @@ module Aws::Redshift
4000
4147
  # An optional parameter that specifies the starting point to return a
4001
4148
  # set of response records. When the results of a
4002
4149
  # 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.
4150
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4151
+ # field of the response. You can retrieve the next set of response
4152
+ # records by providing the returned marker value in the `Marker`
4153
+ # parameter and retrying the request.
4007
4154
  # @return [String]
4008
4155
  #
4009
4156
  # @!attribute [rw] tag_keys
@@ -4121,10 +4268,10 @@ module Aws::Redshift
4121
4268
  # An optional parameter that specifies the starting point to return a
4122
4269
  # set of response records. When the results of a
4123
4270
  # 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.
4271
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4272
+ # field of the response. You can retrieve the next set of response
4273
+ # records by providing the returned marker value in the `Marker`
4274
+ # parameter and retrying the request.
4128
4275
  # @return [String]
4129
4276
  #
4130
4277
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeClusterVersionsMessage AWS API Documentation
@@ -4172,10 +4319,11 @@ module Aws::Redshift
4172
4319
  # @!attribute [rw] marker
4173
4320
  # An optional parameter that specifies the starting point to return a
4174
4321
  # 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.
4322
+ # request exceed the value specified in `MaxRecords`, Amazon Web
4323
+ # Services returns a value in the `Marker` field of the response. You
4324
+ # can retrieve the next set of response records by providing the
4325
+ # returned marker value in the `Marker` parameter and retrying the
4326
+ # request.
4179
4327
  #
4180
4328
  # Constraints: You can specify either the **ClusterIdentifier**
4181
4329
  # parameter or the **Marker** parameter, but not both.
@@ -4241,10 +4389,10 @@ module Aws::Redshift
4241
4389
  # An optional parameter that specifies the starting point to return a
4242
4390
  # set of response records. When the results of a
4243
4391
  # 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.
4392
+ # in `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4393
+ # field of the response. You can retrieve the next set of response
4394
+ # records by providing the returned marker value in the `Marker`
4395
+ # parameter and retrying the request.
4248
4396
  # @return [String]
4249
4397
  #
4250
4398
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeDefaultClusterParametersMessage AWS API Documentation
@@ -4287,7 +4435,7 @@ module Aws::Redshift
4287
4435
  # @return [String]
4288
4436
  #
4289
4437
  # @!attribute [rw] resource_owner
4290
- # The AWS account ID of the owner of the cluster.
4438
+ # The account ID of the owner of the cluster.
4291
4439
  # @return [String]
4292
4440
  #
4293
4441
  # @!attribute [rw] endpoint_name
@@ -4342,8 +4490,8 @@ module Aws::Redshift
4342
4490
  # @return [String]
4343
4491
  #
4344
4492
  # @!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
4493
+ # The Aaccount ID of either the cluster owner (grantor) or grantee. If
4494
+ # `Grantee` parameter is true, then the `Account` value is of the
4347
4495
  # grantor.
4348
4496
  # @return [String]
4349
4497
  #
@@ -4435,10 +4583,10 @@ module Aws::Redshift
4435
4583
  # An optional parameter that specifies the starting point to return a
4436
4584
  # set of response records. When the results of a
4437
4585
  # 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.
4586
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4587
+ # field of the response. You can retrieve the next set of response
4588
+ # records by providing the returned marker value in the `Marker`
4589
+ # parameter and retrying the request.
4442
4590
  # @return [String]
4443
4591
  #
4444
4592
  # @!attribute [rw] tag_keys
@@ -4577,10 +4725,11 @@ module Aws::Redshift
4577
4725
  # @!attribute [rw] marker
4578
4726
  # An optional parameter that specifies the starting point to return a
4579
4727
  # 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.
4728
+ # request exceed the value specified in `MaxRecords`, Amazon Web
4729
+ # Services returns a value in the `Marker` field of the response. You
4730
+ # can retrieve the next set of response records by providing the
4731
+ # returned marker value in the `Marker` parameter and retrying the
4732
+ # request.
4584
4733
  # @return [String]
4585
4734
  #
4586
4735
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeEventsMessage AWS API Documentation
@@ -4611,8 +4760,7 @@ module Aws::Redshift
4611
4760
  # @!attribute [rw] hsm_client_certificate_identifier
4612
4761
  # The identifier of a specific HSM client certificate for which you
4613
4762
  # want information. If no identifier is specified, information is
4614
- # returned for all HSM client certificates owned by your AWS customer
4615
- # account.
4763
+ # returned for all HSM client certificates owned by your account.
4616
4764
  # @return [String]
4617
4765
  #
4618
4766
  # @!attribute [rw] max_records
@@ -4631,10 +4779,10 @@ module Aws::Redshift
4631
4779
  # An optional parameter that specifies the starting point to return a
4632
4780
  # set of response records. When the results of a
4633
4781
  # 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.
4782
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4783
+ # field of the response. You can retrieve the next set of response
4784
+ # records by providing the returned marker value in the `Marker`
4785
+ # parameter and retrying the request.
4638
4786
  # @return [String]
4639
4787
  #
4640
4788
  # @!attribute [rw] tag_keys
@@ -4683,7 +4831,7 @@ module Aws::Redshift
4683
4831
  # @!attribute [rw] hsm_configuration_identifier
4684
4832
  # The identifier of a specific Amazon Redshift HSM configuration to be
4685
4833
  # described. If no identifier is specified, information is returned
4686
- # for all HSM configurations owned by your AWS customer account.
4834
+ # for all HSM configurations owned by your account.
4687
4835
  # @return [String]
4688
4836
  #
4689
4837
  # @!attribute [rw] max_records
@@ -4702,10 +4850,10 @@ module Aws::Redshift
4702
4850
  # An optional parameter that specifies the starting point to return a
4703
4851
  # set of response records. When the results of a
4704
4852
  # 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.
4853
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4854
+ # field of the response. You can retrieve the next set of response
4855
+ # records by providing the returned marker value in the `Marker`
4856
+ # parameter and retrying the request.
4709
4857
  # @return [String]
4710
4858
  #
4711
4859
  # @!attribute [rw] tag_keys
@@ -4800,9 +4948,9 @@ module Aws::Redshift
4800
4948
  # @return [String]
4801
4949
  #
4802
4950
  # @!attribute [rw] owner_account
4803
- # The AWS customer account used to create or copy the snapshot.
4804
- # Required if you are restoring a snapshot you do not own, optional if
4805
- # you own the snapshot.
4951
+ # The account used to create or copy the snapshot. Required if you are
4952
+ # restoring a snapshot you do not own, optional if you own the
4953
+ # snapshot.
4806
4954
  # @return [String]
4807
4955
  #
4808
4956
  # @!attribute [rw] filters
@@ -4813,10 +4961,10 @@ module Aws::Redshift
4813
4961
  # An optional parameter that specifies the starting point to return a
4814
4962
  # set of response records. When the results of a
4815
4963
  # 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.
4964
+ # in `MaxRecords`, Amazon Web Services returns a value in the `Marker`
4965
+ # field of the response. You can retrieve the next set of response
4966
+ # records by providing the returned marker value in the `Marker`
4967
+ # parameter and retrying the request.
4820
4968
  # @return [String]
4821
4969
  #
4822
4970
  # @!attribute [rw] max_records
@@ -4886,10 +5034,10 @@ module Aws::Redshift
4886
5034
  # An optional parameter that specifies the starting point to return a
4887
5035
  # set of response records. When the results of a
4888
5036
  # 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.
5037
+ # in `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5038
+ # field of the response. You can retrieve the next set of response
5039
+ # records by providing the returned marker value in the `Marker`
5040
+ # parameter and retrying the request.
4893
5041
  # @return [String]
4894
5042
  #
4895
5043
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeOrderableClusterOptionsMessage AWS API Documentation
@@ -4914,7 +5062,7 @@ module Aws::Redshift
4914
5062
  # }
4915
5063
  #
4916
5064
  # @!attribute [rw] account_id
4917
- # The AWS account ID that owns the cluster.
5065
+ # The Region ID that owns the cluster.
4918
5066
  # @return [String]
4919
5067
  #
4920
5068
  # @!attribute [rw] cluster_identifier
@@ -4985,10 +5133,10 @@ module Aws::Redshift
4985
5133
  # An optional parameter that specifies the starting point to return a
4986
5134
  # set of response records. When the results of a
4987
5135
  # 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.
5136
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5137
+ # field of the response. You can retrieve the next set of response
5138
+ # records by providing the returned marker value in the `Marker`
5139
+ # parameter and retrying the request.
4992
5140
  # @return [String]
4993
5141
  #
4994
5142
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeReservedNodeOfferingsMessage AWS API Documentation
@@ -5029,10 +5177,11 @@ module Aws::Redshift
5029
5177
  # @!attribute [rw] marker
5030
5178
  # An optional parameter that specifies the starting point to return a
5031
5179
  # 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.
5180
+ # request exceed the value specified in `MaxRecords`, Amazon Web
5181
+ # Services returns a value in the `Marker` field of the response. You
5182
+ # can retrieve the next set of response records by providing the
5183
+ # returned marker value in the `Marker` parameter and retrying the
5184
+ # request.
5036
5185
  # @return [String]
5037
5186
  #
5038
5187
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeReservedNodesMessage AWS API Documentation
@@ -5056,7 +5205,7 @@ module Aws::Redshift
5056
5205
  # The unique identifier of a cluster whose resize progress you are
5057
5206
  # requesting. This parameter is case-sensitive.
5058
5207
  #
5059
- # By default, resize operations for all clusters defined for an AWS
5208
+ # By default, resize operations for all clusters defined for an
5060
5209
  # account are returned.
5061
5210
  # @return [String]
5062
5211
  #
@@ -5120,10 +5269,10 @@ module Aws::Redshift
5120
5269
  # An optional parameter that specifies the starting point to return a
5121
5270
  # set of response records. When the results of a
5122
5271
  # 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.
5272
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5273
+ # field of the response. You can retrieve the next set of response
5274
+ # records by providing the returned marker value in the `Marker`
5275
+ # parameter and retrying the request.
5127
5276
  # @return [String]
5128
5277
  #
5129
5278
  # @!attribute [rw] max_records
@@ -5186,10 +5335,10 @@ module Aws::Redshift
5186
5335
  # An optional parameter that specifies the starting point to return a
5187
5336
  # set of response records. When the results of a
5188
5337
  # `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.
5338
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
5339
+ # field of the response. You can retrieve the next set of response
5340
+ # records by providing the returned marker value in the `Marker`
5341
+ # parameter and retrying the request.
5193
5342
  #
5194
5343
  # Constraints: You can specify either the **SnapshotCopyGrantName**
5195
5344
  # parameter or the **Marker** parameter, but not both.
@@ -5495,10 +5644,11 @@ module Aws::Redshift
5495
5644
  # @!attribute [rw] marker
5496
5645
  # An optional parameter that specifies the starting point to return a
5497
5646
  # 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.
5647
+ # request exceed the value specified in `MaxRecords`, Amazon Web
5648
+ # Services returns a value in the `Marker` field of the response. You
5649
+ # can retrieve the next set of response records by providing the
5650
+ # returned marker value in the `Marker` parameter and retrying the
5651
+ # request.
5502
5652
  # @return [String]
5503
5653
  #
5504
5654
  # @!attribute [rw] tag_keys
@@ -5602,8 +5752,8 @@ module Aws::Redshift
5602
5752
  # @return [String]
5603
5753
  #
5604
5754
  # @!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.
5755
+ # The account ID of the owner of the EC2 security group specified in
5756
+ # the `EC2SecurityGroupName` field.
5607
5757
  # @return [String]
5608
5758
  #
5609
5759
  # @!attribute [rw] tags
@@ -5717,9 +5867,9 @@ module Aws::Redshift
5717
5867
  # @return [String]
5718
5868
  #
5719
5869
  # @!attribute [rw] destination_region
5720
- # The destination AWS Region that you want to copy snapshots to.
5870
+ # The destination Region that you want to copy snapshots to.
5721
5871
  #
5722
- # Constraints: Must be the name of a valid AWS Region. For more
5872
+ # Constraints: Must be the name of a valid Region. For more
5723
5873
  # information, see [Regions and Endpoints][1] in the Amazon Web
5724
5874
  # Services General Reference.
5725
5875
  #
@@ -5738,15 +5888,15 @@ module Aws::Redshift
5738
5888
  # @return [Integer]
5739
5889
  #
5740
5890
  # @!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.
5891
+ # The name of the snapshot copy grant to use when snapshots of an
5892
+ # Amazon Web Services KMS-encrypted cluster are copied to the
5893
+ # destination region.
5743
5894
  # @return [String]
5744
5895
  #
5745
5896
  # @!attribute [rw] manual_snapshot_retention_period
5746
5897
  # 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.
5898
+ # destination Region after they are copied from the source Region. If
5899
+ # the value is -1, the manual snapshot is retained indefinitely.
5750
5900
  #
5751
5901
  # The value must be either -1 or an integer between 1 and 3,653.
5752
5902
  # @return [Integer]
@@ -5806,7 +5956,7 @@ module Aws::Redshift
5806
5956
  # @return [String]
5807
5957
  #
5808
5958
  # @!attribute [rw] resource_owner
5809
- # The AWS account ID of the owner of the cluster.
5959
+ # The account ID of the owner of the cluster.
5810
5960
  # @return [String]
5811
5961
  #
5812
5962
  # @!attribute [rw] subnet_group_name
@@ -5888,14 +6038,14 @@ module Aws::Redshift
5888
6038
  class EndpointAlreadyExistsFault < Aws::EmptyStructure; end
5889
6039
 
5890
6040
  # Describes an endpoint authorization for authorizing Redshift-managed
5891
- # VPC endpoint access to a cluster across AWS accounts.
6041
+ # VPC endpoint access to a cluster across accounts.
5892
6042
  #
5893
6043
  # @!attribute [rw] grantor
5894
- # The AWS account ID of the cluster owner.
6044
+ # The account ID of the cluster owner.
5895
6045
  # @return [String]
5896
6046
  #
5897
6047
  # @!attribute [rw] grantee
5898
- # The AWS account ID of the grantee of the cluster.
6048
+ # The account ID of the grantee of the cluster.
5899
6049
  # @return [String]
5900
6050
  #
5901
6051
  # @!attribute [rw] cluster_identifier
@@ -6117,8 +6267,8 @@ module Aws::Redshift
6117
6267
  # Describes event subscriptions.
6118
6268
  #
6119
6269
  # @!attribute [rw] customer_aws_id
6120
- # The AWS customer account associated with the Amazon Redshift event
6121
- # notification subscription.
6270
+ # The account associated with the Amazon Redshift event notification
6271
+ # subscription.
6122
6272
  # @return [String]
6123
6273
  #
6124
6274
  # @!attribute [rw] cust_subscription_id
@@ -6694,6 +6844,14 @@ module Aws::Redshift
6694
6844
  #
6695
6845
  class InsufficientS3BucketPolicyFault < Aws::EmptyStructure; end
6696
6846
 
6847
+ # The authentication profile request is not valid. The profile name
6848
+ # can't be null or empty. The authentication profile API operation must
6849
+ # be available in the Region.
6850
+ #
6851
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidAuthenticationProfileRequestFault AWS API Documentation
6852
+ #
6853
+ class InvalidAuthenticationProfileRequestFault < Aws::EmptyStructure; end
6854
+
6697
6855
  # The status of the authorization is not valid.
6698
6856
  #
6699
6857
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidAuthorizationStateFault AWS API Documentation
@@ -6877,7 +7035,8 @@ module Aws::Redshift
6877
7035
  #
6878
7036
  class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
6879
7037
 
6880
- # The encryption key has exceeded its grant limit in AWS KMS.
7038
+ # The encryption key has exceeded its grant limit in Amazon Web Services
7039
+ # KMS.
6881
7040
  #
6882
7041
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/LimitExceededFault AWS API Documentation
6883
7042
  #
@@ -6969,8 +7128,8 @@ module Aws::Redshift
6969
7128
  # The new value of AQUA configuration status. Possible values include
6970
7129
  # the following.
6971
7130
  #
6972
- # * enabled - Use AQUA if it is available for the current AWS Region
6973
- # and Amazon Redshift node type.
7131
+ # * enabled - Use AQUA if it is available for the current Region and
7132
+ # Amazon Redshift node type.
6974
7133
  #
6975
7134
  # * disabled - Don't use AQUA.
6976
7135
  #
@@ -6998,6 +7157,50 @@ module Aws::Redshift
6998
7157
  include Aws::Structure
6999
7158
  end
7000
7159
 
7160
+ # @note When making an API call, you may pass ModifyAuthenticationProfileMessage
7161
+ # data as a hash:
7162
+ #
7163
+ # {
7164
+ # authentication_profile_name: "AuthenticationProfileNameString", # required
7165
+ # authentication_profile_content: "String", # required
7166
+ # }
7167
+ #
7168
+ # @!attribute [rw] authentication_profile_name
7169
+ # The name of the authentication profile to replace.
7170
+ # @return [String]
7171
+ #
7172
+ # @!attribute [rw] authentication_profile_content
7173
+ # The new content of the authentication profile in JSON format. The
7174
+ # maximum length of the JSON string is determined by a quota for your
7175
+ # account.
7176
+ # @return [String]
7177
+ #
7178
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAuthenticationProfileMessage AWS API Documentation
7179
+ #
7180
+ class ModifyAuthenticationProfileMessage < Struct.new(
7181
+ :authentication_profile_name,
7182
+ :authentication_profile_content)
7183
+ SENSITIVE = []
7184
+ include Aws::Structure
7185
+ end
7186
+
7187
+ # @!attribute [rw] authentication_profile_name
7188
+ # The name of the authentication profile that was replaced.
7189
+ # @return [String]
7190
+ #
7191
+ # @!attribute [rw] authentication_profile_content
7192
+ # The updated content of the authentication profile in JSON format.
7193
+ # @return [String]
7194
+ #
7195
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAuthenticationProfileResult AWS API Documentation
7196
+ #
7197
+ class ModifyAuthenticationProfileResult < Struct.new(
7198
+ :authentication_profile_name,
7199
+ :authentication_profile_content)
7200
+ SENSITIVE = []
7201
+ include Aws::Structure
7202
+ end
7203
+
7001
7204
  # @note When making an API call, you may pass ModifyClusterDbRevisionMessage
7002
7205
  # data as a hash:
7003
7206
  #
@@ -7258,14 +7461,14 @@ module Aws::Redshift
7258
7461
  # @return [Array<String>]
7259
7462
  #
7260
7463
  # @!attribute [rw] master_user_password
7261
- # The new password for the cluster master user. This change is
7464
+ # The new password for the cluster admin user. This change is
7262
7465
  # asynchronously applied as soon as possible. Between the time of the
7263
7466
  # request and the completion of the request, the `MasterUserPassword`
7264
7467
  # element exists in the `PendingModifiedValues` element of the
7265
7468
  # operation response.
7266
7469
  #
7267
7470
  # <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
7471
+ # way to regain access to the admin user account for a cluster if the
7269
7472
  # password is lost.
7270
7473
  #
7271
7474
  # </note>
@@ -7394,7 +7597,7 @@ module Aws::Redshift
7394
7597
  #
7395
7598
  # * Cannot end with a hyphen or contain two consecutive hyphens.
7396
7599
  #
7397
- # * Must be unique for all clusters within an AWS account.
7600
+ # * Must be unique for all clusters within an account.
7398
7601
  #
7399
7602
  # Example: `examplecluster`
7400
7603
  # @return [String]
@@ -7455,8 +7658,8 @@ module Aws::Redshift
7455
7658
  # @return [Boolean]
7456
7659
  #
7457
7660
  # @!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.
7661
+ # The Key Management Service (KMS) key ID of the encryption key that
7662
+ # you want to use to encrypt data in the cluster.
7460
7663
  # @return [String]
7461
7664
  #
7462
7665
  # @!attribute [rw] availability_zone_relocation
@@ -7746,9 +7949,8 @@ module Aws::Redshift
7746
7949
  # The type of source that will be generating the events. For example,
7747
7950
  # if you want to be notified of events generated by a cluster, you
7748
7951
  # 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.
7952
+ # events are returned for all Amazon Redshift objects in your account.
7953
+ # You must specify a source type in order to specify source IDs.
7752
7954
  #
7753
7955
  # Valid values: cluster, cluster-parameter-group,
7754
7956
  # cluster-security-group, cluster-snapshot, and scheduled-action.
@@ -7906,7 +8108,7 @@ module Aws::Redshift
7906
8108
  # @!attribute [rw] cluster_identifier
7907
8109
  # The unique identifier of the cluster for which you want to change
7908
8110
  # the retention period for either automated or manual snapshots that
7909
- # are copied to a destination AWS Region.
8111
+ # are copied to a destination Region.
7910
8112
  #
7911
8113
  # Constraints: Must be the valid name of an existing cluster that has
7912
8114
  # cross-region snapshot copy enabled.
@@ -7914,14 +8116,14 @@ module Aws::Redshift
7914
8116
  #
7915
8117
  # @!attribute [rw] retention_period
7916
8118
  # The number of days to retain automated snapshots in the destination
7917
- # AWS Region after they are copied from the source AWS Region.
8119
+ # Region after they are copied from the source Region.
7918
8120
  #
7919
8121
  # By default, this only changes the retention period of copied
7920
8122
  # automated snapshots.
7921
8123
  #
7922
8124
  # 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
8125
+ # are copied to a destination Region, Amazon Redshift deletes any
8126
+ # existing automated snapshots that were copied to the destination
7925
8127
  # Region and that fall outside of the new retention period.
7926
8128
  #
7927
8129
  # Constraints: Must be at least 1 and no more than 35 for automated
@@ -8350,7 +8552,7 @@ module Aws::Redshift
8350
8552
  # }
8351
8553
  #
8352
8554
  # @!attribute [rw] account_id
8353
- # The AWS account ID that owns the cluster.
8555
+ # The Region ID that owns the cluster.
8354
8556
  # @return [String]
8355
8557
  #
8356
8558
  # @!attribute [rw] cluster_identifier
@@ -8439,8 +8641,8 @@ module Aws::Redshift
8439
8641
  # applied.
8440
8642
  #
8441
8643
  # @!attribute [rw] master_user_password
8442
- # The pending or in-progress change of the master user password for
8443
- # the cluster.
8644
+ # The pending or in-progress change of the admin user password for the
8645
+ # cluster.
8444
8646
  # @return [String]
8445
8647
  #
8446
8648
  # @!attribute [rw] node_type
@@ -9157,7 +9359,7 @@ module Aws::Redshift
9157
9359
  #
9158
9360
  # * Cannot end with a hyphen or contain two consecutive hyphens.
9159
9361
  #
9160
- # * Must be unique for all clusters within an AWS account.
9362
+ # * Must be unique for all clusters within an account.
9161
9363
  # @return [String]
9162
9364
  #
9163
9365
  # @!attribute [rw] snapshot_identifier
@@ -9211,9 +9413,9 @@ module Aws::Redshift
9211
9413
  # @return [Boolean]
9212
9414
  #
9213
9415
  # @!attribute [rw] owner_account
9214
- # The AWS customer account used to create or copy the snapshot.
9215
- # Required if you are restoring a snapshot you do not own, optional if
9216
- # you own the snapshot.
9416
+ # The account used to create or copy the snapshot. Required if you are
9417
+ # restoring a snapshot you do not own, optional if you own the
9418
+ # snapshot.
9217
9419
  # @return [String]
9218
9420
  #
9219
9421
  # @!attribute [rw] hsm_client_certificate_identifier
@@ -9313,9 +9515,9 @@ module Aws::Redshift
9313
9515
  # @return [Integer]
9314
9516
  #
9315
9517
  # @!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.
9518
+ # The Key Management Service (KMS) key ID of the encryption key that
9519
+ # you want to use to encrypt data in the cluster that you restore from
9520
+ # a shared snapshot.
9319
9521
  # @return [String]
9320
9522
  #
9321
9523
  # @!attribute [rw] node_type
@@ -9360,10 +9562,10 @@ module Aws::Redshift
9360
9562
  # @return [String]
9361
9563
  #
9362
9564
  # @!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.
9565
+ # A list of Identity and Access Management (IAM) roles that can be
9566
+ # used by the cluster to access other Amazon Web Services services.
9567
+ # You must supply the IAM roles in their Amazon Resource Name (ARN)
9568
+ # format. You can supply up to 10 IAM roles in a single request.
9367
9569
  #
9368
9570
  # A cluster can have up to 10 IAM roles associated at any time.
9369
9571
  # @return [Array<String>]
@@ -9398,8 +9600,8 @@ module Aws::Redshift
9398
9600
  # (Advanced Query Accelerator) after the cluster is restored. Possible
9399
9601
  # values include the following.
9400
9602
  #
9401
- # * enabled - Use AQUA if it is available for the current AWS Region
9402
- # and Amazon Redshift node type.
9603
+ # * enabled - Use AQUA if it is available for the current Region and
9604
+ # Amazon Redshift node type.
9403
9605
  #
9404
9606
  # * disabled - Don't use AQUA.
9405
9607
  #
@@ -9681,11 +9883,11 @@ module Aws::Redshift
9681
9883
  # @return [String]
9682
9884
  #
9683
9885
  # @!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.
9886
+ # The account number of the owner of the security group specified in
9887
+ # the `EC2SecurityGroupName` parameter. The Amazon Web Services access
9888
+ # key ID is not an acceptable value. If `EC2SecurityGroupOwnerId` is
9889
+ # specified, `EC2SecurityGroupName` must also be provided. and
9890
+ # `CIDRIP` cannot be provided.
9689
9891
  #
9690
9892
  # Example: `111122223333`
9691
9893
  # @return [String]
@@ -9728,7 +9930,7 @@ module Aws::Redshift
9728
9930
  # @return [String]
9729
9931
  #
9730
9932
  # @!attribute [rw] account
9731
- # The AWS account ID whose access is to be revoked.
9933
+ # The account ID whose access is to be revoked.
9732
9934
  # @return [String]
9733
9935
  #
9734
9936
  # @!attribute [rw] vpc_ids
@@ -9775,8 +9977,8 @@ module Aws::Redshift
9775
9977
  # @return [String]
9776
9978
  #
9777
9979
  # @!attribute [rw] account_with_restore_access
9778
- # The identifier of the AWS customer account that can no longer
9779
- # restore the specified snapshot.
9980
+ # The identifier of the account that can no longer restore the
9981
+ # specified snapshot.
9780
9982
  # @return [String]
9781
9983
  #
9782
9984
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RevokeSnapshotAccessMessage AWS API Documentation
@@ -10050,10 +10252,10 @@ module Aws::Redshift
10050
10252
  # An optional parameter that specifies the starting point to return a
10051
10253
  # set of response records. When the results of a
10052
10254
  # 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.
10255
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
10256
+ # field of the response. You can retrieve the next set of response
10257
+ # records by providing the returned marker value in the `Marker`
10258
+ # parameter and retrying the request.
10057
10259
  # @return [String]
10058
10260
  #
10059
10261
  # @!attribute [rw] scheduled_actions
@@ -10110,7 +10312,7 @@ module Aws::Redshift
10110
10312
  # @return [Time]
10111
10313
  #
10112
10314
  # @!attribute [rw] master_username
10113
- # The master user name for the cluster.
10315
+ # The admin user name for the cluster.
10114
10316
  # @return [String]
10115
10317
  #
10116
10318
  # @!attribute [rw] cluster_version
@@ -10151,9 +10353,9 @@ module Aws::Redshift
10151
10353
  # @return [Boolean]
10152
10354
  #
10153
10355
  # @!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.
10356
+ # The Key Management Service (KMS) key ID of the encryption key that
10357
+ # was used to encrypt data in the cluster from which the snapshot was
10358
+ # taken.
10157
10359
  # @return [String]
10158
10360
  #
10159
10361
  # @!attribute [rw] encrypted_with_hsm
@@ -10163,16 +10365,16 @@ module Aws::Redshift
10163
10365
  # @return [Boolean]
10164
10366
  #
10165
10367
  # @!attribute [rw] accounts_with_restore_access
10166
- # A list of the AWS customer accounts authorized to restore the
10167
- # snapshot. Returns `null` if no accounts are authorized. Visible only
10168
- # to the snapshot owner.
10368
+ # A list of the accounts authorized to restore the snapshot. Returns
10369
+ # `null` if no accounts are authorized. Visible only to the snapshot
10370
+ # owner.
10169
10371
  # @return [Array<Types::AccountWithRestoreAccess>]
10170
10372
  #
10171
10373
  # @!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
10174
- # cluster. The owner can perform all snapshot actions, such as sharing
10175
- # a manual snapshot.
10374
+ # For manual snapshots, the account used to create or copy the
10375
+ # snapshot. For automatic snapshots, the owner of the cluster. The
10376
+ # owner can perform all snapshot actions, such as sharing a manual
10377
+ # snapshot.
10176
10378
  # @return [String]
10177
10379
  #
10178
10380
  # @!attribute [rw] total_backup_size_in_mega_bytes
@@ -10316,7 +10518,7 @@ module Aws::Redshift
10316
10518
 
10317
10519
  # The snapshot copy grant that grants Amazon Redshift permission to
10318
10520
  # encrypt copied snapshots with the specified customer master key (CMK)
10319
- # from AWS KMS in the destination region.
10521
+ # from Amazon Web Services KMS in the destination region.
10320
10522
  #
10321
10523
  # For more information about managing snapshot copy grants, go to
10322
10524
  # [Amazon Redshift Database Encryption][1] in the *Amazon Redshift
@@ -10331,8 +10533,8 @@ module Aws::Redshift
10331
10533
  # @return [String]
10332
10534
  #
10333
10535
  # @!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.
10536
+ # The unique identifier of the customer master key (CMK) in Amazon Web
10537
+ # Services KMS to which Amazon Redshift is granted permission.
10336
10538
  # @return [String]
10337
10539
  #
10338
10540
  # @!attribute [rw] tags
@@ -10360,10 +10562,10 @@ module Aws::Redshift
10360
10562
  # An optional parameter that specifies the starting point to return a
10361
10563
  # set of response records. When the results of a
10362
10564
  # `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.
10565
+ # `MaxRecords`, Amazon Web Services returns a value in the `Marker`
10566
+ # field of the response. You can retrieve the next set of response
10567
+ # records by providing the returned marker value in the `Marker`
10568
+ # parameter and retrying the request.
10367
10569
  #
10368
10570
  # Constraints: You can specify either the **SnapshotCopyGrantName**
10369
10571
  # parameter or the **Marker** parameter, but not both.
@@ -10390,8 +10592,8 @@ module Aws::Redshift
10390
10592
  #
10391
10593
  class SnapshotCopyGrantNotFoundFault < Aws::EmptyStructure; end
10392
10594
 
10393
- # The AWS account has exceeded the maximum number of snapshot copy
10394
- # grants in this region.
10595
+ # The account has exceeded the maximum number of snapshot copy grants in
10596
+ # this region.
10395
10597
  #
10396
10598
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyGrantQuotaExceededFault AWS API Documentation
10397
10599
  #
@@ -10942,7 +11144,7 @@ module Aws::Redshift
10942
11144
  # }
10943
11145
  #
10944
11146
  # @!attribute [rw] account_id
10945
- # The AWS account ID that owns the cluster.
11147
+ # The Region ID that owns the cluster.
10946
11148
  # @return [String]
10947
11149
  #
10948
11150
  # @!attribute [rw] cluster_identifier