aws-sdk-core 2.0.17 → 2.0.18
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/CloudHSM.api.json +928 -0
- data/apis/CloudSearch.api.json +33 -13
- data/apis/EC2.api.json +302 -1
- data/apis/ECS.api.json +950 -0
- data/apis/IAM.resources.json +129 -54
- data/apis/RDS.api.json +203 -23
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/api/service_customizations.rb +6 -0
- data/lib/aws-sdk-core/cloudhsm.rb +4 -0
- data/lib/aws-sdk-core/ecs.rb +4 -0
- data/lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb +4 -3
- data/lib/aws-sdk-core/rest_body_handler.rb +1 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +6 -2
data/apis/IAM.resources.json
CHANGED
@@ -5,13 +5,7 @@
|
|
5
5
|
"request": { "operation": "ChangePassword" }
|
6
6
|
},
|
7
7
|
"CreateAccountAlias": {
|
8
|
-
"request": { "operation": "CreateAccountAlias" }
|
9
|
-
"resource": {
|
10
|
-
"type": "AccountAlias",
|
11
|
-
"identifiers": [
|
12
|
-
{ "target": "Name", "sourceType": "requestParameter", "source": "AccountAlias" }
|
13
|
-
]
|
14
|
-
}
|
8
|
+
"request": { "operation": "CreateAccountAlias" }
|
15
9
|
},
|
16
10
|
"CreateAccountPasswordPolicy": {
|
17
11
|
"request": { "operation": "UpdateAccountPasswordPolicy" },
|
@@ -100,15 +94,6 @@
|
|
100
94
|
}
|
101
95
|
},
|
102
96
|
"hasMany": {
|
103
|
-
"AccountAliases": {
|
104
|
-
"request": { "operation": "ListAccountAliases" },
|
105
|
-
"resource": {
|
106
|
-
"type": "AccountAlias",
|
107
|
-
"identifiers": [
|
108
|
-
{ "target": "Name", "sourceType": "responsePath", "source": "AccountAliases[]" }
|
109
|
-
]
|
110
|
-
}
|
111
|
-
},
|
112
97
|
"Groups": {
|
113
98
|
"request": { "operation": "ListGroups" },
|
114
99
|
"resource": {
|
@@ -157,16 +142,6 @@
|
|
157
142
|
]
|
158
143
|
}
|
159
144
|
},
|
160
|
-
"SigningCertificates": {
|
161
|
-
"request": { "operation": "ListSigningCertificates" },
|
162
|
-
"resource": {
|
163
|
-
"type": "SigningCertificate",
|
164
|
-
"identifiers": [
|
165
|
-
{ "target": "Id", "sourceType": "responsePath", "source": "Certificates[].CertificateId" }
|
166
|
-
],
|
167
|
-
"path": "Certificates[]"
|
168
|
-
}
|
169
|
-
},
|
170
145
|
"Users": {
|
171
146
|
"request": { "operation": "ListUsers" },
|
172
147
|
"resource": {
|
@@ -282,21 +257,6 @@
|
|
282
257
|
}
|
283
258
|
}
|
284
259
|
},
|
285
|
-
"AccountAlias": {
|
286
|
-
"identifiers": [
|
287
|
-
{ "name": "Name" }
|
288
|
-
],
|
289
|
-
"actions": {
|
290
|
-
"Delete": {
|
291
|
-
"request": {
|
292
|
-
"operation": "DeleteAccountAlias",
|
293
|
-
"params": [
|
294
|
-
{ "target": "AccountAlias", "sourceType": "identifier", "source": "Name" }
|
295
|
-
]
|
296
|
-
}
|
297
|
-
}
|
298
|
-
}
|
299
|
-
},
|
300
260
|
"AccountPasswordPolicy": {
|
301
261
|
"identifiers": [ ],
|
302
262
|
"shape": "PasswordPolicy",
|
@@ -321,6 +281,58 @@
|
|
321
281
|
"path": "@"
|
322
282
|
}
|
323
283
|
},
|
284
|
+
"AssumeRolePolicy": {
|
285
|
+
"identifiers": [
|
286
|
+
{ "name": "RoleName" }
|
287
|
+
],
|
288
|
+
"actions": {
|
289
|
+
"Update": {
|
290
|
+
"request": {
|
291
|
+
"operation": "UpdateAssumeRolePolicy",
|
292
|
+
"params": [
|
293
|
+
{ "target": "RoleName", "sourceType": "identifier", "source": "Name" }
|
294
|
+
]
|
295
|
+
}
|
296
|
+
}
|
297
|
+
}
|
298
|
+
},
|
299
|
+
"CurrentUser": {
|
300
|
+
"hasMany": {
|
301
|
+
"AccessKeys": {
|
302
|
+
"request": { "operation": "ListAccessKeys" },
|
303
|
+
"resource": {
|
304
|
+
"type": "AccessKey",
|
305
|
+
"identifiers": [
|
306
|
+
{ "target": "UserName", "sourceType": "responsePath", "source": "AccessKeyMetadata[].UserName" },
|
307
|
+
{ "target": "Id", "sourceType": "responsePath", "source": "AccessKeyMetadata[].AccessKeyId" }
|
308
|
+
],
|
309
|
+
"path": "AccessKeyMetadata[]"
|
310
|
+
}
|
311
|
+
},
|
312
|
+
"MfaDevices": {
|
313
|
+
"request": { "operation": "ListMFADevices" },
|
314
|
+
"resource": {
|
315
|
+
"type": "MfaDevice",
|
316
|
+
"identifiers": [
|
317
|
+
{ "target": "UserName", "sourceType": "responsePath", "source": "MFADevices[].UserName" },
|
318
|
+
{ "target": "SerialNumber", "sourceType": "responsePath", "source": "MFADevices[].SerialNumber" }
|
319
|
+
],
|
320
|
+
"path": "MFADevices[]"
|
321
|
+
}
|
322
|
+
},
|
323
|
+
"SigningCertificates": {
|
324
|
+
"request": { "operation": "ListSigningCertificates" },
|
325
|
+
"resource": {
|
326
|
+
"type": "SigningCertificate",
|
327
|
+
"identifiers": [
|
328
|
+
{ "target": "UserName", "sourceType": "responsePath", "source": "Certificates[].UserName" },
|
329
|
+
{ "target": "Id", "sourceType": "responsePath", "source": "Certificates[].CertificateId" }
|
330
|
+
],
|
331
|
+
"path": "Certificates[]"
|
332
|
+
}
|
333
|
+
}
|
334
|
+
}
|
335
|
+
},
|
324
336
|
"Group": {
|
325
337
|
"identifiers": [
|
326
338
|
{
|
@@ -353,6 +365,13 @@
|
|
353
365
|
"params": [
|
354
366
|
{ "target": "GroupName", "sourceType": "identifier", "source": "Name" }
|
355
367
|
]
|
368
|
+
},
|
369
|
+
"resource": {
|
370
|
+
"type": "Group",
|
371
|
+
"identifiers": [
|
372
|
+
{ "target": "Name", "sourceType": "requestParameter", "source": "GroupName" }
|
373
|
+
],
|
374
|
+
"path": "Group"
|
356
375
|
}
|
357
376
|
},
|
358
377
|
"CreatePolicy": {
|
@@ -560,6 +579,13 @@
|
|
560
579
|
"params": [
|
561
580
|
{ "target": "UserName", "sourceType": "identifier", "source": "UserName" }
|
562
581
|
]
|
582
|
+
},
|
583
|
+
"resource": {
|
584
|
+
"type": "LoginProfile",
|
585
|
+
"identifiers": [
|
586
|
+
{ "target": "UserName", "sourceType": "responsePath", "source": "LoginProfile.UserName" }
|
587
|
+
],
|
588
|
+
"path": "LoginProfile"
|
563
589
|
}
|
564
590
|
},
|
565
591
|
"Delete": {
|
@@ -593,18 +619,18 @@
|
|
593
619
|
],
|
594
620
|
"shape": "MFADevice",
|
595
621
|
"actions": {
|
596
|
-
"
|
622
|
+
"Associate": {
|
597
623
|
"request": {
|
598
|
-
"operation": "
|
624
|
+
"operation": "EnableMFADevice",
|
599
625
|
"params": [
|
600
626
|
{ "target": "UserName", "sourceType": "identifier", "source": "UserName" },
|
601
627
|
{ "target": "SerialNumber", "sourceType": "identifier", "source": "SerialNumber" }
|
602
628
|
]
|
603
629
|
}
|
604
630
|
},
|
605
|
-
"
|
631
|
+
"Disassociate": {
|
606
632
|
"request": {
|
607
|
-
"operation": "
|
633
|
+
"operation": "DeactivateMFADevice",
|
608
634
|
"params": [
|
609
635
|
{ "target": "UserName", "sourceType": "identifier", "source": "UserName" },
|
610
636
|
{ "target": "SerialNumber", "sourceType": "identifier", "source": "SerialNumber" }
|
@@ -647,14 +673,6 @@
|
|
647
673
|
{ "target": "RoleName", "sourceType": "identifier", "source": "Name" }
|
648
674
|
]
|
649
675
|
}
|
650
|
-
},
|
651
|
-
"UpdateAssumeRolePolicy": {
|
652
|
-
"request": {
|
653
|
-
"operation": "UpdateAssumeRolePolicy",
|
654
|
-
"params": [
|
655
|
-
{ "target": "RoleName", "sourceType": "identifier", "source": "Name" }
|
656
|
-
]
|
657
|
-
}
|
658
676
|
}
|
659
677
|
},
|
660
678
|
"hasMany": {
|
@@ -690,7 +708,10 @@
|
|
690
708
|
}
|
691
709
|
},
|
692
710
|
"subResources": {
|
693
|
-
"resources": [
|
711
|
+
"resources": [
|
712
|
+
"AssumeRolePolicy",
|
713
|
+
"RolePolicy"
|
714
|
+
],
|
694
715
|
"identifiers": { "Name": "RoleName" }
|
695
716
|
}
|
696
717
|
},
|
@@ -811,6 +832,10 @@
|
|
811
832
|
},
|
812
833
|
"SigningCertificate": {
|
813
834
|
"identifiers": [
|
835
|
+
{
|
836
|
+
"name": "UserName",
|
837
|
+
"memberName": "UserName"
|
838
|
+
},
|
814
839
|
{
|
815
840
|
"name": "Id",
|
816
841
|
"memberName": "CertificateId"
|
@@ -822,6 +847,7 @@
|
|
822
847
|
"request": {
|
823
848
|
"operation": "UpdateSigningCertificate",
|
824
849
|
"params": [
|
850
|
+
{ "target": "UserName", "sourceType": "identifier", "source": "UserName" },
|
825
851
|
{ "target": "CertificateId", "sourceType": "identifier", "source": "Id" },
|
826
852
|
{ "target": "Status", "sourceType": "string", "source": "Active" }
|
827
853
|
]
|
@@ -831,6 +857,7 @@
|
|
831
857
|
"request": {
|
832
858
|
"operation": "UpdateSigningCertificate",
|
833
859
|
"params": [
|
860
|
+
{ "target": "UserName", "sourceType": "identifier", "source": "UserName" },
|
834
861
|
{ "target": "CertificateId", "sourceType": "identifier", "source": "Id" },
|
835
862
|
{ "target": "Status", "sourceType": "string", "source": "Inactive" }
|
836
863
|
]
|
@@ -840,6 +867,7 @@
|
|
840
867
|
"request": {
|
841
868
|
"operation": "DeleteSigningCertificate",
|
842
869
|
"params": [
|
870
|
+
{ "target": "UserName", "sourceType": "identifier", "source": "UserName" },
|
843
871
|
{ "target": "CertificateId", "sourceType": "identifier", "source": "Id" }
|
844
872
|
]
|
845
873
|
}
|
@@ -872,6 +900,21 @@
|
|
872
900
|
]
|
873
901
|
}
|
874
902
|
},
|
903
|
+
"Create": {
|
904
|
+
"request": {
|
905
|
+
"operation": "CreateUser",
|
906
|
+
"params": [
|
907
|
+
{ "target": "UserName", "sourceType": "identifier", "source": "Name" }
|
908
|
+
]
|
909
|
+
},
|
910
|
+
"resource": {
|
911
|
+
"type": "User",
|
912
|
+
"identifiers": [
|
913
|
+
{ "target": "Name", "sourceType": "requestParameter", "source": "UserName" }
|
914
|
+
],
|
915
|
+
"path": "User"
|
916
|
+
}
|
917
|
+
},
|
875
918
|
"CreateAccessKeyPair": {
|
876
919
|
"request": {
|
877
920
|
"operation": "CreateAccessKey",
|
@@ -889,6 +932,21 @@
|
|
889
932
|
"path": "AccessKey"
|
890
933
|
}
|
891
934
|
},
|
935
|
+
"CreateLoginProfile": {
|
936
|
+
"request": {
|
937
|
+
"operation": "CreateLoginProfile",
|
938
|
+
"params": [
|
939
|
+
{ "target": "UserName", "sourceType": "identifier", "source": "Name" }
|
940
|
+
]
|
941
|
+
},
|
942
|
+
"resource": {
|
943
|
+
"type": "LoginProfile",
|
944
|
+
"identifiers": [
|
945
|
+
{ "target": "UserName", "sourceType": "responsePath", "source": "LoginProfile.UserName" }
|
946
|
+
],
|
947
|
+
"path": "LoginProfile"
|
948
|
+
}
|
949
|
+
},
|
892
950
|
"CreatePolicy": {
|
893
951
|
"request": {
|
894
952
|
"operation": "PutUserPolicy",
|
@@ -1012,6 +1070,22 @@
|
|
1012
1070
|
{ "target": "Name", "sourceType": "responsePath", "source": "PolicyNames[]" }
|
1013
1071
|
]
|
1014
1072
|
}
|
1073
|
+
},
|
1074
|
+
"SigningCertificates": {
|
1075
|
+
"request": {
|
1076
|
+
"operation": "ListSigningCertificates",
|
1077
|
+
"params": [
|
1078
|
+
{ "target": "UserName", "sourceType": "identifier", "source": "Name" }
|
1079
|
+
]
|
1080
|
+
},
|
1081
|
+
"resource": {
|
1082
|
+
"type": "SigningCertificate",
|
1083
|
+
"identifiers": [
|
1084
|
+
{ "target": "UserName", "sourceType": "identifier", "source": "Name" },
|
1085
|
+
{ "target": "Id", "sourceType": "responsePath", "source": "Certificates[].CertificateId" }
|
1086
|
+
],
|
1087
|
+
"path": "Certificates[]"
|
1088
|
+
}
|
1015
1089
|
}
|
1016
1090
|
},
|
1017
1091
|
"subResources": {
|
@@ -1019,6 +1093,7 @@
|
|
1019
1093
|
"AccessKey",
|
1020
1094
|
"LoginProfile",
|
1021
1095
|
"MfaDevice",
|
1096
|
+
"SigningCertificate",
|
1022
1097
|
"UserPolicy"
|
1023
1098
|
],
|
1024
1099
|
"identifiers": { "Name": "UserName" }
|
data/apis/RDS.api.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"metadata":{
|
3
|
-
"apiVersion":"2014-
|
3
|
+
"apiVersion":"2014-10-31",
|
4
4
|
"endpointPrefix":"rds",
|
5
5
|
"serviceAbbreviation":"Amazon RDS",
|
6
6
|
"serviceFullName":"Amazon Relational Database Service",
|
7
7
|
"signatureVersion":"v4",
|
8
|
-
"xmlNamespace":"http://rds.amazonaws.com/doc/2014-
|
8
|
+
"xmlNamespace":"http://rds.amazonaws.com/doc/2014-10-31/",
|
9
9
|
"protocol":"query"
|
10
10
|
},
|
11
11
|
"operations":{
|
@@ -70,6 +70,30 @@
|
|
70
70
|
}
|
71
71
|
]
|
72
72
|
},
|
73
|
+
"ApplyPendingMaintenanceAction":{
|
74
|
+
"name":"ApplyPendingMaintenanceAction",
|
75
|
+
"http":{
|
76
|
+
"method":"POST",
|
77
|
+
"requestUri":"/"
|
78
|
+
},
|
79
|
+
"input":{"shape":"ApplyPendingMaintenanceActionMessage"},
|
80
|
+
"output":{
|
81
|
+
"shape":"ApplyPendingMaintenanceActionResult",
|
82
|
+
"wrapper":true,
|
83
|
+
"resultWrapper":"ApplyPendingMaintenanceActionResult"
|
84
|
+
},
|
85
|
+
"errors":[
|
86
|
+
{
|
87
|
+
"shape":"ResourceNotFoundFault",
|
88
|
+
"error":{
|
89
|
+
"code":"ResourceNotFoundFault",
|
90
|
+
"httpStatusCode":404,
|
91
|
+
"senderFault":true
|
92
|
+
},
|
93
|
+
"exception":true
|
94
|
+
}
|
95
|
+
]
|
96
|
+
},
|
73
97
|
"AuthorizeDBSecurityGroupIngress":{
|
74
98
|
"name":"AuthorizeDBSecurityGroupIngress",
|
75
99
|
"http":{
|
@@ -240,7 +264,7 @@
|
|
240
264
|
"shape":"OptionGroupNotFoundFault",
|
241
265
|
"error":{
|
242
266
|
"code":"OptionGroupNotFoundFault",
|
243
|
-
"httpStatusCode":
|
267
|
+
"httpStatusCode":404,
|
244
268
|
"senderFault":true
|
245
269
|
},
|
246
270
|
"exception":true
|
@@ -327,7 +351,7 @@
|
|
327
351
|
"shape":"DBSubnetGroupNotFoundFault",
|
328
352
|
"error":{
|
329
353
|
"code":"DBSubnetGroupNotFoundFault",
|
330
|
-
"httpStatusCode":
|
354
|
+
"httpStatusCode":404,
|
331
355
|
"senderFault":true
|
332
356
|
},
|
333
357
|
"exception":true
|
@@ -372,7 +396,7 @@
|
|
372
396
|
"shape":"OptionGroupNotFoundFault",
|
373
397
|
"error":{
|
374
398
|
"code":"OptionGroupNotFoundFault",
|
375
|
-
"httpStatusCode":
|
399
|
+
"httpStatusCode":404,
|
376
400
|
"senderFault":true
|
377
401
|
},
|
378
402
|
"exception":true
|
@@ -394,6 +418,15 @@
|
|
394
418
|
"senderFault":true
|
395
419
|
},
|
396
420
|
"exception":true
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"shape":"KMSKeyNotAccessibleFault",
|
424
|
+
"error":{
|
425
|
+
"code":"KMSKeyNotAccessibleFault",
|
426
|
+
"httpStatusCode":400,
|
427
|
+
"senderFault":true
|
428
|
+
},
|
429
|
+
"exception":true
|
397
430
|
}
|
398
431
|
]
|
399
432
|
},
|
@@ -486,7 +519,7 @@
|
|
486
519
|
"shape":"DBSubnetGroupNotFoundFault",
|
487
520
|
"error":{
|
488
521
|
"code":"DBSubnetGroupNotFoundFault",
|
489
|
-
"httpStatusCode":
|
522
|
+
"httpStatusCode":404,
|
490
523
|
"senderFault":true
|
491
524
|
},
|
492
525
|
"exception":true
|
@@ -531,7 +564,7 @@
|
|
531
564
|
"shape":"OptionGroupNotFoundFault",
|
532
565
|
"error":{
|
533
566
|
"code":"OptionGroupNotFoundFault",
|
534
|
-
"httpStatusCode":
|
567
|
+
"httpStatusCode":404,
|
535
568
|
"senderFault":true
|
536
569
|
},
|
537
570
|
"exception":true
|
@@ -562,6 +595,15 @@
|
|
562
595
|
"senderFault":true
|
563
596
|
},
|
564
597
|
"exception":true
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"shape":"KMSKeyNotAccessibleFault",
|
601
|
+
"error":{
|
602
|
+
"code":"KMSKeyNotAccessibleFault",
|
603
|
+
"httpStatusCode":400,
|
604
|
+
"senderFault":true
|
605
|
+
},
|
606
|
+
"exception":true
|
565
607
|
}
|
566
608
|
]
|
567
609
|
},
|
@@ -1032,7 +1074,7 @@
|
|
1032
1074
|
"shape":"DBSubnetGroupNotFoundFault",
|
1033
1075
|
"error":{
|
1034
1076
|
"code":"DBSubnetGroupNotFoundFault",
|
1035
|
-
"httpStatusCode":
|
1077
|
+
"httpStatusCode":404,
|
1036
1078
|
"senderFault":true
|
1037
1079
|
},
|
1038
1080
|
"exception":true
|
@@ -1084,7 +1126,7 @@
|
|
1084
1126
|
"shape":"OptionGroupNotFoundFault",
|
1085
1127
|
"error":{
|
1086
1128
|
"code":"OptionGroupNotFoundFault",
|
1087
|
-
"httpStatusCode":
|
1129
|
+
"httpStatusCode":404,
|
1088
1130
|
"senderFault":true
|
1089
1131
|
},
|
1090
1132
|
"exception":true
|
@@ -1266,7 +1308,7 @@
|
|
1266
1308
|
"shape":"DBSubnetGroupNotFoundFault",
|
1267
1309
|
"error":{
|
1268
1310
|
"code":"DBSubnetGroupNotFoundFault",
|
1269
|
-
"httpStatusCode":
|
1311
|
+
"httpStatusCode":404,
|
1270
1312
|
"senderFault":true
|
1271
1313
|
},
|
1272
1314
|
"exception":true
|
@@ -1361,7 +1403,7 @@
|
|
1361
1403
|
"shape":"OptionGroupNotFoundFault",
|
1362
1404
|
"error":{
|
1363
1405
|
"code":"OptionGroupNotFoundFault",
|
1364
|
-
"httpStatusCode":
|
1406
|
+
"httpStatusCode":404,
|
1365
1407
|
"senderFault":true
|
1366
1408
|
},
|
1367
1409
|
"exception":true
|
@@ -1380,6 +1422,29 @@
|
|
1380
1422
|
"resultWrapper":"DescribeOrderableDBInstanceOptionsResult"
|
1381
1423
|
}
|
1382
1424
|
},
|
1425
|
+
"DescribePendingMaintenanceActions":{
|
1426
|
+
"name":"DescribePendingMaintenanceActions",
|
1427
|
+
"http":{
|
1428
|
+
"method":"POST",
|
1429
|
+
"requestUri":"/"
|
1430
|
+
},
|
1431
|
+
"input":{"shape":"DescribePendingMaintenanceActionsMessage"},
|
1432
|
+
"output":{
|
1433
|
+
"shape":"PendingMaintenanceActionsMessage",
|
1434
|
+
"resultWrapper":"DescribePendingMaintenanceActionsResult"
|
1435
|
+
},
|
1436
|
+
"errors":[
|
1437
|
+
{
|
1438
|
+
"shape":"ResourceNotFoundFault",
|
1439
|
+
"error":{
|
1440
|
+
"code":"ResourceNotFoundFault",
|
1441
|
+
"httpStatusCode":404,
|
1442
|
+
"senderFault":true
|
1443
|
+
},
|
1444
|
+
"exception":true
|
1445
|
+
}
|
1446
|
+
]
|
1447
|
+
},
|
1383
1448
|
"DescribeReservedDBInstances":{
|
1384
1449
|
"name":"DescribeReservedDBInstances",
|
1385
1450
|
"http":{
|
@@ -1588,7 +1653,7 @@
|
|
1588
1653
|
"shape":"OptionGroupNotFoundFault",
|
1589
1654
|
"error":{
|
1590
1655
|
"code":"OptionGroupNotFoundFault",
|
1591
|
-
"httpStatusCode":
|
1656
|
+
"httpStatusCode":404,
|
1592
1657
|
"senderFault":true
|
1593
1658
|
},
|
1594
1659
|
"exception":true
|
@@ -1671,7 +1736,7 @@
|
|
1671
1736
|
"shape":"DBSubnetGroupNotFoundFault",
|
1672
1737
|
"error":{
|
1673
1738
|
"code":"DBSubnetGroupNotFoundFault",
|
1674
|
-
"httpStatusCode":
|
1739
|
+
"httpStatusCode":404,
|
1675
1740
|
"senderFault":true
|
1676
1741
|
},
|
1677
1742
|
"exception":true
|
@@ -1809,7 +1874,7 @@
|
|
1809
1874
|
"shape":"OptionGroupNotFoundFault",
|
1810
1875
|
"error":{
|
1811
1876
|
"code":"OptionGroupNotFoundFault",
|
1812
|
-
"httpStatusCode":
|
1877
|
+
"httpStatusCode":404,
|
1813
1878
|
"senderFault":true
|
1814
1879
|
},
|
1815
1880
|
"exception":true
|
@@ -2106,7 +2171,7 @@
|
|
2106
2171
|
"shape":"DBSubnetGroupNotFoundFault",
|
2107
2172
|
"error":{
|
2108
2173
|
"code":"DBSubnetGroupNotFoundFault",
|
2109
|
-
"httpStatusCode":
|
2174
|
+
"httpStatusCode":404,
|
2110
2175
|
"senderFault":true
|
2111
2176
|
},
|
2112
2177
|
"exception":true
|
@@ -2142,7 +2207,7 @@
|
|
2142
2207
|
"shape":"OptionGroupNotFoundFault",
|
2143
2208
|
"error":{
|
2144
2209
|
"code":"OptionGroupNotFoundFault",
|
2145
|
-
"httpStatusCode":
|
2210
|
+
"httpStatusCode":404,
|
2146
2211
|
"senderFault":true
|
2147
2212
|
},
|
2148
2213
|
"exception":true
|
@@ -2164,6 +2229,15 @@
|
|
2164
2229
|
"senderFault":true
|
2165
2230
|
},
|
2166
2231
|
"exception":true
|
2232
|
+
},
|
2233
|
+
{
|
2234
|
+
"shape":"KMSKeyNotAccessibleFault",
|
2235
|
+
"error":{
|
2236
|
+
"code":"KMSKeyNotAccessibleFault",
|
2237
|
+
"httpStatusCode":400,
|
2238
|
+
"senderFault":true
|
2239
|
+
},
|
2240
|
+
"exception":true
|
2167
2241
|
}
|
2168
2242
|
]
|
2169
2243
|
},
|
@@ -2265,7 +2339,7 @@
|
|
2265
2339
|
"shape":"DBSubnetGroupNotFoundFault",
|
2266
2340
|
"error":{
|
2267
2341
|
"code":"DBSubnetGroupNotFoundFault",
|
2268
|
-
"httpStatusCode":
|
2342
|
+
"httpStatusCode":404,
|
2269
2343
|
"senderFault":true
|
2270
2344
|
},
|
2271
2345
|
"exception":true
|
@@ -2301,7 +2375,7 @@
|
|
2301
2375
|
"shape":"OptionGroupNotFoundFault",
|
2302
2376
|
"error":{
|
2303
2377
|
"code":"OptionGroupNotFoundFault",
|
2304
|
-
"httpStatusCode":
|
2378
|
+
"httpStatusCode":404,
|
2305
2379
|
"senderFault":true
|
2306
2380
|
},
|
2307
2381
|
"exception":true
|
@@ -2323,6 +2397,15 @@
|
|
2323
2397
|
"senderFault":true
|
2324
2398
|
},
|
2325
2399
|
"exception":true
|
2400
|
+
},
|
2401
|
+
{
|
2402
|
+
"shape":"KMSKeyNotAccessibleFault",
|
2403
|
+
"error":{
|
2404
|
+
"code":"KMSKeyNotAccessibleFault",
|
2405
|
+
"httpStatusCode":400,
|
2406
|
+
"senderFault":true
|
2407
|
+
},
|
2408
|
+
"exception":true
|
2326
2409
|
}
|
2327
2410
|
]
|
2328
2411
|
},
|
@@ -2399,6 +2482,19 @@
|
|
2399
2482
|
"pending-reboot"
|
2400
2483
|
]
|
2401
2484
|
},
|
2485
|
+
"ApplyPendingMaintenanceActionMessage":{
|
2486
|
+
"type":"structure",
|
2487
|
+
"required":[
|
2488
|
+
"ResourceIdentifier",
|
2489
|
+
"ApplyAction",
|
2490
|
+
"OptInType"
|
2491
|
+
],
|
2492
|
+
"members":{
|
2493
|
+
"ResourceIdentifier":{"shape":"String"},
|
2494
|
+
"ApplyAction":{"shape":"String"},
|
2495
|
+
"OptInType":{"shape":"String"}
|
2496
|
+
}
|
2497
|
+
},
|
2402
2498
|
"AuthorizationAlreadyExistsFault":{
|
2403
2499
|
"type":"structure",
|
2404
2500
|
"members":{
|
@@ -2544,7 +2640,9 @@
|
|
2544
2640
|
"Tags":{"shape":"TagList"},
|
2545
2641
|
"StorageType":{"shape":"String"},
|
2546
2642
|
"TdeCredentialArn":{"shape":"String"},
|
2547
|
-
"TdeCredentialPassword":{"shape":"String"}
|
2643
|
+
"TdeCredentialPassword":{"shape":"String"},
|
2644
|
+
"StorageEncrypted":{"shape":"BooleanOptional"},
|
2645
|
+
"KmsKeyId":{"shape":"String"}
|
2548
2646
|
}
|
2549
2647
|
},
|
2550
2648
|
"CreateDBInstanceReadReplicaMessage":{
|
@@ -2713,7 +2811,10 @@
|
|
2713
2811
|
"PubliclyAccessible":{"shape":"Boolean"},
|
2714
2812
|
"StatusInfos":{"shape":"DBInstanceStatusInfoList"},
|
2715
2813
|
"StorageType":{"shape":"String"},
|
2716
|
-
"TdeCredentialArn":{"shape":"String"}
|
2814
|
+
"TdeCredentialArn":{"shape":"String"},
|
2815
|
+
"StorageEncrypted":{"shape":"Boolean"},
|
2816
|
+
"KmsKeyId":{"shape":"String"},
|
2817
|
+
"DbiResourceId":{"shape":"String"}
|
2717
2818
|
},
|
2718
2819
|
"wrapper":true
|
2719
2820
|
},
|
@@ -2965,7 +3066,9 @@
|
|
2965
3066
|
"PercentProgress":{"shape":"Integer"},
|
2966
3067
|
"SourceRegion":{"shape":"String"},
|
2967
3068
|
"StorageType":{"shape":"String"},
|
2968
|
-
"TdeCredentialArn":{"shape":"String"}
|
3069
|
+
"TdeCredentialArn":{"shape":"String"},
|
3070
|
+
"Encrypted":{"shape":"Boolean"},
|
3071
|
+
"KmsKeyId":{"shape":"String"}
|
2969
3072
|
},
|
2970
3073
|
"wrapper":true
|
2971
3074
|
},
|
@@ -3062,7 +3165,7 @@
|
|
3062
3165
|
},
|
3063
3166
|
"error":{
|
3064
3167
|
"code":"DBSubnetGroupNotFoundFault",
|
3065
|
-
"httpStatusCode":
|
3168
|
+
"httpStatusCode":404,
|
3066
3169
|
"senderFault":true
|
3067
3170
|
},
|
3068
3171
|
"exception":true
|
@@ -3340,6 +3443,15 @@
|
|
3340
3443
|
"Marker":{"shape":"String"}
|
3341
3444
|
}
|
3342
3445
|
},
|
3446
|
+
"DescribePendingMaintenanceActionsMessage":{
|
3447
|
+
"type":"structure",
|
3448
|
+
"members":{
|
3449
|
+
"ResourceIdentifier":{"shape":"String"},
|
3450
|
+
"Filters":{"shape":"FilterList"},
|
3451
|
+
"Marker":{"shape":"String"},
|
3452
|
+
"MaxRecords":{"shape":"IntegerOptional"}
|
3453
|
+
}
|
3454
|
+
},
|
3343
3455
|
"DescribeReservedDBInstancesMessage":{
|
3344
3456
|
"type":"structure",
|
3345
3457
|
"members":{
|
@@ -3710,6 +3822,17 @@
|
|
3710
3822
|
},
|
3711
3823
|
"exception":true
|
3712
3824
|
},
|
3825
|
+
"KMSKeyNotAccessibleFault":{
|
3826
|
+
"type":"structure",
|
3827
|
+
"members":{
|
3828
|
+
},
|
3829
|
+
"error":{
|
3830
|
+
"code":"KMSKeyNotAccessibleFault",
|
3831
|
+
"httpStatusCode":400,
|
3832
|
+
"senderFault":true
|
3833
|
+
},
|
3834
|
+
"exception":true
|
3835
|
+
},
|
3713
3836
|
"KeyList":{
|
3714
3837
|
"type":"list",
|
3715
3838
|
"member":{"shape":"String"}
|
@@ -3869,7 +3992,7 @@
|
|
3869
3992
|
},
|
3870
3993
|
"error":{
|
3871
3994
|
"code":"OptionGroupNotFoundFault",
|
3872
|
-
"httpStatusCode":
|
3995
|
+
"httpStatusCode":404,
|
3873
3996
|
"senderFault":true
|
3874
3997
|
},
|
3875
3998
|
"exception":true
|
@@ -4004,6 +4127,7 @@
|
|
4004
4127
|
"MultiAZCapable":{"shape":"Boolean"},
|
4005
4128
|
"ReadReplicaCapable":{"shape":"Boolean"},
|
4006
4129
|
"Vpc":{"shape":"Boolean"},
|
4130
|
+
"SupportsStorageEncryption":{"shape":"Boolean"},
|
4007
4131
|
"StorageType":{"shape":"String"},
|
4008
4132
|
"SupportsIops":{"shape":"Boolean"}
|
4009
4133
|
},
|
@@ -4045,6 +4169,37 @@
|
|
4045
4169
|
"locationName":"Parameter"
|
4046
4170
|
}
|
4047
4171
|
},
|
4172
|
+
"PendingMaintenanceAction":{
|
4173
|
+
"type":"structure",
|
4174
|
+
"members":{
|
4175
|
+
"Action":{"shape":"String"},
|
4176
|
+
"AutoAppliedAfterDate":{"shape":"TStamp"},
|
4177
|
+
"ForcedApplyDate":{"shape":"TStamp"},
|
4178
|
+
"OptInStatus":{"shape":"String"},
|
4179
|
+
"CurrentApplyDate":{"shape":"TStamp"}
|
4180
|
+
}
|
4181
|
+
},
|
4182
|
+
"PendingMaintenanceActionDetails":{
|
4183
|
+
"type":"list",
|
4184
|
+
"member":{
|
4185
|
+
"shape":"PendingMaintenanceAction",
|
4186
|
+
"locationName":"PendingMaintenanceAction"
|
4187
|
+
}
|
4188
|
+
},
|
4189
|
+
"PendingMaintenanceActions":{
|
4190
|
+
"type":"list",
|
4191
|
+
"member":{
|
4192
|
+
"shape":"ResourcePendingMaintenanceActions",
|
4193
|
+
"locationName":"ResourcePendingMaintenanceActions"
|
4194
|
+
}
|
4195
|
+
},
|
4196
|
+
"PendingMaintenanceActionsMessage":{
|
4197
|
+
"type":"structure",
|
4198
|
+
"members":{
|
4199
|
+
"PendingMaintenanceActions":{"shape":"PendingMaintenanceActions"},
|
4200
|
+
"Marker":{"shape":"String"}
|
4201
|
+
}
|
4202
|
+
},
|
4048
4203
|
"PendingModifiedValues":{
|
4049
4204
|
"type":"structure",
|
4050
4205
|
"members":{
|
@@ -4270,6 +4425,25 @@
|
|
4270
4425
|
"Parameters":{"shape":"ParametersList"}
|
4271
4426
|
}
|
4272
4427
|
},
|
4428
|
+
"ResourceNotFoundFault":{
|
4429
|
+
"type":"structure",
|
4430
|
+
"members":{
|
4431
|
+
},
|
4432
|
+
"error":{
|
4433
|
+
"code":"ResourceNotFoundFault",
|
4434
|
+
"httpStatusCode":404,
|
4435
|
+
"senderFault":true
|
4436
|
+
},
|
4437
|
+
"exception":true
|
4438
|
+
},
|
4439
|
+
"ResourcePendingMaintenanceActions":{
|
4440
|
+
"type":"structure",
|
4441
|
+
"members":{
|
4442
|
+
"ResourceIdentifier":{"shape":"String"},
|
4443
|
+
"PendingMaintenanceActionDetails":{"shape":"PendingMaintenanceActionDetails"}
|
4444
|
+
},
|
4445
|
+
"wrapper":true
|
4446
|
+
},
|
4273
4447
|
"RestoreDBInstanceFromDBSnapshotMessage":{
|
4274
4448
|
"type":"structure",
|
4275
4449
|
"required":[
|
@@ -4552,6 +4726,12 @@
|
|
4552
4726
|
"EventSubscription":{"shape":"EventSubscription"}
|
4553
4727
|
}
|
4554
4728
|
},
|
4729
|
+
"ApplyPendingMaintenanceActionResult":{
|
4730
|
+
"type":"structure",
|
4731
|
+
"members":{
|
4732
|
+
"ResourcePendingMaintenanceActions":{"shape":"ResourcePendingMaintenanceActions"}
|
4733
|
+
}
|
4734
|
+
},
|
4555
4735
|
"AuthorizeDBSecurityGroupIngressResult":{
|
4556
4736
|
"type":"structure",
|
4557
4737
|
"members":{
|