aws-sdk-core 2.11.104 → 2.11.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/dax/2017-04-19/api-2.json +64 -10
- data/apis/ecs/2014-11-13/api-2.json +24 -1
- data/apis/rds/2013-01-10/examples-1.json +2 -2
- data/apis/rds/2013-02-12/examples-1.json +2 -2
- data/apis/rds/2013-09-09/examples-1.json +2 -2
- data/apis/rds/2014-09-01/examples-1.json +2 -2
- data/apis/rds/2014-09-01/paginators-1.json +1 -1
- data/apis/rds/2014-10-31/api-2.json +111 -13
- data/apis/rds/2014-10-31/examples-1.json +1138 -1138
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84cec2e07660da08d97782ef6d64c8f248e26a59
|
|
4
|
+
data.tar.gz: 52b34cec8262f2a245f5b11b899be6647a89cb97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d500470ee9edffd0a8274dcec7135220c70cc2e94dfd8368341c7887c28fb9072f650a10520d689fc82aaeb98071c74d298e9e9a9fb77ce57633b8ab3f9a036
|
|
7
|
+
data.tar.gz: 1fe9176ed3c94058b1fb818063668fe4a42d6118c7f156f4d571a84bbe2e57e09f9a000637291e4b7751184dcc76e1235135b721943608ae9d60330e0418a77e
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceAbbreviation":"Amazon DAX",
|
|
9
9
|
"serviceFullName":"Amazon DynamoDB Accelerator (DAX)",
|
|
10
|
+
"serviceId":"DAX",
|
|
10
11
|
"signatureVersion":"v4",
|
|
11
12
|
"targetPrefix":"AmazonDAXV3",
|
|
12
13
|
"uid":"dax-2017-04-19"
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
{"shape":"NodeQuotaForCustomerExceededFault"},
|
|
33
34
|
{"shape":"InvalidVPCNetworkStateFault"},
|
|
34
35
|
{"shape":"TagQuotaPerResourceExceeded"},
|
|
36
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
35
37
|
{"shape":"InvalidParameterValueException"},
|
|
36
38
|
{"shape":"InvalidParameterCombinationException"}
|
|
37
39
|
]
|
|
@@ -48,6 +50,7 @@
|
|
|
48
50
|
{"shape":"ParameterGroupQuotaExceededFault"},
|
|
49
51
|
{"shape":"ParameterGroupAlreadyExistsFault"},
|
|
50
52
|
{"shape":"InvalidParameterGroupStateFault"},
|
|
53
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
51
54
|
{"shape":"InvalidParameterValueException"},
|
|
52
55
|
{"shape":"InvalidParameterCombinationException"}
|
|
53
56
|
]
|
|
@@ -64,7 +67,8 @@
|
|
|
64
67
|
{"shape":"SubnetGroupAlreadyExistsFault"},
|
|
65
68
|
{"shape":"SubnetGroupQuotaExceededFault"},
|
|
66
69
|
{"shape":"SubnetQuotaExceededFault"},
|
|
67
|
-
{"shape":"InvalidSubnet"}
|
|
70
|
+
{"shape":"InvalidSubnet"},
|
|
71
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"}
|
|
68
72
|
]
|
|
69
73
|
},
|
|
70
74
|
"DecreaseReplicationFactor":{
|
|
@@ -79,6 +83,7 @@
|
|
|
79
83
|
{"shape":"ClusterNotFoundFault"},
|
|
80
84
|
{"shape":"NodeNotFoundFault"},
|
|
81
85
|
{"shape":"InvalidClusterStateFault"},
|
|
86
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
82
87
|
{"shape":"InvalidParameterValueException"},
|
|
83
88
|
{"shape":"InvalidParameterCombinationException"}
|
|
84
89
|
]
|
|
@@ -94,6 +99,7 @@
|
|
|
94
99
|
"errors":[
|
|
95
100
|
{"shape":"ClusterNotFoundFault"},
|
|
96
101
|
{"shape":"InvalidClusterStateFault"},
|
|
102
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
97
103
|
{"shape":"InvalidParameterValueException"},
|
|
98
104
|
{"shape":"InvalidParameterCombinationException"}
|
|
99
105
|
]
|
|
@@ -109,6 +115,7 @@
|
|
|
109
115
|
"errors":[
|
|
110
116
|
{"shape":"InvalidParameterGroupStateFault"},
|
|
111
117
|
{"shape":"ParameterGroupNotFoundFault"},
|
|
118
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
112
119
|
{"shape":"InvalidParameterValueException"},
|
|
113
120
|
{"shape":"InvalidParameterCombinationException"}
|
|
114
121
|
]
|
|
@@ -123,7 +130,8 @@
|
|
|
123
130
|
"output":{"shape":"DeleteSubnetGroupResponse"},
|
|
124
131
|
"errors":[
|
|
125
132
|
{"shape":"SubnetGroupInUseFault"},
|
|
126
|
-
{"shape":"SubnetGroupNotFoundFault"}
|
|
133
|
+
{"shape":"SubnetGroupNotFoundFault"},
|
|
134
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"}
|
|
127
135
|
]
|
|
128
136
|
},
|
|
129
137
|
"DescribeClusters":{
|
|
@@ -136,6 +144,7 @@
|
|
|
136
144
|
"output":{"shape":"DescribeClustersResponse"},
|
|
137
145
|
"errors":[
|
|
138
146
|
{"shape":"ClusterNotFoundFault"},
|
|
147
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
139
148
|
{"shape":"InvalidParameterValueException"},
|
|
140
149
|
{"shape":"InvalidParameterCombinationException"}
|
|
141
150
|
]
|
|
@@ -149,6 +158,7 @@
|
|
|
149
158
|
"input":{"shape":"DescribeDefaultParametersRequest"},
|
|
150
159
|
"output":{"shape":"DescribeDefaultParametersResponse"},
|
|
151
160
|
"errors":[
|
|
161
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
152
162
|
{"shape":"InvalidParameterValueException"},
|
|
153
163
|
{"shape":"InvalidParameterCombinationException"}
|
|
154
164
|
]
|
|
@@ -162,6 +172,7 @@
|
|
|
162
172
|
"input":{"shape":"DescribeEventsRequest"},
|
|
163
173
|
"output":{"shape":"DescribeEventsResponse"},
|
|
164
174
|
"errors":[
|
|
175
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
165
176
|
{"shape":"InvalidParameterValueException"},
|
|
166
177
|
{"shape":"InvalidParameterCombinationException"}
|
|
167
178
|
]
|
|
@@ -176,6 +187,7 @@
|
|
|
176
187
|
"output":{"shape":"DescribeParameterGroupsResponse"},
|
|
177
188
|
"errors":[
|
|
178
189
|
{"shape":"ParameterGroupNotFoundFault"},
|
|
190
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
179
191
|
{"shape":"InvalidParameterValueException"},
|
|
180
192
|
{"shape":"InvalidParameterCombinationException"}
|
|
181
193
|
]
|
|
@@ -190,6 +202,7 @@
|
|
|
190
202
|
"output":{"shape":"DescribeParametersResponse"},
|
|
191
203
|
"errors":[
|
|
192
204
|
{"shape":"ParameterGroupNotFoundFault"},
|
|
205
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
193
206
|
{"shape":"InvalidParameterValueException"},
|
|
194
207
|
{"shape":"InvalidParameterCombinationException"}
|
|
195
208
|
]
|
|
@@ -203,7 +216,8 @@
|
|
|
203
216
|
"input":{"shape":"DescribeSubnetGroupsRequest"},
|
|
204
217
|
"output":{"shape":"DescribeSubnetGroupsResponse"},
|
|
205
218
|
"errors":[
|
|
206
|
-
{"shape":"SubnetGroupNotFoundFault"}
|
|
219
|
+
{"shape":"SubnetGroupNotFoundFault"},
|
|
220
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"}
|
|
207
221
|
]
|
|
208
222
|
},
|
|
209
223
|
"IncreaseReplicationFactor":{
|
|
@@ -221,6 +235,7 @@
|
|
|
221
235
|
{"shape":"InvalidVPCNetworkStateFault"},
|
|
222
236
|
{"shape":"NodeQuotaForClusterExceededFault"},
|
|
223
237
|
{"shape":"NodeQuotaForCustomerExceededFault"},
|
|
238
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
224
239
|
{"shape":"InvalidParameterValueException"},
|
|
225
240
|
{"shape":"InvalidParameterCombinationException"}
|
|
226
241
|
]
|
|
@@ -237,6 +252,7 @@
|
|
|
237
252
|
{"shape":"ClusterNotFoundFault"},
|
|
238
253
|
{"shape":"InvalidARNFault"},
|
|
239
254
|
{"shape":"InvalidClusterStateFault"},
|
|
255
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
240
256
|
{"shape":"InvalidParameterValueException"},
|
|
241
257
|
{"shape":"InvalidParameterCombinationException"}
|
|
242
258
|
]
|
|
@@ -253,6 +269,7 @@
|
|
|
253
269
|
{"shape":"ClusterNotFoundFault"},
|
|
254
270
|
{"shape":"NodeNotFoundFault"},
|
|
255
271
|
{"shape":"InvalidClusterStateFault"},
|
|
272
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
256
273
|
{"shape":"InvalidParameterValueException"},
|
|
257
274
|
{"shape":"InvalidParameterCombinationException"}
|
|
258
275
|
]
|
|
@@ -270,6 +287,7 @@
|
|
|
270
287
|
{"shape":"TagQuotaPerResourceExceeded"},
|
|
271
288
|
{"shape":"InvalidARNFault"},
|
|
272
289
|
{"shape":"InvalidClusterStateFault"},
|
|
290
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
273
291
|
{"shape":"InvalidParameterValueException"},
|
|
274
292
|
{"shape":"InvalidParameterCombinationException"}
|
|
275
293
|
]
|
|
@@ -287,6 +305,7 @@
|
|
|
287
305
|
{"shape":"InvalidARNFault"},
|
|
288
306
|
{"shape":"TagNotFoundFault"},
|
|
289
307
|
{"shape":"InvalidClusterStateFault"},
|
|
308
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
290
309
|
{"shape":"InvalidParameterValueException"},
|
|
291
310
|
{"shape":"InvalidParameterCombinationException"}
|
|
292
311
|
]
|
|
@@ -304,6 +323,7 @@
|
|
|
304
323
|
{"shape":"ClusterNotFoundFault"},
|
|
305
324
|
{"shape":"InvalidParameterGroupStateFault"},
|
|
306
325
|
{"shape":"ParameterGroupNotFoundFault"},
|
|
326
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
307
327
|
{"shape":"InvalidParameterValueException"},
|
|
308
328
|
{"shape":"InvalidParameterCombinationException"}
|
|
309
329
|
]
|
|
@@ -319,6 +339,7 @@
|
|
|
319
339
|
"errors":[
|
|
320
340
|
{"shape":"InvalidParameterGroupStateFault"},
|
|
321
341
|
{"shape":"ParameterGroupNotFoundFault"},
|
|
342
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
|
322
343
|
{"shape":"InvalidParameterValueException"},
|
|
323
344
|
{"shape":"InvalidParameterCombinationException"}
|
|
324
345
|
]
|
|
@@ -335,7 +356,8 @@
|
|
|
335
356
|
{"shape":"SubnetGroupNotFoundFault"},
|
|
336
357
|
{"shape":"SubnetQuotaExceededFault"},
|
|
337
358
|
{"shape":"SubnetInUse"},
|
|
338
|
-
{"shape":"InvalidSubnet"}
|
|
359
|
+
{"shape":"InvalidSubnet"},
|
|
360
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"}
|
|
339
361
|
]
|
|
340
362
|
}
|
|
341
363
|
},
|
|
@@ -370,7 +392,8 @@
|
|
|
370
392
|
"SubnetGroup":{"shape":"String"},
|
|
371
393
|
"SecurityGroups":{"shape":"SecurityGroupMembershipList"},
|
|
372
394
|
"IamRoleArn":{"shape":"String"},
|
|
373
|
-
"ParameterGroup":{"shape":"ParameterGroupStatus"}
|
|
395
|
+
"ParameterGroup":{"shape":"ParameterGroupStatus"},
|
|
396
|
+
"SSEDescription":{"shape":"SSEDescription"}
|
|
374
397
|
}
|
|
375
398
|
},
|
|
376
399
|
"ClusterAlreadyExistsFault":{
|
|
@@ -404,8 +427,7 @@
|
|
|
404
427
|
"required":[
|
|
405
428
|
"ClusterName",
|
|
406
429
|
"NodeType",
|
|
407
|
-
"ReplicationFactor"
|
|
408
|
-
"IamRoleArn"
|
|
430
|
+
"ReplicationFactor"
|
|
409
431
|
],
|
|
410
432
|
"members":{
|
|
411
433
|
"ClusterName":{"shape":"String"},
|
|
@@ -419,7 +441,8 @@
|
|
|
419
441
|
"NotificationTopicArn":{"shape":"String"},
|
|
420
442
|
"IamRoleArn":{"shape":"String"},
|
|
421
443
|
"ParameterGroupName":{"shape":"String"},
|
|
422
|
-
"Tags":{"shape":"TagList"}
|
|
444
|
+
"Tags":{"shape":"TagList"},
|
|
445
|
+
"SSESpecification":{"shape":"SSESpecification"}
|
|
423
446
|
}
|
|
424
447
|
},
|
|
425
448
|
"CreateClusterResponse":{
|
|
@@ -676,7 +699,8 @@
|
|
|
676
699
|
"members":{
|
|
677
700
|
"message":{"shape":"AwsQueryErrorMessage"}
|
|
678
701
|
},
|
|
679
|
-
"exception":true
|
|
702
|
+
"exception":true,
|
|
703
|
+
"synthetic":true
|
|
680
704
|
},
|
|
681
705
|
"InvalidParameterGroupStateFault":{
|
|
682
706
|
"type":"structure",
|
|
@@ -689,7 +713,8 @@
|
|
|
689
713
|
"members":{
|
|
690
714
|
"message":{"shape":"AwsQueryErrorMessage"}
|
|
691
715
|
},
|
|
692
|
-
"exception":true
|
|
716
|
+
"exception":true,
|
|
717
|
+
"synthetic":true
|
|
693
718
|
},
|
|
694
719
|
"InvalidSubnet":{
|
|
695
720
|
"type":"structure",
|
|
@@ -880,6 +905,29 @@
|
|
|
880
905
|
"Cluster":{"shape":"Cluster"}
|
|
881
906
|
}
|
|
882
907
|
},
|
|
908
|
+
"SSEDescription":{
|
|
909
|
+
"type":"structure",
|
|
910
|
+
"members":{
|
|
911
|
+
"Status":{"shape":"SSEStatus"}
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"SSEEnabled":{"type":"boolean"},
|
|
915
|
+
"SSESpecification":{
|
|
916
|
+
"type":"structure",
|
|
917
|
+
"required":["Enabled"],
|
|
918
|
+
"members":{
|
|
919
|
+
"Enabled":{"shape":"SSEEnabled"}
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
"SSEStatus":{
|
|
923
|
+
"type":"string",
|
|
924
|
+
"enum":[
|
|
925
|
+
"ENABLING",
|
|
926
|
+
"ENABLED",
|
|
927
|
+
"DISABLING",
|
|
928
|
+
"DISABLED"
|
|
929
|
+
]
|
|
930
|
+
},
|
|
883
931
|
"SecurityGroupIdentifierList":{
|
|
884
932
|
"type":"list",
|
|
885
933
|
"member":{"shape":"String"}
|
|
@@ -895,6 +943,12 @@
|
|
|
895
943
|
"type":"list",
|
|
896
944
|
"member":{"shape":"SecurityGroupMembership"}
|
|
897
945
|
},
|
|
946
|
+
"ServiceLinkedRoleNotFoundFault":{
|
|
947
|
+
"type":"structure",
|
|
948
|
+
"members":{
|
|
949
|
+
},
|
|
950
|
+
"exception":true
|
|
951
|
+
},
|
|
898
952
|
"SourceType":{
|
|
899
953
|
"type":"string",
|
|
900
954
|
"enum":[
|
|
@@ -1039,6 +1039,16 @@
|
|
|
1039
1039
|
"key":{"shape":"String"},
|
|
1040
1040
|
"value":{"shape":"String"}
|
|
1041
1041
|
},
|
|
1042
|
+
"DockerVolumeConfiguration":{
|
|
1043
|
+
"type":"structure",
|
|
1044
|
+
"members":{
|
|
1045
|
+
"scope":{"shape":"Scope"},
|
|
1046
|
+
"autoprovision":{"shape":"BoxedBoolean"},
|
|
1047
|
+
"driver":{"shape":"String"},
|
|
1048
|
+
"driverOpts":{"shape":"StringMap"},
|
|
1049
|
+
"labels":{"shape":"StringMap"}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1042
1052
|
"Double":{"type":"double"},
|
|
1043
1053
|
"EnvironmentVariables":{
|
|
1044
1054
|
"type":"list",
|
|
@@ -1532,6 +1542,13 @@
|
|
|
1532
1542
|
"DAEMON"
|
|
1533
1543
|
]
|
|
1534
1544
|
},
|
|
1545
|
+
"Scope":{
|
|
1546
|
+
"type":"string",
|
|
1547
|
+
"enum":[
|
|
1548
|
+
"task",
|
|
1549
|
+
"shared"
|
|
1550
|
+
]
|
|
1551
|
+
},
|
|
1535
1552
|
"ServerException":{
|
|
1536
1553
|
"type":"structure",
|
|
1537
1554
|
"members":{
|
|
@@ -1662,6 +1679,11 @@
|
|
|
1662
1679
|
"type":"list",
|
|
1663
1680
|
"member":{"shape":"String"}
|
|
1664
1681
|
},
|
|
1682
|
+
"StringMap":{
|
|
1683
|
+
"type":"map",
|
|
1684
|
+
"key":{"shape":"String"},
|
|
1685
|
+
"value":{"shape":"String"}
|
|
1686
|
+
},
|
|
1665
1687
|
"SubmitContainerStateChangeRequest":{
|
|
1666
1688
|
"type":"structure",
|
|
1667
1689
|
"members":{
|
|
@@ -1943,7 +1965,8 @@
|
|
|
1943
1965
|
"type":"structure",
|
|
1944
1966
|
"members":{
|
|
1945
1967
|
"name":{"shape":"String"},
|
|
1946
|
-
"host":{"shape":"HostVolumeProperties"}
|
|
1968
|
+
"host":{"shape":"HostVolumeProperties"},
|
|
1969
|
+
"dockerVolumeConfiguration":{"shape":"DockerVolumeConfiguration"}
|
|
1947
1970
|
}
|
|
1948
1971
|
},
|
|
1949
1972
|
"VolumeFrom":{
|
|
@@ -287,7 +287,8 @@
|
|
|
287
287
|
{"shape":"StorageTypeNotSupportedFault"},
|
|
288
288
|
{"shape":"AuthorizationNotFoundFault"},
|
|
289
289
|
{"shape":"KMSKeyNotAccessibleFault"},
|
|
290
|
-
{"shape":"DomainNotFoundFault"}
|
|
290
|
+
{"shape":"DomainNotFoundFault"},
|
|
291
|
+
{"shape":"BackupPolicyNotFoundFault"}
|
|
291
292
|
]
|
|
292
293
|
},
|
|
293
294
|
"CreateDBInstanceReadReplica":{
|
|
@@ -1051,6 +1052,23 @@
|
|
|
1051
1052
|
{"shape":"DBClusterNotFoundFault"}
|
|
1052
1053
|
]
|
|
1053
1054
|
},
|
|
1055
|
+
"ModifyCurrentDBClusterCapacity":{
|
|
1056
|
+
"name":"ModifyCurrentDBClusterCapacity",
|
|
1057
|
+
"http":{
|
|
1058
|
+
"method":"POST",
|
|
1059
|
+
"requestUri":"/"
|
|
1060
|
+
},
|
|
1061
|
+
"input":{"shape":"ModifyCurrentDBClusterCapacityMessage"},
|
|
1062
|
+
"output":{
|
|
1063
|
+
"shape":"DBClusterCapacityInfo",
|
|
1064
|
+
"resultWrapper":"ModifyCurrentDBClusterCapacityResult"
|
|
1065
|
+
},
|
|
1066
|
+
"errors":[
|
|
1067
|
+
{"shape":"DBClusterNotFoundFault"},
|
|
1068
|
+
{"shape":"InvalidDBClusterStateFault"},
|
|
1069
|
+
{"shape":"InvalidDBClusterCapacityFault"}
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
1054
1072
|
"ModifyDBCluster":{
|
|
1055
1073
|
"name":"ModifyDBCluster",
|
|
1056
1074
|
"http":{
|
|
@@ -1136,7 +1154,8 @@
|
|
|
1136
1154
|
{"shape":"StorageTypeNotSupportedFault"},
|
|
1137
1155
|
{"shape":"AuthorizationNotFoundFault"},
|
|
1138
1156
|
{"shape":"CertificateNotFoundFault"},
|
|
1139
|
-
{"shape":"DomainNotFoundFault"}
|
|
1157
|
+
{"shape":"DomainNotFoundFault"},
|
|
1158
|
+
{"shape":"BackupPolicyNotFoundFault"}
|
|
1140
1159
|
]
|
|
1141
1160
|
},
|
|
1142
1161
|
"ModifyDBParameterGroup":{
|
|
@@ -1501,7 +1520,8 @@
|
|
|
1501
1520
|
{"shape":"KMSKeyNotAccessibleFault"},
|
|
1502
1521
|
{"shape":"DBSecurityGroupNotFoundFault"},
|
|
1503
1522
|
{"shape":"DomainNotFoundFault"},
|
|
1504
|
-
{"shape":"DBParameterGroupNotFoundFault"}
|
|
1523
|
+
{"shape":"DBParameterGroupNotFoundFault"},
|
|
1524
|
+
{"shape":"BackupPolicyNotFoundFault"}
|
|
1505
1525
|
]
|
|
1506
1526
|
},
|
|
1507
1527
|
"RestoreDBInstanceFromS3":{
|
|
@@ -1531,7 +1551,8 @@
|
|
|
1531
1551
|
{"shape":"OptionGroupNotFoundFault"},
|
|
1532
1552
|
{"shape":"StorageTypeNotSupportedFault"},
|
|
1533
1553
|
{"shape":"AuthorizationNotFoundFault"},
|
|
1534
|
-
{"shape":"KMSKeyNotAccessibleFault"}
|
|
1554
|
+
{"shape":"KMSKeyNotAccessibleFault"},
|
|
1555
|
+
{"shape":"BackupPolicyNotFoundFault"}
|
|
1535
1556
|
]
|
|
1536
1557
|
},
|
|
1537
1558
|
"RestoreDBInstanceToPointInTime":{
|
|
@@ -1565,7 +1586,8 @@
|
|
|
1565
1586
|
{"shape":"KMSKeyNotAccessibleFault"},
|
|
1566
1587
|
{"shape":"DBSecurityGroupNotFoundFault"},
|
|
1567
1588
|
{"shape":"DomainNotFoundFault"},
|
|
1568
|
-
{"shape":"DBParameterGroupNotFoundFault"}
|
|
1589
|
+
{"shape":"DBParameterGroupNotFoundFault"},
|
|
1590
|
+
{"shape":"BackupPolicyNotFoundFault"}
|
|
1569
1591
|
]
|
|
1570
1592
|
},
|
|
1571
1593
|
"RevokeDBSecurityGroupIngress":{
|
|
@@ -1824,6 +1846,17 @@
|
|
|
1824
1846
|
"UseEarliestTimeOnPointInTimeUnavailable":{"shape":"BooleanOptional"}
|
|
1825
1847
|
}
|
|
1826
1848
|
},
|
|
1849
|
+
"BackupPolicyNotFoundFault":{
|
|
1850
|
+
"type":"structure",
|
|
1851
|
+
"members":{
|
|
1852
|
+
},
|
|
1853
|
+
"error":{
|
|
1854
|
+
"code":"BackupPolicyNotFoundFault",
|
|
1855
|
+
"httpStatusCode":404,
|
|
1856
|
+
"senderFault":true
|
|
1857
|
+
},
|
|
1858
|
+
"exception":true
|
|
1859
|
+
},
|
|
1827
1860
|
"Boolean":{"type":"boolean"},
|
|
1828
1861
|
"BooleanOptional":{"type":"boolean"},
|
|
1829
1862
|
"Certificate":{
|
|
@@ -2010,7 +2043,9 @@
|
|
|
2010
2043
|
"PreSignedUrl":{"shape":"String"},
|
|
2011
2044
|
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
|
2012
2045
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
2013
|
-
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
|
2046
|
+
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
2047
|
+
"EngineMode":{"shape":"String"},
|
|
2048
|
+
"ScalingConfiguration":{"shape":"ScalingConfiguration"}
|
|
2014
2049
|
}
|
|
2015
2050
|
},
|
|
2016
2051
|
"CreateDBClusterParameterGroupMessage":{
|
|
@@ -2318,7 +2353,10 @@
|
|
|
2318
2353
|
"EarliestBacktrackTime":{"shape":"TStamp"},
|
|
2319
2354
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
2320
2355
|
"BacktrackConsumedChangeRecords":{"shape":"LongOptional"},
|
|
2321
|
-
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
|
|
2356
|
+
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
2357
|
+
"Capacity":{"shape":"IntegerOptional"},
|
|
2358
|
+
"EngineMode":{"shape":"String"},
|
|
2359
|
+
"ScalingConfigurationInfo":{"shape":"ScalingConfigurationInfo"}
|
|
2322
2360
|
},
|
|
2323
2361
|
"wrapper":true
|
|
2324
2362
|
},
|
|
@@ -2369,6 +2407,16 @@
|
|
|
2369
2407
|
},
|
|
2370
2408
|
"exception":true
|
|
2371
2409
|
},
|
|
2410
|
+
"DBClusterCapacityInfo":{
|
|
2411
|
+
"type":"structure",
|
|
2412
|
+
"members":{
|
|
2413
|
+
"DBClusterIdentifier":{"shape":"String"},
|
|
2414
|
+
"PendingCapacity":{"shape":"IntegerOptional"},
|
|
2415
|
+
"CurrentCapacity":{"shape":"IntegerOptional"},
|
|
2416
|
+
"SecondsBeforeTimeout":{"shape":"IntegerOptional"},
|
|
2417
|
+
"TimeoutAction":{"shape":"String"}
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2372
2420
|
"DBClusterList":{
|
|
2373
2421
|
"type":"list",
|
|
2374
2422
|
"member":{
|
|
@@ -2488,7 +2536,8 @@
|
|
|
2488
2536
|
"type":"structure",
|
|
2489
2537
|
"members":{
|
|
2490
2538
|
"RoleArn":{"shape":"String"},
|
|
2491
|
-
"Status":{"shape":"String"}
|
|
2539
|
+
"Status":{"shape":"String"},
|
|
2540
|
+
"FeatureName":{"shape":"String"}
|
|
2492
2541
|
}
|
|
2493
2542
|
},
|
|
2494
2543
|
"DBClusterRoleAlreadyExistsFault":{
|
|
@@ -2629,7 +2678,8 @@
|
|
|
2629
2678
|
"SupportedTimezones":{"shape":"SupportedTimezonesList"},
|
|
2630
2679
|
"ExportableLogTypes":{"shape":"LogTypeList"},
|
|
2631
2680
|
"SupportsLogExportsToCloudwatchLogs":{"shape":"Boolean"},
|
|
2632
|
-
"SupportsReadReplica":{"shape":"Boolean"}
|
|
2681
|
+
"SupportsReadReplica":{"shape":"Boolean"},
|
|
2682
|
+
"SupportedEngineModes":{"shape":"EngineModeList"}
|
|
2633
2683
|
}
|
|
2634
2684
|
},
|
|
2635
2685
|
"DBEngineVersionList":{
|
|
@@ -3701,6 +3751,10 @@
|
|
|
3701
3751
|
},
|
|
3702
3752
|
"wrapper":true
|
|
3703
3753
|
},
|
|
3754
|
+
"EngineModeList":{
|
|
3755
|
+
"type":"list",
|
|
3756
|
+
"member":{"shape":"String"}
|
|
3757
|
+
},
|
|
3704
3758
|
"Event":{
|
|
3705
3759
|
"type":"structure",
|
|
3706
3760
|
"members":{
|
|
@@ -3893,6 +3947,17 @@
|
|
|
3893
3947
|
},
|
|
3894
3948
|
"Integer":{"type":"integer"},
|
|
3895
3949
|
"IntegerOptional":{"type":"integer"},
|
|
3950
|
+
"InvalidDBClusterCapacityFault":{
|
|
3951
|
+
"type":"structure",
|
|
3952
|
+
"members":{
|
|
3953
|
+
},
|
|
3954
|
+
"error":{
|
|
3955
|
+
"code":"InvalidDBClusterCapacityFault",
|
|
3956
|
+
"httpStatusCode":400,
|
|
3957
|
+
"senderFault":true
|
|
3958
|
+
},
|
|
3959
|
+
"exception":true
|
|
3960
|
+
},
|
|
3896
3961
|
"InvalidDBClusterSnapshotStateFault":{
|
|
3897
3962
|
"type":"structure",
|
|
3898
3963
|
"members":{
|
|
@@ -4087,6 +4152,16 @@
|
|
|
4087
4152
|
},
|
|
4088
4153
|
"Long":{"type":"long"},
|
|
4089
4154
|
"LongOptional":{"type":"long"},
|
|
4155
|
+
"ModifyCurrentDBClusterCapacityMessage":{
|
|
4156
|
+
"type":"structure",
|
|
4157
|
+
"required":["DBClusterIdentifier"],
|
|
4158
|
+
"members":{
|
|
4159
|
+
"DBClusterIdentifier":{"shape":"String"},
|
|
4160
|
+
"Capacity":{"shape":"IntegerOptional"},
|
|
4161
|
+
"SecondsBeforeTimeout":{"shape":"IntegerOptional"},
|
|
4162
|
+
"TimeoutAction":{"shape":"String"}
|
|
4163
|
+
}
|
|
4164
|
+
},
|
|
4090
4165
|
"ModifyDBClusterMessage":{
|
|
4091
4166
|
"type":"structure",
|
|
4092
4167
|
"required":["DBClusterIdentifier"],
|
|
@@ -4105,7 +4180,8 @@
|
|
|
4105
4180
|
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
|
4106
4181
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
4107
4182
|
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
|
|
4108
|
-
"EngineVersion":{"shape":"String"}
|
|
4183
|
+
"EngineVersion":{"shape":"String"},
|
|
4184
|
+
"ScalingConfiguration":{"shape":"ScalingConfiguration"}
|
|
4109
4185
|
}
|
|
4110
4186
|
},
|
|
4111
4187
|
"ModifyDBClusterParameterGroupMessage":{
|
|
@@ -4542,7 +4618,8 @@
|
|
|
4542
4618
|
"MaxIopsPerDbInstance":{"shape":"IntegerOptional"},
|
|
4543
4619
|
"MinIopsPerGib":{"shape":"DoubleOptional"},
|
|
4544
4620
|
"MaxIopsPerGib":{"shape":"DoubleOptional"},
|
|
4545
|
-
"AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"}
|
|
4621
|
+
"AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"},
|
|
4622
|
+
"SupportedEngineModes":{"shape":"EngineModeList"}
|
|
4546
4623
|
},
|
|
4547
4624
|
"wrapper":true
|
|
4548
4625
|
},
|
|
@@ -4572,7 +4649,8 @@
|
|
|
4572
4649
|
"AllowedValues":{"shape":"String"},
|
|
4573
4650
|
"IsModifiable":{"shape":"Boolean"},
|
|
4574
4651
|
"MinimumEngineVersion":{"shape":"String"},
|
|
4575
|
-
"ApplyMethod":{"shape":"ApplyMethod"}
|
|
4652
|
+
"ApplyMethod":{"shape":"ApplyMethod"},
|
|
4653
|
+
"SupportedEngineModes":{"shape":"EngineModeList"}
|
|
4576
4654
|
}
|
|
4577
4655
|
},
|
|
4578
4656
|
"ParametersList":{
|
|
@@ -5041,7 +5119,9 @@
|
|
|
5041
5119
|
"KmsKeyId":{"shape":"String"},
|
|
5042
5120
|
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
|
5043
5121
|
"BacktrackWindow":{"shape":"LongOptional"},
|
|
5044
|
-
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
|
5122
|
+
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
|
5123
|
+
"EngineMode":{"shape":"String"},
|
|
5124
|
+
"ScalingConfiguration":{"shape":"ScalingConfiguration"}
|
|
5045
5125
|
}
|
|
5046
5126
|
},
|
|
5047
5127
|
"RestoreDBClusterFromSnapshotResult":{
|
|
@@ -5273,6 +5353,24 @@
|
|
|
5273
5353
|
},
|
|
5274
5354
|
"exception":true
|
|
5275
5355
|
},
|
|
5356
|
+
"ScalingConfiguration":{
|
|
5357
|
+
"type":"structure",
|
|
5358
|
+
"members":{
|
|
5359
|
+
"MinCapacity":{"shape":"IntegerOptional"},
|
|
5360
|
+
"MaxCapacity":{"shape":"IntegerOptional"},
|
|
5361
|
+
"AutoPause":{"shape":"BooleanOptional"},
|
|
5362
|
+
"SecondsUntilAutoPause":{"shape":"IntegerOptional"}
|
|
5363
|
+
}
|
|
5364
|
+
},
|
|
5365
|
+
"ScalingConfigurationInfo":{
|
|
5366
|
+
"type":"structure",
|
|
5367
|
+
"members":{
|
|
5368
|
+
"MinCapacity":{"shape":"IntegerOptional"},
|
|
5369
|
+
"MaxCapacity":{"shape":"IntegerOptional"},
|
|
5370
|
+
"AutoPause":{"shape":"BooleanOptional"},
|
|
5371
|
+
"SecondsUntilAutoPause":{"shape":"IntegerOptional"}
|
|
5372
|
+
}
|
|
5373
|
+
},
|
|
5276
5374
|
"SharedSnapshotQuotaExceededFault":{
|
|
5277
5375
|
"type":"structure",
|
|
5278
5376
|
"members":{
|