aws-sdk-core 2.2.33 → 2.2.34

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: a9e61ba6eaae44724070f7250a69204b2bfab975
4
- data.tar.gz: 09a406a64f98367c2b496f533ecb8c3653540dcf
3
+ metadata.gz: 41ba98a563cedb23647a7f899b59bef63c69630c
4
+ data.tar.gz: 20448a1c0681d5c49e28e09df0dfb144585eec93
5
5
  SHA512:
6
- metadata.gz: 6cff54030e6ae199f4bf98383e97b3cfefe639f4dae41533560d127dc5432767dc3ac8440b51b127b013799ee743d0b31cccd6b4b136bfbc851250059b87828d
7
- data.tar.gz: af4099185a9c65aa990d6c049d57c977891d76732d70a8c499d53ffdd6157f1b145012925ee2a9fb93d2f955c425beed5a53b62a19c7ccdbf1e7f3850ec93985
6
+ metadata.gz: fc1eab663ffaa7a33424cd3ae1d7bccdab638f92e7bf7825c45c40a740a3105f9a7ab4d4c0cff8e635b92ae2a0309239bb2b6d046f34ca153f11b7b69cc0fb36
7
+ data.tar.gz: f4585b060eb80a369d242f54f624268d78dd06bcb9c638eab686bf32d5e04a5241c4f95563e99b23e774ababdcdf52bb097222a543fe4dc026c455528c8b2317
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "matcher": "error",
17
- "expected": "InvalidInstanceIDNotFound",
17
+ "expected": "InvalidInstanceID.NotFound",
18
18
  "state": "retry"
19
19
  }
20
20
  ]
@@ -153,7 +153,7 @@
153
153
  },
154
154
  {
155
155
  "matcher": "error",
156
- "expected": "InvalidAMIIDNotFound",
156
+ "expected": "InvalidAMIID.NotFound",
157
157
  "state": "retry"
158
158
  }
159
159
  ]
@@ -208,7 +208,7 @@
208
208
  },
209
209
  {
210
210
  "matcher": "error",
211
- "expected": "InvalidInstanceIDNotFound",
211
+ "expected": "InvalidInstanceID.NotFound",
212
212
  "state": "retry"
213
213
  }
214
214
  ]
@@ -226,7 +226,7 @@
226
226
  },
227
227
  {
228
228
  "matcher": "error",
229
- "expected": "InvalidInstanceIDNotFound",
229
+ "expected": "InvalidInstanceID.NotFound",
230
230
  "state": "retry"
231
231
  }
232
232
  ]
@@ -293,7 +293,7 @@
293
293
  "argument": "length(KeyPairs[].KeyName) > `0`"
294
294
  },
295
295
  {
296
- "expected": "InvalidKeyPairNotFound",
296
+ "expected": "InvalidKeyPair.NotFound",
297
297
  "matcher": "error",
298
298
  "state": "retry"
299
299
  }
@@ -331,7 +331,7 @@
331
331
  {
332
332
  "state": "retry",
333
333
  "matcher": "error",
334
- "expected": "InvalidNatGatewayIDNotFound"
334
+ "expected": "NatGatewayNotFound"
335
335
  }
336
336
  ]
337
337
  },
@@ -347,7 +347,7 @@
347
347
  "argument": "NetworkInterfaces[].Status"
348
348
  },
349
349
  {
350
- "expected": "InvalidNetworkInterfaceIDNotFound",
350
+ "expected": "InvalidNetworkInterfaceID.NotFound",
351
351
  "matcher": "error",
352
352
  "state": "failure"
353
353
  }
@@ -474,7 +474,7 @@
474
474
  },
475
475
  {
476
476
  "matcher": "error",
477
- "expected": "InvalidVolumeNotFound",
477
+ "expected": "InvalidVolume.NotFound",
478
478
  "state": "success"
479
479
  }
480
480
  ]
@@ -567,7 +567,7 @@
567
567
  },
568
568
  {
569
569
  "matcher": "error",
570
- "expected": "InvalidVpcPeeringConnectionIDNotFound",
570
+ "expected": "InvalidVpcPeeringConnectionID.NotFound",
571
571
  "state": "retry"
572
572
  }
573
573
  ]
@@ -423,7 +423,7 @@
423
423
  "errors":[
424
424
  {
425
425
  "shape":"SqlParseException",
426
- "error":{"httpStatusCode":406},
426
+ "error":{"httpStatusCode":400},
427
427
  "exception":true
428
428
  },
429
429
  {
@@ -450,6 +450,54 @@
450
450
  }
451
451
  ]
452
452
  },
453
+ "DeleteCACertificate":{
454
+ "name":"DeleteCACertificate",
455
+ "http":{
456
+ "method":"DELETE",
457
+ "requestUri":"/cacertificate/{certificateId}"
458
+ },
459
+ "input":{"shape":"DeleteCACertificateRequest"},
460
+ "output":{"shape":"DeleteCACertificateResponse"},
461
+ "errors":[
462
+ {
463
+ "shape":"InvalidRequestException",
464
+ "error":{"httpStatusCode":400},
465
+ "exception":true
466
+ },
467
+ {
468
+ "shape":"CertificateStateException",
469
+ "error":{"httpStatusCode":406},
470
+ "exception":true
471
+ },
472
+ {
473
+ "shape":"ThrottlingException",
474
+ "error":{"httpStatusCode":429},
475
+ "exception":true
476
+ },
477
+ {
478
+ "shape":"UnauthorizedException",
479
+ "error":{"httpStatusCode":401},
480
+ "exception":true
481
+ },
482
+ {
483
+ "shape":"ServiceUnavailableException",
484
+ "error":{"httpStatusCode":503},
485
+ "exception":true,
486
+ "fault":true
487
+ },
488
+ {
489
+ "shape":"InternalFailureException",
490
+ "error":{"httpStatusCode":500},
491
+ "exception":true,
492
+ "fault":true
493
+ },
494
+ {
495
+ "shape":"ResourceNotFoundException",
496
+ "error":{"httpStatusCode":404},
497
+ "exception":true
498
+ }
499
+ ]
500
+ },
453
501
  "DeleteCertificate":{
454
502
  "name":"DeleteCertificate",
455
503
  "http":{
@@ -458,19 +506,46 @@
458
506
  },
459
507
  "input":{"shape":"DeleteCertificateRequest"},
460
508
  "errors":[
509
+ {
510
+ "shape":"CertificateStateException",
511
+ "error":{"httpStatusCode":406},
512
+ "exception":true
513
+ },
461
514
  {
462
515
  "shape":"DeleteConflictException",
463
516
  "error":{"httpStatusCode":409},
464
517
  "exception":true
465
518
  },
466
519
  {
467
- "shape":"ResourceNotFoundException",
468
- "error":{"httpStatusCode":404},
520
+ "shape":"InvalidRequestException",
521
+ "error":{"httpStatusCode":400},
469
522
  "exception":true
470
523
  },
471
524
  {
472
- "shape":"CertificateStateException",
473
- "error":{"httpStatusCode":406},
525
+ "shape":"ThrottlingException",
526
+ "error":{"httpStatusCode":429},
527
+ "exception":true
528
+ },
529
+ {
530
+ "shape":"UnauthorizedException",
531
+ "error":{"httpStatusCode":401},
532
+ "exception":true
533
+ },
534
+ {
535
+ "shape":"ServiceUnavailableException",
536
+ "error":{"httpStatusCode":503},
537
+ "exception":true,
538
+ "fault":true
539
+ },
540
+ {
541
+ "shape":"InternalFailureException",
542
+ "error":{"httpStatusCode":500},
543
+ "exception":true,
544
+ "fault":true
545
+ },
546
+ {
547
+ "shape":"ResourceNotFoundException",
548
+ "error":{"httpStatusCode":404},
474
549
  "exception":true
475
550
  }
476
551
  ]
@@ -569,6 +644,39 @@
569
644
  }
570
645
  ]
571
646
  },
647
+ "DeleteRegistrationCode":{
648
+ "name":"DeleteRegistrationCode",
649
+ "http":{
650
+ "method":"DELETE",
651
+ "requestUri":"/registrationcode"
652
+ },
653
+ "input":{"shape":"DeleteRegistrationCodeRequest"},
654
+ "output":{"shape":"DeleteRegistrationCodeResponse"},
655
+ "errors":[
656
+ {
657
+ "shape":"ThrottlingException",
658
+ "error":{"httpStatusCode":429},
659
+ "exception":true
660
+ },
661
+ {
662
+ "shape":"UnauthorizedException",
663
+ "error":{"httpStatusCode":401},
664
+ "exception":true
665
+ },
666
+ {
667
+ "shape":"ServiceUnavailableException",
668
+ "error":{"httpStatusCode":503},
669
+ "exception":true,
670
+ "fault":true
671
+ },
672
+ {
673
+ "shape":"InternalFailureException",
674
+ "error":{"httpStatusCode":500},
675
+ "exception":true,
676
+ "fault":true
677
+ }
678
+ ]
679
+ },
572
680
  "DeleteThing":{
573
681
  "name":"DeleteThing",
574
682
  "http":{
@@ -644,6 +752,49 @@
644
752
  }
645
753
  ]
646
754
  },
755
+ "DescribeCACertificate":{
756
+ "name":"DescribeCACertificate",
757
+ "http":{
758
+ "method":"GET",
759
+ "requestUri":"/cacertificate/{certificateId}"
760
+ },
761
+ "input":{"shape":"DescribeCACertificateRequest"},
762
+ "output":{"shape":"DescribeCACertificateResponse"},
763
+ "errors":[
764
+ {
765
+ "shape":"InvalidRequestException",
766
+ "error":{"httpStatusCode":400},
767
+ "exception":true
768
+ },
769
+ {
770
+ "shape":"ThrottlingException",
771
+ "error":{"httpStatusCode":429},
772
+ "exception":true
773
+ },
774
+ {
775
+ "shape":"UnauthorizedException",
776
+ "error":{"httpStatusCode":401},
777
+ "exception":true
778
+ },
779
+ {
780
+ "shape":"ServiceUnavailableException",
781
+ "error":{"httpStatusCode":503},
782
+ "exception":true,
783
+ "fault":true
784
+ },
785
+ {
786
+ "shape":"InternalFailureException",
787
+ "error":{"httpStatusCode":500},
788
+ "exception":true,
789
+ "fault":true
790
+ },
791
+ {
792
+ "shape":"ResourceNotFoundException",
793
+ "error":{"httpStatusCode":404},
794
+ "exception":true
795
+ }
796
+ ]
797
+ },
647
798
  "DescribeCertificate":{
648
799
  "name":"DescribeCertificate",
649
800
  "http":{
@@ -1020,6 +1171,39 @@
1020
1171
  }
1021
1172
  ]
1022
1173
  },
1174
+ "GetRegistrationCode":{
1175
+ "name":"GetRegistrationCode",
1176
+ "http":{
1177
+ "method":"GET",
1178
+ "requestUri":"/registrationcode"
1179
+ },
1180
+ "input":{"shape":"GetRegistrationCodeRequest"},
1181
+ "output":{"shape":"GetRegistrationCodeResponse"},
1182
+ "errors":[
1183
+ {
1184
+ "shape":"ThrottlingException",
1185
+ "error":{"httpStatusCode":429},
1186
+ "exception":true
1187
+ },
1188
+ {
1189
+ "shape":"UnauthorizedException",
1190
+ "error":{"httpStatusCode":401},
1191
+ "exception":true
1192
+ },
1193
+ {
1194
+ "shape":"ServiceUnavailableException",
1195
+ "error":{"httpStatusCode":503},
1196
+ "exception":true,
1197
+ "fault":true
1198
+ },
1199
+ {
1200
+ "shape":"InternalFailureException",
1201
+ "error":{"httpStatusCode":500},
1202
+ "exception":true,
1203
+ "fault":true
1204
+ }
1205
+ ]
1206
+ },
1023
1207
  "GetTopicRule":{
1024
1208
  "name":"GetTopicRule",
1025
1209
  "http":{
@@ -1053,6 +1237,44 @@
1053
1237
  }
1054
1238
  ]
1055
1239
  },
1240
+ "ListCACertificates":{
1241
+ "name":"ListCACertificates",
1242
+ "http":{
1243
+ "method":"GET",
1244
+ "requestUri":"/cacertificates"
1245
+ },
1246
+ "input":{"shape":"ListCACertificatesRequest"},
1247
+ "output":{"shape":"ListCACertificatesResponse"},
1248
+ "errors":[
1249
+ {
1250
+ "shape":"InvalidRequestException",
1251
+ "error":{"httpStatusCode":400},
1252
+ "exception":true
1253
+ },
1254
+ {
1255
+ "shape":"ThrottlingException",
1256
+ "error":{"httpStatusCode":429},
1257
+ "exception":true
1258
+ },
1259
+ {
1260
+ "shape":"UnauthorizedException",
1261
+ "error":{"httpStatusCode":401},
1262
+ "exception":true
1263
+ },
1264
+ {
1265
+ "shape":"ServiceUnavailableException",
1266
+ "error":{"httpStatusCode":503},
1267
+ "exception":true,
1268
+ "fault":true
1269
+ },
1270
+ {
1271
+ "shape":"InternalFailureException",
1272
+ "error":{"httpStatusCode":500},
1273
+ "exception":true,
1274
+ "fault":true
1275
+ }
1276
+ ]
1277
+ },
1056
1278
  "ListCertificates":{
1057
1279
  "name":"ListCertificates",
1058
1280
  "http":{
@@ -1091,6 +1313,44 @@
1091
1313
  }
1092
1314
  ]
1093
1315
  },
1316
+ "ListCertificatesByCA":{
1317
+ "name":"ListCertificatesByCA",
1318
+ "http":{
1319
+ "method":"GET",
1320
+ "requestUri":"/certificates-by-ca/{caCertificateId}"
1321
+ },
1322
+ "input":{"shape":"ListCertificatesByCARequest"},
1323
+ "output":{"shape":"ListCertificatesByCAResponse"},
1324
+ "errors":[
1325
+ {
1326
+ "shape":"InvalidRequestException",
1327
+ "error":{"httpStatusCode":400},
1328
+ "exception":true
1329
+ },
1330
+ {
1331
+ "shape":"ThrottlingException",
1332
+ "error":{"httpStatusCode":429},
1333
+ "exception":true
1334
+ },
1335
+ {
1336
+ "shape":"UnauthorizedException",
1337
+ "error":{"httpStatusCode":401},
1338
+ "exception":true
1339
+ },
1340
+ {
1341
+ "shape":"ServiceUnavailableException",
1342
+ "error":{"httpStatusCode":503},
1343
+ "exception":true,
1344
+ "fault":true
1345
+ },
1346
+ {
1347
+ "shape":"InternalFailureException",
1348
+ "error":{"httpStatusCode":500},
1349
+ "exception":true,
1350
+ "fault":true
1351
+ }
1352
+ ]
1353
+ },
1094
1354
  "ListPolicies":{
1095
1355
  "name":"ListPolicies",
1096
1356
  "http":{
@@ -1357,6 +1617,122 @@
1357
1617
  }
1358
1618
  ]
1359
1619
  },
1620
+ "RegisterCACertificate":{
1621
+ "name":"RegisterCACertificate",
1622
+ "http":{
1623
+ "method":"POST",
1624
+ "requestUri":"/cacertificate"
1625
+ },
1626
+ "input":{"shape":"RegisterCACertificateRequest"},
1627
+ "output":{"shape":"RegisterCACertificateResponse"},
1628
+ "errors":[
1629
+ {
1630
+ "shape":"ResourceAlreadyExistsException",
1631
+ "error":{"httpStatusCode":409},
1632
+ "exception":true
1633
+ },
1634
+ {
1635
+ "shape":"RegistrationCodeValidationException",
1636
+ "error":{"httpStatusCode":400},
1637
+ "exception":true
1638
+ },
1639
+ {
1640
+ "shape":"InvalidRequestException",
1641
+ "error":{"httpStatusCode":400},
1642
+ "exception":true
1643
+ },
1644
+ {
1645
+ "shape":"CertificateValidationException",
1646
+ "error":{"httpStatusCode":400},
1647
+ "exception":true
1648
+ },
1649
+ {
1650
+ "shape":"ThrottlingException",
1651
+ "error":{"httpStatusCode":429},
1652
+ "exception":true
1653
+ },
1654
+ {
1655
+ "shape":"LimitExceededException",
1656
+ "error":{"httpStatusCode":410},
1657
+ "exception":true
1658
+ },
1659
+ {
1660
+ "shape":"UnauthorizedException",
1661
+ "error":{"httpStatusCode":401},
1662
+ "exception":true
1663
+ },
1664
+ {
1665
+ "shape":"ServiceUnavailableException",
1666
+ "error":{"httpStatusCode":503},
1667
+ "exception":true,
1668
+ "fault":true
1669
+ },
1670
+ {
1671
+ "shape":"InternalFailureException",
1672
+ "error":{"httpStatusCode":500},
1673
+ "exception":true,
1674
+ "fault":true
1675
+ }
1676
+ ]
1677
+ },
1678
+ "RegisterCertificate":{
1679
+ "name":"RegisterCertificate",
1680
+ "http":{
1681
+ "method":"POST",
1682
+ "requestUri":"/certificate/register"
1683
+ },
1684
+ "input":{"shape":"RegisterCertificateRequest"},
1685
+ "output":{"shape":"RegisterCertificateResponse"},
1686
+ "errors":[
1687
+ {
1688
+ "shape":"ResourceAlreadyExistsException",
1689
+ "error":{"httpStatusCode":409},
1690
+ "exception":true
1691
+ },
1692
+ {
1693
+ "shape":"InvalidRequestException",
1694
+ "error":{"httpStatusCode":400},
1695
+ "exception":true
1696
+ },
1697
+ {
1698
+ "shape":"CertificateValidationException",
1699
+ "error":{"httpStatusCode":400},
1700
+ "exception":true
1701
+ },
1702
+ {
1703
+ "shape":"CertificateStateException",
1704
+ "error":{"httpStatusCode":406},
1705
+ "exception":true
1706
+ },
1707
+ {
1708
+ "shape":"CertificateConflictException",
1709
+ "error":{"httpStatusCode":409},
1710
+ "exception":true
1711
+ },
1712
+ {
1713
+ "shape":"ThrottlingException",
1714
+ "error":{"httpStatusCode":429},
1715
+ "exception":true
1716
+ },
1717
+ {
1718
+ "shape":"UnauthorizedException",
1719
+ "error":{"httpStatusCode":401},
1720
+ "exception":true
1721
+ },
1722
+ {
1723
+ "shape":"ServiceUnavailableException",
1724
+ "error":{"httpStatusCode":503},
1725
+ "exception":true,
1726
+ "fault":true
1727
+ },
1728
+ {
1729
+ "shape":"InternalFailureException",
1730
+ "error":{"httpStatusCode":500},
1731
+ "exception":true,
1732
+ "fault":true
1733
+ }
1734
+ ]
1735
+ },
1360
1736
  "RejectCertificateTransfer":{
1361
1737
  "name":"RejectCertificateTransfer",
1362
1738
  "http":{
@@ -1414,7 +1790,7 @@
1414
1790
  "errors":[
1415
1791
  {
1416
1792
  "shape":"SqlParseException",
1417
- "error":{"httpStatusCode":406},
1793
+ "error":{"httpStatusCode":400},
1418
1794
  "exception":true
1419
1795
  },
1420
1796
  {
@@ -1563,6 +1939,48 @@
1563
1939
  }
1564
1940
  ]
1565
1941
  },
1942
+ "UpdateCACertificate":{
1943
+ "name":"UpdateCACertificate",
1944
+ "http":{
1945
+ "method":"PUT",
1946
+ "requestUri":"/cacertificate/{certificateId}"
1947
+ },
1948
+ "input":{"shape":"UpdateCACertificateRequest"},
1949
+ "errors":[
1950
+ {
1951
+ "shape":"ResourceNotFoundException",
1952
+ "error":{"httpStatusCode":404},
1953
+ "exception":true
1954
+ },
1955
+ {
1956
+ "shape":"InvalidRequestException",
1957
+ "error":{"httpStatusCode":400},
1958
+ "exception":true
1959
+ },
1960
+ {
1961
+ "shape":"ThrottlingException",
1962
+ "error":{"httpStatusCode":429},
1963
+ "exception":true
1964
+ },
1965
+ {
1966
+ "shape":"UnauthorizedException",
1967
+ "error":{"httpStatusCode":401},
1968
+ "exception":true
1969
+ },
1970
+ {
1971
+ "shape":"ServiceUnavailableException",
1972
+ "error":{"httpStatusCode":503},
1973
+ "exception":true,
1974
+ "fault":true
1975
+ },
1976
+ {
1977
+ "shape":"InternalFailureException",
1978
+ "error":{"httpStatusCode":500},
1979
+ "exception":true,
1980
+ "fault":true
1981
+ }
1982
+ ]
1983
+ },
1566
1984
  "UpdateCertificate":{
1567
1985
  "name":"UpdateCertificate",
1568
1986
  "http":{
@@ -1765,6 +2183,37 @@
1765
2183
  },
1766
2184
  "AwsArn":{"type":"string"},
1767
2185
  "BucketName":{"type":"string"},
2186
+ "CACertificate":{
2187
+ "type":"structure",
2188
+ "members":{
2189
+ "certificateArn":{"shape":"CertificateArn"},
2190
+ "certificateId":{"shape":"CertificateId"},
2191
+ "status":{"shape":"CACertificateStatus"},
2192
+ "creationDate":{"shape":"DateType"}
2193
+ }
2194
+ },
2195
+ "CACertificateDescription":{
2196
+ "type":"structure",
2197
+ "members":{
2198
+ "certificateArn":{"shape":"CertificateArn"},
2199
+ "certificateId":{"shape":"CertificateId"},
2200
+ "status":{"shape":"CACertificateStatus"},
2201
+ "certificatePem":{"shape":"CertificatePem"},
2202
+ "ownedBy":{"shape":"AwsAccountId"},
2203
+ "creationDate":{"shape":"DateType"}
2204
+ }
2205
+ },
2206
+ "CACertificateStatus":{
2207
+ "type":"string",
2208
+ "enum":[
2209
+ "ACTIVE",
2210
+ "INACTIVE"
2211
+ ]
2212
+ },
2213
+ "CACertificates":{
2214
+ "type":"list",
2215
+ "member":{"shape":"CACertificate"}
2216
+ },
1768
2217
  "CancelCertificateTransferRequest":{
1769
2218
  "type":"structure",
1770
2219
  "required":["certificateId"],
@@ -1786,16 +2235,27 @@
1786
2235
  }
1787
2236
  },
1788
2237
  "CertificateArn":{"type":"string"},
2238
+ "CertificateConflictException":{
2239
+ "type":"structure",
2240
+ "members":{
2241
+ "message":{"shape":"errorMessage"}
2242
+ },
2243
+ "error":{"httpStatusCode":409},
2244
+ "exception":true
2245
+ },
1789
2246
  "CertificateDescription":{
1790
2247
  "type":"structure",
1791
2248
  "members":{
1792
2249
  "certificateArn":{"shape":"CertificateArn"},
1793
2250
  "certificateId":{"shape":"CertificateId"},
2251
+ "caCertificateId":{"shape":"CertificateId"},
1794
2252
  "status":{"shape":"CertificateStatus"},
1795
2253
  "certificatePem":{"shape":"CertificatePem"},
1796
2254
  "ownedBy":{"shape":"AwsAccountId"},
2255
+ "previousOwnedBy":{"shape":"AwsAccountId"},
1797
2256
  "creationDate":{"shape":"DateType"},
1798
- "lastModifiedDate":{"shape":"DateType"}
2257
+ "lastModifiedDate":{"shape":"DateType"},
2258
+ "transferData":{"shape":"TransferData"}
1799
2259
  }
1800
2260
  },
1801
2261
  "CertificateId":{
@@ -1806,7 +2266,8 @@
1806
2266
  },
1807
2267
  "CertificatePem":{
1808
2268
  "type":"string",
1809
- "min":1
2269
+ "min":1,
2270
+ "max":65536
1810
2271
  },
1811
2272
  "CertificateSigningRequest":{
1812
2273
  "type":"string",
@@ -1826,9 +2287,18 @@
1826
2287
  "ACTIVE",
1827
2288
  "INACTIVE",
1828
2289
  "REVOKED",
1829
- "PENDING_TRANSFER"
2290
+ "PENDING_TRANSFER",
2291
+ "REGISTER_INACTIVE"
1830
2292
  ]
1831
2293
  },
2294
+ "CertificateValidationException":{
2295
+ "type":"structure",
2296
+ "members":{
2297
+ "message":{"shape":"errorMessage"}
2298
+ },
2299
+ "error":{"httpStatusCode":400},
2300
+ "exception":true
2301
+ },
1832
2302
  "Certificates":{
1833
2303
  "type":"list",
1834
2304
  "member":{"shape":"Certificate"}
@@ -1996,6 +2466,22 @@
1996
2466
  },
1997
2467
  "CreatedAtDate":{"type":"timestamp"},
1998
2468
  "DateType":{"type":"timestamp"},
2469
+ "DeleteCACertificateRequest":{
2470
+ "type":"structure",
2471
+ "required":["certificateId"],
2472
+ "members":{
2473
+ "certificateId":{
2474
+ "shape":"CertificateId",
2475
+ "location":"uri",
2476
+ "locationName":"certificateId"
2477
+ }
2478
+ }
2479
+ },
2480
+ "DeleteCACertificateResponse":{
2481
+ "type":"structure",
2482
+ "members":{
2483
+ }
2484
+ },
1999
2485
  "DeleteCertificateRequest":{
2000
2486
  "type":"structure",
2001
2487
  "required":["certificateId"],
@@ -2045,6 +2531,16 @@
2045
2531
  }
2046
2532
  }
2047
2533
  },
2534
+ "DeleteRegistrationCodeRequest":{
2535
+ "type":"structure",
2536
+ "members":{
2537
+ }
2538
+ },
2539
+ "DeleteRegistrationCodeResponse":{
2540
+ "type":"structure",
2541
+ "members":{
2542
+ }
2543
+ },
2048
2544
  "DeleteThingRequest":{
2049
2545
  "type":"structure",
2050
2546
  "required":["thingName"],
@@ -2073,6 +2569,23 @@
2073
2569
  "required":["ruleName"]
2074
2570
  },
2075
2571
  "DeliveryStreamName":{"type":"string"},
2572
+ "DescribeCACertificateRequest":{
2573
+ "type":"structure",
2574
+ "required":["certificateId"],
2575
+ "members":{
2576
+ "certificateId":{
2577
+ "shape":"CertificateId",
2578
+ "location":"uri",
2579
+ "locationName":"certificateId"
2580
+ }
2581
+ }
2582
+ },
2583
+ "DescribeCACertificateResponse":{
2584
+ "type":"structure",
2585
+ "members":{
2586
+ "certificateDescription":{"shape":"CACertificateDescription"}
2587
+ }
2588
+ },
2076
2589
  "DescribeCertificateRequest":{
2077
2590
  "type":"structure",
2078
2591
  "required":["certificateId"],
@@ -2304,6 +2817,17 @@
2304
2817
  "isDefaultVersion":{"shape":"IsDefaultVersion"}
2305
2818
  }
2306
2819
  },
2820
+ "GetRegistrationCodeRequest":{
2821
+ "type":"structure",
2822
+ "members":{
2823
+ }
2824
+ },
2825
+ "GetRegistrationCodeResponse":{
2826
+ "type":"structure",
2827
+ "members":{
2828
+ "registrationCode":{"shape":"RegistrationCode"}
2829
+ }
2830
+ },
2307
2831
  "GetTopicRuleRequest":{
2308
2832
  "type":"structure",
2309
2833
  "required":["ruleName"],
@@ -2387,6 +2911,66 @@
2387
2911
  "error":{"httpStatusCode":410},
2388
2912
  "exception":true
2389
2913
  },
2914
+ "ListCACertificatesRequest":{
2915
+ "type":"structure",
2916
+ "members":{
2917
+ "pageSize":{
2918
+ "shape":"PageSize",
2919
+ "location":"querystring",
2920
+ "locationName":"pageSize"
2921
+ },
2922
+ "marker":{
2923
+ "shape":"Marker",
2924
+ "location":"querystring",
2925
+ "locationName":"marker"
2926
+ },
2927
+ "ascendingOrder":{
2928
+ "shape":"AscendingOrder",
2929
+ "location":"querystring",
2930
+ "locationName":"isAscendingOrder"
2931
+ }
2932
+ }
2933
+ },
2934
+ "ListCACertificatesResponse":{
2935
+ "type":"structure",
2936
+ "members":{
2937
+ "certificates":{"shape":"CACertificates"},
2938
+ "nextMarker":{"shape":"Marker"}
2939
+ }
2940
+ },
2941
+ "ListCertificatesByCARequest":{
2942
+ "type":"structure",
2943
+ "required":["caCertificateId"],
2944
+ "members":{
2945
+ "caCertificateId":{
2946
+ "shape":"CertificateId",
2947
+ "location":"uri",
2948
+ "locationName":"caCertificateId"
2949
+ },
2950
+ "pageSize":{
2951
+ "shape":"PageSize",
2952
+ "location":"querystring",
2953
+ "locationName":"pageSize"
2954
+ },
2955
+ "marker":{
2956
+ "shape":"Marker",
2957
+ "location":"querystring",
2958
+ "locationName":"marker"
2959
+ },
2960
+ "ascendingOrder":{
2961
+ "shape":"AscendingOrder",
2962
+ "location":"querystring",
2963
+ "locationName":"isAscendingOrder"
2964
+ }
2965
+ }
2966
+ },
2967
+ "ListCertificatesByCAResponse":{
2968
+ "type":"structure",
2969
+ "members":{
2970
+ "certificates":{"shape":"Certificates"},
2971
+ "nextMarker":{"shape":"Marker"}
2972
+ }
2973
+ },
2390
2974
  "ListCertificatesRequest":{
2391
2975
  "type":"structure",
2392
2976
  "members":{
@@ -2632,6 +3216,10 @@
2632
3216
  "min":1,
2633
3217
  "max":10000
2634
3218
  },
3219
+ "Message":{
3220
+ "type":"string",
3221
+ "max":128
3222
+ },
2635
3223
  "MessageFormat":{
2636
3224
  "type":"string",
2637
3225
  "enum":[
@@ -2705,6 +3293,63 @@
2705
3293
  "QueueUrl":{"type":"string"},
2706
3294
  "RangeKeyField":{"type":"string"},
2707
3295
  "RangeKeyValue":{"type":"string"},
3296
+ "RegisterCACertificateRequest":{
3297
+ "type":"structure",
3298
+ "required":[
3299
+ "caCertificate",
3300
+ "verificationCertificate"
3301
+ ],
3302
+ "members":{
3303
+ "caCertificate":{"shape":"CertificatePem"},
3304
+ "verificationCertificate":{"shape":"CertificatePem"},
3305
+ "setAsActive":{
3306
+ "shape":"SetAsActive",
3307
+ "location":"querystring",
3308
+ "locationName":"setAsActive"
3309
+ }
3310
+ }
3311
+ },
3312
+ "RegisterCACertificateResponse":{
3313
+ "type":"structure",
3314
+ "members":{
3315
+ "certificateArn":{"shape":"CertificateArn"},
3316
+ "certificateId":{"shape":"CertificateId"}
3317
+ }
3318
+ },
3319
+ "RegisterCertificateRequest":{
3320
+ "type":"structure",
3321
+ "required":["certificatePem"],
3322
+ "members":{
3323
+ "certificatePem":{"shape":"CertificatePem"},
3324
+ "caCertificatePem":{"shape":"CertificatePem"},
3325
+ "setAsActive":{
3326
+ "shape":"SetAsActive",
3327
+ "location":"querystring",
3328
+ "locationName":"setAsActive"
3329
+ }
3330
+ }
3331
+ },
3332
+ "RegisterCertificateResponse":{
3333
+ "type":"structure",
3334
+ "members":{
3335
+ "certificateArn":{"shape":"CertificateArn"},
3336
+ "certificateId":{"shape":"CertificateId"}
3337
+ }
3338
+ },
3339
+ "RegistrationCode":{
3340
+ "type":"string",
3341
+ "min":64,
3342
+ "max":64,
3343
+ "pattern":"(0x)?[a-fA-F0-9]+"
3344
+ },
3345
+ "RegistrationCodeValidationException":{
3346
+ "type":"structure",
3347
+ "members":{
3348
+ "message":{"shape":"errorMessage"}
3349
+ },
3350
+ "error":{"httpStatusCode":400},
3351
+ "exception":true
3352
+ },
2708
3353
  "RejectCertificateTransferRequest":{
2709
3354
  "type":"structure",
2710
3355
  "required":["certificateId"],
@@ -2713,7 +3358,8 @@
2713
3358
  "shape":"CertificateId",
2714
3359
  "location":"uri",
2715
3360
  "locationName":"certificateId"
2716
- }
3361
+ },
3362
+ "rejectReason":{"shape":"Message"}
2717
3363
  }
2718
3364
  },
2719
3365
  "ReplaceTopicRuleRequest":{
@@ -2835,7 +3481,7 @@
2835
3481
  "members":{
2836
3482
  "message":{"shape":"errorMessage"}
2837
3483
  },
2838
- "error":{"httpStatusCode":406},
3484
+ "error":{"httpStatusCode":400},
2839
3485
  "exception":true
2840
3486
  },
2841
3487
  "SqsAction":{
@@ -2948,7 +3594,8 @@
2948
3594
  "shape":"AwsAccountId",
2949
3595
  "location":"querystring",
2950
3596
  "locationName":"targetAwsAccount"
2951
- }
3597
+ },
3598
+ "transferMessage":{"shape":"Message"}
2952
3599
  }
2953
3600
  },
2954
3601
  "TransferCertificateResponse":{
@@ -2965,6 +3612,16 @@
2965
3612
  "error":{"httpStatusCode":409},
2966
3613
  "exception":true
2967
3614
  },
3615
+ "TransferData":{
3616
+ "type":"structure",
3617
+ "members":{
3618
+ "transferMessage":{"shape":"Message"},
3619
+ "rejectReason":{"shape":"Message"},
3620
+ "transferDate":{"shape":"DateType"},
3621
+ "acceptDate":{"shape":"DateType"},
3622
+ "rejectDate":{"shape":"DateType"}
3623
+ }
3624
+ },
2968
3625
  "UnauthorizedException":{
2969
3626
  "type":"structure",
2970
3627
  "members":{
@@ -2973,6 +3630,25 @@
2973
3630
  "error":{"httpStatusCode":401},
2974
3631
  "exception":true
2975
3632
  },
3633
+ "UpdateCACertificateRequest":{
3634
+ "type":"structure",
3635
+ "required":[
3636
+ "certificateId",
3637
+ "newStatus"
3638
+ ],
3639
+ "members":{
3640
+ "certificateId":{
3641
+ "shape":"CertificateId",
3642
+ "location":"uri",
3643
+ "locationName":"certificateId"
3644
+ },
3645
+ "newStatus":{
3646
+ "shape":"CACertificateStatus",
3647
+ "location":"querystring",
3648
+ "locationName":"newStatus"
3649
+ }
3650
+ }
3651
+ },
2976
3652
  "UpdateCertificateRequest":{
2977
3653
  "type":"structure",
2978
3654
  "required":[
@@ -40,7 +40,7 @@ module Aws
40
40
 
41
41
  def oj_engine
42
42
  require 'oj'
43
- [Oj, [{mode: :compat, symbol_keys: false}], [{ mode: :compat }], Oj::ParseError]
43
+ [Oj, [{mode: :compat, symbol_keys: false}], [{ mode: :compat }], oj_parse_error]
44
44
  rescue LoadError
45
45
  false
46
46
  end
@@ -49,6 +49,14 @@ module Aws
49
49
  [JSON, [], [], JSON::ParserError]
50
50
  end
51
51
 
52
+ def oj_parse_error
53
+ if Oj.const_defined?('ParseError')
54
+ Oj::ParseError
55
+ else
56
+ SyntaxError
57
+ end
58
+ end
59
+
52
60
  end
53
61
 
54
62
  # @api private
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.33'
2
+ VERSION = '2.2.34'
3
3
  end
@@ -91,7 +91,7 @@ module Aws
91
91
 
92
92
  def matches_error?(acceptor, response)
93
93
  Aws::Errors::ServiceError === response.error &&
94
- response.error.code == acceptor['expected']
94
+ response.error.code == acceptor['expected'].gsub('.', '')
95
95
  end
96
96
 
97
97
  def path(acceptor)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.33
4
+ version: 2.2.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-07 00:00:00.000000000 Z
11
+ date: 2016-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath