@aws-sdk/client-kms 3.35.0 → 3.36.0
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.
- package/CHANGELOG.md +14 -0
- package/README.md +8 -7
- package/dist-cjs/KMS.js +8 -8
- package/dist-cjs/KMSClient.js +8 -8
- package/dist-cjs/commands/CancelKeyDeletionCommand.js +6 -5
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +3 -4
- package/dist-cjs/commands/CreateAliasCommand.js +11 -8
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +0 -1
- package/dist-cjs/commands/CreateGrantCommand.js +14 -12
- package/dist-cjs/commands/CreateKeyCommand.js +16 -15
- package/dist-cjs/commands/DecryptCommand.js +24 -22
- package/dist-cjs/commands/DeleteAliasCommand.js +11 -8
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +10 -12
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +5 -7
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +4 -5
- package/dist-cjs/commands/DescribeKeyCommand.js +12 -11
- package/dist-cjs/commands/DisableKeyCommand.js +5 -5
- package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -2
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +6 -5
- package/dist-cjs/commands/EnableKeyCommand.js +4 -3
- package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -2
- package/dist-cjs/commands/EncryptCommand.js +14 -13
- package/dist-cjs/commands/GenerateDataKeyCommand.js +15 -13
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js +15 -14
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +16 -14
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +11 -10
- package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
- package/dist-cjs/commands/GetKeyPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
- package/dist-cjs/commands/GetParametersForImportCommand.js +7 -9
- package/dist-cjs/commands/GetPublicKeyCommand.js +7 -6
- package/dist-cjs/commands/ImportKeyMaterialCommand.js +13 -14
- package/dist-cjs/commands/ListAliasesCommand.js +13 -11
- package/dist-cjs/commands/ListGrantsCommand.js +2 -3
- package/dist-cjs/commands/ListKeyPoliciesCommand.js +3 -4
- package/dist-cjs/commands/ListKeysCommand.js +1 -3
- package/dist-cjs/commands/ListResourceTagsCommand.js +0 -1
- package/dist-cjs/commands/ListRetirableGrantsCommand.js +7 -7
- package/dist-cjs/commands/PutKeyPolicyCommand.js +0 -1
- package/dist-cjs/commands/ReEncryptCommand.js +33 -28
- package/dist-cjs/commands/ReplicateKeyCommand.js +5 -6
- package/dist-cjs/commands/RetireGrantCommand.js +7 -6
- package/dist-cjs/commands/RevokeGrantCommand.js +1 -3
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +19 -16
- package/dist-cjs/commands/SignCommand.js +10 -10
- package/dist-cjs/commands/TagResourceCommand.js +6 -5
- package/dist-cjs/commands/UntagResourceCommand.js +3 -4
- package/dist-cjs/commands/UpdateAliasCommand.js +15 -12
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +17 -18
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +3 -4
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +1 -2
- package/dist-cjs/commands/VerifyCommand.js +5 -6
- package/dist-cjs/endpoints.js +0 -1
- package/dist-cjs/index.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAliasesPaginator.js +0 -1
- package/dist-cjs/pagination/ListGrantsPaginator.js +0 -1
- package/dist-cjs/pagination/ListKeyPoliciesPaginator.js +0 -1
- package/dist-cjs/pagination/ListKeysPaginator.js +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js +0 -1
- package/dist-cjs/runtimeConfig.browser.js +2 -3
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-cjs/runtimeConfig.native.js +0 -1
- package/dist-cjs/runtimeConfig.shared.js +0 -1
- package/dist-es/KMS.js +0 -1
- package/dist-es/KMSClient.js +0 -1
- package/dist-es/commands/CancelKeyDeletionCommand.js +0 -1
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js +0 -1
- package/dist-es/commands/CreateAliasCommand.js +0 -1
- package/dist-es/commands/CreateCustomKeyStoreCommand.js +0 -1
- package/dist-es/commands/CreateGrantCommand.js +0 -1
- package/dist-es/commands/CreateKeyCommand.js +0 -1
- package/dist-es/commands/DecryptCommand.js +0 -1
- package/dist-es/commands/DeleteAliasCommand.js +0 -1
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js +0 -1
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +0 -1
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js +0 -1
- package/dist-es/commands/DescribeKeyCommand.js +0 -1
- package/dist-es/commands/DisableKeyCommand.js +0 -1
- package/dist-es/commands/DisableKeyRotationCommand.js +0 -1
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +0 -1
- package/dist-es/commands/EnableKeyCommand.js +0 -1
- package/dist-es/commands/EnableKeyRotationCommand.js +0 -1
- package/dist-es/commands/EncryptCommand.js +0 -1
- package/dist-es/commands/GenerateDataKeyCommand.js +0 -1
- package/dist-es/commands/GenerateDataKeyPairCommand.js +0 -1
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +0 -1
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +0 -1
- package/dist-es/commands/GenerateRandomCommand.js +0 -1
- package/dist-es/commands/GetKeyPolicyCommand.js +0 -1
- package/dist-es/commands/GetKeyRotationStatusCommand.js +0 -1
- package/dist-es/commands/GetParametersForImportCommand.js +0 -1
- package/dist-es/commands/GetPublicKeyCommand.js +0 -1
- package/dist-es/commands/ImportKeyMaterialCommand.js +0 -1
- package/dist-es/commands/ListAliasesCommand.js +0 -1
- package/dist-es/commands/ListGrantsCommand.js +0 -1
- package/dist-es/commands/ListKeyPoliciesCommand.js +0 -1
- package/dist-es/commands/ListKeysCommand.js +0 -1
- package/dist-es/commands/ListResourceTagsCommand.js +0 -1
- package/dist-es/commands/ListRetirableGrantsCommand.js +0 -1
- package/dist-es/commands/PutKeyPolicyCommand.js +0 -1
- package/dist-es/commands/ReEncryptCommand.js +0 -1
- package/dist-es/commands/ReplicateKeyCommand.js +0 -1
- package/dist-es/commands/RetireGrantCommand.js +0 -1
- package/dist-es/commands/RevokeGrantCommand.js +0 -1
- package/dist-es/commands/ScheduleKeyDeletionCommand.js +0 -1
- package/dist-es/commands/SignCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateAliasCommand.js +0 -1
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js +0 -1
- package/dist-es/commands/UpdateKeyDescriptionCommand.js +0 -1
- package/dist-es/commands/UpdatePrimaryRegionCommand.js +0 -1
- package/dist-es/commands/VerifyCommand.js +0 -1
- package/dist-es/endpoints.js +0 -1
- package/dist-es/index.js +0 -1
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAliasesPaginator.js +0 -1
- package/dist-es/pagination/ListGrantsPaginator.js +0 -1
- package/dist-es/pagination/ListKeyPoliciesPaginator.js +0 -1
- package/dist-es/pagination/ListKeysPaginator.js +0 -1
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/KMS.d.ts +396 -334
- package/dist-types/KMSClient.d.ts +8 -7
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -4
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/commands/CreateAliasCommand.d.ts +11 -7
- package/dist-types/commands/CreateGrantCommand.d.ts +14 -11
- package/dist-types/commands/CreateKeyCommand.d.ts +16 -14
- package/dist-types/commands/DecryptCommand.d.ts +24 -21
- package/dist-types/commands/DeleteAliasCommand.d.ts +11 -7
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +10 -11
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +5 -6
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +4 -4
- package/dist-types/commands/DescribeKeyCommand.d.ts +12 -10
- package/dist-types/commands/DisableKeyCommand.d.ts +5 -4
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/commands/EnableKeyCommand.d.ts +4 -2
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +2 -1
- package/dist-types/commands/EncryptCommand.d.ts +14 -12
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +15 -12
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +15 -13
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -13
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +11 -9
- package/dist-types/commands/GenerateRandomCommand.d.ts +2 -1
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetParametersForImportCommand.d.ts +7 -8
- package/dist-types/commands/GetPublicKeyCommand.d.ts +7 -5
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +13 -13
- package/dist-types/commands/ListAliasesCommand.d.ts +13 -10
- package/dist-types/commands/ListGrantsCommand.d.ts +2 -2
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/ListKeysCommand.d.ts +1 -2
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +7 -6
- package/dist-types/commands/ReEncryptCommand.d.ts +33 -27
- package/dist-types/commands/ReplicateKeyCommand.d.ts +5 -5
- package/dist-types/commands/RetireGrantCommand.d.ts +7 -5
- package/dist-types/commands/RevokeGrantCommand.d.ts +1 -2
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +19 -15
- package/dist-types/commands/SignCommand.d.ts +10 -9
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAliasCommand.d.ts +15 -11
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +17 -17
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +1 -1
- package/dist-types/commands/VerifyCommand.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +296 -249
- package/dist-types/ts3.4/KMS.d.ts +396 -334
- package/dist-types/ts3.4/KMSClient.d.ts +8 -7
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +11 -7
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +14 -11
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +16 -14
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +24 -21
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +11 -7
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +10 -11
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +5 -6
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +12 -10
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +5 -4
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +14 -12
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +15 -12
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +15 -13
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -13
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +11 -9
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +7 -8
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +13 -13
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +13 -10
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +7 -6
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +33 -27
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +5 -5
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +19 -15
- package/dist-types/ts3.4/commands/SignCommand.d.ts +10 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +15 -11
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +17 -17
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +5 -5
- package/dist-types/ts3.4/models/models_0.d.ts +296 -249
- package/package.json +33 -30
- package/dist-cjs/KMS.js.map +0 -1
- package/dist-cjs/KMSClient.js.map +0 -1
- package/dist-cjs/commands/CancelKeyDeletionCommand.js.map +0 -1
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
- package/dist-cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGrantCommand.js.map +0 -1
- package/dist-cjs/commands/CreateKeyCommand.js.map +0 -1
- package/dist-cjs/commands/DecryptCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAliasCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeKeyCommand.js.map +0 -1
- package/dist-cjs/commands/DisableKeyCommand.js.map +0 -1
- package/dist-cjs/commands/DisableKeyRotationCommand.js.map +0 -1
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
- package/dist-cjs/commands/EnableKeyCommand.js.map +0 -1
- package/dist-cjs/commands/EnableKeyRotationCommand.js.map +0 -1
- package/dist-cjs/commands/EncryptCommand.js.map +0 -1
- package/dist-cjs/commands/GenerateDataKeyCommand.js.map +0 -1
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js.map +0 -1
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
- package/dist-cjs/commands/GenerateRandomCommand.js.map +0 -1
- package/dist-cjs/commands/GetKeyPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js.map +0 -1
- package/dist-cjs/commands/GetParametersForImportCommand.js.map +0 -1
- package/dist-cjs/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist-cjs/commands/ImportKeyMaterialCommand.js.map +0 -1
- package/dist-cjs/commands/ListAliasesCommand.js.map +0 -1
- package/dist-cjs/commands/ListGrantsCommand.js.map +0 -1
- package/dist-cjs/commands/ListKeyPoliciesCommand.js.map +0 -1
- package/dist-cjs/commands/ListKeysCommand.js.map +0 -1
- package/dist-cjs/commands/ListResourceTagsCommand.js.map +0 -1
- package/dist-cjs/commands/ListRetirableGrantsCommand.js.map +0 -1
- package/dist-cjs/commands/PutKeyPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/ReEncryptCommand.js.map +0 -1
- package/dist-cjs/commands/ReplicateKeyCommand.js.map +0 -1
- package/dist-cjs/commands/RetireGrantCommand.js.map +0 -1
- package/dist-cjs/commands/RevokeGrantCommand.js.map +0 -1
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js.map +0 -1
- package/dist-cjs/commands/SignCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateAliasCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js.map +0 -1
- package/dist-cjs/commands/VerifyCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGrantsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListKeyPoliciesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListKeysPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/KMS.js.map +0 -1
- package/dist-es/KMSClient.js.map +0 -1
- package/dist-es/commands/CancelKeyDeletionCommand.js.map +0 -1
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
- package/dist-es/commands/CreateAliasCommand.js.map +0 -1
- package/dist-es/commands/CreateCustomKeyStoreCommand.js.map +0 -1
- package/dist-es/commands/CreateGrantCommand.js.map +0 -1
- package/dist-es/commands/CreateKeyCommand.js.map +0 -1
- package/dist-es/commands/DecryptCommand.js.map +0 -1
- package/dist-es/commands/DeleteAliasCommand.js.map +0 -1
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
- package/dist-es/commands/DescribeKeyCommand.js.map +0 -1
- package/dist-es/commands/DisableKeyCommand.js.map +0 -1
- package/dist-es/commands/DisableKeyRotationCommand.js.map +0 -1
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
- package/dist-es/commands/EnableKeyCommand.js.map +0 -1
- package/dist-es/commands/EnableKeyRotationCommand.js.map +0 -1
- package/dist-es/commands/EncryptCommand.js.map +0 -1
- package/dist-es/commands/GenerateDataKeyCommand.js.map +0 -1
- package/dist-es/commands/GenerateDataKeyPairCommand.js.map +0 -1
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
- package/dist-es/commands/GenerateRandomCommand.js.map +0 -1
- package/dist-es/commands/GetKeyPolicyCommand.js.map +0 -1
- package/dist-es/commands/GetKeyRotationStatusCommand.js.map +0 -1
- package/dist-es/commands/GetParametersForImportCommand.js.map +0 -1
- package/dist-es/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist-es/commands/ImportKeyMaterialCommand.js.map +0 -1
- package/dist-es/commands/ListAliasesCommand.js.map +0 -1
- package/dist-es/commands/ListGrantsCommand.js.map +0 -1
- package/dist-es/commands/ListKeyPoliciesCommand.js.map +0 -1
- package/dist-es/commands/ListKeysCommand.js.map +0 -1
- package/dist-es/commands/ListResourceTagsCommand.js.map +0 -1
- package/dist-es/commands/ListRetirableGrantsCommand.js.map +0 -1
- package/dist-es/commands/PutKeyPolicyCommand.js.map +0 -1
- package/dist-es/commands/ReEncryptCommand.js.map +0 -1
- package/dist-es/commands/ReplicateKeyCommand.js.map +0 -1
- package/dist-es/commands/RetireGrantCommand.js.map +0 -1
- package/dist-es/commands/RevokeGrantCommand.js.map +0 -1
- package/dist-es/commands/ScheduleKeyDeletionCommand.js.map +0 -1
- package/dist-es/commands/SignCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateAliasCommand.js.map +0 -1
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
- package/dist-es/commands/UpdateKeyDescriptionCommand.js.map +0 -1
- package/dist-es/commands/UpdatePrimaryRegionCommand.js.map +0 -1
- package/dist-es/commands/VerifyCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist-es/pagination/ListGrantsPaginator.js.map +0 -1
- package/dist-es/pagination/ListKeyPoliciesPaginator.js.map +0 -1
- package/dist-es/pagination/ListKeysPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/KMS.ts +0 -4019
- package/src/KMSClient.ts +0 -516
- package/src/commands/CancelKeyDeletionCommand.ts +0 -106
- package/src/commands/ConnectCustomKeyStoreCommand.ts +0 -156
- package/src/commands/CreateAliasCommand.ts +0 -148
- package/src/commands/CreateCustomKeyStoreCommand.ts +0 -144
- package/src/commands/CreateGrantCommand.ts +0 -154
- package/src/commands/CreateKeyCommand.ts +0 -210
- package/src/commands/DecryptCommand.ts +0 -173
- package/src/commands/DeleteAliasCommand.ts +0 -138
- package/src/commands/DeleteCustomKeyStoreCommand.ts +0 -150
- package/src/commands/DeleteImportedKeyMaterialCommand.ts +0 -128
- package/src/commands/DescribeCustomKeyStoresCommand.ts +0 -148
- package/src/commands/DescribeKeyCommand.ts +0 -172
- package/src/commands/DisableKeyCommand.ts +0 -109
- package/src/commands/DisableKeyRotationCommand.ts +0 -119
- package/src/commands/DisconnectCustomKeyStoreCommand.ts +0 -145
- package/src/commands/EnableKeyCommand.ts +0 -98
- package/src/commands/EnableKeyRotationCommand.ts +0 -119
- package/src/commands/EncryptCommand.ts +0 -210
- package/src/commands/GenerateDataKeyCommand.ts +0 -189
- package/src/commands/GenerateDataKeyPairCommand.ts +0 -169
- package/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +0 -169
- package/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts +0 -172
- package/src/commands/GenerateRandomCommand.ts +0 -103
- package/src/commands/GetKeyPolicyCommand.ts +0 -103
- package/src/commands/GetKeyRotationStatusCommand.ts +0 -131
- package/src/commands/GetParametersForImportCommand.ts +0 -130
- package/src/commands/GetPublicKeyCommand.ts +0 -139
- package/src/commands/ImportKeyMaterialCommand.ts +0 -158
- package/src/commands/ListAliasesCommand.ts +0 -134
- package/src/commands/ListGrantsCommand.ts +0 -140
- package/src/commands/ListKeyPoliciesCommand.ts +0 -117
- package/src/commands/ListKeysCommand.ts +0 -119
- package/src/commands/ListResourceTagsCommand.ts +0 -129
- package/src/commands/ListRetirableGrantsCommand.ts +0 -137
- package/src/commands/PutKeyPolicyCommand.ts +0 -108
- package/src/commands/ReEncryptCommand.ts +0 -180
- package/src/commands/ReplicateKeyCommand.ts +0 -172
- package/src/commands/RetireGrantCommand.ts +0 -139
- package/src/commands/RevokeGrantCommand.ts +0 -139
- package/src/commands/ScheduleKeyDeletionCommand.ts +0 -145
- package/src/commands/SignCommand.ts +0 -132
- package/src/commands/TagResourceCommand.ts +0 -140
- package/src/commands/UntagResourceCommand.ts +0 -138
- package/src/commands/UpdateAliasCommand.ts +0 -153
- package/src/commands/UpdateCustomKeyStoreCommand.ts +0 -167
- package/src/commands/UpdateKeyDescriptionCommand.ts +0 -118
- package/src/commands/UpdatePrimaryRegionCommand.ts +0 -160
- package/src/commands/VerifyCommand.ts +0 -118
- package/src/endpoints.ts +0 -62
- package/src/index.ts +0 -56
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -4742
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAliasesPaginator.ts +0 -55
- package/src/pagination/ListGrantsPaginator.ts +0 -55
- package/src/pagination/ListKeyPoliciesPaginator.ts +0 -59
- package/src/pagination/ListKeysPaginator.ts +0 -55
- package/src/protocols/Aws_json1_1.ts +0 -7632
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -7,19 +7,20 @@ export interface EncryptCommandInput extends EncryptRequest {
|
|
|
7
7
|
export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Encrypts plaintext into ciphertext by using a KMS key. The
|
|
11
|
-
*
|
|
10
|
+
* <p>Encrypts plaintext into ciphertext by using a KMS key. The <code>Encrypt</code> operation
|
|
11
|
+
* has two primary use cases:</p>
|
|
12
12
|
* <ul>
|
|
13
13
|
* <li>
|
|
14
14
|
* <p>You can encrypt small amounts of arbitrary data, such as a personal identifier or
|
|
15
15
|
* database password, or other sensitive information. </p>
|
|
16
16
|
* </li>
|
|
17
17
|
* <li>
|
|
18
|
-
* <p>You can use the <code>Encrypt</code> operation to move encrypted data from one Amazon Web Services
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* the encrypted data
|
|
18
|
+
* <p>You can use the <code>Encrypt</code> operation to move encrypted data from one Amazon Web Services
|
|
19
|
+
* Region to another. For example, in Region A, generate a data key and use the plaintext key
|
|
20
|
+
* to encrypt your data. Then, in Region A, use the <code>Encrypt</code> operation to encrypt
|
|
21
|
+
* the plaintext data key under a KMS key in Region B. Now, you can move the encrypted data
|
|
22
|
+
* and the encrypted data key to Region B. When necessary, you can decrypt the encrypted data
|
|
23
|
+
* key and the encrypted data entirely within in Region B.</p>
|
|
23
24
|
* </li>
|
|
24
25
|
* </ul>
|
|
25
26
|
*
|
|
@@ -30,10 +31,10 @@ export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer
|
|
|
30
31
|
* encryption operation. The KMS key must have a <code>KeyUsage</code> value of
|
|
31
32
|
* <code>ENCRYPT_DECRYPT.</code> To find the <code>KeyUsage</code> of a KMS key, use the <a>DescribeKey</a> operation. </p>
|
|
32
33
|
*
|
|
33
|
-
* <p>If you use a symmetric KMS key, you can use an encryption context to add additional
|
|
34
|
-
* to your encryption operation. If you specify an <code>EncryptionContext</code> when
|
|
35
|
-
* data, you must specify the same encryption context (a case-sensitive exact match)
|
|
36
|
-
* decrypting the data. Otherwise, the request to decrypt fails with an
|
|
34
|
+
* <p>If you use a symmetric KMS key, you can use an encryption context to add additional
|
|
35
|
+
* security to your encryption operation. If you specify an <code>EncryptionContext</code> when
|
|
36
|
+
* encrypting data, you must specify the same encryption context (a case-sensitive exact match)
|
|
37
|
+
* when decrypting the data. Otherwise, the request to decrypt fails with an
|
|
37
38
|
* <code>InvalidCiphertextException</code>. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">Encryption
|
|
38
39
|
* Context</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
39
40
|
* <p>If you specify an asymmetric KMS key, you must also specify the encryption algorithm. The
|
|
@@ -105,7 +106,8 @@ export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer
|
|
|
105
106
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
106
107
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
107
108
|
* <p>
|
|
108
|
-
* <b>Cross-account use</b>: Yes.
|
|
109
|
+
* <b>Cross-account use</b>: Yes.
|
|
110
|
+
* To perform this operation with a KMS key in a different Amazon Web Services account, specify
|
|
109
111
|
* the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
|
|
110
112
|
*
|
|
111
113
|
* <p>
|
|
@@ -8,19 +8,19 @@ export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, _
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Generates a unique symmetric data key for client-side encryption. This operation returns a
|
|
11
|
-
* plaintext copy of the data key and a copy that is encrypted under a KMS key
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* plaintext copy of the data key and a copy that is encrypted under a KMS key that you specify.
|
|
12
|
+
* You can use the plaintext key to encrypt your data outside of KMS and store the encrypted
|
|
13
|
+
* data key with the encrypted data.</p>
|
|
14
14
|
*
|
|
15
15
|
* <p>
|
|
16
16
|
* <code>GenerateDataKey</code> returns a unique data key for each request. The bytes in the
|
|
17
17
|
* plaintext key are not related to the caller or the KMS key.</p>
|
|
18
18
|
*
|
|
19
|
-
* <p>To generate a data key, specify the symmetric KMS key that will be used to encrypt the
|
|
20
|
-
* key. You cannot use an asymmetric KMS key to generate data keys. To get the type of your
|
|
21
|
-
* the <a>DescribeKey</a> operation. You must also specify the length of
|
|
22
|
-
* Use either the <code>KeySpec</code> or <code>NumberOfBytes</code> parameters
|
|
23
|
-
* For 128-bit and 256-bit data keys, use the <code>KeySpec</code> parameter. </p>
|
|
19
|
+
* <p>To generate a data key, specify the symmetric KMS key that will be used to encrypt the
|
|
20
|
+
* data key. You cannot use an asymmetric KMS key to generate data keys. To get the type of your
|
|
21
|
+
* KMS key, use the <a>DescribeKey</a> operation. You must also specify the length of
|
|
22
|
+
* the data key. Use either the <code>KeySpec</code> or <code>NumberOfBytes</code> parameters
|
|
23
|
+
* (but not both). For 128-bit and 256-bit data keys, use the <code>KeySpec</code> parameter. </p>
|
|
24
24
|
*
|
|
25
25
|
* <p>To get only an encrypted copy of the data key, use <a>GenerateDataKeyWithoutPlaintext</a>. To generate an asymmetric data key pair, use
|
|
26
26
|
* the <a>GenerateDataKeyPair</a> or <a>GenerateDataKeyPairWithoutPlaintext</a> operation. To get a cryptographically secure
|
|
@@ -35,11 +35,14 @@ export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, _
|
|
|
35
35
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
36
36
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
37
37
|
* <p>
|
|
38
|
-
* <b>How to use your data
|
|
38
|
+
* <b>How to use your data
|
|
39
|
+
* key</b>
|
|
39
40
|
* </p>
|
|
40
|
-
* <p>We recommend that you use the following pattern to encrypt data locally in your
|
|
41
|
-
* You can write your own code or use a client-side encryption library, such as the
|
|
42
|
-
* <a href="https://docs.aws.amazon.com/
|
|
41
|
+
* <p>We recommend that you use the following pattern to encrypt data locally in your
|
|
42
|
+
* application. You can write your own code or use a client-side encryption library, such as the
|
|
43
|
+
* <a href="https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/">Amazon Web Services Encryption SDK</a>, the
|
|
44
|
+
* <a href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/">Amazon DynamoDB Encryption Client</a>,
|
|
45
|
+
* or <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3
|
|
43
46
|
* client-side encryption</a> to do these tasks for you.</p>
|
|
44
47
|
* <p>To encrypt data outside of KMS:</p>
|
|
45
48
|
* <ol>
|
|
@@ -9,20 +9,21 @@ export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairRes
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Generates a unique asymmetric data key pair. The <code>GenerateDataKeyPair</code>
|
|
11
11
|
* operation returns a plaintext public key, a plaintext private key, and a copy of the private
|
|
12
|
-
* key that is encrypted under the symmetric KMS key you specify. You can use the data key pair
|
|
13
|
-
* perform asymmetric cryptography and implement digital signatures outside of KMS.</p>
|
|
12
|
+
* key that is encrypted under the symmetric KMS key you specify. You can use the data key pair
|
|
13
|
+
* to perform asymmetric cryptography and implement digital signatures outside of KMS.</p>
|
|
14
14
|
*
|
|
15
15
|
* <p>You can use the public key that <code>GenerateDataKeyPair</code> returns to encrypt data
|
|
16
16
|
* or verify a signature outside of KMS. Then, store the encrypted private key with the data.
|
|
17
17
|
* When you are ready to decrypt data or sign a message, you can use the <a>Decrypt</a> operation to decrypt the encrypted private key.</p>
|
|
18
18
|
*
|
|
19
|
-
* <p>To generate a data key pair, you must specify a symmetric KMS key to
|
|
20
|
-
*
|
|
21
|
-
*
|
|
19
|
+
* <p>To generate a data key pair, you must specify a symmetric KMS key to encrypt the private
|
|
20
|
+
* key in a data key pair. You cannot use an asymmetric KMS key or a KMS key in a custom key
|
|
21
|
+
* store. To get the type and origin of your KMS key, use the <a>DescribeKey</a>
|
|
22
|
+
* operation. </p>
|
|
22
23
|
* <p>Use the <code>KeyPairSpec</code> parameter to choose an RSA or Elliptic Curve (ECC) data
|
|
23
|
-
* key pair. KMS recommends that your use ECC key pairs for signing, and use RSA key pairs
|
|
24
|
-
*
|
|
25
|
-
*
|
|
24
|
+
* key pair. KMS recommends that your use ECC key pairs for signing, and use RSA key pairs for
|
|
25
|
+
* either encryption or signing, but not both. However, KMS cannot enforce any restrictions on
|
|
26
|
+
* the use of data key pairs outside of KMS.</p>
|
|
26
27
|
*
|
|
27
28
|
* <p>If you are using the data key pair to encrypt data, or for any operation where you don't
|
|
28
29
|
* immediately need a private key, consider using the <a>GenerateDataKeyPairWithoutPlaintext</a> operation.
|
|
@@ -34,10 +35,10 @@ export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairRes
|
|
|
34
35
|
*
|
|
35
36
|
* <p>
|
|
36
37
|
* <code>GenerateDataKeyPair</code> returns a unique data key pair for each request. The
|
|
37
|
-
* bytes in the keys are not related to the caller or the KMS key that is used to encrypt the
|
|
38
|
-
* key. The public key is a DER-encoded X.509 SubjectPublicKeyInfo, as specified in
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* bytes in the keys are not related to the caller or the KMS key that is used to encrypt the
|
|
39
|
+
* private key. The public key is a DER-encoded X.509 SubjectPublicKeyInfo, as specified in
|
|
40
|
+
* <a href="https://tools.ietf.org/html/rfc5280">RFC 5280</a>. The private key is a
|
|
41
|
+
* DER-encoded PKCS8 PrivateKeyInfo, as specified in <a href="https://tools.ietf.org/html/rfc5958">RFC 5958</a>.</p>
|
|
41
42
|
*
|
|
42
43
|
* <p>You can use the optional encryption context to add additional security to the encryption
|
|
43
44
|
* operation. If you specify an <code>EncryptionContext</code>, you must specify the same
|
|
@@ -47,7 +48,8 @@ export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairRes
|
|
|
47
48
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
48
49
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
49
50
|
* <p>
|
|
50
|
-
* <b>Cross-account
|
|
51
|
+
* <b>Cross-account
|
|
52
|
+
* use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
|
|
51
53
|
* the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
|
|
52
54
|
*
|
|
53
55
|
* <p>
|
|
@@ -9,23 +9,24 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandOutput extends Genera
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Generates a unique asymmetric data key pair. The
|
|
11
11
|
* <code>GenerateDataKeyPairWithoutPlaintext</code> operation returns a plaintext public key
|
|
12
|
-
* and a copy of the private key that is encrypted under the symmetric KMS key you specify.
|
|
13
|
-
*
|
|
14
|
-
* key. </p>
|
|
12
|
+
* and a copy of the private key that is encrypted under the symmetric KMS key you specify.
|
|
13
|
+
* Unlike <a>GenerateDataKeyPair</a>, this operation does not return a plaintext
|
|
14
|
+
* private key. </p>
|
|
15
15
|
* <p>You can use the public key that <code>GenerateDataKeyPairWithoutPlaintext</code> returns
|
|
16
16
|
* to encrypt data or verify a signature outside of KMS. Then, store the encrypted private key
|
|
17
17
|
* with the data. When you are ready to decrypt data or sign a message, you can use the <a>Decrypt</a> operation to decrypt the encrypted private key.</p>
|
|
18
|
-
* <p>To generate a data key pair, you must specify a symmetric KMS key to
|
|
19
|
-
*
|
|
20
|
-
*
|
|
18
|
+
* <p>To generate a data key pair, you must specify a symmetric KMS key to encrypt the private
|
|
19
|
+
* key in a data key pair. You cannot use an asymmetric KMS key or a KMS key in a custom key
|
|
20
|
+
* store. To get the type and origin of your KMS key, use the <a>DescribeKey</a>
|
|
21
|
+
* operation. </p>
|
|
21
22
|
* <p>Use the <code>KeyPairSpec</code> parameter to choose an RSA or Elliptic Curve (ECC) data
|
|
22
|
-
* key pair. KMS recommends that your use ECC key pairs for signing, and use RSA key pairs
|
|
23
|
-
*
|
|
24
|
-
*
|
|
23
|
+
* key pair. KMS recommends that your use ECC key pairs for signing, and use RSA key pairs for
|
|
24
|
+
* either encryption or signing, but not both. However, KMS cannot enforce any restrictions on
|
|
25
|
+
* the use of data key pairs outside of KMS.</p>
|
|
25
26
|
* <p>
|
|
26
27
|
* <code>GenerateDataKeyPairWithoutPlaintext</code> returns a unique data key pair for each
|
|
27
|
-
* request. The bytes in the key are not related to the caller or KMS key that is used to encrypt
|
|
28
|
-
* private key. The public key is a DER-encoded X.509 SubjectPublicKeyInfo, as specified in
|
|
28
|
+
* request. The bytes in the key are not related to the caller or KMS key that is used to encrypt
|
|
29
|
+
* the private key. The public key is a DER-encoded X.509 SubjectPublicKeyInfo, as specified in
|
|
29
30
|
* <a href="https://tools.ietf.org/html/rfc5280">RFC 5280</a>.</p>
|
|
30
31
|
*
|
|
31
32
|
* <p>You can use the optional encryption context to add additional security to the encryption
|
|
@@ -36,11 +37,13 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandOutput extends Genera
|
|
|
36
37
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
37
38
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
38
39
|
* <p>
|
|
39
|
-
* <b>Cross-account
|
|
40
|
+
* <b>Cross-account
|
|
41
|
+
* use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
|
|
40
42
|
* the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
|
|
41
43
|
*
|
|
42
44
|
* <p>
|
|
43
|
-
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:GenerateDataKeyPairWithoutPlaintext</a> (key
|
|
45
|
+
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:GenerateDataKeyPairWithoutPlaintext</a> (key
|
|
46
|
+
* policy)</p>
|
|
44
47
|
* <p>
|
|
45
48
|
* <b>Related operations:</b>
|
|
46
49
|
* </p>
|
|
@@ -8,8 +8,8 @@ export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDa
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Generates a unique symmetric data key. This operation returns a data key that is encrypted
|
|
11
|
-
* under a KMS key that you specify. To request an asymmetric data key pair,
|
|
12
|
-
*
|
|
11
|
+
* under a KMS key that you specify. To request an asymmetric data key pair, use the <a>GenerateDataKeyPair</a> or <a>GenerateDataKeyPairWithoutPlaintext</a>
|
|
12
|
+
* operations.</p>
|
|
13
13
|
* <p>
|
|
14
14
|
* <code>GenerateDataKeyWithoutPlaintext</code> is identical to the <a>GenerateDataKey</a> operation except that returns only the encrypted copy of the
|
|
15
15
|
* data key. This operation is useful for systems that need to encrypt data at some point, but
|
|
@@ -24,12 +24,12 @@ export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDa
|
|
|
24
24
|
* plaintext data key.</p>
|
|
25
25
|
* <p>
|
|
26
26
|
* <code>GenerateDataKeyWithoutPlaintext</code> returns a unique data key for each request.
|
|
27
|
-
* The bytes in the keys are not related to the caller or KMS key that is used to encrypt the
|
|
28
|
-
* key.</p>
|
|
27
|
+
* The bytes in the keys are not related to the caller or KMS key that is used to encrypt the
|
|
28
|
+
* private key.</p>
|
|
29
29
|
*
|
|
30
|
-
* <p>To generate a data key, you must specify the symmetric KMS key that is
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* <p>To generate a data key, you must specify the symmetric KMS key that is used to encrypt the
|
|
31
|
+
* data key. You cannot use an asymmetric KMS key to generate a data key. To get the type of your
|
|
32
|
+
* KMS key, use the <a>DescribeKey</a> operation.</p>
|
|
33
33
|
*
|
|
34
34
|
* <p>If the operation succeeds, you will find the encrypted copy of the data key in the
|
|
35
35
|
* <code>CiphertextBlob</code> field.</p>
|
|
@@ -42,11 +42,13 @@ export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDa
|
|
|
42
42
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
43
43
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
44
44
|
* <p>
|
|
45
|
-
* <b>Cross-account
|
|
45
|
+
* <b>Cross-account
|
|
46
|
+
* use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
|
|
46
47
|
* the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
|
|
47
48
|
*
|
|
48
49
|
* <p>
|
|
49
|
-
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:GenerateDataKeyWithoutPlaintext</a> (key
|
|
50
|
+
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:GenerateDataKeyWithoutPlaintext</a> (key
|
|
51
|
+
* policy)</p>
|
|
50
52
|
* <p>
|
|
51
53
|
* <b>Related operations:</b>
|
|
52
54
|
* </p>
|
|
@@ -12,7 +12,8 @@ export interface GenerateRandomCommandOutput extends GenerateRandomResponse, __M
|
|
|
12
12
|
* the CloudHSM cluster that is associated with a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a>, specify the custom key store
|
|
13
13
|
* ID.</p>
|
|
14
14
|
* <p>Applications in Amazon Web Services Nitro Enclaves can call this operation by using the <a href="https://github.com/aws/aws-nitro-enclaves-sdk-c">Amazon Web Services Nitro Enclaves Development Kit</a>. For information about the supporting parameters, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves use KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
15
|
-
* <p>For more information about entropy and random number generation, see
|
|
15
|
+
* <p>For more information about entropy and random number generation, see
|
|
16
|
+
* <a href="https://docs.aws.amazon.com/kms/latest/cryptographic-details/">Key Management Service Cryptographic Details</a>.</p>
|
|
16
17
|
*
|
|
17
18
|
* <p>
|
|
18
19
|
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:GenerateRandom</a> (IAM policy)</p>
|
|
@@ -9,7 +9,8 @@ export interface GetKeyRotationStatusCommandOutput extends GetKeyRotationStatusR
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Gets a Boolean value that indicates whether <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic rotation of the key material</a> is
|
|
11
11
|
* enabled for the specified KMS key.</p>
|
|
12
|
-
* <p>You cannot enable automatic rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html#asymmetric-cmks">asymmetric KMS keys</a>, KMS keys with <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html">imported key material</a>, or KMS keys in a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a>. To enable or disable automatic rotation of a set of related <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html#mrk-replica-key">multi-Region keys</a>, set the property on the primary key. The key rotation status for these KMS keys is always
|
|
12
|
+
* <p>You cannot enable automatic rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html#asymmetric-cmks">asymmetric KMS keys</a>, KMS keys with <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html">imported key material</a>, or KMS keys in a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a>. To enable or disable automatic rotation of a set of related <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html#mrk-replica-key">multi-Region keys</a>, set the property on the primary key. The key rotation status for these KMS keys is always
|
|
13
|
+
* <code>false</code>.</p>
|
|
13
14
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
14
15
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
15
16
|
* <ul>
|
|
@@ -7,16 +7,15 @@ export interface GetParametersForImportCommandInput extends GetParametersForImpo
|
|
|
7
7
|
export interface GetParametersForImportCommandOutput extends GetParametersForImportResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the items you need to import key material into a symmetric, customer managed
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* Material</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
10
|
+
* <p>Returns the items you need to import key material into a symmetric, customer managed KMS
|
|
11
|
+
* key. For more information about importing key material into KMS, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html">Importing Key Material</a>
|
|
12
|
+
* in the <i>Key Management Service Developer Guide</i>.</p>
|
|
14
13
|
* <p>This operation returns a public key and an import token. Use the public key to encrypt the
|
|
15
14
|
* symmetric key material. Store the import token to send with a subsequent <a>ImportKeyMaterial</a> request.</p>
|
|
16
|
-
* <p>You must specify the key ID of the symmetric KMS key into which you will import key
|
|
17
|
-
* This KMS key's <code>Origin</code> must be <code>EXTERNAL</code>. You must also
|
|
18
|
-
* wrapping algorithm and type of wrapping key (public key) that you will use to
|
|
19
|
-
* material. You cannot perform this operation on an asymmetric KMS key or on any KMS key in a different Amazon Web Services account.</p>
|
|
15
|
+
* <p>You must specify the key ID of the symmetric KMS key into which you will import key
|
|
16
|
+
* material. This KMS key's <code>Origin</code> must be <code>EXTERNAL</code>. You must also
|
|
17
|
+
* specify the wrapping algorithm and type of wrapping key (public key) that you will use to
|
|
18
|
+
* encrypt the key material. You cannot perform this operation on an asymmetric KMS key or on any KMS key in a different Amazon Web Services account.</p>
|
|
20
19
|
* <p>To import key material, you must use the public key and import token from the same
|
|
21
20
|
* response. These items are valid for 24 hours. The expiration date and time appear in the
|
|
22
21
|
* <code>GetParametersForImport</code> response. You cannot use an expired token in an <a>ImportKeyMaterial</a> request. If your key and token expire, send another
|
|
@@ -7,10 +7,11 @@ export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {
|
|
|
7
7
|
export interface GetPublicKeyCommandOutput extends GetPublicKeyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the public key of an asymmetric KMS key. Unlike the private key of a asymmetric
|
|
11
|
-
* which never leaves KMS unencrypted, callers with <code>kms:GetPublicKey</code>
|
|
12
|
-
* can download the public key of an asymmetric KMS key. You can share the public key
|
|
13
|
-
* to encrypt messages and verify signatures outside of KMS.
|
|
10
|
+
* <p>Returns the public key of an asymmetric KMS key. Unlike the private key of a asymmetric
|
|
11
|
+
* KMS key, which never leaves KMS unencrypted, callers with <code>kms:GetPublicKey</code>
|
|
12
|
+
* permission can download the public key of an asymmetric KMS key. You can share the public key
|
|
13
|
+
* to allow others to encrypt messages and verify signatures outside of KMS.
|
|
14
|
+
* For information about symmetric and asymmetric KMS keys, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using Symmetric and Asymmetric KMS keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
14
15
|
* <p>You do not need to download the public key. Instead, you can use the public key within
|
|
15
16
|
* KMS by calling the <a>Encrypt</a>, <a>ReEncrypt</a>, or <a>Verify</a> operations with the identifier of an asymmetric KMS key. When you use the
|
|
16
17
|
* public key within KMS, you benefit from the authentication, authorization, and logging that
|
|
@@ -44,7 +45,8 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResponse, __Metad
|
|
|
44
45
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
45
46
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
46
47
|
* <p>
|
|
47
|
-
* <b>Cross-account use</b>:
|
|
48
|
+
* <b>Cross-account use</b>:
|
|
49
|
+
* Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
|
|
48
50
|
* the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
|
|
49
51
|
*
|
|
50
52
|
* <p>
|
|
@@ -7,12 +7,12 @@ export interface ImportKeyMaterialCommandInput extends ImportKeyMaterialRequest
|
|
|
7
7
|
export interface ImportKeyMaterialCommandOutput extends ImportKeyMaterialResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Imports key material into an existing symmetric KMS KMS key that was
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* <p>Imports key material into an existing symmetric KMS KMS key that was created without key
|
|
11
|
+
* material. After you successfully import key material into a KMS key, you can <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material">reimport
|
|
12
|
+
* the same key material</a> into that KMS key, but you cannot import different key
|
|
13
13
|
* material. </p>
|
|
14
|
-
* <p>You cannot perform this operation on an asymmetric KMS key or on any KMS key in a different Amazon Web Services account. For more information about creating KMS keys with no key material
|
|
15
|
-
* then importing key material, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html">Importing Key Material</a> in the
|
|
14
|
+
* <p>You cannot perform this operation on an asymmetric KMS key or on any KMS key in a different Amazon Web Services account. For more information about creating KMS keys with no key material
|
|
15
|
+
* and then importing key material, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html">Importing Key Material</a> in the
|
|
16
16
|
* <i>Key Management Service Developer Guide</i>.</p>
|
|
17
17
|
* <p>Before using this operation, call <a>GetParametersForImport</a>. Its response
|
|
18
18
|
* includes a public key and an import token. Use the public key to encrypt the key material.
|
|
@@ -21,8 +21,8 @@ export interface ImportKeyMaterialCommandOutput extends ImportKeyMaterialRespons
|
|
|
21
21
|
* <p>When calling this operation, you must specify the following values:</p>
|
|
22
22
|
* <ul>
|
|
23
23
|
* <li>
|
|
24
|
-
* <p>The key ID or key ARN of a KMS key with no key material. Its <code>Origin</code> must
|
|
25
|
-
*
|
|
24
|
+
* <p>The key ID or key ARN of a KMS key with no key material. Its <code>Origin</code> must
|
|
25
|
+
* be <code>EXTERNAL</code>.</p>
|
|
26
26
|
* <p>To create a KMS key with no key material, call <a>CreateKey</a> and set the
|
|
27
27
|
* value of its <code>Origin</code> parameter to <code>EXTERNAL</code>. To get the
|
|
28
28
|
* <code>Origin</code> of a KMS key, call <a>DescribeKey</a>.)</p>
|
|
@@ -37,17 +37,17 @@ export interface ImportKeyMaterialCommandOutput extends ImportKeyMaterialRespons
|
|
|
37
37
|
* </li>
|
|
38
38
|
* <li>
|
|
39
39
|
* <p>Whether the key material expires and if so, when. If you set an expiration date, KMS
|
|
40
|
-
* deletes the key material from the KMS key on the specified date, and the KMS key becomes
|
|
41
|
-
* To use the KMS key again, you must reimport the same key material. The only way
|
|
42
|
-
* expiration date is by reimporting the same key material and specifying a new
|
|
43
|
-
* date. </p>
|
|
40
|
+
* deletes the key material from the KMS key on the specified date, and the KMS key becomes
|
|
41
|
+
* unusable. To use the KMS key again, you must reimport the same key material. The only way
|
|
42
|
+
* to change an expiration date is by reimporting the same key material and specifying a new
|
|
43
|
+
* expiration date. </p>
|
|
44
44
|
* </li>
|
|
45
45
|
* </ul>
|
|
46
46
|
* <p>When this operation is successful, the key state of the KMS key changes from
|
|
47
47
|
* <code>PendingImport</code> to <code>Enabled</code>, and you can use the KMS key.</p>
|
|
48
48
|
* <p>If this operation fails, use the exception to help determine the problem. If the error is
|
|
49
|
-
* related to the key material, the import token, or wrapping key, use <a>GetParametersForImport</a> to get a new public key and import token for the KMS key
|
|
50
|
-
* repeat the import procedure. For help, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#importing-keys-overview">How To Import Key
|
|
49
|
+
* related to the key material, the import token, or wrapping key, use <a>GetParametersForImport</a> to get a new public key and import token for the KMS key
|
|
50
|
+
* and repeat the import procedure. For help, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#importing-keys-overview">How To Import Key
|
|
51
51
|
* Material</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
52
52
|
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
53
53
|
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
@@ -7,26 +7,29 @@ export interface ListAliasesCommandInput extends ListAliasesRequest {
|
|
|
7
7
|
export interface ListAliasesCommandOutput extends ListAliasesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets a list of aliases in the caller's Amazon Web Services account and region. For more information
|
|
11
|
-
* aliases, see <a>CreateAlias</a>.</p>
|
|
10
|
+
* <p>Gets a list of aliases in the caller's Amazon Web Services account and region. For more information
|
|
11
|
+
* about aliases, see <a>CreateAlias</a>.</p>
|
|
12
12
|
* <p>By default, the <code>ListAliases</code> operation returns all aliases in the account and
|
|
13
|
-
* region. To get only the aliases associated with a particular KMS key, use
|
|
14
|
-
*
|
|
13
|
+
* region. To get only the aliases associated with a particular KMS key, use the
|
|
14
|
+
* <code>KeyId</code> parameter.</p>
|
|
15
15
|
* <p>The <code>ListAliases</code> response can include aliases that you created and associated
|
|
16
|
-
* with your customer managed keys, and aliases that Amazon Web Services created and associated with Amazon Web Services
|
|
17
|
-
*
|
|
16
|
+
* with your customer managed keys, and aliases that Amazon Web Services created and associated with Amazon Web Services
|
|
17
|
+
* managed keys in your account. You can recognize Amazon Web Services aliases because their names have the
|
|
18
|
+
* format <code>aws/<service-name></code>, such as <code>aws/dynamodb</code>.</p>
|
|
18
19
|
* <p>The response might also include aliases that have no <code>TargetKeyId</code> field. These
|
|
19
|
-
* are predefined aliases that Amazon Web Services has created but has not yet associated with a KMS key.
|
|
20
|
-
* that Amazon Web Services creates in your account, including predefined aliases, do not count against
|
|
21
|
-
*
|
|
20
|
+
* are predefined aliases that Amazon Web Services has created but has not yet associated with a KMS key.
|
|
21
|
+
* Aliases that Amazon Web Services creates in your account, including predefined aliases, do not count against
|
|
22
|
+
* your <a href="https://docs.aws.amazon.com/kms/latest/developerguide/limits.html#aliases-limit">KMS aliases
|
|
22
23
|
* quota</a>.</p>
|
|
23
24
|
* <p>
|
|
24
25
|
* <b>Cross-account use</b>: No. <code>ListAliases</code> does not
|
|
25
26
|
* return aliases in other Amazon Web Services accounts.</p>
|
|
26
27
|
*
|
|
28
|
+
*
|
|
27
29
|
* <p>
|
|
28
30
|
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ListAliases</a> (IAM policy)</p>
|
|
29
|
-
* <p>For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html#alias-access">Controlling access to aliases</a> in the
|
|
31
|
+
* <p>For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html#alias-access">Controlling access to aliases</a> in the
|
|
32
|
+
* <i>Key Management Service Developer Guide</i>.</p>
|
|
30
33
|
* <p>
|
|
31
34
|
* <b>Related operations:</b>
|
|
32
35
|
* </p>
|
|
@@ -8,8 +8,8 @@ export interface ListGrantsCommandOutput extends ListGrantsResponse, __MetadataB
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Gets a list of all grants for the specified KMS key. </p>
|
|
11
|
-
* <p>You must specify the KMS key in all requests. You can filter the grant list by grant ID
|
|
12
|
-
*
|
|
11
|
+
* <p>You must specify the KMS key in all requests. You can filter the grant list by grant ID or
|
|
12
|
+
* grantee principal.</p>
|
|
13
13
|
* <p>For detailed information about grants, including grant terminology, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html">Using grants</a> in the
|
|
14
14
|
* <i>
|
|
15
15
|
* <i>Key Management Service Developer Guide</i>
|
|
@@ -7,9 +7,9 @@ export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {
|
|
|
7
7
|
export interface ListKeyPoliciesCommandOutput extends ListKeyPoliciesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets the names of the key policies that are attached to a KMS key. This
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* <p>Gets the names of the key policies that are attached to a KMS key. This operation is
|
|
11
|
+
* designed to get policy names that you can use in a <a>GetKeyPolicy</a> operation.
|
|
12
|
+
* However, the only valid policy name is <code>default</code>. </p>
|
|
13
13
|
* <p>
|
|
14
14
|
* <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
|
|
15
15
|
*
|
|
@@ -7,8 +7,7 @@ export interface ListKeysCommandInput extends ListKeysRequest {
|
|
|
7
7
|
export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets a list of all KMS keys in the caller's Amazon Web Services account and
|
|
11
|
-
* Region.</p>
|
|
10
|
+
* <p>Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.</p>
|
|
12
11
|
* <p>
|
|
13
12
|
* <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
|
|
14
13
|
*
|
|
@@ -7,11 +7,11 @@ export interface ListRetirableGrantsCommandInput extends ListRetirableGrantsRequ
|
|
|
7
7
|
export interface ListRetirableGrantsCommandOutput extends ListGrantsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns information about all grants in the Amazon Web Services account and Region that have the
|
|
11
|
-
* retiring principal. </p>
|
|
10
|
+
* <p>Returns information about all grants in the Amazon Web Services account and Region that have the
|
|
11
|
+
* specified retiring principal. </p>
|
|
12
12
|
* <p>You can specify any principal in your Amazon Web Services account. The grants that are returned include
|
|
13
|
-
* grants for KMS keys in your Amazon Web Services account and other Amazon Web Services accounts. You might use this
|
|
14
|
-
* determine which grants you may retire. To retire a grant, use the <a>RetireGrant</a> operation.</p>
|
|
13
|
+
* grants for KMS keys in your Amazon Web Services account and other Amazon Web Services accounts. You might use this
|
|
14
|
+
* operation to determine which grants you may retire. To retire a grant, use the <a>RetireGrant</a> operation.</p>
|
|
15
15
|
* <p>For detailed information about grants, including grant terminology, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html">Using grants</a> in the
|
|
16
16
|
* <i>
|
|
17
17
|
* <i>Key Management Service Developer Guide</i>
|
|
@@ -20,11 +20,12 @@ export interface ListRetirableGrantsCommandOutput extends ListGrantsResponse, __
|
|
|
20
20
|
* <p>
|
|
21
21
|
* <b>Cross-account use</b>: You must specify a principal in your
|
|
22
22
|
* Amazon Web Services account. However, this operation can return grants in any Amazon Web Services account. You do not need
|
|
23
|
-
*
|
|
23
|
+
* <code>kms:ListRetirableGrants</code> permission (or any other additional permission) in any
|
|
24
24
|
* Amazon Web Services account other than your own.</p>
|
|
25
25
|
*
|
|
26
26
|
* <p>
|
|
27
|
-
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ListRetirableGrants</a> (IAM policy) in your
|
|
27
|
+
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ListRetirableGrants</a> (IAM policy) in your
|
|
28
|
+
* Amazon Web Services account.</p>
|
|
28
29
|
* <p>
|
|
29
30
|
* <b>Related operations:</b>
|
|
30
31
|
* </p>
|