aws-sdk-redshift 1.98.0 → 1.100.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +252 -5
- data/lib/aws-sdk-redshift/client_api.rb +131 -3
- data/lib/aws-sdk-redshift/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-redshift/endpoints.rb +56 -0
- data/lib/aws-sdk-redshift/errors.rb +33 -0
- data/lib/aws-sdk-redshift/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-redshift/types.rb +315 -8
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +2 -2
@@ -116,6 +116,7 @@ module Aws::Redshift
|
|
116
116
|
ClusterVersionList = Shapes::ListShape.new(name: 'ClusterVersionList')
|
117
117
|
ClusterVersionsMessage = Shapes::StructureShape.new(name: 'ClusterVersionsMessage')
|
118
118
|
ClustersMessage = Shapes::StructureShape.new(name: 'ClustersMessage')
|
119
|
+
ConflictPolicyUpdateFault = Shapes::StructureShape.new(name: 'ConflictPolicyUpdateFault')
|
119
120
|
CopyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyClusterSnapshotMessage')
|
120
121
|
CopyClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyClusterSnapshotResult')
|
121
122
|
CopyToRegionDisabledFault = Shapes::StructureShape.new(name: 'CopyToRegionDisabledFault')
|
@@ -180,6 +181,7 @@ module Aws::Redshift
|
|
180
181
|
DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
|
181
182
|
DeleteHsmClientCertificateMessage = Shapes::StructureShape.new(name: 'DeleteHsmClientCertificateMessage')
|
182
183
|
DeleteHsmConfigurationMessage = Shapes::StructureShape.new(name: 'DeleteHsmConfigurationMessage')
|
184
|
+
DeleteResourcePolicyMessage = Shapes::StructureShape.new(name: 'DeleteResourcePolicyMessage')
|
183
185
|
DeleteScheduledActionMessage = Shapes::StructureShape.new(name: 'DeleteScheduledActionMessage')
|
184
186
|
DeleteSnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotCopyGrantMessage')
|
185
187
|
DeleteSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotScheduleMessage')
|
@@ -215,6 +217,7 @@ module Aws::Redshift
|
|
215
217
|
DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
|
216
218
|
DescribeHsmClientCertificatesMessage = Shapes::StructureShape.new(name: 'DescribeHsmClientCertificatesMessage')
|
217
219
|
DescribeHsmConfigurationsMessage = Shapes::StructureShape.new(name: 'DescribeHsmConfigurationsMessage')
|
220
|
+
DescribeInboundIntegrationsMessage = Shapes::StructureShape.new(name: 'DescribeInboundIntegrationsMessage')
|
218
221
|
DescribeLoggingStatusMessage = Shapes::StructureShape.new(name: 'DescribeLoggingStatusMessage')
|
219
222
|
DescribeNodeConfigurationOptionsMessage = Shapes::StructureShape.new(name: 'DescribeNodeConfigurationOptionsMessage')
|
220
223
|
DescribeOrderableClusterOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableClusterOptionsMessage')
|
@@ -278,6 +281,8 @@ module Aws::Redshift
|
|
278
281
|
GetReservedNodeExchangeConfigurationOptionsOutputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeConfigurationOptionsOutputMessage')
|
279
282
|
GetReservedNodeExchangeOfferingsInputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeOfferingsInputMessage')
|
280
283
|
GetReservedNodeExchangeOfferingsOutputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeOfferingsOutputMessage')
|
284
|
+
GetResourcePolicyMessage = Shapes::StructureShape.new(name: 'GetResourcePolicyMessage')
|
285
|
+
GetResourcePolicyResult = Shapes::StructureShape.new(name: 'GetResourcePolicyResult')
|
281
286
|
HsmClientCertificate = Shapes::StructureShape.new(name: 'HsmClientCertificate')
|
282
287
|
HsmClientCertificateAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmClientCertificateAlreadyExistsFault')
|
283
288
|
HsmClientCertificateList = Shapes::ListShape.new(name: 'HsmClientCertificateList')
|
@@ -298,11 +303,17 @@ module Aws::Redshift
|
|
298
303
|
ImportTablesInProgress = Shapes::ListShape.new(name: 'ImportTablesInProgress')
|
299
304
|
ImportTablesNotStarted = Shapes::ListShape.new(name: 'ImportTablesNotStarted')
|
300
305
|
InProgressTableRestoreQuotaExceededFault = Shapes::StructureShape.new(name: 'InProgressTableRestoreQuotaExceededFault')
|
306
|
+
InboundIntegration = Shapes::StructureShape.new(name: 'InboundIntegration')
|
307
|
+
InboundIntegrationList = Shapes::ListShape.new(name: 'InboundIntegrationList')
|
308
|
+
InboundIntegrationsMessage = Shapes::StructureShape.new(name: 'InboundIntegrationsMessage')
|
301
309
|
IncompatibleOrderableOptions = Shapes::StructureShape.new(name: 'IncompatibleOrderableOptions')
|
302
310
|
InsufficientClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientClusterCapacityFault')
|
303
311
|
InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault')
|
304
312
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
305
313
|
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
314
|
+
IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
|
315
|
+
IntegrationErrorList = Shapes::ListShape.new(name: 'IntegrationErrorList')
|
316
|
+
IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault')
|
306
317
|
InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault')
|
307
318
|
InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault')
|
308
319
|
InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault')
|
@@ -319,6 +330,7 @@ module Aws::Redshift
|
|
319
330
|
InvalidHsmClientCertificateStateFault = Shapes::StructureShape.new(name: 'InvalidHsmClientCertificateStateFault')
|
320
331
|
InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault')
|
321
332
|
InvalidNamespaceFault = Shapes::StructureShape.new(name: 'InvalidNamespaceFault')
|
333
|
+
InvalidPolicyFault = Shapes::StructureShape.new(name: 'InvalidPolicyFault')
|
322
334
|
InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault')
|
323
335
|
InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
|
324
336
|
InvalidRetentionPeriodFault = Shapes::StructureShape.new(name: 'InvalidRetentionPeriodFault')
|
@@ -404,6 +416,8 @@ module Aws::Redshift
|
|
404
416
|
PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
|
405
417
|
PurchaseReservedNodeOfferingMessage = Shapes::StructureShape.new(name: 'PurchaseReservedNodeOfferingMessage')
|
406
418
|
PurchaseReservedNodeOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedNodeOfferingResult')
|
419
|
+
PutResourcePolicyMessage = Shapes::StructureShape.new(name: 'PutResourcePolicyMessage')
|
420
|
+
PutResourcePolicyResult = Shapes::StructureShape.new(name: 'PutResourcePolicyResult')
|
407
421
|
RebootClusterMessage = Shapes::StructureShape.new(name: 'RebootClusterMessage')
|
408
422
|
RebootClusterResult = Shapes::StructureShape.new(name: 'RebootClusterResult')
|
409
423
|
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
@@ -435,6 +449,7 @@ module Aws::Redshift
|
|
435
449
|
ResizeNotFoundFault = Shapes::StructureShape.new(name: 'ResizeNotFoundFault')
|
436
450
|
ResizeProgressMessage = Shapes::StructureShape.new(name: 'ResizeProgressMessage')
|
437
451
|
ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
|
452
|
+
ResourcePolicy = Shapes::StructureShape.new(name: 'ResourcePolicy')
|
438
453
|
RestorableNodeTypeList = Shapes::ListShape.new(name: 'RestorableNodeTypeList')
|
439
454
|
RestoreFromClusterSnapshotMessage = Shapes::StructureShape.new(name: 'RestoreFromClusterSnapshotMessage')
|
440
455
|
RestoreFromClusterSnapshotResult = Shapes::StructureShape.new(name: 'RestoreFromClusterSnapshotResult')
|
@@ -555,6 +570,7 @@ module Aws::Redshift
|
|
555
570
|
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
556
571
|
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
557
572
|
VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
|
573
|
+
ZeroETLIntegrationStatus = Shapes::StringShape.new(name: 'ZeroETLIntegrationStatus')
|
558
574
|
|
559
575
|
AcceptReservedNodeExchangeInputMessage.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReservedNodeId"))
|
560
576
|
AcceptReservedNodeExchangeInputMessage.add_member(:target_reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetReservedNodeOfferingId"))
|
@@ -749,6 +765,8 @@ module Aws::Redshift
|
|
749
765
|
Cluster.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: String, location_name: "CustomDomainName"))
|
750
766
|
Cluster.add_member(:custom_domain_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CustomDomainCertificateArn"))
|
751
767
|
Cluster.add_member(:custom_domain_certificate_expiry_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CustomDomainCertificateExpiryDate"))
|
768
|
+
Cluster.add_member(:master_password_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretArn"))
|
769
|
+
Cluster.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
752
770
|
Cluster.struct_class = Types::Cluster
|
753
771
|
|
754
772
|
ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
|
@@ -915,6 +933,8 @@ module Aws::Redshift
|
|
915
933
|
ClustersMessage.add_member(:clusters, Shapes::ShapeRef.new(shape: ClusterList, location_name: "Clusters"))
|
916
934
|
ClustersMessage.struct_class = Types::ClustersMessage
|
917
935
|
|
936
|
+
ConflictPolicyUpdateFault.struct_class = Types::ConflictPolicyUpdateFault
|
937
|
+
|
918
938
|
CopyClusterSnapshotMessage.add_member(:source_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceSnapshotIdentifier"))
|
919
939
|
CopyClusterSnapshotMessage.add_member(:source_snapshot_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceSnapshotClusterIdentifier"))
|
920
940
|
CopyClusterSnapshotMessage.add_member(:target_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetSnapshotIdentifier"))
|
@@ -939,7 +959,7 @@ module Aws::Redshift
|
|
939
959
|
CreateClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
|
940
960
|
CreateClusterMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NodeType"))
|
941
961
|
CreateClusterMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MasterUsername"))
|
942
|
-
CreateClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape:
|
962
|
+
CreateClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "MasterUserPassword"))
|
943
963
|
CreateClusterMessage.add_member(:cluster_security_groups, Shapes::ShapeRef.new(shape: ClusterSecurityGroupNameList, location_name: "ClusterSecurityGroups"))
|
944
964
|
CreateClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
945
965
|
CreateClusterMessage.add_member(:cluster_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ClusterSubnetGroupName"))
|
@@ -968,6 +988,8 @@ module Aws::Redshift
|
|
968
988
|
CreateClusterMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
|
969
989
|
CreateClusterMessage.add_member(:default_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "DefaultIamRoleArn"))
|
970
990
|
CreateClusterMessage.add_member(:load_sample_data, Shapes::ShapeRef.new(shape: String, location_name: "LoadSampleData"))
|
991
|
+
CreateClusterMessage.add_member(:manage_master_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterPassword"))
|
992
|
+
CreateClusterMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
971
993
|
CreateClusterMessage.struct_class = Types::CreateClusterMessage
|
972
994
|
|
973
995
|
CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
|
@@ -1201,6 +1223,9 @@ module Aws::Redshift
|
|
1201
1223
|
DeleteHsmConfigurationMessage.add_member(:hsm_configuration_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "HsmConfigurationIdentifier"))
|
1202
1224
|
DeleteHsmConfigurationMessage.struct_class = Types::DeleteHsmConfigurationMessage
|
1203
1225
|
|
1226
|
+
DeleteResourcePolicyMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
1227
|
+
DeleteResourcePolicyMessage.struct_class = Types::DeleteResourcePolicyMessage
|
1228
|
+
|
1204
1229
|
DeleteScheduledActionMessage.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduledActionName"))
|
1205
1230
|
DeleteScheduledActionMessage.struct_class = Types::DeleteScheduledActionMessage
|
1206
1231
|
|
@@ -1386,6 +1411,12 @@ module Aws::Redshift
|
|
1386
1411
|
DescribeHsmConfigurationsMessage.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
|
1387
1412
|
DescribeHsmConfigurationsMessage.struct_class = Types::DescribeHsmConfigurationsMessage
|
1388
1413
|
|
1414
|
+
DescribeInboundIntegrationsMessage.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String, location_name: "IntegrationArn"))
|
1415
|
+
DescribeInboundIntegrationsMessage.add_member(:target_arn, Shapes::ShapeRef.new(shape: String, location_name: "TargetArn"))
|
1416
|
+
DescribeInboundIntegrationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1417
|
+
DescribeInboundIntegrationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1418
|
+
DescribeInboundIntegrationsMessage.struct_class = Types::DescribeInboundIntegrationsMessage
|
1419
|
+
|
1389
1420
|
DescribeLoggingStatusMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
1390
1421
|
DescribeLoggingStatusMessage.struct_class = Types::DescribeLoggingStatusMessage
|
1391
1422
|
|
@@ -1679,6 +1710,12 @@ module Aws::Redshift
|
|
1679
1710
|
GetReservedNodeExchangeOfferingsOutputMessage.add_member(:reserved_node_offerings, Shapes::ShapeRef.new(shape: ReservedNodeOfferingList, location_name: "ReservedNodeOfferings"))
|
1680
1711
|
GetReservedNodeExchangeOfferingsOutputMessage.struct_class = Types::GetReservedNodeExchangeOfferingsOutputMessage
|
1681
1712
|
|
1713
|
+
GetResourcePolicyMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
1714
|
+
GetResourcePolicyMessage.struct_class = Types::GetResourcePolicyMessage
|
1715
|
+
|
1716
|
+
GetResourcePolicyResult.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "ResourcePolicy"))
|
1717
|
+
GetResourcePolicyResult.struct_class = Types::GetResourcePolicyResult
|
1718
|
+
|
1682
1719
|
HsmClientCertificate.add_member(:hsm_client_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "HsmClientCertificateIdentifier"))
|
1683
1720
|
HsmClientCertificate.add_member(:hsm_client_certificate_public_key, Shapes::ShapeRef.new(shape: String, location_name: "HsmClientCertificatePublicKey"))
|
1684
1721
|
HsmClientCertificate.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
@@ -1737,12 +1774,34 @@ module Aws::Redshift
|
|
1737
1774
|
|
1738
1775
|
InProgressTableRestoreQuotaExceededFault.struct_class = Types::InProgressTableRestoreQuotaExceededFault
|
1739
1776
|
|
1777
|
+
InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String, location_name: "IntegrationArn"))
|
1778
|
+
InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
|
1779
|
+
InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String, location_name: "TargetArn"))
|
1780
|
+
InboundIntegration.add_member(:status, Shapes::ShapeRef.new(shape: ZeroETLIntegrationStatus, location_name: "Status"))
|
1781
|
+
InboundIntegration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
1782
|
+
InboundIntegration.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
|
1783
|
+
InboundIntegration.struct_class = Types::InboundIntegration
|
1784
|
+
|
1785
|
+
InboundIntegrationList.member = Shapes::ShapeRef.new(shape: InboundIntegration, location_name: "InboundIntegration")
|
1786
|
+
|
1787
|
+
InboundIntegrationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1788
|
+
InboundIntegrationsMessage.add_member(:inbound_integrations, Shapes::ShapeRef.new(shape: InboundIntegrationList, location_name: "InboundIntegrations"))
|
1789
|
+
InboundIntegrationsMessage.struct_class = Types::InboundIntegrationsMessage
|
1790
|
+
|
1740
1791
|
IncompatibleOrderableOptions.struct_class = Types::IncompatibleOrderableOptions
|
1741
1792
|
|
1742
1793
|
InsufficientClusterCapacityFault.struct_class = Types::InsufficientClusterCapacityFault
|
1743
1794
|
|
1744
1795
|
InsufficientS3BucketPolicyFault.struct_class = Types::InsufficientS3BucketPolicyFault
|
1745
1796
|
|
1797
|
+
IntegrationError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ErrorCode"))
|
1798
|
+
IntegrationError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
1799
|
+
IntegrationError.struct_class = Types::IntegrationError
|
1800
|
+
|
1801
|
+
IntegrationErrorList.member = Shapes::ShapeRef.new(shape: IntegrationError, location_name: "IntegrationError")
|
1802
|
+
|
1803
|
+
IntegrationNotFoundFault.struct_class = Types::IntegrationNotFoundFault
|
1804
|
+
|
1746
1805
|
InvalidAuthenticationProfileRequestFault.struct_class = Types::InvalidAuthenticationProfileRequestFault
|
1747
1806
|
|
1748
1807
|
InvalidAuthorizationStateFault.struct_class = Types::InvalidAuthorizationStateFault
|
@@ -1775,6 +1834,8 @@ module Aws::Redshift
|
|
1775
1834
|
|
1776
1835
|
InvalidNamespaceFault.struct_class = Types::InvalidNamespaceFault
|
1777
1836
|
|
1837
|
+
InvalidPolicyFault.struct_class = Types::InvalidPolicyFault
|
1838
|
+
|
1778
1839
|
InvalidReservedNodeStateFault.struct_class = Types::InvalidReservedNodeStateFault
|
1779
1840
|
|
1780
1841
|
InvalidRestoreFault.struct_class = Types::InvalidRestoreFault
|
@@ -1870,7 +1931,7 @@ module Aws::Redshift
|
|
1870
1931
|
ModifyClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
|
1871
1932
|
ModifyClusterMessage.add_member(:cluster_security_groups, Shapes::ShapeRef.new(shape: ClusterSecurityGroupNameList, location_name: "ClusterSecurityGroups"))
|
1872
1933
|
ModifyClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1873
|
-
ModifyClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape:
|
1934
|
+
ModifyClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "MasterUserPassword"))
|
1874
1935
|
ModifyClusterMessage.add_member(:cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ClusterParameterGroupName"))
|
1875
1936
|
ModifyClusterMessage.add_member(:automated_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AutomatedSnapshotRetentionPeriod"))
|
1876
1937
|
ModifyClusterMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
|
@@ -1889,6 +1950,8 @@ module Aws::Redshift
|
|
1889
1950
|
ModifyClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
|
1890
1951
|
ModifyClusterMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
1891
1952
|
ModifyClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1953
|
+
ModifyClusterMessage.add_member(:manage_master_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterPassword"))
|
1954
|
+
ModifyClusterMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
1892
1955
|
ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
|
1893
1956
|
|
1894
1957
|
ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
|
@@ -2061,7 +2124,7 @@ module Aws::Redshift
|
|
2061
2124
|
|
2062
2125
|
PendingActionsList.member = Shapes::ShapeRef.new(shape: String)
|
2063
2126
|
|
2064
|
-
PendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape:
|
2127
|
+
PendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "MasterUserPassword"))
|
2065
2128
|
PendingModifiedValues.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
|
2066
2129
|
PendingModifiedValues.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
|
2067
2130
|
PendingModifiedValues.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
|
@@ -2081,6 +2144,13 @@ module Aws::Redshift
|
|
2081
2144
|
PurchaseReservedNodeOfferingResult.add_member(:reserved_node, Shapes::ShapeRef.new(shape: ReservedNode, location_name: "ReservedNode"))
|
2082
2145
|
PurchaseReservedNodeOfferingResult.struct_class = Types::PurchaseReservedNodeOfferingResult
|
2083
2146
|
|
2147
|
+
PutResourcePolicyMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
2148
|
+
PutResourcePolicyMessage.add_member(:policy, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Policy"))
|
2149
|
+
PutResourcePolicyMessage.struct_class = Types::PutResourcePolicyMessage
|
2150
|
+
|
2151
|
+
PutResourcePolicyResult.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "ResourcePolicy"))
|
2152
|
+
PutResourcePolicyResult.struct_class = Types::PutResourcePolicyResult
|
2153
|
+
|
2084
2154
|
RebootClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
2085
2155
|
RebootClusterMessage.struct_class = Types::RebootClusterMessage
|
2086
2156
|
|
@@ -2209,6 +2279,10 @@ module Aws::Redshift
|
|
2209
2279
|
|
2210
2280
|
ResourceNotFoundFault.struct_class = Types::ResourceNotFoundFault
|
2211
2281
|
|
2282
|
+
ResourcePolicy.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
2283
|
+
ResourcePolicy.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "Policy"))
|
2284
|
+
ResourcePolicy.struct_class = Types::ResourcePolicy
|
2285
|
+
|
2212
2286
|
RestorableNodeTypeList.member = Shapes::ShapeRef.new(shape: String, location_name: "NodeType")
|
2213
2287
|
|
2214
2288
|
RestoreFromClusterSnapshotMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
@@ -2244,6 +2318,8 @@ module Aws::Redshift
|
|
2244
2318
|
RestoreFromClusterSnapshotMessage.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeId"))
|
2245
2319
|
RestoreFromClusterSnapshotMessage.add_member(:target_reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "TargetReservedNodeOfferingId"))
|
2246
2320
|
RestoreFromClusterSnapshotMessage.add_member(:encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Encrypted"))
|
2321
|
+
RestoreFromClusterSnapshotMessage.add_member(:manage_master_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterPassword"))
|
2322
|
+
RestoreFromClusterSnapshotMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
2247
2323
|
RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
|
2248
2324
|
|
2249
2325
|
RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
|
@@ -2398,6 +2474,8 @@ module Aws::Redshift
|
|
2398
2474
|
Snapshot.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
|
2399
2475
|
Snapshot.add_member(:manual_snapshot_remaining_days, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRemainingDays"))
|
2400
2476
|
Snapshot.add_member(:snapshot_retention_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotRetentionStartTime"))
|
2477
|
+
Snapshot.add_member(:master_password_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretArn"))
|
2478
|
+
Snapshot.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
2401
2479
|
Snapshot.struct_class = Types::Snapshot
|
2402
2480
|
|
2403
2481
|
SnapshotCopyAlreadyDisabledFault.struct_class = Types::SnapshotCopyAlreadyDisabledFault
|
@@ -3136,6 +3214,16 @@ module Aws::Redshift
|
|
3136
3214
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
|
3137
3215
|
end)
|
3138
3216
|
|
3217
|
+
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
3218
|
+
o.name = "DeleteResourcePolicy"
|
3219
|
+
o.http_method = "POST"
|
3220
|
+
o.http_request_uri = "/"
|
3221
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyMessage)
|
3222
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3223
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3224
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3225
|
+
end)
|
3226
|
+
|
3139
3227
|
api.add_operation(:delete_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
|
3140
3228
|
o.name = "DeleteScheduledAction"
|
3141
3229
|
o.http_method = "POST"
|
@@ -3525,6 +3613,23 @@ module Aws::Redshift
|
|
3525
3613
|
)
|
3526
3614
|
end)
|
3527
3615
|
|
3616
|
+
api.add_operation(:describe_inbound_integrations, Seahorse::Model::Operation.new.tap do |o|
|
3617
|
+
o.name = "DescribeInboundIntegrations"
|
3618
|
+
o.http_method = "POST"
|
3619
|
+
o.http_request_uri = "/"
|
3620
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInboundIntegrationsMessage)
|
3621
|
+
o.output = Shapes::ShapeRef.new(shape: InboundIntegrationsMessage)
|
3622
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
3623
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNamespaceFault)
|
3624
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3625
|
+
o[:pager] = Aws::Pager.new(
|
3626
|
+
limit_key: "max_records",
|
3627
|
+
tokens: {
|
3628
|
+
"marker" => "marker"
|
3629
|
+
}
|
3630
|
+
)
|
3631
|
+
end)
|
3632
|
+
|
3528
3633
|
api.add_operation(:describe_logging_status, Seahorse::Model::Operation.new.tap do |o|
|
3529
3634
|
o.name = "DescribeLoggingStatus"
|
3530
3635
|
o.http_method = "POST"
|
@@ -3866,6 +3971,17 @@ module Aws::Redshift
|
|
3866
3971
|
)
|
3867
3972
|
end)
|
3868
3973
|
|
3974
|
+
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
3975
|
+
o.name = "GetResourcePolicy"
|
3976
|
+
o.http_method = "POST"
|
3977
|
+
o.http_request_uri = "/"
|
3978
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyMessage)
|
3979
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResult)
|
3980
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3981
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPolicyFault)
|
3982
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3983
|
+
end)
|
3984
|
+
|
3869
3985
|
api.add_operation(:modify_aqua_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3870
3986
|
o.name = "ModifyAquaConfiguration"
|
3871
3987
|
o.http_method = "POST"
|
@@ -4106,6 +4222,18 @@ module Aws::Redshift
|
|
4106
4222
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4107
4223
|
end)
|
4108
4224
|
|
4225
|
+
api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
4226
|
+
o.name = "PutResourcePolicy"
|
4227
|
+
o.http_method = "POST"
|
4228
|
+
o.http_request_uri = "/"
|
4229
|
+
o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyMessage)
|
4230
|
+
o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResult)
|
4231
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
4232
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPolicyFault)
|
4233
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictPolicyUpdateFault)
|
4234
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4235
|
+
end)
|
4236
|
+
|
4109
4237
|
api.add_operation(:reboot_cluster, Seahorse::Model::Operation.new.tap do |o|
|
4110
4238
|
o.name = "RebootCluster"
|
4111
4239
|
o.http_method = "POST"
|
@@ -32,8 +32,8 @@ module Aws::Redshift
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
36
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
37
37
|
return Aws::Endpoints::Endpoint.new(url: "https://redshift.#{region}.amazonaws.com", headers: {}, properties: {})
|
38
38
|
end
|
39
39
|
return Aws::Endpoints::Endpoint.new(url: "https://redshift-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
@@ -572,6 +572,20 @@ module Aws::Redshift
|
|
572
572
|
end
|
573
573
|
end
|
574
574
|
|
575
|
+
class DeleteResourcePolicy
|
576
|
+
def self.build(context)
|
577
|
+
unless context.config.regional_endpoint
|
578
|
+
endpoint = context.config.endpoint.to_s
|
579
|
+
end
|
580
|
+
Aws::Redshift::EndpointParameters.new(
|
581
|
+
region: context.config.region,
|
582
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
583
|
+
use_fips: context.config.use_fips_endpoint,
|
584
|
+
endpoint: endpoint,
|
585
|
+
)
|
586
|
+
end
|
587
|
+
end
|
588
|
+
|
575
589
|
class DeleteScheduledAction
|
576
590
|
def self.build(context)
|
577
591
|
unless context.config.regional_endpoint
|
@@ -964,6 +978,20 @@ module Aws::Redshift
|
|
964
978
|
end
|
965
979
|
end
|
966
980
|
|
981
|
+
class DescribeInboundIntegrations
|
982
|
+
def self.build(context)
|
983
|
+
unless context.config.regional_endpoint
|
984
|
+
endpoint = context.config.endpoint.to_s
|
985
|
+
end
|
986
|
+
Aws::Redshift::EndpointParameters.new(
|
987
|
+
region: context.config.region,
|
988
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
989
|
+
use_fips: context.config.use_fips_endpoint,
|
990
|
+
endpoint: endpoint,
|
991
|
+
)
|
992
|
+
end
|
993
|
+
end
|
994
|
+
|
967
995
|
class DescribeLoggingStatus
|
968
996
|
def self.build(context)
|
969
997
|
unless context.config.regional_endpoint
|
@@ -1300,6 +1328,20 @@ module Aws::Redshift
|
|
1300
1328
|
end
|
1301
1329
|
end
|
1302
1330
|
|
1331
|
+
class GetResourcePolicy
|
1332
|
+
def self.build(context)
|
1333
|
+
unless context.config.regional_endpoint
|
1334
|
+
endpoint = context.config.endpoint.to_s
|
1335
|
+
end
|
1336
|
+
Aws::Redshift::EndpointParameters.new(
|
1337
|
+
region: context.config.region,
|
1338
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1339
|
+
use_fips: context.config.use_fips_endpoint,
|
1340
|
+
endpoint: endpoint,
|
1341
|
+
)
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1303
1345
|
class ModifyAquaConfiguration
|
1304
1346
|
def self.build(context)
|
1305
1347
|
unless context.config.regional_endpoint
|
@@ -1566,6 +1608,20 @@ module Aws::Redshift
|
|
1566
1608
|
end
|
1567
1609
|
end
|
1568
1610
|
|
1611
|
+
class PutResourcePolicy
|
1612
|
+
def self.build(context)
|
1613
|
+
unless context.config.regional_endpoint
|
1614
|
+
endpoint = context.config.endpoint.to_s
|
1615
|
+
end
|
1616
|
+
Aws::Redshift::EndpointParameters.new(
|
1617
|
+
region: context.config.region,
|
1618
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1619
|
+
use_fips: context.config.use_fips_endpoint,
|
1620
|
+
endpoint: endpoint,
|
1621
|
+
)
|
1622
|
+
end
|
1623
|
+
end
|
1624
|
+
|
1569
1625
|
class RebootCluster
|
1570
1626
|
def self.build(context)
|
1571
1627
|
unless context.config.regional_endpoint
|
@@ -55,6 +55,7 @@ module Aws::Redshift
|
|
55
55
|
# * {ClusterSubnetGroupNotFoundFault}
|
56
56
|
# * {ClusterSubnetGroupQuotaExceededFault}
|
57
57
|
# * {ClusterSubnetQuotaExceededFault}
|
58
|
+
# * {ConflictPolicyUpdateFault}
|
58
59
|
# * {CopyToRegionDisabledFault}
|
59
60
|
# * {CustomCnameAssociationFault}
|
60
61
|
# * {CustomDomainAssociationNotFoundFault}
|
@@ -78,6 +79,7 @@ module Aws::Redshift
|
|
78
79
|
# * {IncompatibleOrderableOptions}
|
79
80
|
# * {InsufficientClusterCapacityFault}
|
80
81
|
# * {InsufficientS3BucketPolicyFault}
|
82
|
+
# * {IntegrationNotFoundFault}
|
81
83
|
# * {InvalidAuthenticationProfileRequestFault}
|
82
84
|
# * {InvalidAuthorizationStateFault}
|
83
85
|
# * {InvalidClusterParameterGroupStateFault}
|
@@ -94,6 +96,7 @@ module Aws::Redshift
|
|
94
96
|
# * {InvalidHsmClientCertificateStateFault}
|
95
97
|
# * {InvalidHsmConfigurationStateFault}
|
96
98
|
# * {InvalidNamespaceFault}
|
99
|
+
# * {InvalidPolicyFault}
|
97
100
|
# * {InvalidReservedNodeStateFault}
|
98
101
|
# * {InvalidRestoreFault}
|
99
102
|
# * {InvalidRetentionPeriodFault}
|
@@ -442,6 +445,16 @@ module Aws::Redshift
|
|
442
445
|
end
|
443
446
|
end
|
444
447
|
|
448
|
+
class ConflictPolicyUpdateFault < ServiceError
|
449
|
+
|
450
|
+
# @param [Seahorse::Client::RequestContext] context
|
451
|
+
# @param [String] message
|
452
|
+
# @param [Aws::Redshift::Types::ConflictPolicyUpdateFault] data
|
453
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
454
|
+
super(context, message, data)
|
455
|
+
end
|
456
|
+
end
|
457
|
+
|
445
458
|
class CopyToRegionDisabledFault < ServiceError
|
446
459
|
|
447
460
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -672,6 +685,16 @@ module Aws::Redshift
|
|
672
685
|
end
|
673
686
|
end
|
674
687
|
|
688
|
+
class IntegrationNotFoundFault < ServiceError
|
689
|
+
|
690
|
+
# @param [Seahorse::Client::RequestContext] context
|
691
|
+
# @param [String] message
|
692
|
+
# @param [Aws::Redshift::Types::IntegrationNotFoundFault] data
|
693
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
694
|
+
super(context, message, data)
|
695
|
+
end
|
696
|
+
end
|
697
|
+
|
675
698
|
class InvalidAuthenticationProfileRequestFault < ServiceError
|
676
699
|
|
677
700
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -832,6 +855,16 @@ module Aws::Redshift
|
|
832
855
|
end
|
833
856
|
end
|
834
857
|
|
858
|
+
class InvalidPolicyFault < ServiceError
|
859
|
+
|
860
|
+
# @param [Seahorse::Client::RequestContext] context
|
861
|
+
# @param [String] message
|
862
|
+
# @param [Aws::Redshift::Types::InvalidPolicyFault] data
|
863
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
864
|
+
super(context, message, data)
|
865
|
+
end
|
866
|
+
end
|
867
|
+
|
835
868
|
class InvalidReservedNodeStateFault < ServiceError
|
836
869
|
|
837
870
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -136,6 +136,8 @@ module Aws::Redshift
|
|
136
136
|
Aws::Redshift::Endpoints::DeleteHsmConfiguration.build(context)
|
137
137
|
when :delete_partner
|
138
138
|
Aws::Redshift::Endpoints::DeletePartner.build(context)
|
139
|
+
when :delete_resource_policy
|
140
|
+
Aws::Redshift::Endpoints::DeleteResourcePolicy.build(context)
|
139
141
|
when :delete_scheduled_action
|
140
142
|
Aws::Redshift::Endpoints::DeleteScheduledAction.build(context)
|
141
143
|
when :delete_snapshot_copy_grant
|
@@ -192,6 +194,8 @@ module Aws::Redshift
|
|
192
194
|
Aws::Redshift::Endpoints::DescribeHsmClientCertificates.build(context)
|
193
195
|
when :describe_hsm_configurations
|
194
196
|
Aws::Redshift::Endpoints::DescribeHsmConfigurations.build(context)
|
197
|
+
when :describe_inbound_integrations
|
198
|
+
Aws::Redshift::Endpoints::DescribeInboundIntegrations.build(context)
|
195
199
|
when :describe_logging_status
|
196
200
|
Aws::Redshift::Endpoints::DescribeLoggingStatus.build(context)
|
197
201
|
when :describe_node_configuration_options
|
@@ -240,6 +244,8 @@ module Aws::Redshift
|
|
240
244
|
Aws::Redshift::Endpoints::GetReservedNodeExchangeConfigurationOptions.build(context)
|
241
245
|
when :get_reserved_node_exchange_offerings
|
242
246
|
Aws::Redshift::Endpoints::GetReservedNodeExchangeOfferings.build(context)
|
247
|
+
when :get_resource_policy
|
248
|
+
Aws::Redshift::Endpoints::GetResourcePolicy.build(context)
|
243
249
|
when :modify_aqua_configuration
|
244
250
|
Aws::Redshift::Endpoints::ModifyAquaConfiguration.build(context)
|
245
251
|
when :modify_authentication_profile
|
@@ -278,6 +284,8 @@ module Aws::Redshift
|
|
278
284
|
Aws::Redshift::Endpoints::PauseCluster.build(context)
|
279
285
|
when :purchase_reserved_node_offering
|
280
286
|
Aws::Redshift::Endpoints::PurchaseReservedNodeOffering.build(context)
|
287
|
+
when :put_resource_policy
|
288
|
+
Aws::Redshift::Endpoints::PutResourcePolicy.build(context)
|
281
289
|
when :reboot_cluster
|
282
290
|
Aws::Redshift::Endpoints::RebootCluster.build(context)
|
283
291
|
when :reject_data_share
|