{ "opencollection": "1.0.0", "info": { "name": "Amazon KMS Cryptographic Operations API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cryptographic Operations", "type": "folder" }, "items": [ { "info": { "name": "Amazon KMS Encrypt", "type": "http" }, "http": { "method": "POST", "url": "https://kms.us-east-1.amazonaws.com/keys/:KeyId/encrypt", "params": [ { "name": "KeyId", "value": "", "type": "path", "description": "Identifies the KMS key." } ] }, "docs": "Encrypts plaintext of up to 4,096 bytes using a KMS key." }, { "info": { "name": "Amazon KMS Decrypt", "type": "http" }, "http": { "method": "POST", "url": "https://kms.us-east-1.amazonaws.com/decrypt" }, "docs": "Decrypts ciphertext that was encrypted by a KMS key." }, { "info": { "name": "Amazon KMS Generate Data Key", "type": "http" }, "http": { "method": "POST", "url": "https://kms.us-east-1.amazonaws.com/keys/:KeyId/data-key", "params": [ { "name": "KeyId", "value": "", "type": "path", "description": "Identifies the KMS key." } ] }, "docs": "Returns a unique symmetric data key for use outside of KMS." }, { "info": { "name": "Amazon KMS Sign", "type": "http" }, "http": { "method": "POST", "url": "https://kms.us-east-1.amazonaws.com/keys/:KeyId/sign", "params": [ { "name": "KeyId", "value": "", "type": "path", "description": "Identifies the KMS key." } ] }, "docs": "Creates a digital signature for a message or message digest using an asymmetric KMS key." }, { "info": { "name": "Amazon KMS Verify", "type": "http" }, "http": { "method": "POST", "url": "https://kms.us-east-1.amazonaws.com/keys/:KeyId/verify", "params": [ { "name": "KeyId", "value": "", "type": "path", "description": "Identifies the KMS key." } ] }, "docs": "Verifies a digital signature that was generated by the Sign operation." } ] } ], "bundled": true }