aws-sdk-redshift 1.111.0 → 1.112.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: 947a50b4f67edf8e35418de4d1edb247a2223bb921763dc2e91f814fe3c8913b
4
- data.tar.gz: 696609f21eefe9dc11148dae00a5ec4663250b1b0eb8a352d157d0a7ad35c6aa
3
+ metadata.gz: 2e4dc13b06cc7ca930a0b265869c0d5ab93879efb7402466140c4ce4269ebde9
4
+ data.tar.gz: ceda6dd8f3b91c0634614b9852a3967fde13cdb0798c4dcc0a48df178335e70b
5
5
  SHA512:
6
- metadata.gz: 605c9afc43905a76f3c016d5069fb45e2813a4f92cb05d28cd7b004ddf06ae2f702e546eeef000f1a6dd06aebe89d1faac46b66d5047d07535486bb42af45fc6
7
- data.tar.gz: 840a07d6ce5ad699a721681db1c518753096b5b240c6323186740c9b393c386a84ff2df8ec988b270bd8fc52937a8f3fda1c1d4007572677605474c9bc05275c
6
+ metadata.gz: 2e88ec23e1f971cb24c4dde54b380fbeefb7716aa4dec2f41cc425a3abeae78962921267b3a82cc1b5ce3b4605f9d389479ec0ce027e931f76bcee204eb04562
7
+ data.tar.gz: 2d7113e751b81d9b77df1208c3b4a80130a9372d17444adcf33474340702b9cb1df6dc920e5dc5a77abf6ba53015daf3220cca1549cc8e8ded7899c549f144ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2024-04-16)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.111.0 (2024-04-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -12399,7 +12399,7 @@ module Aws::Redshift
12399
12399
  params: params,
12400
12400
  config: config)
12401
12401
  context[:gem_name] = 'aws-sdk-redshift'
12402
- context[:gem_version] = '1.111.0'
12402
+ context[:gem_version] = '1.112.0'
12403
12403
  Seahorse::Client::Request.new(handlers, context)
12404
12404
  end
12405
12405
 
@@ -15,8 +15,8 @@ module Aws::Redshift
15
15
 
16
16
  AcceptReservedNodeExchangeInputMessage = Shapes::StructureShape.new(name: 'AcceptReservedNodeExchangeInputMessage')
17
17
  AcceptReservedNodeExchangeOutputMessage = Shapes::StructureShape.new(name: 'AcceptReservedNodeExchangeOutputMessage')
18
- AccessToClusterDeniedFault = Shapes::StructureShape.new(name: 'AccessToClusterDeniedFault')
19
- AccessToSnapshotDeniedFault = Shapes::StructureShape.new(name: 'AccessToSnapshotDeniedFault')
18
+ AccessToClusterDeniedFault = Shapes::StructureShape.new(name: 'AccessToClusterDeniedFault', error: {"code"=>"AccessToClusterDenied", "httpStatusCode"=>400, "senderFault"=>true})
19
+ AccessToSnapshotDeniedFault = Shapes::StructureShape.new(name: 'AccessToSnapshotDeniedFault', error: {"code"=>"AccessToSnapshotDenied", "httpStatusCode"=>400, "senderFault"=>true})
20
20
  AccountAttribute = Shapes::StructureShape.new(name: 'AccountAttribute')
21
21
  AccountAttributeList = Shapes::StructureShape.new(name: 'AccountAttributeList')
22
22
  AccountWithRestoreAccess = Shapes::StructureShape.new(name: 'AccountWithRestoreAccess')
@@ -34,14 +34,14 @@ module Aws::Redshift
34
34
  AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
35
35
  AttributeValueTarget = Shapes::StructureShape.new(name: 'AttributeValueTarget')
36
36
  AuthenticationProfile = Shapes::StructureShape.new(name: 'AuthenticationProfile')
37
- AuthenticationProfileAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthenticationProfileAlreadyExistsFault')
37
+ AuthenticationProfileAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthenticationProfileAlreadyExistsFault', error: {"code"=>"AuthenticationProfileAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
38
38
  AuthenticationProfileList = Shapes::ListShape.new(name: 'AuthenticationProfileList')
39
39
  AuthenticationProfileNameString = Shapes::StringShape.new(name: 'AuthenticationProfileNameString')
40
- AuthenticationProfileNotFoundFault = Shapes::StructureShape.new(name: 'AuthenticationProfileNotFoundFault')
41
- AuthenticationProfileQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthenticationProfileQuotaExceededFault')
42
- AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
43
- AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
44
- AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault')
40
+ AuthenticationProfileNotFoundFault = Shapes::StructureShape.new(name: 'AuthenticationProfileNotFoundFault', error: {"code"=>"AuthenticationProfileNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
41
+ AuthenticationProfileQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthenticationProfileQuotaExceededFault', error: {"code"=>"AuthenticationProfileQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
42
+ AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault', error: {"code"=>"AuthorizationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
43
+ AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault', error: {"code"=>"AuthorizationNotFound", "httpStatusCode"=>404, "senderFault"=>true})
44
+ AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault', error: {"code"=>"AuthorizationQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
45
45
  AuthorizationStatus = Shapes::StringShape.new(name: 'AuthorizationStatus')
46
46
  AuthorizeClusterSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressMessage')
47
47
  AuthorizeClusterSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeClusterSecurityGroupIngressResult')
@@ -56,20 +56,20 @@ module Aws::Redshift
56
56
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
57
57
  BatchDeleteClusterSnapshotsRequest = Shapes::StructureShape.new(name: 'BatchDeleteClusterSnapshotsRequest')
58
58
  BatchDeleteClusterSnapshotsResult = Shapes::StructureShape.new(name: 'BatchDeleteClusterSnapshotsResult')
59
- BatchDeleteRequestSizeExceededFault = Shapes::StructureShape.new(name: 'BatchDeleteRequestSizeExceededFault')
60
- BatchModifyClusterSnapshotsLimitExceededFault = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsLimitExceededFault')
59
+ BatchDeleteRequestSizeExceededFault = Shapes::StructureShape.new(name: 'BatchDeleteRequestSizeExceededFault', error: {"code"=>"BatchDeleteRequestSizeExceeded", "httpStatusCode"=>400, "senderFault"=>true})
60
+ BatchModifyClusterSnapshotsLimitExceededFault = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsLimitExceededFault', error: {"code"=>"BatchModifyClusterSnapshotsLimitExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
61
61
  BatchModifyClusterSnapshotsMessage = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsMessage')
62
62
  BatchModifyClusterSnapshotsOutputMessage = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsOutputMessage')
63
63
  BatchSnapshotOperationErrorList = Shapes::ListShape.new(name: 'BatchSnapshotOperationErrorList')
64
64
  BatchSnapshotOperationErrors = Shapes::ListShape.new(name: 'BatchSnapshotOperationErrors')
65
65
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
66
66
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
67
- BucketNotFoundFault = Shapes::StructureShape.new(name: 'BucketNotFoundFault')
67
+ BucketNotFoundFault = Shapes::StructureShape.new(name: 'BucketNotFoundFault', error: {"code"=>"BucketNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
68
68
  CancelResizeMessage = Shapes::StructureShape.new(name: 'CancelResizeMessage')
69
69
  CertificateAssociation = Shapes::StructureShape.new(name: 'CertificateAssociation')
70
70
  CertificateAssociationList = Shapes::ListShape.new(name: 'CertificateAssociationList')
71
71
  Cluster = Shapes::StructureShape.new(name: 'Cluster')
72
- ClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterAlreadyExistsFault')
72
+ ClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterAlreadyExistsFault', error: {"code"=>"ClusterAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
73
73
  ClusterAssociatedToSchedule = Shapes::StructureShape.new(name: 'ClusterAssociatedToSchedule')
74
74
  ClusterCredentials = Shapes::StructureShape.new(name: 'ClusterCredentials')
75
75
  ClusterDbRevision = Shapes::StructureShape.new(name: 'ClusterDbRevision')
@@ -81,48 +81,48 @@ module Aws::Redshift
81
81
  ClusterList = Shapes::ListShape.new(name: 'ClusterList')
82
82
  ClusterNode = Shapes::StructureShape.new(name: 'ClusterNode')
83
83
  ClusterNodesList = Shapes::ListShape.new(name: 'ClusterNodesList')
84
- ClusterNotFoundFault = Shapes::StructureShape.new(name: 'ClusterNotFoundFault')
85
- ClusterOnLatestRevisionFault = Shapes::StructureShape.new(name: 'ClusterOnLatestRevisionFault')
84
+ ClusterNotFoundFault = Shapes::StructureShape.new(name: 'ClusterNotFoundFault', error: {"code"=>"ClusterNotFound", "httpStatusCode"=>404, "senderFault"=>true})
85
+ ClusterOnLatestRevisionFault = Shapes::StructureShape.new(name: 'ClusterOnLatestRevisionFault', error: {"code"=>"ClusterOnLatestRevision", "httpStatusCode"=>400, "senderFault"=>true})
86
86
  ClusterParameterGroup = Shapes::StructureShape.new(name: 'ClusterParameterGroup')
87
- ClusterParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupAlreadyExistsFault')
87
+ ClusterParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupAlreadyExistsFault', error: {"code"=>"ClusterParameterGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
88
88
  ClusterParameterGroupDetails = Shapes::StructureShape.new(name: 'ClusterParameterGroupDetails')
89
89
  ClusterParameterGroupNameMessage = Shapes::StructureShape.new(name: 'ClusterParameterGroupNameMessage')
90
- ClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupNotFoundFault')
91
- ClusterParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupQuotaExceededFault')
90
+ ClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupNotFoundFault', error: {"code"=>"ClusterParameterGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
91
+ ClusterParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterParameterGroupQuotaExceededFault', error: {"code"=>"ClusterParameterGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
92
92
  ClusterParameterGroupStatus = Shapes::StructureShape.new(name: 'ClusterParameterGroupStatus')
93
93
  ClusterParameterGroupStatusList = Shapes::ListShape.new(name: 'ClusterParameterGroupStatusList')
94
94
  ClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'ClusterParameterGroupsMessage')
95
95
  ClusterParameterStatus = Shapes::StructureShape.new(name: 'ClusterParameterStatus')
96
96
  ClusterParameterStatusList = Shapes::ListShape.new(name: 'ClusterParameterStatusList')
97
- ClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaExceededFault')
97
+ ClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaExceededFault', error: {"code"=>"ClusterQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
98
98
  ClusterSecurityGroup = Shapes::StructureShape.new(name: 'ClusterSecurityGroup')
99
- ClusterSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupAlreadyExistsFault')
99
+ ClusterSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupAlreadyExistsFault', error: {"code"=>"ClusterSecurityGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
100
100
  ClusterSecurityGroupMembership = Shapes::StructureShape.new(name: 'ClusterSecurityGroupMembership')
101
101
  ClusterSecurityGroupMembershipList = Shapes::ListShape.new(name: 'ClusterSecurityGroupMembershipList')
102
102
  ClusterSecurityGroupMessage = Shapes::StructureShape.new(name: 'ClusterSecurityGroupMessage')
103
103
  ClusterSecurityGroupNameList = Shapes::ListShape.new(name: 'ClusterSecurityGroupNameList')
104
- ClusterSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupNotFoundFault')
105
- ClusterSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupQuotaExceededFault')
104
+ ClusterSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupNotFoundFault', error: {"code"=>"ClusterSecurityGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
105
+ ClusterSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSecurityGroupQuotaExceededFault', error: {"code"=>"QuotaExceeded.ClusterSecurityGroup", "httpStatusCode"=>400, "senderFault"=>true})
106
106
  ClusterSecurityGroups = Shapes::ListShape.new(name: 'ClusterSecurityGroups')
107
- ClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSnapshotAlreadyExistsFault')
107
+ ClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSnapshotAlreadyExistsFault', error: {"code"=>"ClusterSnapshotAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
108
108
  ClusterSnapshotCopyStatus = Shapes::StructureShape.new(name: 'ClusterSnapshotCopyStatus')
109
- ClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSnapshotNotFoundFault')
110
- ClusterSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSnapshotQuotaExceededFault')
109
+ ClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSnapshotNotFoundFault', error: {"code"=>"ClusterSnapshotNotFound", "httpStatusCode"=>404, "senderFault"=>true})
110
+ ClusterSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSnapshotQuotaExceededFault', error: {"code"=>"ClusterSnapshotQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
111
111
  ClusterSubnetGroup = Shapes::StructureShape.new(name: 'ClusterSubnetGroup')
112
- ClusterSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupAlreadyExistsFault')
112
+ ClusterSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupAlreadyExistsFault', error: {"code"=>"ClusterSubnetGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
113
113
  ClusterSubnetGroupMessage = Shapes::StructureShape.new(name: 'ClusterSubnetGroupMessage')
114
- ClusterSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupNotFoundFault')
115
- ClusterSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupQuotaExceededFault')
114
+ ClusterSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupNotFoundFault', error: {"code"=>"ClusterSubnetGroupNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
115
+ ClusterSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetGroupQuotaExceededFault', error: {"code"=>"ClusterSubnetGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
116
116
  ClusterSubnetGroups = Shapes::ListShape.new(name: 'ClusterSubnetGroups')
117
- ClusterSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetQuotaExceededFault')
117
+ ClusterSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'ClusterSubnetQuotaExceededFault', error: {"code"=>"ClusterSubnetQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
118
118
  ClusterVersion = Shapes::StructureShape.new(name: 'ClusterVersion')
119
119
  ClusterVersionList = Shapes::ListShape.new(name: 'ClusterVersionList')
120
120
  ClusterVersionsMessage = Shapes::StructureShape.new(name: 'ClusterVersionsMessage')
121
121
  ClustersMessage = Shapes::StructureShape.new(name: 'ClustersMessage')
122
- ConflictPolicyUpdateFault = Shapes::StructureShape.new(name: 'ConflictPolicyUpdateFault')
122
+ ConflictPolicyUpdateFault = Shapes::StructureShape.new(name: 'ConflictPolicyUpdateFault', error: {"code"=>"ConflictPolicyUpdateFault", "httpStatusCode"=>409, "senderFault"=>true})
123
123
  CopyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyClusterSnapshotMessage')
124
124
  CopyClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyClusterSnapshotResult')
125
- CopyToRegionDisabledFault = Shapes::StructureShape.new(name: 'CopyToRegionDisabledFault')
125
+ CopyToRegionDisabledFault = Shapes::StructureShape.new(name: 'CopyToRegionDisabledFault', error: {"code"=>"CopyToRegionDisabledFault", "httpStatusCode"=>400, "senderFault"=>true})
126
126
  CreateAuthenticationProfileMessage = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileMessage')
127
127
  CreateAuthenticationProfileResult = Shapes::StructureShape.new(name: 'CreateAuthenticationProfileResult')
128
128
  CreateClusterMessage = Shapes::StructureShape.new(name: 'CreateClusterMessage')
@@ -152,8 +152,8 @@ module Aws::Redshift
152
152
  CreateSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'CreateSnapshotScheduleMessage')
153
153
  CreateTagsMessage = Shapes::StructureShape.new(name: 'CreateTagsMessage')
154
154
  CreateUsageLimitMessage = Shapes::StructureShape.new(name: 'CreateUsageLimitMessage')
155
- CustomCnameAssociationFault = Shapes::StructureShape.new(name: 'CustomCnameAssociationFault')
156
- CustomDomainAssociationNotFoundFault = Shapes::StructureShape.new(name: 'CustomDomainAssociationNotFoundFault')
155
+ CustomCnameAssociationFault = Shapes::StructureShape.new(name: 'CustomCnameAssociationFault', error: {"code"=>"CustomCnameAssociationFault", "httpStatusCode"=>400, "senderFault"=>true})
156
+ CustomDomainAssociationNotFoundFault = Shapes::StructureShape.new(name: 'CustomDomainAssociationNotFoundFault', error: {"code"=>"CustomDomainAssociationNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
157
157
  CustomDomainAssociationsMessage = Shapes::StructureShape.new(name: 'CustomDomainAssociationsMessage')
158
158
  CustomDomainCertificateArnString = Shapes::StringShape.new(name: 'CustomDomainCertificateArnString')
159
159
  CustomDomainNameString = Shapes::StringShape.new(name: 'CustomDomainNameString')
@@ -193,9 +193,9 @@ module Aws::Redshift
193
193
  DeleteSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotScheduleMessage')
194
194
  DeleteTagsMessage = Shapes::StructureShape.new(name: 'DeleteTagsMessage')
195
195
  DeleteUsageLimitMessage = Shapes::StructureShape.new(name: 'DeleteUsageLimitMessage')
196
- DependentServiceAccessDeniedFault = Shapes::StructureShape.new(name: 'DependentServiceAccessDeniedFault')
197
- DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault')
198
- DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault')
196
+ DependentServiceAccessDeniedFault = Shapes::StructureShape.new(name: 'DependentServiceAccessDeniedFault', error: {"code"=>"DependentServiceAccessDenied", "httpStatusCode"=>403, "senderFault"=>true})
197
+ DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault', error: {"code"=>"DependentServiceRequestThrottlingFault", "httpStatusCode"=>400, "senderFault"=>true})
198
+ DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault', error: {"code"=>"DependentServiceUnavailableFault", "httpStatusCode"=>400, "senderFault"=>true})
199
199
  DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
200
200
  DescribeAuthenticationProfilesMessage = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfilesMessage')
201
201
  DescribeAuthenticationProfilesResult = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfilesResult')
@@ -261,16 +261,16 @@ module Aws::Redshift
261
261
  EndpointAccess = Shapes::StructureShape.new(name: 'EndpointAccess')
262
262
  EndpointAccessList = Shapes::StructureShape.new(name: 'EndpointAccessList')
263
263
  EndpointAccesses = Shapes::ListShape.new(name: 'EndpointAccesses')
264
- EndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAlreadyExistsFault')
264
+ EndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAlreadyExistsFault', error: {"code"=>"EndpointAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
265
265
  EndpointAuthorization = Shapes::StructureShape.new(name: 'EndpointAuthorization')
266
- EndpointAuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationAlreadyExistsFault')
266
+ EndpointAuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationAlreadyExistsFault', error: {"code"=>"EndpointAuthorizationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
267
267
  EndpointAuthorizationList = Shapes::StructureShape.new(name: 'EndpointAuthorizationList')
268
- EndpointAuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationNotFoundFault')
268
+ EndpointAuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationNotFoundFault', error: {"code"=>"EndpointAuthorizationNotFound", "httpStatusCode"=>404, "senderFault"=>true})
269
269
  EndpointAuthorizations = Shapes::ListShape.new(name: 'EndpointAuthorizations')
270
- EndpointAuthorizationsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationsPerClusterLimitExceededFault')
271
- EndpointNotFoundFault = Shapes::StructureShape.new(name: 'EndpointNotFoundFault')
272
- EndpointsPerAuthorizationLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerAuthorizationLimitExceededFault')
273
- EndpointsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerClusterLimitExceededFault')
270
+ EndpointAuthorizationsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointAuthorizationsPerClusterLimitExceededFault', error: {"code"=>"EndpointAuthorizationsPerClusterLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
271
+ EndpointNotFoundFault = Shapes::StructureShape.new(name: 'EndpointNotFoundFault', error: {"code"=>"EndpointNotFound", "httpStatusCode"=>404, "senderFault"=>true})
272
+ EndpointsPerAuthorizationLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerAuthorizationLimitExceededFault', error: {"code"=>"EndpointsPerAuthorizationLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
273
+ EndpointsPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'EndpointsPerClusterLimitExceededFault', error: {"code"=>"EndpointsPerClusterLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
274
274
  Event = Shapes::StructureShape.new(name: 'Event')
275
275
  EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
276
276
  EventCategoriesMap = Shapes::StructureShape.new(name: 'EventCategoriesMap')
@@ -280,7 +280,7 @@ module Aws::Redshift
280
280
  EventInfoMapList = Shapes::ListShape.new(name: 'EventInfoMapList')
281
281
  EventList = Shapes::ListShape.new(name: 'EventList')
282
282
  EventSubscription = Shapes::StructureShape.new(name: 'EventSubscription')
283
- EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault')
283
+ EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault', error: {"code"=>"EventSubscriptionQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
284
284
  EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
285
285
  EventSubscriptionsMessage = Shapes::StructureShape.new(name: 'EventSubscriptionsMessage')
286
286
  EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
@@ -295,17 +295,17 @@ module Aws::Redshift
295
295
  GetResourcePolicyMessage = Shapes::StructureShape.new(name: 'GetResourcePolicyMessage')
296
296
  GetResourcePolicyResult = Shapes::StructureShape.new(name: 'GetResourcePolicyResult')
297
297
  HsmClientCertificate = Shapes::StructureShape.new(name: 'HsmClientCertificate')
298
- HsmClientCertificateAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmClientCertificateAlreadyExistsFault')
298
+ HsmClientCertificateAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmClientCertificateAlreadyExistsFault', error: {"code"=>"HsmClientCertificateAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
299
299
  HsmClientCertificateList = Shapes::ListShape.new(name: 'HsmClientCertificateList')
300
300
  HsmClientCertificateMessage = Shapes::StructureShape.new(name: 'HsmClientCertificateMessage')
301
- HsmClientCertificateNotFoundFault = Shapes::StructureShape.new(name: 'HsmClientCertificateNotFoundFault')
302
- HsmClientCertificateQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmClientCertificateQuotaExceededFault')
301
+ HsmClientCertificateNotFoundFault = Shapes::StructureShape.new(name: 'HsmClientCertificateNotFoundFault', error: {"code"=>"HsmClientCertificateNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
302
+ HsmClientCertificateQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmClientCertificateQuotaExceededFault', error: {"code"=>"HsmClientCertificateQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
303
303
  HsmConfiguration = Shapes::StructureShape.new(name: 'HsmConfiguration')
304
- HsmConfigurationAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmConfigurationAlreadyExistsFault')
304
+ HsmConfigurationAlreadyExistsFault = Shapes::StructureShape.new(name: 'HsmConfigurationAlreadyExistsFault', error: {"code"=>"HsmConfigurationAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
305
305
  HsmConfigurationList = Shapes::ListShape.new(name: 'HsmConfigurationList')
306
306
  HsmConfigurationMessage = Shapes::StructureShape.new(name: 'HsmConfigurationMessage')
307
- HsmConfigurationNotFoundFault = Shapes::StructureShape.new(name: 'HsmConfigurationNotFoundFault')
308
- HsmConfigurationQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmConfigurationQuotaExceededFault')
307
+ HsmConfigurationNotFoundFault = Shapes::StructureShape.new(name: 'HsmConfigurationNotFoundFault', error: {"code"=>"HsmConfigurationNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
308
+ HsmConfigurationQuotaExceededFault = Shapes::StructureShape.new(name: 'HsmConfigurationQuotaExceededFault', error: {"code"=>"HsmConfigurationQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
309
309
  HsmStatus = Shapes::StructureShape.new(name: 'HsmStatus')
310
310
  IPRange = Shapes::StructureShape.new(name: 'IPRange')
311
311
  IPRangeList = Shapes::ListShape.new(name: 'IPRangeList')
@@ -316,54 +316,54 @@ module Aws::Redshift
316
316
  ImportTablesCompleted = Shapes::ListShape.new(name: 'ImportTablesCompleted')
317
317
  ImportTablesInProgress = Shapes::ListShape.new(name: 'ImportTablesInProgress')
318
318
  ImportTablesNotStarted = Shapes::ListShape.new(name: 'ImportTablesNotStarted')
319
- InProgressTableRestoreQuotaExceededFault = Shapes::StructureShape.new(name: 'InProgressTableRestoreQuotaExceededFault')
319
+ InProgressTableRestoreQuotaExceededFault = Shapes::StructureShape.new(name: 'InProgressTableRestoreQuotaExceededFault', error: {"code"=>"InProgressTableRestoreQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
320
320
  InboundIntegration = Shapes::StructureShape.new(name: 'InboundIntegration')
321
321
  InboundIntegrationList = Shapes::ListShape.new(name: 'InboundIntegrationList')
322
322
  InboundIntegrationsMessage = Shapes::StructureShape.new(name: 'InboundIntegrationsMessage')
323
- IncompatibleOrderableOptions = Shapes::StructureShape.new(name: 'IncompatibleOrderableOptions')
324
- InsufficientClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientClusterCapacityFault')
325
- InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault')
323
+ IncompatibleOrderableOptions = Shapes::StructureShape.new(name: 'IncompatibleOrderableOptions', error: {"code"=>"IncompatibleOrderableOptions", "httpStatusCode"=>400, "senderFault"=>true})
324
+ InsufficientClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientClusterCapacityFault', error: {"code"=>"InsufficientClusterCapacity", "httpStatusCode"=>400, "senderFault"=>true})
325
+ InsufficientS3BucketPolicyFault = Shapes::StructureShape.new(name: 'InsufficientS3BucketPolicyFault', error: {"code"=>"InsufficientS3BucketPolicyFault", "httpStatusCode"=>400, "senderFault"=>true})
326
326
  Integer = Shapes::IntegerShape.new(name: 'Integer')
327
327
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
328
328
  IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
329
329
  IntegrationErrorList = Shapes::ListShape.new(name: 'IntegrationErrorList')
330
- IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault')
331
- InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault')
332
- InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault')
333
- InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault')
334
- InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault')
335
- InvalidClusterSnapshotScheduleStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotScheduleStateFault')
336
- InvalidClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotStateFault')
337
- InvalidClusterStateFault = Shapes::StructureShape.new(name: 'InvalidClusterStateFault')
338
- InvalidClusterSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetGroupStateFault')
339
- InvalidClusterSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetStateFault')
340
- InvalidClusterTrackFault = Shapes::StructureShape.new(name: 'InvalidClusterTrackFault')
341
- InvalidDataShareFault = Shapes::StructureShape.new(name: 'InvalidDataShareFault')
342
- InvalidElasticIpFault = Shapes::StructureShape.new(name: 'InvalidElasticIpFault')
343
- InvalidEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidEndpointStateFault')
344
- InvalidHsmClientCertificateStateFault = Shapes::StructureShape.new(name: 'InvalidHsmClientCertificateStateFault')
345
- InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault')
346
- InvalidNamespaceFault = Shapes::StructureShape.new(name: 'InvalidNamespaceFault')
347
- InvalidPolicyFault = Shapes::StructureShape.new(name: 'InvalidPolicyFault')
348
- InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault')
349
- InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
350
- InvalidRetentionPeriodFault = Shapes::StructureShape.new(name: 'InvalidRetentionPeriodFault')
351
- InvalidS3BucketNameFault = Shapes::StructureShape.new(name: 'InvalidS3BucketNameFault')
352
- InvalidS3KeyPrefixFault = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixFault')
353
- InvalidScheduleFault = Shapes::StructureShape.new(name: 'InvalidScheduleFault')
354
- InvalidScheduledActionFault = Shapes::StructureShape.new(name: 'InvalidScheduledActionFault')
355
- InvalidSnapshotCopyGrantStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotCopyGrantStateFault')
356
- InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
357
- InvalidSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidSubscriptionStateFault')
358
- InvalidTableRestoreArgumentFault = Shapes::StructureShape.new(name: 'InvalidTableRestoreArgumentFault')
359
- InvalidTagFault = Shapes::StructureShape.new(name: 'InvalidTagFault')
360
- InvalidUsageLimitFault = Shapes::StructureShape.new(name: 'InvalidUsageLimitFault')
361
- InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
362
- Ipv6CidrBlockNotFoundFault = Shapes::StructureShape.new(name: 'Ipv6CidrBlockNotFoundFault')
330
+ IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault', error: {"code"=>"IntegrationNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
331
+ InvalidAuthenticationProfileRequestFault = Shapes::StructureShape.new(name: 'InvalidAuthenticationProfileRequestFault', error: {"code"=>"InvalidAuthenticationProfileRequestFault", "httpStatusCode"=>400, "senderFault"=>true})
332
+ InvalidAuthorizationStateFault = Shapes::StructureShape.new(name: 'InvalidAuthorizationStateFault', error: {"code"=>"InvalidAuthorizationState", "httpStatusCode"=>400, "senderFault"=>true})
333
+ InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault', error: {"code"=>"InvalidClusterParameterGroupState", "httpStatusCode"=>400, "senderFault"=>true})
334
+ InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault', error: {"code"=>"InvalidClusterSecurityGroupState", "httpStatusCode"=>400, "senderFault"=>true})
335
+ InvalidClusterSnapshotScheduleStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotScheduleStateFault', error: {"code"=>"InvalidClusterSnapshotScheduleState", "httpStatusCode"=>400, "senderFault"=>true})
336
+ InvalidClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotStateFault', error: {"code"=>"InvalidClusterSnapshotState", "httpStatusCode"=>400, "senderFault"=>true})
337
+ InvalidClusterStateFault = Shapes::StructureShape.new(name: 'InvalidClusterStateFault', error: {"code"=>"InvalidClusterState", "httpStatusCode"=>400, "senderFault"=>true})
338
+ InvalidClusterSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetGroupStateFault', error: {"code"=>"InvalidClusterSubnetGroupStateFault", "httpStatusCode"=>400, "senderFault"=>true})
339
+ InvalidClusterSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetStateFault', error: {"code"=>"InvalidClusterSubnetStateFault", "httpStatusCode"=>400, "senderFault"=>true})
340
+ InvalidClusterTrackFault = Shapes::StructureShape.new(name: 'InvalidClusterTrackFault', error: {"code"=>"InvalidClusterTrack", "httpStatusCode"=>400, "senderFault"=>true})
341
+ InvalidDataShareFault = Shapes::StructureShape.new(name: 'InvalidDataShareFault', error: {"code"=>"InvalidDataShareFault", "httpStatusCode"=>400, "senderFault"=>true})
342
+ InvalidElasticIpFault = Shapes::StructureShape.new(name: 'InvalidElasticIpFault', error: {"code"=>"InvalidElasticIpFault", "httpStatusCode"=>400, "senderFault"=>true})
343
+ InvalidEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidEndpointStateFault', error: {"code"=>"InvalidEndpointState", "httpStatusCode"=>400, "senderFault"=>true})
344
+ InvalidHsmClientCertificateStateFault = Shapes::StructureShape.new(name: 'InvalidHsmClientCertificateStateFault', error: {"code"=>"InvalidHsmClientCertificateStateFault", "httpStatusCode"=>400, "senderFault"=>true})
345
+ InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault', error: {"code"=>"InvalidHsmConfigurationStateFault", "httpStatusCode"=>400, "senderFault"=>true})
346
+ InvalidNamespaceFault = Shapes::StructureShape.new(name: 'InvalidNamespaceFault', error: {"code"=>"InvalidNamespaceFault", "httpStatusCode"=>400, "senderFault"=>true})
347
+ InvalidPolicyFault = Shapes::StructureShape.new(name: 'InvalidPolicyFault', error: {"code"=>"InvalidPolicyFault", "httpStatusCode"=>400, "senderFault"=>true})
348
+ InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault', error: {"code"=>"InvalidReservedNodeState", "httpStatusCode"=>400, "senderFault"=>true})
349
+ InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault', error: {"code"=>"InvalidRestore", "httpStatusCode"=>406, "senderFault"=>true})
350
+ InvalidRetentionPeriodFault = Shapes::StructureShape.new(name: 'InvalidRetentionPeriodFault', error: {"code"=>"InvalidRetentionPeriodFault", "httpStatusCode"=>400, "senderFault"=>true})
351
+ InvalidS3BucketNameFault = Shapes::StructureShape.new(name: 'InvalidS3BucketNameFault', error: {"code"=>"InvalidS3BucketNameFault", "httpStatusCode"=>400, "senderFault"=>true})
352
+ InvalidS3KeyPrefixFault = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixFault', error: {"code"=>"InvalidS3KeyPrefixFault", "httpStatusCode"=>400, "senderFault"=>true})
353
+ InvalidScheduleFault = Shapes::StructureShape.new(name: 'InvalidScheduleFault', error: {"code"=>"InvalidSchedule", "httpStatusCode"=>400, "senderFault"=>true})
354
+ InvalidScheduledActionFault = Shapes::StructureShape.new(name: 'InvalidScheduledActionFault', error: {"code"=>"InvalidScheduledAction", "httpStatusCode"=>400, "senderFault"=>true})
355
+ InvalidSnapshotCopyGrantStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotCopyGrantStateFault', error: {"code"=>"InvalidSnapshotCopyGrantStateFault", "httpStatusCode"=>400, "senderFault"=>true})
356
+ InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet', error: {"code"=>"InvalidSubnet", "httpStatusCode"=>400, "senderFault"=>true})
357
+ InvalidSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidSubscriptionStateFault', error: {"code"=>"InvalidSubscriptionStateFault", "httpStatusCode"=>400, "senderFault"=>true})
358
+ InvalidTableRestoreArgumentFault = Shapes::StructureShape.new(name: 'InvalidTableRestoreArgumentFault', error: {"code"=>"InvalidTableRestoreArgument", "httpStatusCode"=>400, "senderFault"=>true})
359
+ InvalidTagFault = Shapes::StructureShape.new(name: 'InvalidTagFault', error: {"code"=>"InvalidTagFault", "httpStatusCode"=>400, "senderFault"=>true})
360
+ InvalidUsageLimitFault = Shapes::StructureShape.new(name: 'InvalidUsageLimitFault', error: {"code"=>"InvalidUsageLimit", "httpStatusCode"=>400, "senderFault"=>true})
361
+ InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault', error: {"code"=>"InvalidVPCNetworkStateFault", "httpStatusCode"=>400, "senderFault"=>true})
362
+ Ipv6CidrBlockNotFoundFault = Shapes::StructureShape.new(name: 'Ipv6CidrBlockNotFoundFault', error: {"code"=>"Ipv6CidrBlockNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
363
363
  LakeFormationQuery = Shapes::StructureShape.new(name: 'LakeFormationQuery')
364
364
  LakeFormationScopeUnion = Shapes::UnionShape.new(name: 'LakeFormationScopeUnion')
365
365
  LakeFormationServiceIntegrations = Shapes::ListShape.new(name: 'LakeFormationServiceIntegrations')
366
- LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault')
366
+ LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code"=>"LimitExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
367
367
  ListRecommendationsMessage = Shapes::StructureShape.new(name: 'ListRecommendationsMessage')
368
368
  ListRecommendationsResult = Shapes::StructureShape.new(name: 'ListRecommendationsResult')
369
369
  LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
@@ -411,8 +411,8 @@ module Aws::Redshift
411
411
  NodeConfigurationOptionsFilterList = Shapes::ListShape.new(name: 'NodeConfigurationOptionsFilterList')
412
412
  NodeConfigurationOptionsFilterName = Shapes::StringShape.new(name: 'NodeConfigurationOptionsFilterName')
413
413
  NodeConfigurationOptionsMessage = Shapes::StructureShape.new(name: 'NodeConfigurationOptionsMessage')
414
- NumberOfNodesPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesPerClusterLimitExceededFault')
415
- NumberOfNodesQuotaExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesQuotaExceededFault')
414
+ NumberOfNodesPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesPerClusterLimitExceededFault', error: {"code"=>"NumberOfNodesPerClusterLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
415
+ NumberOfNodesQuotaExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesQuotaExceededFault', error: {"code"=>"NumberOfNodesQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
416
416
  OperatorType = Shapes::StringShape.new(name: 'OperatorType')
417
417
  OrderableClusterOption = Shapes::StructureShape.new(name: 'OrderableClusterOption')
418
418
  OrderableClusterOptionsList = Shapes::ListShape.new(name: 'OrderableClusterOptionsList')
@@ -431,7 +431,7 @@ module Aws::Redshift
431
431
  PartnerIntegrationPartnerName = Shapes::StringShape.new(name: 'PartnerIntegrationPartnerName')
432
432
  PartnerIntegrationStatus = Shapes::StringShape.new(name: 'PartnerIntegrationStatus')
433
433
  PartnerIntegrationStatusMessage = Shapes::StringShape.new(name: 'PartnerIntegrationStatusMessage')
434
- PartnerNotFoundFault = Shapes::StructureShape.new(name: 'PartnerNotFoundFault')
434
+ PartnerNotFoundFault = Shapes::StructureShape.new(name: 'PartnerNotFoundFault', error: {"code"=>"PartnerNotFound", "httpStatusCode"=>404, "senderFault"=>true})
435
435
  PauseClusterMessage = Shapes::StructureShape.new(name: 'PauseClusterMessage')
436
436
  PauseClusterResult = Shapes::StructureShape.new(name: 'PauseClusterResult')
437
437
  PendingActionsList = Shapes::ListShape.new(name: 'PendingActionsList')
@@ -450,40 +450,40 @@ module Aws::Redshift
450
450
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
451
451
  RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
452
452
  RedshiftIdcApplication = Shapes::StructureShape.new(name: 'RedshiftIdcApplication')
453
- RedshiftIdcApplicationAlreadyExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationAlreadyExistsFault')
453
+ RedshiftIdcApplicationAlreadyExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationAlreadyExistsFault', error: {"code"=>"RedshiftIdcApplicationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
454
454
  RedshiftIdcApplicationList = Shapes::ListShape.new(name: 'RedshiftIdcApplicationList')
455
455
  RedshiftIdcApplicationName = Shapes::StringShape.new(name: 'RedshiftIdcApplicationName')
456
- RedshiftIdcApplicationNotExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationNotExistsFault')
457
- RedshiftIdcApplicationQuotaExceededFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationQuotaExceededFault')
456
+ RedshiftIdcApplicationNotExistsFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationNotExistsFault', error: {"code"=>"RedshiftIdcApplicationNotExists", "httpStatusCode"=>404, "senderFault"=>true})
457
+ RedshiftIdcApplicationQuotaExceededFault = Shapes::StructureShape.new(name: 'RedshiftIdcApplicationQuotaExceededFault', error: {"code"=>"RedshiftIdcApplicationQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
458
458
  ReferenceLink = Shapes::StructureShape.new(name: 'ReferenceLink')
459
459
  ReferenceLinkList = Shapes::ListShape.new(name: 'ReferenceLinkList')
460
460
  RejectDataShareMessage = Shapes::StructureShape.new(name: 'RejectDataShareMessage')
461
461
  ReservedNode = Shapes::StructureShape.new(name: 'ReservedNode')
462
- ReservedNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyExistsFault')
463
- ReservedNodeAlreadyMigratedFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyMigratedFault')
462
+ ReservedNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyExistsFault', error: {"code"=>"ReservedNodeAlreadyExists", "httpStatusCode"=>404, "senderFault"=>true})
463
+ ReservedNodeAlreadyMigratedFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyMigratedFault', error: {"code"=>"ReservedNodeAlreadyMigrated", "httpStatusCode"=>400, "senderFault"=>true})
464
464
  ReservedNodeConfigurationOption = Shapes::StructureShape.new(name: 'ReservedNodeConfigurationOption')
465
465
  ReservedNodeConfigurationOptionList = Shapes::ListShape.new(name: 'ReservedNodeConfigurationOptionList')
466
466
  ReservedNodeExchangeActionType = Shapes::StringShape.new(name: 'ReservedNodeExchangeActionType')
467
- ReservedNodeExchangeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeExchangeNotFoundFault')
467
+ ReservedNodeExchangeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeExchangeNotFoundFault', error: {"code"=>"ReservedNodeExchangeNotFond", "httpStatusCode"=>404, "senderFault"=>true})
468
468
  ReservedNodeExchangeStatus = Shapes::StructureShape.new(name: 'ReservedNodeExchangeStatus')
469
469
  ReservedNodeExchangeStatusList = Shapes::ListShape.new(name: 'ReservedNodeExchangeStatusList')
470
470
  ReservedNodeExchangeStatusType = Shapes::StringShape.new(name: 'ReservedNodeExchangeStatusType')
471
471
  ReservedNodeList = Shapes::ListShape.new(name: 'ReservedNodeList')
472
- ReservedNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeNotFoundFault')
472
+ ReservedNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeNotFoundFault', error: {"code"=>"ReservedNodeNotFound", "httpStatusCode"=>404, "senderFault"=>true})
473
473
  ReservedNodeOffering = Shapes::StructureShape.new(name: 'ReservedNodeOffering')
474
474
  ReservedNodeOfferingList = Shapes::ListShape.new(name: 'ReservedNodeOfferingList')
475
- ReservedNodeOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeOfferingNotFoundFault')
475
+ ReservedNodeOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeOfferingNotFoundFault', error: {"code"=>"ReservedNodeOfferingNotFound", "httpStatusCode"=>404, "senderFault"=>true})
476
476
  ReservedNodeOfferingType = Shapes::StringShape.new(name: 'ReservedNodeOfferingType')
477
477
  ReservedNodeOfferingsMessage = Shapes::StructureShape.new(name: 'ReservedNodeOfferingsMessage')
478
- ReservedNodeQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedNodeQuotaExceededFault')
478
+ ReservedNodeQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedNodeQuotaExceededFault', error: {"code"=>"ReservedNodeQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
479
479
  ReservedNodesMessage = Shapes::StructureShape.new(name: 'ReservedNodesMessage')
480
480
  ResetClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetClusterParameterGroupMessage')
481
481
  ResizeClusterMessage = Shapes::StructureShape.new(name: 'ResizeClusterMessage')
482
482
  ResizeClusterResult = Shapes::StructureShape.new(name: 'ResizeClusterResult')
483
483
  ResizeInfo = Shapes::StructureShape.new(name: 'ResizeInfo')
484
- ResizeNotFoundFault = Shapes::StructureShape.new(name: 'ResizeNotFoundFault')
484
+ ResizeNotFoundFault = Shapes::StructureShape.new(name: 'ResizeNotFoundFault', error: {"code"=>"ResizeNotFound", "httpStatusCode"=>404, "senderFault"=>true})
485
485
  ResizeProgressMessage = Shapes::StructureShape.new(name: 'ResizeProgressMessage')
486
- ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
486
+ ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault', error: {"code"=>"ResourceNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
487
487
  ResourcePolicy = Shapes::StructureShape.new(name: 'ResourcePolicy')
488
488
  RestorableNodeTypeList = Shapes::ListShape.new(name: 'RestorableNodeTypeList')
489
489
  RestoreFromClusterSnapshotMessage = Shapes::StructureShape.new(name: 'RestoreFromClusterSnapshotMessage')
@@ -502,24 +502,24 @@ module Aws::Redshift
502
502
  RevokeSnapshotAccessResult = Shapes::StructureShape.new(name: 'RevokeSnapshotAccessResult')
503
503
  RotateEncryptionKeyMessage = Shapes::StructureShape.new(name: 'RotateEncryptionKeyMessage')
504
504
  RotateEncryptionKeyResult = Shapes::StructureShape.new(name: 'RotateEncryptionKeyResult')
505
- SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
506
- SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
507
- SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
505
+ SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault', error: {"code"=>"SNSInvalidTopic", "httpStatusCode"=>400, "senderFault"=>true})
506
+ SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault', error: {"code"=>"SNSNoAuthorization", "httpStatusCode"=>400, "senderFault"=>true})
507
+ SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault', error: {"code"=>"SNSTopicArnNotFound", "httpStatusCode"=>404, "senderFault"=>true})
508
508
  ScheduleDefinitionList = Shapes::ListShape.new(name: 'ScheduleDefinitionList')
509
- ScheduleDefinitionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduleDefinitionTypeUnsupportedFault')
509
+ ScheduleDefinitionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduleDefinitionTypeUnsupportedFault', error: {"code"=>"ScheduleDefinitionTypeUnsupported", "httpStatusCode"=>400, "senderFault"=>true})
510
510
  ScheduleState = Shapes::StringShape.new(name: 'ScheduleState')
511
511
  ScheduledAction = Shapes::StructureShape.new(name: 'ScheduledAction')
512
- ScheduledActionAlreadyExistsFault = Shapes::StructureShape.new(name: 'ScheduledActionAlreadyExistsFault')
512
+ ScheduledActionAlreadyExistsFault = Shapes::StructureShape.new(name: 'ScheduledActionAlreadyExistsFault', error: {"code"=>"ScheduledActionAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
513
513
  ScheduledActionFilter = Shapes::StructureShape.new(name: 'ScheduledActionFilter')
514
514
  ScheduledActionFilterList = Shapes::ListShape.new(name: 'ScheduledActionFilterList')
515
515
  ScheduledActionFilterName = Shapes::StringShape.new(name: 'ScheduledActionFilterName')
516
516
  ScheduledActionList = Shapes::ListShape.new(name: 'ScheduledActionList')
517
- ScheduledActionNotFoundFault = Shapes::StructureShape.new(name: 'ScheduledActionNotFoundFault')
518
- ScheduledActionQuotaExceededFault = Shapes::StructureShape.new(name: 'ScheduledActionQuotaExceededFault')
517
+ ScheduledActionNotFoundFault = Shapes::StructureShape.new(name: 'ScheduledActionNotFoundFault', error: {"code"=>"ScheduledActionNotFound", "httpStatusCode"=>400, "senderFault"=>true})
518
+ ScheduledActionQuotaExceededFault = Shapes::StructureShape.new(name: 'ScheduledActionQuotaExceededFault', error: {"code"=>"ScheduledActionQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
519
519
  ScheduledActionState = Shapes::StringShape.new(name: 'ScheduledActionState')
520
520
  ScheduledActionTimeList = Shapes::ListShape.new(name: 'ScheduledActionTimeList')
521
521
  ScheduledActionType = Shapes::StructureShape.new(name: 'ScheduledActionType')
522
- ScheduledActionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduledActionTypeUnsupportedFault')
522
+ ScheduledActionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduledActionTypeUnsupportedFault', error: {"code"=>"ScheduledActionTypeUnsupported", "httpStatusCode"=>400, "senderFault"=>true})
523
523
  ScheduledActionTypeValues = Shapes::StringShape.new(name: 'ScheduledActionTypeValues')
524
524
  ScheduledActionsMessage = Shapes::StructureShape.new(name: 'ScheduledActionsMessage')
525
525
  ScheduledSnapshotTimeList = Shapes::ListShape.new(name: 'ScheduledSnapshotTimeList')
@@ -530,55 +530,55 @@ module Aws::Redshift
530
530
  ServiceIntegrationsUnion = Shapes::UnionShape.new(name: 'ServiceIntegrationsUnion')
531
531
  Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
532
532
  SnapshotAttributeToSortBy = Shapes::StringShape.new(name: 'SnapshotAttributeToSortBy')
533
- SnapshotCopyAlreadyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyDisabledFault')
534
- SnapshotCopyAlreadyEnabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyEnabledFault')
535
- SnapshotCopyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyDisabledFault')
533
+ SnapshotCopyAlreadyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyDisabledFault', error: {"code"=>"SnapshotCopyAlreadyDisabledFault", "httpStatusCode"=>400, "senderFault"=>true})
534
+ SnapshotCopyAlreadyEnabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyEnabledFault', error: {"code"=>"SnapshotCopyAlreadyEnabledFault", "httpStatusCode"=>400, "senderFault"=>true})
535
+ SnapshotCopyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyDisabledFault', error: {"code"=>"SnapshotCopyDisabledFault", "httpStatusCode"=>400, "senderFault"=>true})
536
536
  SnapshotCopyGrant = Shapes::StructureShape.new(name: 'SnapshotCopyGrant')
537
- SnapshotCopyGrantAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantAlreadyExistsFault')
537
+ SnapshotCopyGrantAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantAlreadyExistsFault', error: {"code"=>"SnapshotCopyGrantAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
538
538
  SnapshotCopyGrantList = Shapes::ListShape.new(name: 'SnapshotCopyGrantList')
539
539
  SnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'SnapshotCopyGrantMessage')
540
- SnapshotCopyGrantNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantNotFoundFault')
541
- SnapshotCopyGrantQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantQuotaExceededFault')
540
+ SnapshotCopyGrantNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantNotFoundFault', error: {"code"=>"SnapshotCopyGrantNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
541
+ SnapshotCopyGrantQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantQuotaExceededFault', error: {"code"=>"SnapshotCopyGrantQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
542
542
  SnapshotErrorMessage = Shapes::StructureShape.new(name: 'SnapshotErrorMessage')
543
543
  SnapshotIdentifierList = Shapes::ListShape.new(name: 'SnapshotIdentifierList')
544
544
  SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
545
545
  SnapshotMessage = Shapes::StructureShape.new(name: 'SnapshotMessage')
546
546
  SnapshotSchedule = Shapes::StructureShape.new(name: 'SnapshotSchedule')
547
- SnapshotScheduleAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotScheduleAlreadyExistsFault')
547
+ SnapshotScheduleAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotScheduleAlreadyExistsFault', error: {"code"=>"SnapshotScheduleAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
548
548
  SnapshotScheduleList = Shapes::ListShape.new(name: 'SnapshotScheduleList')
549
- SnapshotScheduleNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotScheduleNotFoundFault')
550
- SnapshotScheduleQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotScheduleQuotaExceededFault')
551
- SnapshotScheduleUpdateInProgressFault = Shapes::StructureShape.new(name: 'SnapshotScheduleUpdateInProgressFault')
549
+ SnapshotScheduleNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotScheduleNotFoundFault', error: {"code"=>"SnapshotScheduleNotFound", "httpStatusCode"=>400, "senderFault"=>true})
550
+ SnapshotScheduleQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotScheduleQuotaExceededFault', error: {"code"=>"SnapshotScheduleQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
551
+ SnapshotScheduleUpdateInProgressFault = Shapes::StructureShape.new(name: 'SnapshotScheduleUpdateInProgressFault', error: {"code"=>"SnapshotScheduleUpdateInProgress", "httpStatusCode"=>400, "senderFault"=>true})
552
552
  SnapshotSortingEntity = Shapes::StructureShape.new(name: 'SnapshotSortingEntity')
553
553
  SnapshotSortingEntityList = Shapes::ListShape.new(name: 'SnapshotSortingEntityList')
554
554
  SortByOrder = Shapes::StringShape.new(name: 'SortByOrder')
555
555
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
556
- SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
556
+ SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault', error: {"code"=>"SourceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
557
557
  SourceType = Shapes::StringShape.new(name: 'SourceType')
558
558
  String = Shapes::StringShape.new(name: 'String')
559
559
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
560
- SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
560
+ SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse', error: {"code"=>"SubnetAlreadyInUse", "httpStatusCode"=>400, "senderFault"=>true})
561
561
  SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
562
562
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
563
- SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault')
564
- SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault')
565
- SubscriptionEventIdNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionEventIdNotFoundFault')
566
- SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault')
567
- SubscriptionSeverityNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionSeverityNotFoundFault')
563
+ SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault', error: {"code"=>"SubscriptionAlreadyExist", "httpStatusCode"=>400, "senderFault"=>true})
564
+ SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault', error: {"code"=>"SubscriptionCategoryNotFound", "httpStatusCode"=>404, "senderFault"=>true})
565
+ SubscriptionEventIdNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionEventIdNotFoundFault', error: {"code"=>"SubscriptionEventIdNotFound", "httpStatusCode"=>404, "senderFault"=>true})
566
+ SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault', error: {"code"=>"SubscriptionNotFound", "httpStatusCode"=>404, "senderFault"=>true})
567
+ SubscriptionSeverityNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionSeverityNotFoundFault', error: {"code"=>"SubscriptionSeverityNotFound", "httpStatusCode"=>404, "senderFault"=>true})
568
568
  SupportedOperation = Shapes::StructureShape.new(name: 'SupportedOperation')
569
569
  SupportedOperationList = Shapes::ListShape.new(name: 'SupportedOperationList')
570
570
  SupportedPlatform = Shapes::StructureShape.new(name: 'SupportedPlatform')
571
571
  SupportedPlatformsList = Shapes::ListShape.new(name: 'SupportedPlatformsList')
572
572
  TStamp = Shapes::TimestampShape.new(name: 'TStamp')
573
- TableLimitExceededFault = Shapes::StructureShape.new(name: 'TableLimitExceededFault')
574
- TableRestoreNotFoundFault = Shapes::StructureShape.new(name: 'TableRestoreNotFoundFault')
573
+ TableLimitExceededFault = Shapes::StructureShape.new(name: 'TableLimitExceededFault', error: {"code"=>"TableLimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
574
+ TableRestoreNotFoundFault = Shapes::StructureShape.new(name: 'TableRestoreNotFoundFault', error: {"code"=>"TableRestoreNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
575
575
  TableRestoreStatus = Shapes::StructureShape.new(name: 'TableRestoreStatus')
576
576
  TableRestoreStatusList = Shapes::ListShape.new(name: 'TableRestoreStatusList')
577
577
  TableRestoreStatusMessage = Shapes::StructureShape.new(name: 'TableRestoreStatusMessage')
578
578
  TableRestoreStatusType = Shapes::StringShape.new(name: 'TableRestoreStatusType')
579
579
  Tag = Shapes::StructureShape.new(name: 'Tag')
580
580
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
581
- TagLimitExceededFault = Shapes::StructureShape.new(name: 'TagLimitExceededFault')
581
+ TagLimitExceededFault = Shapes::StructureShape.new(name: 'TagLimitExceededFault', error: {"code"=>"TagLimitExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
582
582
  TagList = Shapes::ListShape.new(name: 'TagList')
583
583
  TagValueList = Shapes::ListShape.new(name: 'TagValueList')
584
584
  TaggedResource = Shapes::StructureShape.new(name: 'TaggedResource')
@@ -586,20 +586,20 @@ module Aws::Redshift
586
586
  TaggedResourceListMessage = Shapes::StructureShape.new(name: 'TaggedResourceListMessage')
587
587
  TrackList = Shapes::ListShape.new(name: 'TrackList')
588
588
  TrackListMessage = Shapes::StructureShape.new(name: 'TrackListMessage')
589
- UnauthorizedOperation = Shapes::StructureShape.new(name: 'UnauthorizedOperation')
590
- UnauthorizedPartnerIntegrationFault = Shapes::StructureShape.new(name: 'UnauthorizedPartnerIntegrationFault')
591
- UnknownSnapshotCopyRegionFault = Shapes::StructureShape.new(name: 'UnknownSnapshotCopyRegionFault')
592
- UnsupportedOperationFault = Shapes::StructureShape.new(name: 'UnsupportedOperationFault')
593
- UnsupportedOptionFault = Shapes::StructureShape.new(name: 'UnsupportedOptionFault')
589
+ UnauthorizedOperation = Shapes::StructureShape.new(name: 'UnauthorizedOperation', error: {"code"=>"UnauthorizedOperation", "httpStatusCode"=>400, "senderFault"=>true})
590
+ UnauthorizedPartnerIntegrationFault = Shapes::StructureShape.new(name: 'UnauthorizedPartnerIntegrationFault', error: {"code"=>"UnauthorizedPartnerIntegration", "httpStatusCode"=>401, "senderFault"=>true})
591
+ UnknownSnapshotCopyRegionFault = Shapes::StructureShape.new(name: 'UnknownSnapshotCopyRegionFault', error: {"code"=>"UnknownSnapshotCopyRegionFault", "httpStatusCode"=>404, "senderFault"=>true})
592
+ UnsupportedOperationFault = Shapes::StructureShape.new(name: 'UnsupportedOperationFault', error: {"code"=>"UnsupportedOperation", "httpStatusCode"=>400, "senderFault"=>true})
593
+ UnsupportedOptionFault = Shapes::StructureShape.new(name: 'UnsupportedOptionFault', error: {"code"=>"UnsupportedOptionFault", "httpStatusCode"=>400, "senderFault"=>true})
594
594
  UpdatePartnerStatusInputMessage = Shapes::StructureShape.new(name: 'UpdatePartnerStatusInputMessage')
595
595
  UpdateTarget = Shapes::StructureShape.new(name: 'UpdateTarget')
596
596
  UsageLimit = Shapes::StructureShape.new(name: 'UsageLimit')
597
- UsageLimitAlreadyExistsFault = Shapes::StructureShape.new(name: 'UsageLimitAlreadyExistsFault')
597
+ UsageLimitAlreadyExistsFault = Shapes::StructureShape.new(name: 'UsageLimitAlreadyExistsFault', error: {"code"=>"UsageLimitAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
598
598
  UsageLimitBreachAction = Shapes::StringShape.new(name: 'UsageLimitBreachAction')
599
599
  UsageLimitFeatureType = Shapes::StringShape.new(name: 'UsageLimitFeatureType')
600
600
  UsageLimitLimitType = Shapes::StringShape.new(name: 'UsageLimitLimitType')
601
601
  UsageLimitList = Shapes::StructureShape.new(name: 'UsageLimitList')
602
- UsageLimitNotFoundFault = Shapes::StructureShape.new(name: 'UsageLimitNotFoundFault')
602
+ UsageLimitNotFoundFault = Shapes::StructureShape.new(name: 'UsageLimitNotFoundFault', error: {"code"=>"UsageLimitNotFound", "httpStatusCode"=>404, "senderFault"=>true})
603
603
  UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
604
604
  UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
605
605
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-redshift/customizations'
53
53
  # @!group service
54
54
  module Aws::Redshift
55
55
 
56
- GEM_VERSION = '1.111.0'
56
+ GEM_VERSION = '1.112.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.111.0
4
+ version: 1.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-12 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core