aws-sdk-core 2.11.404 → 2.11.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
  3. data/apis/appconfig/2019-10-09/api-2.json +1391 -0
  4. data/apis/appconfig/2019-10-09/examples-1.json +5 -0
  5. data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
  6. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  7. data/apis/application-insights/2018-11-25/api-2.json +432 -12
  8. data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
  9. data/apis/athena/2017-05-18/api-2.json +5 -1
  10. data/apis/ce/2017-10-25/api-2.json +248 -2
  11. data/apis/codebuild/2016-10-06/api-2.json +444 -1
  12. data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
  13. data/apis/comprehend/2017-11-27/api-2.json +265 -0
  14. data/apis/dlm/2018-01-12/api-2.json +15 -6
  15. data/apis/ec2/2016-11-15/api-2.json +77 -0
  16. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
  17. data/apis/greengrass/2017-06-07/api-2.json +21 -3
  18. data/apis/iot/2015-05-28/api-2.json +909 -20
  19. data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
  20. data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
  21. data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
  22. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
  23. data/apis/kms/2014-11-01/api-2.json +315 -8
  24. data/apis/lambda/2015-03-31/api-2.json +336 -10
  25. data/apis/lambda/2015-03-31/paginators-1.json +6 -0
  26. data/apis/lambda/2015-03-31/waiters-2.json +52 -0
  27. data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
  28. data/apis/medialive/2017-10-14/api-2.json +1696 -106
  29. data/apis/medialive/2017-10-14/paginators-1.json +12 -0
  30. data/apis/medialive/2017-10-14/waiters-2.json +106 -0
  31. data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
  32. data/apis/monitoring/2010-08-01/api-2.json +341 -0
  33. data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
  34. data/apis/ram/2018-01-04/api-2.json +253 -2
  35. data/apis/rds/2014-10-31/api-2.json +2 -1
  36. data/apis/redshift/2012-12-01/api-2.json +273 -5
  37. data/apis/redshift/2012-12-01/paginators-1.json +6 -0
  38. data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
  39. data/apis/sesv2/2019-09-27/api-2.json +274 -5
  40. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  41. data/apis/ssm/2014-11-06/api-2.json +46 -7
  42. data/apis/wafv2/2019-07-29/api-2.json +2418 -0
  43. data/apis/wafv2/2019-07-29/examples-1.json +5 -0
  44. data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
  45. data/apis/wafv2/2019-07-29/smoke.json +21 -0
  46. data/endpoints.json +2 -0
  47. data/lib/aws-sdk-core.rb +3 -0
  48. data/lib/aws-sdk-core/appconfig.rb +6 -0
  49. data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
  50. data/lib/aws-sdk-core/version.rb +1 -1
  51. data/lib/aws-sdk-core/wafv2.rb +6 -0
  52. data/service-models.json +12 -0
  53. metadata +15 -2
@@ -133,6 +133,8 @@
133
133
  {"shape":"DisabledException"},
134
134
  {"shape":"InvalidCiphertextException"},
135
135
  {"shape":"KeyUnavailableException"},
136
+ {"shape":"IncorrectKeyException"},
137
+ {"shape":"InvalidKeyUsageException"},
136
138
  {"shape":"DependencyTimeoutException"},
137
139
  {"shape":"InvalidGrantTokenException"},
138
140
  {"shape":"KMSInternalException"},
@@ -329,6 +331,44 @@
329
331
  {"shape":"KMSInvalidStateException"}
330
332
  ]
331
333
  },
334
+ "GenerateDataKeyPair":{
335
+ "name":"GenerateDataKeyPair",
336
+ "http":{
337
+ "method":"POST",
338
+ "requestUri":"/"
339
+ },
340
+ "input":{"shape":"GenerateDataKeyPairRequest"},
341
+ "output":{"shape":"GenerateDataKeyPairResponse"},
342
+ "errors":[
343
+ {"shape":"NotFoundException"},
344
+ {"shape":"DisabledException"},
345
+ {"shape":"KeyUnavailableException"},
346
+ {"shape":"DependencyTimeoutException"},
347
+ {"shape":"InvalidKeyUsageException"},
348
+ {"shape":"InvalidGrantTokenException"},
349
+ {"shape":"KMSInternalException"},
350
+ {"shape":"KMSInvalidStateException"}
351
+ ]
352
+ },
353
+ "GenerateDataKeyPairWithoutPlaintext":{
354
+ "name":"GenerateDataKeyPairWithoutPlaintext",
355
+ "http":{
356
+ "method":"POST",
357
+ "requestUri":"/"
358
+ },
359
+ "input":{"shape":"GenerateDataKeyPairWithoutPlaintextRequest"},
360
+ "output":{"shape":"GenerateDataKeyPairWithoutPlaintextResponse"},
361
+ "errors":[
362
+ {"shape":"NotFoundException"},
363
+ {"shape":"DisabledException"},
364
+ {"shape":"KeyUnavailableException"},
365
+ {"shape":"DependencyTimeoutException"},
366
+ {"shape":"InvalidKeyUsageException"},
367
+ {"shape":"InvalidGrantTokenException"},
368
+ {"shape":"KMSInternalException"},
369
+ {"shape":"KMSInvalidStateException"}
370
+ ]
371
+ },
332
372
  "GenerateDataKeyWithoutPlaintext":{
333
373
  "name":"GenerateDataKeyWithoutPlaintext",
334
374
  "http":{
@@ -413,6 +453,27 @@
413
453
  {"shape":"KMSInvalidStateException"}
414
454
  ]
415
455
  },
456
+ "GetPublicKey":{
457
+ "name":"GetPublicKey",
458
+ "http":{
459
+ "method":"POST",
460
+ "requestUri":"/"
461
+ },
462
+ "input":{"shape":"GetPublicKeyRequest"},
463
+ "output":{"shape":"GetPublicKeyResponse"},
464
+ "errors":[
465
+ {"shape":"NotFoundException"},
466
+ {"shape":"DisabledException"},
467
+ {"shape":"KeyUnavailableException"},
468
+ {"shape":"DependencyTimeoutException"},
469
+ {"shape":"UnsupportedOperationException"},
470
+ {"shape":"InvalidArnException"},
471
+ {"shape":"InvalidGrantTokenException"},
472
+ {"shape":"InvalidKeyUsageException"},
473
+ {"shape":"KMSInternalException"},
474
+ {"shape":"KMSInvalidStateException"}
475
+ ]
476
+ },
416
477
  "ImportKeyMaterial":{
417
478
  "name":"ImportKeyMaterial",
418
479
  "http":{
@@ -559,6 +620,7 @@
559
620
  {"shape":"DisabledException"},
560
621
  {"shape":"InvalidCiphertextException"},
561
622
  {"shape":"KeyUnavailableException"},
623
+ {"shape":"IncorrectKeyException"},
562
624
  {"shape":"DependencyTimeoutException"},
563
625
  {"shape":"InvalidKeyUsageException"},
564
626
  {"shape":"InvalidGrantTokenException"},
@@ -615,6 +677,24 @@
615
677
  {"shape":"KMSInvalidStateException"}
616
678
  ]
617
679
  },
680
+ "Sign":{
681
+ "name":"Sign",
682
+ "http":{
683
+ "method":"POST",
684
+ "requestUri":"/"
685
+ },
686
+ "input":{"shape":"SignRequest"},
687
+ "output":{"shape":"SignResponse"},
688
+ "errors":[
689
+ {"shape":"NotFoundException"},
690
+ {"shape":"DisabledException"},
691
+ {"shape":"KeyUnavailableException"},
692
+ {"shape":"DependencyTimeoutException"},
693
+ {"shape":"InvalidKeyUsageException"},
694
+ {"shape":"InvalidGrantTokenException"},
695
+ {"shape":"KMSInternalException"}
696
+ ]
697
+ },
618
698
  "TagResource":{
619
699
  "name":"TagResource",
620
700
  "http":{
@@ -670,6 +750,7 @@
670
750
  "output":{"shape":"UpdateCustomKeyStoreResponse"},
671
751
  "errors":[
672
752
  {"shape":"CustomKeyStoreNotFoundException"},
753
+ {"shape":"CustomKeyStoreNameInUseException"},
673
754
  {"shape":"CloudHsmClusterNotFoundException"},
674
755
  {"shape":"CloudHsmClusterNotRelatedException"},
675
756
  {"shape":"CustomKeyStoreInvalidStateException"},
@@ -692,6 +773,24 @@
692
773
  {"shape":"KMSInternalException"},
693
774
  {"shape":"KMSInvalidStateException"}
694
775
  ]
776
+ },
777
+ "Verify":{
778
+ "name":"Verify",
779
+ "http":{
780
+ "method":"POST",
781
+ "requestUri":"/"
782
+ },
783
+ "input":{"shape":"VerifyRequest"},
784
+ "output":{"shape":"VerifyResponse"},
785
+ "errors":[
786
+ {"shape":"NotFoundException"},
787
+ {"shape":"DisabledException"},
788
+ {"shape":"KeyUnavailableException"},
789
+ {"shape":"DependencyTimeoutException"},
790
+ {"shape":"InvalidKeyUsageException"},
791
+ {"shape":"InvalidGrantTokenException"},
792
+ {"shape":"KMSInternalException"}
793
+ ]
695
794
  }
696
795
  },
697
796
  "shapes":{
@@ -888,6 +987,7 @@
888
987
  "Policy":{"shape":"PolicyType"},
889
988
  "Description":{"shape":"DescriptionType"},
890
989
  "KeyUsage":{"shape":"KeyUsageType"},
990
+ "CustomerMasterKeySpec":{"shape":"CustomerMasterKeySpec"},
891
991
  "Origin":{"shape":"OriginType"},
892
992
  "CustomKeyStoreId":{"shape":"CustomKeyStoreIdType"},
893
993
  "BypassPolicyLockoutSafetyCheck":{"shape":"BooleanType"},
@@ -954,6 +1054,31 @@
954
1054
  "CreationDate":{"shape":"DateType"}
955
1055
  }
956
1056
  },
1057
+ "CustomerMasterKeySpec":{
1058
+ "type":"string",
1059
+ "enum":[
1060
+ "RSA_2048",
1061
+ "RSA_3072",
1062
+ "RSA_4096",
1063
+ "ECC_NIST_P256",
1064
+ "ECC_NIST_P384",
1065
+ "ECC_NIST_P521",
1066
+ "ECC_SECG_P256K1",
1067
+ "SYMMETRIC_DEFAULT"
1068
+ ]
1069
+ },
1070
+ "DataKeyPairSpec":{
1071
+ "type":"string",
1072
+ "enum":[
1073
+ "RSA_2048",
1074
+ "RSA_3072",
1075
+ "RSA_4096",
1076
+ "ECC_NIST_P256",
1077
+ "ECC_NIST_P384",
1078
+ "ECC_NIST_P521",
1079
+ "ECC_SECG_P256K1"
1080
+ ]
1081
+ },
957
1082
  "DataKeySpec":{
958
1083
  "type":"string",
959
1084
  "enum":[
@@ -968,14 +1093,17 @@
968
1093
  "members":{
969
1094
  "CiphertextBlob":{"shape":"CiphertextType"},
970
1095
  "EncryptionContext":{"shape":"EncryptionContextType"},
971
- "GrantTokens":{"shape":"GrantTokenList"}
1096
+ "GrantTokens":{"shape":"GrantTokenList"},
1097
+ "KeyId":{"shape":"KeyIdType"},
1098
+ "EncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"}
972
1099
  }
973
1100
  },
974
1101
  "DecryptResponse":{
975
1102
  "type":"structure",
976
1103
  "members":{
977
1104
  "KeyId":{"shape":"KeyIdType"},
978
- "Plaintext":{"shape":"PlaintextType"}
1105
+ "Plaintext":{"shape":"PlaintextType"},
1106
+ "EncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"}
979
1107
  }
980
1108
  },
981
1109
  "DeleteAliasRequest":{
@@ -1105,16 +1233,30 @@
1105
1233
  "KeyId":{"shape":"KeyIdType"},
1106
1234
  "Plaintext":{"shape":"PlaintextType"},
1107
1235
  "EncryptionContext":{"shape":"EncryptionContextType"},
1108
- "GrantTokens":{"shape":"GrantTokenList"}
1236
+ "GrantTokens":{"shape":"GrantTokenList"},
1237
+ "EncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"}
1109
1238
  }
1110
1239
  },
1111
1240
  "EncryptResponse":{
1112
1241
  "type":"structure",
1113
1242
  "members":{
1114
1243
  "CiphertextBlob":{"shape":"CiphertextType"},
1115
- "KeyId":{"shape":"KeyIdType"}
1244
+ "KeyId":{"shape":"KeyIdType"},
1245
+ "EncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"}
1116
1246
  }
1117
1247
  },
1248
+ "EncryptionAlgorithmSpec":{
1249
+ "type":"string",
1250
+ "enum":[
1251
+ "SYMMETRIC_DEFAULT",
1252
+ "RSAES_OAEP_SHA_1",
1253
+ "RSAES_OAEP_SHA_256"
1254
+ ]
1255
+ },
1256
+ "EncryptionAlgorithmSpecList":{
1257
+ "type":"list",
1258
+ "member":{"shape":"EncryptionAlgorithmSpec"}
1259
+ },
1118
1260
  "EncryptionContextKey":{"type":"string"},
1119
1261
  "EncryptionContextType":{
1120
1262
  "type":"map",
@@ -1137,6 +1279,51 @@
1137
1279
  },
1138
1280
  "exception":true
1139
1281
  },
1282
+ "GenerateDataKeyPairRequest":{
1283
+ "type":"structure",
1284
+ "required":[
1285
+ "KeyId",
1286
+ "KeyPairSpec"
1287
+ ],
1288
+ "members":{
1289
+ "EncryptionContext":{"shape":"EncryptionContextType"},
1290
+ "KeyId":{"shape":"KeyIdType"},
1291
+ "KeyPairSpec":{"shape":"DataKeyPairSpec"},
1292
+ "GrantTokens":{"shape":"GrantTokenList"}
1293
+ }
1294
+ },
1295
+ "GenerateDataKeyPairResponse":{
1296
+ "type":"structure",
1297
+ "members":{
1298
+ "PrivateKeyCiphertextBlob":{"shape":"CiphertextType"},
1299
+ "PrivateKeyPlaintext":{"shape":"PlaintextType"},
1300
+ "PublicKey":{"shape":"PublicKeyType"},
1301
+ "KeyId":{"shape":"KeyIdType"},
1302
+ "KeyPairSpec":{"shape":"DataKeyPairSpec"}
1303
+ }
1304
+ },
1305
+ "GenerateDataKeyPairWithoutPlaintextRequest":{
1306
+ "type":"structure",
1307
+ "required":[
1308
+ "KeyId",
1309
+ "KeyPairSpec"
1310
+ ],
1311
+ "members":{
1312
+ "EncryptionContext":{"shape":"EncryptionContextType"},
1313
+ "KeyId":{"shape":"KeyIdType"},
1314
+ "KeyPairSpec":{"shape":"DataKeyPairSpec"},
1315
+ "GrantTokens":{"shape":"GrantTokenList"}
1316
+ }
1317
+ },
1318
+ "GenerateDataKeyPairWithoutPlaintextResponse":{
1319
+ "type":"structure",
1320
+ "members":{
1321
+ "PrivateKeyCiphertextBlob":{"shape":"CiphertextType"},
1322
+ "PublicKey":{"shape":"PublicKeyType"},
1323
+ "KeyId":{"shape":"KeyIdType"},
1324
+ "KeyPairSpec":{"shape":"DataKeyPairSpec"}
1325
+ }
1326
+ },
1140
1327
  "GenerateDataKeyRequest":{
1141
1328
  "type":"structure",
1142
1329
  "required":["KeyId"],
@@ -1239,6 +1426,25 @@
1239
1426
  "ParametersValidTo":{"shape":"DateType"}
1240
1427
  }
1241
1428
  },
1429
+ "GetPublicKeyRequest":{
1430
+ "type":"structure",
1431
+ "required":["KeyId"],
1432
+ "members":{
1433
+ "KeyId":{"shape":"KeyIdType"},
1434
+ "GrantTokens":{"shape":"GrantTokenList"}
1435
+ }
1436
+ },
1437
+ "GetPublicKeyResponse":{
1438
+ "type":"structure",
1439
+ "members":{
1440
+ "KeyId":{"shape":"KeyIdType"},
1441
+ "PublicKey":{"shape":"PublicKeyType"},
1442
+ "CustomerMasterKeySpec":{"shape":"CustomerMasterKeySpec"},
1443
+ "KeyUsage":{"shape":"KeyUsageType"},
1444
+ "EncryptionAlgorithms":{"shape":"EncryptionAlgorithmSpecList"},
1445
+ "SigningAlgorithms":{"shape":"SigningAlgorithmSpecList"}
1446
+ }
1447
+ },
1242
1448
  "GrantConstraints":{
1243
1449
  "type":"structure",
1244
1450
  "members":{
@@ -1284,9 +1490,14 @@
1284
1490
  "GenerateDataKeyWithoutPlaintext",
1285
1491
  "ReEncryptFrom",
1286
1492
  "ReEncryptTo",
1493
+ "Sign",
1494
+ "Verify",
1495
+ "GetPublicKey",
1287
1496
  "CreateGrant",
1288
1497
  "RetireGrant",
1289
- "DescribeKey"
1498
+ "DescribeKey",
1499
+ "GenerateDataKeyPair",
1500
+ "GenerateDataKeyPairWithoutPlaintext"
1290
1501
  ]
1291
1502
  },
1292
1503
  "GrantOperationList":{
@@ -1324,6 +1535,13 @@
1324
1535
  "members":{
1325
1536
  }
1326
1537
  },
1538
+ "IncorrectKeyException":{
1539
+ "type":"structure",
1540
+ "members":{
1541
+ "message":{"shape":"ErrorMessageType"}
1542
+ },
1543
+ "exception":true
1544
+ },
1327
1545
  "IncorrectKeyMaterialException":{
1328
1546
  "type":"structure",
1329
1547
  "members":{
@@ -1450,7 +1668,10 @@
1450
1668
  "CustomKeyStoreId":{"shape":"CustomKeyStoreIdType"},
1451
1669
  "CloudHsmClusterId":{"shape":"CloudHsmClusterIdType"},
1452
1670
  "ExpirationModel":{"shape":"ExpirationModelType"},
1453
- "KeyManager":{"shape":"KeyManagerType"}
1671
+ "KeyManager":{"shape":"KeyManagerType"},
1672
+ "CustomerMasterKeySpec":{"shape":"CustomerMasterKeySpec"},
1673
+ "EncryptionAlgorithms":{"shape":"EncryptionAlgorithmSpecList"},
1674
+ "SigningAlgorithms":{"shape":"SigningAlgorithmSpecList"}
1454
1675
  }
1455
1676
  },
1456
1677
  "KeyState":{
@@ -1478,7 +1699,10 @@
1478
1699
  },
1479
1700
  "KeyUsageType":{
1480
1701
  "type":"string",
1481
- "enum":["ENCRYPT_DECRYPT"]
1702
+ "enum":[
1703
+ "SIGN_VERIFY",
1704
+ "ENCRYPT_DECRYPT"
1705
+ ]
1482
1706
  },
1483
1707
  "LimitExceededException":{
1484
1708
  "type":"structure",
@@ -1596,6 +1820,13 @@
1596
1820
  "min":1,
1597
1821
  "pattern":"[\\u0020-\\u00FF]*"
1598
1822
  },
1823
+ "MessageType":{
1824
+ "type":"string",
1825
+ "enum":[
1826
+ "RAW",
1827
+ "DIGEST"
1828
+ ]
1829
+ },
1599
1830
  "NotFoundException":{
1600
1831
  "type":"structure",
1601
1832
  "members":{
@@ -1649,6 +1880,11 @@
1649
1880
  "min":1,
1650
1881
  "pattern":"^[\\w+=,.@:/-]+$"
1651
1882
  },
1883
+ "PublicKeyType":{
1884
+ "type":"blob",
1885
+ "max":8192,
1886
+ "min":1
1887
+ },
1652
1888
  "PutKeyPolicyRequest":{
1653
1889
  "type":"structure",
1654
1890
  "required":[
@@ -1672,8 +1908,11 @@
1672
1908
  "members":{
1673
1909
  "CiphertextBlob":{"shape":"CiphertextType"},
1674
1910
  "SourceEncryptionContext":{"shape":"EncryptionContextType"},
1911
+ "SourceKeyId":{"shape":"KeyIdType"},
1675
1912
  "DestinationKeyId":{"shape":"KeyIdType"},
1676
1913
  "DestinationEncryptionContext":{"shape":"EncryptionContextType"},
1914
+ "SourceEncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"},
1915
+ "DestinationEncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"},
1677
1916
  "GrantTokens":{"shape":"GrantTokenList"}
1678
1917
  }
1679
1918
  },
@@ -1682,7 +1921,9 @@
1682
1921
  "members":{
1683
1922
  "CiphertextBlob":{"shape":"CiphertextType"},
1684
1923
  "SourceKeyId":{"shape":"KeyIdType"},
1685
- "KeyId":{"shape":"KeyIdType"}
1924
+ "KeyId":{"shape":"KeyIdType"},
1925
+ "SourceEncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"},
1926
+ "DestinationEncryptionAlgorithm":{"shape":"EncryptionAlgorithmSpec"}
1686
1927
  }
1687
1928
  },
1688
1929
  "RetireGrantRequest":{
@@ -1719,6 +1960,47 @@
1719
1960
  "DeletionDate":{"shape":"DateType"}
1720
1961
  }
1721
1962
  },
1963
+ "SignRequest":{
1964
+ "type":"structure",
1965
+ "required":[
1966
+ "KeyId",
1967
+ "Message",
1968
+ "SigningAlgorithm"
1969
+ ],
1970
+ "members":{
1971
+ "KeyId":{"shape":"KeyIdType"},
1972
+ "Message":{"shape":"PlaintextType"},
1973
+ "MessageType":{"shape":"MessageType"},
1974
+ "GrantTokens":{"shape":"GrantTokenList"},
1975
+ "SigningAlgorithm":{"shape":"SigningAlgorithmSpec"}
1976
+ }
1977
+ },
1978
+ "SignResponse":{
1979
+ "type":"structure",
1980
+ "members":{
1981
+ "KeyId":{"shape":"KeyIdType"},
1982
+ "Signature":{"shape":"CiphertextType"},
1983
+ "SigningAlgorithm":{"shape":"SigningAlgorithmSpec"}
1984
+ }
1985
+ },
1986
+ "SigningAlgorithmSpec":{
1987
+ "type":"string",
1988
+ "enum":[
1989
+ "RSASSA_PSS_SHA_256",
1990
+ "RSASSA_PSS_SHA_384",
1991
+ "RSASSA_PSS_SHA_512",
1992
+ "RSASSA_PKCS1_V1_5_SHA_256",
1993
+ "RSASSA_PKCS1_V1_5_SHA_384",
1994
+ "RSASSA_PKCS1_V1_5_SHA_512",
1995
+ "ECDSA_SHA_256",
1996
+ "ECDSA_SHA_384",
1997
+ "ECDSA_SHA_512"
1998
+ ]
1999
+ },
2000
+ "SigningAlgorithmSpecList":{
2001
+ "type":"list",
2002
+ "member":{"shape":"SigningAlgorithmSpec"}
2003
+ },
1722
2004
  "Tag":{
1723
2005
  "type":"structure",
1724
2006
  "required":[
@@ -1826,6 +2108,31 @@
1826
2108
  "Description":{"shape":"DescriptionType"}
1827
2109
  }
1828
2110
  },
2111
+ "VerifyRequest":{
2112
+ "type":"structure",
2113
+ "required":[
2114
+ "KeyId",
2115
+ "Message",
2116
+ "Signature",
2117
+ "SigningAlgorithm"
2118
+ ],
2119
+ "members":{
2120
+ "KeyId":{"shape":"KeyIdType"},
2121
+ "Message":{"shape":"PlaintextType"},
2122
+ "MessageType":{"shape":"MessageType"},
2123
+ "Signature":{"shape":"CiphertextType"},
2124
+ "SigningAlgorithm":{"shape":"SigningAlgorithmSpec"},
2125
+ "GrantTokens":{"shape":"GrantTokenList"}
2126
+ }
2127
+ },
2128
+ "VerifyResponse":{
2129
+ "type":"structure",
2130
+ "members":{
2131
+ "KeyId":{"shape":"KeyIdType"},
2132
+ "SignatureValid":{"shape":"BooleanType"},
2133
+ "SigningAlgorithm":{"shape":"SigningAlgorithmSpec"}
2134
+ }
2135
+ },
1829
2136
  "WrappingKeySpec":{
1830
2137
  "type":"string",
1831
2138
  "enum":["RSA_2048"]