aws-sdk-redshift 1.55.0 → 1.60.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift.rb +1 -1
- data/lib/aws-sdk-redshift/client.rb +563 -4
- data/lib/aws-sdk-redshift/client_api.rb +231 -0
- data/lib/aws-sdk-redshift/customizations.rb +1 -1
- data/lib/aws-sdk-redshift/errors.rb +110 -0
- data/lib/aws-sdk-redshift/types.rb +550 -5
- metadata +4 -4
@@ -15,6 +15,7 @@ module Aws::Redshift
|
|
15
15
|
|
16
16
|
AcceptReservedNodeExchangeInputMessage = Shapes::StructureShape.new(name: 'AcceptReservedNodeExchangeInputMessage')
|
17
17
|
AcceptReservedNodeExchangeOutputMessage = Shapes::StructureShape.new(name: 'AcceptReservedNodeExchangeOutputMessage')
|
18
|
+
AccessToClusterDeniedFault = Shapes::StructureShape.new(name: 'AccessToClusterDeniedFault')
|
18
19
|
AccessToSnapshotDeniedFault = Shapes::StructureShape.new(name: 'AccessToSnapshotDeniedFault')
|
19
20
|
AccountAttribute = Shapes::StructureShape.new(name: 'AccountAttribute')
|
20
21
|
AccountAttributeList = Shapes::StructureShape.new(name: 'AccountAttributeList')
|
@@ -29,8 +30,10 @@ module Aws::Redshift
|
|
29
30
|
AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
|
30
31
|
AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
|
31
32
|
AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault')
|
33
|
+
AuthorizationStatus = Shapes::StringShape.new(name: 'AuthorizationStatus')
|
32
34
|
AuthorizeClusterSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressMessage')
|
33
35
|
AuthorizeClusterSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressResult')
|
36
|
+
AuthorizeEndpointAccessMessage = Shapes::StructureShape.new(name: 'AuthorizeEndpointAccessMessage')
|
34
37
|
AuthorizeSnapshotAccessMessage = Shapes::StructureShape.new(name: 'AuthorizeSnapshotAccessMessage')
|
35
38
|
AuthorizeSnapshotAccessResult = Shapes::StructureShape.new(name: 'AuthorizeSnapshotAccessResult')
|
36
39
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
@@ -110,6 +113,7 @@ module Aws::Redshift
|
|
110
113
|
CreateClusterSnapshotResult = Shapes::StructureShape.new(name: 'CreateClusterSnapshotResult')
|
111
114
|
CreateClusterSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateClusterSubnetGroupMessage')
|
112
115
|
CreateClusterSubnetGroupResult = Shapes::StructureShape.new(name: 'CreateClusterSubnetGroupResult')
|
116
|
+
CreateEndpointAccessMessage = Shapes::StructureShape.new(name: 'CreateEndpointAccessMessage')
|
113
117
|
CreateEventSubscriptionMessage = Shapes::StructureShape.new(name: 'CreateEventSubscriptionMessage')
|
114
118
|
CreateEventSubscriptionResult = Shapes::StructureShape.new(name: 'CreateEventSubscriptionResult')
|
115
119
|
CreateHsmClientCertificateMessage = Shapes::StructureShape.new(name: 'CreateHsmClientCertificateMessage')
|
@@ -136,6 +140,7 @@ module Aws::Redshift
|
|
136
140
|
DeleteClusterSnapshotMessageList = Shapes::ListShape.new(name: 'DeleteClusterSnapshotMessageList')
|
137
141
|
DeleteClusterSnapshotResult = Shapes::StructureShape.new(name: 'DeleteClusterSnapshotResult')
|
138
142
|
DeleteClusterSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteClusterSubnetGroupMessage')
|
143
|
+
DeleteEndpointAccessMessage = Shapes::StructureShape.new(name: 'DeleteEndpointAccessMessage')
|
139
144
|
DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
|
140
145
|
DeleteHsmClientCertificateMessage = Shapes::StructureShape.new(name: 'DeleteHsmClientCertificateMessage')
|
141
146
|
DeleteHsmConfigurationMessage = Shapes::StructureShape.new(name: 'DeleteHsmConfigurationMessage')
|
@@ -158,6 +163,8 @@ module Aws::Redshift
|
|
158
163
|
DescribeClustersMessage = Shapes::StructureShape.new(name: 'DescribeClustersMessage')
|
159
164
|
DescribeDefaultClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeDefaultClusterParametersMessage')
|
160
165
|
DescribeDefaultClusterParametersResult = Shapes::StructureShape.new(name: 'DescribeDefaultClusterParametersResult')
|
166
|
+
DescribeEndpointAccessMessage = Shapes::StructureShape.new(name: 'DescribeEndpointAccessMessage')
|
167
|
+
DescribeEndpointAuthorizationMessage = Shapes::StructureShape.new(name: 'DescribeEndpointAuthorizationMessage')
|
161
168
|
DescribeEventCategoriesMessage = Shapes::StructureShape.new(name: 'DescribeEventCategoriesMessage')
|
162
169
|
DescribeEventSubscriptionsMessage = Shapes::StructureShape.new(name: 'DescribeEventSubscriptionsMessage')
|
163
170
|
DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
|
@@ -189,6 +196,19 @@ module Aws::Redshift
|
|
189
196
|
EnableSnapshotCopyMessage = Shapes::StructureShape.new(name: 'EnableSnapshotCopyMessage')
|
190
197
|
EnableSnapshotCopyResult = Shapes::StructureShape.new(name: 'EnableSnapshotCopyResult')
|
191
198
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
199
|
+
EndpointAccess = Shapes::StructureShape.new(name: 'EndpointAccess')
|
200
|
+
EndpointAccessList = Shapes::StructureShape.new(name: 'EndpointAccessList')
|
201
|
+
EndpointAccesses = Shapes::ListShape.new(name: 'EndpointAccesses')
|
202
|
+
EndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAlreadyExistsFault')
|
203
|
+
EndpointAuthorization = Shapes::StructureShape.new(name: 'EndpointAuthorization')
|
204
|
+
EndpointAuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationAlreadyExistsFault')
|
205
|
+
EndpointAuthorizationList = Shapes::StructureShape.new(name: 'EndpointAuthorizationList')
|
206
|
+
EndpointAuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationNotFoundFault')
|
207
|
+
EndpointAuthorizations = Shapes::ListShape.new(name: 'EndpointAuthorizations')
|
208
|
+
EndpointAuthorizationsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationsPerClusterLimitExceededFault')
|
209
|
+
EndpointNotFoundFault = Shapes::StructureShape.new(name: 'EndpointNotFoundFault')
|
210
|
+
EndpointsPerAuthorizationLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerAuthorizationLimitExceededFault')
|
211
|
+
EndpointsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerClusterLimitExceededFault')
|
192
212
|
Event = Shapes::StructureShape.new(name: 'Event')
|
193
213
|
EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
|
194
214
|
EventCategoriesMap = Shapes::StructureShape.new(name: 'EventCategoriesMap')
|
@@ -230,6 +250,7 @@ module Aws::Redshift
|
|
230
250
|
InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault')
|
231
251
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
232
252
|
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
253
|
+
InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault')
|
233
254
|
InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault')
|
234
255
|
InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault')
|
235
256
|
InvalidClusterSnapshotScheduleStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotScheduleStateFault')
|
@@ -239,6 +260,7 @@ module Aws::Redshift
|
|
239
260
|
InvalidClusterSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetStateFault')
|
240
261
|
InvalidClusterTrackFault = Shapes::StructureShape.new(name: 'InvalidClusterTrackFault')
|
241
262
|
InvalidElasticIpFault = Shapes::StructureShape.new(name: 'InvalidElasticIpFault')
|
263
|
+
InvalidEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidEndpointStateFault')
|
242
264
|
InvalidHsmClientCertificateStateFault = Shapes::StructureShape.new(name: 'InvalidHsmClientCertificateStateFault')
|
243
265
|
InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault')
|
244
266
|
InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault')
|
@@ -275,6 +297,7 @@ module Aws::Redshift
|
|
275
297
|
ModifyClusterSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'ModifyClusterSnapshotScheduleMessage')
|
276
298
|
ModifyClusterSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyClusterSubnetGroupMessage')
|
277
299
|
ModifyClusterSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyClusterSubnetGroupResult')
|
300
|
+
ModifyEndpointAccessMessage = Shapes::StructureShape.new(name: 'ModifyEndpointAccessMessage')
|
278
301
|
ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
|
279
302
|
ModifyEventSubscriptionResult = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResult')
|
280
303
|
ModifyScheduledActionMessage = Shapes::StructureShape.new(name: 'ModifyScheduledActionMessage')
|
@@ -282,6 +305,8 @@ module Aws::Redshift
|
|
282
305
|
ModifySnapshotCopyRetentionPeriodResult = Shapes::StructureShape.new(name: 'ModifySnapshotCopyRetentionPeriodResult')
|
283
306
|
ModifySnapshotScheduleMessage = Shapes::StructureShape.new(name: 'ModifySnapshotScheduleMessage')
|
284
307
|
ModifyUsageLimitMessage = Shapes::StructureShape.new(name: 'ModifyUsageLimitMessage')
|
308
|
+
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
309
|
+
NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
|
285
310
|
NodeConfigurationOption = Shapes::StructureShape.new(name: 'NodeConfigurationOption')
|
286
311
|
NodeConfigurationOptionList = Shapes::ListShape.new(name: 'NodeConfigurationOptionList')
|
287
312
|
NodeConfigurationOptionsFilter = Shapes::StructureShape.new(name: 'NodeConfigurationOptionsFilter')
|
@@ -339,6 +364,7 @@ module Aws::Redshift
|
|
339
364
|
RevisionTargetsList = Shapes::ListShape.new(name: 'RevisionTargetsList')
|
340
365
|
RevokeClusterSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'RevokeClusterSecurityGroupIngressMessage')
|
341
366
|
RevokeClusterSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'RevokeClusterSecurityGroupIngressResult')
|
367
|
+
RevokeEndpointAccessMessage = Shapes::StructureShape.new(name: 'RevokeEndpointAccessMessage')
|
342
368
|
RevokeSnapshotAccessMessage = Shapes::StructureShape.new(name: 'RevokeSnapshotAccessMessage')
|
343
369
|
RevokeSnapshotAccessResult = Shapes::StructureShape.new(name: 'RevokeSnapshotAccessResult')
|
344
370
|
RotateEncryptionKeyMessage = Shapes::StructureShape.new(name: 'RotateEncryptionKeyMessage')
|
@@ -440,6 +466,7 @@ module Aws::Redshift
|
|
440
466
|
ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
|
441
467
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
442
468
|
VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
|
469
|
+
VpcIdentifierList = Shapes::ListShape.new(name: 'VpcIdentifierList')
|
443
470
|
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
444
471
|
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
445
472
|
VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
|
@@ -451,6 +478,8 @@ module Aws::Redshift
|
|
451
478
|
AcceptReservedNodeExchangeOutputMessage.add_member(:exchanged_reserved_node, Shapes::ShapeRef.new(shape: ReservedNode, location_name: "ExchangedReservedNode"))
|
452
479
|
AcceptReservedNodeExchangeOutputMessage.struct_class = Types::AcceptReservedNodeExchangeOutputMessage
|
453
480
|
|
481
|
+
AccessToClusterDeniedFault.struct_class = Types::AccessToClusterDeniedFault
|
482
|
+
|
454
483
|
AccessToSnapshotDeniedFault.struct_class = Types::AccessToSnapshotDeniedFault
|
455
484
|
|
456
485
|
AccountAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "AttributeName"))
|
@@ -492,6 +521,11 @@ module Aws::Redshift
|
|
492
521
|
AuthorizeClusterSecurityGroupIngressResult.add_member(:cluster_security_group, Shapes::ShapeRef.new(shape: ClusterSecurityGroup, location_name: "ClusterSecurityGroup"))
|
493
522
|
AuthorizeClusterSecurityGroupIngressResult.struct_class = Types::AuthorizeClusterSecurityGroupIngressResult
|
494
523
|
|
524
|
+
AuthorizeEndpointAccessMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
525
|
+
AuthorizeEndpointAccessMessage.add_member(:account, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Account"))
|
526
|
+
AuthorizeEndpointAccessMessage.add_member(:vpc_ids, Shapes::ShapeRef.new(shape: VpcIdentifierList, location_name: "VpcIds"))
|
527
|
+
AuthorizeEndpointAccessMessage.struct_class = Types::AuthorizeEndpointAccessMessage
|
528
|
+
|
495
529
|
AuthorizeSnapshotAccessMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotIdentifier"))
|
496
530
|
AuthorizeSnapshotAccessMessage.add_member(:snapshot_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotClusterIdentifier"))
|
497
531
|
AuthorizeSnapshotAccessMessage.add_member(:account_with_restore_access, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AccountWithRestoreAccess"))
|
@@ -583,6 +617,7 @@ module Aws::Redshift
|
|
583
617
|
Cluster.add_member(:resize_info, Shapes::ShapeRef.new(shape: ResizeInfo, location_name: "ResizeInfo"))
|
584
618
|
Cluster.add_member(:availability_zone_relocation_status, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneRelocationStatus"))
|
585
619
|
Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
|
620
|
+
Cluster.add_member(:total_storage_capacity_in_mega_bytes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "TotalStorageCapacityInMegaBytes"))
|
586
621
|
Cluster.struct_class = Types::Cluster
|
587
622
|
|
588
623
|
ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
|
@@ -825,6 +860,13 @@ module Aws::Redshift
|
|
825
860
|
CreateClusterSubnetGroupResult.add_member(:cluster_subnet_group, Shapes::ShapeRef.new(shape: ClusterSubnetGroup, location_name: "ClusterSubnetGroup"))
|
826
861
|
CreateClusterSubnetGroupResult.struct_class = Types::CreateClusterSubnetGroupResult
|
827
862
|
|
863
|
+
CreateEndpointAccessMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
864
|
+
CreateEndpointAccessMessage.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwner"))
|
865
|
+
CreateEndpointAccessMessage.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointName"))
|
866
|
+
CreateEndpointAccessMessage.add_member(:subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubnetGroupName"))
|
867
|
+
CreateEndpointAccessMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
868
|
+
CreateEndpointAccessMessage.struct_class = Types::CreateEndpointAccessMessage
|
869
|
+
|
828
870
|
CreateEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
829
871
|
CreateEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnsTopicArn"))
|
830
872
|
CreateEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
@@ -949,6 +991,9 @@ module Aws::Redshift
|
|
949
991
|
DeleteClusterSubnetGroupMessage.add_member(:cluster_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterSubnetGroupName"))
|
950
992
|
DeleteClusterSubnetGroupMessage.struct_class = Types::DeleteClusterSubnetGroupMessage
|
951
993
|
|
994
|
+
DeleteEndpointAccessMessage.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointName"))
|
995
|
+
DeleteEndpointAccessMessage.struct_class = Types::DeleteEndpointAccessMessage
|
996
|
+
|
952
997
|
DeleteEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
953
998
|
DeleteEventSubscriptionMessage.struct_class = Types::DeleteEventSubscriptionMessage
|
954
999
|
|
@@ -1053,6 +1098,21 @@ module Aws::Redshift
|
|
1053
1098
|
DescribeDefaultClusterParametersResult.add_member(:default_cluster_parameters, Shapes::ShapeRef.new(shape: DefaultClusterParameters, location_name: "DefaultClusterParameters"))
|
1054
1099
|
DescribeDefaultClusterParametersResult.struct_class = Types::DescribeDefaultClusterParametersResult
|
1055
1100
|
|
1101
|
+
DescribeEndpointAccessMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
1102
|
+
DescribeEndpointAccessMessage.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwner"))
|
1103
|
+
DescribeEndpointAccessMessage.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, location_name: "EndpointName"))
|
1104
|
+
DescribeEndpointAccessMessage.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
1105
|
+
DescribeEndpointAccessMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1106
|
+
DescribeEndpointAccessMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1107
|
+
DescribeEndpointAccessMessage.struct_class = Types::DescribeEndpointAccessMessage
|
1108
|
+
|
1109
|
+
DescribeEndpointAuthorizationMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
1110
|
+
DescribeEndpointAuthorizationMessage.add_member(:account, Shapes::ShapeRef.new(shape: String, location_name: "Account"))
|
1111
|
+
DescribeEndpointAuthorizationMessage.add_member(:grantee, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Grantee"))
|
1112
|
+
DescribeEndpointAuthorizationMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1113
|
+
DescribeEndpointAuthorizationMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1114
|
+
DescribeEndpointAuthorizationMessage.struct_class = Types::DescribeEndpointAuthorizationMessage
|
1115
|
+
|
1056
1116
|
DescribeEventCategoriesMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
1057
1117
|
DescribeEventCategoriesMessage.struct_class = Types::DescribeEventCategoriesMessage
|
1058
1118
|
|
@@ -1212,6 +1272,55 @@ module Aws::Redshift
|
|
1212
1272
|
Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
|
1213
1273
|
Endpoint.struct_class = Types::Endpoint
|
1214
1274
|
|
1275
|
+
EndpointAccess.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
1276
|
+
EndpointAccess.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwner"))
|
1277
|
+
EndpointAccess.add_member(:subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupName"))
|
1278
|
+
EndpointAccess.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: String, location_name: "EndpointStatus"))
|
1279
|
+
EndpointAccess.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, location_name: "EndpointName"))
|
1280
|
+
EndpointAccess.add_member(:endpoint_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndpointCreateTime"))
|
1281
|
+
EndpointAccess.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
1282
|
+
EndpointAccess.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
|
1283
|
+
EndpointAccess.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
|
1284
|
+
EndpointAccess.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint"))
|
1285
|
+
EndpointAccess.struct_class = Types::EndpointAccess
|
1286
|
+
|
1287
|
+
EndpointAccessList.add_member(:endpoint_access_list, Shapes::ShapeRef.new(shape: EndpointAccesses, location_name: "EndpointAccessList"))
|
1288
|
+
EndpointAccessList.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1289
|
+
EndpointAccessList.struct_class = Types::EndpointAccessList
|
1290
|
+
|
1291
|
+
EndpointAccesses.member = Shapes::ShapeRef.new(shape: EndpointAccess)
|
1292
|
+
|
1293
|
+
EndpointAlreadyExistsFault.struct_class = Types::EndpointAlreadyExistsFault
|
1294
|
+
|
1295
|
+
EndpointAuthorization.add_member(:grantor, Shapes::ShapeRef.new(shape: String, location_name: "Grantor"))
|
1296
|
+
EndpointAuthorization.add_member(:grantee, Shapes::ShapeRef.new(shape: String, location_name: "Grantee"))
|
1297
|
+
EndpointAuthorization.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
1298
|
+
EndpointAuthorization.add_member(:authorize_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "AuthorizeTime"))
|
1299
|
+
EndpointAuthorization.add_member(:cluster_status, Shapes::ShapeRef.new(shape: String, location_name: "ClusterStatus"))
|
1300
|
+
EndpointAuthorization.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizationStatus, location_name: "Status"))
|
1301
|
+
EndpointAuthorization.add_member(:allowed_all_vp_cs, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowedAllVPCs"))
|
1302
|
+
EndpointAuthorization.add_member(:allowed_vp_cs, Shapes::ShapeRef.new(shape: VpcIdentifierList, location_name: "AllowedVPCs"))
|
1303
|
+
EndpointAuthorization.add_member(:endpoint_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EndpointCount"))
|
1304
|
+
EndpointAuthorization.struct_class = Types::EndpointAuthorization
|
1305
|
+
|
1306
|
+
EndpointAuthorizationAlreadyExistsFault.struct_class = Types::EndpointAuthorizationAlreadyExistsFault
|
1307
|
+
|
1308
|
+
EndpointAuthorizationList.add_member(:endpoint_authorization_list, Shapes::ShapeRef.new(shape: EndpointAuthorizations, location_name: "EndpointAuthorizationList"))
|
1309
|
+
EndpointAuthorizationList.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1310
|
+
EndpointAuthorizationList.struct_class = Types::EndpointAuthorizationList
|
1311
|
+
|
1312
|
+
EndpointAuthorizationNotFoundFault.struct_class = Types::EndpointAuthorizationNotFoundFault
|
1313
|
+
|
1314
|
+
EndpointAuthorizations.member = Shapes::ShapeRef.new(shape: EndpointAuthorization)
|
1315
|
+
|
1316
|
+
EndpointAuthorizationsPerClusterLimitExceededFault.struct_class = Types::EndpointAuthorizationsPerClusterLimitExceededFault
|
1317
|
+
|
1318
|
+
EndpointNotFoundFault.struct_class = Types::EndpointNotFoundFault
|
1319
|
+
|
1320
|
+
EndpointsPerAuthorizationLimitExceededFault.struct_class = Types::EndpointsPerAuthorizationLimitExceededFault
|
1321
|
+
|
1322
|
+
EndpointsPerClusterLimitExceededFault.struct_class = Types::EndpointsPerClusterLimitExceededFault
|
1323
|
+
|
1215
1324
|
Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
|
1216
1325
|
Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
1217
1326
|
Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -1348,6 +1457,8 @@ module Aws::Redshift
|
|
1348
1457
|
|
1349
1458
|
InsufficientS3BucketPolicyFault.struct_class = Types::InsufficientS3BucketPolicyFault
|
1350
1459
|
|
1460
|
+
InvalidAuthorizationStateFault.struct_class = Types::InvalidAuthorizationStateFault
|
1461
|
+
|
1351
1462
|
InvalidClusterParameterGroupStateFault.struct_class = Types::InvalidClusterParameterGroupStateFault
|
1352
1463
|
|
1353
1464
|
InvalidClusterSecurityGroupStateFault.struct_class = Types::InvalidClusterSecurityGroupStateFault
|
@@ -1366,6 +1477,8 @@ module Aws::Redshift
|
|
1366
1477
|
|
1367
1478
|
InvalidElasticIpFault.struct_class = Types::InvalidElasticIpFault
|
1368
1479
|
|
1480
|
+
InvalidEndpointStateFault.struct_class = Types::InvalidEndpointStateFault
|
1481
|
+
|
1369
1482
|
InvalidHsmClientCertificateStateFault.struct_class = Types::InvalidHsmClientCertificateStateFault
|
1370
1483
|
|
1371
1484
|
InvalidHsmConfigurationStateFault.struct_class = Types::InvalidHsmConfigurationStateFault
|
@@ -1494,6 +1607,10 @@ module Aws::Redshift
|
|
1494
1607
|
ModifyClusterSubnetGroupResult.add_member(:cluster_subnet_group, Shapes::ShapeRef.new(shape: ClusterSubnetGroup, location_name: "ClusterSubnetGroup"))
|
1495
1608
|
ModifyClusterSubnetGroupResult.struct_class = Types::ModifyClusterSubnetGroupResult
|
1496
1609
|
|
1610
|
+
ModifyEndpointAccessMessage.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointName"))
|
1611
|
+
ModifyEndpointAccessMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1612
|
+
ModifyEndpointAccessMessage.struct_class = Types::ModifyEndpointAccessMessage
|
1613
|
+
|
1497
1614
|
ModifyEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
1498
1615
|
ModifyEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
|
1499
1616
|
ModifyEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
@@ -1533,6 +1650,14 @@ module Aws::Redshift
|
|
1533
1650
|
ModifyUsageLimitMessage.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "BreachAction"))
|
1534
1651
|
ModifyUsageLimitMessage.struct_class = Types::ModifyUsageLimitMessage
|
1535
1652
|
|
1653
|
+
NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "NetworkInterfaceId"))
|
1654
|
+
NetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
|
1655
|
+
NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIpAddress"))
|
1656
|
+
NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
1657
|
+
NetworkInterface.struct_class = Types::NetworkInterface
|
1658
|
+
|
1659
|
+
NetworkInterfaceList.member = Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "NetworkInterface")
|
1660
|
+
|
1536
1661
|
NodeConfigurationOption.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
|
1537
1662
|
NodeConfigurationOption.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
|
1538
1663
|
NodeConfigurationOption.add_member(:estimated_disk_utilization_percent, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "EstimatedDiskUtilizationPercent"))
|
@@ -1762,6 +1887,7 @@ module Aws::Redshift
|
|
1762
1887
|
RestoreTableFromClusterSnapshotMessage.add_member(:target_database_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetDatabaseName"))
|
1763
1888
|
RestoreTableFromClusterSnapshotMessage.add_member(:target_schema_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetSchemaName"))
|
1764
1889
|
RestoreTableFromClusterSnapshotMessage.add_member(:new_table_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NewTableName"))
|
1890
|
+
RestoreTableFromClusterSnapshotMessage.add_member(:enable_case_sensitive_identifier, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCaseSensitiveIdentifier"))
|
1765
1891
|
RestoreTableFromClusterSnapshotMessage.struct_class = Types::RestoreTableFromClusterSnapshotMessage
|
1766
1892
|
|
1767
1893
|
RestoreTableFromClusterSnapshotResult.add_member(:table_restore_status, Shapes::ShapeRef.new(shape: TableRestoreStatus, location_name: "TableRestoreStatus"))
|
@@ -1789,6 +1915,12 @@ module Aws::Redshift
|
|
1789
1915
|
RevokeClusterSecurityGroupIngressResult.add_member(:cluster_security_group, Shapes::ShapeRef.new(shape: ClusterSecurityGroup, location_name: "ClusterSecurityGroup"))
|
1790
1916
|
RevokeClusterSecurityGroupIngressResult.struct_class = Types::RevokeClusterSecurityGroupIngressResult
|
1791
1917
|
|
1918
|
+
RevokeEndpointAccessMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
1919
|
+
RevokeEndpointAccessMessage.add_member(:account, Shapes::ShapeRef.new(shape: String, location_name: "Account"))
|
1920
|
+
RevokeEndpointAccessMessage.add_member(:vpc_ids, Shapes::ShapeRef.new(shape: VpcIdentifierList, location_name: "VpcIds"))
|
1921
|
+
RevokeEndpointAccessMessage.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
|
1922
|
+
RevokeEndpointAccessMessage.struct_class = Types::RevokeEndpointAccessMessage
|
1923
|
+
|
1792
1924
|
RevokeSnapshotAccessMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotIdentifier"))
|
1793
1925
|
RevokeSnapshotAccessMessage.add_member(:snapshot_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotClusterIdentifier"))
|
1794
1926
|
RevokeSnapshotAccessMessage.add_member(:account_with_restore_access, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AccountWithRestoreAccess"))
|
@@ -2077,10 +2209,14 @@ module Aws::Redshift
|
|
2077
2209
|
ValueStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
2078
2210
|
|
2079
2211
|
VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
|
2212
|
+
VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
2213
|
+
VpcEndpoint.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaceList, location_name: "NetworkInterfaces"))
|
2080
2214
|
VpcEndpoint.struct_class = Types::VpcEndpoint
|
2081
2215
|
|
2082
2216
|
VpcEndpointsList.member = Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint")
|
2083
2217
|
|
2218
|
+
VpcIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcIdentifier")
|
2219
|
+
|
2084
2220
|
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
|
2085
2221
|
|
2086
2222
|
VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
|
@@ -2133,6 +2269,20 @@ module Aws::Redshift
|
|
2133
2269
|
o.errors << Shapes::ShapeRef.new(shape: AuthorizationQuotaExceededFault)
|
2134
2270
|
end)
|
2135
2271
|
|
2272
|
+
api.add_operation(:authorize_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
2273
|
+
o.name = "AuthorizeEndpointAccess"
|
2274
|
+
o.http_method = "POST"
|
2275
|
+
o.http_request_uri = "/"
|
2276
|
+
o.input = Shapes::ShapeRef.new(shape: AuthorizeEndpointAccessMessage)
|
2277
|
+
o.output = Shapes::ShapeRef.new(shape: EndpointAuthorization)
|
2278
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2279
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointAuthorizationsPerClusterLimitExceededFault)
|
2280
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
2281
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointAuthorizationAlreadyExistsFault)
|
2282
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAuthorizationStateFault)
|
2283
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
2284
|
+
end)
|
2285
|
+
|
2136
2286
|
api.add_operation(:authorize_snapshot_access, Seahorse::Model::Operation.new.tap do |o|
|
2137
2287
|
o.name = "AuthorizeSnapshotAccess"
|
2138
2288
|
o.http_method = "POST"
|
@@ -2276,6 +2426,24 @@ module Aws::Redshift
|
|
2276
2426
|
o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
|
2277
2427
|
end)
|
2278
2428
|
|
2429
|
+
api.add_operation(:create_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
2430
|
+
o.name = "CreateEndpointAccess"
|
2431
|
+
o.http_method = "POST"
|
2432
|
+
o.http_request_uri = "/"
|
2433
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEndpointAccessMessage)
|
2434
|
+
o.output = Shapes::ShapeRef.new(shape: EndpointAccess)
|
2435
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2436
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessToClusterDeniedFault)
|
2437
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointsPerClusterLimitExceededFault)
|
2438
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointsPerAuthorizationLimitExceededFault)
|
2439
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSecurityGroupStateFault)
|
2440
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterSubnetGroupNotFoundFault)
|
2441
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointAlreadyExistsFault)
|
2442
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
2443
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
2444
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
2445
|
+
end)
|
2446
|
+
|
2279
2447
|
api.add_operation(:create_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
2280
2448
|
o.name = "CreateEventSubscription"
|
2281
2449
|
o.http_method = "POST"
|
@@ -2442,6 +2610,19 @@ module Aws::Redshift
|
|
2442
2610
|
o.errors << Shapes::ShapeRef.new(shape: ClusterSubnetGroupNotFoundFault)
|
2443
2611
|
end)
|
2444
2612
|
|
2613
|
+
api.add_operation(:delete_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
2614
|
+
o.name = "DeleteEndpointAccess"
|
2615
|
+
o.http_method = "POST"
|
2616
|
+
o.http_request_uri = "/"
|
2617
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEndpointAccessMessage)
|
2618
|
+
o.output = Shapes::ShapeRef.new(shape: EndpointAccess)
|
2619
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2620
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEndpointStateFault)
|
2621
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSecurityGroupStateFault)
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundFault)
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
2624
|
+
end)
|
2625
|
+
|
2445
2626
|
api.add_operation(:delete_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
2446
2627
|
o.name = "DeleteEventSubscription"
|
2447
2628
|
o.http_method = "POST"
|
@@ -2686,6 +2867,27 @@ module Aws::Redshift
|
|
2686
2867
|
)
|
2687
2868
|
end)
|
2688
2869
|
|
2870
|
+
api.add_operation(:describe_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
2871
|
+
o.name = "DescribeEndpointAccess"
|
2872
|
+
o.http_method = "POST"
|
2873
|
+
o.http_request_uri = "/"
|
2874
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEndpointAccessMessage)
|
2875
|
+
o.output = Shapes::ShapeRef.new(shape: EndpointAccessList)
|
2876
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2877
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
2878
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundFault)
|
2879
|
+
end)
|
2880
|
+
|
2881
|
+
api.add_operation(:describe_endpoint_authorization, Seahorse::Model::Operation.new.tap do |o|
|
2882
|
+
o.name = "DescribeEndpointAuthorization"
|
2883
|
+
o.http_method = "POST"
|
2884
|
+
o.http_request_uri = "/"
|
2885
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEndpointAuthorizationMessage)
|
2886
|
+
o.output = Shapes::ShapeRef.new(shape: EndpointAuthorizationList)
|
2887
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2888
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
2889
|
+
end)
|
2890
|
+
|
2689
2891
|
api.add_operation(:describe_event_categories, Seahorse::Model::Operation.new.tap do |o|
|
2690
2892
|
o.name = "DescribeEventCategories"
|
2691
2893
|
o.http_method = "POST"
|
@@ -3130,6 +3332,20 @@ module Aws::Redshift
|
|
3130
3332
|
o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
|
3131
3333
|
end)
|
3132
3334
|
|
3335
|
+
api.add_operation(:modify_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
3336
|
+
o.name = "ModifyEndpointAccess"
|
3337
|
+
o.http_method = "POST"
|
3338
|
+
o.http_request_uri = "/"
|
3339
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyEndpointAccessMessage)
|
3340
|
+
o.output = Shapes::ShapeRef.new(shape: EndpointAccess)
|
3341
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSecurityGroupStateFault)
|
3342
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3343
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEndpointStateFault)
|
3344
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundFault)
|
3345
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3346
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
3347
|
+
end)
|
3348
|
+
|
3133
3349
|
api.add_operation(:modify_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
3134
3350
|
o.name = "ModifyEventSubscription"
|
3135
3351
|
o.http_method = "POST"
|
@@ -3324,6 +3540,21 @@ module Aws::Redshift
|
|
3324
3540
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSecurityGroupStateFault)
|
3325
3541
|
end)
|
3326
3542
|
|
3543
|
+
api.add_operation(:revoke_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
3544
|
+
o.name = "RevokeEndpointAccess"
|
3545
|
+
o.http_method = "POST"
|
3546
|
+
o.http_request_uri = "/"
|
3547
|
+
o.input = Shapes::ShapeRef.new(shape: RevokeEndpointAccessMessage)
|
3548
|
+
o.output = Shapes::ShapeRef.new(shape: EndpointAuthorization)
|
3549
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3550
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEndpointStateFault)
|
3551
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSecurityGroupStateFault)
|
3552
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointNotFoundFault)
|
3553
|
+
o.errors << Shapes::ShapeRef.new(shape: EndpointAuthorizationNotFoundFault)
|
3554
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAuthorizationStateFault)
|
3555
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3556
|
+
end)
|
3557
|
+
|
3327
3558
|
api.add_operation(:revoke_snapshot_access, Seahorse::Model::Operation.new.tap do |o|
|
3328
3559
|
o.name = "RevokeSnapshotAccess"
|
3329
3560
|
o.http_method = "POST"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|