aws-sdk-redshift 1.64.0 → 1.68.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,17 +25,25 @@ module Aws::Redshift
25
25
  AquaConfiguration = Shapes::StructureShape.new(name: 'AquaConfiguration')
26
26
  AquaConfigurationStatus = Shapes::StringShape.new(name: 'AquaConfigurationStatus')
27
27
  AquaStatus = Shapes::StringShape.new(name: 'AquaStatus')
28
+ AssociateDataShareConsumerMessage = Shapes::StructureShape.new(name: 'AssociateDataShareConsumerMessage')
28
29
  AssociatedClusterList = Shapes::ListShape.new(name: 'AssociatedClusterList')
29
30
  AttributeList = Shapes::ListShape.new(name: 'AttributeList')
30
31
  AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
31
32
  AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
32
33
  AttributeValueTarget = Shapes::StructureShape.new(name: 'AttributeValueTarget')
34
+ AuthenticationProfile = Shapes::StructureShape.new(name: 'AuthenticationProfile')
35
+ AuthenticationProfileAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthenticationProfileAlreadyExistsFault')
36
+ AuthenticationProfileList = Shapes::ListShape.new(name: 'AuthenticationProfileList')
37
+ AuthenticationProfileNameString = Shapes::StringShape.new(name: 'AuthenticationProfileNameString')
38
+ AuthenticationProfileNotFoundFault = Shapes::StructureShape.new(name: 'AuthenticationProfileNotFoundFault')
39
+ AuthenticationProfileQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthenticationProfileQuotaExceededFault')
33
40
  AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
34
41
  AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
35
42
  AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault')
36
43
  AuthorizationStatus = Shapes::StringShape.new(name: 'AuthorizationStatus')
37
44
  AuthorizeClusterSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressMessage')
38
45
  AuthorizeClusterSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressResult')
46
+ AuthorizeDataShareMessage = Shapes::StructureShape.new(name: 'AuthorizeDataShareMessage')
39
47
  AuthorizeEndpointAccessMessage = Shapes::StructureShape.new(name: 'AuthorizeEndpointAccessMessage')
40
48
  AuthorizeSnapshotAccessMessage = Shapes::StructureShape.new(name: 'AuthorizeSnapshotAccessMessage')
41
49
  AuthorizeSnapshotAccessResult = Shapes::StructureShape.new(name: 'AuthorizeSnapshotAccessResult')
@@ -106,6 +114,8 @@ module Aws::Redshift
106
114
  CopyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyClusterSnapshotMessage')
107
115
  CopyClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyClusterSnapshotResult')
108
116
  CopyToRegionDisabledFault = Shapes::StructureShape.new(name: 'CopyToRegionDisabledFault')
117
+ CreateAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileMessage')
118
+ CreateAuthenticationProfileResult = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileResult')
109
119
  CreateClusterMessage = Shapes::StructureShape.new(name: 'CreateClusterMessage')
110
120
  CreateClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateClusterParameterGroupMessage')
111
121
  CreateClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CreateClusterParameterGroupResult')
@@ -130,11 +140,21 @@ module Aws::Redshift
130
140
  CreateTagsMessage = Shapes::StructureShape.new(name: 'CreateTagsMessage')
131
141
  CreateUsageLimitMessage = Shapes::StructureShape.new(name: 'CreateUsageLimitMessage')
132
142
  CustomerStorageMessage = Shapes::StructureShape.new(name: 'CustomerStorageMessage')
143
+ DataShare = Shapes::StructureShape.new(name: 'DataShare')
144
+ DataShareAssociation = Shapes::StructureShape.new(name: 'DataShareAssociation')
145
+ DataShareAssociationList = Shapes::ListShape.new(name: 'DataShareAssociationList')
146
+ DataShareList = Shapes::ListShape.new(name: 'DataShareList')
147
+ DataShareStatus = Shapes::StringShape.new(name: 'DataShareStatus')
148
+ DataShareStatusForConsumer = Shapes::StringShape.new(name: 'DataShareStatusForConsumer')
149
+ DataShareStatusForProducer = Shapes::StringShape.new(name: 'DataShareStatusForProducer')
133
150
  DataTransferProgress = Shapes::StructureShape.new(name: 'DataTransferProgress')
134
151
  DbGroupList = Shapes::ListShape.new(name: 'DbGroupList')
152
+ DeauthorizeDataShareMessage = Shapes::StructureShape.new(name: 'DeauthorizeDataShareMessage')
135
153
  DefaultClusterParameters = Shapes::StructureShape.new(name: 'DefaultClusterParameters')
136
154
  DeferredMaintenanceWindow = Shapes::StructureShape.new(name: 'DeferredMaintenanceWindow')
137
155
  DeferredMaintenanceWindowsList = Shapes::ListShape.new(name: 'DeferredMaintenanceWindowsList')
156
+ DeleteAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'DeleteAuthenticationProfileMessage')
157
+ DeleteAuthenticationProfileResult = Shapes::StructureShape.new(name: 'DeleteAuthenticationProfileResult')
138
158
  DeleteClusterMessage = Shapes::StructureShape.new(name: 'DeleteClusterMessage')
139
159
  DeleteClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteClusterParameterGroupMessage')
140
160
  DeleteClusterResult = Shapes::StructureShape.new(name: 'DeleteClusterResult')
@@ -155,6 +175,8 @@ module Aws::Redshift
155
175
  DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault')
156
176
  DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault')
157
177
  DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
178
+ DescribeAuthenticationProfilesMessage = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfilesMessage')
179
+ DescribeAuthenticationProfilesResult = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfilesResult')
158
180
  DescribeClusterDbRevisionsMessage = Shapes::StructureShape.new(name: 'DescribeClusterDbRevisionsMessage')
159
181
  DescribeClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeClusterParameterGroupsMessage')
160
182
  DescribeClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeClusterParametersMessage')
@@ -164,6 +186,12 @@ module Aws::Redshift
164
186
  DescribeClusterTracksMessage = Shapes::StructureShape.new(name: 'DescribeClusterTracksMessage')
165
187
  DescribeClusterVersionsMessage = Shapes::StructureShape.new(name: 'DescribeClusterVersionsMessage')
166
188
  DescribeClustersMessage = Shapes::StructureShape.new(name: 'DescribeClustersMessage')
189
+ DescribeDataSharesForConsumerMessage = Shapes::StructureShape.new(name: 'DescribeDataSharesForConsumerMessage')
190
+ DescribeDataSharesForConsumerResult = Shapes::StructureShape.new(name: 'DescribeDataSharesForConsumerResult')
191
+ DescribeDataSharesForProducerMessage = Shapes::StructureShape.new(name: 'DescribeDataSharesForProducerMessage')
192
+ DescribeDataSharesForProducerResult = Shapes::StructureShape.new(name: 'DescribeDataSharesForProducerResult')
193
+ DescribeDataSharesMessage = Shapes::StructureShape.new(name: 'DescribeDataSharesMessage')
194
+ DescribeDataSharesResult = Shapes::StructureShape.new(name: 'DescribeDataSharesResult')
167
195
  DescribeDefaultClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeDefaultClusterParametersMessage')
168
196
  DescribeDefaultClusterParametersResult = Shapes::StructureShape.new(name: 'DescribeDefaultClusterParametersResult')
169
197
  DescribeEndpointAccessMessage = Shapes::StructureShape.new(name: 'DescribeEndpointAccessMessage')
@@ -191,6 +219,7 @@ module Aws::Redshift
191
219
  DisableLoggingMessage = Shapes::StructureShape.new(name: 'DisableLoggingMessage')
192
220
  DisableSnapshotCopyMessage = Shapes::StructureShape.new(name: 'DisableSnapshotCopyMessage')
193
221
  DisableSnapshotCopyResult = Shapes::StructureShape.new(name: 'DisableSnapshotCopyResult')
222
+ DisassociateDataShareConsumerMessage = Shapes::StructureShape.new(name: 'DisassociateDataShareConsumerMessage')
194
223
  Double = Shapes::FloatShape.new(name: 'Double')
195
224
  DoubleOptional = Shapes::FloatShape.new(name: 'DoubleOptional')
196
225
  EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
@@ -255,6 +284,7 @@ module Aws::Redshift
255
284
  InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault')
256
285
  Integer = Shapes::IntegerShape.new(name: 'Integer')
257
286
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
287
+ InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault')
258
288
  InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault')
259
289
  InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault')
260
290
  InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault')
@@ -264,10 +294,12 @@ module Aws::Redshift
264
294
  InvalidClusterSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetGroupStateFault')
265
295
  InvalidClusterSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetStateFault')
266
296
  InvalidClusterTrackFault = Shapes::StructureShape.new(name: 'InvalidClusterTrackFault')
297
+ InvalidDataShareFault = Shapes::StructureShape.new(name: 'InvalidDataShareFault')
267
298
  InvalidElasticIpFault = Shapes::StructureShape.new(name: 'InvalidElasticIpFault')
268
299
  InvalidEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidEndpointStateFault')
269
300
  InvalidHsmClientCertificateStateFault = Shapes::StructureShape.new(name: 'InvalidHsmClientCertificateStateFault')
270
301
  InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault')
302
+ InvalidNamespaceFault = Shapes::StructureShape.new(name: 'InvalidNamespaceFault')
271
303
  InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault')
272
304
  InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
273
305
  InvalidRetentionPeriodFault = Shapes::StructureShape.new(name: 'InvalidRetentionPeriodFault')
@@ -290,6 +322,8 @@ module Aws::Redshift
290
322
  Mode = Shapes::StringShape.new(name: 'Mode')
291
323
  ModifyAquaInputMessage = Shapes::StructureShape.new(name: 'ModifyAquaInputMessage')
292
324
  ModifyAquaOutputMessage = Shapes::StructureShape.new(name: 'ModifyAquaOutputMessage')
325
+ ModifyAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'ModifyAuthenticationProfileMessage')
326
+ ModifyAuthenticationProfileResult = Shapes::StructureShape.new(name: 'ModifyAuthenticationProfileResult')
293
327
  ModifyClusterDbRevisionMessage = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionMessage')
294
328
  ModifyClusterDbRevisionResult = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionResult')
295
329
  ModifyClusterIamRolesMessage = Shapes::StructureShape.new(name: 'ModifyClusterIamRolesMessage')
@@ -351,6 +385,7 @@ module Aws::Redshift
351
385
  RebootClusterResult = Shapes::StructureShape.new(name: 'RebootClusterResult')
352
386
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
353
387
  RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
388
+ RejectDataShareMessage = Shapes::StructureShape.new(name: 'RejectDataShareMessage')
354
389
  ReservedNode = Shapes::StructureShape.new(name: 'ReservedNode')
355
390
  ReservedNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyExistsFault')
356
391
  ReservedNodeAlreadyMigratedFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyMigratedFault')
@@ -519,6 +554,11 @@ module Aws::Redshift
519
554
  AquaConfiguration.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
520
555
  AquaConfiguration.struct_class = Types::AquaConfiguration
521
556
 
557
+ AssociateDataShareConsumerMessage.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataShareArn"))
558
+ AssociateDataShareConsumerMessage.add_member(:associate_entire_account, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AssociateEntireAccount"))
559
+ AssociateDataShareConsumerMessage.add_member(:consumer_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConsumerArn"))
560
+ AssociateDataShareConsumerMessage.struct_class = Types::AssociateDataShareConsumerMessage
561
+
522
562
  AssociatedClusterList.member = Shapes::ShapeRef.new(shape: ClusterAssociatedToSchedule, location_name: "ClusterAssociatedToSchedule")
523
563
 
524
564
  AttributeList.member = Shapes::ShapeRef.new(shape: AccountAttribute, location_name: "AccountAttribute")
@@ -530,6 +570,18 @@ module Aws::Redshift
530
570
  AttributeValueTarget.add_member(:attribute_value, Shapes::ShapeRef.new(shape: String, location_name: "AttributeValue"))
531
571
  AttributeValueTarget.struct_class = Types::AttributeValueTarget
532
572
 
573
+ AuthenticationProfile.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
574
+ AuthenticationProfile.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, location_name: "AuthenticationProfileContent"))
575
+ AuthenticationProfile.struct_class = Types::AuthenticationProfile
576
+
577
+ AuthenticationProfileAlreadyExistsFault.struct_class = Types::AuthenticationProfileAlreadyExistsFault
578
+
579
+ AuthenticationProfileList.member = Shapes::ShapeRef.new(shape: AuthenticationProfile)
580
+
581
+ AuthenticationProfileNotFoundFault.struct_class = Types::AuthenticationProfileNotFoundFault
582
+
583
+ AuthenticationProfileQuotaExceededFault.struct_class = Types::AuthenticationProfileQuotaExceededFault
584
+
533
585
  AuthorizationAlreadyExistsFault.struct_class = Types::AuthorizationAlreadyExistsFault
534
586
 
535
587
  AuthorizationNotFoundFault.struct_class = Types::AuthorizationNotFoundFault
@@ -545,6 +597,10 @@ module Aws::Redshift
545
597
  AuthorizeClusterSecurityGroupIngressResult.add_member(:cluster_security_group, Shapes::ShapeRef.new(shape: ClusterSecurityGroup, location_name: "ClusterSecurityGroup"))
546
598
  AuthorizeClusterSecurityGroupIngressResult.struct_class = Types::AuthorizeClusterSecurityGroupIngressResult
547
599
 
600
+ AuthorizeDataShareMessage.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataShareArn"))
601
+ AuthorizeDataShareMessage.add_member(:consumer_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConsumerIdentifier"))
602
+ AuthorizeDataShareMessage.struct_class = Types::AuthorizeDataShareMessage
603
+
548
604
  AuthorizeEndpointAccessMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
549
605
  AuthorizeEndpointAccessMessage.add_member(:account, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Account"))
550
606
  AuthorizeEndpointAccessMessage.add_member(:vpc_ids, Shapes::ShapeRef.new(shape: VpcIdentifierList, location_name: "VpcIds"))
@@ -814,6 +870,14 @@ module Aws::Redshift
814
870
 
815
871
  CopyToRegionDisabledFault.struct_class = Types::CopyToRegionDisabledFault
816
872
 
873
+ CreateAuthenticationProfileMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, required: true, location_name: "AuthenticationProfileName"))
874
+ CreateAuthenticationProfileMessage.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AuthenticationProfileContent"))
875
+ CreateAuthenticationProfileMessage.struct_class = Types::CreateAuthenticationProfileMessage
876
+
877
+ CreateAuthenticationProfileResult.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
878
+ CreateAuthenticationProfileResult.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, location_name: "AuthenticationProfileContent"))
879
+ CreateAuthenticationProfileResult.struct_class = Types::CreateAuthenticationProfileResult
880
+
817
881
  CreateClusterMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
818
882
  CreateClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
819
883
  CreateClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
@@ -968,6 +1032,22 @@ module Aws::Redshift
968
1032
  CustomerStorageMessage.add_member(:total_provisioned_storage_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "TotalProvisionedStorageInMegaBytes"))
969
1033
  CustomerStorageMessage.struct_class = Types::CustomerStorageMessage
970
1034
 
1035
+ DataShare.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataShareArn"))
1036
+ DataShare.add_member(:producer_arn, Shapes::ShapeRef.new(shape: String, location_name: "ProducerArn"))
1037
+ DataShare.add_member(:allow_publicly_accessible_consumers, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowPubliclyAccessibleConsumers"))
1038
+ DataShare.add_member(:data_share_associations, Shapes::ShapeRef.new(shape: DataShareAssociationList, location_name: "DataShareAssociations"))
1039
+ DataShare.struct_class = Types::DataShare
1040
+
1041
+ DataShareAssociation.add_member(:consumer_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ConsumerIdentifier"))
1042
+ DataShareAssociation.add_member(:status, Shapes::ShapeRef.new(shape: DataShareStatus, location_name: "Status"))
1043
+ DataShareAssociation.add_member(:created_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedDate"))
1044
+ DataShareAssociation.add_member(:status_change_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "StatusChangeDate"))
1045
+ DataShareAssociation.struct_class = Types::DataShareAssociation
1046
+
1047
+ DataShareAssociationList.member = Shapes::ShapeRef.new(shape: DataShareAssociation)
1048
+
1049
+ DataShareList.member = Shapes::ShapeRef.new(shape: DataShare)
1050
+
971
1051
  DataTransferProgress.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
972
1052
  DataTransferProgress.add_member(:current_rate_in_mega_bytes_per_second, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "CurrentRateInMegaBytesPerSecond"))
973
1053
  DataTransferProgress.add_member(:total_data_in_mega_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "TotalDataInMegaBytes"))
@@ -978,6 +1058,10 @@ module Aws::Redshift
978
1058
 
979
1059
  DbGroupList.member = Shapes::ShapeRef.new(shape: String, location_name: "DbGroup")
980
1060
 
1061
+ DeauthorizeDataShareMessage.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataShareArn"))
1062
+ DeauthorizeDataShareMessage.add_member(:consumer_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConsumerIdentifier"))
1063
+ DeauthorizeDataShareMessage.struct_class = Types::DeauthorizeDataShareMessage
1064
+
981
1065
  DefaultClusterParameters.add_member(:parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupFamily"))
982
1066
  DefaultClusterParameters.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
983
1067
  DefaultClusterParameters.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
@@ -990,6 +1074,12 @@ module Aws::Redshift
990
1074
 
991
1075
  DeferredMaintenanceWindowsList.member = Shapes::ShapeRef.new(shape: DeferredMaintenanceWindow, location_name: "DeferredMaintenanceWindow")
992
1076
 
1077
+ DeleteAuthenticationProfileMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, required: true, location_name: "AuthenticationProfileName"))
1078
+ DeleteAuthenticationProfileMessage.struct_class = Types::DeleteAuthenticationProfileMessage
1079
+
1080
+ DeleteAuthenticationProfileResult.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
1081
+ DeleteAuthenticationProfileResult.struct_class = Types::DeleteAuthenticationProfileResult
1082
+
993
1083
  DeleteClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
994
1084
  DeleteClusterMessage.add_member(:skip_final_cluster_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalClusterSnapshot"))
995
1085
  DeleteClusterMessage.add_member(:final_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalClusterSnapshotIdentifier"))
@@ -1052,6 +1142,12 @@ module Aws::Redshift
1052
1142
  DescribeAccountAttributesMessage.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributeNames"))
1053
1143
  DescribeAccountAttributesMessage.struct_class = Types::DescribeAccountAttributesMessage
1054
1144
 
1145
+ DescribeAuthenticationProfilesMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
1146
+ DescribeAuthenticationProfilesMessage.struct_class = Types::DescribeAuthenticationProfilesMessage
1147
+
1148
+ DescribeAuthenticationProfilesResult.add_member(:authentication_profiles, Shapes::ShapeRef.new(shape: AuthenticationProfileList, location_name: "AuthenticationProfiles"))
1149
+ DescribeAuthenticationProfilesResult.struct_class = Types::DescribeAuthenticationProfilesResult
1150
+
1055
1151
  DescribeClusterDbRevisionsMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
1056
1152
  DescribeClusterDbRevisionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1057
1153
  DescribeClusterDbRevisionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1116,6 +1212,35 @@ module Aws::Redshift
1116
1212
  DescribeClustersMessage.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
1117
1213
  DescribeClustersMessage.struct_class = Types::DescribeClustersMessage
1118
1214
 
1215
+ DescribeDataSharesForConsumerMessage.add_member(:consumer_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConsumerArn"))
1216
+ DescribeDataSharesForConsumerMessage.add_member(:status, Shapes::ShapeRef.new(shape: DataShareStatusForConsumer, location_name: "Status"))
1217
+ DescribeDataSharesForConsumerMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1218
+ DescribeDataSharesForConsumerMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1219
+ DescribeDataSharesForConsumerMessage.struct_class = Types::DescribeDataSharesForConsumerMessage
1220
+
1221
+ DescribeDataSharesForConsumerResult.add_member(:data_shares, Shapes::ShapeRef.new(shape: DataShareList, location_name: "DataShares"))
1222
+ DescribeDataSharesForConsumerResult.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1223
+ DescribeDataSharesForConsumerResult.struct_class = Types::DescribeDataSharesForConsumerResult
1224
+
1225
+ DescribeDataSharesForProducerMessage.add_member(:producer_arn, Shapes::ShapeRef.new(shape: String, location_name: "ProducerArn"))
1226
+ DescribeDataSharesForProducerMessage.add_member(:status, Shapes::ShapeRef.new(shape: DataShareStatusForProducer, location_name: "Status"))
1227
+ DescribeDataSharesForProducerMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1228
+ DescribeDataSharesForProducerMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1229
+ DescribeDataSharesForProducerMessage.struct_class = Types::DescribeDataSharesForProducerMessage
1230
+
1231
+ DescribeDataSharesForProducerResult.add_member(:data_shares, Shapes::ShapeRef.new(shape: DataShareList, location_name: "DataShares"))
1232
+ DescribeDataSharesForProducerResult.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1233
+ DescribeDataSharesForProducerResult.struct_class = Types::DescribeDataSharesForProducerResult
1234
+
1235
+ DescribeDataSharesMessage.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataShareArn"))
1236
+ DescribeDataSharesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1237
+ DescribeDataSharesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1238
+ DescribeDataSharesMessage.struct_class = Types::DescribeDataSharesMessage
1239
+
1240
+ DescribeDataSharesResult.add_member(:data_shares, Shapes::ShapeRef.new(shape: DataShareList, location_name: "DataShares"))
1241
+ DescribeDataSharesResult.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1242
+ DescribeDataSharesResult.struct_class = Types::DescribeDataSharesResult
1243
+
1119
1244
  DescribeDefaultClusterParametersMessage.add_member(:parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupFamily"))
1120
1245
  DescribeDefaultClusterParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1121
1246
  DescribeDefaultClusterParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1273,6 +1398,11 @@ module Aws::Redshift
1273
1398
  DisableSnapshotCopyResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
1274
1399
  DisableSnapshotCopyResult.struct_class = Types::DisableSnapshotCopyResult
1275
1400
 
1401
+ DisassociateDataShareConsumerMessage.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataShareArn"))
1402
+ DisassociateDataShareConsumerMessage.add_member(:disassociate_entire_account, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DisassociateEntireAccount"))
1403
+ DisassociateDataShareConsumerMessage.add_member(:consumer_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConsumerArn"))
1404
+ DisassociateDataShareConsumerMessage.struct_class = Types::DisassociateDataShareConsumerMessage
1405
+
1276
1406
  EC2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
1277
1407
  EC2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
1278
1408
  EC2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
@@ -1492,6 +1622,8 @@ module Aws::Redshift
1492
1622
 
1493
1623
  InsufficientS3BucketPolicyFault.struct_class = Types::InsufficientS3BucketPolicyFault
1494
1624
 
1625
+ InvalidAuthenticationProfileRequestFault.struct_class = Types::InvalidAuthenticationProfileRequestFault
1626
+
1495
1627
  InvalidAuthorizationStateFault.struct_class = Types::InvalidAuthorizationStateFault
1496
1628
 
1497
1629
  InvalidClusterParameterGroupStateFault.struct_class = Types::InvalidClusterParameterGroupStateFault
@@ -1510,6 +1642,8 @@ module Aws::Redshift
1510
1642
 
1511
1643
  InvalidClusterTrackFault.struct_class = Types::InvalidClusterTrackFault
1512
1644
 
1645
+ InvalidDataShareFault.struct_class = Types::InvalidDataShareFault
1646
+
1513
1647
  InvalidElasticIpFault.struct_class = Types::InvalidElasticIpFault
1514
1648
 
1515
1649
  InvalidEndpointStateFault.struct_class = Types::InvalidEndpointStateFault
@@ -1518,6 +1652,8 @@ module Aws::Redshift
1518
1652
 
1519
1653
  InvalidHsmConfigurationStateFault.struct_class = Types::InvalidHsmConfigurationStateFault
1520
1654
 
1655
+ InvalidNamespaceFault.struct_class = Types::InvalidNamespaceFault
1656
+
1521
1657
  InvalidReservedNodeStateFault.struct_class = Types::InvalidReservedNodeStateFault
1522
1658
 
1523
1659
  InvalidRestoreFault.struct_class = Types::InvalidRestoreFault
@@ -1568,6 +1704,14 @@ module Aws::Redshift
1568
1704
  ModifyAquaOutputMessage.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
1569
1705
  ModifyAquaOutputMessage.struct_class = Types::ModifyAquaOutputMessage
1570
1706
 
1707
+ ModifyAuthenticationProfileMessage.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, required: true, location_name: "AuthenticationProfileName"))
1708
+ ModifyAuthenticationProfileMessage.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AuthenticationProfileContent"))
1709
+ ModifyAuthenticationProfileMessage.struct_class = Types::ModifyAuthenticationProfileMessage
1710
+
1711
+ ModifyAuthenticationProfileResult.add_member(:authentication_profile_name, Shapes::ShapeRef.new(shape: AuthenticationProfileNameString, location_name: "AuthenticationProfileName"))
1712
+ ModifyAuthenticationProfileResult.add_member(:authentication_profile_content, Shapes::ShapeRef.new(shape: String, location_name: "AuthenticationProfileContent"))
1713
+ ModifyAuthenticationProfileResult.struct_class = Types::ModifyAuthenticationProfileResult
1714
+
1571
1715
  ModifyClusterDbRevisionMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1572
1716
  ModifyClusterDbRevisionMessage.add_member(:revision_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RevisionTarget"))
1573
1717
  ModifyClusterDbRevisionMessage.struct_class = Types::ModifyClusterDbRevisionMessage
@@ -1812,6 +1956,9 @@ module Aws::Redshift
1812
1956
 
1813
1957
  RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
1814
1958
 
1959
+ RejectDataShareMessage.add_member(:data_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataShareArn"))
1960
+ RejectDataShareMessage.struct_class = Types::RejectDataShareMessage
1961
+
1815
1962
  ReservedNode.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeId"))
1816
1963
  ReservedNode.add_member(:reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeOfferingId"))
1817
1964
  ReservedNode.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
@@ -2343,6 +2490,16 @@ module Aws::Redshift
2343
2490
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
2344
2491
  end)
2345
2492
 
2493
+ api.add_operation(:associate_data_share_consumer, Seahorse::Model::Operation.new.tap do |o|
2494
+ o.name = "AssociateDataShareConsumer"
2495
+ o.http_method = "POST"
2496
+ o.http_request_uri = "/"
2497
+ o.input = Shapes::ShapeRef.new(shape: AssociateDataShareConsumerMessage)
2498
+ o.output = Shapes::ShapeRef.new(shape: DataShare)
2499
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDataShareFault)
2500
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNamespaceFault)
2501
+ end)
2502
+
2346
2503
  api.add_operation(:authorize_cluster_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
2347
2504
  o.name = "AuthorizeClusterSecurityGroupIngress"
2348
2505
  o.http_method = "POST"
@@ -2355,6 +2512,15 @@ module Aws::Redshift
2355
2512
  o.errors << Shapes::ShapeRef.new(shape: AuthorizationQuotaExceededFault)
2356
2513
  end)
2357
2514
 
2515
+ api.add_operation(:authorize_data_share, Seahorse::Model::Operation.new.tap do |o|
2516
+ o.name = "AuthorizeDataShare"
2517
+ o.http_method = "POST"
2518
+ o.http_request_uri = "/"
2519
+ o.input = Shapes::ShapeRef.new(shape: AuthorizeDataShareMessage)
2520
+ o.output = Shapes::ShapeRef.new(shape: DataShare)
2521
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDataShareFault)
2522
+ end)
2523
+
2358
2524
  api.add_operation(:authorize_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
2359
2525
  o.name = "AuthorizeEndpointAccess"
2360
2526
  o.http_method = "POST"
@@ -2427,6 +2593,17 @@ module Aws::Redshift
2427
2593
  o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2428
2594
  end)
2429
2595
 
2596
+ api.add_operation(:create_authentication_profile, Seahorse::Model::Operation.new.tap do |o|
2597
+ o.name = "CreateAuthenticationProfile"
2598
+ o.http_method = "POST"
2599
+ o.http_request_uri = "/"
2600
+ o.input = Shapes::ShapeRef.new(shape: CreateAuthenticationProfileMessage)
2601
+ o.output = Shapes::ShapeRef.new(shape: CreateAuthenticationProfileResult)
2602
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileAlreadyExistsFault)
2603
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileQuotaExceededFault)
2604
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
2605
+ end)
2606
+
2430
2607
  api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
2431
2608
  o.name = "CreateCluster"
2432
2609
  o.http_method = "POST"
@@ -2642,6 +2819,25 @@ module Aws::Redshift
2642
2819
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
2643
2820
  end)
2644
2821
 
2822
+ api.add_operation(:deauthorize_data_share, Seahorse::Model::Operation.new.tap do |o|
2823
+ o.name = "DeauthorizeDataShare"
2824
+ o.http_method = "POST"
2825
+ o.http_request_uri = "/"
2826
+ o.input = Shapes::ShapeRef.new(shape: DeauthorizeDataShareMessage)
2827
+ o.output = Shapes::ShapeRef.new(shape: DataShare)
2828
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDataShareFault)
2829
+ end)
2830
+
2831
+ api.add_operation(:delete_authentication_profile, Seahorse::Model::Operation.new.tap do |o|
2832
+ o.name = "DeleteAuthenticationProfile"
2833
+ o.http_method = "POST"
2834
+ o.http_request_uri = "/"
2835
+ o.input = Shapes::ShapeRef.new(shape: DeleteAuthenticationProfileMessage)
2836
+ o.output = Shapes::ShapeRef.new(shape: DeleteAuthenticationProfileResult)
2837
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileNotFoundFault)
2838
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
2839
+ end)
2840
+
2645
2841
  api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
2646
2842
  o.name = "DeleteCluster"
2647
2843
  o.http_method = "POST"
@@ -2808,6 +3004,16 @@ module Aws::Redshift
2808
3004
  o.output = Shapes::ShapeRef.new(shape: AccountAttributeList)
2809
3005
  end)
2810
3006
 
3007
+ api.add_operation(:describe_authentication_profiles, Seahorse::Model::Operation.new.tap do |o|
3008
+ o.name = "DescribeAuthenticationProfiles"
3009
+ o.http_method = "POST"
3010
+ o.http_request_uri = "/"
3011
+ o.input = Shapes::ShapeRef.new(shape: DescribeAuthenticationProfilesMessage)
3012
+ o.output = Shapes::ShapeRef.new(shape: DescribeAuthenticationProfilesResult)
3013
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileNotFoundFault)
3014
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
3015
+ end)
3016
+
2811
3017
  api.add_operation(:describe_cluster_db_revisions, Seahorse::Model::Operation.new.tap do |o|
2812
3018
  o.name = "DescribeClusterDbRevisions"
2813
3019
  o.http_method = "POST"
@@ -2950,6 +3156,33 @@ module Aws::Redshift
2950
3156
  )
2951
3157
  end)
2952
3158
 
3159
+ api.add_operation(:describe_data_shares, Seahorse::Model::Operation.new.tap do |o|
3160
+ o.name = "DescribeDataShares"
3161
+ o.http_method = "POST"
3162
+ o.http_request_uri = "/"
3163
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataSharesMessage)
3164
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataSharesResult)
3165
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDataShareFault)
3166
+ end)
3167
+
3168
+ api.add_operation(:describe_data_shares_for_consumer, Seahorse::Model::Operation.new.tap do |o|
3169
+ o.name = "DescribeDataSharesForConsumer"
3170
+ o.http_method = "POST"
3171
+ o.http_request_uri = "/"
3172
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataSharesForConsumerMessage)
3173
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataSharesForConsumerResult)
3174
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNamespaceFault)
3175
+ end)
3176
+
3177
+ api.add_operation(:describe_data_shares_for_producer, Seahorse::Model::Operation.new.tap do |o|
3178
+ o.name = "DescribeDataSharesForProducer"
3179
+ o.http_method = "POST"
3180
+ o.http_request_uri = "/"
3181
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataSharesForProducerMessage)
3182
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataSharesForProducerResult)
3183
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNamespaceFault)
3184
+ end)
3185
+
2953
3186
  api.add_operation(:describe_default_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
2954
3187
  o.name = "DescribeDefaultClusterParameters"
2955
3188
  o.http_method = "POST"
@@ -3285,6 +3518,16 @@ module Aws::Redshift
3285
3518
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
3286
3519
  end)
3287
3520
 
3521
+ api.add_operation(:disassociate_data_share_consumer, Seahorse::Model::Operation.new.tap do |o|
3522
+ o.name = "DisassociateDataShareConsumer"
3523
+ o.http_method = "POST"
3524
+ o.http_request_uri = "/"
3525
+ o.input = Shapes::ShapeRef.new(shape: DisassociateDataShareConsumerMessage)
3526
+ o.output = Shapes::ShapeRef.new(shape: DataShare)
3527
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDataShareFault)
3528
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNamespaceFault)
3529
+ end)
3530
+
3288
3531
  api.add_operation(:enable_logging, Seahorse::Model::Operation.new.tap do |o|
3289
3532
  o.name = "EnableLogging"
3290
3533
  o.http_method = "POST"
@@ -3359,6 +3602,17 @@ module Aws::Redshift
3359
3602
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3360
3603
  end)
3361
3604
 
3605
+ api.add_operation(:modify_authentication_profile, Seahorse::Model::Operation.new.tap do |o|
3606
+ o.name = "ModifyAuthenticationProfile"
3607
+ o.http_method = "POST"
3608
+ o.http_request_uri = "/"
3609
+ o.input = Shapes::ShapeRef.new(shape: ModifyAuthenticationProfileMessage)
3610
+ o.output = Shapes::ShapeRef.new(shape: ModifyAuthenticationProfileResult)
3611
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileNotFoundFault)
3612
+ o.errors << Shapes::ShapeRef.new(shape: AuthenticationProfileQuotaExceededFault)
3613
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationProfileRequestFault)
3614
+ end)
3615
+
3362
3616
  api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
3363
3617
  o.name = "ModifyCluster"
3364
3618
  o.http_method = "POST"
@@ -3574,6 +3828,15 @@ module Aws::Redshift
3574
3828
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3575
3829
  end)
3576
3830
 
3831
+ api.add_operation(:reject_data_share, Seahorse::Model::Operation.new.tap do |o|
3832
+ o.name = "RejectDataShare"
3833
+ o.http_method = "POST"
3834
+ o.http_request_uri = "/"
3835
+ o.input = Shapes::ShapeRef.new(shape: RejectDataShareMessage)
3836
+ o.output = Shapes::ShapeRef.new(shape: DataShare)
3837
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDataShareFault)
3838
+ end)
3839
+
3577
3840
  api.add_operation(:reset_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
3578
3841
  o.name = "ResetClusterParameterGroup"
3579
3842
  o.http_method = "POST"