aws-sdk-redshift 1.138.0 → 1.139.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bee1e6db30186d9a072c39fb0cba8f7ca9b153e77ba12f8bb6779fbf7caf20c2
4
- data.tar.gz: 8e80594207d5e4e9bd49d670a4a4256d298eddd8af6ad9af4dc73f7506fa4a1d
3
+ metadata.gz: d125b4852a8c5e1436bc86b61c8b406aa5962f83727966b58cef0f5d34a328a9
4
+ data.tar.gz: 19dc4c2c1f3ccda1724e7e2099c1025f54f001d60bcf61c15f233c8c54d5509a
5
5
  SHA512:
6
- metadata.gz: caa61ca001f9ae577ae4498c88bef3c2e470a3961d1979c17aecfae846670ce42ec2cbda824a00af1073de0f4058b44afe9a2333629f313039f27b50e20af04b
7
- data.tar.gz: 8e90d349e65008f33b9020b040f7526722b1678893d6d8946f04c991d98c649c0995e29af1e59b4ee8ceac7d557da8d8f16da310021a4359c579b8c4ddb50c40
6
+ metadata.gz: 075d161e7800d3ab45ab06aed9279fe6a7082c1412656db6120e953d2659663f51562e7382985046b806e5740691635a82b4917b9827d44fbc0a4138b5238283
7
+ data.tar.gz: 1f59c685dd720dd28a1496aa963913345e7c6a74fd977ae72be535a1dcf4601936ea29a54e0ad309f6758055fa19173ade1fe9d62c4e4b12e0c5828028abc9dc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.139.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.138.0 (2025-03-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.138.0
1
+ 1.139.0
@@ -12962,7 +12962,7 @@ module Aws::Redshift
12962
12962
  tracer: tracer
12963
12963
  )
12964
12964
  context[:gem_name] = 'aws-sdk-redshift'
12965
- context[:gem_version] = '1.138.0'
12965
+ context[:gem_version] = '1.139.0'
12966
12966
  Seahorse::Client::Request.new(handlers, context)
12967
12967
  end
12968
12968
 
@@ -16,8 +16,8 @@ module Aws::Redshift
16
16
 
17
17
  AcceptReservedNodeExchangeInputMessage = Shapes::StructureShape.new(name: 'AcceptReservedNodeExchangeInputMessage')
18
18
  AcceptReservedNodeExchangeOutputMessage = Shapes::StructureShape.new(name: 'AcceptReservedNodeExchangeOutputMessage')
19
- AccessToClusterDeniedFault = Shapes::StructureShape.new(name: 'AccessToClusterDeniedFault', error: {"code"=>"AccessToClusterDenied", "httpStatusCode"=>400, "senderFault"=>true})
20
- AccessToSnapshotDeniedFault = Shapes::StructureShape.new(name: 'AccessToSnapshotDeniedFault', error: {"code"=>"AccessToSnapshotDenied", "httpStatusCode"=>400, "senderFault"=>true})
19
+ AccessToClusterDeniedFault = Shapes::StructureShape.new(name: 'AccessToClusterDeniedFault', error: {"code" => "AccessToClusterDenied", "httpStatusCode" => 400, "senderFault" => true})
20
+ AccessToSnapshotDeniedFault = Shapes::StructureShape.new(name: 'AccessToSnapshotDeniedFault', error: {"code" => "AccessToSnapshotDenied", "httpStatusCode" => 400, "senderFault" => true})
21
21
  AccountAttribute = Shapes::StructureShape.new(name: 'AccountAttribute')
22
22
  AccountAttributeList = Shapes::StructureShape.new(name: 'AccountAttributeList')
23
23
  AccountWithRestoreAccess = Shapes::StructureShape.new(name: 'AccountWithRestoreAccess')
@@ -35,14 +35,14 @@ module Aws::Redshift
35
35
  AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
36
36
  AttributeValueTarget = Shapes::StructureShape.new(name: 'AttributeValueTarget')
37
37
  AuthenticationProfile = Shapes::StructureShape.new(name: 'AuthenticationProfile')
38
- AuthenticationProfileAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthenticationProfileAlreadyExistsFault', error: {"code"=>"AuthenticationProfileAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
38
+ AuthenticationProfileAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthenticationProfileAlreadyExistsFault', error: {"code" => "AuthenticationProfileAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
39
39
  AuthenticationProfileList = Shapes::ListShape.new(name: 'AuthenticationProfileList')
40
40
  AuthenticationProfileNameString = Shapes::StringShape.new(name: 'AuthenticationProfileNameString')
41
- AuthenticationProfileNotFoundFault = Shapes::StructureShape.new(name: 'AuthenticationProfileNotFoundFault', error: {"code"=>"AuthenticationProfileNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
42
- AuthenticationProfileQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthenticationProfileQuotaExceededFault', error: {"code"=>"AuthenticationProfileQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
43
- AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault', error: {"code"=>"AuthorizationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
44
- AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault', error: {"code"=>"AuthorizationNotFound", "httpStatusCode"=>404, "senderFault"=>true})
45
- AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault', error: {"code"=>"AuthorizationQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
41
+ AuthenticationProfileNotFoundFault = Shapes::StructureShape.new(name: 'AuthenticationProfileNotFoundFault', error: {"code" => "AuthenticationProfileNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
42
+ AuthenticationProfileQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthenticationProfileQuotaExceededFault', error: {"code" => "AuthenticationProfileQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
43
+ AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault', error: {"code" => "AuthorizationAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
44
+ AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault', error: {"code" => "AuthorizationNotFound", "httpStatusCode" => 404, "senderFault" => true})
45
+ AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault', error: {"code" => "AuthorizationQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
46
46
  AuthorizationStatus = Shapes::StringShape.new(name: 'AuthorizationStatus')
47
47
  AuthorizeClusterSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressMessage')
48
48
  AuthorizeClusterSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressResult')
@@ -57,20 +57,20 @@ module Aws::Redshift
57
57
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
58
58
  BatchDeleteClusterSnapshotsRequest = Shapes::StructureShape.new(name: 'BatchDeleteClusterSnapshotsRequest')
59
59
  BatchDeleteClusterSnapshotsResult = Shapes::StructureShape.new(name: 'BatchDeleteClusterSnapshotsResult')
60
- BatchDeleteRequestSizeExceededFault = Shapes::StructureShape.new(name: 'BatchDeleteRequestSizeExceededFault', error: {"code"=>"BatchDeleteRequestSizeExceeded", "httpStatusCode"=>400, "senderFault"=>true})
61
- BatchModifyClusterSnapshotsLimitExceededFault = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsLimitExceededFault', error: {"code"=>"BatchModifyClusterSnapshotsLimitExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
60
+ BatchDeleteRequestSizeExceededFault = Shapes::StructureShape.new(name: 'BatchDeleteRequestSizeExceededFault', error: {"code" => "BatchDeleteRequestSizeExceeded", "httpStatusCode" => 400, "senderFault" => true})
61
+ BatchModifyClusterSnapshotsLimitExceededFault = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsLimitExceededFault', error: {"code" => "BatchModifyClusterSnapshotsLimitExceededFault", "httpStatusCode" => 400, "senderFault" => true})
62
62
  BatchModifyClusterSnapshotsMessage = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsMessage')
63
63
  BatchModifyClusterSnapshotsOutputMessage = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsOutputMessage')
64
64
  BatchSnapshotOperationErrorList = Shapes::ListShape.new(name: 'BatchSnapshotOperationErrorList')
65
65
  BatchSnapshotOperationErrors = Shapes::ListShape.new(name: 'BatchSnapshotOperationErrors')
66
66
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
67
67
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
68
- BucketNotFoundFault = Shapes::StructureShape.new(name: 'BucketNotFoundFault', error: {"code"=>"BucketNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
68
+ BucketNotFoundFault = Shapes::StructureShape.new(name: 'BucketNotFoundFault', error: {"code" => "BucketNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
69
69
  CancelResizeMessage = Shapes::StructureShape.new(name: 'CancelResizeMessage')
70
70
  CertificateAssociation = Shapes::StructureShape.new(name: 'CertificateAssociation')
71
71
  CertificateAssociationList = Shapes::ListShape.new(name: 'CertificateAssociationList')
72
72
  Cluster = Shapes::StructureShape.new(name: 'Cluster')
73
- ClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterAlreadyExistsFault', error: {"code"=>"ClusterAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
73
+ ClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterAlreadyExistsFault', error: {"code" => "ClusterAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
74
74
  ClusterAssociatedToSchedule = Shapes::StructureShape.new(name: 'ClusterAssociatedToSchedule')
75
75
  ClusterCredentials = Shapes::StructureShape.new(name: 'ClusterCredentials')
76
76
  ClusterDbRevision = Shapes::StructureShape.new(name: 'ClusterDbRevision')
@@ -82,49 +82,49 @@ module Aws::Redshift
82
82
  ClusterList = Shapes::ListShape.new(name: 'ClusterList')
83
83
  ClusterNode = Shapes::StructureShape.new(name: 'ClusterNode')
84
84
  ClusterNodesList = Shapes::ListShape.new(name: 'ClusterNodesList')
85
- ClusterNotFoundFault = Shapes::StructureShape.new(name: 'ClusterNotFoundFault', error: {"code"=>"ClusterNotFound", "httpStatusCode"=>404, "senderFault"=>true})
86
- ClusterOnLatestRevisionFault = Shapes::StructureShape.new(name: 'ClusterOnLatestRevisionFault', error: {"code"=>"ClusterOnLatestRevision", "httpStatusCode"=>400, "senderFault"=>true})
85
+ ClusterNotFoundFault = Shapes::StructureShape.new(name: 'ClusterNotFoundFault', error: {"code" => "ClusterNotFound", "httpStatusCode" => 404, "senderFault" => true})
86
+ ClusterOnLatestRevisionFault = Shapes::StructureShape.new(name: 'ClusterOnLatestRevisionFault', error: {"code" => "ClusterOnLatestRevision", "httpStatusCode" => 400, "senderFault" => true})
87
87
  ClusterParameterGroup = Shapes::StructureShape.new(name: 'ClusterParameterGroup')
88
- ClusterParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupAlreadyExistsFault', error: {"code"=>"ClusterParameterGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
88
+ ClusterParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupAlreadyExistsFault', error: {"code" => "ClusterParameterGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
89
89
  ClusterParameterGroupDetails = Shapes::StructureShape.new(name: 'ClusterParameterGroupDetails')
90
90
  ClusterParameterGroupNameMessage = Shapes::StructureShape.new(name: 'ClusterParameterGroupNameMessage')
91
- ClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupNotFoundFault', error: {"code"=>"ClusterParameterGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
92
- ClusterParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupQuotaExceededFault', error: {"code"=>"ClusterParameterGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
91
+ ClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupNotFoundFault', error: {"code" => "ClusterParameterGroupNotFound", "httpStatusCode" => 404, "senderFault" => true})
92
+ ClusterParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupQuotaExceededFault', error: {"code" => "ClusterParameterGroupQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
93
93
  ClusterParameterGroupStatus = Shapes::StructureShape.new(name: 'ClusterParameterGroupStatus')
94
94
  ClusterParameterGroupStatusList = Shapes::ListShape.new(name: 'ClusterParameterGroupStatusList')
95
95
  ClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'ClusterParameterGroupsMessage')
96
96
  ClusterParameterStatus = Shapes::StructureShape.new(name: 'ClusterParameterStatus')
97
97
  ClusterParameterStatusList = Shapes::ListShape.new(name: 'ClusterParameterStatusList')
98
- ClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaExceededFault', error: {"code"=>"ClusterQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
98
+ ClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaExceededFault', error: {"code" => "ClusterQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
99
99
  ClusterSecurityGroup = Shapes::StructureShape.new(name: 'ClusterSecurityGroup')
100
- ClusterSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupAlreadyExistsFault', error: {"code"=>"ClusterSecurityGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
100
+ ClusterSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupAlreadyExistsFault', error: {"code" => "ClusterSecurityGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
101
101
  ClusterSecurityGroupMembership = Shapes::StructureShape.new(name: 'ClusterSecurityGroupMembership')
102
102
  ClusterSecurityGroupMembershipList = Shapes::ListShape.new(name: 'ClusterSecurityGroupMembershipList')
103
103
  ClusterSecurityGroupMessage = Shapes::StructureShape.new(name: 'ClusterSecurityGroupMessage')
104
104
  ClusterSecurityGroupNameList = Shapes::ListShape.new(name: 'ClusterSecurityGroupNameList')
105
- ClusterSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupNotFoundFault', error: {"code"=>"ClusterSecurityGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
106
- ClusterSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupQuotaExceededFault', error: {"code"=>"QuotaExceeded.ClusterSecurityGroup", "httpStatusCode"=>400, "senderFault"=>true})
105
+ ClusterSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupNotFoundFault', error: {"code" => "ClusterSecurityGroupNotFound", "httpStatusCode" => 404, "senderFault" => true})
106
+ ClusterSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupQuotaExceededFault', error: {"code" => "QuotaExceeded.ClusterSecurityGroup", "httpStatusCode" => 400, "senderFault" => true})
107
107
  ClusterSecurityGroups = Shapes::ListShape.new(name: 'ClusterSecurityGroups')
108
- ClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSnapshotAlreadyExistsFault', error: {"code"=>"ClusterSnapshotAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
108
+ ClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSnapshotAlreadyExistsFault', error: {"code" => "ClusterSnapshotAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
109
109
  ClusterSnapshotCopyStatus = Shapes::StructureShape.new(name: 'ClusterSnapshotCopyStatus')
110
- ClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSnapshotNotFoundFault', error: {"code"=>"ClusterSnapshotNotFound", "httpStatusCode"=>404, "senderFault"=>true})
111
- ClusterSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSnapshotQuotaExceededFault', error: {"code"=>"ClusterSnapshotQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
110
+ ClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSnapshotNotFoundFault', error: {"code" => "ClusterSnapshotNotFound", "httpStatusCode" => 404, "senderFault" => true})
111
+ ClusterSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSnapshotQuotaExceededFault', error: {"code" => "ClusterSnapshotQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
112
112
  ClusterSubnetGroup = Shapes::StructureShape.new(name: 'ClusterSubnetGroup')
113
- ClusterSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupAlreadyExistsFault', error: {"code"=>"ClusterSubnetGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
113
+ ClusterSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupAlreadyExistsFault', error: {"code" => "ClusterSubnetGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
114
114
  ClusterSubnetGroupMessage = Shapes::StructureShape.new(name: 'ClusterSubnetGroupMessage')
115
- ClusterSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupNotFoundFault', error: {"code"=>"ClusterSubnetGroupNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
116
- ClusterSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupQuotaExceededFault', error: {"code"=>"ClusterSubnetGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
115
+ ClusterSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupNotFoundFault', error: {"code" => "ClusterSubnetGroupNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
116
+ ClusterSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupQuotaExceededFault', error: {"code" => "ClusterSubnetGroupQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
117
117
  ClusterSubnetGroups = Shapes::ListShape.new(name: 'ClusterSubnetGroups')
118
- ClusterSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetQuotaExceededFault', error: {"code"=>"ClusterSubnetQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
118
+ ClusterSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetQuotaExceededFault', error: {"code" => "ClusterSubnetQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
119
119
  ClusterVersion = Shapes::StructureShape.new(name: 'ClusterVersion')
120
120
  ClusterVersionList = Shapes::ListShape.new(name: 'ClusterVersionList')
121
121
  ClusterVersionsMessage = Shapes::StructureShape.new(name: 'ClusterVersionsMessage')
122
122
  ClustersMessage = Shapes::StructureShape.new(name: 'ClustersMessage')
123
- ConflictPolicyUpdateFault = Shapes::StructureShape.new(name: 'ConflictPolicyUpdateFault', error: {"code"=>"ConflictPolicyUpdateFault", "httpStatusCode"=>409, "senderFault"=>true})
123
+ ConflictPolicyUpdateFault = Shapes::StructureShape.new(name: 'ConflictPolicyUpdateFault', error: {"code" => "ConflictPolicyUpdateFault", "httpStatusCode" => 409, "senderFault" => true})
124
124
  ConsumerIdentifierList = Shapes::ListShape.new(name: 'ConsumerIdentifierList')
125
125
  CopyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyClusterSnapshotMessage')
126
126
  CopyClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyClusterSnapshotResult')
127
- CopyToRegionDisabledFault = Shapes::StructureShape.new(name: 'CopyToRegionDisabledFault', error: {"code"=>"CopyToRegionDisabledFault", "httpStatusCode"=>400, "senderFault"=>true})
127
+ CopyToRegionDisabledFault = Shapes::StructureShape.new(name: 'CopyToRegionDisabledFault', error: {"code" => "CopyToRegionDisabledFault", "httpStatusCode" => 400, "senderFault" => true})
128
128
  CreateAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileMessage')
129
129
  CreateAuthenticationProfileResult = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileResult')
130
130
  CreateClusterMessage = Shapes::StructureShape.new(name: 'CreateClusterMessage')
@@ -155,8 +155,8 @@ module Aws::Redshift
155
155
  CreateSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'CreateSnapshotScheduleMessage')
156
156
  CreateTagsMessage = Shapes::StructureShape.new(name: 'CreateTagsMessage')
157
157
  CreateUsageLimitMessage = Shapes::StructureShape.new(name: 'CreateUsageLimitMessage')
158
- CustomCnameAssociationFault = Shapes::StructureShape.new(name: 'CustomCnameAssociationFault', error: {"code"=>"CustomCnameAssociationFault", "httpStatusCode"=>400, "senderFault"=>true})
159
- CustomDomainAssociationNotFoundFault = Shapes::StructureShape.new(name: 'CustomDomainAssociationNotFoundFault', error: {"code"=>"CustomDomainAssociationNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
158
+ CustomCnameAssociationFault = Shapes::StructureShape.new(name: 'CustomCnameAssociationFault', error: {"code" => "CustomCnameAssociationFault", "httpStatusCode" => 400, "senderFault" => true})
159
+ CustomDomainAssociationNotFoundFault = Shapes::StructureShape.new(name: 'CustomDomainAssociationNotFoundFault', error: {"code" => "CustomDomainAssociationNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
160
160
  CustomDomainAssociationsMessage = Shapes::StructureShape.new(name: 'CustomDomainAssociationsMessage')
161
161
  CustomDomainCertificateArnString = Shapes::StringShape.new(name: 'CustomDomainCertificateArnString')
162
162
  CustomDomainNameString = Shapes::StringShape.new(name: 'CustomDomainNameString')
@@ -198,9 +198,9 @@ module Aws::Redshift
198
198
  DeleteSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotScheduleMessage')
199
199
  DeleteTagsMessage = Shapes::StructureShape.new(name: 'DeleteTagsMessage')
200
200
  DeleteUsageLimitMessage = Shapes::StructureShape.new(name: 'DeleteUsageLimitMessage')
201
- DependentServiceAccessDeniedFault = Shapes::StructureShape.new(name: 'DependentServiceAccessDeniedFault', error: {"code"=>"DependentServiceAccessDenied", "httpStatusCode"=>403, "senderFault"=>true})
202
- DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault', error: {"code"=>"DependentServiceRequestThrottlingFault", "httpStatusCode"=>400, "senderFault"=>true})
203
- DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault', error: {"code"=>"DependentServiceUnavailableFault", "httpStatusCode"=>400, "senderFault"=>true})
201
+ DependentServiceAccessDeniedFault = Shapes::StructureShape.new(name: 'DependentServiceAccessDeniedFault', error: {"code" => "DependentServiceAccessDenied", "httpStatusCode" => 403, "senderFault" => true})
202
+ DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault', error: {"code" => "DependentServiceRequestThrottlingFault", "httpStatusCode" => 400, "senderFault" => true})
203
+ DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault', error: {"code" => "DependentServiceUnavailableFault", "httpStatusCode" => 400, "senderFault" => true})
204
204
  DeregisterNamespaceInputMessage = Shapes::StructureShape.new(name: 'DeregisterNamespaceInputMessage')
205
205
  DeregisterNamespaceOutputMessage = Shapes::StructureShape.new(name: 'DeregisterNamespaceOutputMessage')
206
206
  DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
@@ -275,16 +275,16 @@ module Aws::Redshift
275
275
  EndpointAccess = Shapes::StructureShape.new(name: 'EndpointAccess')
276
276
  EndpointAccessList = Shapes::StructureShape.new(name: 'EndpointAccessList')
277
277
  EndpointAccesses = Shapes::ListShape.new(name: 'EndpointAccesses')
278
- EndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAlreadyExistsFault', error: {"code"=>"EndpointAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
278
+ EndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAlreadyExistsFault', error: {"code" => "EndpointAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
279
279
  EndpointAuthorization = Shapes::StructureShape.new(name: 'EndpointAuthorization')
280
- EndpointAuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationAlreadyExistsFault', error: {"code"=>"EndpointAuthorizationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
280
+ EndpointAuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationAlreadyExistsFault', error: {"code" => "EndpointAuthorizationAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
281
281
  EndpointAuthorizationList = Shapes::StructureShape.new(name: 'EndpointAuthorizationList')
282
- EndpointAuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationNotFoundFault', error: {"code"=>"EndpointAuthorizationNotFound", "httpStatusCode"=>404, "senderFault"=>true})
282
+ EndpointAuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationNotFoundFault', error: {"code" => "EndpointAuthorizationNotFound", "httpStatusCode" => 404, "senderFault" => true})
283
283
  EndpointAuthorizations = Shapes::ListShape.new(name: 'EndpointAuthorizations')
284
- EndpointAuthorizationsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationsPerClusterLimitExceededFault', error: {"code"=>"EndpointAuthorizationsPerClusterLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
285
- EndpointNotFoundFault = Shapes::StructureShape.new(name: 'EndpointNotFoundFault', error: {"code"=>"EndpointNotFound", "httpStatusCode"=>404, "senderFault"=>true})
286
- EndpointsPerAuthorizationLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerAuthorizationLimitExceededFault', error: {"code"=>"EndpointsPerAuthorizationLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
287
- EndpointsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerClusterLimitExceededFault', error: {"code"=>"EndpointsPerClusterLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
284
+ EndpointAuthorizationsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationsPerClusterLimitExceededFault', error: {"code" => "EndpointAuthorizationsPerClusterLimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
285
+ EndpointNotFoundFault = Shapes::StructureShape.new(name: 'EndpointNotFoundFault', error: {"code" => "EndpointNotFound", "httpStatusCode" => 404, "senderFault" => true})
286
+ EndpointsPerAuthorizationLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerAuthorizationLimitExceededFault', error: {"code" => "EndpointsPerAuthorizationLimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
287
+ EndpointsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerClusterLimitExceededFault', error: {"code" => "EndpointsPerClusterLimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
288
288
  Event = Shapes::StructureShape.new(name: 'Event')
289
289
  EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
290
290
  EventCategoriesMap = Shapes::StructureShape.new(name: 'EventCategoriesMap')
@@ -294,7 +294,7 @@ module Aws::Redshift
294
294
  EventInfoMapList = Shapes::ListShape.new(name: 'EventInfoMapList')
295
295
  EventList = Shapes::ListShape.new(name: 'EventList')
296
296
  EventSubscription = Shapes::StructureShape.new(name: 'EventSubscription')
297
- EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault', error: {"code"=>"EventSubscriptionQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
297
+ EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault', error: {"code" => "EventSubscriptionQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
298
298
  EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
299
299
  EventSubscriptionsMessage = Shapes::StructureShape.new(name: 'EventSubscriptionsMessage')
300
300
  EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
@@ -309,17 +309,17 @@ module Aws::Redshift
309
309
  GetResourcePolicyMessage = Shapes::StructureShape.new(name: 'GetResourcePolicyMessage')
310
310
  GetResourcePolicyResult = Shapes::StructureShape.new(name: 'GetResourcePolicyResult')
311
311
  HsmClientCertificate = Shapes::StructureShape.new(name: 'HsmClientCertificate')
312
- HsmClientCertificateAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmClientCertificateAlreadyExistsFault', error: {"code"=>"HsmClientCertificateAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
312
+ HsmClientCertificateAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmClientCertificateAlreadyExistsFault', error: {"code" => "HsmClientCertificateAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
313
313
  HsmClientCertificateList = Shapes::ListShape.new(name: 'HsmClientCertificateList')
314
314
  HsmClientCertificateMessage = Shapes::StructureShape.new(name: 'HsmClientCertificateMessage')
315
- HsmClientCertificateNotFoundFault = Shapes::StructureShape.new(name: 'HsmClientCertificateNotFoundFault', error: {"code"=>"HsmClientCertificateNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
316
- HsmClientCertificateQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmClientCertificateQuotaExceededFault', error: {"code"=>"HsmClientCertificateQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
315
+ HsmClientCertificateNotFoundFault = Shapes::StructureShape.new(name: 'HsmClientCertificateNotFoundFault', error: {"code" => "HsmClientCertificateNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
316
+ HsmClientCertificateQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmClientCertificateQuotaExceededFault', error: {"code" => "HsmClientCertificateQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
317
317
  HsmConfiguration = Shapes::StructureShape.new(name: 'HsmConfiguration')
318
- HsmConfigurationAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmConfigurationAlreadyExistsFault', error: {"code"=>"HsmConfigurationAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
318
+ HsmConfigurationAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmConfigurationAlreadyExistsFault', error: {"code" => "HsmConfigurationAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
319
319
  HsmConfigurationList = Shapes::ListShape.new(name: 'HsmConfigurationList')
320
320
  HsmConfigurationMessage = Shapes::StructureShape.new(name: 'HsmConfigurationMessage')
321
- HsmConfigurationNotFoundFault = Shapes::StructureShape.new(name: 'HsmConfigurationNotFoundFault', error: {"code"=>"HsmConfigurationNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
322
- HsmConfigurationQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmConfigurationQuotaExceededFault', error: {"code"=>"HsmConfigurationQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
321
+ HsmConfigurationNotFoundFault = Shapes::StructureShape.new(name: 'HsmConfigurationNotFoundFault', error: {"code" => "HsmConfigurationNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
322
+ HsmConfigurationQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmConfigurationQuotaExceededFault', error: {"code" => "HsmConfigurationQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
323
323
  HsmStatus = Shapes::StructureShape.new(name: 'HsmStatus')
324
324
  IPRange = Shapes::StructureShape.new(name: 'IPRange')
325
325
  IPRangeList = Shapes::ListShape.new(name: 'IPRangeList')
@@ -330,67 +330,67 @@ module Aws::Redshift
330
330
  ImportTablesCompleted = Shapes::ListShape.new(name: 'ImportTablesCompleted')
331
331
  ImportTablesInProgress = Shapes::ListShape.new(name: 'ImportTablesInProgress')
332
332
  ImportTablesNotStarted = Shapes::ListShape.new(name: 'ImportTablesNotStarted')
333
- InProgressTableRestoreQuotaExceededFault = Shapes::StructureShape.new(name: 'InProgressTableRestoreQuotaExceededFault', error: {"code"=>"InProgressTableRestoreQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
333
+ InProgressTableRestoreQuotaExceededFault = Shapes::StructureShape.new(name: 'InProgressTableRestoreQuotaExceededFault', error: {"code" => "InProgressTableRestoreQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
334
334
  InboundIntegration = Shapes::StructureShape.new(name: 'InboundIntegration')
335
335
  InboundIntegrationArn = Shapes::StringShape.new(name: 'InboundIntegrationArn')
336
336
  InboundIntegrationList = Shapes::ListShape.new(name: 'InboundIntegrationList')
337
337
  InboundIntegrationsMessage = Shapes::StructureShape.new(name: 'InboundIntegrationsMessage')
338
- IncompatibleOrderableOptions = Shapes::StructureShape.new(name: 'IncompatibleOrderableOptions', error: {"code"=>"IncompatibleOrderableOptions", "httpStatusCode"=>400, "senderFault"=>true})
339
- InsufficientClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientClusterCapacityFault', error: {"code"=>"InsufficientClusterCapacity", "httpStatusCode"=>400, "senderFault"=>true})
340
- InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault', error: {"code"=>"InsufficientS3BucketPolicyFault", "httpStatusCode"=>400, "senderFault"=>true})
338
+ IncompatibleOrderableOptions = Shapes::StructureShape.new(name: 'IncompatibleOrderableOptions', error: {"code" => "IncompatibleOrderableOptions", "httpStatusCode" => 400, "senderFault" => true})
339
+ InsufficientClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientClusterCapacityFault', error: {"code" => "InsufficientClusterCapacity", "httpStatusCode" => 400, "senderFault" => true})
340
+ InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault', error: {"code" => "InsufficientS3BucketPolicyFault", "httpStatusCode" => 400, "senderFault" => true})
341
341
  Integer = Shapes::IntegerShape.new(name: 'Integer')
342
342
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
343
343
  Integration = Shapes::StructureShape.new(name: 'Integration')
344
- IntegrationAlreadyExistsFault = Shapes::StructureShape.new(name: 'IntegrationAlreadyExistsFault', error: {"code"=>"IntegrationAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
344
+ IntegrationAlreadyExistsFault = Shapes::StructureShape.new(name: 'IntegrationAlreadyExistsFault', error: {"code" => "IntegrationAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
345
345
  IntegrationArn = Shapes::StringShape.new(name: 'IntegrationArn')
346
- IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault', error: {"code"=>"IntegrationConflictOperationFault", "httpStatusCode"=>400, "senderFault"=>true})
347
- IntegrationConflictStateFault = Shapes::StructureShape.new(name: 'IntegrationConflictStateFault', error: {"code"=>"IntegrationConflictStateFault", "httpStatusCode"=>400, "senderFault"=>true})
346
+ IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault', error: {"code" => "IntegrationConflictOperationFault", "httpStatusCode" => 400, "senderFault" => true})
347
+ IntegrationConflictStateFault = Shapes::StructureShape.new(name: 'IntegrationConflictStateFault', error: {"code" => "IntegrationConflictStateFault", "httpStatusCode" => 400, "senderFault" => true})
348
348
  IntegrationDescription = Shapes::StringShape.new(name: 'IntegrationDescription')
349
349
  IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
350
350
  IntegrationErrorList = Shapes::ListShape.new(name: 'IntegrationErrorList')
351
351
  IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
352
352
  IntegrationName = Shapes::StringShape.new(name: 'IntegrationName')
353
- IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault', error: {"code"=>"IntegrationNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
354
- IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault', error: {"code"=>"IntegrationQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
355
- IntegrationSourceNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationSourceNotFoundFault', error: {"code"=>"IntegrationSourceNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
356
- IntegrationTargetNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationTargetNotFoundFault', error: {"code"=>"IntegrationTargetNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
353
+ IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault', error: {"code" => "IntegrationNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
354
+ IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault', error: {"code" => "IntegrationQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
355
+ IntegrationSourceNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationSourceNotFoundFault', error: {"code" => "IntegrationSourceNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
356
+ IntegrationTargetNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationTargetNotFoundFault', error: {"code" => "IntegrationTargetNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
357
357
  IntegrationsMessage = Shapes::StructureShape.new(name: 'IntegrationsMessage')
358
- InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault', error: {"code"=>"InvalidAuthenticationProfileRequestFault", "httpStatusCode"=>400, "senderFault"=>true})
359
- InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault', error: {"code"=>"InvalidAuthorizationState", "httpStatusCode"=>400, "senderFault"=>true})
360
- InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault', error: {"code"=>"InvalidClusterParameterGroupState", "httpStatusCode"=>400, "senderFault"=>true})
361
- InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault', error: {"code"=>"InvalidClusterSecurityGroupState", "httpStatusCode"=>400, "senderFault"=>true})
362
- InvalidClusterSnapshotScheduleStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotScheduleStateFault', error: {"code"=>"InvalidClusterSnapshotScheduleState", "httpStatusCode"=>400, "senderFault"=>true})
363
- InvalidClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotStateFault', error: {"code"=>"InvalidClusterSnapshotState", "httpStatusCode"=>400, "senderFault"=>true})
364
- InvalidClusterStateFault = Shapes::StructureShape.new(name: 'InvalidClusterStateFault', error: {"code"=>"InvalidClusterState", "httpStatusCode"=>400, "senderFault"=>true})
365
- InvalidClusterSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetGroupStateFault', error: {"code"=>"InvalidClusterSubnetGroupStateFault", "httpStatusCode"=>400, "senderFault"=>true})
366
- InvalidClusterSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetStateFault', error: {"code"=>"InvalidClusterSubnetStateFault", "httpStatusCode"=>400, "senderFault"=>true})
367
- InvalidClusterTrackFault = Shapes::StructureShape.new(name: 'InvalidClusterTrackFault', error: {"code"=>"InvalidClusterTrack", "httpStatusCode"=>400, "senderFault"=>true})
368
- InvalidDataShareFault = Shapes::StructureShape.new(name: 'InvalidDataShareFault', error: {"code"=>"InvalidDataShareFault", "httpStatusCode"=>400, "senderFault"=>true})
369
- InvalidElasticIpFault = Shapes::StructureShape.new(name: 'InvalidElasticIpFault', error: {"code"=>"InvalidElasticIpFault", "httpStatusCode"=>400, "senderFault"=>true})
370
- InvalidEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidEndpointStateFault', error: {"code"=>"InvalidEndpointState", "httpStatusCode"=>400, "senderFault"=>true})
371
- InvalidHsmClientCertificateStateFault = Shapes::StructureShape.new(name: 'InvalidHsmClientCertificateStateFault', error: {"code"=>"InvalidHsmClientCertificateStateFault", "httpStatusCode"=>400, "senderFault"=>true})
372
- InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault', error: {"code"=>"InvalidHsmConfigurationStateFault", "httpStatusCode"=>400, "senderFault"=>true})
373
- InvalidNamespaceFault = Shapes::StructureShape.new(name: 'InvalidNamespaceFault', error: {"code"=>"InvalidNamespaceFault", "httpStatusCode"=>400, "senderFault"=>true})
374
- InvalidPolicyFault = Shapes::StructureShape.new(name: 'InvalidPolicyFault', error: {"code"=>"InvalidPolicyFault", "httpStatusCode"=>400, "senderFault"=>true})
375
- InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault', error: {"code"=>"InvalidReservedNodeState", "httpStatusCode"=>400, "senderFault"=>true})
376
- InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault', error: {"code"=>"InvalidRestore", "httpStatusCode"=>406, "senderFault"=>true})
377
- InvalidRetentionPeriodFault = Shapes::StructureShape.new(name: 'InvalidRetentionPeriodFault', error: {"code"=>"InvalidRetentionPeriodFault", "httpStatusCode"=>400, "senderFault"=>true})
378
- InvalidS3BucketNameFault = Shapes::StructureShape.new(name: 'InvalidS3BucketNameFault', error: {"code"=>"InvalidS3BucketNameFault", "httpStatusCode"=>400, "senderFault"=>true})
379
- InvalidS3KeyPrefixFault = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixFault', error: {"code"=>"InvalidS3KeyPrefixFault", "httpStatusCode"=>400, "senderFault"=>true})
380
- InvalidScheduleFault = Shapes::StructureShape.new(name: 'InvalidScheduleFault', error: {"code"=>"InvalidSchedule", "httpStatusCode"=>400, "senderFault"=>true})
381
- InvalidScheduledActionFault = Shapes::StructureShape.new(name: 'InvalidScheduledActionFault', error: {"code"=>"InvalidScheduledAction", "httpStatusCode"=>400, "senderFault"=>true})
382
- InvalidSnapshotCopyGrantStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotCopyGrantStateFault', error: {"code"=>"InvalidSnapshotCopyGrantStateFault", "httpStatusCode"=>400, "senderFault"=>true})
383
- InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet', error: {"code"=>"InvalidSubnet", "httpStatusCode"=>400, "senderFault"=>true})
384
- InvalidSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidSubscriptionStateFault', error: {"code"=>"InvalidSubscriptionStateFault", "httpStatusCode"=>400, "senderFault"=>true})
385
- InvalidTableRestoreArgumentFault = Shapes::StructureShape.new(name: 'InvalidTableRestoreArgumentFault', error: {"code"=>"InvalidTableRestoreArgument", "httpStatusCode"=>400, "senderFault"=>true})
386
- InvalidTagFault = Shapes::StructureShape.new(name: 'InvalidTagFault', error: {"code"=>"InvalidTagFault", "httpStatusCode"=>400, "senderFault"=>true})
387
- InvalidUsageLimitFault = Shapes::StructureShape.new(name: 'InvalidUsageLimitFault', error: {"code"=>"InvalidUsageLimit", "httpStatusCode"=>400, "senderFault"=>true})
388
- InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault', error: {"code"=>"InvalidVPCNetworkStateFault", "httpStatusCode"=>400, "senderFault"=>true})
389
- Ipv6CidrBlockNotFoundFault = Shapes::StructureShape.new(name: 'Ipv6CidrBlockNotFoundFault', error: {"code"=>"Ipv6CidrBlockNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
358
+ InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault', error: {"code" => "InvalidAuthenticationProfileRequestFault", "httpStatusCode" => 400, "senderFault" => true})
359
+ InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault', error: {"code" => "InvalidAuthorizationState", "httpStatusCode" => 400, "senderFault" => true})
360
+ InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault', error: {"code" => "InvalidClusterParameterGroupState", "httpStatusCode" => 400, "senderFault" => true})
361
+ InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault', error: {"code" => "InvalidClusterSecurityGroupState", "httpStatusCode" => 400, "senderFault" => true})
362
+ InvalidClusterSnapshotScheduleStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotScheduleStateFault', error: {"code" => "InvalidClusterSnapshotScheduleState", "httpStatusCode" => 400, "senderFault" => true})
363
+ InvalidClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotStateFault', error: {"code" => "InvalidClusterSnapshotState", "httpStatusCode" => 400, "senderFault" => true})
364
+ InvalidClusterStateFault = Shapes::StructureShape.new(name: 'InvalidClusterStateFault', error: {"code" => "InvalidClusterState", "httpStatusCode" => 400, "senderFault" => true})
365
+ InvalidClusterSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetGroupStateFault', error: {"code" => "InvalidClusterSubnetGroupStateFault", "httpStatusCode" => 400, "senderFault" => true})
366
+ InvalidClusterSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetStateFault', error: {"code" => "InvalidClusterSubnetStateFault", "httpStatusCode" => 400, "senderFault" => true})
367
+ InvalidClusterTrackFault = Shapes::StructureShape.new(name: 'InvalidClusterTrackFault', error: {"code" => "InvalidClusterTrack", "httpStatusCode" => 400, "senderFault" => true})
368
+ InvalidDataShareFault = Shapes::StructureShape.new(name: 'InvalidDataShareFault', error: {"code" => "InvalidDataShareFault", "httpStatusCode" => 400, "senderFault" => true})
369
+ InvalidElasticIpFault = Shapes::StructureShape.new(name: 'InvalidElasticIpFault', error: {"code" => "InvalidElasticIpFault", "httpStatusCode" => 400, "senderFault" => true})
370
+ InvalidEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidEndpointStateFault', error: {"code" => "InvalidEndpointState", "httpStatusCode" => 400, "senderFault" => true})
371
+ InvalidHsmClientCertificateStateFault = Shapes::StructureShape.new(name: 'InvalidHsmClientCertificateStateFault', error: {"code" => "InvalidHsmClientCertificateStateFault", "httpStatusCode" => 400, "senderFault" => true})
372
+ InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault', error: {"code" => "InvalidHsmConfigurationStateFault", "httpStatusCode" => 400, "senderFault" => true})
373
+ InvalidNamespaceFault = Shapes::StructureShape.new(name: 'InvalidNamespaceFault', error: {"code" => "InvalidNamespaceFault", "httpStatusCode" => 400, "senderFault" => true})
374
+ InvalidPolicyFault = Shapes::StructureShape.new(name: 'InvalidPolicyFault', error: {"code" => "InvalidPolicyFault", "httpStatusCode" => 400, "senderFault" => true})
375
+ InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault', error: {"code" => "InvalidReservedNodeState", "httpStatusCode" => 400, "senderFault" => true})
376
+ InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault', error: {"code" => "InvalidRestore", "httpStatusCode" => 406, "senderFault" => true})
377
+ InvalidRetentionPeriodFault = Shapes::StructureShape.new(name: 'InvalidRetentionPeriodFault', error: {"code" => "InvalidRetentionPeriodFault", "httpStatusCode" => 400, "senderFault" => true})
378
+ InvalidS3BucketNameFault = Shapes::StructureShape.new(name: 'InvalidS3BucketNameFault', error: {"code" => "InvalidS3BucketNameFault", "httpStatusCode" => 400, "senderFault" => true})
379
+ InvalidS3KeyPrefixFault = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixFault', error: {"code" => "InvalidS3KeyPrefixFault", "httpStatusCode" => 400, "senderFault" => true})
380
+ InvalidScheduleFault = Shapes::StructureShape.new(name: 'InvalidScheduleFault', error: {"code" => "InvalidSchedule", "httpStatusCode" => 400, "senderFault" => true})
381
+ InvalidScheduledActionFault = Shapes::StructureShape.new(name: 'InvalidScheduledActionFault', error: {"code" => "InvalidScheduledAction", "httpStatusCode" => 400, "senderFault" => true})
382
+ InvalidSnapshotCopyGrantStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotCopyGrantStateFault', error: {"code" => "InvalidSnapshotCopyGrantStateFault", "httpStatusCode" => 400, "senderFault" => true})
383
+ InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet', error: {"code" => "InvalidSubnet", "httpStatusCode" => 400, "senderFault" => true})
384
+ InvalidSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidSubscriptionStateFault', error: {"code" => "InvalidSubscriptionStateFault", "httpStatusCode" => 400, "senderFault" => true})
385
+ InvalidTableRestoreArgumentFault = Shapes::StructureShape.new(name: 'InvalidTableRestoreArgumentFault', error: {"code" => "InvalidTableRestoreArgument", "httpStatusCode" => 400, "senderFault" => true})
386
+ InvalidTagFault = Shapes::StructureShape.new(name: 'InvalidTagFault', error: {"code" => "InvalidTagFault", "httpStatusCode" => 400, "senderFault" => true})
387
+ InvalidUsageLimitFault = Shapes::StructureShape.new(name: 'InvalidUsageLimitFault', error: {"code" => "InvalidUsageLimit", "httpStatusCode" => 400, "senderFault" => true})
388
+ InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault', error: {"code" => "InvalidVPCNetworkStateFault", "httpStatusCode" => 400, "senderFault" => true})
389
+ Ipv6CidrBlockNotFoundFault = Shapes::StructureShape.new(name: 'Ipv6CidrBlockNotFoundFault', error: {"code" => "Ipv6CidrBlockNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
390
390
  LakeFormationQuery = Shapes::StructureShape.new(name: 'LakeFormationQuery')
391
391
  LakeFormationScopeUnion = Shapes::UnionShape.new(name: 'LakeFormationScopeUnion')
392
392
  LakeFormationServiceIntegrations = Shapes::ListShape.new(name: 'LakeFormationServiceIntegrations')
393
- LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code"=>"LimitExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
393
+ LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code" => "LimitExceededFault", "httpStatusCode" => 400, "senderFault" => true})
394
394
  ListRecommendationsMessage = Shapes::StructureShape.new(name: 'ListRecommendationsMessage')
395
395
  ListRecommendationsResult = Shapes::StructureShape.new(name: 'ListRecommendationsResult')
396
396
  LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
@@ -441,8 +441,8 @@ module Aws::Redshift
441
441
  NodeConfigurationOptionsFilterList = Shapes::ListShape.new(name: 'NodeConfigurationOptionsFilterList')
442
442
  NodeConfigurationOptionsFilterName = Shapes::StringShape.new(name: 'NodeConfigurationOptionsFilterName')
443
443
  NodeConfigurationOptionsMessage = Shapes::StructureShape.new(name: 'NodeConfigurationOptionsMessage')
444
- NumberOfNodesPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesPerClusterLimitExceededFault', error: {"code"=>"NumberOfNodesPerClusterLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
445
- NumberOfNodesQuotaExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesQuotaExceededFault', error: {"code"=>"NumberOfNodesQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
444
+ NumberOfNodesPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesPerClusterLimitExceededFault', error: {"code" => "NumberOfNodesPerClusterLimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
445
+ NumberOfNodesQuotaExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesQuotaExceededFault', error: {"code" => "NumberOfNodesQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
446
446
  OperatorType = Shapes::StringShape.new(name: 'OperatorType')
447
447
  OrderableClusterOption = Shapes::StructureShape.new(name: 'OrderableClusterOption')
448
448
  OrderableClusterOptionsList = Shapes::ListShape.new(name: 'OrderableClusterOptionsList')
@@ -461,7 +461,7 @@ module Aws::Redshift
461
461
  PartnerIntegrationPartnerName = Shapes::StringShape.new(name: 'PartnerIntegrationPartnerName')
462
462
  PartnerIntegrationStatus = Shapes::StringShape.new(name: 'PartnerIntegrationStatus')
463
463
  PartnerIntegrationStatusMessage = Shapes::StringShape.new(name: 'PartnerIntegrationStatusMessage')
464
- PartnerNotFoundFault = Shapes::StructureShape.new(name: 'PartnerNotFoundFault', error: {"code"=>"PartnerNotFound", "httpStatusCode"=>404, "senderFault"=>true})
464
+ PartnerNotFoundFault = Shapes::StructureShape.new(name: 'PartnerNotFoundFault', error: {"code" => "PartnerNotFound", "httpStatusCode" => 404, "senderFault" => true})
465
465
  PauseClusterMessage = Shapes::StructureShape.new(name: 'PauseClusterMessage')
466
466
  PauseClusterResult = Shapes::StructureShape.new(name: 'PauseClusterResult')
467
467
  PendingActionsList = Shapes::ListShape.new(name: 'PendingActionsList')
@@ -482,42 +482,42 @@ module Aws::Redshift
482
482
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
483
483
  RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
484
484
  RedshiftIdcApplication = Shapes::StructureShape.new(name: 'RedshiftIdcApplication')
485
- RedshiftIdcApplicationAlreadyExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationAlreadyExistsFault', error: {"code"=>"RedshiftIdcApplicationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
485
+ RedshiftIdcApplicationAlreadyExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationAlreadyExistsFault', error: {"code" => "RedshiftIdcApplicationAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
486
486
  RedshiftIdcApplicationList = Shapes::ListShape.new(name: 'RedshiftIdcApplicationList')
487
487
  RedshiftIdcApplicationName = Shapes::StringShape.new(name: 'RedshiftIdcApplicationName')
488
- RedshiftIdcApplicationNotExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationNotExistsFault', error: {"code"=>"RedshiftIdcApplicationNotExists", "httpStatusCode"=>404, "senderFault"=>true})
489
- RedshiftIdcApplicationQuotaExceededFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationQuotaExceededFault', error: {"code"=>"RedshiftIdcApplicationQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
488
+ RedshiftIdcApplicationNotExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationNotExistsFault', error: {"code" => "RedshiftIdcApplicationNotExists", "httpStatusCode" => 404, "senderFault" => true})
489
+ RedshiftIdcApplicationQuotaExceededFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationQuotaExceededFault', error: {"code" => "RedshiftIdcApplicationQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
490
490
  ReferenceLink = Shapes::StructureShape.new(name: 'ReferenceLink')
491
491
  ReferenceLinkList = Shapes::ListShape.new(name: 'ReferenceLinkList')
492
492
  RegisterNamespaceInputMessage = Shapes::StructureShape.new(name: 'RegisterNamespaceInputMessage')
493
493
  RegisterNamespaceOutputMessage = Shapes::StructureShape.new(name: 'RegisterNamespaceOutputMessage')
494
494
  RejectDataShareMessage = Shapes::StructureShape.new(name: 'RejectDataShareMessage')
495
495
  ReservedNode = Shapes::StructureShape.new(name: 'ReservedNode')
496
- ReservedNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyExistsFault', error: {"code"=>"ReservedNodeAlreadyExists", "httpStatusCode"=>404, "senderFault"=>true})
497
- ReservedNodeAlreadyMigratedFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyMigratedFault', error: {"code"=>"ReservedNodeAlreadyMigrated", "httpStatusCode"=>400, "senderFault"=>true})
496
+ ReservedNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyExistsFault', error: {"code" => "ReservedNodeAlreadyExists", "httpStatusCode" => 404, "senderFault" => true})
497
+ ReservedNodeAlreadyMigratedFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyMigratedFault', error: {"code" => "ReservedNodeAlreadyMigrated", "httpStatusCode" => 400, "senderFault" => true})
498
498
  ReservedNodeConfigurationOption = Shapes::StructureShape.new(name: 'ReservedNodeConfigurationOption')
499
499
  ReservedNodeConfigurationOptionList = Shapes::ListShape.new(name: 'ReservedNodeConfigurationOptionList')
500
500
  ReservedNodeExchangeActionType = Shapes::StringShape.new(name: 'ReservedNodeExchangeActionType')
501
- ReservedNodeExchangeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeExchangeNotFoundFault', error: {"code"=>"ReservedNodeExchangeNotFond", "httpStatusCode"=>404, "senderFault"=>true})
501
+ ReservedNodeExchangeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeExchangeNotFoundFault', error: {"code" => "ReservedNodeExchangeNotFond", "httpStatusCode" => 404, "senderFault" => true})
502
502
  ReservedNodeExchangeStatus = Shapes::StructureShape.new(name: 'ReservedNodeExchangeStatus')
503
503
  ReservedNodeExchangeStatusList = Shapes::ListShape.new(name: 'ReservedNodeExchangeStatusList')
504
504
  ReservedNodeExchangeStatusType = Shapes::StringShape.new(name: 'ReservedNodeExchangeStatusType')
505
505
  ReservedNodeList = Shapes::ListShape.new(name: 'ReservedNodeList')
506
- ReservedNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeNotFoundFault', error: {"code"=>"ReservedNodeNotFound", "httpStatusCode"=>404, "senderFault"=>true})
506
+ ReservedNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeNotFoundFault', error: {"code" => "ReservedNodeNotFound", "httpStatusCode" => 404, "senderFault" => true})
507
507
  ReservedNodeOffering = Shapes::StructureShape.new(name: 'ReservedNodeOffering')
508
508
  ReservedNodeOfferingList = Shapes::ListShape.new(name: 'ReservedNodeOfferingList')
509
- ReservedNodeOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeOfferingNotFoundFault', error: {"code"=>"ReservedNodeOfferingNotFound", "httpStatusCode"=>404, "senderFault"=>true})
509
+ ReservedNodeOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeOfferingNotFoundFault', error: {"code" => "ReservedNodeOfferingNotFound", "httpStatusCode" => 404, "senderFault" => true})
510
510
  ReservedNodeOfferingType = Shapes::StringShape.new(name: 'ReservedNodeOfferingType')
511
511
  ReservedNodeOfferingsMessage = Shapes::StructureShape.new(name: 'ReservedNodeOfferingsMessage')
512
- ReservedNodeQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedNodeQuotaExceededFault', error: {"code"=>"ReservedNodeQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
512
+ ReservedNodeQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedNodeQuotaExceededFault', error: {"code" => "ReservedNodeQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
513
513
  ReservedNodesMessage = Shapes::StructureShape.new(name: 'ReservedNodesMessage')
514
514
  ResetClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetClusterParameterGroupMessage')
515
515
  ResizeClusterMessage = Shapes::StructureShape.new(name: 'ResizeClusterMessage')
516
516
  ResizeClusterResult = Shapes::StructureShape.new(name: 'ResizeClusterResult')
517
517
  ResizeInfo = Shapes::StructureShape.new(name: 'ResizeInfo')
518
- ResizeNotFoundFault = Shapes::StructureShape.new(name: 'ResizeNotFoundFault', error: {"code"=>"ResizeNotFound", "httpStatusCode"=>404, "senderFault"=>true})
518
+ ResizeNotFoundFault = Shapes::StructureShape.new(name: 'ResizeNotFoundFault', error: {"code" => "ResizeNotFound", "httpStatusCode" => 404, "senderFault" => true})
519
519
  ResizeProgressMessage = Shapes::StructureShape.new(name: 'ResizeProgressMessage')
520
- ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault', error: {"code"=>"ResourceNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
520
+ ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault', error: {"code" => "ResourceNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
521
521
  ResourcePolicy = Shapes::StructureShape.new(name: 'ResourcePolicy')
522
522
  RestorableNodeTypeList = Shapes::ListShape.new(name: 'RestorableNodeTypeList')
523
523
  RestoreFromClusterSnapshotMessage = Shapes::StructureShape.new(name: 'RestoreFromClusterSnapshotMessage')
@@ -539,24 +539,24 @@ module Aws::Redshift
539
539
  S3AccessGrantsScopeUnion = Shapes::UnionShape.new(name: 'S3AccessGrantsScopeUnion')
540
540
  S3AccessGrantsServiceIntegrations = Shapes::ListShape.new(name: 'S3AccessGrantsServiceIntegrations')
541
541
  S3KeyPrefixValue = Shapes::StringShape.new(name: 'S3KeyPrefixValue')
542
- SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault', error: {"code"=>"SNSInvalidTopic", "httpStatusCode"=>400, "senderFault"=>true})
543
- SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault', error: {"code"=>"SNSNoAuthorization", "httpStatusCode"=>400, "senderFault"=>true})
544
- SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault', error: {"code"=>"SNSTopicArnNotFound", "httpStatusCode"=>404, "senderFault"=>true})
542
+ SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault', error: {"code" => "SNSInvalidTopic", "httpStatusCode" => 400, "senderFault" => true})
543
+ SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault', error: {"code" => "SNSNoAuthorization", "httpStatusCode" => 400, "senderFault" => true})
544
+ SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault', error: {"code" => "SNSTopicArnNotFound", "httpStatusCode" => 404, "senderFault" => true})
545
545
  ScheduleDefinitionList = Shapes::ListShape.new(name: 'ScheduleDefinitionList')
546
- ScheduleDefinitionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduleDefinitionTypeUnsupportedFault', error: {"code"=>"ScheduleDefinitionTypeUnsupported", "httpStatusCode"=>400, "senderFault"=>true})
546
+ ScheduleDefinitionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduleDefinitionTypeUnsupportedFault', error: {"code" => "ScheduleDefinitionTypeUnsupported", "httpStatusCode" => 400, "senderFault" => true})
547
547
  ScheduleState = Shapes::StringShape.new(name: 'ScheduleState')
548
548
  ScheduledAction = Shapes::StructureShape.new(name: 'ScheduledAction')
549
- ScheduledActionAlreadyExistsFault = Shapes::StructureShape.new(name: 'ScheduledActionAlreadyExistsFault', error: {"code"=>"ScheduledActionAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
549
+ ScheduledActionAlreadyExistsFault = Shapes::StructureShape.new(name: 'ScheduledActionAlreadyExistsFault', error: {"code" => "ScheduledActionAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
550
550
  ScheduledActionFilter = Shapes::StructureShape.new(name: 'ScheduledActionFilter')
551
551
  ScheduledActionFilterList = Shapes::ListShape.new(name: 'ScheduledActionFilterList')
552
552
  ScheduledActionFilterName = Shapes::StringShape.new(name: 'ScheduledActionFilterName')
553
553
  ScheduledActionList = Shapes::ListShape.new(name: 'ScheduledActionList')
554
- ScheduledActionNotFoundFault = Shapes::StructureShape.new(name: 'ScheduledActionNotFoundFault', error: {"code"=>"ScheduledActionNotFound", "httpStatusCode"=>400, "senderFault"=>true})
555
- ScheduledActionQuotaExceededFault = Shapes::StructureShape.new(name: 'ScheduledActionQuotaExceededFault', error: {"code"=>"ScheduledActionQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
554
+ ScheduledActionNotFoundFault = Shapes::StructureShape.new(name: 'ScheduledActionNotFoundFault', error: {"code" => "ScheduledActionNotFound", "httpStatusCode" => 400, "senderFault" => true})
555
+ ScheduledActionQuotaExceededFault = Shapes::StructureShape.new(name: 'ScheduledActionQuotaExceededFault', error: {"code" => "ScheduledActionQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
556
556
  ScheduledActionState = Shapes::StringShape.new(name: 'ScheduledActionState')
557
557
  ScheduledActionTimeList = Shapes::ListShape.new(name: 'ScheduledActionTimeList')
558
558
  ScheduledActionType = Shapes::StructureShape.new(name: 'ScheduledActionType')
559
- ScheduledActionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduledActionTypeUnsupportedFault', error: {"code"=>"ScheduledActionTypeUnsupported", "httpStatusCode"=>400, "senderFault"=>true})
559
+ ScheduledActionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduledActionTypeUnsupportedFault', error: {"code" => "ScheduledActionTypeUnsupported", "httpStatusCode" => 400, "senderFault" => true})
560
560
  ScheduledActionTypeValues = Shapes::StringShape.new(name: 'ScheduledActionTypeValues')
561
561
  ScheduledActionsMessage = Shapes::StructureShape.new(name: 'ScheduledActionsMessage')
562
562
  ScheduledSnapshotTimeList = Shapes::ListShape.new(name: 'ScheduledSnapshotTimeList')
@@ -568,56 +568,56 @@ module Aws::Redshift
568
568
  ServiceIntegrationsUnion = Shapes::UnionShape.new(name: 'ServiceIntegrationsUnion')
569
569
  Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
570
570
  SnapshotAttributeToSortBy = Shapes::StringShape.new(name: 'SnapshotAttributeToSortBy')
571
- SnapshotCopyAlreadyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyDisabledFault', error: {"code"=>"SnapshotCopyAlreadyDisabledFault", "httpStatusCode"=>400, "senderFault"=>true})
572
- SnapshotCopyAlreadyEnabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyEnabledFault', error: {"code"=>"SnapshotCopyAlreadyEnabledFault", "httpStatusCode"=>400, "senderFault"=>true})
573
- SnapshotCopyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyDisabledFault', error: {"code"=>"SnapshotCopyDisabledFault", "httpStatusCode"=>400, "senderFault"=>true})
571
+ SnapshotCopyAlreadyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyDisabledFault', error: {"code" => "SnapshotCopyAlreadyDisabledFault", "httpStatusCode" => 400, "senderFault" => true})
572
+ SnapshotCopyAlreadyEnabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyEnabledFault', error: {"code" => "SnapshotCopyAlreadyEnabledFault", "httpStatusCode" => 400, "senderFault" => true})
573
+ SnapshotCopyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyDisabledFault', error: {"code" => "SnapshotCopyDisabledFault", "httpStatusCode" => 400, "senderFault" => true})
574
574
  SnapshotCopyGrant = Shapes::StructureShape.new(name: 'SnapshotCopyGrant')
575
- SnapshotCopyGrantAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantAlreadyExistsFault', error: {"code"=>"SnapshotCopyGrantAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
575
+ SnapshotCopyGrantAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantAlreadyExistsFault', error: {"code" => "SnapshotCopyGrantAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
576
576
  SnapshotCopyGrantList = Shapes::ListShape.new(name: 'SnapshotCopyGrantList')
577
577
  SnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'SnapshotCopyGrantMessage')
578
- SnapshotCopyGrantNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantNotFoundFault', error: {"code"=>"SnapshotCopyGrantNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
579
- SnapshotCopyGrantQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantQuotaExceededFault', error: {"code"=>"SnapshotCopyGrantQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
578
+ SnapshotCopyGrantNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantNotFoundFault', error: {"code" => "SnapshotCopyGrantNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
579
+ SnapshotCopyGrantQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantQuotaExceededFault', error: {"code" => "SnapshotCopyGrantQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
580
580
  SnapshotErrorMessage = Shapes::StructureShape.new(name: 'SnapshotErrorMessage')
581
581
  SnapshotIdentifierList = Shapes::ListShape.new(name: 'SnapshotIdentifierList')
582
582
  SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
583
583
  SnapshotMessage = Shapes::StructureShape.new(name: 'SnapshotMessage')
584
584
  SnapshotSchedule = Shapes::StructureShape.new(name: 'SnapshotSchedule')
585
- SnapshotScheduleAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotScheduleAlreadyExistsFault', error: {"code"=>"SnapshotScheduleAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
585
+ SnapshotScheduleAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotScheduleAlreadyExistsFault', error: {"code" => "SnapshotScheduleAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
586
586
  SnapshotScheduleList = Shapes::ListShape.new(name: 'SnapshotScheduleList')
587
- SnapshotScheduleNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotScheduleNotFoundFault', error: {"code"=>"SnapshotScheduleNotFound", "httpStatusCode"=>400, "senderFault"=>true})
588
- SnapshotScheduleQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotScheduleQuotaExceededFault', error: {"code"=>"SnapshotScheduleQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
589
- SnapshotScheduleUpdateInProgressFault = Shapes::StructureShape.new(name: 'SnapshotScheduleUpdateInProgressFault', error: {"code"=>"SnapshotScheduleUpdateInProgress", "httpStatusCode"=>400, "senderFault"=>true})
587
+ SnapshotScheduleNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotScheduleNotFoundFault', error: {"code" => "SnapshotScheduleNotFound", "httpStatusCode" => 400, "senderFault" => true})
588
+ SnapshotScheduleQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotScheduleQuotaExceededFault', error: {"code" => "SnapshotScheduleQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
589
+ SnapshotScheduleUpdateInProgressFault = Shapes::StructureShape.new(name: 'SnapshotScheduleUpdateInProgressFault', error: {"code" => "SnapshotScheduleUpdateInProgress", "httpStatusCode" => 400, "senderFault" => true})
590
590
  SnapshotSortingEntity = Shapes::StructureShape.new(name: 'SnapshotSortingEntity')
591
591
  SnapshotSortingEntityList = Shapes::ListShape.new(name: 'SnapshotSortingEntityList')
592
592
  SortByOrder = Shapes::StringShape.new(name: 'SortByOrder')
593
593
  SourceArn = Shapes::StringShape.new(name: 'SourceArn')
594
594
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
595
- SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault', error: {"code"=>"SourceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
595
+ SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault', error: {"code" => "SourceNotFound", "httpStatusCode" => 404, "senderFault" => true})
596
596
  SourceType = Shapes::StringShape.new(name: 'SourceType')
597
597
  String = Shapes::StringShape.new(name: 'String')
598
598
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
599
- SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse', error: {"code"=>"SubnetAlreadyInUse", "httpStatusCode"=>400, "senderFault"=>true})
599
+ SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse', error: {"code" => "SubnetAlreadyInUse", "httpStatusCode" => 400, "senderFault" => true})
600
600
  SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
601
601
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
602
- SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault', error: {"code"=>"SubscriptionAlreadyExist", "httpStatusCode"=>400, "senderFault"=>true})
603
- SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault', error: {"code"=>"SubscriptionCategoryNotFound", "httpStatusCode"=>404, "senderFault"=>true})
604
- SubscriptionEventIdNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionEventIdNotFoundFault', error: {"code"=>"SubscriptionEventIdNotFound", "httpStatusCode"=>404, "senderFault"=>true})
605
- SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault', error: {"code"=>"SubscriptionNotFound", "httpStatusCode"=>404, "senderFault"=>true})
606
- SubscriptionSeverityNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionSeverityNotFoundFault', error: {"code"=>"SubscriptionSeverityNotFound", "httpStatusCode"=>404, "senderFault"=>true})
602
+ SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault', error: {"code" => "SubscriptionAlreadyExist", "httpStatusCode" => 400, "senderFault" => true})
603
+ SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault', error: {"code" => "SubscriptionCategoryNotFound", "httpStatusCode" => 404, "senderFault" => true})
604
+ SubscriptionEventIdNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionEventIdNotFoundFault', error: {"code" => "SubscriptionEventIdNotFound", "httpStatusCode" => 404, "senderFault" => true})
605
+ SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault', error: {"code" => "SubscriptionNotFound", "httpStatusCode" => 404, "senderFault" => true})
606
+ SubscriptionSeverityNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionSeverityNotFoundFault', error: {"code" => "SubscriptionSeverityNotFound", "httpStatusCode" => 404, "senderFault" => true})
607
607
  SupportedOperation = Shapes::StructureShape.new(name: 'SupportedOperation')
608
608
  SupportedOperationList = Shapes::ListShape.new(name: 'SupportedOperationList')
609
609
  SupportedPlatform = Shapes::StructureShape.new(name: 'SupportedPlatform')
610
610
  SupportedPlatformsList = Shapes::ListShape.new(name: 'SupportedPlatformsList')
611
611
  TStamp = Shapes::TimestampShape.new(name: 'TStamp')
612
- TableLimitExceededFault = Shapes::StructureShape.new(name: 'TableLimitExceededFault', error: {"code"=>"TableLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
613
- TableRestoreNotFoundFault = Shapes::StructureShape.new(name: 'TableRestoreNotFoundFault', error: {"code"=>"TableRestoreNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
612
+ TableLimitExceededFault = Shapes::StructureShape.new(name: 'TableLimitExceededFault', error: {"code" => "TableLimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
613
+ TableRestoreNotFoundFault = Shapes::StructureShape.new(name: 'TableRestoreNotFoundFault', error: {"code" => "TableRestoreNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
614
614
  TableRestoreStatus = Shapes::StructureShape.new(name: 'TableRestoreStatus')
615
615
  TableRestoreStatusList = Shapes::ListShape.new(name: 'TableRestoreStatusList')
616
616
  TableRestoreStatusMessage = Shapes::StructureShape.new(name: 'TableRestoreStatusMessage')
617
617
  TableRestoreStatusType = Shapes::StringShape.new(name: 'TableRestoreStatusType')
618
618
  Tag = Shapes::StructureShape.new(name: 'Tag')
619
619
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
620
- TagLimitExceededFault = Shapes::StructureShape.new(name: 'TagLimitExceededFault', error: {"code"=>"TagLimitExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
620
+ TagLimitExceededFault = Shapes::StructureShape.new(name: 'TagLimitExceededFault', error: {"code" => "TagLimitExceededFault", "httpStatusCode" => 400, "senderFault" => true})
621
621
  TagList = Shapes::ListShape.new(name: 'TagList')
622
622
  TagValueList = Shapes::ListShape.new(name: 'TagValueList')
623
623
  TaggedResource = Shapes::StructureShape.new(name: 'TaggedResource')
@@ -626,20 +626,20 @@ module Aws::Redshift
626
626
  TargetArn = Shapes::StringShape.new(name: 'TargetArn')
627
627
  TrackList = Shapes::ListShape.new(name: 'TrackList')
628
628
  TrackListMessage = Shapes::StructureShape.new(name: 'TrackListMessage')
629
- UnauthorizedOperation = Shapes::StructureShape.new(name: 'UnauthorizedOperation', error: {"code"=>"UnauthorizedOperation", "httpStatusCode"=>400, "senderFault"=>true})
630
- UnauthorizedPartnerIntegrationFault = Shapes::StructureShape.new(name: 'UnauthorizedPartnerIntegrationFault', error: {"code"=>"UnauthorizedPartnerIntegration", "httpStatusCode"=>401, "senderFault"=>true})
631
- UnknownSnapshotCopyRegionFault = Shapes::StructureShape.new(name: 'UnknownSnapshotCopyRegionFault', error: {"code"=>"UnknownSnapshotCopyRegionFault", "httpStatusCode"=>404, "senderFault"=>true})
632
- UnsupportedOperationFault = Shapes::StructureShape.new(name: 'UnsupportedOperationFault', error: {"code"=>"UnsupportedOperation", "httpStatusCode"=>400, "senderFault"=>true})
633
- UnsupportedOptionFault = Shapes::StructureShape.new(name: 'UnsupportedOptionFault', error: {"code"=>"UnsupportedOptionFault", "httpStatusCode"=>400, "senderFault"=>true})
629
+ UnauthorizedOperation = Shapes::StructureShape.new(name: 'UnauthorizedOperation', error: {"code" => "UnauthorizedOperation", "httpStatusCode" => 400, "senderFault" => true})
630
+ UnauthorizedPartnerIntegrationFault = Shapes::StructureShape.new(name: 'UnauthorizedPartnerIntegrationFault', error: {"code" => "UnauthorizedPartnerIntegration", "httpStatusCode" => 401, "senderFault" => true})
631
+ UnknownSnapshotCopyRegionFault = Shapes::StructureShape.new(name: 'UnknownSnapshotCopyRegionFault', error: {"code" => "UnknownSnapshotCopyRegionFault", "httpStatusCode" => 404, "senderFault" => true})
632
+ UnsupportedOperationFault = Shapes::StructureShape.new(name: 'UnsupportedOperationFault', error: {"code" => "UnsupportedOperation", "httpStatusCode" => 400, "senderFault" => true})
633
+ UnsupportedOptionFault = Shapes::StructureShape.new(name: 'UnsupportedOptionFault', error: {"code" => "UnsupportedOptionFault", "httpStatusCode" => 400, "senderFault" => true})
634
634
  UpdatePartnerStatusInputMessage = Shapes::StructureShape.new(name: 'UpdatePartnerStatusInputMessage')
635
635
  UpdateTarget = Shapes::StructureShape.new(name: 'UpdateTarget')
636
636
  UsageLimit = Shapes::StructureShape.new(name: 'UsageLimit')
637
- UsageLimitAlreadyExistsFault = Shapes::StructureShape.new(name: 'UsageLimitAlreadyExistsFault', error: {"code"=>"UsageLimitAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
637
+ UsageLimitAlreadyExistsFault = Shapes::StructureShape.new(name: 'UsageLimitAlreadyExistsFault', error: {"code" => "UsageLimitAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
638
638
  UsageLimitBreachAction = Shapes::StringShape.new(name: 'UsageLimitBreachAction')
639
639
  UsageLimitFeatureType = Shapes::StringShape.new(name: 'UsageLimitFeatureType')
640
640
  UsageLimitLimitType = Shapes::StringShape.new(name: 'UsageLimitLimitType')
641
641
  UsageLimitList = Shapes::StructureShape.new(name: 'UsageLimitList')
642
- UsageLimitNotFoundFault = Shapes::StructureShape.new(name: 'UsageLimitNotFoundFault', error: {"code"=>"UsageLimitNotFound", "httpStatusCode"=>404, "senderFault"=>true})
642
+ UsageLimitNotFoundFault = Shapes::StructureShape.new(name: 'UsageLimitNotFoundFault', error: {"code" => "UsageLimitNotFound", "httpStatusCode" => 404, "senderFault" => true})
643
643
  UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
644
644
  UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
645
645
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
@@ -55,7 +55,7 @@ module Aws::Redshift
55
55
  autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-redshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.138.0'
58
+ GEM_VERSION = '1.139.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.138.0
4
+ version: 1.139.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshift
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshift/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - Amazon Redshift
100
97
  test_files: []