aws-sdk-core 2.11.58 → 2.11.59

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f137fab2e54545149ef6afe763d624d7c32e7009
4
- data.tar.gz: 4c65ddeefdfe1a6a7d6a7bd2966d02cbf552c7ca
3
+ metadata.gz: 0d12a446cad0b92a28fe33581802d80df24b8031
4
+ data.tar.gz: fdc9f7175556585c06791c6005862a51a2d16eff
5
5
  SHA512:
6
- metadata.gz: 9cf3e77ca469c5d8daa7a2bcabaedd9e256f0d0559349a1ef479fe422b73f198b0822f5f428c80beda88e8c6b32ccaac2fd8d4d6e9a6500639e64eba37225f0b
7
- data.tar.gz: 904ed45a1198005c9ca44b901a75bff6d608d6f33fcb77ad14751700ebaaabc8d63b52bf8a6014830e0e756ade89eebf56bc013ca467fa3faeaf7bf05e879229
6
+ metadata.gz: 2c2ad737ddcbd4bec6ae05dfd09d733d86be6710e567b21ec4eda22cdebe12321ef82695142b7b888e9c7b9ef5812105716d842a2a55be744e091f3451d6c655
7
+ data.tar.gz: 94d165a0b280dc33f2e77c40e603be0f6498c77f4b2fa1e0cab6de2bdc699db0d0976cb434ac9732d05218b2be06a5ab8719f497fe6177895f6e0c342f1ea2d9
@@ -71,7 +71,9 @@
71
71
  {"shape":"CertificateNotFoundException"},
72
72
  {"shape":"UnsupportedProtocolException"},
73
73
  {"shape":"TooManyRegistrationsForTargetIdException"},
74
- {"shape":"TooManyTargetsException"}
74
+ {"shape":"TooManyTargetsException"},
75
+ {"shape":"TooManyActionsException"},
76
+ {"shape":"InvalidLoadBalancerActionException"}
75
77
  ]
76
78
  },
77
79
  "CreateLoadBalancer":{
@@ -122,7 +124,10 @@
122
124
  {"shape":"TargetGroupNotFoundException"},
123
125
  {"shape":"InvalidConfigurationRequestException"},
124
126
  {"shape":"TooManyRegistrationsForTargetIdException"},
125
- {"shape":"TooManyTargetsException"}
127
+ {"shape":"TooManyTargetsException"},
128
+ {"shape":"UnsupportedProtocolException"},
129
+ {"shape":"TooManyActionsException"},
130
+ {"shape":"InvalidLoadBalancerActionException"}
126
131
  ]
127
132
  },
128
133
  "CreateTargetGroup":{
@@ -261,7 +266,8 @@
261
266
  },
262
267
  "errors":[
263
268
  {"shape":"ListenerNotFoundException"},
264
- {"shape":"LoadBalancerNotFoundException"}
269
+ {"shape":"LoadBalancerNotFoundException"},
270
+ {"shape":"UnsupportedProtocolException"}
265
271
  ]
266
272
  },
267
273
  "DescribeLoadBalancerAttributes":{
@@ -307,7 +313,8 @@
307
313
  },
308
314
  "errors":[
309
315
  {"shape":"ListenerNotFoundException"},
310
- {"shape":"RuleNotFoundException"}
316
+ {"shape":"RuleNotFoundException"},
317
+ {"shape":"UnsupportedProtocolException"}
311
318
  ]
312
319
  },
313
320
  "DescribeSSLPolicies":{
@@ -415,7 +422,9 @@
415
422
  {"shape":"InvalidConfigurationRequestException"},
416
423
  {"shape":"UnsupportedProtocolException"},
417
424
  {"shape":"TooManyRegistrationsForTargetIdException"},
418
- {"shape":"TooManyTargetsException"}
425
+ {"shape":"TooManyTargetsException"},
426
+ {"shape":"TooManyActionsException"},
427
+ {"shape":"InvalidLoadBalancerActionException"}
419
428
  ]
420
429
  },
421
430
  "ModifyLoadBalancerAttributes":{
@@ -452,7 +461,10 @@
452
461
  {"shape":"OperationNotPermittedException"},
453
462
  {"shape":"TooManyRegistrationsForTargetIdException"},
454
463
  {"shape":"TooManyTargetsException"},
455
- {"shape":"TargetGroupNotFoundException"}
464
+ {"shape":"TargetGroupNotFoundException"},
465
+ {"shape":"UnsupportedProtocolException"},
466
+ {"shape":"TooManyActionsException"},
467
+ {"shape":"InvalidLoadBalancerActionException"}
456
468
  ]
457
469
  },
458
470
  "ModifyTargetGroup":{
@@ -615,18 +627,27 @@
615
627
  "shapes":{
616
628
  "Action":{
617
629
  "type":"structure",
618
- "required":[
619
- "Type",
620
- "TargetGroupArn"
621
- ],
630
+ "required":["Type"],
622
631
  "members":{
623
632
  "Type":{"shape":"ActionTypeEnum"},
624
- "TargetGroupArn":{"shape":"TargetGroupArn"}
633
+ "TargetGroupArn":{"shape":"TargetGroupArn"},
634
+ "AuthenticateOidcConfig":{"shape":"AuthenticateOidcActionConfig"},
635
+ "AuthenticateCognitoConfig":{"shape":"AuthenticateCognitoActionConfig"},
636
+ "Order":{"shape":"ActionOrder"}
625
637
  }
626
638
  },
639
+ "ActionOrder":{
640
+ "type":"integer",
641
+ "max":50000,
642
+ "min":1
643
+ },
627
644
  "ActionTypeEnum":{
628
645
  "type":"string",
629
- "enum":["forward"]
646
+ "enum":[
647
+ "forward",
648
+ "authenticate-oidc",
649
+ "authenticate-cognito"
650
+ ]
630
651
  },
631
652
  "Actions":{
632
653
  "type":"list",
@@ -677,6 +698,93 @@
677
698
  },
678
699
  "exception":true
679
700
  },
701
+ "AuthenticateCognitoActionAuthenticationRequestExtraParams":{
702
+ "type":"map",
703
+ "key":{"shape":"AuthenticateCognitoActionAuthenticationRequestParamName"},
704
+ "value":{"shape":"AuthenticateCognitoActionAuthenticationRequestParamValue"}
705
+ },
706
+ "AuthenticateCognitoActionAuthenticationRequestParamName":{"type":"string"},
707
+ "AuthenticateCognitoActionAuthenticationRequestParamValue":{"type":"string"},
708
+ "AuthenticateCognitoActionConditionalBehaviorEnum":{
709
+ "type":"string",
710
+ "enum":[
711
+ "deny",
712
+ "allow",
713
+ "authenticate"
714
+ ]
715
+ },
716
+ "AuthenticateCognitoActionConfig":{
717
+ "type":"structure",
718
+ "required":[
719
+ "UserPoolArn",
720
+ "UserPoolClientId",
721
+ "UserPoolDomain"
722
+ ],
723
+ "members":{
724
+ "UserPoolArn":{"shape":"AuthenticateCognitoActionUserPoolArn"},
725
+ "UserPoolClientId":{"shape":"AuthenticateCognitoActionUserPoolClientId"},
726
+ "UserPoolDomain":{"shape":"AuthenticateCognitoActionUserPoolDomain"},
727
+ "SessionCookieName":{"shape":"AuthenticateCognitoActionSessionCookieName"},
728
+ "Scope":{"shape":"AuthenticateCognitoActionScope"},
729
+ "SessionTimeout":{"shape":"AuthenticateCognitoActionSessionTimeout"},
730
+ "AuthenticationRequestExtraParams":{"shape":"AuthenticateCognitoActionAuthenticationRequestExtraParams"},
731
+ "OnUnauthenticatedRequest":{"shape":"AuthenticateCognitoActionConditionalBehaviorEnum"}
732
+ }
733
+ },
734
+ "AuthenticateCognitoActionScope":{"type":"string"},
735
+ "AuthenticateCognitoActionSessionCookieName":{"type":"string"},
736
+ "AuthenticateCognitoActionSessionTimeout":{"type":"long"},
737
+ "AuthenticateCognitoActionUserPoolArn":{"type":"string"},
738
+ "AuthenticateCognitoActionUserPoolClientId":{"type":"string"},
739
+ "AuthenticateCognitoActionUserPoolDomain":{"type":"string"},
740
+ "AuthenticateOidcActionAuthenticationRequestExtraParams":{
741
+ "type":"map",
742
+ "key":{"shape":"AuthenticateOidcActionAuthenticationRequestParamName"},
743
+ "value":{"shape":"AuthenticateOidcActionAuthenticationRequestParamValue"}
744
+ },
745
+ "AuthenticateOidcActionAuthenticationRequestParamName":{"type":"string"},
746
+ "AuthenticateOidcActionAuthenticationRequestParamValue":{"type":"string"},
747
+ "AuthenticateOidcActionAuthorizationEndpoint":{"type":"string"},
748
+ "AuthenticateOidcActionClientId":{"type":"string"},
749
+ "AuthenticateOidcActionClientSecret":{"type":"string"},
750
+ "AuthenticateOidcActionConditionalBehaviorEnum":{
751
+ "type":"string",
752
+ "enum":[
753
+ "deny",
754
+ "allow",
755
+ "authenticate"
756
+ ]
757
+ },
758
+ "AuthenticateOidcActionConfig":{
759
+ "type":"structure",
760
+ "required":[
761
+ "Issuer",
762
+ "AuthorizationEndpoint",
763
+ "TokenEndpoint",
764
+ "UserInfoEndpoint",
765
+ "ClientId",
766
+ "ClientSecret"
767
+ ],
768
+ "members":{
769
+ "Issuer":{"shape":"AuthenticateOidcActionIssuer"},
770
+ "AuthorizationEndpoint":{"shape":"AuthenticateOidcActionAuthorizationEndpoint"},
771
+ "TokenEndpoint":{"shape":"AuthenticateOidcActionTokenEndpoint"},
772
+ "UserInfoEndpoint":{"shape":"AuthenticateOidcActionUserInfoEndpoint"},
773
+ "ClientId":{"shape":"AuthenticateOidcActionClientId"},
774
+ "ClientSecret":{"shape":"AuthenticateOidcActionClientSecret"},
775
+ "SessionCookieName":{"shape":"AuthenticateOidcActionSessionCookieName"},
776
+ "Scope":{"shape":"AuthenticateOidcActionScope"},
777
+ "SessionTimeout":{"shape":"AuthenticateOidcActionSessionTimeout"},
778
+ "AuthenticationRequestExtraParams":{"shape":"AuthenticateOidcActionAuthenticationRequestExtraParams"},
779
+ "OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"}
780
+ }
781
+ },
782
+ "AuthenticateOidcActionIssuer":{"type":"string"},
783
+ "AuthenticateOidcActionScope":{"type":"string"},
784
+ "AuthenticateOidcActionSessionCookieName":{"type":"string"},
785
+ "AuthenticateOidcActionSessionTimeout":{"type":"long"},
786
+ "AuthenticateOidcActionTokenEndpoint":{"type":"string"},
787
+ "AuthenticateOidcActionUserInfoEndpoint":{"type":"string"},
680
788
  "AvailabilityZone":{
681
789
  "type":"structure",
682
790
  "members":{
@@ -1159,6 +1267,17 @@
1159
1267
  },
1160
1268
  "exception":true
1161
1269
  },
1270
+ "InvalidLoadBalancerActionException":{
1271
+ "type":"structure",
1272
+ "members":{
1273
+ },
1274
+ "error":{
1275
+ "code":"InvalidLoadBalancerAction",
1276
+ "httpStatusCode":400,
1277
+ "senderFault":true
1278
+ },
1279
+ "exception":true
1280
+ },
1162
1281
  "InvalidSchemeException":{
1163
1282
  "type":"structure",
1164
1283
  "members":{
@@ -1692,10 +1811,7 @@
1692
1811
  },
1693
1812
  "SetSubnetsInput":{
1694
1813
  "type":"structure",
1695
- "required":[
1696
- "LoadBalancerArn",
1697
- "Subnets"
1698
- ],
1814
+ "required":["LoadBalancerArn"],
1699
1815
  "members":{
1700
1816
  "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1701
1817
  "Subnets":{"shape":"Subnets"},
@@ -1941,6 +2057,17 @@
1941
2057
  "ip"
1942
2058
  ]
1943
2059
  },
2060
+ "TooManyActionsException":{
2061
+ "type":"structure",
2062
+ "members":{
2063
+ },
2064
+ "error":{
2065
+ "code":"TooManyActions",
2066
+ "httpStatusCode":400,
2067
+ "senderFault":true
2068
+ },
2069
+ "exception":true
2070
+ },
1944
2071
  "TooManyCertificatesException":{
1945
2072
  "type":"structure",
1946
2073
  "members":{
@@ -0,0 +1,3497 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2014-10-31",
5
+ "endpointPrefix":"rds",
6
+ "protocol":"query",
7
+ "serviceAbbreviation":"Amazon Neptune",
8
+ "serviceFullName":"Amazon Neptune",
9
+ "serviceId":"Neptune",
10
+ "signatureVersion":"v4",
11
+ "signingName":"rds",
12
+ "uid":"neptune-2014-10-31",
13
+ "xmlNamespace":"http://rds.amazonaws.com/doc/2014-10-31/"
14
+ },
15
+ "operations":{
16
+ "AddRoleToDBCluster":{
17
+ "name":"AddRoleToDBCluster",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"AddRoleToDBClusterMessage"},
23
+ "errors":[
24
+ {"shape":"DBClusterNotFoundFault"},
25
+ {"shape":"DBClusterRoleAlreadyExistsFault"},
26
+ {"shape":"InvalidDBClusterStateFault"},
27
+ {"shape":"DBClusterRoleQuotaExceededFault"}
28
+ ]
29
+ },
30
+ "AddSourceIdentifierToSubscription":{
31
+ "name":"AddSourceIdentifierToSubscription",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"AddSourceIdentifierToSubscriptionMessage"},
37
+ "output":{
38
+ "shape":"AddSourceIdentifierToSubscriptionResult",
39
+ "resultWrapper":"AddSourceIdentifierToSubscriptionResult"
40
+ },
41
+ "errors":[
42
+ {"shape":"SubscriptionNotFoundFault"},
43
+ {"shape":"SourceNotFoundFault"}
44
+ ]
45
+ },
46
+ "AddTagsToResource":{
47
+ "name":"AddTagsToResource",
48
+ "http":{
49
+ "method":"POST",
50
+ "requestUri":"/"
51
+ },
52
+ "input":{"shape":"AddTagsToResourceMessage"},
53
+ "errors":[
54
+ {"shape":"DBInstanceNotFoundFault"},
55
+ {"shape":"DBSnapshotNotFoundFault"},
56
+ {"shape":"DBClusterNotFoundFault"}
57
+ ]
58
+ },
59
+ "ApplyPendingMaintenanceAction":{
60
+ "name":"ApplyPendingMaintenanceAction",
61
+ "http":{
62
+ "method":"POST",
63
+ "requestUri":"/"
64
+ },
65
+ "input":{"shape":"ApplyPendingMaintenanceActionMessage"},
66
+ "output":{
67
+ "shape":"ApplyPendingMaintenanceActionResult",
68
+ "resultWrapper":"ApplyPendingMaintenanceActionResult"
69
+ },
70
+ "errors":[
71
+ {"shape":"ResourceNotFoundFault"}
72
+ ]
73
+ },
74
+ "CopyDBClusterParameterGroup":{
75
+ "name":"CopyDBClusterParameterGroup",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"CopyDBClusterParameterGroupMessage"},
81
+ "output":{
82
+ "shape":"CopyDBClusterParameterGroupResult",
83
+ "resultWrapper":"CopyDBClusterParameterGroupResult"
84
+ },
85
+ "errors":[
86
+ {"shape":"DBParameterGroupNotFoundFault"},
87
+ {"shape":"DBParameterGroupQuotaExceededFault"},
88
+ {"shape":"DBParameterGroupAlreadyExistsFault"}
89
+ ]
90
+ },
91
+ "CopyDBClusterSnapshot":{
92
+ "name":"CopyDBClusterSnapshot",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"CopyDBClusterSnapshotMessage"},
98
+ "output":{
99
+ "shape":"CopyDBClusterSnapshotResult",
100
+ "resultWrapper":"CopyDBClusterSnapshotResult"
101
+ },
102
+ "errors":[
103
+ {"shape":"DBClusterSnapshotAlreadyExistsFault"},
104
+ {"shape":"DBClusterSnapshotNotFoundFault"},
105
+ {"shape":"InvalidDBClusterStateFault"},
106
+ {"shape":"InvalidDBClusterSnapshotStateFault"},
107
+ {"shape":"SnapshotQuotaExceededFault"},
108
+ {"shape":"KMSKeyNotAccessibleFault"}
109
+ ]
110
+ },
111
+ "CopyDBParameterGroup":{
112
+ "name":"CopyDBParameterGroup",
113
+ "http":{
114
+ "method":"POST",
115
+ "requestUri":"/"
116
+ },
117
+ "input":{"shape":"CopyDBParameterGroupMessage"},
118
+ "output":{
119
+ "shape":"CopyDBParameterGroupResult",
120
+ "resultWrapper":"CopyDBParameterGroupResult"
121
+ },
122
+ "errors":[
123
+ {"shape":"DBParameterGroupNotFoundFault"},
124
+ {"shape":"DBParameterGroupAlreadyExistsFault"},
125
+ {"shape":"DBParameterGroupQuotaExceededFault"}
126
+ ]
127
+ },
128
+ "CreateDBCluster":{
129
+ "name":"CreateDBCluster",
130
+ "http":{
131
+ "method":"POST",
132
+ "requestUri":"/"
133
+ },
134
+ "input":{"shape":"CreateDBClusterMessage"},
135
+ "output":{
136
+ "shape":"CreateDBClusterResult",
137
+ "resultWrapper":"CreateDBClusterResult"
138
+ },
139
+ "errors":[
140
+ {"shape":"DBClusterAlreadyExistsFault"},
141
+ {"shape":"InsufficientStorageClusterCapacityFault"},
142
+ {"shape":"DBClusterQuotaExceededFault"},
143
+ {"shape":"StorageQuotaExceededFault"},
144
+ {"shape":"DBSubnetGroupNotFoundFault"},
145
+ {"shape":"InvalidVPCNetworkStateFault"},
146
+ {"shape":"InvalidDBClusterStateFault"},
147
+ {"shape":"InvalidDBSubnetGroupStateFault"},
148
+ {"shape":"InvalidSubnet"},
149
+ {"shape":"InvalidDBInstanceStateFault"},
150
+ {"shape":"DBClusterParameterGroupNotFoundFault"},
151
+ {"shape":"KMSKeyNotAccessibleFault"},
152
+ {"shape":"DBClusterNotFoundFault"},
153
+ {"shape":"DBInstanceNotFoundFault"},
154
+ {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}
155
+ ]
156
+ },
157
+ "CreateDBClusterParameterGroup":{
158
+ "name":"CreateDBClusterParameterGroup",
159
+ "http":{
160
+ "method":"POST",
161
+ "requestUri":"/"
162
+ },
163
+ "input":{"shape":"CreateDBClusterParameterGroupMessage"},
164
+ "output":{
165
+ "shape":"CreateDBClusterParameterGroupResult",
166
+ "resultWrapper":"CreateDBClusterParameterGroupResult"
167
+ },
168
+ "errors":[
169
+ {"shape":"DBParameterGroupQuotaExceededFault"},
170
+ {"shape":"DBParameterGroupAlreadyExistsFault"}
171
+ ]
172
+ },
173
+ "CreateDBClusterSnapshot":{
174
+ "name":"CreateDBClusterSnapshot",
175
+ "http":{
176
+ "method":"POST",
177
+ "requestUri":"/"
178
+ },
179
+ "input":{"shape":"CreateDBClusterSnapshotMessage"},
180
+ "output":{
181
+ "shape":"CreateDBClusterSnapshotResult",
182
+ "resultWrapper":"CreateDBClusterSnapshotResult"
183
+ },
184
+ "errors":[
185
+ {"shape":"DBClusterSnapshotAlreadyExistsFault"},
186
+ {"shape":"InvalidDBClusterStateFault"},
187
+ {"shape":"DBClusterNotFoundFault"},
188
+ {"shape":"SnapshotQuotaExceededFault"},
189
+ {"shape":"InvalidDBClusterSnapshotStateFault"}
190
+ ]
191
+ },
192
+ "CreateDBInstance":{
193
+ "name":"CreateDBInstance",
194
+ "http":{
195
+ "method":"POST",
196
+ "requestUri":"/"
197
+ },
198
+ "input":{"shape":"CreateDBInstanceMessage"},
199
+ "output":{
200
+ "shape":"CreateDBInstanceResult",
201
+ "resultWrapper":"CreateDBInstanceResult"
202
+ },
203
+ "errors":[
204
+ {"shape":"DBInstanceAlreadyExistsFault"},
205
+ {"shape":"InsufficientDBInstanceCapacityFault"},
206
+ {"shape":"DBParameterGroupNotFoundFault"},
207
+ {"shape":"DBSecurityGroupNotFoundFault"},
208
+ {"shape":"InstanceQuotaExceededFault"},
209
+ {"shape":"StorageQuotaExceededFault"},
210
+ {"shape":"DBSubnetGroupNotFoundFault"},
211
+ {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
212
+ {"shape":"InvalidDBClusterStateFault"},
213
+ {"shape":"InvalidSubnet"},
214
+ {"shape":"InvalidVPCNetworkStateFault"},
215
+ {"shape":"ProvisionedIopsNotAvailableInAZFault"},
216
+ {"shape":"OptionGroupNotFoundFault"},
217
+ {"shape":"DBClusterNotFoundFault"},
218
+ {"shape":"StorageTypeNotSupportedFault"},
219
+ {"shape":"AuthorizationNotFoundFault"},
220
+ {"shape":"KMSKeyNotAccessibleFault"},
221
+ {"shape":"DomainNotFoundFault"}
222
+ ]
223
+ },
224
+ "CreateDBParameterGroup":{
225
+ "name":"CreateDBParameterGroup",
226
+ "http":{
227
+ "method":"POST",
228
+ "requestUri":"/"
229
+ },
230
+ "input":{"shape":"CreateDBParameterGroupMessage"},
231
+ "output":{
232
+ "shape":"CreateDBParameterGroupResult",
233
+ "resultWrapper":"CreateDBParameterGroupResult"
234
+ },
235
+ "errors":[
236
+ {"shape":"DBParameterGroupQuotaExceededFault"},
237
+ {"shape":"DBParameterGroupAlreadyExistsFault"}
238
+ ]
239
+ },
240
+ "CreateDBSubnetGroup":{
241
+ "name":"CreateDBSubnetGroup",
242
+ "http":{
243
+ "method":"POST",
244
+ "requestUri":"/"
245
+ },
246
+ "input":{"shape":"CreateDBSubnetGroupMessage"},
247
+ "output":{
248
+ "shape":"CreateDBSubnetGroupResult",
249
+ "resultWrapper":"CreateDBSubnetGroupResult"
250
+ },
251
+ "errors":[
252
+ {"shape":"DBSubnetGroupAlreadyExistsFault"},
253
+ {"shape":"DBSubnetGroupQuotaExceededFault"},
254
+ {"shape":"DBSubnetQuotaExceededFault"},
255
+ {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
256
+ {"shape":"InvalidSubnet"}
257
+ ]
258
+ },
259
+ "CreateEventSubscription":{
260
+ "name":"CreateEventSubscription",
261
+ "http":{
262
+ "method":"POST",
263
+ "requestUri":"/"
264
+ },
265
+ "input":{"shape":"CreateEventSubscriptionMessage"},
266
+ "output":{
267
+ "shape":"CreateEventSubscriptionResult",
268
+ "resultWrapper":"CreateEventSubscriptionResult"
269
+ },
270
+ "errors":[
271
+ {"shape":"EventSubscriptionQuotaExceededFault"},
272
+ {"shape":"SubscriptionAlreadyExistFault"},
273
+ {"shape":"SNSInvalidTopicFault"},
274
+ {"shape":"SNSNoAuthorizationFault"},
275
+ {"shape":"SNSTopicArnNotFoundFault"},
276
+ {"shape":"SubscriptionCategoryNotFoundFault"},
277
+ {"shape":"SourceNotFoundFault"}
278
+ ]
279
+ },
280
+ "DeleteDBCluster":{
281
+ "name":"DeleteDBCluster",
282
+ "http":{
283
+ "method":"POST",
284
+ "requestUri":"/"
285
+ },
286
+ "input":{"shape":"DeleteDBClusterMessage"},
287
+ "output":{
288
+ "shape":"DeleteDBClusterResult",
289
+ "resultWrapper":"DeleteDBClusterResult"
290
+ },
291
+ "errors":[
292
+ {"shape":"DBClusterNotFoundFault"},
293
+ {"shape":"InvalidDBClusterStateFault"},
294
+ {"shape":"DBClusterSnapshotAlreadyExistsFault"},
295
+ {"shape":"SnapshotQuotaExceededFault"},
296
+ {"shape":"InvalidDBClusterSnapshotStateFault"}
297
+ ]
298
+ },
299
+ "DeleteDBClusterParameterGroup":{
300
+ "name":"DeleteDBClusterParameterGroup",
301
+ "http":{
302
+ "method":"POST",
303
+ "requestUri":"/"
304
+ },
305
+ "input":{"shape":"DeleteDBClusterParameterGroupMessage"},
306
+ "errors":[
307
+ {"shape":"InvalidDBParameterGroupStateFault"},
308
+ {"shape":"DBParameterGroupNotFoundFault"}
309
+ ]
310
+ },
311
+ "DeleteDBClusterSnapshot":{
312
+ "name":"DeleteDBClusterSnapshot",
313
+ "http":{
314
+ "method":"POST",
315
+ "requestUri":"/"
316
+ },
317
+ "input":{"shape":"DeleteDBClusterSnapshotMessage"},
318
+ "output":{
319
+ "shape":"DeleteDBClusterSnapshotResult",
320
+ "resultWrapper":"DeleteDBClusterSnapshotResult"
321
+ },
322
+ "errors":[
323
+ {"shape":"InvalidDBClusterSnapshotStateFault"},
324
+ {"shape":"DBClusterSnapshotNotFoundFault"}
325
+ ]
326
+ },
327
+ "DeleteDBInstance":{
328
+ "name":"DeleteDBInstance",
329
+ "http":{
330
+ "method":"POST",
331
+ "requestUri":"/"
332
+ },
333
+ "input":{"shape":"DeleteDBInstanceMessage"},
334
+ "output":{
335
+ "shape":"DeleteDBInstanceResult",
336
+ "resultWrapper":"DeleteDBInstanceResult"
337
+ },
338
+ "errors":[
339
+ {"shape":"DBInstanceNotFoundFault"},
340
+ {"shape":"InvalidDBInstanceStateFault"},
341
+ {"shape":"DBSnapshotAlreadyExistsFault"},
342
+ {"shape":"SnapshotQuotaExceededFault"},
343
+ {"shape":"InvalidDBClusterStateFault"}
344
+ ]
345
+ },
346
+ "DeleteDBParameterGroup":{
347
+ "name":"DeleteDBParameterGroup",
348
+ "http":{
349
+ "method":"POST",
350
+ "requestUri":"/"
351
+ },
352
+ "input":{"shape":"DeleteDBParameterGroupMessage"},
353
+ "errors":[
354
+ {"shape":"InvalidDBParameterGroupStateFault"},
355
+ {"shape":"DBParameterGroupNotFoundFault"}
356
+ ]
357
+ },
358
+ "DeleteDBSubnetGroup":{
359
+ "name":"DeleteDBSubnetGroup",
360
+ "http":{
361
+ "method":"POST",
362
+ "requestUri":"/"
363
+ },
364
+ "input":{"shape":"DeleteDBSubnetGroupMessage"},
365
+ "errors":[
366
+ {"shape":"InvalidDBSubnetGroupStateFault"},
367
+ {"shape":"InvalidDBSubnetStateFault"},
368
+ {"shape":"DBSubnetGroupNotFoundFault"}
369
+ ]
370
+ },
371
+ "DeleteEventSubscription":{
372
+ "name":"DeleteEventSubscription",
373
+ "http":{
374
+ "method":"POST",
375
+ "requestUri":"/"
376
+ },
377
+ "input":{"shape":"DeleteEventSubscriptionMessage"},
378
+ "output":{
379
+ "shape":"DeleteEventSubscriptionResult",
380
+ "resultWrapper":"DeleteEventSubscriptionResult"
381
+ },
382
+ "errors":[
383
+ {"shape":"SubscriptionNotFoundFault"},
384
+ {"shape":"InvalidEventSubscriptionStateFault"}
385
+ ]
386
+ },
387
+ "DescribeDBClusterParameterGroups":{
388
+ "name":"DescribeDBClusterParameterGroups",
389
+ "http":{
390
+ "method":"POST",
391
+ "requestUri":"/"
392
+ },
393
+ "input":{"shape":"DescribeDBClusterParameterGroupsMessage"},
394
+ "output":{
395
+ "shape":"DBClusterParameterGroupsMessage",
396
+ "resultWrapper":"DescribeDBClusterParameterGroupsResult"
397
+ },
398
+ "errors":[
399
+ {"shape":"DBParameterGroupNotFoundFault"}
400
+ ]
401
+ },
402
+ "DescribeDBClusterParameters":{
403
+ "name":"DescribeDBClusterParameters",
404
+ "http":{
405
+ "method":"POST",
406
+ "requestUri":"/"
407
+ },
408
+ "input":{"shape":"DescribeDBClusterParametersMessage"},
409
+ "output":{
410
+ "shape":"DBClusterParameterGroupDetails",
411
+ "resultWrapper":"DescribeDBClusterParametersResult"
412
+ },
413
+ "errors":[
414
+ {"shape":"DBParameterGroupNotFoundFault"}
415
+ ]
416
+ },
417
+ "DescribeDBClusterSnapshotAttributes":{
418
+ "name":"DescribeDBClusterSnapshotAttributes",
419
+ "http":{
420
+ "method":"POST",
421
+ "requestUri":"/"
422
+ },
423
+ "input":{"shape":"DescribeDBClusterSnapshotAttributesMessage"},
424
+ "output":{
425
+ "shape":"DescribeDBClusterSnapshotAttributesResult",
426
+ "resultWrapper":"DescribeDBClusterSnapshotAttributesResult"
427
+ },
428
+ "errors":[
429
+ {"shape":"DBClusterSnapshotNotFoundFault"}
430
+ ]
431
+ },
432
+ "DescribeDBClusterSnapshots":{
433
+ "name":"DescribeDBClusterSnapshots",
434
+ "http":{
435
+ "method":"POST",
436
+ "requestUri":"/"
437
+ },
438
+ "input":{"shape":"DescribeDBClusterSnapshotsMessage"},
439
+ "output":{
440
+ "shape":"DBClusterSnapshotMessage",
441
+ "resultWrapper":"DescribeDBClusterSnapshotsResult"
442
+ },
443
+ "errors":[
444
+ {"shape":"DBClusterSnapshotNotFoundFault"}
445
+ ]
446
+ },
447
+ "DescribeDBClusters":{
448
+ "name":"DescribeDBClusters",
449
+ "http":{
450
+ "method":"POST",
451
+ "requestUri":"/"
452
+ },
453
+ "input":{"shape":"DescribeDBClustersMessage"},
454
+ "output":{
455
+ "shape":"DBClusterMessage",
456
+ "resultWrapper":"DescribeDBClustersResult"
457
+ },
458
+ "errors":[
459
+ {"shape":"DBClusterNotFoundFault"}
460
+ ]
461
+ },
462
+ "DescribeDBEngineVersions":{
463
+ "name":"DescribeDBEngineVersions",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/"
467
+ },
468
+ "input":{"shape":"DescribeDBEngineVersionsMessage"},
469
+ "output":{
470
+ "shape":"DBEngineVersionMessage",
471
+ "resultWrapper":"DescribeDBEngineVersionsResult"
472
+ }
473
+ },
474
+ "DescribeDBInstances":{
475
+ "name":"DescribeDBInstances",
476
+ "http":{
477
+ "method":"POST",
478
+ "requestUri":"/"
479
+ },
480
+ "input":{"shape":"DescribeDBInstancesMessage"},
481
+ "output":{
482
+ "shape":"DBInstanceMessage",
483
+ "resultWrapper":"DescribeDBInstancesResult"
484
+ },
485
+ "errors":[
486
+ {"shape":"DBInstanceNotFoundFault"}
487
+ ]
488
+ },
489
+ "DescribeDBParameterGroups":{
490
+ "name":"DescribeDBParameterGroups",
491
+ "http":{
492
+ "method":"POST",
493
+ "requestUri":"/"
494
+ },
495
+ "input":{"shape":"DescribeDBParameterGroupsMessage"},
496
+ "output":{
497
+ "shape":"DBParameterGroupsMessage",
498
+ "resultWrapper":"DescribeDBParameterGroupsResult"
499
+ },
500
+ "errors":[
501
+ {"shape":"DBParameterGroupNotFoundFault"}
502
+ ]
503
+ },
504
+ "DescribeDBParameters":{
505
+ "name":"DescribeDBParameters",
506
+ "http":{
507
+ "method":"POST",
508
+ "requestUri":"/"
509
+ },
510
+ "input":{"shape":"DescribeDBParametersMessage"},
511
+ "output":{
512
+ "shape":"DBParameterGroupDetails",
513
+ "resultWrapper":"DescribeDBParametersResult"
514
+ },
515
+ "errors":[
516
+ {"shape":"DBParameterGroupNotFoundFault"}
517
+ ]
518
+ },
519
+ "DescribeDBSubnetGroups":{
520
+ "name":"DescribeDBSubnetGroups",
521
+ "http":{
522
+ "method":"POST",
523
+ "requestUri":"/"
524
+ },
525
+ "input":{"shape":"DescribeDBSubnetGroupsMessage"},
526
+ "output":{
527
+ "shape":"DBSubnetGroupMessage",
528
+ "resultWrapper":"DescribeDBSubnetGroupsResult"
529
+ },
530
+ "errors":[
531
+ {"shape":"DBSubnetGroupNotFoundFault"}
532
+ ]
533
+ },
534
+ "DescribeEngineDefaultClusterParameters":{
535
+ "name":"DescribeEngineDefaultClusterParameters",
536
+ "http":{
537
+ "method":"POST",
538
+ "requestUri":"/"
539
+ },
540
+ "input":{"shape":"DescribeEngineDefaultClusterParametersMessage"},
541
+ "output":{
542
+ "shape":"DescribeEngineDefaultClusterParametersResult",
543
+ "resultWrapper":"DescribeEngineDefaultClusterParametersResult"
544
+ }
545
+ },
546
+ "DescribeEngineDefaultParameters":{
547
+ "name":"DescribeEngineDefaultParameters",
548
+ "http":{
549
+ "method":"POST",
550
+ "requestUri":"/"
551
+ },
552
+ "input":{"shape":"DescribeEngineDefaultParametersMessage"},
553
+ "output":{
554
+ "shape":"DescribeEngineDefaultParametersResult",
555
+ "resultWrapper":"DescribeEngineDefaultParametersResult"
556
+ }
557
+ },
558
+ "DescribeEventCategories":{
559
+ "name":"DescribeEventCategories",
560
+ "http":{
561
+ "method":"POST",
562
+ "requestUri":"/"
563
+ },
564
+ "input":{"shape":"DescribeEventCategoriesMessage"},
565
+ "output":{
566
+ "shape":"EventCategoriesMessage",
567
+ "resultWrapper":"DescribeEventCategoriesResult"
568
+ }
569
+ },
570
+ "DescribeEventSubscriptions":{
571
+ "name":"DescribeEventSubscriptions",
572
+ "http":{
573
+ "method":"POST",
574
+ "requestUri":"/"
575
+ },
576
+ "input":{"shape":"DescribeEventSubscriptionsMessage"},
577
+ "output":{
578
+ "shape":"EventSubscriptionsMessage",
579
+ "resultWrapper":"DescribeEventSubscriptionsResult"
580
+ },
581
+ "errors":[
582
+ {"shape":"SubscriptionNotFoundFault"}
583
+ ]
584
+ },
585
+ "DescribeEvents":{
586
+ "name":"DescribeEvents",
587
+ "http":{
588
+ "method":"POST",
589
+ "requestUri":"/"
590
+ },
591
+ "input":{"shape":"DescribeEventsMessage"},
592
+ "output":{
593
+ "shape":"EventsMessage",
594
+ "resultWrapper":"DescribeEventsResult"
595
+ }
596
+ },
597
+ "DescribeOrderableDBInstanceOptions":{
598
+ "name":"DescribeOrderableDBInstanceOptions",
599
+ "http":{
600
+ "method":"POST",
601
+ "requestUri":"/"
602
+ },
603
+ "input":{"shape":"DescribeOrderableDBInstanceOptionsMessage"},
604
+ "output":{
605
+ "shape":"OrderableDBInstanceOptionsMessage",
606
+ "resultWrapper":"DescribeOrderableDBInstanceOptionsResult"
607
+ }
608
+ },
609
+ "DescribePendingMaintenanceActions":{
610
+ "name":"DescribePendingMaintenanceActions",
611
+ "http":{
612
+ "method":"POST",
613
+ "requestUri":"/"
614
+ },
615
+ "input":{"shape":"DescribePendingMaintenanceActionsMessage"},
616
+ "output":{
617
+ "shape":"PendingMaintenanceActionsMessage",
618
+ "resultWrapper":"DescribePendingMaintenanceActionsResult"
619
+ },
620
+ "errors":[
621
+ {"shape":"ResourceNotFoundFault"}
622
+ ]
623
+ },
624
+ "DescribeValidDBInstanceModifications":{
625
+ "name":"DescribeValidDBInstanceModifications",
626
+ "http":{
627
+ "method":"POST",
628
+ "requestUri":"/"
629
+ },
630
+ "input":{"shape":"DescribeValidDBInstanceModificationsMessage"},
631
+ "output":{
632
+ "shape":"DescribeValidDBInstanceModificationsResult",
633
+ "resultWrapper":"DescribeValidDBInstanceModificationsResult"
634
+ },
635
+ "errors":[
636
+ {"shape":"DBInstanceNotFoundFault"},
637
+ {"shape":"InvalidDBInstanceStateFault"}
638
+ ]
639
+ },
640
+ "FailoverDBCluster":{
641
+ "name":"FailoverDBCluster",
642
+ "http":{
643
+ "method":"POST",
644
+ "requestUri":"/"
645
+ },
646
+ "input":{"shape":"FailoverDBClusterMessage"},
647
+ "output":{
648
+ "shape":"FailoverDBClusterResult",
649
+ "resultWrapper":"FailoverDBClusterResult"
650
+ },
651
+ "errors":[
652
+ {"shape":"DBClusterNotFoundFault"},
653
+ {"shape":"InvalidDBClusterStateFault"},
654
+ {"shape":"InvalidDBInstanceStateFault"}
655
+ ]
656
+ },
657
+ "ListTagsForResource":{
658
+ "name":"ListTagsForResource",
659
+ "http":{
660
+ "method":"POST",
661
+ "requestUri":"/"
662
+ },
663
+ "input":{"shape":"ListTagsForResourceMessage"},
664
+ "output":{
665
+ "shape":"TagListMessage",
666
+ "resultWrapper":"ListTagsForResourceResult"
667
+ },
668
+ "errors":[
669
+ {"shape":"DBInstanceNotFoundFault"},
670
+ {"shape":"DBSnapshotNotFoundFault"},
671
+ {"shape":"DBClusterNotFoundFault"}
672
+ ]
673
+ },
674
+ "ModifyDBCluster":{
675
+ "name":"ModifyDBCluster",
676
+ "http":{
677
+ "method":"POST",
678
+ "requestUri":"/"
679
+ },
680
+ "input":{"shape":"ModifyDBClusterMessage"},
681
+ "output":{
682
+ "shape":"ModifyDBClusterResult",
683
+ "resultWrapper":"ModifyDBClusterResult"
684
+ },
685
+ "errors":[
686
+ {"shape":"DBClusterNotFoundFault"},
687
+ {"shape":"InvalidDBClusterStateFault"},
688
+ {"shape":"StorageQuotaExceededFault"},
689
+ {"shape":"DBSubnetGroupNotFoundFault"},
690
+ {"shape":"InvalidVPCNetworkStateFault"},
691
+ {"shape":"InvalidDBSubnetGroupStateFault"},
692
+ {"shape":"InvalidSubnet"},
693
+ {"shape":"DBClusterParameterGroupNotFoundFault"},
694
+ {"shape":"InvalidDBSecurityGroupStateFault"},
695
+ {"shape":"InvalidDBInstanceStateFault"},
696
+ {"shape":"DBClusterAlreadyExistsFault"}
697
+ ]
698
+ },
699
+ "ModifyDBClusterParameterGroup":{
700
+ "name":"ModifyDBClusterParameterGroup",
701
+ "http":{
702
+ "method":"POST",
703
+ "requestUri":"/"
704
+ },
705
+ "input":{"shape":"ModifyDBClusterParameterGroupMessage"},
706
+ "output":{
707
+ "shape":"DBClusterParameterGroupNameMessage",
708
+ "resultWrapper":"ModifyDBClusterParameterGroupResult"
709
+ },
710
+ "errors":[
711
+ {"shape":"DBParameterGroupNotFoundFault"},
712
+ {"shape":"InvalidDBParameterGroupStateFault"}
713
+ ]
714
+ },
715
+ "ModifyDBClusterSnapshotAttribute":{
716
+ "name":"ModifyDBClusterSnapshotAttribute",
717
+ "http":{
718
+ "method":"POST",
719
+ "requestUri":"/"
720
+ },
721
+ "input":{"shape":"ModifyDBClusterSnapshotAttributeMessage"},
722
+ "output":{
723
+ "shape":"ModifyDBClusterSnapshotAttributeResult",
724
+ "resultWrapper":"ModifyDBClusterSnapshotAttributeResult"
725
+ },
726
+ "errors":[
727
+ {"shape":"DBClusterSnapshotNotFoundFault"},
728
+ {"shape":"InvalidDBClusterSnapshotStateFault"},
729
+ {"shape":"SharedSnapshotQuotaExceededFault"}
730
+ ]
731
+ },
732
+ "ModifyDBInstance":{
733
+ "name":"ModifyDBInstance",
734
+ "http":{
735
+ "method":"POST",
736
+ "requestUri":"/"
737
+ },
738
+ "input":{"shape":"ModifyDBInstanceMessage"},
739
+ "output":{
740
+ "shape":"ModifyDBInstanceResult",
741
+ "resultWrapper":"ModifyDBInstanceResult"
742
+ },
743
+ "errors":[
744
+ {"shape":"InvalidDBInstanceStateFault"},
745
+ {"shape":"InvalidDBSecurityGroupStateFault"},
746
+ {"shape":"DBInstanceAlreadyExistsFault"},
747
+ {"shape":"DBInstanceNotFoundFault"},
748
+ {"shape":"DBSecurityGroupNotFoundFault"},
749
+ {"shape":"DBParameterGroupNotFoundFault"},
750
+ {"shape":"InsufficientDBInstanceCapacityFault"},
751
+ {"shape":"StorageQuotaExceededFault"},
752
+ {"shape":"InvalidVPCNetworkStateFault"},
753
+ {"shape":"ProvisionedIopsNotAvailableInAZFault"},
754
+ {"shape":"OptionGroupNotFoundFault"},
755
+ {"shape":"DBUpgradeDependencyFailureFault"},
756
+ {"shape":"StorageTypeNotSupportedFault"},
757
+ {"shape":"AuthorizationNotFoundFault"},
758
+ {"shape":"CertificateNotFoundFault"},
759
+ {"shape":"DomainNotFoundFault"}
760
+ ]
761
+ },
762
+ "ModifyDBParameterGroup":{
763
+ "name":"ModifyDBParameterGroup",
764
+ "http":{
765
+ "method":"POST",
766
+ "requestUri":"/"
767
+ },
768
+ "input":{"shape":"ModifyDBParameterGroupMessage"},
769
+ "output":{
770
+ "shape":"DBParameterGroupNameMessage",
771
+ "resultWrapper":"ModifyDBParameterGroupResult"
772
+ },
773
+ "errors":[
774
+ {"shape":"DBParameterGroupNotFoundFault"},
775
+ {"shape":"InvalidDBParameterGroupStateFault"}
776
+ ]
777
+ },
778
+ "ModifyDBSubnetGroup":{
779
+ "name":"ModifyDBSubnetGroup",
780
+ "http":{
781
+ "method":"POST",
782
+ "requestUri":"/"
783
+ },
784
+ "input":{"shape":"ModifyDBSubnetGroupMessage"},
785
+ "output":{
786
+ "shape":"ModifyDBSubnetGroupResult",
787
+ "resultWrapper":"ModifyDBSubnetGroupResult"
788
+ },
789
+ "errors":[
790
+ {"shape":"DBSubnetGroupNotFoundFault"},
791
+ {"shape":"DBSubnetQuotaExceededFault"},
792
+ {"shape":"SubnetAlreadyInUse"},
793
+ {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
794
+ {"shape":"InvalidSubnet"}
795
+ ]
796
+ },
797
+ "ModifyEventSubscription":{
798
+ "name":"ModifyEventSubscription",
799
+ "http":{
800
+ "method":"POST",
801
+ "requestUri":"/"
802
+ },
803
+ "input":{"shape":"ModifyEventSubscriptionMessage"},
804
+ "output":{
805
+ "shape":"ModifyEventSubscriptionResult",
806
+ "resultWrapper":"ModifyEventSubscriptionResult"
807
+ },
808
+ "errors":[
809
+ {"shape":"EventSubscriptionQuotaExceededFault"},
810
+ {"shape":"SubscriptionNotFoundFault"},
811
+ {"shape":"SNSInvalidTopicFault"},
812
+ {"shape":"SNSNoAuthorizationFault"},
813
+ {"shape":"SNSTopicArnNotFoundFault"},
814
+ {"shape":"SubscriptionCategoryNotFoundFault"}
815
+ ]
816
+ },
817
+ "PromoteReadReplicaDBCluster":{
818
+ "name":"PromoteReadReplicaDBCluster",
819
+ "http":{
820
+ "method":"POST",
821
+ "requestUri":"/"
822
+ },
823
+ "input":{"shape":"PromoteReadReplicaDBClusterMessage"},
824
+ "output":{
825
+ "shape":"PromoteReadReplicaDBClusterResult",
826
+ "resultWrapper":"PromoteReadReplicaDBClusterResult"
827
+ },
828
+ "errors":[
829
+ {"shape":"DBClusterNotFoundFault"},
830
+ {"shape":"InvalidDBClusterStateFault"}
831
+ ]
832
+ },
833
+ "RebootDBInstance":{
834
+ "name":"RebootDBInstance",
835
+ "http":{
836
+ "method":"POST",
837
+ "requestUri":"/"
838
+ },
839
+ "input":{"shape":"RebootDBInstanceMessage"},
840
+ "output":{
841
+ "shape":"RebootDBInstanceResult",
842
+ "resultWrapper":"RebootDBInstanceResult"
843
+ },
844
+ "errors":[
845
+ {"shape":"InvalidDBInstanceStateFault"},
846
+ {"shape":"DBInstanceNotFoundFault"}
847
+ ]
848
+ },
849
+ "RemoveRoleFromDBCluster":{
850
+ "name":"RemoveRoleFromDBCluster",
851
+ "http":{
852
+ "method":"POST",
853
+ "requestUri":"/"
854
+ },
855
+ "input":{"shape":"RemoveRoleFromDBClusterMessage"},
856
+ "errors":[
857
+ {"shape":"DBClusterNotFoundFault"},
858
+ {"shape":"DBClusterRoleNotFoundFault"},
859
+ {"shape":"InvalidDBClusterStateFault"}
860
+ ]
861
+ },
862
+ "RemoveSourceIdentifierFromSubscription":{
863
+ "name":"RemoveSourceIdentifierFromSubscription",
864
+ "http":{
865
+ "method":"POST",
866
+ "requestUri":"/"
867
+ },
868
+ "input":{"shape":"RemoveSourceIdentifierFromSubscriptionMessage"},
869
+ "output":{
870
+ "shape":"RemoveSourceIdentifierFromSubscriptionResult",
871
+ "resultWrapper":"RemoveSourceIdentifierFromSubscriptionResult"
872
+ },
873
+ "errors":[
874
+ {"shape":"SubscriptionNotFoundFault"},
875
+ {"shape":"SourceNotFoundFault"}
876
+ ]
877
+ },
878
+ "RemoveTagsFromResource":{
879
+ "name":"RemoveTagsFromResource",
880
+ "http":{
881
+ "method":"POST",
882
+ "requestUri":"/"
883
+ },
884
+ "input":{"shape":"RemoveTagsFromResourceMessage"},
885
+ "errors":[
886
+ {"shape":"DBInstanceNotFoundFault"},
887
+ {"shape":"DBSnapshotNotFoundFault"},
888
+ {"shape":"DBClusterNotFoundFault"}
889
+ ]
890
+ },
891
+ "ResetDBClusterParameterGroup":{
892
+ "name":"ResetDBClusterParameterGroup",
893
+ "http":{
894
+ "method":"POST",
895
+ "requestUri":"/"
896
+ },
897
+ "input":{"shape":"ResetDBClusterParameterGroupMessage"},
898
+ "output":{
899
+ "shape":"DBClusterParameterGroupNameMessage",
900
+ "resultWrapper":"ResetDBClusterParameterGroupResult"
901
+ },
902
+ "errors":[
903
+ {"shape":"InvalidDBParameterGroupStateFault"},
904
+ {"shape":"DBParameterGroupNotFoundFault"}
905
+ ]
906
+ },
907
+ "ResetDBParameterGroup":{
908
+ "name":"ResetDBParameterGroup",
909
+ "http":{
910
+ "method":"POST",
911
+ "requestUri":"/"
912
+ },
913
+ "input":{"shape":"ResetDBParameterGroupMessage"},
914
+ "output":{
915
+ "shape":"DBParameterGroupNameMessage",
916
+ "resultWrapper":"ResetDBParameterGroupResult"
917
+ },
918
+ "errors":[
919
+ {"shape":"InvalidDBParameterGroupStateFault"},
920
+ {"shape":"DBParameterGroupNotFoundFault"}
921
+ ]
922
+ },
923
+ "RestoreDBClusterFromSnapshot":{
924
+ "name":"RestoreDBClusterFromSnapshot",
925
+ "http":{
926
+ "method":"POST",
927
+ "requestUri":"/"
928
+ },
929
+ "input":{"shape":"RestoreDBClusterFromSnapshotMessage"},
930
+ "output":{
931
+ "shape":"RestoreDBClusterFromSnapshotResult",
932
+ "resultWrapper":"RestoreDBClusterFromSnapshotResult"
933
+ },
934
+ "errors":[
935
+ {"shape":"DBClusterAlreadyExistsFault"},
936
+ {"shape":"DBClusterQuotaExceededFault"},
937
+ {"shape":"StorageQuotaExceededFault"},
938
+ {"shape":"DBSubnetGroupNotFoundFault"},
939
+ {"shape":"DBSnapshotNotFoundFault"},
940
+ {"shape":"DBClusterSnapshotNotFoundFault"},
941
+ {"shape":"InsufficientDBClusterCapacityFault"},
942
+ {"shape":"InsufficientStorageClusterCapacityFault"},
943
+ {"shape":"InvalidDBSnapshotStateFault"},
944
+ {"shape":"InvalidDBClusterSnapshotStateFault"},
945
+ {"shape":"StorageQuotaExceededFault"},
946
+ {"shape":"InvalidVPCNetworkStateFault"},
947
+ {"shape":"InvalidRestoreFault"},
948
+ {"shape":"DBSubnetGroupNotFoundFault"},
949
+ {"shape":"InvalidSubnet"},
950
+ {"shape":"OptionGroupNotFoundFault"},
951
+ {"shape":"KMSKeyNotAccessibleFault"}
952
+ ]
953
+ },
954
+ "RestoreDBClusterToPointInTime":{
955
+ "name":"RestoreDBClusterToPointInTime",
956
+ "http":{
957
+ "method":"POST",
958
+ "requestUri":"/"
959
+ },
960
+ "input":{"shape":"RestoreDBClusterToPointInTimeMessage"},
961
+ "output":{
962
+ "shape":"RestoreDBClusterToPointInTimeResult",
963
+ "resultWrapper":"RestoreDBClusterToPointInTimeResult"
964
+ },
965
+ "errors":[
966
+ {"shape":"DBClusterAlreadyExistsFault"},
967
+ {"shape":"DBClusterNotFoundFault"},
968
+ {"shape":"DBClusterQuotaExceededFault"},
969
+ {"shape":"DBClusterSnapshotNotFoundFault"},
970
+ {"shape":"DBSubnetGroupNotFoundFault"},
971
+ {"shape":"InsufficientDBClusterCapacityFault"},
972
+ {"shape":"InsufficientStorageClusterCapacityFault"},
973
+ {"shape":"InvalidDBClusterSnapshotStateFault"},
974
+ {"shape":"InvalidDBClusterStateFault"},
975
+ {"shape":"InvalidDBSnapshotStateFault"},
976
+ {"shape":"InvalidRestoreFault"},
977
+ {"shape":"InvalidSubnet"},
978
+ {"shape":"InvalidVPCNetworkStateFault"},
979
+ {"shape":"KMSKeyNotAccessibleFault"},
980
+ {"shape":"OptionGroupNotFoundFault"},
981
+ {"shape":"StorageQuotaExceededFault"}
982
+ ]
983
+ }
984
+ },
985
+ "shapes":{
986
+ "AddRoleToDBClusterMessage":{
987
+ "type":"structure",
988
+ "required":[
989
+ "DBClusterIdentifier",
990
+ "RoleArn"
991
+ ],
992
+ "members":{
993
+ "DBClusterIdentifier":{"shape":"String"},
994
+ "RoleArn":{"shape":"String"}
995
+ }
996
+ },
997
+ "AddSourceIdentifierToSubscriptionMessage":{
998
+ "type":"structure",
999
+ "required":[
1000
+ "SubscriptionName",
1001
+ "SourceIdentifier"
1002
+ ],
1003
+ "members":{
1004
+ "SubscriptionName":{"shape":"String"},
1005
+ "SourceIdentifier":{"shape":"String"}
1006
+ }
1007
+ },
1008
+ "AddSourceIdentifierToSubscriptionResult":{
1009
+ "type":"structure",
1010
+ "members":{
1011
+ "EventSubscription":{"shape":"EventSubscription"}
1012
+ }
1013
+ },
1014
+ "AddTagsToResourceMessage":{
1015
+ "type":"structure",
1016
+ "required":[
1017
+ "ResourceName",
1018
+ "Tags"
1019
+ ],
1020
+ "members":{
1021
+ "ResourceName":{"shape":"String"},
1022
+ "Tags":{"shape":"TagList"}
1023
+ }
1024
+ },
1025
+ "ApplyMethod":{
1026
+ "type":"string",
1027
+ "enum":[
1028
+ "immediate",
1029
+ "pending-reboot"
1030
+ ]
1031
+ },
1032
+ "ApplyPendingMaintenanceActionMessage":{
1033
+ "type":"structure",
1034
+ "required":[
1035
+ "ResourceIdentifier",
1036
+ "ApplyAction",
1037
+ "OptInType"
1038
+ ],
1039
+ "members":{
1040
+ "ResourceIdentifier":{"shape":"String"},
1041
+ "ApplyAction":{"shape":"String"},
1042
+ "OptInType":{"shape":"String"}
1043
+ }
1044
+ },
1045
+ "ApplyPendingMaintenanceActionResult":{
1046
+ "type":"structure",
1047
+ "members":{
1048
+ "ResourcePendingMaintenanceActions":{"shape":"ResourcePendingMaintenanceActions"}
1049
+ }
1050
+ },
1051
+ "AttributeValueList":{
1052
+ "type":"list",
1053
+ "member":{
1054
+ "shape":"String",
1055
+ "locationName":"AttributeValue"
1056
+ }
1057
+ },
1058
+ "AuthorizationNotFoundFault":{
1059
+ "type":"structure",
1060
+ "members":{
1061
+ },
1062
+ "error":{
1063
+ "code":"AuthorizationNotFound",
1064
+ "httpStatusCode":404,
1065
+ "senderFault":true
1066
+ },
1067
+ "exception":true
1068
+ },
1069
+ "AvailabilityZone":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "Name":{"shape":"String"}
1073
+ },
1074
+ "wrapper":true
1075
+ },
1076
+ "AvailabilityZoneList":{
1077
+ "type":"list",
1078
+ "member":{
1079
+ "shape":"AvailabilityZone",
1080
+ "locationName":"AvailabilityZone"
1081
+ }
1082
+ },
1083
+ "AvailabilityZones":{
1084
+ "type":"list",
1085
+ "member":{
1086
+ "shape":"String",
1087
+ "locationName":"AvailabilityZone"
1088
+ }
1089
+ },
1090
+ "Boolean":{"type":"boolean"},
1091
+ "BooleanOptional":{"type":"boolean"},
1092
+ "CertificateNotFoundFault":{
1093
+ "type":"structure",
1094
+ "members":{
1095
+ },
1096
+ "error":{
1097
+ "code":"CertificateNotFound",
1098
+ "httpStatusCode":404,
1099
+ "senderFault":true
1100
+ },
1101
+ "exception":true
1102
+ },
1103
+ "CharacterSet":{
1104
+ "type":"structure",
1105
+ "members":{
1106
+ "CharacterSetName":{"shape":"String"},
1107
+ "CharacterSetDescription":{"shape":"String"}
1108
+ }
1109
+ },
1110
+ "CloudwatchLogsExportConfiguration":{
1111
+ "type":"structure",
1112
+ "members":{
1113
+ "EnableLogTypes":{"shape":"LogTypeList"},
1114
+ "DisableLogTypes":{"shape":"LogTypeList"}
1115
+ }
1116
+ },
1117
+ "CopyDBClusterParameterGroupMessage":{
1118
+ "type":"structure",
1119
+ "required":[
1120
+ "SourceDBClusterParameterGroupIdentifier",
1121
+ "TargetDBClusterParameterGroupIdentifier",
1122
+ "TargetDBClusterParameterGroupDescription"
1123
+ ],
1124
+ "members":{
1125
+ "SourceDBClusterParameterGroupIdentifier":{"shape":"String"},
1126
+ "TargetDBClusterParameterGroupIdentifier":{"shape":"String"},
1127
+ "TargetDBClusterParameterGroupDescription":{"shape":"String"},
1128
+ "Tags":{"shape":"TagList"}
1129
+ }
1130
+ },
1131
+ "CopyDBClusterParameterGroupResult":{
1132
+ "type":"structure",
1133
+ "members":{
1134
+ "DBClusterParameterGroup":{"shape":"DBClusterParameterGroup"}
1135
+ }
1136
+ },
1137
+ "CopyDBClusterSnapshotMessage":{
1138
+ "type":"structure",
1139
+ "required":[
1140
+ "SourceDBClusterSnapshotIdentifier",
1141
+ "TargetDBClusterSnapshotIdentifier"
1142
+ ],
1143
+ "members":{
1144
+ "SourceDBClusterSnapshotIdentifier":{"shape":"String"},
1145
+ "TargetDBClusterSnapshotIdentifier":{"shape":"String"},
1146
+ "KmsKeyId":{"shape":"String"},
1147
+ "PreSignedUrl":{"shape":"String"},
1148
+ "CopyTags":{"shape":"BooleanOptional"},
1149
+ "Tags":{"shape":"TagList"}
1150
+ }
1151
+ },
1152
+ "CopyDBClusterSnapshotResult":{
1153
+ "type":"structure",
1154
+ "members":{
1155
+ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
1156
+ }
1157
+ },
1158
+ "CopyDBParameterGroupMessage":{
1159
+ "type":"structure",
1160
+ "required":[
1161
+ "SourceDBParameterGroupIdentifier",
1162
+ "TargetDBParameterGroupIdentifier",
1163
+ "TargetDBParameterGroupDescription"
1164
+ ],
1165
+ "members":{
1166
+ "SourceDBParameterGroupIdentifier":{"shape":"String"},
1167
+ "TargetDBParameterGroupIdentifier":{"shape":"String"},
1168
+ "TargetDBParameterGroupDescription":{"shape":"String"},
1169
+ "Tags":{"shape":"TagList"}
1170
+ }
1171
+ },
1172
+ "CopyDBParameterGroupResult":{
1173
+ "type":"structure",
1174
+ "members":{
1175
+ "DBParameterGroup":{"shape":"DBParameterGroup"}
1176
+ }
1177
+ },
1178
+ "CreateDBClusterMessage":{
1179
+ "type":"structure",
1180
+ "required":[
1181
+ "DBClusterIdentifier",
1182
+ "Engine"
1183
+ ],
1184
+ "members":{
1185
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
1186
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
1187
+ "CharacterSetName":{"shape":"String"},
1188
+ "DatabaseName":{"shape":"String"},
1189
+ "DBClusterIdentifier":{"shape":"String"},
1190
+ "DBClusterParameterGroupName":{"shape":"String"},
1191
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
1192
+ "DBSubnetGroupName":{"shape":"String"},
1193
+ "Engine":{"shape":"String"},
1194
+ "EngineVersion":{"shape":"String"},
1195
+ "Port":{"shape":"IntegerOptional"},
1196
+ "MasterUsername":{"shape":"String"},
1197
+ "MasterUserPassword":{"shape":"String"},
1198
+ "OptionGroupName":{"shape":"String"},
1199
+ "PreferredBackupWindow":{"shape":"String"},
1200
+ "PreferredMaintenanceWindow":{"shape":"String"},
1201
+ "ReplicationSourceIdentifier":{"shape":"String"},
1202
+ "Tags":{"shape":"TagList"},
1203
+ "StorageEncrypted":{"shape":"BooleanOptional"},
1204
+ "KmsKeyId":{"shape":"String"},
1205
+ "PreSignedUrl":{"shape":"String"},
1206
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
1207
+ }
1208
+ },
1209
+ "CreateDBClusterParameterGroupMessage":{
1210
+ "type":"structure",
1211
+ "required":[
1212
+ "DBClusterParameterGroupName",
1213
+ "DBParameterGroupFamily",
1214
+ "Description"
1215
+ ],
1216
+ "members":{
1217
+ "DBClusterParameterGroupName":{"shape":"String"},
1218
+ "DBParameterGroupFamily":{"shape":"String"},
1219
+ "Description":{"shape":"String"},
1220
+ "Tags":{"shape":"TagList"}
1221
+ }
1222
+ },
1223
+ "CreateDBClusterParameterGroupResult":{
1224
+ "type":"structure",
1225
+ "members":{
1226
+ "DBClusterParameterGroup":{"shape":"DBClusterParameterGroup"}
1227
+ }
1228
+ },
1229
+ "CreateDBClusterResult":{
1230
+ "type":"structure",
1231
+ "members":{
1232
+ "DBCluster":{"shape":"DBCluster"}
1233
+ }
1234
+ },
1235
+ "CreateDBClusterSnapshotMessage":{
1236
+ "type":"structure",
1237
+ "required":[
1238
+ "DBClusterSnapshotIdentifier",
1239
+ "DBClusterIdentifier"
1240
+ ],
1241
+ "members":{
1242
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
1243
+ "DBClusterIdentifier":{"shape":"String"},
1244
+ "Tags":{"shape":"TagList"}
1245
+ }
1246
+ },
1247
+ "CreateDBClusterSnapshotResult":{
1248
+ "type":"structure",
1249
+ "members":{
1250
+ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
1251
+ }
1252
+ },
1253
+ "CreateDBInstanceMessage":{
1254
+ "type":"structure",
1255
+ "required":[
1256
+ "DBInstanceIdentifier",
1257
+ "DBInstanceClass",
1258
+ "Engine"
1259
+ ],
1260
+ "members":{
1261
+ "DBName":{"shape":"String"},
1262
+ "DBInstanceIdentifier":{"shape":"String"},
1263
+ "AllocatedStorage":{"shape":"IntegerOptional"},
1264
+ "DBInstanceClass":{"shape":"String"},
1265
+ "Engine":{"shape":"String"},
1266
+ "MasterUsername":{"shape":"String"},
1267
+ "MasterUserPassword":{"shape":"String"},
1268
+ "DBSecurityGroups":{"shape":"DBSecurityGroupNameList"},
1269
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
1270
+ "AvailabilityZone":{"shape":"String"},
1271
+ "DBSubnetGroupName":{"shape":"String"},
1272
+ "PreferredMaintenanceWindow":{"shape":"String"},
1273
+ "DBParameterGroupName":{"shape":"String"},
1274
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
1275
+ "PreferredBackupWindow":{"shape":"String"},
1276
+ "Port":{"shape":"IntegerOptional"},
1277
+ "MultiAZ":{"shape":"BooleanOptional"},
1278
+ "EngineVersion":{"shape":"String"},
1279
+ "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1280
+ "LicenseModel":{"shape":"String"},
1281
+ "Iops":{"shape":"IntegerOptional"},
1282
+ "OptionGroupName":{"shape":"String"},
1283
+ "CharacterSetName":{"shape":"String"},
1284
+ "PubliclyAccessible":{"shape":"BooleanOptional"},
1285
+ "Tags":{"shape":"TagList"},
1286
+ "DBClusterIdentifier":{"shape":"String"},
1287
+ "StorageType":{"shape":"String"},
1288
+ "TdeCredentialArn":{"shape":"String"},
1289
+ "TdeCredentialPassword":{"shape":"String"},
1290
+ "StorageEncrypted":{"shape":"BooleanOptional"},
1291
+ "KmsKeyId":{"shape":"String"},
1292
+ "Domain":{"shape":"String"},
1293
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
1294
+ "MonitoringInterval":{"shape":"IntegerOptional"},
1295
+ "MonitoringRoleArn":{"shape":"String"},
1296
+ "DomainIAMRoleName":{"shape":"String"},
1297
+ "PromotionTier":{"shape":"IntegerOptional"},
1298
+ "Timezone":{"shape":"String"},
1299
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
1300
+ "EnablePerformanceInsights":{"shape":"BooleanOptional"},
1301
+ "PerformanceInsightsKMSKeyId":{"shape":"String"},
1302
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
1303
+ }
1304
+ },
1305
+ "CreateDBInstanceResult":{
1306
+ "type":"structure",
1307
+ "members":{
1308
+ "DBInstance":{"shape":"DBInstance"}
1309
+ }
1310
+ },
1311
+ "CreateDBParameterGroupMessage":{
1312
+ "type":"structure",
1313
+ "required":[
1314
+ "DBParameterGroupName",
1315
+ "DBParameterGroupFamily",
1316
+ "Description"
1317
+ ],
1318
+ "members":{
1319
+ "DBParameterGroupName":{"shape":"String"},
1320
+ "DBParameterGroupFamily":{"shape":"String"},
1321
+ "Description":{"shape":"String"},
1322
+ "Tags":{"shape":"TagList"}
1323
+ }
1324
+ },
1325
+ "CreateDBParameterGroupResult":{
1326
+ "type":"structure",
1327
+ "members":{
1328
+ "DBParameterGroup":{"shape":"DBParameterGroup"}
1329
+ }
1330
+ },
1331
+ "CreateDBSubnetGroupMessage":{
1332
+ "type":"structure",
1333
+ "required":[
1334
+ "DBSubnetGroupName",
1335
+ "DBSubnetGroupDescription",
1336
+ "SubnetIds"
1337
+ ],
1338
+ "members":{
1339
+ "DBSubnetGroupName":{"shape":"String"},
1340
+ "DBSubnetGroupDescription":{"shape":"String"},
1341
+ "SubnetIds":{"shape":"SubnetIdentifierList"},
1342
+ "Tags":{"shape":"TagList"}
1343
+ }
1344
+ },
1345
+ "CreateDBSubnetGroupResult":{
1346
+ "type":"structure",
1347
+ "members":{
1348
+ "DBSubnetGroup":{"shape":"DBSubnetGroup"}
1349
+ }
1350
+ },
1351
+ "CreateEventSubscriptionMessage":{
1352
+ "type":"structure",
1353
+ "required":[
1354
+ "SubscriptionName",
1355
+ "SnsTopicArn"
1356
+ ],
1357
+ "members":{
1358
+ "SubscriptionName":{"shape":"String"},
1359
+ "SnsTopicArn":{"shape":"String"},
1360
+ "SourceType":{"shape":"String"},
1361
+ "EventCategories":{"shape":"EventCategoriesList"},
1362
+ "SourceIds":{"shape":"SourceIdsList"},
1363
+ "Enabled":{"shape":"BooleanOptional"},
1364
+ "Tags":{"shape":"TagList"}
1365
+ }
1366
+ },
1367
+ "CreateEventSubscriptionResult":{
1368
+ "type":"structure",
1369
+ "members":{
1370
+ "EventSubscription":{"shape":"EventSubscription"}
1371
+ }
1372
+ },
1373
+ "DBCluster":{
1374
+ "type":"structure",
1375
+ "members":{
1376
+ "AllocatedStorage":{"shape":"IntegerOptional"},
1377
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
1378
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
1379
+ "CharacterSetName":{"shape":"String"},
1380
+ "DatabaseName":{"shape":"String"},
1381
+ "DBClusterIdentifier":{"shape":"String"},
1382
+ "DBClusterParameterGroup":{"shape":"String"},
1383
+ "DBSubnetGroup":{"shape":"String"},
1384
+ "Status":{"shape":"String"},
1385
+ "PercentProgress":{"shape":"String"},
1386
+ "EarliestRestorableTime":{"shape":"TStamp"},
1387
+ "Endpoint":{"shape":"String"},
1388
+ "ReaderEndpoint":{"shape":"String"},
1389
+ "MultiAZ":{"shape":"Boolean"},
1390
+ "Engine":{"shape":"String"},
1391
+ "EngineVersion":{"shape":"String"},
1392
+ "LatestRestorableTime":{"shape":"TStamp"},
1393
+ "Port":{"shape":"IntegerOptional"},
1394
+ "MasterUsername":{"shape":"String"},
1395
+ "DBClusterOptionGroupMemberships":{"shape":"DBClusterOptionGroupMemberships"},
1396
+ "PreferredBackupWindow":{"shape":"String"},
1397
+ "PreferredMaintenanceWindow":{"shape":"String"},
1398
+ "ReplicationSourceIdentifier":{"shape":"String"},
1399
+ "ReadReplicaIdentifiers":{"shape":"ReadReplicaIdentifierList"},
1400
+ "DBClusterMembers":{"shape":"DBClusterMemberList"},
1401
+ "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
1402
+ "HostedZoneId":{"shape":"String"},
1403
+ "StorageEncrypted":{"shape":"Boolean"},
1404
+ "KmsKeyId":{"shape":"String"},
1405
+ "DbClusterResourceId":{"shape":"String"},
1406
+ "DBClusterArn":{"shape":"String"},
1407
+ "AssociatedRoles":{"shape":"DBClusterRoles"},
1408
+ "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
1409
+ "CloneGroupId":{"shape":"String"},
1410
+ "ClusterCreateTime":{"shape":"TStamp"}
1411
+ },
1412
+ "wrapper":true
1413
+ },
1414
+ "DBClusterAlreadyExistsFault":{
1415
+ "type":"structure",
1416
+ "members":{
1417
+ },
1418
+ "error":{
1419
+ "code":"DBClusterAlreadyExistsFault",
1420
+ "httpStatusCode":400,
1421
+ "senderFault":true
1422
+ },
1423
+ "exception":true
1424
+ },
1425
+ "DBClusterList":{
1426
+ "type":"list",
1427
+ "member":{
1428
+ "shape":"DBCluster",
1429
+ "locationName":"DBCluster"
1430
+ }
1431
+ },
1432
+ "DBClusterMember":{
1433
+ "type":"structure",
1434
+ "members":{
1435
+ "DBInstanceIdentifier":{"shape":"String"},
1436
+ "IsClusterWriter":{"shape":"Boolean"},
1437
+ "DBClusterParameterGroupStatus":{"shape":"String"},
1438
+ "PromotionTier":{"shape":"IntegerOptional"}
1439
+ },
1440
+ "wrapper":true
1441
+ },
1442
+ "DBClusterMemberList":{
1443
+ "type":"list",
1444
+ "member":{
1445
+ "shape":"DBClusterMember",
1446
+ "locationName":"DBClusterMember"
1447
+ }
1448
+ },
1449
+ "DBClusterMessage":{
1450
+ "type":"structure",
1451
+ "members":{
1452
+ "Marker":{"shape":"String"},
1453
+ "DBClusters":{"shape":"DBClusterList"}
1454
+ }
1455
+ },
1456
+ "DBClusterNotFoundFault":{
1457
+ "type":"structure",
1458
+ "members":{
1459
+ },
1460
+ "error":{
1461
+ "code":"DBClusterNotFoundFault",
1462
+ "httpStatusCode":404,
1463
+ "senderFault":true
1464
+ },
1465
+ "exception":true
1466
+ },
1467
+ "DBClusterOptionGroupMemberships":{
1468
+ "type":"list",
1469
+ "member":{
1470
+ "shape":"DBClusterOptionGroupStatus",
1471
+ "locationName":"DBClusterOptionGroup"
1472
+ }
1473
+ },
1474
+ "DBClusterOptionGroupStatus":{
1475
+ "type":"structure",
1476
+ "members":{
1477
+ "DBClusterOptionGroupName":{"shape":"String"},
1478
+ "Status":{"shape":"String"}
1479
+ }
1480
+ },
1481
+ "DBClusterParameterGroup":{
1482
+ "type":"structure",
1483
+ "members":{
1484
+ "DBClusterParameterGroupName":{"shape":"String"},
1485
+ "DBParameterGroupFamily":{"shape":"String"},
1486
+ "Description":{"shape":"String"},
1487
+ "DBClusterParameterGroupArn":{"shape":"String"}
1488
+ },
1489
+ "wrapper":true
1490
+ },
1491
+ "DBClusterParameterGroupDetails":{
1492
+ "type":"structure",
1493
+ "members":{
1494
+ "Parameters":{"shape":"ParametersList"},
1495
+ "Marker":{"shape":"String"}
1496
+ }
1497
+ },
1498
+ "DBClusterParameterGroupList":{
1499
+ "type":"list",
1500
+ "member":{
1501
+ "shape":"DBClusterParameterGroup",
1502
+ "locationName":"DBClusterParameterGroup"
1503
+ }
1504
+ },
1505
+ "DBClusterParameterGroupNameMessage":{
1506
+ "type":"structure",
1507
+ "members":{
1508
+ "DBClusterParameterGroupName":{"shape":"String"}
1509
+ }
1510
+ },
1511
+ "DBClusterParameterGroupNotFoundFault":{
1512
+ "type":"structure",
1513
+ "members":{
1514
+ },
1515
+ "error":{
1516
+ "code":"DBClusterParameterGroupNotFound",
1517
+ "httpStatusCode":404,
1518
+ "senderFault":true
1519
+ },
1520
+ "exception":true
1521
+ },
1522
+ "DBClusterParameterGroupsMessage":{
1523
+ "type":"structure",
1524
+ "members":{
1525
+ "Marker":{"shape":"String"},
1526
+ "DBClusterParameterGroups":{"shape":"DBClusterParameterGroupList"}
1527
+ }
1528
+ },
1529
+ "DBClusterQuotaExceededFault":{
1530
+ "type":"structure",
1531
+ "members":{
1532
+ },
1533
+ "error":{
1534
+ "code":"DBClusterQuotaExceededFault",
1535
+ "httpStatusCode":403,
1536
+ "senderFault":true
1537
+ },
1538
+ "exception":true
1539
+ },
1540
+ "DBClusterRole":{
1541
+ "type":"structure",
1542
+ "members":{
1543
+ "RoleArn":{"shape":"String"},
1544
+ "Status":{"shape":"String"}
1545
+ }
1546
+ },
1547
+ "DBClusterRoleAlreadyExistsFault":{
1548
+ "type":"structure",
1549
+ "members":{
1550
+ },
1551
+ "error":{
1552
+ "code":"DBClusterRoleAlreadyExists",
1553
+ "httpStatusCode":400,
1554
+ "senderFault":true
1555
+ },
1556
+ "exception":true
1557
+ },
1558
+ "DBClusterRoleNotFoundFault":{
1559
+ "type":"structure",
1560
+ "members":{
1561
+ },
1562
+ "error":{
1563
+ "code":"DBClusterRoleNotFound",
1564
+ "httpStatusCode":404,
1565
+ "senderFault":true
1566
+ },
1567
+ "exception":true
1568
+ },
1569
+ "DBClusterRoleQuotaExceededFault":{
1570
+ "type":"structure",
1571
+ "members":{
1572
+ },
1573
+ "error":{
1574
+ "code":"DBClusterRoleQuotaExceeded",
1575
+ "httpStatusCode":400,
1576
+ "senderFault":true
1577
+ },
1578
+ "exception":true
1579
+ },
1580
+ "DBClusterRoles":{
1581
+ "type":"list",
1582
+ "member":{
1583
+ "shape":"DBClusterRole",
1584
+ "locationName":"DBClusterRole"
1585
+ }
1586
+ },
1587
+ "DBClusterSnapshot":{
1588
+ "type":"structure",
1589
+ "members":{
1590
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
1591
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
1592
+ "DBClusterIdentifier":{"shape":"String"},
1593
+ "SnapshotCreateTime":{"shape":"TStamp"},
1594
+ "Engine":{"shape":"String"},
1595
+ "AllocatedStorage":{"shape":"Integer"},
1596
+ "Status":{"shape":"String"},
1597
+ "Port":{"shape":"Integer"},
1598
+ "VpcId":{"shape":"String"},
1599
+ "ClusterCreateTime":{"shape":"TStamp"},
1600
+ "MasterUsername":{"shape":"String"},
1601
+ "EngineVersion":{"shape":"String"},
1602
+ "LicenseModel":{"shape":"String"},
1603
+ "SnapshotType":{"shape":"String"},
1604
+ "PercentProgress":{"shape":"Integer"},
1605
+ "StorageEncrypted":{"shape":"Boolean"},
1606
+ "KmsKeyId":{"shape":"String"},
1607
+ "DBClusterSnapshotArn":{"shape":"String"},
1608
+ "SourceDBClusterSnapshotArn":{"shape":"String"},
1609
+ "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
1610
+ },
1611
+ "wrapper":true
1612
+ },
1613
+ "DBClusterSnapshotAlreadyExistsFault":{
1614
+ "type":"structure",
1615
+ "members":{
1616
+ },
1617
+ "error":{
1618
+ "code":"DBClusterSnapshotAlreadyExistsFault",
1619
+ "httpStatusCode":400,
1620
+ "senderFault":true
1621
+ },
1622
+ "exception":true
1623
+ },
1624
+ "DBClusterSnapshotAttribute":{
1625
+ "type":"structure",
1626
+ "members":{
1627
+ "AttributeName":{"shape":"String"},
1628
+ "AttributeValues":{"shape":"AttributeValueList"}
1629
+ }
1630
+ },
1631
+ "DBClusterSnapshotAttributeList":{
1632
+ "type":"list",
1633
+ "member":{
1634
+ "shape":"DBClusterSnapshotAttribute",
1635
+ "locationName":"DBClusterSnapshotAttribute"
1636
+ }
1637
+ },
1638
+ "DBClusterSnapshotAttributesResult":{
1639
+ "type":"structure",
1640
+ "members":{
1641
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
1642
+ "DBClusterSnapshotAttributes":{"shape":"DBClusterSnapshotAttributeList"}
1643
+ },
1644
+ "wrapper":true
1645
+ },
1646
+ "DBClusterSnapshotList":{
1647
+ "type":"list",
1648
+ "member":{
1649
+ "shape":"DBClusterSnapshot",
1650
+ "locationName":"DBClusterSnapshot"
1651
+ }
1652
+ },
1653
+ "DBClusterSnapshotMessage":{
1654
+ "type":"structure",
1655
+ "members":{
1656
+ "Marker":{"shape":"String"},
1657
+ "DBClusterSnapshots":{"shape":"DBClusterSnapshotList"}
1658
+ }
1659
+ },
1660
+ "DBClusterSnapshotNotFoundFault":{
1661
+ "type":"structure",
1662
+ "members":{
1663
+ },
1664
+ "error":{
1665
+ "code":"DBClusterSnapshotNotFoundFault",
1666
+ "httpStatusCode":404,
1667
+ "senderFault":true
1668
+ },
1669
+ "exception":true
1670
+ },
1671
+ "DBEngineVersion":{
1672
+ "type":"structure",
1673
+ "members":{
1674
+ "Engine":{"shape":"String"},
1675
+ "EngineVersion":{"shape":"String"},
1676
+ "DBParameterGroupFamily":{"shape":"String"},
1677
+ "DBEngineDescription":{"shape":"String"},
1678
+ "DBEngineVersionDescription":{"shape":"String"},
1679
+ "DefaultCharacterSet":{"shape":"CharacterSet"},
1680
+ "SupportedCharacterSets":{"shape":"SupportedCharacterSetsList"},
1681
+ "ValidUpgradeTarget":{"shape":"ValidUpgradeTargetList"},
1682
+ "SupportedTimezones":{"shape":"SupportedTimezonesList"},
1683
+ "ExportableLogTypes":{"shape":"LogTypeList"},
1684
+ "SupportsLogExportsToCloudwatchLogs":{"shape":"Boolean"},
1685
+ "SupportsReadReplica":{"shape":"Boolean"}
1686
+ }
1687
+ },
1688
+ "DBEngineVersionList":{
1689
+ "type":"list",
1690
+ "member":{
1691
+ "shape":"DBEngineVersion",
1692
+ "locationName":"DBEngineVersion"
1693
+ }
1694
+ },
1695
+ "DBEngineVersionMessage":{
1696
+ "type":"structure",
1697
+ "members":{
1698
+ "Marker":{"shape":"String"},
1699
+ "DBEngineVersions":{"shape":"DBEngineVersionList"}
1700
+ }
1701
+ },
1702
+ "DBInstance":{
1703
+ "type":"structure",
1704
+ "members":{
1705
+ "DBInstanceIdentifier":{"shape":"String"},
1706
+ "DBInstanceClass":{"shape":"String"},
1707
+ "Engine":{"shape":"String"},
1708
+ "DBInstanceStatus":{"shape":"String"},
1709
+ "MasterUsername":{"shape":"String"},
1710
+ "DBName":{"shape":"String"},
1711
+ "Endpoint":{"shape":"Endpoint"},
1712
+ "AllocatedStorage":{"shape":"Integer"},
1713
+ "InstanceCreateTime":{"shape":"TStamp"},
1714
+ "PreferredBackupWindow":{"shape":"String"},
1715
+ "BackupRetentionPeriod":{"shape":"Integer"},
1716
+ "DBSecurityGroups":{"shape":"DBSecurityGroupMembershipList"},
1717
+ "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
1718
+ "DBParameterGroups":{"shape":"DBParameterGroupStatusList"},
1719
+ "AvailabilityZone":{"shape":"String"},
1720
+ "DBSubnetGroup":{"shape":"DBSubnetGroup"},
1721
+ "PreferredMaintenanceWindow":{"shape":"String"},
1722
+ "PendingModifiedValues":{"shape":"PendingModifiedValues"},
1723
+ "LatestRestorableTime":{"shape":"TStamp"},
1724
+ "MultiAZ":{"shape":"Boolean"},
1725
+ "EngineVersion":{"shape":"String"},
1726
+ "AutoMinorVersionUpgrade":{"shape":"Boolean"},
1727
+ "ReadReplicaSourceDBInstanceIdentifier":{"shape":"String"},
1728
+ "ReadReplicaDBInstanceIdentifiers":{"shape":"ReadReplicaDBInstanceIdentifierList"},
1729
+ "ReadReplicaDBClusterIdentifiers":{"shape":"ReadReplicaDBClusterIdentifierList"},
1730
+ "LicenseModel":{"shape":"String"},
1731
+ "Iops":{"shape":"IntegerOptional"},
1732
+ "OptionGroupMemberships":{"shape":"OptionGroupMembershipList"},
1733
+ "CharacterSetName":{"shape":"String"},
1734
+ "SecondaryAvailabilityZone":{"shape":"String"},
1735
+ "PubliclyAccessible":{"shape":"Boolean"},
1736
+ "StatusInfos":{"shape":"DBInstanceStatusInfoList"},
1737
+ "StorageType":{"shape":"String"},
1738
+ "TdeCredentialArn":{"shape":"String"},
1739
+ "DbInstancePort":{"shape":"Integer"},
1740
+ "DBClusterIdentifier":{"shape":"String"},
1741
+ "StorageEncrypted":{"shape":"Boolean"},
1742
+ "KmsKeyId":{"shape":"String"},
1743
+ "DbiResourceId":{"shape":"String"},
1744
+ "CACertificateIdentifier":{"shape":"String"},
1745
+ "DomainMemberships":{"shape":"DomainMembershipList"},
1746
+ "CopyTagsToSnapshot":{"shape":"Boolean"},
1747
+ "MonitoringInterval":{"shape":"IntegerOptional"},
1748
+ "EnhancedMonitoringResourceArn":{"shape":"String"},
1749
+ "MonitoringRoleArn":{"shape":"String"},
1750
+ "PromotionTier":{"shape":"IntegerOptional"},
1751
+ "DBInstanceArn":{"shape":"String"},
1752
+ "Timezone":{"shape":"String"},
1753
+ "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
1754
+ "PerformanceInsightsEnabled":{"shape":"BooleanOptional"},
1755
+ "PerformanceInsightsKMSKeyId":{"shape":"String"},
1756
+ "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
1757
+ },
1758
+ "wrapper":true
1759
+ },
1760
+ "DBInstanceAlreadyExistsFault":{
1761
+ "type":"structure",
1762
+ "members":{
1763
+ },
1764
+ "error":{
1765
+ "code":"DBInstanceAlreadyExists",
1766
+ "httpStatusCode":400,
1767
+ "senderFault":true
1768
+ },
1769
+ "exception":true
1770
+ },
1771
+ "DBInstanceList":{
1772
+ "type":"list",
1773
+ "member":{
1774
+ "shape":"DBInstance",
1775
+ "locationName":"DBInstance"
1776
+ }
1777
+ },
1778
+ "DBInstanceMessage":{
1779
+ "type":"structure",
1780
+ "members":{
1781
+ "Marker":{"shape":"String"},
1782
+ "DBInstances":{"shape":"DBInstanceList"}
1783
+ }
1784
+ },
1785
+ "DBInstanceNotFoundFault":{
1786
+ "type":"structure",
1787
+ "members":{
1788
+ },
1789
+ "error":{
1790
+ "code":"DBInstanceNotFound",
1791
+ "httpStatusCode":404,
1792
+ "senderFault":true
1793
+ },
1794
+ "exception":true
1795
+ },
1796
+ "DBInstanceStatusInfo":{
1797
+ "type":"structure",
1798
+ "members":{
1799
+ "StatusType":{"shape":"String"},
1800
+ "Normal":{"shape":"Boolean"},
1801
+ "Status":{"shape":"String"},
1802
+ "Message":{"shape":"String"}
1803
+ }
1804
+ },
1805
+ "DBInstanceStatusInfoList":{
1806
+ "type":"list",
1807
+ "member":{
1808
+ "shape":"DBInstanceStatusInfo",
1809
+ "locationName":"DBInstanceStatusInfo"
1810
+ }
1811
+ },
1812
+ "DBParameterGroup":{
1813
+ "type":"structure",
1814
+ "members":{
1815
+ "DBParameterGroupName":{"shape":"String"},
1816
+ "DBParameterGroupFamily":{"shape":"String"},
1817
+ "Description":{"shape":"String"},
1818
+ "DBParameterGroupArn":{"shape":"String"}
1819
+ },
1820
+ "wrapper":true
1821
+ },
1822
+ "DBParameterGroupAlreadyExistsFault":{
1823
+ "type":"structure",
1824
+ "members":{
1825
+ },
1826
+ "error":{
1827
+ "code":"DBParameterGroupAlreadyExists",
1828
+ "httpStatusCode":400,
1829
+ "senderFault":true
1830
+ },
1831
+ "exception":true
1832
+ },
1833
+ "DBParameterGroupDetails":{
1834
+ "type":"structure",
1835
+ "members":{
1836
+ "Parameters":{"shape":"ParametersList"},
1837
+ "Marker":{"shape":"String"}
1838
+ }
1839
+ },
1840
+ "DBParameterGroupList":{
1841
+ "type":"list",
1842
+ "member":{
1843
+ "shape":"DBParameterGroup",
1844
+ "locationName":"DBParameterGroup"
1845
+ }
1846
+ },
1847
+ "DBParameterGroupNameMessage":{
1848
+ "type":"structure",
1849
+ "members":{
1850
+ "DBParameterGroupName":{"shape":"String"}
1851
+ }
1852
+ },
1853
+ "DBParameterGroupNotFoundFault":{
1854
+ "type":"structure",
1855
+ "members":{
1856
+ },
1857
+ "error":{
1858
+ "code":"DBParameterGroupNotFound",
1859
+ "httpStatusCode":404,
1860
+ "senderFault":true
1861
+ },
1862
+ "exception":true
1863
+ },
1864
+ "DBParameterGroupQuotaExceededFault":{
1865
+ "type":"structure",
1866
+ "members":{
1867
+ },
1868
+ "error":{
1869
+ "code":"DBParameterGroupQuotaExceeded",
1870
+ "httpStatusCode":400,
1871
+ "senderFault":true
1872
+ },
1873
+ "exception":true
1874
+ },
1875
+ "DBParameterGroupStatus":{
1876
+ "type":"structure",
1877
+ "members":{
1878
+ "DBParameterGroupName":{"shape":"String"},
1879
+ "ParameterApplyStatus":{"shape":"String"}
1880
+ }
1881
+ },
1882
+ "DBParameterGroupStatusList":{
1883
+ "type":"list",
1884
+ "member":{
1885
+ "shape":"DBParameterGroupStatus",
1886
+ "locationName":"DBParameterGroup"
1887
+ }
1888
+ },
1889
+ "DBParameterGroupsMessage":{
1890
+ "type":"structure",
1891
+ "members":{
1892
+ "Marker":{"shape":"String"},
1893
+ "DBParameterGroups":{"shape":"DBParameterGroupList"}
1894
+ }
1895
+ },
1896
+ "DBSecurityGroupMembership":{
1897
+ "type":"structure",
1898
+ "members":{
1899
+ "DBSecurityGroupName":{"shape":"String"},
1900
+ "Status":{"shape":"String"}
1901
+ }
1902
+ },
1903
+ "DBSecurityGroupMembershipList":{
1904
+ "type":"list",
1905
+ "member":{
1906
+ "shape":"DBSecurityGroupMembership",
1907
+ "locationName":"DBSecurityGroup"
1908
+ }
1909
+ },
1910
+ "DBSecurityGroupNameList":{
1911
+ "type":"list",
1912
+ "member":{
1913
+ "shape":"String",
1914
+ "locationName":"DBSecurityGroupName"
1915
+ }
1916
+ },
1917
+ "DBSecurityGroupNotFoundFault":{
1918
+ "type":"structure",
1919
+ "members":{
1920
+ },
1921
+ "error":{
1922
+ "code":"DBSecurityGroupNotFound",
1923
+ "httpStatusCode":404,
1924
+ "senderFault":true
1925
+ },
1926
+ "exception":true
1927
+ },
1928
+ "DBSnapshotAlreadyExistsFault":{
1929
+ "type":"structure",
1930
+ "members":{
1931
+ },
1932
+ "error":{
1933
+ "code":"DBSnapshotAlreadyExists",
1934
+ "httpStatusCode":400,
1935
+ "senderFault":true
1936
+ },
1937
+ "exception":true
1938
+ },
1939
+ "DBSnapshotNotFoundFault":{
1940
+ "type":"structure",
1941
+ "members":{
1942
+ },
1943
+ "error":{
1944
+ "code":"DBSnapshotNotFound",
1945
+ "httpStatusCode":404,
1946
+ "senderFault":true
1947
+ },
1948
+ "exception":true
1949
+ },
1950
+ "DBSubnetGroup":{
1951
+ "type":"structure",
1952
+ "members":{
1953
+ "DBSubnetGroupName":{"shape":"String"},
1954
+ "DBSubnetGroupDescription":{"shape":"String"},
1955
+ "VpcId":{"shape":"String"},
1956
+ "SubnetGroupStatus":{"shape":"String"},
1957
+ "Subnets":{"shape":"SubnetList"},
1958
+ "DBSubnetGroupArn":{"shape":"String"}
1959
+ },
1960
+ "wrapper":true
1961
+ },
1962
+ "DBSubnetGroupAlreadyExistsFault":{
1963
+ "type":"structure",
1964
+ "members":{
1965
+ },
1966
+ "error":{
1967
+ "code":"DBSubnetGroupAlreadyExists",
1968
+ "httpStatusCode":400,
1969
+ "senderFault":true
1970
+ },
1971
+ "exception":true
1972
+ },
1973
+ "DBSubnetGroupDoesNotCoverEnoughAZs":{
1974
+ "type":"structure",
1975
+ "members":{
1976
+ },
1977
+ "error":{
1978
+ "code":"DBSubnetGroupDoesNotCoverEnoughAZs",
1979
+ "httpStatusCode":400,
1980
+ "senderFault":true
1981
+ },
1982
+ "exception":true
1983
+ },
1984
+ "DBSubnetGroupMessage":{
1985
+ "type":"structure",
1986
+ "members":{
1987
+ "Marker":{"shape":"String"},
1988
+ "DBSubnetGroups":{"shape":"DBSubnetGroups"}
1989
+ }
1990
+ },
1991
+ "DBSubnetGroupNotFoundFault":{
1992
+ "type":"structure",
1993
+ "members":{
1994
+ },
1995
+ "error":{
1996
+ "code":"DBSubnetGroupNotFoundFault",
1997
+ "httpStatusCode":404,
1998
+ "senderFault":true
1999
+ },
2000
+ "exception":true
2001
+ },
2002
+ "DBSubnetGroupQuotaExceededFault":{
2003
+ "type":"structure",
2004
+ "members":{
2005
+ },
2006
+ "error":{
2007
+ "code":"DBSubnetGroupQuotaExceeded",
2008
+ "httpStatusCode":400,
2009
+ "senderFault":true
2010
+ },
2011
+ "exception":true
2012
+ },
2013
+ "DBSubnetGroups":{
2014
+ "type":"list",
2015
+ "member":{
2016
+ "shape":"DBSubnetGroup",
2017
+ "locationName":"DBSubnetGroup"
2018
+ }
2019
+ },
2020
+ "DBSubnetQuotaExceededFault":{
2021
+ "type":"structure",
2022
+ "members":{
2023
+ },
2024
+ "error":{
2025
+ "code":"DBSubnetQuotaExceededFault",
2026
+ "httpStatusCode":400,
2027
+ "senderFault":true
2028
+ },
2029
+ "exception":true
2030
+ },
2031
+ "DBUpgradeDependencyFailureFault":{
2032
+ "type":"structure",
2033
+ "members":{
2034
+ },
2035
+ "error":{
2036
+ "code":"DBUpgradeDependencyFailure",
2037
+ "httpStatusCode":400,
2038
+ "senderFault":true
2039
+ },
2040
+ "exception":true
2041
+ },
2042
+ "DeleteDBClusterMessage":{
2043
+ "type":"structure",
2044
+ "required":["DBClusterIdentifier"],
2045
+ "members":{
2046
+ "DBClusterIdentifier":{"shape":"String"},
2047
+ "SkipFinalSnapshot":{"shape":"Boolean"},
2048
+ "FinalDBSnapshotIdentifier":{"shape":"String"}
2049
+ }
2050
+ },
2051
+ "DeleteDBClusterParameterGroupMessage":{
2052
+ "type":"structure",
2053
+ "required":["DBClusterParameterGroupName"],
2054
+ "members":{
2055
+ "DBClusterParameterGroupName":{"shape":"String"}
2056
+ }
2057
+ },
2058
+ "DeleteDBClusterResult":{
2059
+ "type":"structure",
2060
+ "members":{
2061
+ "DBCluster":{"shape":"DBCluster"}
2062
+ }
2063
+ },
2064
+ "DeleteDBClusterSnapshotMessage":{
2065
+ "type":"structure",
2066
+ "required":["DBClusterSnapshotIdentifier"],
2067
+ "members":{
2068
+ "DBClusterSnapshotIdentifier":{"shape":"String"}
2069
+ }
2070
+ },
2071
+ "DeleteDBClusterSnapshotResult":{
2072
+ "type":"structure",
2073
+ "members":{
2074
+ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
2075
+ }
2076
+ },
2077
+ "DeleteDBInstanceMessage":{
2078
+ "type":"structure",
2079
+ "required":["DBInstanceIdentifier"],
2080
+ "members":{
2081
+ "DBInstanceIdentifier":{"shape":"String"},
2082
+ "SkipFinalSnapshot":{"shape":"Boolean"},
2083
+ "FinalDBSnapshotIdentifier":{"shape":"String"}
2084
+ }
2085
+ },
2086
+ "DeleteDBInstanceResult":{
2087
+ "type":"structure",
2088
+ "members":{
2089
+ "DBInstance":{"shape":"DBInstance"}
2090
+ }
2091
+ },
2092
+ "DeleteDBParameterGroupMessage":{
2093
+ "type":"structure",
2094
+ "required":["DBParameterGroupName"],
2095
+ "members":{
2096
+ "DBParameterGroupName":{"shape":"String"}
2097
+ }
2098
+ },
2099
+ "DeleteDBSubnetGroupMessage":{
2100
+ "type":"structure",
2101
+ "required":["DBSubnetGroupName"],
2102
+ "members":{
2103
+ "DBSubnetGroupName":{"shape":"String"}
2104
+ }
2105
+ },
2106
+ "DeleteEventSubscriptionMessage":{
2107
+ "type":"structure",
2108
+ "required":["SubscriptionName"],
2109
+ "members":{
2110
+ "SubscriptionName":{"shape":"String"}
2111
+ }
2112
+ },
2113
+ "DeleteEventSubscriptionResult":{
2114
+ "type":"structure",
2115
+ "members":{
2116
+ "EventSubscription":{"shape":"EventSubscription"}
2117
+ }
2118
+ },
2119
+ "DescribeDBClusterParameterGroupsMessage":{
2120
+ "type":"structure",
2121
+ "members":{
2122
+ "DBClusterParameterGroupName":{"shape":"String"},
2123
+ "Filters":{"shape":"FilterList"},
2124
+ "MaxRecords":{"shape":"IntegerOptional"},
2125
+ "Marker":{"shape":"String"}
2126
+ }
2127
+ },
2128
+ "DescribeDBClusterParametersMessage":{
2129
+ "type":"structure",
2130
+ "required":["DBClusterParameterGroupName"],
2131
+ "members":{
2132
+ "DBClusterParameterGroupName":{"shape":"String"},
2133
+ "Source":{"shape":"String"},
2134
+ "Filters":{"shape":"FilterList"},
2135
+ "MaxRecords":{"shape":"IntegerOptional"},
2136
+ "Marker":{"shape":"String"}
2137
+ }
2138
+ },
2139
+ "DescribeDBClusterSnapshotAttributesMessage":{
2140
+ "type":"structure",
2141
+ "required":["DBClusterSnapshotIdentifier"],
2142
+ "members":{
2143
+ "DBClusterSnapshotIdentifier":{"shape":"String"}
2144
+ }
2145
+ },
2146
+ "DescribeDBClusterSnapshotAttributesResult":{
2147
+ "type":"structure",
2148
+ "members":{
2149
+ "DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"}
2150
+ }
2151
+ },
2152
+ "DescribeDBClusterSnapshotsMessage":{
2153
+ "type":"structure",
2154
+ "members":{
2155
+ "DBClusterIdentifier":{"shape":"String"},
2156
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
2157
+ "SnapshotType":{"shape":"String"},
2158
+ "Filters":{"shape":"FilterList"},
2159
+ "MaxRecords":{"shape":"IntegerOptional"},
2160
+ "Marker":{"shape":"String"},
2161
+ "IncludeShared":{"shape":"Boolean"},
2162
+ "IncludePublic":{"shape":"Boolean"}
2163
+ }
2164
+ },
2165
+ "DescribeDBClustersMessage":{
2166
+ "type":"structure",
2167
+ "members":{
2168
+ "DBClusterIdentifier":{"shape":"String"},
2169
+ "Filters":{"shape":"FilterList"},
2170
+ "MaxRecords":{"shape":"IntegerOptional"},
2171
+ "Marker":{"shape":"String"}
2172
+ }
2173
+ },
2174
+ "DescribeDBEngineVersionsMessage":{
2175
+ "type":"structure",
2176
+ "members":{
2177
+ "Engine":{"shape":"String"},
2178
+ "EngineVersion":{"shape":"String"},
2179
+ "DBParameterGroupFamily":{"shape":"String"},
2180
+ "Filters":{"shape":"FilterList"},
2181
+ "MaxRecords":{"shape":"IntegerOptional"},
2182
+ "Marker":{"shape":"String"},
2183
+ "DefaultOnly":{"shape":"Boolean"},
2184
+ "ListSupportedCharacterSets":{"shape":"BooleanOptional"},
2185
+ "ListSupportedTimezones":{"shape":"BooleanOptional"}
2186
+ }
2187
+ },
2188
+ "DescribeDBInstancesMessage":{
2189
+ "type":"structure",
2190
+ "members":{
2191
+ "DBInstanceIdentifier":{"shape":"String"},
2192
+ "Filters":{"shape":"FilterList"},
2193
+ "MaxRecords":{"shape":"IntegerOptional"},
2194
+ "Marker":{"shape":"String"}
2195
+ }
2196
+ },
2197
+ "DescribeDBParameterGroupsMessage":{
2198
+ "type":"structure",
2199
+ "members":{
2200
+ "DBParameterGroupName":{"shape":"String"},
2201
+ "Filters":{"shape":"FilterList"},
2202
+ "MaxRecords":{"shape":"IntegerOptional"},
2203
+ "Marker":{"shape":"String"}
2204
+ }
2205
+ },
2206
+ "DescribeDBParametersMessage":{
2207
+ "type":"structure",
2208
+ "required":["DBParameterGroupName"],
2209
+ "members":{
2210
+ "DBParameterGroupName":{"shape":"String"},
2211
+ "Source":{"shape":"String"},
2212
+ "Filters":{"shape":"FilterList"},
2213
+ "MaxRecords":{"shape":"IntegerOptional"},
2214
+ "Marker":{"shape":"String"}
2215
+ }
2216
+ },
2217
+ "DescribeDBSubnetGroupsMessage":{
2218
+ "type":"structure",
2219
+ "members":{
2220
+ "DBSubnetGroupName":{"shape":"String"},
2221
+ "Filters":{"shape":"FilterList"},
2222
+ "MaxRecords":{"shape":"IntegerOptional"},
2223
+ "Marker":{"shape":"String"}
2224
+ }
2225
+ },
2226
+ "DescribeEngineDefaultClusterParametersMessage":{
2227
+ "type":"structure",
2228
+ "required":["DBParameterGroupFamily"],
2229
+ "members":{
2230
+ "DBParameterGroupFamily":{"shape":"String"},
2231
+ "Filters":{"shape":"FilterList"},
2232
+ "MaxRecords":{"shape":"IntegerOptional"},
2233
+ "Marker":{"shape":"String"}
2234
+ }
2235
+ },
2236
+ "DescribeEngineDefaultClusterParametersResult":{
2237
+ "type":"structure",
2238
+ "members":{
2239
+ "EngineDefaults":{"shape":"EngineDefaults"}
2240
+ }
2241
+ },
2242
+ "DescribeEngineDefaultParametersMessage":{
2243
+ "type":"structure",
2244
+ "required":["DBParameterGroupFamily"],
2245
+ "members":{
2246
+ "DBParameterGroupFamily":{"shape":"String"},
2247
+ "Filters":{"shape":"FilterList"},
2248
+ "MaxRecords":{"shape":"IntegerOptional"},
2249
+ "Marker":{"shape":"String"}
2250
+ }
2251
+ },
2252
+ "DescribeEngineDefaultParametersResult":{
2253
+ "type":"structure",
2254
+ "members":{
2255
+ "EngineDefaults":{"shape":"EngineDefaults"}
2256
+ }
2257
+ },
2258
+ "DescribeEventCategoriesMessage":{
2259
+ "type":"structure",
2260
+ "members":{
2261
+ "SourceType":{"shape":"String"},
2262
+ "Filters":{"shape":"FilterList"}
2263
+ }
2264
+ },
2265
+ "DescribeEventSubscriptionsMessage":{
2266
+ "type":"structure",
2267
+ "members":{
2268
+ "SubscriptionName":{"shape":"String"},
2269
+ "Filters":{"shape":"FilterList"},
2270
+ "MaxRecords":{"shape":"IntegerOptional"},
2271
+ "Marker":{"shape":"String"}
2272
+ }
2273
+ },
2274
+ "DescribeEventsMessage":{
2275
+ "type":"structure",
2276
+ "members":{
2277
+ "SourceIdentifier":{"shape":"String"},
2278
+ "SourceType":{"shape":"SourceType"},
2279
+ "StartTime":{"shape":"TStamp"},
2280
+ "EndTime":{"shape":"TStamp"},
2281
+ "Duration":{"shape":"IntegerOptional"},
2282
+ "EventCategories":{"shape":"EventCategoriesList"},
2283
+ "Filters":{"shape":"FilterList"},
2284
+ "MaxRecords":{"shape":"IntegerOptional"},
2285
+ "Marker":{"shape":"String"}
2286
+ }
2287
+ },
2288
+ "DescribeOrderableDBInstanceOptionsMessage":{
2289
+ "type":"structure",
2290
+ "required":["Engine"],
2291
+ "members":{
2292
+ "Engine":{"shape":"String"},
2293
+ "EngineVersion":{"shape":"String"},
2294
+ "DBInstanceClass":{"shape":"String"},
2295
+ "LicenseModel":{"shape":"String"},
2296
+ "Vpc":{"shape":"BooleanOptional"},
2297
+ "Filters":{"shape":"FilterList"},
2298
+ "MaxRecords":{"shape":"IntegerOptional"},
2299
+ "Marker":{"shape":"String"}
2300
+ }
2301
+ },
2302
+ "DescribePendingMaintenanceActionsMessage":{
2303
+ "type":"structure",
2304
+ "members":{
2305
+ "ResourceIdentifier":{"shape":"String"},
2306
+ "Filters":{"shape":"FilterList"},
2307
+ "Marker":{"shape":"String"},
2308
+ "MaxRecords":{"shape":"IntegerOptional"}
2309
+ }
2310
+ },
2311
+ "DescribeValidDBInstanceModificationsMessage":{
2312
+ "type":"structure",
2313
+ "required":["DBInstanceIdentifier"],
2314
+ "members":{
2315
+ "DBInstanceIdentifier":{"shape":"String"}
2316
+ }
2317
+ },
2318
+ "DescribeValidDBInstanceModificationsResult":{
2319
+ "type":"structure",
2320
+ "members":{
2321
+ "ValidDBInstanceModificationsMessage":{"shape":"ValidDBInstanceModificationsMessage"}
2322
+ }
2323
+ },
2324
+ "DomainMembership":{
2325
+ "type":"structure",
2326
+ "members":{
2327
+ "Domain":{"shape":"String"},
2328
+ "Status":{"shape":"String"},
2329
+ "FQDN":{"shape":"String"},
2330
+ "IAMRoleName":{"shape":"String"}
2331
+ }
2332
+ },
2333
+ "DomainMembershipList":{
2334
+ "type":"list",
2335
+ "member":{
2336
+ "shape":"DomainMembership",
2337
+ "locationName":"DomainMembership"
2338
+ }
2339
+ },
2340
+ "DomainNotFoundFault":{
2341
+ "type":"structure",
2342
+ "members":{
2343
+ },
2344
+ "error":{
2345
+ "code":"DomainNotFoundFault",
2346
+ "httpStatusCode":404,
2347
+ "senderFault":true
2348
+ },
2349
+ "exception":true
2350
+ },
2351
+ "Double":{"type":"double"},
2352
+ "DoubleOptional":{"type":"double"},
2353
+ "DoubleRange":{
2354
+ "type":"structure",
2355
+ "members":{
2356
+ "From":{"shape":"Double"},
2357
+ "To":{"shape":"Double"}
2358
+ }
2359
+ },
2360
+ "DoubleRangeList":{
2361
+ "type":"list",
2362
+ "member":{
2363
+ "shape":"DoubleRange",
2364
+ "locationName":"DoubleRange"
2365
+ }
2366
+ },
2367
+ "Endpoint":{
2368
+ "type":"structure",
2369
+ "members":{
2370
+ "Address":{"shape":"String"},
2371
+ "Port":{"shape":"Integer"},
2372
+ "HostedZoneId":{"shape":"String"}
2373
+ }
2374
+ },
2375
+ "EngineDefaults":{
2376
+ "type":"structure",
2377
+ "members":{
2378
+ "DBParameterGroupFamily":{"shape":"String"},
2379
+ "Marker":{"shape":"String"},
2380
+ "Parameters":{"shape":"ParametersList"}
2381
+ },
2382
+ "wrapper":true
2383
+ },
2384
+ "Event":{
2385
+ "type":"structure",
2386
+ "members":{
2387
+ "SourceIdentifier":{"shape":"String"},
2388
+ "SourceType":{"shape":"SourceType"},
2389
+ "Message":{"shape":"String"},
2390
+ "EventCategories":{"shape":"EventCategoriesList"},
2391
+ "Date":{"shape":"TStamp"},
2392
+ "SourceArn":{"shape":"String"}
2393
+ }
2394
+ },
2395
+ "EventCategoriesList":{
2396
+ "type":"list",
2397
+ "member":{
2398
+ "shape":"String",
2399
+ "locationName":"EventCategory"
2400
+ }
2401
+ },
2402
+ "EventCategoriesMap":{
2403
+ "type":"structure",
2404
+ "members":{
2405
+ "SourceType":{"shape":"String"},
2406
+ "EventCategories":{"shape":"EventCategoriesList"}
2407
+ },
2408
+ "wrapper":true
2409
+ },
2410
+ "EventCategoriesMapList":{
2411
+ "type":"list",
2412
+ "member":{
2413
+ "shape":"EventCategoriesMap",
2414
+ "locationName":"EventCategoriesMap"
2415
+ }
2416
+ },
2417
+ "EventCategoriesMessage":{
2418
+ "type":"structure",
2419
+ "members":{
2420
+ "EventCategoriesMapList":{"shape":"EventCategoriesMapList"}
2421
+ }
2422
+ },
2423
+ "EventList":{
2424
+ "type":"list",
2425
+ "member":{
2426
+ "shape":"Event",
2427
+ "locationName":"Event"
2428
+ }
2429
+ },
2430
+ "EventSubscription":{
2431
+ "type":"structure",
2432
+ "members":{
2433
+ "CustomerAwsId":{"shape":"String"},
2434
+ "CustSubscriptionId":{"shape":"String"},
2435
+ "SnsTopicArn":{"shape":"String"},
2436
+ "Status":{"shape":"String"},
2437
+ "SubscriptionCreationTime":{"shape":"String"},
2438
+ "SourceType":{"shape":"String"},
2439
+ "SourceIdsList":{"shape":"SourceIdsList"},
2440
+ "EventCategoriesList":{"shape":"EventCategoriesList"},
2441
+ "Enabled":{"shape":"Boolean"},
2442
+ "EventSubscriptionArn":{"shape":"String"}
2443
+ },
2444
+ "wrapper":true
2445
+ },
2446
+ "EventSubscriptionQuotaExceededFault":{
2447
+ "type":"structure",
2448
+ "members":{
2449
+ },
2450
+ "error":{
2451
+ "code":"EventSubscriptionQuotaExceeded",
2452
+ "httpStatusCode":400,
2453
+ "senderFault":true
2454
+ },
2455
+ "exception":true
2456
+ },
2457
+ "EventSubscriptionsList":{
2458
+ "type":"list",
2459
+ "member":{
2460
+ "shape":"EventSubscription",
2461
+ "locationName":"EventSubscription"
2462
+ }
2463
+ },
2464
+ "EventSubscriptionsMessage":{
2465
+ "type":"structure",
2466
+ "members":{
2467
+ "Marker":{"shape":"String"},
2468
+ "EventSubscriptionsList":{"shape":"EventSubscriptionsList"}
2469
+ }
2470
+ },
2471
+ "EventsMessage":{
2472
+ "type":"structure",
2473
+ "members":{
2474
+ "Marker":{"shape":"String"},
2475
+ "Events":{"shape":"EventList"}
2476
+ }
2477
+ },
2478
+ "FailoverDBClusterMessage":{
2479
+ "type":"structure",
2480
+ "members":{
2481
+ "DBClusterIdentifier":{"shape":"String"},
2482
+ "TargetDBInstanceIdentifier":{"shape":"String"}
2483
+ }
2484
+ },
2485
+ "FailoverDBClusterResult":{
2486
+ "type":"structure",
2487
+ "members":{
2488
+ "DBCluster":{"shape":"DBCluster"}
2489
+ }
2490
+ },
2491
+ "Filter":{
2492
+ "type":"structure",
2493
+ "required":[
2494
+ "Name",
2495
+ "Values"
2496
+ ],
2497
+ "members":{
2498
+ "Name":{"shape":"String"},
2499
+ "Values":{"shape":"FilterValueList"}
2500
+ }
2501
+ },
2502
+ "FilterList":{
2503
+ "type":"list",
2504
+ "member":{
2505
+ "shape":"Filter",
2506
+ "locationName":"Filter"
2507
+ }
2508
+ },
2509
+ "FilterValueList":{
2510
+ "type":"list",
2511
+ "member":{
2512
+ "shape":"String",
2513
+ "locationName":"Value"
2514
+ }
2515
+ },
2516
+ "InstanceQuotaExceededFault":{
2517
+ "type":"structure",
2518
+ "members":{
2519
+ },
2520
+ "error":{
2521
+ "code":"InstanceQuotaExceeded",
2522
+ "httpStatusCode":400,
2523
+ "senderFault":true
2524
+ },
2525
+ "exception":true
2526
+ },
2527
+ "InsufficientDBClusterCapacityFault":{
2528
+ "type":"structure",
2529
+ "members":{
2530
+ },
2531
+ "error":{
2532
+ "code":"InsufficientDBClusterCapacityFault",
2533
+ "httpStatusCode":403,
2534
+ "senderFault":true
2535
+ },
2536
+ "exception":true
2537
+ },
2538
+ "InsufficientDBInstanceCapacityFault":{
2539
+ "type":"structure",
2540
+ "members":{
2541
+ },
2542
+ "error":{
2543
+ "code":"InsufficientDBInstanceCapacity",
2544
+ "httpStatusCode":400,
2545
+ "senderFault":true
2546
+ },
2547
+ "exception":true
2548
+ },
2549
+ "InsufficientStorageClusterCapacityFault":{
2550
+ "type":"structure",
2551
+ "members":{
2552
+ },
2553
+ "error":{
2554
+ "code":"InsufficientStorageClusterCapacity",
2555
+ "httpStatusCode":400,
2556
+ "senderFault":true
2557
+ },
2558
+ "exception":true
2559
+ },
2560
+ "Integer":{"type":"integer"},
2561
+ "IntegerOptional":{"type":"integer"},
2562
+ "InvalidDBClusterSnapshotStateFault":{
2563
+ "type":"structure",
2564
+ "members":{
2565
+ },
2566
+ "error":{
2567
+ "code":"InvalidDBClusterSnapshotStateFault",
2568
+ "httpStatusCode":400,
2569
+ "senderFault":true
2570
+ },
2571
+ "exception":true
2572
+ },
2573
+ "InvalidDBClusterStateFault":{
2574
+ "type":"structure",
2575
+ "members":{
2576
+ },
2577
+ "error":{
2578
+ "code":"InvalidDBClusterStateFault",
2579
+ "httpStatusCode":400,
2580
+ "senderFault":true
2581
+ },
2582
+ "exception":true
2583
+ },
2584
+ "InvalidDBInstanceStateFault":{
2585
+ "type":"structure",
2586
+ "members":{
2587
+ },
2588
+ "error":{
2589
+ "code":"InvalidDBInstanceState",
2590
+ "httpStatusCode":400,
2591
+ "senderFault":true
2592
+ },
2593
+ "exception":true
2594
+ },
2595
+ "InvalidDBParameterGroupStateFault":{
2596
+ "type":"structure",
2597
+ "members":{
2598
+ },
2599
+ "error":{
2600
+ "code":"InvalidDBParameterGroupState",
2601
+ "httpStatusCode":400,
2602
+ "senderFault":true
2603
+ },
2604
+ "exception":true
2605
+ },
2606
+ "InvalidDBSecurityGroupStateFault":{
2607
+ "type":"structure",
2608
+ "members":{
2609
+ },
2610
+ "error":{
2611
+ "code":"InvalidDBSecurityGroupState",
2612
+ "httpStatusCode":400,
2613
+ "senderFault":true
2614
+ },
2615
+ "exception":true
2616
+ },
2617
+ "InvalidDBSnapshotStateFault":{
2618
+ "type":"structure",
2619
+ "members":{
2620
+ },
2621
+ "error":{
2622
+ "code":"InvalidDBSnapshotState",
2623
+ "httpStatusCode":400,
2624
+ "senderFault":true
2625
+ },
2626
+ "exception":true
2627
+ },
2628
+ "InvalidDBSubnetGroupStateFault":{
2629
+ "type":"structure",
2630
+ "members":{
2631
+ },
2632
+ "error":{
2633
+ "code":"InvalidDBSubnetGroupStateFault",
2634
+ "httpStatusCode":400,
2635
+ "senderFault":true
2636
+ },
2637
+ "exception":true
2638
+ },
2639
+ "InvalidDBSubnetStateFault":{
2640
+ "type":"structure",
2641
+ "members":{
2642
+ },
2643
+ "error":{
2644
+ "code":"InvalidDBSubnetStateFault",
2645
+ "httpStatusCode":400,
2646
+ "senderFault":true
2647
+ },
2648
+ "exception":true
2649
+ },
2650
+ "InvalidEventSubscriptionStateFault":{
2651
+ "type":"structure",
2652
+ "members":{
2653
+ },
2654
+ "error":{
2655
+ "code":"InvalidEventSubscriptionState",
2656
+ "httpStatusCode":400,
2657
+ "senderFault":true
2658
+ },
2659
+ "exception":true
2660
+ },
2661
+ "InvalidRestoreFault":{
2662
+ "type":"structure",
2663
+ "members":{
2664
+ },
2665
+ "error":{
2666
+ "code":"InvalidRestoreFault",
2667
+ "httpStatusCode":400,
2668
+ "senderFault":true
2669
+ },
2670
+ "exception":true
2671
+ },
2672
+ "InvalidSubnet":{
2673
+ "type":"structure",
2674
+ "members":{
2675
+ },
2676
+ "error":{
2677
+ "code":"InvalidSubnet",
2678
+ "httpStatusCode":400,
2679
+ "senderFault":true
2680
+ },
2681
+ "exception":true
2682
+ },
2683
+ "InvalidVPCNetworkStateFault":{
2684
+ "type":"structure",
2685
+ "members":{
2686
+ },
2687
+ "error":{
2688
+ "code":"InvalidVPCNetworkStateFault",
2689
+ "httpStatusCode":400,
2690
+ "senderFault":true
2691
+ },
2692
+ "exception":true
2693
+ },
2694
+ "KMSKeyNotAccessibleFault":{
2695
+ "type":"structure",
2696
+ "members":{
2697
+ },
2698
+ "error":{
2699
+ "code":"KMSKeyNotAccessibleFault",
2700
+ "httpStatusCode":400,
2701
+ "senderFault":true
2702
+ },
2703
+ "exception":true
2704
+ },
2705
+ "KeyList":{
2706
+ "type":"list",
2707
+ "member":{"shape":"String"}
2708
+ },
2709
+ "ListTagsForResourceMessage":{
2710
+ "type":"structure",
2711
+ "required":["ResourceName"],
2712
+ "members":{
2713
+ "ResourceName":{"shape":"String"},
2714
+ "Filters":{"shape":"FilterList"}
2715
+ }
2716
+ },
2717
+ "LogTypeList":{
2718
+ "type":"list",
2719
+ "member":{"shape":"String"}
2720
+ },
2721
+ "ModifyDBClusterMessage":{
2722
+ "type":"structure",
2723
+ "required":["DBClusterIdentifier"],
2724
+ "members":{
2725
+ "DBClusterIdentifier":{"shape":"String"},
2726
+ "NewDBClusterIdentifier":{"shape":"String"},
2727
+ "ApplyImmediately":{"shape":"Boolean"},
2728
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
2729
+ "DBClusterParameterGroupName":{"shape":"String"},
2730
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
2731
+ "Port":{"shape":"IntegerOptional"},
2732
+ "MasterUserPassword":{"shape":"String"},
2733
+ "OptionGroupName":{"shape":"String"},
2734
+ "PreferredBackupWindow":{"shape":"String"},
2735
+ "PreferredMaintenanceWindow":{"shape":"String"},
2736
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
2737
+ "EngineVersion":{"shape":"String"}
2738
+ }
2739
+ },
2740
+ "ModifyDBClusterParameterGroupMessage":{
2741
+ "type":"structure",
2742
+ "required":[
2743
+ "DBClusterParameterGroupName",
2744
+ "Parameters"
2745
+ ],
2746
+ "members":{
2747
+ "DBClusterParameterGroupName":{"shape":"String"},
2748
+ "Parameters":{"shape":"ParametersList"}
2749
+ }
2750
+ },
2751
+ "ModifyDBClusterResult":{
2752
+ "type":"structure",
2753
+ "members":{
2754
+ "DBCluster":{"shape":"DBCluster"}
2755
+ }
2756
+ },
2757
+ "ModifyDBClusterSnapshotAttributeMessage":{
2758
+ "type":"structure",
2759
+ "required":[
2760
+ "DBClusterSnapshotIdentifier",
2761
+ "AttributeName"
2762
+ ],
2763
+ "members":{
2764
+ "DBClusterSnapshotIdentifier":{"shape":"String"},
2765
+ "AttributeName":{"shape":"String"},
2766
+ "ValuesToAdd":{"shape":"AttributeValueList"},
2767
+ "ValuesToRemove":{"shape":"AttributeValueList"}
2768
+ }
2769
+ },
2770
+ "ModifyDBClusterSnapshotAttributeResult":{
2771
+ "type":"structure",
2772
+ "members":{
2773
+ "DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"}
2774
+ }
2775
+ },
2776
+ "ModifyDBInstanceMessage":{
2777
+ "type":"structure",
2778
+ "required":["DBInstanceIdentifier"],
2779
+ "members":{
2780
+ "DBInstanceIdentifier":{"shape":"String"},
2781
+ "AllocatedStorage":{"shape":"IntegerOptional"},
2782
+ "DBInstanceClass":{"shape":"String"},
2783
+ "DBSubnetGroupName":{"shape":"String"},
2784
+ "DBSecurityGroups":{"shape":"DBSecurityGroupNameList"},
2785
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
2786
+ "ApplyImmediately":{"shape":"Boolean"},
2787
+ "MasterUserPassword":{"shape":"String"},
2788
+ "DBParameterGroupName":{"shape":"String"},
2789
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
2790
+ "PreferredBackupWindow":{"shape":"String"},
2791
+ "PreferredMaintenanceWindow":{"shape":"String"},
2792
+ "MultiAZ":{"shape":"BooleanOptional"},
2793
+ "EngineVersion":{"shape":"String"},
2794
+ "AllowMajorVersionUpgrade":{"shape":"Boolean"},
2795
+ "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
2796
+ "LicenseModel":{"shape":"String"},
2797
+ "Iops":{"shape":"IntegerOptional"},
2798
+ "OptionGroupName":{"shape":"String"},
2799
+ "NewDBInstanceIdentifier":{"shape":"String"},
2800
+ "StorageType":{"shape":"String"},
2801
+ "TdeCredentialArn":{"shape":"String"},
2802
+ "TdeCredentialPassword":{"shape":"String"},
2803
+ "CACertificateIdentifier":{"shape":"String"},
2804
+ "Domain":{"shape":"String"},
2805
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
2806
+ "MonitoringInterval":{"shape":"IntegerOptional"},
2807
+ "DBPortNumber":{"shape":"IntegerOptional"},
2808
+ "PubliclyAccessible":{"shape":"BooleanOptional"},
2809
+ "MonitoringRoleArn":{"shape":"String"},
2810
+ "DomainIAMRoleName":{"shape":"String"},
2811
+ "PromotionTier":{"shape":"IntegerOptional"},
2812
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
2813
+ "EnablePerformanceInsights":{"shape":"BooleanOptional"},
2814
+ "PerformanceInsightsKMSKeyId":{"shape":"String"},
2815
+ "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"}
2816
+ }
2817
+ },
2818
+ "ModifyDBInstanceResult":{
2819
+ "type":"structure",
2820
+ "members":{
2821
+ "DBInstance":{"shape":"DBInstance"}
2822
+ }
2823
+ },
2824
+ "ModifyDBParameterGroupMessage":{
2825
+ "type":"structure",
2826
+ "required":[
2827
+ "DBParameterGroupName",
2828
+ "Parameters"
2829
+ ],
2830
+ "members":{
2831
+ "DBParameterGroupName":{"shape":"String"},
2832
+ "Parameters":{"shape":"ParametersList"}
2833
+ }
2834
+ },
2835
+ "ModifyDBSubnetGroupMessage":{
2836
+ "type":"structure",
2837
+ "required":[
2838
+ "DBSubnetGroupName",
2839
+ "SubnetIds"
2840
+ ],
2841
+ "members":{
2842
+ "DBSubnetGroupName":{"shape":"String"},
2843
+ "DBSubnetGroupDescription":{"shape":"String"},
2844
+ "SubnetIds":{"shape":"SubnetIdentifierList"}
2845
+ }
2846
+ },
2847
+ "ModifyDBSubnetGroupResult":{
2848
+ "type":"structure",
2849
+ "members":{
2850
+ "DBSubnetGroup":{"shape":"DBSubnetGroup"}
2851
+ }
2852
+ },
2853
+ "ModifyEventSubscriptionMessage":{
2854
+ "type":"structure",
2855
+ "required":["SubscriptionName"],
2856
+ "members":{
2857
+ "SubscriptionName":{"shape":"String"},
2858
+ "SnsTopicArn":{"shape":"String"},
2859
+ "SourceType":{"shape":"String"},
2860
+ "EventCategories":{"shape":"EventCategoriesList"},
2861
+ "Enabled":{"shape":"BooleanOptional"}
2862
+ }
2863
+ },
2864
+ "ModifyEventSubscriptionResult":{
2865
+ "type":"structure",
2866
+ "members":{
2867
+ "EventSubscription":{"shape":"EventSubscription"}
2868
+ }
2869
+ },
2870
+ "OptionGroupMembership":{
2871
+ "type":"structure",
2872
+ "members":{
2873
+ "OptionGroupName":{"shape":"String"},
2874
+ "Status":{"shape":"String"}
2875
+ }
2876
+ },
2877
+ "OptionGroupMembershipList":{
2878
+ "type":"list",
2879
+ "member":{
2880
+ "shape":"OptionGroupMembership",
2881
+ "locationName":"OptionGroupMembership"
2882
+ }
2883
+ },
2884
+ "OptionGroupNotFoundFault":{
2885
+ "type":"structure",
2886
+ "members":{
2887
+ },
2888
+ "error":{
2889
+ "code":"OptionGroupNotFoundFault",
2890
+ "httpStatusCode":404,
2891
+ "senderFault":true
2892
+ },
2893
+ "exception":true
2894
+ },
2895
+ "OrderableDBInstanceOption":{
2896
+ "type":"structure",
2897
+ "members":{
2898
+ "Engine":{"shape":"String"},
2899
+ "EngineVersion":{"shape":"String"},
2900
+ "DBInstanceClass":{"shape":"String"},
2901
+ "LicenseModel":{"shape":"String"},
2902
+ "AvailabilityZones":{"shape":"AvailabilityZoneList"},
2903
+ "MultiAZCapable":{"shape":"Boolean"},
2904
+ "ReadReplicaCapable":{"shape":"Boolean"},
2905
+ "Vpc":{"shape":"Boolean"},
2906
+ "SupportsStorageEncryption":{"shape":"Boolean"},
2907
+ "StorageType":{"shape":"String"},
2908
+ "SupportsIops":{"shape":"Boolean"},
2909
+ "SupportsEnhancedMonitoring":{"shape":"Boolean"},
2910
+ "SupportsIAMDatabaseAuthentication":{"shape":"Boolean"},
2911
+ "SupportsPerformanceInsights":{"shape":"Boolean"},
2912
+ "MinStorageSize":{"shape":"IntegerOptional"},
2913
+ "MaxStorageSize":{"shape":"IntegerOptional"},
2914
+ "MinIopsPerDbInstance":{"shape":"IntegerOptional"},
2915
+ "MaxIopsPerDbInstance":{"shape":"IntegerOptional"},
2916
+ "MinIopsPerGib":{"shape":"DoubleOptional"},
2917
+ "MaxIopsPerGib":{"shape":"DoubleOptional"}
2918
+ },
2919
+ "wrapper":true
2920
+ },
2921
+ "OrderableDBInstanceOptionsList":{
2922
+ "type":"list",
2923
+ "member":{
2924
+ "shape":"OrderableDBInstanceOption",
2925
+ "locationName":"OrderableDBInstanceOption"
2926
+ }
2927
+ },
2928
+ "OrderableDBInstanceOptionsMessage":{
2929
+ "type":"structure",
2930
+ "members":{
2931
+ "OrderableDBInstanceOptions":{"shape":"OrderableDBInstanceOptionsList"},
2932
+ "Marker":{"shape":"String"}
2933
+ }
2934
+ },
2935
+ "Parameter":{
2936
+ "type":"structure",
2937
+ "members":{
2938
+ "ParameterName":{"shape":"String"},
2939
+ "ParameterValue":{"shape":"String"},
2940
+ "Description":{"shape":"String"},
2941
+ "Source":{"shape":"String"},
2942
+ "ApplyType":{"shape":"String"},
2943
+ "DataType":{"shape":"String"},
2944
+ "AllowedValues":{"shape":"String"},
2945
+ "IsModifiable":{"shape":"Boolean"},
2946
+ "MinimumEngineVersion":{"shape":"String"},
2947
+ "ApplyMethod":{"shape":"ApplyMethod"}
2948
+ }
2949
+ },
2950
+ "ParametersList":{
2951
+ "type":"list",
2952
+ "member":{
2953
+ "shape":"Parameter",
2954
+ "locationName":"Parameter"
2955
+ }
2956
+ },
2957
+ "PendingCloudwatchLogsExports":{
2958
+ "type":"structure",
2959
+ "members":{
2960
+ "LogTypesToEnable":{"shape":"LogTypeList"},
2961
+ "LogTypesToDisable":{"shape":"LogTypeList"}
2962
+ }
2963
+ },
2964
+ "PendingMaintenanceAction":{
2965
+ "type":"structure",
2966
+ "members":{
2967
+ "Action":{"shape":"String"},
2968
+ "AutoAppliedAfterDate":{"shape":"TStamp"},
2969
+ "ForcedApplyDate":{"shape":"TStamp"},
2970
+ "OptInStatus":{"shape":"String"},
2971
+ "CurrentApplyDate":{"shape":"TStamp"},
2972
+ "Description":{"shape":"String"}
2973
+ }
2974
+ },
2975
+ "PendingMaintenanceActionDetails":{
2976
+ "type":"list",
2977
+ "member":{
2978
+ "shape":"PendingMaintenanceAction",
2979
+ "locationName":"PendingMaintenanceAction"
2980
+ }
2981
+ },
2982
+ "PendingMaintenanceActions":{
2983
+ "type":"list",
2984
+ "member":{
2985
+ "shape":"ResourcePendingMaintenanceActions",
2986
+ "locationName":"ResourcePendingMaintenanceActions"
2987
+ }
2988
+ },
2989
+ "PendingMaintenanceActionsMessage":{
2990
+ "type":"structure",
2991
+ "members":{
2992
+ "PendingMaintenanceActions":{"shape":"PendingMaintenanceActions"},
2993
+ "Marker":{"shape":"String"}
2994
+ }
2995
+ },
2996
+ "PendingModifiedValues":{
2997
+ "type":"structure",
2998
+ "members":{
2999
+ "DBInstanceClass":{"shape":"String"},
3000
+ "AllocatedStorage":{"shape":"IntegerOptional"},
3001
+ "MasterUserPassword":{"shape":"String"},
3002
+ "Port":{"shape":"IntegerOptional"},
3003
+ "BackupRetentionPeriod":{"shape":"IntegerOptional"},
3004
+ "MultiAZ":{"shape":"BooleanOptional"},
3005
+ "EngineVersion":{"shape":"String"},
3006
+ "LicenseModel":{"shape":"String"},
3007
+ "Iops":{"shape":"IntegerOptional"},
3008
+ "DBInstanceIdentifier":{"shape":"String"},
3009
+ "StorageType":{"shape":"String"},
3010
+ "CACertificateIdentifier":{"shape":"String"},
3011
+ "DBSubnetGroupName":{"shape":"String"},
3012
+ "PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"}
3013
+ }
3014
+ },
3015
+ "PromoteReadReplicaDBClusterMessage":{
3016
+ "type":"structure",
3017
+ "required":["DBClusterIdentifier"],
3018
+ "members":{
3019
+ "DBClusterIdentifier":{"shape":"String"}
3020
+ }
3021
+ },
3022
+ "PromoteReadReplicaDBClusterResult":{
3023
+ "type":"structure",
3024
+ "members":{
3025
+ "DBCluster":{"shape":"DBCluster"}
3026
+ }
3027
+ },
3028
+ "ProvisionedIopsNotAvailableInAZFault":{
3029
+ "type":"structure",
3030
+ "members":{
3031
+ },
3032
+ "error":{
3033
+ "code":"ProvisionedIopsNotAvailableInAZFault",
3034
+ "httpStatusCode":400,
3035
+ "senderFault":true
3036
+ },
3037
+ "exception":true
3038
+ },
3039
+ "Range":{
3040
+ "type":"structure",
3041
+ "members":{
3042
+ "From":{"shape":"Integer"},
3043
+ "To":{"shape":"Integer"},
3044
+ "Step":{"shape":"IntegerOptional"}
3045
+ }
3046
+ },
3047
+ "RangeList":{
3048
+ "type":"list",
3049
+ "member":{
3050
+ "shape":"Range",
3051
+ "locationName":"Range"
3052
+ }
3053
+ },
3054
+ "ReadReplicaDBClusterIdentifierList":{
3055
+ "type":"list",
3056
+ "member":{
3057
+ "shape":"String",
3058
+ "locationName":"ReadReplicaDBClusterIdentifier"
3059
+ }
3060
+ },
3061
+ "ReadReplicaDBInstanceIdentifierList":{
3062
+ "type":"list",
3063
+ "member":{
3064
+ "shape":"String",
3065
+ "locationName":"ReadReplicaDBInstanceIdentifier"
3066
+ }
3067
+ },
3068
+ "ReadReplicaIdentifierList":{
3069
+ "type":"list",
3070
+ "member":{
3071
+ "shape":"String",
3072
+ "locationName":"ReadReplicaIdentifier"
3073
+ }
3074
+ },
3075
+ "RebootDBInstanceMessage":{
3076
+ "type":"structure",
3077
+ "required":["DBInstanceIdentifier"],
3078
+ "members":{
3079
+ "DBInstanceIdentifier":{"shape":"String"},
3080
+ "ForceFailover":{"shape":"BooleanOptional"}
3081
+ }
3082
+ },
3083
+ "RebootDBInstanceResult":{
3084
+ "type":"structure",
3085
+ "members":{
3086
+ "DBInstance":{"shape":"DBInstance"}
3087
+ }
3088
+ },
3089
+ "RemoveRoleFromDBClusterMessage":{
3090
+ "type":"structure",
3091
+ "required":[
3092
+ "DBClusterIdentifier",
3093
+ "RoleArn"
3094
+ ],
3095
+ "members":{
3096
+ "DBClusterIdentifier":{"shape":"String"},
3097
+ "RoleArn":{"shape":"String"}
3098
+ }
3099
+ },
3100
+ "RemoveSourceIdentifierFromSubscriptionMessage":{
3101
+ "type":"structure",
3102
+ "required":[
3103
+ "SubscriptionName",
3104
+ "SourceIdentifier"
3105
+ ],
3106
+ "members":{
3107
+ "SubscriptionName":{"shape":"String"},
3108
+ "SourceIdentifier":{"shape":"String"}
3109
+ }
3110
+ },
3111
+ "RemoveSourceIdentifierFromSubscriptionResult":{
3112
+ "type":"structure",
3113
+ "members":{
3114
+ "EventSubscription":{"shape":"EventSubscription"}
3115
+ }
3116
+ },
3117
+ "RemoveTagsFromResourceMessage":{
3118
+ "type":"structure",
3119
+ "required":[
3120
+ "ResourceName",
3121
+ "TagKeys"
3122
+ ],
3123
+ "members":{
3124
+ "ResourceName":{"shape":"String"},
3125
+ "TagKeys":{"shape":"KeyList"}
3126
+ }
3127
+ },
3128
+ "ResetDBClusterParameterGroupMessage":{
3129
+ "type":"structure",
3130
+ "required":["DBClusterParameterGroupName"],
3131
+ "members":{
3132
+ "DBClusterParameterGroupName":{"shape":"String"},
3133
+ "ResetAllParameters":{"shape":"Boolean"},
3134
+ "Parameters":{"shape":"ParametersList"}
3135
+ }
3136
+ },
3137
+ "ResetDBParameterGroupMessage":{
3138
+ "type":"structure",
3139
+ "required":["DBParameterGroupName"],
3140
+ "members":{
3141
+ "DBParameterGroupName":{"shape":"String"},
3142
+ "ResetAllParameters":{"shape":"Boolean"},
3143
+ "Parameters":{"shape":"ParametersList"}
3144
+ }
3145
+ },
3146
+ "ResourceNotFoundFault":{
3147
+ "type":"structure",
3148
+ "members":{
3149
+ },
3150
+ "error":{
3151
+ "code":"ResourceNotFoundFault",
3152
+ "httpStatusCode":404,
3153
+ "senderFault":true
3154
+ },
3155
+ "exception":true
3156
+ },
3157
+ "ResourcePendingMaintenanceActions":{
3158
+ "type":"structure",
3159
+ "members":{
3160
+ "ResourceIdentifier":{"shape":"String"},
3161
+ "PendingMaintenanceActionDetails":{"shape":"PendingMaintenanceActionDetails"}
3162
+ },
3163
+ "wrapper":true
3164
+ },
3165
+ "RestoreDBClusterFromSnapshotMessage":{
3166
+ "type":"structure",
3167
+ "required":[
3168
+ "DBClusterIdentifier",
3169
+ "SnapshotIdentifier",
3170
+ "Engine"
3171
+ ],
3172
+ "members":{
3173
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
3174
+ "DBClusterIdentifier":{"shape":"String"},
3175
+ "SnapshotIdentifier":{"shape":"String"},
3176
+ "Engine":{"shape":"String"},
3177
+ "EngineVersion":{"shape":"String"},
3178
+ "Port":{"shape":"IntegerOptional"},
3179
+ "DBSubnetGroupName":{"shape":"String"},
3180
+ "DatabaseName":{"shape":"String"},
3181
+ "OptionGroupName":{"shape":"String"},
3182
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
3183
+ "Tags":{"shape":"TagList"},
3184
+ "KmsKeyId":{"shape":"String"},
3185
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
3186
+ }
3187
+ },
3188
+ "RestoreDBClusterFromSnapshotResult":{
3189
+ "type":"structure",
3190
+ "members":{
3191
+ "DBCluster":{"shape":"DBCluster"}
3192
+ }
3193
+ },
3194
+ "RestoreDBClusterToPointInTimeMessage":{
3195
+ "type":"structure",
3196
+ "required":[
3197
+ "DBClusterIdentifier",
3198
+ "SourceDBClusterIdentifier"
3199
+ ],
3200
+ "members":{
3201
+ "DBClusterIdentifier":{"shape":"String"},
3202
+ "RestoreType":{"shape":"String"},
3203
+ "SourceDBClusterIdentifier":{"shape":"String"},
3204
+ "RestoreToTime":{"shape":"TStamp"},
3205
+ "UseLatestRestorableTime":{"shape":"Boolean"},
3206
+ "Port":{"shape":"IntegerOptional"},
3207
+ "DBSubnetGroupName":{"shape":"String"},
3208
+ "OptionGroupName":{"shape":"String"},
3209
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
3210
+ "Tags":{"shape":"TagList"},
3211
+ "KmsKeyId":{"shape":"String"},
3212
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
3213
+ }
3214
+ },
3215
+ "RestoreDBClusterToPointInTimeResult":{
3216
+ "type":"structure",
3217
+ "members":{
3218
+ "DBCluster":{"shape":"DBCluster"}
3219
+ }
3220
+ },
3221
+ "SNSInvalidTopicFault":{
3222
+ "type":"structure",
3223
+ "members":{
3224
+ },
3225
+ "error":{
3226
+ "code":"SNSInvalidTopic",
3227
+ "httpStatusCode":400,
3228
+ "senderFault":true
3229
+ },
3230
+ "exception":true
3231
+ },
3232
+ "SNSNoAuthorizationFault":{
3233
+ "type":"structure",
3234
+ "members":{
3235
+ },
3236
+ "error":{
3237
+ "code":"SNSNoAuthorization",
3238
+ "httpStatusCode":400,
3239
+ "senderFault":true
3240
+ },
3241
+ "exception":true
3242
+ },
3243
+ "SNSTopicArnNotFoundFault":{
3244
+ "type":"structure",
3245
+ "members":{
3246
+ },
3247
+ "error":{
3248
+ "code":"SNSTopicArnNotFound",
3249
+ "httpStatusCode":404,
3250
+ "senderFault":true
3251
+ },
3252
+ "exception":true
3253
+ },
3254
+ "SharedSnapshotQuotaExceededFault":{
3255
+ "type":"structure",
3256
+ "members":{
3257
+ },
3258
+ "error":{
3259
+ "code":"SharedSnapshotQuotaExceeded",
3260
+ "httpStatusCode":400,
3261
+ "senderFault":true
3262
+ },
3263
+ "exception":true
3264
+ },
3265
+ "SnapshotQuotaExceededFault":{
3266
+ "type":"structure",
3267
+ "members":{
3268
+ },
3269
+ "error":{
3270
+ "code":"SnapshotQuotaExceeded",
3271
+ "httpStatusCode":400,
3272
+ "senderFault":true
3273
+ },
3274
+ "exception":true
3275
+ },
3276
+ "SourceIdsList":{
3277
+ "type":"list",
3278
+ "member":{
3279
+ "shape":"String",
3280
+ "locationName":"SourceId"
3281
+ }
3282
+ },
3283
+ "SourceNotFoundFault":{
3284
+ "type":"structure",
3285
+ "members":{
3286
+ },
3287
+ "error":{
3288
+ "code":"SourceNotFound",
3289
+ "httpStatusCode":404,
3290
+ "senderFault":true
3291
+ },
3292
+ "exception":true
3293
+ },
3294
+ "SourceType":{
3295
+ "type":"string",
3296
+ "enum":[
3297
+ "db-instance",
3298
+ "db-parameter-group",
3299
+ "db-security-group",
3300
+ "db-snapshot",
3301
+ "db-cluster",
3302
+ "db-cluster-snapshot"
3303
+ ]
3304
+ },
3305
+ "StorageQuotaExceededFault":{
3306
+ "type":"structure",
3307
+ "members":{
3308
+ },
3309
+ "error":{
3310
+ "code":"StorageQuotaExceeded",
3311
+ "httpStatusCode":400,
3312
+ "senderFault":true
3313
+ },
3314
+ "exception":true
3315
+ },
3316
+ "StorageTypeNotSupportedFault":{
3317
+ "type":"structure",
3318
+ "members":{
3319
+ },
3320
+ "error":{
3321
+ "code":"StorageTypeNotSupported",
3322
+ "httpStatusCode":400,
3323
+ "senderFault":true
3324
+ },
3325
+ "exception":true
3326
+ },
3327
+ "String":{"type":"string"},
3328
+ "Subnet":{
3329
+ "type":"structure",
3330
+ "members":{
3331
+ "SubnetIdentifier":{"shape":"String"},
3332
+ "SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
3333
+ "SubnetStatus":{"shape":"String"}
3334
+ }
3335
+ },
3336
+ "SubnetAlreadyInUse":{
3337
+ "type":"structure",
3338
+ "members":{
3339
+ },
3340
+ "error":{
3341
+ "code":"SubnetAlreadyInUse",
3342
+ "httpStatusCode":400,
3343
+ "senderFault":true
3344
+ },
3345
+ "exception":true
3346
+ },
3347
+ "SubnetIdentifierList":{
3348
+ "type":"list",
3349
+ "member":{
3350
+ "shape":"String",
3351
+ "locationName":"SubnetIdentifier"
3352
+ }
3353
+ },
3354
+ "SubnetList":{
3355
+ "type":"list",
3356
+ "member":{
3357
+ "shape":"Subnet",
3358
+ "locationName":"Subnet"
3359
+ }
3360
+ },
3361
+ "SubscriptionAlreadyExistFault":{
3362
+ "type":"structure",
3363
+ "members":{
3364
+ },
3365
+ "error":{
3366
+ "code":"SubscriptionAlreadyExist",
3367
+ "httpStatusCode":400,
3368
+ "senderFault":true
3369
+ },
3370
+ "exception":true
3371
+ },
3372
+ "SubscriptionCategoryNotFoundFault":{
3373
+ "type":"structure",
3374
+ "members":{
3375
+ },
3376
+ "error":{
3377
+ "code":"SubscriptionCategoryNotFound",
3378
+ "httpStatusCode":404,
3379
+ "senderFault":true
3380
+ },
3381
+ "exception":true
3382
+ },
3383
+ "SubscriptionNotFoundFault":{
3384
+ "type":"structure",
3385
+ "members":{
3386
+ },
3387
+ "error":{
3388
+ "code":"SubscriptionNotFound",
3389
+ "httpStatusCode":404,
3390
+ "senderFault":true
3391
+ },
3392
+ "exception":true
3393
+ },
3394
+ "SupportedCharacterSetsList":{
3395
+ "type":"list",
3396
+ "member":{
3397
+ "shape":"CharacterSet",
3398
+ "locationName":"CharacterSet"
3399
+ }
3400
+ },
3401
+ "SupportedTimezonesList":{
3402
+ "type":"list",
3403
+ "member":{
3404
+ "shape":"Timezone",
3405
+ "locationName":"Timezone"
3406
+ }
3407
+ },
3408
+ "TStamp":{"type":"timestamp"},
3409
+ "Tag":{
3410
+ "type":"structure",
3411
+ "members":{
3412
+ "Key":{"shape":"String"},
3413
+ "Value":{"shape":"String"}
3414
+ }
3415
+ },
3416
+ "TagList":{
3417
+ "type":"list",
3418
+ "member":{
3419
+ "shape":"Tag",
3420
+ "locationName":"Tag"
3421
+ }
3422
+ },
3423
+ "TagListMessage":{
3424
+ "type":"structure",
3425
+ "members":{
3426
+ "TagList":{"shape":"TagList"}
3427
+ }
3428
+ },
3429
+ "Timezone":{
3430
+ "type":"structure",
3431
+ "members":{
3432
+ "TimezoneName":{"shape":"String"}
3433
+ }
3434
+ },
3435
+ "UpgradeTarget":{
3436
+ "type":"structure",
3437
+ "members":{
3438
+ "Engine":{"shape":"String"},
3439
+ "EngineVersion":{"shape":"String"},
3440
+ "Description":{"shape":"String"},
3441
+ "AutoUpgrade":{"shape":"Boolean"},
3442
+ "IsMajorVersionUpgrade":{"shape":"Boolean"}
3443
+ }
3444
+ },
3445
+ "ValidDBInstanceModificationsMessage":{
3446
+ "type":"structure",
3447
+ "members":{
3448
+ "Storage":{"shape":"ValidStorageOptionsList"}
3449
+ },
3450
+ "wrapper":true
3451
+ },
3452
+ "ValidStorageOptions":{
3453
+ "type":"structure",
3454
+ "members":{
3455
+ "StorageType":{"shape":"String"},
3456
+ "StorageSize":{"shape":"RangeList"},
3457
+ "ProvisionedIops":{"shape":"RangeList"},
3458
+ "IopsToStorageRatio":{"shape":"DoubleRangeList"}
3459
+ }
3460
+ },
3461
+ "ValidStorageOptionsList":{
3462
+ "type":"list",
3463
+ "member":{
3464
+ "shape":"ValidStorageOptions",
3465
+ "locationName":"ValidStorageOptions"
3466
+ }
3467
+ },
3468
+ "ValidUpgradeTargetList":{
3469
+ "type":"list",
3470
+ "member":{
3471
+ "shape":"UpgradeTarget",
3472
+ "locationName":"UpgradeTarget"
3473
+ }
3474
+ },
3475
+ "VpcSecurityGroupIdList":{
3476
+ "type":"list",
3477
+ "member":{
3478
+ "shape":"String",
3479
+ "locationName":"VpcSecurityGroupId"
3480
+ }
3481
+ },
3482
+ "VpcSecurityGroupMembership":{
3483
+ "type":"structure",
3484
+ "members":{
3485
+ "VpcSecurityGroupId":{"shape":"String"},
3486
+ "Status":{"shape":"String"}
3487
+ }
3488
+ },
3489
+ "VpcSecurityGroupMembershipList":{
3490
+ "type":"list",
3491
+ "member":{
3492
+ "shape":"VpcSecurityGroupMembership",
3493
+ "locationName":"VpcSecurityGroupMembership"
3494
+ }
3495
+ }
3496
+ }
3497
+ }