aws-sdk-redshift 1.61.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')
@@ -176,6 +188,8 @@ module Aws::Redshift
176
188
  DescribeLoggingStatusMessage = Shapes::StructureShape.new(name: 'DescribeLoggingStatusMessage')
177
189
  DescribeNodeConfigurationOptionsMessage = Shapes::StructureShape.new(name: 'DescribeNodeConfigurationOptionsMessage')
178
190
  DescribeOrderableClusterOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableClusterOptionsMessage')
191
+ DescribePartnersInputMessage = Shapes::StructureShape.new(name: 'DescribePartnersInputMessage')
192
+ DescribePartnersOutputMessage = Shapes::StructureShape.new(name: 'DescribePartnersOutputMessage')
179
193
  DescribeReservedNodeOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodeOfferingsMessage')
180
194
  DescribeReservedNodesMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodesMessage')
181
195
  DescribeResizeMessage = Shapes::StructureShape.new(name: 'DescribeResizeMessage')
@@ -253,6 +267,7 @@ module Aws::Redshift
253
267
  InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault')
254
268
  Integer = Shapes::IntegerShape.new(name: 'Integer')
255
269
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
270
+ InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault')
256
271
  InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault')
257
272
  InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault')
258
273
  InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault')
@@ -288,6 +303,8 @@ module Aws::Redshift
288
303
  Mode = Shapes::StringShape.new(name: 'Mode')
289
304
  ModifyAquaInputMessage = Shapes::StructureShape.new(name: 'ModifyAquaInputMessage')
290
305
  ModifyAquaOutputMessage = Shapes::StructureShape.new(name: 'ModifyAquaOutputMessage')
306
+ ModifyAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'ModifyAuthenticationProfileMessage')
307
+ ModifyAuthenticationProfileResult = Shapes::StructureShape.new(name: 'ModifyAuthenticationProfileResult')
291
308
  ModifyClusterDbRevisionMessage = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionMessage')
292
309
  ModifyClusterDbRevisionResult = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionResult')
293
310
  ModifyClusterIamRolesMessage = Shapes::StructureShape.new(name: 'ModifyClusterIamRolesMessage')
@@ -328,6 +345,17 @@ module Aws::Redshift
328
345
  ParameterApplyType = Shapes::StringShape.new(name: 'ParameterApplyType')
329
346
  ParameterGroupList = Shapes::ListShape.new(name: 'ParameterGroupList')
330
347
  ParametersList = Shapes::ListShape.new(name: 'ParametersList')
348
+ PartnerIntegrationAccountId = Shapes::StringShape.new(name: 'PartnerIntegrationAccountId')
349
+ PartnerIntegrationClusterIdentifier = Shapes::StringShape.new(name: 'PartnerIntegrationClusterIdentifier')
350
+ PartnerIntegrationDatabaseName = Shapes::StringShape.new(name: 'PartnerIntegrationDatabaseName')
351
+ PartnerIntegrationInfo = Shapes::StructureShape.new(name: 'PartnerIntegrationInfo')
352
+ PartnerIntegrationInfoList = Shapes::ListShape.new(name: 'PartnerIntegrationInfoList')
353
+ PartnerIntegrationInputMessage = Shapes::StructureShape.new(name: 'PartnerIntegrationInputMessage')
354
+ PartnerIntegrationOutputMessage = Shapes::StructureShape.new(name: 'PartnerIntegrationOutputMessage')
355
+ PartnerIntegrationPartnerName = Shapes::StringShape.new(name: 'PartnerIntegrationPartnerName')
356
+ PartnerIntegrationStatus = Shapes::StringShape.new(name: 'PartnerIntegrationStatus')
357
+ PartnerIntegrationStatusMessage = Shapes::StringShape.new(name: 'PartnerIntegrationStatusMessage')
358
+ PartnerNotFoundFault = Shapes::StructureShape.new(name: 'PartnerNotFoundFault')
331
359
  PauseClusterMessage = Shapes::StructureShape.new(name: 'PauseClusterMessage')
332
360
  PauseClusterResult = Shapes::StructureShape.new(name: 'PauseClusterResult')
333
361
  PendingActionsList = Shapes::ListShape.new(name: 'PendingActionsList')
@@ -455,9 +483,11 @@ module Aws::Redshift
455
483
  TrackList = Shapes::ListShape.new(name: 'TrackList')
456
484
  TrackListMessage = Shapes::StructureShape.new(name: 'TrackListMessage')
457
485
  UnauthorizedOperation = Shapes::StructureShape.new(name: 'UnauthorizedOperation')
486
+ UnauthorizedPartnerIntegrationFault = Shapes::StructureShape.new(name: 'UnauthorizedPartnerIntegrationFault')
458
487
  UnknownSnapshotCopyRegionFault = Shapes::StructureShape.new(name: 'UnknownSnapshotCopyRegionFault')
459
488
  UnsupportedOperationFault = Shapes::StructureShape.new(name: 'UnsupportedOperationFault')
460
489
  UnsupportedOptionFault = Shapes::StructureShape.new(name: 'UnsupportedOptionFault')
490
+ UpdatePartnerStatusInputMessage = Shapes::StructureShape.new(name: 'UpdatePartnerStatusInputMessage')
461
491
  UpdateTarget = Shapes::StructureShape.new(name: 'UpdateTarget')
462
492
  UsageLimit = Shapes::StructureShape.new(name: 'UsageLimit')
463
493
  UsageLimitAlreadyExistsFault = Shapes::StructureShape.new(name: 'UsageLimitAlreadyExistsFault')
@@ -515,6 +545,18 @@ module Aws::Redshift
515
545
  AttributeValueTarget.add_member(:attribute_value, Shapes::ShapeRef.new(shape: String, location_name: "AttributeValue"))
516
546
  AttributeValueTarget.struct_class = Types::AttributeValueTarget
517
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
+
518
560
  AuthorizationAlreadyExistsFault.struct_class = Types::AuthorizationAlreadyExistsFault
519
561
 
520
562
  AuthorizationNotFoundFault.struct_class = Types::AuthorizationNotFoundFault
@@ -799,6 +841,14 @@ module Aws::Redshift
799
841
 
800
842
  CopyToRegionDisabledFault.struct_class = Types::CopyToRegionDisabledFault
801
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
+
802
852
  CreateClusterMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
803
853
  CreateClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
804
854
  CreateClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
@@ -975,6 +1025,12 @@ module Aws::Redshift
975
1025
 
976
1026
  DeferredMaintenanceWindowsList.member = Shapes::ShapeRef.new(shape: DeferredMaintenanceWindow, location_name: "DeferredMaintenanceWindow")
977
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
+
978
1034
  DeleteClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
979
1035
  DeleteClusterMessage.add_member(:skip_final_cluster_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalClusterSnapshot"))
980
1036
  DeleteClusterMessage.add_member(:final_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalClusterSnapshotIdentifier"))
@@ -1037,6 +1093,12 @@ module Aws::Redshift
1037
1093
  DescribeAccountAttributesMessage.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributeNames"))
1038
1094
  DescribeAccountAttributesMessage.struct_class = Types::DescribeAccountAttributesMessage
1039
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
+
1040
1102
  DescribeClusterDbRevisionsMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
1041
1103
  DescribeClusterDbRevisionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1042
1104
  DescribeClusterDbRevisionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1175,6 +1237,15 @@ module Aws::Redshift
1175
1237
  DescribeOrderableClusterOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1176
1238
  DescribeOrderableClusterOptionsMessage.struct_class = Types::DescribeOrderableClusterOptionsMessage
1177
1239
 
1240
+ DescribePartnersInputMessage.add_member(:account_id, Shapes::ShapeRef.new(shape: PartnerIntegrationAccountId, required: true, location_name: "AccountId"))
1241
+ DescribePartnersInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: PartnerIntegrationClusterIdentifier, required: true, location_name: "ClusterIdentifier"))
1242
+ DescribePartnersInputMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: PartnerIntegrationDatabaseName, location_name: "DatabaseName"))
1243
+ DescribePartnersInputMessage.add_member(:partner_name, Shapes::ShapeRef.new(shape: PartnerIntegrationPartnerName, location_name: "PartnerName"))
1244
+ DescribePartnersInputMessage.struct_class = Types::DescribePartnersInputMessage
1245
+
1246
+ DescribePartnersOutputMessage.add_member(:partner_integration_info_list, Shapes::ShapeRef.new(shape: PartnerIntegrationInfoList, location_name: "PartnerIntegrationInfoList"))
1247
+ DescribePartnersOutputMessage.struct_class = Types::DescribePartnersOutputMessage
1248
+
1178
1249
  DescribeReservedNodeOfferingsMessage.add_member(:reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeOfferingId"))
1179
1250
  DescribeReservedNodeOfferingsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1180
1251
  DescribeReservedNodeOfferingsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1468,6 +1539,8 @@ module Aws::Redshift
1468
1539
 
1469
1540
  InsufficientS3BucketPolicyFault.struct_class = Types::InsufficientS3BucketPolicyFault
1470
1541
 
1542
+ InvalidAuthenticationProfileRequestFault.struct_class = Types::InvalidAuthenticationProfileRequestFault
1543
+
1471
1544
  InvalidAuthorizationStateFault.struct_class = Types::InvalidAuthorizationStateFault
1472
1545
 
1473
1546
  InvalidClusterParameterGroupStateFault.struct_class = Types::InvalidClusterParameterGroupStateFault
@@ -1544,6 +1617,14 @@ module Aws::Redshift
1544
1617
  ModifyAquaOutputMessage.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
1545
1618
  ModifyAquaOutputMessage.struct_class = Types::ModifyAquaOutputMessage
1546
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
+
1547
1628
  ModifyClusterDbRevisionMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1548
1629
  ModifyClusterDbRevisionMessage.add_member(:revision_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RevisionTarget"))
1549
1630
  ModifyClusterDbRevisionMessage.struct_class = Types::ModifyClusterDbRevisionMessage
@@ -1726,6 +1807,28 @@ module Aws::Redshift
1726
1807
 
1727
1808
  ParametersList.member = Shapes::ShapeRef.new(shape: Parameter, location_name: "Parameter")
1728
1809
 
1810
+ PartnerIntegrationInfo.add_member(:database_name, Shapes::ShapeRef.new(shape: PartnerIntegrationDatabaseName, location_name: "DatabaseName"))
1811
+ PartnerIntegrationInfo.add_member(:partner_name, Shapes::ShapeRef.new(shape: PartnerIntegrationPartnerName, location_name: "PartnerName"))
1812
+ PartnerIntegrationInfo.add_member(:status, Shapes::ShapeRef.new(shape: PartnerIntegrationStatus, location_name: "Status"))
1813
+ PartnerIntegrationInfo.add_member(:status_message, Shapes::ShapeRef.new(shape: PartnerIntegrationStatusMessage, location_name: "StatusMessage"))
1814
+ PartnerIntegrationInfo.add_member(:created_at, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedAt"))
1815
+ PartnerIntegrationInfo.add_member(:updated_at, Shapes::ShapeRef.new(shape: TStamp, location_name: "UpdatedAt"))
1816
+ PartnerIntegrationInfo.struct_class = Types::PartnerIntegrationInfo
1817
+
1818
+ PartnerIntegrationInfoList.member = Shapes::ShapeRef.new(shape: PartnerIntegrationInfo, location_name: "PartnerIntegrationInfo")
1819
+
1820
+ PartnerIntegrationInputMessage.add_member(:account_id, Shapes::ShapeRef.new(shape: PartnerIntegrationAccountId, required: true, location_name: "AccountId"))
1821
+ PartnerIntegrationInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: PartnerIntegrationClusterIdentifier, required: true, location_name: "ClusterIdentifier"))
1822
+ PartnerIntegrationInputMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: PartnerIntegrationDatabaseName, required: true, location_name: "DatabaseName"))
1823
+ PartnerIntegrationInputMessage.add_member(:partner_name, Shapes::ShapeRef.new(shape: PartnerIntegrationPartnerName, required: true, location_name: "PartnerName"))
1824
+ PartnerIntegrationInputMessage.struct_class = Types::PartnerIntegrationInputMessage
1825
+
1826
+ PartnerIntegrationOutputMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: PartnerIntegrationDatabaseName, location_name: "DatabaseName"))
1827
+ PartnerIntegrationOutputMessage.add_member(:partner_name, Shapes::ShapeRef.new(shape: PartnerIntegrationPartnerName, location_name: "PartnerName"))
1828
+ PartnerIntegrationOutputMessage.struct_class = Types::PartnerIntegrationOutputMessage
1829
+
1830
+ PartnerNotFoundFault.struct_class = Types::PartnerNotFoundFault
1831
+
1729
1832
  PauseClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1730
1833
  PauseClusterMessage.struct_class = Types::PauseClusterMessage
1731
1834
 
@@ -2194,12 +2297,22 @@ module Aws::Redshift
2194
2297
 
2195
2298
  UnauthorizedOperation.struct_class = Types::UnauthorizedOperation
2196
2299
 
2300
+ UnauthorizedPartnerIntegrationFault.struct_class = Types::UnauthorizedPartnerIntegrationFault
2301
+
2197
2302
  UnknownSnapshotCopyRegionFault.struct_class = Types::UnknownSnapshotCopyRegionFault
2198
2303
 
2199
2304
  UnsupportedOperationFault.struct_class = Types::UnsupportedOperationFault
2200
2305
 
2201
2306
  UnsupportedOptionFault.struct_class = Types::UnsupportedOptionFault
2202
2307
 
2308
+ UpdatePartnerStatusInputMessage.add_member(:account_id, Shapes::ShapeRef.new(shape: PartnerIntegrationAccountId, required: true, location_name: "AccountId"))
2309
+ UpdatePartnerStatusInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: PartnerIntegrationClusterIdentifier, required: true, location_name: "ClusterIdentifier"))
2310
+ UpdatePartnerStatusInputMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: PartnerIntegrationDatabaseName, required: true, location_name: "DatabaseName"))
2311
+ UpdatePartnerStatusInputMessage.add_member(:partner_name, Shapes::ShapeRef.new(shape: PartnerIntegrationPartnerName, required: true, location_name: "PartnerName"))
2312
+ UpdatePartnerStatusInputMessage.add_member(:status, Shapes::ShapeRef.new(shape: PartnerIntegrationStatus, required: true, location_name: "Status"))
2313
+ UpdatePartnerStatusInputMessage.add_member(:status_message, Shapes::ShapeRef.new(shape: PartnerIntegrationStatusMessage, location_name: "StatusMessage"))
2314
+ UpdatePartnerStatusInputMessage.struct_class = Types::UpdatePartnerStatusInputMessage
2315
+
2203
2316
  UpdateTarget.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
2204
2317
  UpdateTarget.add_member(:database_version, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseVersion"))
2205
2318
  UpdateTarget.add_member(:supported_operations, Shapes::ShapeRef.new(shape: SupportedOperationList, location_name: "SupportedOperations"))
@@ -2276,6 +2389,17 @@ module Aws::Redshift
2276
2389
  o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyExistsFault)
2277
2390
  end)
2278
2391
 
2392
+ api.add_operation(:add_partner, Seahorse::Model::Operation.new.tap do |o|
2393
+ o.name = "AddPartner"
2394
+ o.http_method = "POST"
2395
+ o.http_request_uri = "/"
2396
+ o.input = Shapes::ShapeRef.new(shape: PartnerIntegrationInputMessage)
2397
+ o.output = Shapes::ShapeRef.new(shape: PartnerIntegrationOutputMessage)
2398
+ o.errors << Shapes::ShapeRef.new(shape: PartnerNotFoundFault)
2399
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
2400
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
2401
+ end)
2402
+
2279
2403
  api.add_operation(:authorize_cluster_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
2280
2404
  o.name = "AuthorizeClusterSecurityGroupIngress"
2281
2405
  o.http_method = "POST"
@@ -2360,6 +2484,17 @@ module Aws::Redshift
2360
2484
  o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2361
2485
  end)
2362
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
+
2363
2498
  api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
2364
2499
  o.name = "CreateCluster"
2365
2500
  o.http_method = "POST"
@@ -2575,6 +2710,16 @@ module Aws::Redshift
2575
2710
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
2576
2711
  end)
2577
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
+
2578
2723
  api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
2579
2724
  o.name = "DeleteCluster"
2580
2725
  o.http_method = "POST"
@@ -2672,6 +2817,17 @@ module Aws::Redshift
2672
2817
  o.errors << Shapes::ShapeRef.new(shape: HsmConfigurationNotFoundFault)
2673
2818
  end)
2674
2819
 
2820
+ api.add_operation(:delete_partner, Seahorse::Model::Operation.new.tap do |o|
2821
+ o.name = "DeletePartner"
2822
+ o.http_method = "POST"
2823
+ o.http_request_uri = "/"
2824
+ o.input = Shapes::ShapeRef.new(shape: PartnerIntegrationInputMessage)
2825
+ o.output = Shapes::ShapeRef.new(shape: PartnerIntegrationOutputMessage)
2826
+ o.errors << Shapes::ShapeRef.new(shape: PartnerNotFoundFault)
2827
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
2828
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
2829
+ end)
2830
+
2675
2831
  api.add_operation(:delete_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
2676
2832
  o.name = "DeleteScheduledAction"
2677
2833
  o.http_method = "POST"
@@ -2730,6 +2886,16 @@ module Aws::Redshift
2730
2886
  o.output = Shapes::ShapeRef.new(shape: AccountAttributeList)
2731
2887
  end)
2732
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
+
2733
2899
  api.add_operation(:describe_cluster_db_revisions, Seahorse::Model::Operation.new.tap do |o|
2734
2900
  o.name = "DescribeClusterDbRevisions"
2735
2901
  o.http_method = "POST"
@@ -2895,6 +3061,12 @@ module Aws::Redshift
2895
3061
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
2896
3062
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
2897
3063
  o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundFault)
3064
+ o[:pager] = Aws::Pager.new(
3065
+ limit_key: "max_records",
3066
+ tokens: {
3067
+ "marker" => "marker"
3068
+ }
3069
+ )
2898
3070
  end)
2899
3071
 
2900
3072
  api.add_operation(:describe_endpoint_authorization, Seahorse::Model::Operation.new.tap do |o|
@@ -2905,6 +3077,12 @@ module Aws::Redshift
2905
3077
  o.output = Shapes::ShapeRef.new(shape: EndpointAuthorizationList)
2906
3078
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
2907
3079
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3080
+ o[:pager] = Aws::Pager.new(
3081
+ limit_key: "max_records",
3082
+ tokens: {
3083
+ "marker" => "marker"
3084
+ }
3085
+ )
2908
3086
  end)
2909
3087
 
2910
3088
  api.add_operation(:describe_event_categories, Seahorse::Model::Operation.new.tap do |o|
@@ -3018,6 +3196,16 @@ module Aws::Redshift
3018
3196
  )
3019
3197
  end)
3020
3198
 
3199
+ api.add_operation(:describe_partners, Seahorse::Model::Operation.new.tap do |o|
3200
+ o.name = "DescribePartners"
3201
+ o.http_method = "POST"
3202
+ o.http_request_uri = "/"
3203
+ o.input = Shapes::ShapeRef.new(shape: DescribePartnersInputMessage)
3204
+ o.output = Shapes::ShapeRef.new(shape: DescribePartnersOutputMessage)
3205
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3206
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
3207
+ end)
3208
+
3021
3209
  api.add_operation(:describe_reserved_node_offerings, Seahorse::Model::Operation.new.tap do |o|
3022
3210
  o.name = "DescribeReservedNodeOfferings"
3023
3211
  o.http_method = "POST"
@@ -3170,6 +3358,7 @@ module Aws::Redshift
3170
3358
  o.input = Shapes::ShapeRef.new(shape: DisableLoggingMessage)
3171
3359
  o.output = Shapes::ShapeRef.new(shape: LoggingStatus)
3172
3360
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3361
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
3173
3362
  end)
3174
3363
 
3175
3364
  api.add_operation(:disable_snapshot_copy, Seahorse::Model::Operation.new.tap do |o|
@@ -3254,9 +3443,21 @@ module Aws::Redshift
3254
3443
  o.input = Shapes::ShapeRef.new(shape: ModifyAquaInputMessage)
3255
3444
  o.output = Shapes::ShapeRef.new(shape: ModifyAquaOutputMessage)
3256
3445
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3446
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
3257
3447
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3258
3448
  end)
3259
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
+
3260
3461
  api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
3261
3462
  o.name = "ModifyCluster"
3262
3463
  o.http_method = "POST"
@@ -3605,6 +3806,17 @@ module Aws::Redshift
3605
3806
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
3606
3807
  o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
3607
3808
  end)
3809
+
3810
+ api.add_operation(:update_partner_status, Seahorse::Model::Operation.new.tap do |o|
3811
+ o.name = "UpdatePartnerStatus"
3812
+ o.http_method = "POST"
3813
+ o.http_request_uri = "/"
3814
+ o.input = Shapes::ShapeRef.new(shape: UpdatePartnerStatusInputMessage)
3815
+ o.output = Shapes::ShapeRef.new(shape: PartnerIntegrationOutputMessage)
3816
+ o.errors << Shapes::ShapeRef.new(shape: PartnerNotFoundFault)
3817
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3818
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
3819
+ end)
3608
3820
  end
3609
3821
 
3610
3822
  end
@@ -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}
@@ -103,6 +107,7 @@ module Aws::Redshift
103
107
  # * {LimitExceededFault}
104
108
  # * {NumberOfNodesPerClusterLimitExceededFault}
105
109
  # * {NumberOfNodesQuotaExceededFault}
110
+ # * {PartnerNotFoundFault}
106
111
  # * {ReservedNodeAlreadyExistsFault}
107
112
  # * {ReservedNodeAlreadyMigratedFault}
108
113
  # * {ReservedNodeNotFoundFault}
@@ -139,6 +144,7 @@ module Aws::Redshift
139
144
  # * {TableRestoreNotFoundFault}
140
145
  # * {TagLimitExceededFault}
141
146
  # * {UnauthorizedOperation}
147
+ # * {UnauthorizedPartnerIntegrationFault}
142
148
  # * {UnknownSnapshotCopyRegionFault}
143
149
  # * {UnsupportedOperationFault}
144
150
  # * {UnsupportedOptionFault}
@@ -171,6 +177,36 @@ module Aws::Redshift
171
177
  end
172
178
  end
173
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
+
174
210
  class AuthorizationAlreadyExistsFault < ServiceError
175
211
 
176
212
  # @param [Seahorse::Client::RequestContext] context
@@ -611,6 +647,16 @@ module Aws::Redshift
611
647
  end
612
648
  end
613
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
+
614
660
  class InvalidAuthorizationStateFault < ServiceError
615
661
 
616
662
  # @param [Seahorse::Client::RequestContext] context
@@ -911,6 +957,16 @@ module Aws::Redshift
911
957
  end
912
958
  end
913
959
 
960
+ class PartnerNotFoundFault < ServiceError
961
+
962
+ # @param [Seahorse::Client::RequestContext] context
963
+ # @param [String] message
964
+ # @param [Aws::Redshift::Types::PartnerNotFoundFault] data
965
+ def initialize(context, message, data = Aws::EmptyStructure.new)
966
+ super(context, message, data)
967
+ end
968
+ end
969
+
914
970
  class ReservedNodeAlreadyExistsFault < ServiceError
915
971
 
916
972
  # @param [Seahorse::Client::RequestContext] context
@@ -1271,6 +1327,16 @@ module Aws::Redshift
1271
1327
  end
1272
1328
  end
1273
1329
 
1330
+ class UnauthorizedPartnerIntegrationFault < ServiceError
1331
+
1332
+ # @param [Seahorse::Client::RequestContext] context
1333
+ # @param [String] message
1334
+ # @param [Aws::Redshift::Types::UnauthorizedPartnerIntegrationFault] data
1335
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1336
+ super(context, message, data)
1337
+ end
1338
+ end
1339
+
1274
1340
  class UnknownSnapshotCopyRegionFault < ServiceError
1275
1341
 
1276
1342
  # @param [Seahorse::Client::RequestContext] context