aws-sdk-rds 1.274.0 → 1.275.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: e070ab8103e3dd1cf61b8282e8223983010f5dff4c0788e0f4c47db14896a2a8
4
- data.tar.gz: 6e2893ebabea2f890dae9df48dcd40a3659481f4898419e1185d0dedee4946da
3
+ metadata.gz: 3563b9e0bd2b419c81259a7962e7ebeddbf433bd2d086a821dd5087d621d1fc2
4
+ data.tar.gz: 1c47409e41d45278e829e540e6cdd00098f701a8e4e7812afcfae540a32931d4
5
5
  SHA512:
6
- metadata.gz: 774b07b235e3ae7594ab5c17806b32da69fedd6fe431cd428c1928718d40a1c079742e219c81545df0b51c6f5a446189baeb01deaea96fb5608af596f29e94bf
7
- data.tar.gz: 1050abba589683c1a0d19bf689c5dd9dc1cf8bb2528616d3a3b499a763d71d0f9eb31f427f38d9003410248026d9a886abacd439da8c59018436f7cabb6d90f1
6
+ metadata.gz: bdcd90830cbc2ada642dff8705452c197dfd54da7953dca84ee20bd43510936a8f251014246c10438dd35013c80ebecf00592106a034ce4e71dd7dd59cc0f277
7
+ data.tar.gz: 4bdfae611744ced85c3ffd856188d8715594262ba7a8cdc4a9fb45f1a5994db3bd39b6d0ac50793423dc1abc7ae0cd69bc3c3affdc248f7c4722601737450230
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.275.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.274.0 (2025-04-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.274.0
1
+ 1.275.0
@@ -32202,7 +32202,7 @@ module Aws::RDS
32202
32202
  tracer: tracer
32203
32203
  )
32204
32204
  context[:gem_name] = 'aws-sdk-rds'
32205
- context[:gem_version] = '1.274.0'
32205
+ context[:gem_version] = '1.275.0'
32206
32206
  Seahorse::Client::Request.new(handlers, context)
32207
32207
  end
32208
32208
 
@@ -33,9 +33,9 @@ module Aws::RDS
33
33
  AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
34
34
  AuditPolicyState = Shapes::StringShape.new(name: 'AuditPolicyState')
35
35
  AuthScheme = Shapes::StringShape.new(name: 'AuthScheme')
36
- AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault', error: {"code"=>"AuthorizationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
37
- AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault', error: {"code"=>"AuthorizationNotFound", "httpStatusCode"=>404, "senderFault"=>true})
38
- AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault', error: {"code"=>"AuthorizationQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
36
+ AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault', error: {"code" => "AuthorizationAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
37
+ AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault', error: {"code" => "AuthorizationNotFound", "httpStatusCode" => 404, "senderFault" => true})
38
+ AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault', error: {"code" => "AuthorizationQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
39
39
  AuthorizeDBSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeDBSecurityGroupIngressMessage')
40
40
  AuthorizeDBSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeDBSecurityGroupIngressResult')
41
41
  AutomationMode = Shapes::StringShape.new(name: 'AutomationMode')
@@ -46,13 +46,13 @@ module Aws::RDS
46
46
  AvailableProcessorFeatureList = Shapes::ListShape.new(name: 'AvailableProcessorFeatureList')
47
47
  AwsBackupRecoveryPointArn = Shapes::StringShape.new(name: 'AwsBackupRecoveryPointArn')
48
48
  BacktrackDBClusterMessage = Shapes::StructureShape.new(name: 'BacktrackDBClusterMessage')
49
- BackupPolicyNotFoundFault = Shapes::StructureShape.new(name: 'BackupPolicyNotFoundFault', error: {"code"=>"BackupPolicyNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
49
+ BackupPolicyNotFoundFault = Shapes::StructureShape.new(name: 'BackupPolicyNotFoundFault', error: {"code" => "BackupPolicyNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
50
50
  BlueGreenDeployment = Shapes::StructureShape.new(name: 'BlueGreenDeployment')
51
- BlueGreenDeploymentAlreadyExistsFault = Shapes::StructureShape.new(name: 'BlueGreenDeploymentAlreadyExistsFault', error: {"code"=>"BlueGreenDeploymentAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
51
+ BlueGreenDeploymentAlreadyExistsFault = Shapes::StructureShape.new(name: 'BlueGreenDeploymentAlreadyExistsFault', error: {"code" => "BlueGreenDeploymentAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
52
52
  BlueGreenDeploymentIdentifier = Shapes::StringShape.new(name: 'BlueGreenDeploymentIdentifier')
53
53
  BlueGreenDeploymentList = Shapes::ListShape.new(name: 'BlueGreenDeploymentList')
54
54
  BlueGreenDeploymentName = Shapes::StringShape.new(name: 'BlueGreenDeploymentName')
55
- BlueGreenDeploymentNotFoundFault = Shapes::StructureShape.new(name: 'BlueGreenDeploymentNotFoundFault', error: {"code"=>"BlueGreenDeploymentNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
55
+ BlueGreenDeploymentNotFoundFault = Shapes::StructureShape.new(name: 'BlueGreenDeploymentNotFoundFault', error: {"code" => "BlueGreenDeploymentNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
56
56
  BlueGreenDeploymentStatus = Shapes::StringShape.new(name: 'BlueGreenDeploymentStatus')
57
57
  BlueGreenDeploymentStatusDetails = Shapes::StringShape.new(name: 'BlueGreenDeploymentStatusDetails')
58
58
  BlueGreenDeploymentTask = Shapes::StructureShape.new(name: 'BlueGreenDeploymentTask')
@@ -68,7 +68,7 @@ module Aws::RDS
68
68
  CertificateDetails = Shapes::StructureShape.new(name: 'CertificateDetails')
69
69
  CertificateList = Shapes::ListShape.new(name: 'CertificateList')
70
70
  CertificateMessage = Shapes::StructureShape.new(name: 'CertificateMessage')
71
- CertificateNotFoundFault = Shapes::StructureShape.new(name: 'CertificateNotFoundFault', error: {"code"=>"CertificateNotFound", "httpStatusCode"=>404, "senderFault"=>true})
71
+ CertificateNotFoundFault = Shapes::StructureShape.new(name: 'CertificateNotFoundFault', error: {"code" => "CertificateNotFound", "httpStatusCode" => 404, "senderFault" => true})
72
72
  CharacterSet = Shapes::StructureShape.new(name: 'CharacterSet')
73
73
  ClientPasswordAuthType = Shapes::StringShape.new(name: 'ClientPasswordAuthType')
74
74
  CloudwatchLogsExportConfiguration = Shapes::StructureShape.new(name: 'CloudwatchLogsExportConfiguration')
@@ -90,7 +90,7 @@ module Aws::RDS
90
90
  CopyOptionGroupResult = Shapes::StructureShape.new(name: 'CopyOptionGroupResult')
91
91
  CreateBlueGreenDeploymentRequest = Shapes::StructureShape.new(name: 'CreateBlueGreenDeploymentRequest')
92
92
  CreateBlueGreenDeploymentResponse = Shapes::StructureShape.new(name: 'CreateBlueGreenDeploymentResponse')
93
- CreateCustomDBEngineVersionFault = Shapes::StructureShape.new(name: 'CreateCustomDBEngineVersionFault', error: {"code"=>"CreateCustomDBEngineVersionFault", "httpStatusCode"=>400, "senderFault"=>true})
93
+ CreateCustomDBEngineVersionFault = Shapes::StructureShape.new(name: 'CreateCustomDBEngineVersionFault', error: {"code" => "CreateCustomDBEngineVersionFault", "httpStatusCode" => 400, "senderFault" => true})
94
94
  CreateCustomDBEngineVersionMessage = Shapes::StructureShape.new(name: 'CreateCustomDBEngineVersionMessage')
95
95
  CreateDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'CreateDBClusterEndpointMessage')
96
96
  CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
@@ -125,158 +125,158 @@ module Aws::RDS
125
125
  CreateOptionGroupResult = Shapes::StructureShape.new(name: 'CreateOptionGroupResult')
126
126
  CreateTenantDatabaseMessage = Shapes::StructureShape.new(name: 'CreateTenantDatabaseMessage')
127
127
  CreateTenantDatabaseResult = Shapes::StructureShape.new(name: 'CreateTenantDatabaseResult')
128
- CustomAvailabilityZoneNotFoundFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneNotFoundFault', error: {"code"=>"CustomAvailabilityZoneNotFound", "httpStatusCode"=>404, "senderFault"=>true})
128
+ CustomAvailabilityZoneNotFoundFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneNotFoundFault', error: {"code" => "CustomAvailabilityZoneNotFound", "httpStatusCode" => 404, "senderFault" => true})
129
129
  CustomDBEngineVersionAMI = Shapes::StructureShape.new(name: 'CustomDBEngineVersionAMI')
130
- CustomDBEngineVersionAlreadyExistsFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionAlreadyExistsFault', error: {"code"=>"CustomDBEngineVersionAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
130
+ CustomDBEngineVersionAlreadyExistsFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionAlreadyExistsFault', error: {"code" => "CustomDBEngineVersionAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
131
131
  CustomDBEngineVersionManifest = Shapes::StringShape.new(name: 'CustomDBEngineVersionManifest')
132
- CustomDBEngineVersionNotFoundFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionNotFoundFault', error: {"code"=>"CustomDBEngineVersionNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
133
- CustomDBEngineVersionQuotaExceededFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionQuotaExceededFault', error: {"code"=>"CustomDBEngineVersionQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
132
+ CustomDBEngineVersionNotFoundFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionNotFoundFault', error: {"code" => "CustomDBEngineVersionNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
133
+ CustomDBEngineVersionQuotaExceededFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionQuotaExceededFault', error: {"code" => "CustomDBEngineVersionQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
134
134
  CustomEngineName = Shapes::StringShape.new(name: 'CustomEngineName')
135
135
  CustomEngineVersion = Shapes::StringShape.new(name: 'CustomEngineVersion')
136
136
  CustomEngineVersionStatus = Shapes::StringShape.new(name: 'CustomEngineVersionStatus')
137
137
  DBCluster = Shapes::StructureShape.new(name: 'DBCluster')
138
- DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault', error: {"code"=>"DBClusterAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
138
+ DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault', error: {"code" => "DBClusterAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
139
139
  DBClusterAutomatedBackup = Shapes::StructureShape.new(name: 'DBClusterAutomatedBackup')
140
140
  DBClusterAutomatedBackupList = Shapes::ListShape.new(name: 'DBClusterAutomatedBackupList')
141
141
  DBClusterAutomatedBackupMessage = Shapes::StructureShape.new(name: 'DBClusterAutomatedBackupMessage')
142
- DBClusterAutomatedBackupNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterAutomatedBackupNotFoundFault', error: {"code"=>"DBClusterAutomatedBackupNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
143
- DBClusterAutomatedBackupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterAutomatedBackupQuotaExceededFault', error: {"code"=>"DBClusterAutomatedBackupQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
142
+ DBClusterAutomatedBackupNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterAutomatedBackupNotFoundFault', error: {"code" => "DBClusterAutomatedBackupNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
143
+ DBClusterAutomatedBackupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterAutomatedBackupQuotaExceededFault', error: {"code" => "DBClusterAutomatedBackupQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
144
144
  DBClusterBacktrack = Shapes::StructureShape.new(name: 'DBClusterBacktrack')
145
145
  DBClusterBacktrackList = Shapes::ListShape.new(name: 'DBClusterBacktrackList')
146
146
  DBClusterBacktrackMessage = Shapes::StructureShape.new(name: 'DBClusterBacktrackMessage')
147
- DBClusterBacktrackNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterBacktrackNotFoundFault', error: {"code"=>"DBClusterBacktrackNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
147
+ DBClusterBacktrackNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterBacktrackNotFoundFault', error: {"code" => "DBClusterBacktrackNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
148
148
  DBClusterCapacityInfo = Shapes::StructureShape.new(name: 'DBClusterCapacityInfo')
149
149
  DBClusterEndpoint = Shapes::StructureShape.new(name: 'DBClusterEndpoint')
150
- DBClusterEndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterEndpointAlreadyExistsFault', error: {"code"=>"DBClusterEndpointAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
150
+ DBClusterEndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterEndpointAlreadyExistsFault', error: {"code" => "DBClusterEndpointAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
151
151
  DBClusterEndpointList = Shapes::ListShape.new(name: 'DBClusterEndpointList')
152
152
  DBClusterEndpointMessage = Shapes::StructureShape.new(name: 'DBClusterEndpointMessage')
153
- DBClusterEndpointNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterEndpointNotFoundFault', error: {"code"=>"DBClusterEndpointNotFoundFault", "httpStatusCode"=>400, "senderFault"=>true})
154
- DBClusterEndpointQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterEndpointQuotaExceededFault', error: {"code"=>"DBClusterEndpointQuotaExceededFault", "httpStatusCode"=>403, "senderFault"=>true})
153
+ DBClusterEndpointNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterEndpointNotFoundFault', error: {"code" => "DBClusterEndpointNotFoundFault", "httpStatusCode" => 400, "senderFault" => true})
154
+ DBClusterEndpointQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterEndpointQuotaExceededFault', error: {"code" => "DBClusterEndpointQuotaExceededFault", "httpStatusCode" => 403, "senderFault" => true})
155
155
  DBClusterIdentifier = Shapes::StringShape.new(name: 'DBClusterIdentifier')
156
156
  DBClusterList = Shapes::ListShape.new(name: 'DBClusterList')
157
157
  DBClusterMember = Shapes::StructureShape.new(name: 'DBClusterMember')
158
158
  DBClusterMemberList = Shapes::ListShape.new(name: 'DBClusterMemberList')
159
159
  DBClusterMessage = Shapes::StructureShape.new(name: 'DBClusterMessage')
160
- DBClusterNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterNotFoundFault', error: {"code"=>"DBClusterNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
160
+ DBClusterNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterNotFoundFault', error: {"code" => "DBClusterNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
161
161
  DBClusterOptionGroupMemberships = Shapes::ListShape.new(name: 'DBClusterOptionGroupMemberships')
162
162
  DBClusterOptionGroupStatus = Shapes::StructureShape.new(name: 'DBClusterOptionGroupStatus')
163
163
  DBClusterParameterGroup = Shapes::StructureShape.new(name: 'DBClusterParameterGroup')
164
164
  DBClusterParameterGroupDetails = Shapes::StructureShape.new(name: 'DBClusterParameterGroupDetails')
165
165
  DBClusterParameterGroupList = Shapes::ListShape.new(name: 'DBClusterParameterGroupList')
166
166
  DBClusterParameterGroupNameMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNameMessage')
167
- DBClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNotFoundFault', error: {"code"=>"DBClusterParameterGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
167
+ DBClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNotFoundFault', error: {"code" => "DBClusterParameterGroupNotFound", "httpStatusCode" => 404, "senderFault" => true})
168
168
  DBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupsMessage')
169
- DBClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterQuotaExceededFault', error: {"code"=>"DBClusterQuotaExceededFault", "httpStatusCode"=>403, "senderFault"=>true})
169
+ DBClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterQuotaExceededFault', error: {"code" => "DBClusterQuotaExceededFault", "httpStatusCode" => 403, "senderFault" => true})
170
170
  DBClusterRole = Shapes::StructureShape.new(name: 'DBClusterRole')
171
- DBClusterRoleAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterRoleAlreadyExistsFault', error: {"code"=>"DBClusterRoleAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
172
- DBClusterRoleNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterRoleNotFoundFault', error: {"code"=>"DBClusterRoleNotFound", "httpStatusCode"=>404, "senderFault"=>true})
173
- DBClusterRoleQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterRoleQuotaExceededFault', error: {"code"=>"DBClusterRoleQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
171
+ DBClusterRoleAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterRoleAlreadyExistsFault', error: {"code" => "DBClusterRoleAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
172
+ DBClusterRoleNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterRoleNotFoundFault', error: {"code" => "DBClusterRoleNotFound", "httpStatusCode" => 404, "senderFault" => true})
173
+ DBClusterRoleQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterRoleQuotaExceededFault', error: {"code" => "DBClusterRoleQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
174
174
  DBClusterRoles = Shapes::ListShape.new(name: 'DBClusterRoles')
175
175
  DBClusterSnapshot = Shapes::StructureShape.new(name: 'DBClusterSnapshot')
176
- DBClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotAlreadyExistsFault', error: {"code"=>"DBClusterSnapshotAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
176
+ DBClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotAlreadyExistsFault', error: {"code" => "DBClusterSnapshotAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
177
177
  DBClusterSnapshotAttribute = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttribute')
178
178
  DBClusterSnapshotAttributeList = Shapes::ListShape.new(name: 'DBClusterSnapshotAttributeList')
179
179
  DBClusterSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttributesResult')
180
180
  DBClusterSnapshotList = Shapes::ListShape.new(name: 'DBClusterSnapshotList')
181
181
  DBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DBClusterSnapshotMessage')
182
- DBClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotNotFoundFault', error: {"code"=>"DBClusterSnapshotNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
182
+ DBClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotNotFoundFault', error: {"code" => "DBClusterSnapshotNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
183
183
  DBClusterStatusInfo = Shapes::StructureShape.new(name: 'DBClusterStatusInfo')
184
184
  DBClusterStatusInfoList = Shapes::ListShape.new(name: 'DBClusterStatusInfoList')
185
185
  DBEngineVersion = Shapes::StructureShape.new(name: 'DBEngineVersion')
186
186
  DBEngineVersionList = Shapes::ListShape.new(name: 'DBEngineVersionList')
187
187
  DBEngineVersionMessage = Shapes::StructureShape.new(name: 'DBEngineVersionMessage')
188
188
  DBInstance = Shapes::StructureShape.new(name: 'DBInstance')
189
- DBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBInstanceAlreadyExistsFault', error: {"code"=>"DBInstanceAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
189
+ DBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBInstanceAlreadyExistsFault', error: {"code" => "DBInstanceAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
190
190
  DBInstanceAutomatedBackup = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackup')
191
191
  DBInstanceAutomatedBackupList = Shapes::ListShape.new(name: 'DBInstanceAutomatedBackupList')
192
192
  DBInstanceAutomatedBackupMessage = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupMessage')
193
- DBInstanceAutomatedBackupNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupNotFoundFault', error: {"code"=>"DBInstanceAutomatedBackupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
194
- DBInstanceAutomatedBackupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupQuotaExceededFault', error: {"code"=>"DBInstanceAutomatedBackupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
193
+ DBInstanceAutomatedBackupNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupNotFoundFault', error: {"code" => "DBInstanceAutomatedBackupNotFound", "httpStatusCode" => 404, "senderFault" => true})
194
+ DBInstanceAutomatedBackupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupQuotaExceededFault', error: {"code" => "DBInstanceAutomatedBackupQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
195
195
  DBInstanceAutomatedBackupsReplication = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupsReplication')
196
196
  DBInstanceAutomatedBackupsReplicationList = Shapes::ListShape.new(name: 'DBInstanceAutomatedBackupsReplicationList')
197
197
  DBInstanceList = Shapes::ListShape.new(name: 'DBInstanceList')
198
198
  DBInstanceMessage = Shapes::StructureShape.new(name: 'DBInstanceMessage')
199
- DBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceNotFoundFault', error: {"code"=>"DBInstanceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
200
- DBInstanceNotReadyFault = Shapes::StructureShape.new(name: 'DBInstanceNotReadyFault', error: {"code"=>"DBInstanceNotReady", "httpStatusCode"=>503})
199
+ DBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceNotFoundFault', error: {"code" => "DBInstanceNotFound", "httpStatusCode" => 404, "senderFault" => true})
200
+ DBInstanceNotReadyFault = Shapes::StructureShape.new(name: 'DBInstanceNotReadyFault', error: {"code" => "DBInstanceNotReady", "httpStatusCode" => 503})
201
201
  DBInstanceRole = Shapes::StructureShape.new(name: 'DBInstanceRole')
202
- DBInstanceRoleAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBInstanceRoleAlreadyExistsFault', error: {"code"=>"DBInstanceRoleAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
203
- DBInstanceRoleNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceRoleNotFoundFault', error: {"code"=>"DBInstanceRoleNotFound", "httpStatusCode"=>404, "senderFault"=>true})
204
- DBInstanceRoleQuotaExceededFault = Shapes::StructureShape.new(name: 'DBInstanceRoleQuotaExceededFault', error: {"code"=>"DBInstanceRoleQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
202
+ DBInstanceRoleAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBInstanceRoleAlreadyExistsFault', error: {"code" => "DBInstanceRoleAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
203
+ DBInstanceRoleNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceRoleNotFoundFault', error: {"code" => "DBInstanceRoleNotFound", "httpStatusCode" => 404, "senderFault" => true})
204
+ DBInstanceRoleQuotaExceededFault = Shapes::StructureShape.new(name: 'DBInstanceRoleQuotaExceededFault', error: {"code" => "DBInstanceRoleQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
205
205
  DBInstanceRoles = Shapes::ListShape.new(name: 'DBInstanceRoles')
206
206
  DBInstanceStatusInfo = Shapes::StructureShape.new(name: 'DBInstanceStatusInfo')
207
207
  DBInstanceStatusInfoList = Shapes::ListShape.new(name: 'DBInstanceStatusInfoList')
208
- DBLogFileNotFoundFault = Shapes::StructureShape.new(name: 'DBLogFileNotFoundFault', error: {"code"=>"DBLogFileNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
208
+ DBLogFileNotFoundFault = Shapes::StructureShape.new(name: 'DBLogFileNotFoundFault', error: {"code" => "DBLogFileNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
209
209
  DBParameterGroup = Shapes::StructureShape.new(name: 'DBParameterGroup')
210
- DBParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBParameterGroupAlreadyExistsFault', error: {"code"=>"DBParameterGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
210
+ DBParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBParameterGroupAlreadyExistsFault', error: {"code" => "DBParameterGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
211
211
  DBParameterGroupDetails = Shapes::StructureShape.new(name: 'DBParameterGroupDetails')
212
212
  DBParameterGroupList = Shapes::ListShape.new(name: 'DBParameterGroupList')
213
213
  DBParameterGroupNameMessage = Shapes::StructureShape.new(name: 'DBParameterGroupNameMessage')
214
- DBParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBParameterGroupNotFoundFault', error: {"code"=>"DBParameterGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
215
- DBParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBParameterGroupQuotaExceededFault', error: {"code"=>"DBParameterGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
214
+ DBParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBParameterGroupNotFoundFault', error: {"code" => "DBParameterGroupNotFound", "httpStatusCode" => 404, "senderFault" => true})
215
+ DBParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBParameterGroupQuotaExceededFault', error: {"code" => "DBParameterGroupQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
216
216
  DBParameterGroupStatus = Shapes::StructureShape.new(name: 'DBParameterGroupStatus')
217
217
  DBParameterGroupStatusList = Shapes::ListShape.new(name: 'DBParameterGroupStatusList')
218
218
  DBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBParameterGroupsMessage')
219
219
  DBProxy = Shapes::StructureShape.new(name: 'DBProxy')
220
- DBProxyAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBProxyAlreadyExistsFault', error: {"code"=>"DBProxyAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
220
+ DBProxyAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBProxyAlreadyExistsFault', error: {"code" => "DBProxyAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
221
221
  DBProxyEndpoint = Shapes::StructureShape.new(name: 'DBProxyEndpoint')
222
- DBProxyEndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBProxyEndpointAlreadyExistsFault', error: {"code"=>"DBProxyEndpointAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
222
+ DBProxyEndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBProxyEndpointAlreadyExistsFault', error: {"code" => "DBProxyEndpointAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
223
223
  DBProxyEndpointList = Shapes::ListShape.new(name: 'DBProxyEndpointList')
224
224
  DBProxyEndpointName = Shapes::StringShape.new(name: 'DBProxyEndpointName')
225
- DBProxyEndpointNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyEndpointNotFoundFault', error: {"code"=>"DBProxyEndpointNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
226
- DBProxyEndpointQuotaExceededFault = Shapes::StructureShape.new(name: 'DBProxyEndpointQuotaExceededFault', error: {"code"=>"DBProxyEndpointQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
225
+ DBProxyEndpointNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyEndpointNotFoundFault', error: {"code" => "DBProxyEndpointNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
226
+ DBProxyEndpointQuotaExceededFault = Shapes::StructureShape.new(name: 'DBProxyEndpointQuotaExceededFault', error: {"code" => "DBProxyEndpointQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
227
227
  DBProxyEndpointStatus = Shapes::StringShape.new(name: 'DBProxyEndpointStatus')
228
228
  DBProxyEndpointTargetRole = Shapes::StringShape.new(name: 'DBProxyEndpointTargetRole')
229
229
  DBProxyList = Shapes::ListShape.new(name: 'DBProxyList')
230
230
  DBProxyName = Shapes::StringShape.new(name: 'DBProxyName')
231
- DBProxyNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyNotFoundFault', error: {"code"=>"DBProxyNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
232
- DBProxyQuotaExceededFault = Shapes::StructureShape.new(name: 'DBProxyQuotaExceededFault', error: {"code"=>"DBProxyQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
231
+ DBProxyNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyNotFoundFault', error: {"code" => "DBProxyNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
232
+ DBProxyQuotaExceededFault = Shapes::StructureShape.new(name: 'DBProxyQuotaExceededFault', error: {"code" => "DBProxyQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
233
233
  DBProxyStatus = Shapes::StringShape.new(name: 'DBProxyStatus')
234
234
  DBProxyTarget = Shapes::StructureShape.new(name: 'DBProxyTarget')
235
- DBProxyTargetAlreadyRegisteredFault = Shapes::StructureShape.new(name: 'DBProxyTargetAlreadyRegisteredFault', error: {"code"=>"DBProxyTargetAlreadyRegisteredFault", "httpStatusCode"=>400, "senderFault"=>true})
235
+ DBProxyTargetAlreadyRegisteredFault = Shapes::StructureShape.new(name: 'DBProxyTargetAlreadyRegisteredFault', error: {"code" => "DBProxyTargetAlreadyRegisteredFault", "httpStatusCode" => 400, "senderFault" => true})
236
236
  DBProxyTargetGroup = Shapes::StructureShape.new(name: 'DBProxyTargetGroup')
237
- DBProxyTargetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyTargetGroupNotFoundFault', error: {"code"=>"DBProxyTargetGroupNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
238
- DBProxyTargetNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyTargetNotFoundFault', error: {"code"=>"DBProxyTargetNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
237
+ DBProxyTargetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyTargetGroupNotFoundFault', error: {"code" => "DBProxyTargetGroupNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
238
+ DBProxyTargetNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyTargetNotFoundFault', error: {"code" => "DBProxyTargetNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
239
239
  DBRecommendation = Shapes::StructureShape.new(name: 'DBRecommendation')
240
240
  DBRecommendationList = Shapes::ListShape.new(name: 'DBRecommendationList')
241
241
  DBRecommendationMessage = Shapes::StructureShape.new(name: 'DBRecommendationMessage')
242
242
  DBRecommendationsMessage = Shapes::StructureShape.new(name: 'DBRecommendationsMessage')
243
243
  DBSecurityGroup = Shapes::StructureShape.new(name: 'DBSecurityGroup')
244
- DBSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSecurityGroupAlreadyExistsFault', error: {"code"=>"DBSecurityGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
244
+ DBSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSecurityGroupAlreadyExistsFault', error: {"code" => "DBSecurityGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
245
245
  DBSecurityGroupMembership = Shapes::StructureShape.new(name: 'DBSecurityGroupMembership')
246
246
  DBSecurityGroupMembershipList = Shapes::ListShape.new(name: 'DBSecurityGroupMembershipList')
247
247
  DBSecurityGroupMessage = Shapes::StructureShape.new(name: 'DBSecurityGroupMessage')
248
248
  DBSecurityGroupNameList = Shapes::ListShape.new(name: 'DBSecurityGroupNameList')
249
- DBSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotFoundFault', error: {"code"=>"DBSecurityGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
250
- DBSecurityGroupNotSupportedFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotSupportedFault', error: {"code"=>"DBSecurityGroupNotSupported", "httpStatusCode"=>400, "senderFault"=>true})
251
- DBSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSecurityGroupQuotaExceededFault', error: {"code"=>"QuotaExceeded.DBSecurityGroup", "httpStatusCode"=>400, "senderFault"=>true})
249
+ DBSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotFoundFault', error: {"code" => "DBSecurityGroupNotFound", "httpStatusCode" => 404, "senderFault" => true})
250
+ DBSecurityGroupNotSupportedFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotSupportedFault', error: {"code" => "DBSecurityGroupNotSupported", "httpStatusCode" => 400, "senderFault" => true})
251
+ DBSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSecurityGroupQuotaExceededFault', error: {"code" => "QuotaExceeded.DBSecurityGroup", "httpStatusCode" => 400, "senderFault" => true})
252
252
  DBSecurityGroups = Shapes::ListShape.new(name: 'DBSecurityGroups')
253
253
  DBShardGroup = Shapes::StructureShape.new(name: 'DBShardGroup')
254
- DBShardGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBShardGroupAlreadyExistsFault', error: {"code"=>"DBShardGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
254
+ DBShardGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBShardGroupAlreadyExistsFault', error: {"code" => "DBShardGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
255
255
  DBShardGroupIdentifier = Shapes::StringShape.new(name: 'DBShardGroupIdentifier')
256
- DBShardGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBShardGroupNotFoundFault', error: {"code"=>"DBShardGroupNotFound", "httpStatusCode"=>404, "senderFault"=>true})
256
+ DBShardGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBShardGroupNotFoundFault', error: {"code" => "DBShardGroupNotFound", "httpStatusCode" => 404, "senderFault" => true})
257
257
  DBShardGroupsList = Shapes::ListShape.new(name: 'DBShardGroupsList')
258
258
  DBSnapshot = Shapes::StructureShape.new(name: 'DBSnapshot')
259
- DBSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSnapshotAlreadyExistsFault', error: {"code"=>"DBSnapshotAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
259
+ DBSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSnapshotAlreadyExistsFault', error: {"code" => "DBSnapshotAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
260
260
  DBSnapshotAttribute = Shapes::StructureShape.new(name: 'DBSnapshotAttribute')
261
261
  DBSnapshotAttributeList = Shapes::ListShape.new(name: 'DBSnapshotAttributeList')
262
262
  DBSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DBSnapshotAttributesResult')
263
263
  DBSnapshotList = Shapes::ListShape.new(name: 'DBSnapshotList')
264
264
  DBSnapshotMessage = Shapes::StructureShape.new(name: 'DBSnapshotMessage')
265
- DBSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotNotFoundFault', error: {"code"=>"DBSnapshotNotFound", "httpStatusCode"=>404, "senderFault"=>true})
265
+ DBSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotNotFoundFault', error: {"code" => "DBSnapshotNotFound", "httpStatusCode" => 404, "senderFault" => true})
266
266
  DBSnapshotTenantDatabase = Shapes::StructureShape.new(name: 'DBSnapshotTenantDatabase')
267
- DBSnapshotTenantDatabaseNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotTenantDatabaseNotFoundFault', error: {"code"=>"DBSnapshotTenantDatabaseNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
267
+ DBSnapshotTenantDatabaseNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotTenantDatabaseNotFoundFault', error: {"code" => "DBSnapshotTenantDatabaseNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
268
268
  DBSnapshotTenantDatabasesList = Shapes::ListShape.new(name: 'DBSnapshotTenantDatabasesList')
269
269
  DBSnapshotTenantDatabasesMessage = Shapes::StructureShape.new(name: 'DBSnapshotTenantDatabasesMessage')
270
270
  DBSubnetGroup = Shapes::StructureShape.new(name: 'DBSubnetGroup')
271
- DBSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSubnetGroupAlreadyExistsFault', error: {"code"=>"DBSubnetGroupAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
272
- DBSubnetGroupDoesNotCoverEnoughAZs = Shapes::StructureShape.new(name: 'DBSubnetGroupDoesNotCoverEnoughAZs', error: {"code"=>"DBSubnetGroupDoesNotCoverEnoughAZs", "httpStatusCode"=>400, "senderFault"=>true})
271
+ DBSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSubnetGroupAlreadyExistsFault', error: {"code" => "DBSubnetGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
272
+ DBSubnetGroupDoesNotCoverEnoughAZs = Shapes::StructureShape.new(name: 'DBSubnetGroupDoesNotCoverEnoughAZs', error: {"code" => "DBSubnetGroupDoesNotCoverEnoughAZs", "httpStatusCode" => 400, "senderFault" => true})
273
273
  DBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DBSubnetGroupMessage')
274
- DBSubnetGroupNotAllowedFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotAllowedFault', error: {"code"=>"DBSubnetGroupNotAllowedFault", "httpStatusCode"=>400, "senderFault"=>true})
275
- DBSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotFoundFault', error: {"code"=>"DBSubnetGroupNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
276
- DBSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetGroupQuotaExceededFault', error: {"code"=>"DBSubnetGroupQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
274
+ DBSubnetGroupNotAllowedFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotAllowedFault', error: {"code" => "DBSubnetGroupNotAllowedFault", "httpStatusCode" => 400, "senderFault" => true})
275
+ DBSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotFoundFault', error: {"code" => "DBSubnetGroupNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
276
+ DBSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetGroupQuotaExceededFault', error: {"code" => "DBSubnetGroupQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
277
277
  DBSubnetGroups = Shapes::ListShape.new(name: 'DBSubnetGroups')
278
- DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault', error: {"code"=>"DBSubnetQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
279
- DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault', error: {"code"=>"DBUpgradeDependencyFailure", "httpStatusCode"=>400, "senderFault"=>true})
278
+ DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault', error: {"code" => "DBSubnetQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
279
+ DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault', error: {"code" => "DBUpgradeDependencyFailure", "httpStatusCode" => 400, "senderFault" => true})
280
280
  DataFilter = Shapes::StringShape.new(name: 'DataFilter')
281
281
  DatabaseArn = Shapes::StringShape.new(name: 'DatabaseArn')
282
282
  DatabaseInsightsMode = Shapes::StringShape.new(name: 'DatabaseInsightsMode')
@@ -382,7 +382,7 @@ module Aws::RDS
382
382
  DocLinkList = Shapes::ListShape.new(name: 'DocLinkList')
383
383
  DomainMembership = Shapes::StructureShape.new(name: 'DomainMembership')
384
384
  DomainMembershipList = Shapes::ListShape.new(name: 'DomainMembershipList')
385
- DomainNotFoundFault = Shapes::StructureShape.new(name: 'DomainNotFoundFault', error: {"code"=>"DomainNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
385
+ DomainNotFoundFault = Shapes::StructureShape.new(name: 'DomainNotFoundFault', error: {"code" => "DomainNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
386
386
  Double = Shapes::FloatShape.new(name: 'Double')
387
387
  DoubleOptional = Shapes::FloatShape.new(name: 'DoubleOptional')
388
388
  DoubleRange = Shapes::StructureShape.new(name: 'DoubleRange')
@@ -391,7 +391,7 @@ module Aws::RDS
391
391
  DownloadDBLogFilePortionMessage = Shapes::StructureShape.new(name: 'DownloadDBLogFilePortionMessage')
392
392
  EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
393
393
  EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
394
- Ec2ImagePropertiesNotSupportedFault = Shapes::StructureShape.new(name: 'Ec2ImagePropertiesNotSupportedFault', error: {"code"=>"Ec2ImagePropertiesNotSupportedFault", "httpStatusCode"=>400, "senderFault"=>true})
394
+ Ec2ImagePropertiesNotSupportedFault = Shapes::StructureShape.new(name: 'Ec2ImagePropertiesNotSupportedFault', error: {"code" => "Ec2ImagePropertiesNotSupportedFault", "httpStatusCode" => 400, "senderFault" => true})
395
395
  EnableHttpEndpointRequest = Shapes::StructureShape.new(name: 'EnableHttpEndpointRequest')
396
396
  EnableHttpEndpointResponse = Shapes::StructureShape.new(name: 'EnableHttpEndpointResponse')
397
397
  EncryptionContextMap = Shapes::MapShape.new(name: 'EncryptionContextMap')
@@ -406,14 +406,14 @@ module Aws::RDS
406
406
  EventCategoriesMessage = Shapes::StructureShape.new(name: 'EventCategoriesMessage')
407
407
  EventList = Shapes::ListShape.new(name: 'EventList')
408
408
  EventSubscription = Shapes::StructureShape.new(name: 'EventSubscription')
409
- EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault', error: {"code"=>"EventSubscriptionQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
409
+ EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault', error: {"code" => "EventSubscriptionQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
410
410
  EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
411
411
  EventSubscriptionsMessage = Shapes::StructureShape.new(name: 'EventSubscriptionsMessage')
412
412
  EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
413
413
  ExportSourceType = Shapes::StringShape.new(name: 'ExportSourceType')
414
414
  ExportTask = Shapes::StructureShape.new(name: 'ExportTask')
415
- ExportTaskAlreadyExistsFault = Shapes::StructureShape.new(name: 'ExportTaskAlreadyExistsFault', error: {"code"=>"ExportTaskAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
416
- ExportTaskNotFoundFault = Shapes::StructureShape.new(name: 'ExportTaskNotFoundFault', error: {"code"=>"ExportTaskNotFound", "httpStatusCode"=>404, "senderFault"=>true})
415
+ ExportTaskAlreadyExistsFault = Shapes::StructureShape.new(name: 'ExportTaskAlreadyExistsFault', error: {"code" => "ExportTaskAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
416
+ ExportTaskNotFoundFault = Shapes::StructureShape.new(name: 'ExportTaskNotFoundFault', error: {"code" => "ExportTaskNotFound", "httpStatusCode" => 404, "senderFault" => true})
417
417
  ExportTasksList = Shapes::ListShape.new(name: 'ExportTasksList')
418
418
  ExportTasksMessage = Shapes::StructureShape.new(name: 'ExportTasksMessage')
419
419
  FailoverDBClusterMessage = Shapes::StructureShape.new(name: 'FailoverDBClusterMessage')
@@ -427,72 +427,72 @@ module Aws::RDS
427
427
  FilterList = Shapes::ListShape.new(name: 'FilterList')
428
428
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
429
429
  GlobalCluster = Shapes::StructureShape.new(name: 'GlobalCluster')
430
- GlobalClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'GlobalClusterAlreadyExistsFault', error: {"code"=>"GlobalClusterAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
430
+ GlobalClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'GlobalClusterAlreadyExistsFault', error: {"code" => "GlobalClusterAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
431
431
  GlobalClusterIdentifier = Shapes::StringShape.new(name: 'GlobalClusterIdentifier')
432
432
  GlobalClusterList = Shapes::ListShape.new(name: 'GlobalClusterList')
433
433
  GlobalClusterMember = Shapes::StructureShape.new(name: 'GlobalClusterMember')
434
434
  GlobalClusterMemberList = Shapes::ListShape.new(name: 'GlobalClusterMemberList')
435
435
  GlobalClusterMemberSynchronizationStatus = Shapes::StringShape.new(name: 'GlobalClusterMemberSynchronizationStatus')
436
- GlobalClusterNotFoundFault = Shapes::StructureShape.new(name: 'GlobalClusterNotFoundFault', error: {"code"=>"GlobalClusterNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
437
- GlobalClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'GlobalClusterQuotaExceededFault', error: {"code"=>"GlobalClusterQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
436
+ GlobalClusterNotFoundFault = Shapes::StructureShape.new(name: 'GlobalClusterNotFoundFault', error: {"code" => "GlobalClusterNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
437
+ GlobalClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'GlobalClusterQuotaExceededFault', error: {"code" => "GlobalClusterQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
438
438
  GlobalClustersMessage = Shapes::StructureShape.new(name: 'GlobalClustersMessage')
439
439
  IAMAuthMode = Shapes::StringShape.new(name: 'IAMAuthMode')
440
440
  IPRange = Shapes::StructureShape.new(name: 'IPRange')
441
441
  IPRangeList = Shapes::ListShape.new(name: 'IPRangeList')
442
- IamRoleMissingPermissionsFault = Shapes::StructureShape.new(name: 'IamRoleMissingPermissionsFault', error: {"code"=>"IamRoleMissingPermissions", "httpStatusCode"=>400, "senderFault"=>true})
443
- IamRoleNotFoundFault = Shapes::StructureShape.new(name: 'IamRoleNotFoundFault', error: {"code"=>"IamRoleNotFound", "httpStatusCode"=>404, "senderFault"=>true})
444
- InstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'InstanceQuotaExceededFault', error: {"code"=>"InstanceQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
445
- InsufficientAvailableIPsInSubnetFault = Shapes::StructureShape.new(name: 'InsufficientAvailableIPsInSubnetFault', error: {"code"=>"InsufficientAvailableIPsInSubnetFault", "httpStatusCode"=>400, "senderFault"=>true})
446
- InsufficientDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBClusterCapacityFault', error: {"code"=>"InsufficientDBClusterCapacityFault", "httpStatusCode"=>403, "senderFault"=>true})
447
- InsufficientDBInstanceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBInstanceCapacityFault', error: {"code"=>"InsufficientDBInstanceCapacity", "httpStatusCode"=>400, "senderFault"=>true})
448
- InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault', error: {"code"=>"InsufficientStorageClusterCapacity", "httpStatusCode"=>400, "senderFault"=>true})
442
+ IamRoleMissingPermissionsFault = Shapes::StructureShape.new(name: 'IamRoleMissingPermissionsFault', error: {"code" => "IamRoleMissingPermissions", "httpStatusCode" => 400, "senderFault" => true})
443
+ IamRoleNotFoundFault = Shapes::StructureShape.new(name: 'IamRoleNotFoundFault', error: {"code" => "IamRoleNotFound", "httpStatusCode" => 404, "senderFault" => true})
444
+ InstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'InstanceQuotaExceededFault', error: {"code" => "InstanceQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
445
+ InsufficientAvailableIPsInSubnetFault = Shapes::StructureShape.new(name: 'InsufficientAvailableIPsInSubnetFault', error: {"code" => "InsufficientAvailableIPsInSubnetFault", "httpStatusCode" => 400, "senderFault" => true})
446
+ InsufficientDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBClusterCapacityFault', error: {"code" => "InsufficientDBClusterCapacityFault", "httpStatusCode" => 403, "senderFault" => true})
447
+ InsufficientDBInstanceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBInstanceCapacityFault', error: {"code" => "InsufficientDBInstanceCapacity", "httpStatusCode" => 400, "senderFault" => true})
448
+ InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault', error: {"code" => "InsufficientStorageClusterCapacity", "httpStatusCode" => 400, "senderFault" => true})
449
449
  Integer = Shapes::IntegerShape.new(name: 'Integer')
450
450
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
451
451
  Integration = Shapes::StructureShape.new(name: 'Integration')
452
- IntegrationAlreadyExistsFault = Shapes::StructureShape.new(name: 'IntegrationAlreadyExistsFault', error: {"code"=>"IntegrationAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
452
+ IntegrationAlreadyExistsFault = Shapes::StructureShape.new(name: 'IntegrationAlreadyExistsFault', error: {"code" => "IntegrationAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
453
453
  IntegrationArn = Shapes::StringShape.new(name: 'IntegrationArn')
454
- IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault', error: {"code"=>"IntegrationConflictOperationFault", "httpStatusCode"=>400, "senderFault"=>true})
454
+ IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault', error: {"code" => "IntegrationConflictOperationFault", "httpStatusCode" => 400, "senderFault" => true})
455
455
  IntegrationDescription = Shapes::StringShape.new(name: 'IntegrationDescription')
456
456
  IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
457
457
  IntegrationErrorList = Shapes::ListShape.new(name: 'IntegrationErrorList')
458
458
  IntegrationIdentifier = Shapes::StringShape.new(name: 'IntegrationIdentifier')
459
459
  IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
460
460
  IntegrationName = Shapes::StringShape.new(name: 'IntegrationName')
461
- IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault', error: {"code"=>"IntegrationNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
462
- IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault', error: {"code"=>"IntegrationQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
461
+ IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault', error: {"code" => "IntegrationNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
462
+ IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault', error: {"code" => "IntegrationQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
463
463
  IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
464
- InvalidBlueGreenDeploymentStateFault = Shapes::StructureShape.new(name: 'InvalidBlueGreenDeploymentStateFault', error: {"code"=>"InvalidBlueGreenDeploymentStateFault", "httpStatusCode"=>400, "senderFault"=>true})
465
- InvalidCustomDBEngineVersionStateFault = Shapes::StructureShape.new(name: 'InvalidCustomDBEngineVersionStateFault', error: {"code"=>"InvalidCustomDBEngineVersionStateFault", "httpStatusCode"=>400, "senderFault"=>true})
466
- InvalidDBClusterAutomatedBackupStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterAutomatedBackupStateFault', error: {"code"=>"InvalidDBClusterAutomatedBackupStateFault", "httpStatusCode"=>400, "senderFault"=>true})
467
- InvalidDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InvalidDBClusterCapacityFault', error: {"code"=>"InvalidDBClusterCapacityFault", "httpStatusCode"=>400, "senderFault"=>true})
468
- InvalidDBClusterEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterEndpointStateFault', error: {"code"=>"InvalidDBClusterEndpointStateFault", "httpStatusCode"=>400, "senderFault"=>true})
469
- InvalidDBClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterSnapshotStateFault', error: {"code"=>"InvalidDBClusterSnapshotStateFault", "httpStatusCode"=>400, "senderFault"=>true})
470
- InvalidDBClusterStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterStateFault', error: {"code"=>"InvalidDBClusterStateFault", "httpStatusCode"=>400, "senderFault"=>true})
471
- InvalidDBInstanceAutomatedBackupStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceAutomatedBackupStateFault', error: {"code"=>"InvalidDBInstanceAutomatedBackupState", "httpStatusCode"=>400, "senderFault"=>true})
472
- InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault', error: {"code"=>"InvalidDBInstanceState", "httpStatusCode"=>400, "senderFault"=>true})
473
- InvalidDBParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBParameterGroupStateFault', error: {"code"=>"InvalidDBParameterGroupState", "httpStatusCode"=>400, "senderFault"=>true})
474
- InvalidDBProxyEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyEndpointStateFault', error: {"code"=>"InvalidDBProxyEndpointStateFault", "httpStatusCode"=>400, "senderFault"=>true})
475
- InvalidDBProxyStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyStateFault', error: {"code"=>"InvalidDBProxyStateFault", "httpStatusCode"=>400, "senderFault"=>true})
476
- InvalidDBSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSecurityGroupStateFault', error: {"code"=>"InvalidDBSecurityGroupState", "httpStatusCode"=>400, "senderFault"=>true})
477
- InvalidDBShardGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBShardGroupStateFault', error: {"code"=>"InvalidDBShardGroupState", "httpStatusCode"=>400, "senderFault"=>true})
478
- InvalidDBSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBSnapshotStateFault', error: {"code"=>"InvalidDBSnapshotState", "httpStatusCode"=>400, "senderFault"=>true})
479
- InvalidDBSubnetGroupFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupFault', error: {"code"=>"InvalidDBSubnetGroupFault", "httpStatusCode"=>400, "senderFault"=>true})
480
- InvalidDBSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupStateFault', error: {"code"=>"InvalidDBSubnetGroupStateFault", "httpStatusCode"=>400, "senderFault"=>true})
481
- InvalidDBSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetStateFault', error: {"code"=>"InvalidDBSubnetStateFault", "httpStatusCode"=>400, "senderFault"=>true})
482
- InvalidEventSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidEventSubscriptionStateFault', error: {"code"=>"InvalidEventSubscriptionState", "httpStatusCode"=>400, "senderFault"=>true})
483
- InvalidExportOnlyFault = Shapes::StructureShape.new(name: 'InvalidExportOnlyFault', error: {"code"=>"InvalidExportOnly", "httpStatusCode"=>400, "senderFault"=>true})
484
- InvalidExportSourceStateFault = Shapes::StructureShape.new(name: 'InvalidExportSourceStateFault', error: {"code"=>"InvalidExportSourceState", "httpStatusCode"=>400, "senderFault"=>true})
485
- InvalidExportTaskStateFault = Shapes::StructureShape.new(name: 'InvalidExportTaskStateFault', error: {"code"=>"InvalidExportTaskStateFault", "httpStatusCode"=>400, "senderFault"=>true})
486
- InvalidGlobalClusterStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalClusterStateFault', error: {"code"=>"InvalidGlobalClusterStateFault", "httpStatusCode"=>400, "senderFault"=>true})
487
- InvalidIntegrationStateFault = Shapes::StructureShape.new(name: 'InvalidIntegrationStateFault', error: {"code"=>"InvalidIntegrationStateFault", "httpStatusCode"=>400, "senderFault"=>true})
488
- InvalidOptionGroupStateFault = Shapes::StructureShape.new(name: 'InvalidOptionGroupStateFault', error: {"code"=>"InvalidOptionGroupStateFault", "httpStatusCode"=>400, "senderFault"=>true})
489
- InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault', error: {"code"=>"InvalidResourceStateFault", "httpStatusCode"=>400, "senderFault"=>true})
490
- InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault', error: {"code"=>"InvalidRestoreFault", "httpStatusCode"=>400, "senderFault"=>true})
491
- InvalidS3BucketFault = Shapes::StructureShape.new(name: 'InvalidS3BucketFault', error: {"code"=>"InvalidS3BucketFault", "httpStatusCode"=>400, "senderFault"=>true})
492
- InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet', error: {"code"=>"InvalidSubnet", "httpStatusCode"=>400, "senderFault"=>true})
493
- InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault', error: {"code"=>"InvalidVPCNetworkStateFault", "httpStatusCode"=>400, "senderFault"=>true})
464
+ InvalidBlueGreenDeploymentStateFault = Shapes::StructureShape.new(name: 'InvalidBlueGreenDeploymentStateFault', error: {"code" => "InvalidBlueGreenDeploymentStateFault", "httpStatusCode" => 400, "senderFault" => true})
465
+ InvalidCustomDBEngineVersionStateFault = Shapes::StructureShape.new(name: 'InvalidCustomDBEngineVersionStateFault', error: {"code" => "InvalidCustomDBEngineVersionStateFault", "httpStatusCode" => 400, "senderFault" => true})
466
+ InvalidDBClusterAutomatedBackupStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterAutomatedBackupStateFault', error: {"code" => "InvalidDBClusterAutomatedBackupStateFault", "httpStatusCode" => 400, "senderFault" => true})
467
+ InvalidDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InvalidDBClusterCapacityFault', error: {"code" => "InvalidDBClusterCapacityFault", "httpStatusCode" => 400, "senderFault" => true})
468
+ InvalidDBClusterEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterEndpointStateFault', error: {"code" => "InvalidDBClusterEndpointStateFault", "httpStatusCode" => 400, "senderFault" => true})
469
+ InvalidDBClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterSnapshotStateFault', error: {"code" => "InvalidDBClusterSnapshotStateFault", "httpStatusCode" => 400, "senderFault" => true})
470
+ InvalidDBClusterStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterStateFault', error: {"code" => "InvalidDBClusterStateFault", "httpStatusCode" => 400, "senderFault" => true})
471
+ InvalidDBInstanceAutomatedBackupStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceAutomatedBackupStateFault', error: {"code" => "InvalidDBInstanceAutomatedBackupState", "httpStatusCode" => 400, "senderFault" => true})
472
+ InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault', error: {"code" => "InvalidDBInstanceState", "httpStatusCode" => 400, "senderFault" => true})
473
+ InvalidDBParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBParameterGroupStateFault', error: {"code" => "InvalidDBParameterGroupState", "httpStatusCode" => 400, "senderFault" => true})
474
+ InvalidDBProxyEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyEndpointStateFault', error: {"code" => "InvalidDBProxyEndpointStateFault", "httpStatusCode" => 400, "senderFault" => true})
475
+ InvalidDBProxyStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyStateFault', error: {"code" => "InvalidDBProxyStateFault", "httpStatusCode" => 400, "senderFault" => true})
476
+ InvalidDBSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSecurityGroupStateFault', error: {"code" => "InvalidDBSecurityGroupState", "httpStatusCode" => 400, "senderFault" => true})
477
+ InvalidDBShardGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBShardGroupStateFault', error: {"code" => "InvalidDBShardGroupState", "httpStatusCode" => 400, "senderFault" => true})
478
+ InvalidDBSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBSnapshotStateFault', error: {"code" => "InvalidDBSnapshotState", "httpStatusCode" => 400, "senderFault" => true})
479
+ InvalidDBSubnetGroupFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupFault', error: {"code" => "InvalidDBSubnetGroupFault", "httpStatusCode" => 400, "senderFault" => true})
480
+ InvalidDBSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupStateFault', error: {"code" => "InvalidDBSubnetGroupStateFault", "httpStatusCode" => 400, "senderFault" => true})
481
+ InvalidDBSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetStateFault', error: {"code" => "InvalidDBSubnetStateFault", "httpStatusCode" => 400, "senderFault" => true})
482
+ InvalidEventSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidEventSubscriptionStateFault', error: {"code" => "InvalidEventSubscriptionState", "httpStatusCode" => 400, "senderFault" => true})
483
+ InvalidExportOnlyFault = Shapes::StructureShape.new(name: 'InvalidExportOnlyFault', error: {"code" => "InvalidExportOnly", "httpStatusCode" => 400, "senderFault" => true})
484
+ InvalidExportSourceStateFault = Shapes::StructureShape.new(name: 'InvalidExportSourceStateFault', error: {"code" => "InvalidExportSourceState", "httpStatusCode" => 400, "senderFault" => true})
485
+ InvalidExportTaskStateFault = Shapes::StructureShape.new(name: 'InvalidExportTaskStateFault', error: {"code" => "InvalidExportTaskStateFault", "httpStatusCode" => 400, "senderFault" => true})
486
+ InvalidGlobalClusterStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalClusterStateFault', error: {"code" => "InvalidGlobalClusterStateFault", "httpStatusCode" => 400, "senderFault" => true})
487
+ InvalidIntegrationStateFault = Shapes::StructureShape.new(name: 'InvalidIntegrationStateFault', error: {"code" => "InvalidIntegrationStateFault", "httpStatusCode" => 400, "senderFault" => true})
488
+ InvalidOptionGroupStateFault = Shapes::StructureShape.new(name: 'InvalidOptionGroupStateFault', error: {"code" => "InvalidOptionGroupStateFault", "httpStatusCode" => 400, "senderFault" => true})
489
+ InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault', error: {"code" => "InvalidResourceStateFault", "httpStatusCode" => 400, "senderFault" => true})
490
+ InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault', error: {"code" => "InvalidRestoreFault", "httpStatusCode" => 400, "senderFault" => true})
491
+ InvalidS3BucketFault = Shapes::StructureShape.new(name: 'InvalidS3BucketFault', error: {"code" => "InvalidS3BucketFault", "httpStatusCode" => 400, "senderFault" => true})
492
+ InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet', error: {"code" => "InvalidSubnet", "httpStatusCode" => 400, "senderFault" => true})
493
+ InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault', error: {"code" => "InvalidVPCNetworkStateFault", "httpStatusCode" => 400, "senderFault" => true})
494
494
  IssueDetails = Shapes::StructureShape.new(name: 'IssueDetails')
495
- KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault', error: {"code"=>"KMSKeyNotAccessibleFault", "httpStatusCode"=>400, "senderFault"=>true})
495
+ KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault', error: {"code" => "KMSKeyNotAccessibleFault", "httpStatusCode" => 400, "senderFault" => true})
496
496
  KeyList = Shapes::ListShape.new(name: 'KeyList')
497
497
  KmsKeyIdOrArn = Shapes::StringShape.new(name: 'KmsKeyIdOrArn')
498
498
  LimitlessDatabase = Shapes::StructureShape.new(name: 'LimitlessDatabase')
@@ -504,7 +504,7 @@ module Aws::RDS
504
504
  LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
505
505
  Marker = Shapes::StringShape.new(name: 'Marker')
506
506
  MasterUserSecret = Shapes::StructureShape.new(name: 'MasterUserSecret')
507
- MaxDBShardGroupLimitReached = Shapes::StructureShape.new(name: 'MaxDBShardGroupLimitReached', error: {"code"=>"MaxDBShardGroupLimitReached", "httpStatusCode"=>400, "senderFault"=>true})
507
+ MaxDBShardGroupLimitReached = Shapes::StructureShape.new(name: 'MaxDBShardGroupLimitReached', error: {"code" => "MaxDBShardGroupLimitReached", "httpStatusCode" => 400, "senderFault" => true})
508
508
  MaxRecords = Shapes::IntegerShape.new(name: 'MaxRecords')
509
509
  Metric = Shapes::StructureShape.new(name: 'Metric')
510
510
  MetricList = Shapes::ListShape.new(name: 'MetricList')
@@ -551,22 +551,22 @@ module Aws::RDS
551
551
  ModifyOptionGroupResult = Shapes::StructureShape.new(name: 'ModifyOptionGroupResult')
552
552
  ModifyTenantDatabaseMessage = Shapes::StructureShape.new(name: 'ModifyTenantDatabaseMessage')
553
553
  ModifyTenantDatabaseResult = Shapes::StructureShape.new(name: 'ModifyTenantDatabaseResult')
554
- NetworkTypeNotSupported = Shapes::StructureShape.new(name: 'NetworkTypeNotSupported', error: {"code"=>"NetworkTypeNotSupported", "httpStatusCode"=>400, "senderFault"=>true})
554
+ NetworkTypeNotSupported = Shapes::StructureShape.new(name: 'NetworkTypeNotSupported', error: {"code" => "NetworkTypeNotSupported", "httpStatusCode" => 400, "senderFault" => true})
555
555
  Option = Shapes::StructureShape.new(name: 'Option')
556
556
  OptionConfiguration = Shapes::StructureShape.new(name: 'OptionConfiguration')
557
557
  OptionConfigurationList = Shapes::ListShape.new(name: 'OptionConfigurationList')
558
558
  OptionGroup = Shapes::StructureShape.new(name: 'OptionGroup')
559
- OptionGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'OptionGroupAlreadyExistsFault', error: {"code"=>"OptionGroupAlreadyExistsFault", "httpStatusCode"=>400, "senderFault"=>true})
559
+ OptionGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'OptionGroupAlreadyExistsFault', error: {"code" => "OptionGroupAlreadyExistsFault", "httpStatusCode" => 400, "senderFault" => true})
560
560
  OptionGroupMembership = Shapes::StructureShape.new(name: 'OptionGroupMembership')
561
561
  OptionGroupMembershipList = Shapes::ListShape.new(name: 'OptionGroupMembershipList')
562
- OptionGroupNotFoundFault = Shapes::StructureShape.new(name: 'OptionGroupNotFoundFault', error: {"code"=>"OptionGroupNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
562
+ OptionGroupNotFoundFault = Shapes::StructureShape.new(name: 'OptionGroupNotFoundFault', error: {"code" => "OptionGroupNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
563
563
  OptionGroupOption = Shapes::StructureShape.new(name: 'OptionGroupOption')
564
564
  OptionGroupOptionSetting = Shapes::StructureShape.new(name: 'OptionGroupOptionSetting')
565
565
  OptionGroupOptionSettingsList = Shapes::ListShape.new(name: 'OptionGroupOptionSettingsList')
566
566
  OptionGroupOptionVersionsList = Shapes::ListShape.new(name: 'OptionGroupOptionVersionsList')
567
567
  OptionGroupOptionsList = Shapes::ListShape.new(name: 'OptionGroupOptionsList')
568
568
  OptionGroupOptionsMessage = Shapes::StructureShape.new(name: 'OptionGroupOptionsMessage')
569
- OptionGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'OptionGroupQuotaExceededFault', error: {"code"=>"OptionGroupQuotaExceededFault", "httpStatusCode"=>400, "senderFault"=>true})
569
+ OptionGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'OptionGroupQuotaExceededFault', error: {"code" => "OptionGroupQuotaExceededFault", "httpStatusCode" => 400, "senderFault" => true})
570
570
  OptionGroups = Shapes::StructureShape.new(name: 'OptionGroups')
571
571
  OptionGroupsList = Shapes::ListShape.new(name: 'OptionGroupsList')
572
572
  OptionNamesList = Shapes::ListShape.new(name: 'OptionNamesList')
@@ -592,14 +592,14 @@ module Aws::RDS
592
592
  PerformanceInsightsMetricDimensionGroup = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricDimensionGroup')
593
593
  PerformanceInsightsMetricQuery = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricQuery')
594
594
  PerformanceIssueDetails = Shapes::StructureShape.new(name: 'PerformanceIssueDetails')
595
- PointInTimeRestoreNotEnabledFault = Shapes::StructureShape.new(name: 'PointInTimeRestoreNotEnabledFault', error: {"code"=>"PointInTimeRestoreNotEnabled", "httpStatusCode"=>400, "senderFault"=>true})
595
+ PointInTimeRestoreNotEnabledFault = Shapes::StructureShape.new(name: 'PointInTimeRestoreNotEnabledFault', error: {"code" => "PointInTimeRestoreNotEnabled", "httpStatusCode" => 400, "senderFault" => true})
596
596
  ProcessorFeature = Shapes::StructureShape.new(name: 'ProcessorFeature')
597
597
  ProcessorFeatureList = Shapes::ListShape.new(name: 'ProcessorFeatureList')
598
598
  PromoteReadReplicaDBClusterMessage = Shapes::StructureShape.new(name: 'PromoteReadReplicaDBClusterMessage')
599
599
  PromoteReadReplicaDBClusterResult = Shapes::StructureShape.new(name: 'PromoteReadReplicaDBClusterResult')
600
600
  PromoteReadReplicaMessage = Shapes::StructureShape.new(name: 'PromoteReadReplicaMessage')
601
601
  PromoteReadReplicaResult = Shapes::StructureShape.new(name: 'PromoteReadReplicaResult')
602
- ProvisionedIopsNotAvailableInAZFault = Shapes::StructureShape.new(name: 'ProvisionedIopsNotAvailableInAZFault', error: {"code"=>"ProvisionedIopsNotAvailableInAZFault", "httpStatusCode"=>400, "senderFault"=>true})
602
+ ProvisionedIopsNotAvailableInAZFault = Shapes::StructureShape.new(name: 'ProvisionedIopsNotAvailableInAZFault', error: {"code" => "ProvisionedIopsNotAvailableInAZFault", "httpStatusCode" => 400, "senderFault" => true})
603
603
  PurchaseReservedDBInstancesOfferingMessage = Shapes::StructureShape.new(name: 'PurchaseReservedDBInstancesOfferingMessage')
604
604
  PurchaseReservedDBInstancesOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedDBInstancesOfferingResult')
605
605
  Range = Shapes::StructureShape.new(name: 'Range')
@@ -634,18 +634,18 @@ module Aws::RDS
634
634
  RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
635
635
  ReplicaMode = Shapes::StringShape.new(name: 'ReplicaMode')
636
636
  ReservedDBInstance = Shapes::StructureShape.new(name: 'ReservedDBInstance')
637
- ReservedDBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceAlreadyExistsFault', error: {"code"=>"ReservedDBInstanceAlreadyExists", "httpStatusCode"=>404, "senderFault"=>true})
637
+ ReservedDBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceAlreadyExistsFault', error: {"code" => "ReservedDBInstanceAlreadyExists", "httpStatusCode" => 404, "senderFault" => true})
638
638
  ReservedDBInstanceList = Shapes::ListShape.new(name: 'ReservedDBInstanceList')
639
639
  ReservedDBInstanceMessage = Shapes::StructureShape.new(name: 'ReservedDBInstanceMessage')
640
- ReservedDBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceNotFoundFault', error: {"code"=>"ReservedDBInstanceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
641
- ReservedDBInstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceQuotaExceededFault', error: {"code"=>"ReservedDBInstanceQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
640
+ ReservedDBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceNotFoundFault', error: {"code" => "ReservedDBInstanceNotFound", "httpStatusCode" => 404, "senderFault" => true})
641
+ ReservedDBInstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceQuotaExceededFault', error: {"code" => "ReservedDBInstanceQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
642
642
  ReservedDBInstancesOffering = Shapes::StructureShape.new(name: 'ReservedDBInstancesOffering')
643
643
  ReservedDBInstancesOfferingList = Shapes::ListShape.new(name: 'ReservedDBInstancesOfferingList')
644
644
  ReservedDBInstancesOfferingMessage = Shapes::StructureShape.new(name: 'ReservedDBInstancesOfferingMessage')
645
- ReservedDBInstancesOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedDBInstancesOfferingNotFoundFault', error: {"code"=>"ReservedDBInstancesOfferingNotFound", "httpStatusCode"=>404, "senderFault"=>true})
645
+ ReservedDBInstancesOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedDBInstancesOfferingNotFoundFault', error: {"code" => "ReservedDBInstancesOfferingNotFound", "httpStatusCode" => 404, "senderFault" => true})
646
646
  ResetDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetDBClusterParameterGroupMessage')
647
647
  ResetDBParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetDBParameterGroupMessage')
648
- ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault', error: {"code"=>"ResourceNotFoundFault", "httpStatusCode"=>404, "senderFault"=>true})
648
+ ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault', error: {"code" => "ResourceNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
649
649
  ResourcePendingMaintenanceActions = Shapes::StructureShape.new(name: 'ResourcePendingMaintenanceActions')
650
650
  RestoreDBClusterFromS3Message = Shapes::StructureShape.new(name: 'RestoreDBClusterFromS3Message')
651
651
  RestoreDBClusterFromS3Result = Shapes::StructureShape.new(name: 'RestoreDBClusterFromS3Result')
@@ -662,9 +662,9 @@ module Aws::RDS
662
662
  RestoreWindow = Shapes::StructureShape.new(name: 'RestoreWindow')
663
663
  RevokeDBSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'RevokeDBSecurityGroupIngressMessage')
664
664
  RevokeDBSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'RevokeDBSecurityGroupIngressResult')
665
- SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault', error: {"code"=>"SNSInvalidTopic", "httpStatusCode"=>400, "senderFault"=>true})
666
- SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault', error: {"code"=>"SNSNoAuthorization", "httpStatusCode"=>400, "senderFault"=>true})
667
- SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault', error: {"code"=>"SNSTopicArnNotFound", "httpStatusCode"=>404, "senderFault"=>true})
665
+ SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault', error: {"code" => "SNSInvalidTopic", "httpStatusCode" => 400, "senderFault" => true})
666
+ SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault', error: {"code" => "SNSNoAuthorization", "httpStatusCode" => 400, "senderFault" => true})
667
+ SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault', error: {"code" => "SNSTopicArnNotFound", "httpStatusCode" => 404, "senderFault" => true})
668
668
  ScalarReferenceDetails = Shapes::StructureShape.new(name: 'ScalarReferenceDetails')
669
669
  ScalingConfiguration = Shapes::StructureShape.new(name: 'ScalingConfiguration')
670
670
  ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ScalingConfigurationInfo')
@@ -672,13 +672,13 @@ module Aws::RDS
672
672
  ServerlessV2FeaturesSupport = Shapes::StructureShape.new(name: 'ServerlessV2FeaturesSupport')
673
673
  ServerlessV2ScalingConfiguration = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfiguration')
674
674
  ServerlessV2ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfigurationInfo')
675
- SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault', error: {"code"=>"SharedSnapshotQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
676
- SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault', error: {"code"=>"SnapshotQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
675
+ SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault', error: {"code" => "SharedSnapshotQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
676
+ SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault', error: {"code" => "SnapshotQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
677
677
  SourceArn = Shapes::StringShape.new(name: 'SourceArn')
678
- SourceClusterNotSupportedFault = Shapes::StructureShape.new(name: 'SourceClusterNotSupportedFault', error: {"code"=>"SourceClusterNotSupportedFault", "httpStatusCode"=>400, "senderFault"=>true})
679
- SourceDatabaseNotSupportedFault = Shapes::StructureShape.new(name: 'SourceDatabaseNotSupportedFault', error: {"code"=>"SourceDatabaseNotSupportedFault", "httpStatusCode"=>400, "senderFault"=>true})
678
+ SourceClusterNotSupportedFault = Shapes::StructureShape.new(name: 'SourceClusterNotSupportedFault', error: {"code" => "SourceClusterNotSupportedFault", "httpStatusCode" => 400, "senderFault" => true})
679
+ SourceDatabaseNotSupportedFault = Shapes::StructureShape.new(name: 'SourceDatabaseNotSupportedFault', error: {"code" => "SourceDatabaseNotSupportedFault", "httpStatusCode" => 400, "senderFault" => true})
680
680
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
681
- SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault', error: {"code"=>"SourceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
681
+ SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault', error: {"code" => "SourceNotFound", "httpStatusCode" => 404, "senderFault" => true})
682
682
  SourceRegion = Shapes::StructureShape.new(name: 'SourceRegion')
683
683
  SourceRegionList = Shapes::ListShape.new(name: 'SourceRegionList')
684
684
  SourceRegionMessage = Shapes::StructureShape.new(name: 'SourceRegionMessage')
@@ -700,19 +700,19 @@ module Aws::RDS
700
700
  StopDBInstanceAutomatedBackupsReplicationResult = Shapes::StructureShape.new(name: 'StopDBInstanceAutomatedBackupsReplicationResult')
701
701
  StopDBInstanceMessage = Shapes::StructureShape.new(name: 'StopDBInstanceMessage')
702
702
  StopDBInstanceResult = Shapes::StructureShape.new(name: 'StopDBInstanceResult')
703
- StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault', error: {"code"=>"StorageQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
704
- StorageTypeNotAvailableFault = Shapes::StructureShape.new(name: 'StorageTypeNotAvailableFault', error: {"code"=>"StorageTypeNotAvailableFault", "httpStatusCode"=>400, "senderFault"=>true})
705
- StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault', error: {"code"=>"StorageTypeNotSupported", "httpStatusCode"=>400, "senderFault"=>true})
703
+ StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault', error: {"code" => "StorageQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
704
+ StorageTypeNotAvailableFault = Shapes::StructureShape.new(name: 'StorageTypeNotAvailableFault', error: {"code" => "StorageTypeNotAvailableFault", "httpStatusCode" => 400, "senderFault" => true})
705
+ StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault', error: {"code" => "StorageTypeNotSupported", "httpStatusCode" => 400, "senderFault" => true})
706
706
  String = Shapes::StringShape.new(name: 'String')
707
707
  String255 = Shapes::StringShape.new(name: 'String255')
708
708
  StringList = Shapes::ListShape.new(name: 'StringList')
709
709
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
710
- SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse', error: {"code"=>"SubnetAlreadyInUse", "httpStatusCode"=>400, "senderFault"=>true})
710
+ SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse', error: {"code" => "SubnetAlreadyInUse", "httpStatusCode" => 400, "senderFault" => true})
711
711
  SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
712
712
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
713
- SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault', error: {"code"=>"SubscriptionAlreadyExist", "httpStatusCode"=>400, "senderFault"=>true})
714
- SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault', error: {"code"=>"SubscriptionCategoryNotFound", "httpStatusCode"=>404, "senderFault"=>true})
715
- SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault', error: {"code"=>"SubscriptionNotFound", "httpStatusCode"=>404, "senderFault"=>true})
713
+ SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault', error: {"code" => "SubscriptionAlreadyExist", "httpStatusCode" => 400, "senderFault" => true})
714
+ SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault', error: {"code" => "SubscriptionCategoryNotFound", "httpStatusCode" => 404, "senderFault" => true})
715
+ SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault', error: {"code" => "SubscriptionNotFound", "httpStatusCode" => 404, "senderFault" => true})
716
716
  SupportedCharacterSetsList = Shapes::ListShape.new(name: 'SupportedCharacterSetsList')
717
717
  SupportedTimezonesList = Shapes::ListShape.new(name: 'SupportedTimezonesList')
718
718
  SwitchoverBlueGreenDeploymentRequest = Shapes::StructureShape.new(name: 'SwitchoverBlueGreenDeploymentRequest')
@@ -742,14 +742,14 @@ module Aws::RDS
742
742
  TargetStorageType = Shapes::StringShape.new(name: 'TargetStorageType')
743
743
  TargetType = Shapes::StringShape.new(name: 'TargetType')
744
744
  TenantDatabase = Shapes::StructureShape.new(name: 'TenantDatabase')
745
- TenantDatabaseAlreadyExistsFault = Shapes::StructureShape.new(name: 'TenantDatabaseAlreadyExistsFault', error: {"code"=>"TenantDatabaseAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
746
- TenantDatabaseNotFoundFault = Shapes::StructureShape.new(name: 'TenantDatabaseNotFoundFault', error: {"code"=>"TenantDatabaseNotFound", "httpStatusCode"=>404, "senderFault"=>true})
745
+ TenantDatabaseAlreadyExistsFault = Shapes::StructureShape.new(name: 'TenantDatabaseAlreadyExistsFault', error: {"code" => "TenantDatabaseAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
746
+ TenantDatabaseNotFoundFault = Shapes::StructureShape.new(name: 'TenantDatabaseNotFoundFault', error: {"code" => "TenantDatabaseNotFound", "httpStatusCode" => 404, "senderFault" => true})
747
747
  TenantDatabasePendingModifiedValues = Shapes::StructureShape.new(name: 'TenantDatabasePendingModifiedValues')
748
- TenantDatabaseQuotaExceededFault = Shapes::StructureShape.new(name: 'TenantDatabaseQuotaExceededFault', error: {"code"=>"TenantDatabaseQuotaExceeded", "httpStatusCode"=>400, "senderFault"=>true})
748
+ TenantDatabaseQuotaExceededFault = Shapes::StructureShape.new(name: 'TenantDatabaseQuotaExceededFault', error: {"code" => "TenantDatabaseQuotaExceeded", "httpStatusCode" => 400, "senderFault" => true})
749
749
  TenantDatabasesList = Shapes::ListShape.new(name: 'TenantDatabasesList')
750
750
  TenantDatabasesMessage = Shapes::StructureShape.new(name: 'TenantDatabasesMessage')
751
751
  Timezone = Shapes::StructureShape.new(name: 'Timezone')
752
- UnsupportedDBEngineVersionFault = Shapes::StructureShape.new(name: 'UnsupportedDBEngineVersionFault', error: {"code"=>"UnsupportedDBEngineVersion", "httpStatusCode"=>400, "senderFault"=>true})
752
+ UnsupportedDBEngineVersionFault = Shapes::StructureShape.new(name: 'UnsupportedDBEngineVersionFault', error: {"code" => "UnsupportedDBEngineVersion", "httpStatusCode" => 400, "senderFault" => true})
753
753
  UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
754
754
  UserAuthConfig = Shapes::StructureShape.new(name: 'UserAuthConfig')
755
755
  UserAuthConfigInfo = Shapes::StructureShape.new(name: 'UserAuthConfigInfo')
data/lib/aws-sdk-rds.rb CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
80
80
  autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
81
81
  autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
82
82
 
83
- GEM_VERSION = '1.274.0'
83
+ GEM_VERSION = '1.275.0'
84
84
 
85
85
  end
86
86
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.274.0
4
+ version: 1.275.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-04-24 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
@@ -130,7 +129,6 @@ licenses:
130
129
  metadata:
131
130
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rds
132
131
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rds/CHANGELOG.md
133
- post_install_message:
134
132
  rdoc_options: []
135
133
  require_paths:
136
134
  - lib
@@ -145,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
143
  - !ruby/object:Gem::Version
146
144
  version: '0'
147
145
  requirements: []
148
- rubygems_version: 3.4.10
149
- signing_key:
146
+ rubygems_version: 3.6.7
150
147
  specification_version: 4
151
148
  summary: AWS SDK for Ruby - Amazon RDS
152
149
  test_files: []