@aws-sdk/client-kms 3.28.0 → 3.32.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 +35 -0
- package/KMS.ts +567 -572
- package/KMSClient.ts +18 -18
- package/README.md +18 -18
- package/commands/CancelKeyDeletionCommand.ts +6 -7
- package/commands/ConnectCustomKeyStoreCommand.ts +9 -9
- package/commands/CreateAliasCommand.ts +13 -14
- package/commands/CreateCustomKeyStoreCommand.ts +8 -8
- package/commands/CreateGrantCommand.ts +15 -22
- package/commands/CreateKeyCommand.ts +44 -44
- package/commands/DecryptCommand.ts +23 -22
- package/commands/DeleteAliasCommand.ts +7 -8
- package/commands/DeleteCustomKeyStoreCommand.ts +13 -13
- package/commands/DeleteImportedKeyMaterialCommand.ts +9 -9
- package/commands/DescribeCustomKeyStoresCommand.ts +6 -6
- package/commands/DescribeKeyCommand.ts +18 -19
- package/commands/DisableKeyCommand.ts +7 -7
- package/commands/DisableKeyRotationCommand.ts +5 -6
- package/commands/DisconnectCustomKeyStoreCommand.ts +6 -8
- package/commands/EnableKeyCommand.ts +4 -5
- package/commands/EnableKeyRotationCommand.ts +5 -5
- package/commands/EncryptCommand.ts +20 -21
- package/commands/GenerateDataKeyCommand.ts +17 -18
- package/commands/GenerateDataKeyPairCommand.ts +21 -15
- package/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +16 -12
- package/commands/GenerateDataKeyWithoutPlaintextCommand.ts +9 -9
- package/commands/GenerateRandomCommand.ts +4 -3
- package/commands/GetKeyPolicyCommand.ts +2 -2
- package/commands/GetKeyRotationStatusCommand.ts +9 -9
- package/commands/GetParametersForImportCommand.ts +8 -8
- package/commands/GetPublicKeyCommand.ts +15 -15
- package/commands/ImportKeyMaterialCommand.ts +18 -18
- package/commands/ListAliasesCommand.ts +8 -10
- package/commands/ListGrantsCommand.ts +9 -4
- package/commands/ListKeyPoliciesCommand.ts +2 -2
- package/commands/ListKeysCommand.ts +2 -2
- package/commands/ListResourceTagsCommand.ts +4 -4
- package/commands/ListRetirableGrantsCommand.ts +14 -14
- package/commands/PutKeyPolicyCommand.ts +5 -5
- package/commands/ReEncryptCommand.ts +30 -34
- package/commands/ReplicateKeyCommand.ts +16 -16
- package/commands/RetireGrantCommand.ts +9 -9
- package/commands/RevokeGrantCommand.ts +9 -4
- package/commands/ScheduleKeyDeletionCommand.ts +17 -17
- package/commands/SignCommand.ts +12 -13
- package/commands/TagResourceCommand.ts +10 -12
- package/commands/UntagResourceCommand.ts +9 -10
- package/commands/UpdateAliasCommand.ts +15 -15
- package/commands/UpdateCustomKeyStoreCommand.ts +9 -9
- package/commands/UpdateKeyDescriptionCommand.ts +4 -4
- package/commands/UpdatePrimaryRegionCommand.ts +13 -13
- package/commands/VerifyCommand.ts +14 -14
- package/dist/cjs/KMS.js +18 -18
- package/dist/cjs/KMS.js.map +1 -1
- package/dist/cjs/KMSClient.js +18 -18
- package/dist/cjs/commands/CancelKeyDeletionCommand.js +6 -7
- package/dist/cjs/commands/CancelKeyDeletionCommand.js.map +1 -1
- package/dist/cjs/commands/ConnectCustomKeyStoreCommand.js +9 -9
- package/dist/cjs/commands/CreateAliasCommand.js +13 -14
- package/dist/cjs/commands/CreateAliasCommand.js.map +1 -1
- package/dist/cjs/commands/CreateCustomKeyStoreCommand.js +8 -8
- package/dist/cjs/commands/CreateGrantCommand.js +15 -22
- package/dist/cjs/commands/CreateGrantCommand.js.map +1 -1
- package/dist/cjs/commands/CreateKeyCommand.js +44 -44
- package/dist/cjs/commands/DecryptCommand.js +23 -22
- package/dist/cjs/commands/DecryptCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteAliasCommand.js +7 -8
- package/dist/cjs/commands/DeleteAliasCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteCustomKeyStoreCommand.js +13 -13
- package/dist/cjs/commands/DeleteImportedKeyMaterialCommand.js +9 -9
- package/dist/cjs/commands/DescribeCustomKeyStoresCommand.js +6 -6
- package/dist/cjs/commands/DescribeKeyCommand.js +18 -19
- package/dist/cjs/commands/DescribeKeyCommand.js.map +1 -1
- package/dist/cjs/commands/DisableKeyCommand.js +7 -7
- package/dist/cjs/commands/DisableKeyRotationCommand.js +5 -6
- package/dist/cjs/commands/DisableKeyRotationCommand.js.map +1 -1
- package/dist/cjs/commands/DisconnectCustomKeyStoreCommand.js +6 -8
- package/dist/cjs/commands/DisconnectCustomKeyStoreCommand.js.map +1 -1
- package/dist/cjs/commands/EnableKeyCommand.js +4 -5
- package/dist/cjs/commands/EnableKeyCommand.js.map +1 -1
- package/dist/cjs/commands/EnableKeyRotationCommand.js +5 -5
- package/dist/cjs/commands/EncryptCommand.js +20 -21
- package/dist/cjs/commands/EncryptCommand.js.map +1 -1
- package/dist/cjs/commands/GenerateDataKeyCommand.js +17 -18
- package/dist/cjs/commands/GenerateDataKeyCommand.js.map +1 -1
- package/dist/cjs/commands/GenerateDataKeyPairCommand.js +21 -15
- package/dist/cjs/commands/GenerateDataKeyPairCommand.js.map +1 -1
- package/dist/cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +16 -12
- package/dist/cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +1 -1
- package/dist/cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +9 -9
- package/dist/cjs/commands/GenerateRandomCommand.js +4 -3
- package/dist/cjs/commands/GenerateRandomCommand.js.map +1 -1
- package/dist/cjs/commands/GetKeyPolicyCommand.js +2 -2
- package/dist/cjs/commands/GetKeyRotationStatusCommand.js +9 -9
- package/dist/cjs/commands/GetParametersForImportCommand.js +8 -8
- package/dist/cjs/commands/GetPublicKeyCommand.js +15 -15
- package/dist/cjs/commands/ImportKeyMaterialCommand.js +18 -18
- package/dist/cjs/commands/ListAliasesCommand.js +8 -10
- package/dist/cjs/commands/ListAliasesCommand.js.map +1 -1
- package/dist/cjs/commands/ListGrantsCommand.js +9 -4
- package/dist/cjs/commands/ListGrantsCommand.js.map +1 -1
- package/dist/cjs/commands/ListKeyPoliciesCommand.js +2 -2
- package/dist/cjs/commands/ListKeysCommand.js +2 -2
- package/dist/cjs/commands/ListResourceTagsCommand.js +4 -4
- package/dist/cjs/commands/ListRetirableGrantsCommand.js +14 -14
- package/dist/cjs/commands/PutKeyPolicyCommand.js +5 -5
- package/dist/cjs/commands/ReEncryptCommand.js +30 -34
- package/dist/cjs/commands/ReEncryptCommand.js.map +1 -1
- package/dist/cjs/commands/ReplicateKeyCommand.js +16 -16
- package/dist/cjs/commands/RetireGrantCommand.js +9 -9
- package/dist/cjs/commands/RevokeGrantCommand.js +9 -4
- package/dist/cjs/commands/RevokeGrantCommand.js.map +1 -1
- package/dist/cjs/commands/ScheduleKeyDeletionCommand.js +17 -17
- package/dist/cjs/commands/SignCommand.js +12 -13
- package/dist/cjs/commands/SignCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +10 -12
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +9 -10
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateAliasCommand.js +15 -15
- package/dist/cjs/commands/UpdateCustomKeyStoreCommand.js +9 -9
- package/dist/cjs/commands/UpdateKeyDescriptionCommand.js +4 -4
- package/dist/cjs/commands/UpdatePrimaryRegionCommand.js +13 -13
- package/dist/cjs/commands/VerifyCommand.js +14 -14
- package/dist/cjs/models/models_0.js +14 -3
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +16 -11
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/KMS.js +18 -18
- package/dist/es/KMS.js.map +1 -1
- package/dist/es/KMSClient.js +18 -18
- package/dist/es/commands/CancelKeyDeletionCommand.js +6 -7
- package/dist/es/commands/CancelKeyDeletionCommand.js.map +1 -1
- package/dist/es/commands/ConnectCustomKeyStoreCommand.js +9 -9
- package/dist/es/commands/CreateAliasCommand.js +13 -14
- package/dist/es/commands/CreateAliasCommand.js.map +1 -1
- package/dist/es/commands/CreateCustomKeyStoreCommand.js +8 -8
- package/dist/es/commands/CreateGrantCommand.js +15 -22
- package/dist/es/commands/CreateGrantCommand.js.map +1 -1
- package/dist/es/commands/CreateKeyCommand.js +44 -44
- package/dist/es/commands/DecryptCommand.js +23 -22
- package/dist/es/commands/DecryptCommand.js.map +1 -1
- package/dist/es/commands/DeleteAliasCommand.js +7 -8
- package/dist/es/commands/DeleteAliasCommand.js.map +1 -1
- package/dist/es/commands/DeleteCustomKeyStoreCommand.js +13 -13
- package/dist/es/commands/DeleteImportedKeyMaterialCommand.js +9 -9
- package/dist/es/commands/DescribeCustomKeyStoresCommand.js +6 -6
- package/dist/es/commands/DescribeKeyCommand.js +18 -19
- package/dist/es/commands/DescribeKeyCommand.js.map +1 -1
- package/dist/es/commands/DisableKeyCommand.js +7 -7
- package/dist/es/commands/DisableKeyRotationCommand.js +5 -6
- package/dist/es/commands/DisableKeyRotationCommand.js.map +1 -1
- package/dist/es/commands/DisconnectCustomKeyStoreCommand.js +6 -8
- package/dist/es/commands/DisconnectCustomKeyStoreCommand.js.map +1 -1
- package/dist/es/commands/EnableKeyCommand.js +4 -5
- package/dist/es/commands/EnableKeyCommand.js.map +1 -1
- package/dist/es/commands/EnableKeyRotationCommand.js +5 -5
- package/dist/es/commands/EncryptCommand.js +20 -21
- package/dist/es/commands/EncryptCommand.js.map +1 -1
- package/dist/es/commands/GenerateDataKeyCommand.js +17 -18
- package/dist/es/commands/GenerateDataKeyCommand.js.map +1 -1
- package/dist/es/commands/GenerateDataKeyPairCommand.js +21 -15
- package/dist/es/commands/GenerateDataKeyPairCommand.js.map +1 -1
- package/dist/es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +16 -12
- package/dist/es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +1 -1
- package/dist/es/commands/GenerateDataKeyWithoutPlaintextCommand.js +9 -9
- package/dist/es/commands/GenerateRandomCommand.js +4 -3
- package/dist/es/commands/GenerateRandomCommand.js.map +1 -1
- package/dist/es/commands/GetKeyPolicyCommand.js +2 -2
- package/dist/es/commands/GetKeyRotationStatusCommand.js +9 -9
- package/dist/es/commands/GetParametersForImportCommand.js +8 -8
- package/dist/es/commands/GetPublicKeyCommand.js +15 -15
- package/dist/es/commands/ImportKeyMaterialCommand.js +18 -18
- package/dist/es/commands/ListAliasesCommand.js +8 -10
- package/dist/es/commands/ListAliasesCommand.js.map +1 -1
- package/dist/es/commands/ListGrantsCommand.js +9 -4
- package/dist/es/commands/ListGrantsCommand.js.map +1 -1
- package/dist/es/commands/ListKeyPoliciesCommand.js +2 -2
- package/dist/es/commands/ListKeysCommand.js +2 -2
- package/dist/es/commands/ListResourceTagsCommand.js +4 -4
- package/dist/es/commands/ListRetirableGrantsCommand.js +14 -14
- package/dist/es/commands/PutKeyPolicyCommand.js +5 -5
- package/dist/es/commands/ReEncryptCommand.js +30 -34
- package/dist/es/commands/ReEncryptCommand.js.map +1 -1
- package/dist/es/commands/ReplicateKeyCommand.js +16 -16
- package/dist/es/commands/RetireGrantCommand.js +9 -9
- package/dist/es/commands/RevokeGrantCommand.js +9 -4
- package/dist/es/commands/RevokeGrantCommand.js.map +1 -1
- package/dist/es/commands/ScheduleKeyDeletionCommand.js +17 -17
- package/dist/es/commands/SignCommand.js +12 -13
- package/dist/es/commands/SignCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +10 -12
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +9 -10
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateAliasCommand.js +15 -15
- package/dist/es/commands/UpdateCustomKeyStoreCommand.js +9 -9
- package/dist/es/commands/UpdateKeyDescriptionCommand.js +4 -4
- package/dist/es/commands/UpdatePrimaryRegionCommand.js +13 -13
- package/dist/es/commands/VerifyCommand.js +14 -14
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +11 -0
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_json1_1.js +18 -14
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/types/KMS.d.ts +567 -572
- package/dist/types/KMSClient.d.ts +18 -18
- package/dist/types/commands/CancelKeyDeletionCommand.d.ts +6 -7
- package/dist/types/commands/ConnectCustomKeyStoreCommand.d.ts +9 -9
- package/dist/types/commands/CreateAliasCommand.d.ts +13 -14
- package/dist/types/commands/CreateCustomKeyStoreCommand.d.ts +8 -8
- package/dist/types/commands/CreateGrantCommand.d.ts +15 -22
- package/dist/types/commands/CreateKeyCommand.d.ts +44 -44
- package/dist/types/commands/DecryptCommand.d.ts +23 -22
- package/dist/types/commands/DeleteAliasCommand.d.ts +7 -8
- package/dist/types/commands/DeleteCustomKeyStoreCommand.d.ts +13 -13
- package/dist/types/commands/DeleteImportedKeyMaterialCommand.d.ts +9 -9
- package/dist/types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -6
- package/dist/types/commands/DescribeKeyCommand.d.ts +18 -19
- package/dist/types/commands/DisableKeyCommand.d.ts +7 -7
- package/dist/types/commands/DisableKeyRotationCommand.d.ts +5 -6
- package/dist/types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -8
- package/dist/types/commands/EnableKeyCommand.d.ts +4 -5
- package/dist/types/commands/EnableKeyRotationCommand.d.ts +5 -5
- package/dist/types/commands/EncryptCommand.d.ts +20 -21
- package/dist/types/commands/GenerateDataKeyCommand.d.ts +17 -18
- package/dist/types/commands/GenerateDataKeyPairCommand.d.ts +21 -15
- package/dist/types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -12
- package/dist/types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +9 -9
- package/dist/types/commands/GenerateRandomCommand.d.ts +4 -3
- package/dist/types/commands/GetKeyPolicyCommand.d.ts +2 -2
- package/dist/types/commands/GetKeyRotationStatusCommand.d.ts +9 -9
- package/dist/types/commands/GetParametersForImportCommand.d.ts +8 -8
- package/dist/types/commands/GetPublicKeyCommand.d.ts +15 -15
- package/dist/types/commands/ImportKeyMaterialCommand.d.ts +18 -18
- package/dist/types/commands/ListAliasesCommand.d.ts +8 -10
- package/dist/types/commands/ListGrantsCommand.d.ts +9 -4
- package/dist/types/commands/ListKeyPoliciesCommand.d.ts +2 -2
- package/dist/types/commands/ListKeysCommand.d.ts +2 -2
- package/dist/types/commands/ListResourceTagsCommand.d.ts +4 -4
- package/dist/types/commands/ListRetirableGrantsCommand.d.ts +14 -14
- package/dist/types/commands/PutKeyPolicyCommand.d.ts +5 -5
- package/dist/types/commands/ReEncryptCommand.d.ts +30 -34
- package/dist/types/commands/ReplicateKeyCommand.d.ts +16 -16
- package/dist/types/commands/RetireGrantCommand.d.ts +9 -9
- package/dist/types/commands/RevokeGrantCommand.d.ts +9 -4
- package/dist/types/commands/ScheduleKeyDeletionCommand.d.ts +17 -17
- package/dist/types/commands/SignCommand.d.ts +12 -13
- package/dist/types/commands/TagResourceCommand.d.ts +10 -12
- package/dist/types/commands/UntagResourceCommand.d.ts +9 -10
- package/dist/types/commands/UpdateAliasCommand.d.ts +15 -15
- package/dist/types/commands/UpdateCustomKeyStoreCommand.d.ts +9 -9
- package/dist/types/commands/UpdateKeyDescriptionCommand.d.ts +4 -4
- package/dist/types/commands/UpdatePrimaryRegionCommand.d.ts +13 -13
- package/dist/types/commands/VerifyCommand.d.ts +14 -14
- package/dist/types/models/models_0.d.ts +584 -570
- package/dist/types/ts3.4/KMS.d.ts +567 -572
- package/dist/types/ts3.4/KMSClient.d.ts +18 -18
- package/dist/types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +6 -7
- package/dist/types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +9 -9
- package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +13 -14
- package/dist/types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +8 -8
- package/dist/types/ts3.4/commands/CreateGrantCommand.d.ts +15 -22
- package/dist/types/ts3.4/commands/CreateKeyCommand.d.ts +44 -44
- package/dist/types/ts3.4/commands/DecryptCommand.d.ts +23 -22
- package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +7 -8
- package/dist/types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +13 -13
- package/dist/types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +9 -9
- package/dist/types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +6 -6
- package/dist/types/ts3.4/commands/DescribeKeyCommand.d.ts +18 -19
- package/dist/types/ts3.4/commands/DisableKeyCommand.d.ts +7 -7
- package/dist/types/ts3.4/commands/DisableKeyRotationCommand.d.ts +5 -6
- package/dist/types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -8
- package/dist/types/ts3.4/commands/EnableKeyCommand.d.ts +4 -5
- package/dist/types/ts3.4/commands/EnableKeyRotationCommand.d.ts +5 -5
- package/dist/types/ts3.4/commands/EncryptCommand.d.ts +20 -21
- package/dist/types/ts3.4/commands/GenerateDataKeyCommand.d.ts +17 -18
- package/dist/types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +21 -15
- package/dist/types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -12
- package/dist/types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +9 -9
- package/dist/types/ts3.4/commands/GenerateRandomCommand.d.ts +4 -3
- package/dist/types/ts3.4/commands/GetKeyPolicyCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +9 -9
- package/dist/types/ts3.4/commands/GetParametersForImportCommand.d.ts +8 -8
- package/dist/types/ts3.4/commands/GetPublicKeyCommand.d.ts +15 -15
- package/dist/types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +18 -18
- package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +8 -10
- package/dist/types/ts3.4/commands/ListGrantsCommand.d.ts +9 -4
- package/dist/types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/ListKeysCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/ListResourceTagsCommand.d.ts +4 -4
- package/dist/types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +14 -14
- package/dist/types/ts3.4/commands/PutKeyPolicyCommand.d.ts +5 -5
- package/dist/types/ts3.4/commands/ReEncryptCommand.d.ts +30 -34
- package/dist/types/ts3.4/commands/ReplicateKeyCommand.d.ts +16 -16
- package/dist/types/ts3.4/commands/RetireGrantCommand.d.ts +9 -9
- package/dist/types/ts3.4/commands/RevokeGrantCommand.d.ts +9 -4
- package/dist/types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +17 -17
- package/dist/types/ts3.4/commands/SignCommand.d.ts +12 -13
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +10 -12
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +9 -10
- package/dist/types/ts3.4/commands/UpdateAliasCommand.d.ts +15 -15
- package/dist/types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +9 -9
- package/dist/types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +4 -4
- package/dist/types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +13 -13
- package/dist/types/ts3.4/commands/VerifyCommand.d.ts +14 -14
- package/dist/types/ts3.4/models/models_0.d.ts +584 -570
- package/models/models_0.ts +588 -570
- package/package.json +31 -31
- package/protocols/Aws_json1_1.ts +20 -12
|
@@ -7,77 +7,73 @@ export interface ReEncryptCommandInput extends ReEncryptRequest {
|
|
|
7
7
|
export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Decrypts ciphertext and then reencrypts it entirely within
|
|
11
|
-
* operation to change the
|
|
12
|
-
* you <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html#rotate-keys-manually">manually rotate</a> a
|
|
13
|
-
* use it to reencrypt ciphertext under the same
|
|
10
|
+
* <p>Decrypts ciphertext and then reencrypts it entirely within KMS. You can use this
|
|
11
|
+
* operation to change the KMS key under which data is encrypted, such as when
|
|
12
|
+
* you <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html#rotate-keys-manually">manually rotate</a> a KMS key or change the KMS key that protects a ciphertext. You can also
|
|
13
|
+
* use it to reencrypt ciphertext under the same KMS key, such as to change the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">encryption
|
|
14
14
|
* context</a> of a ciphertext.</p>
|
|
15
15
|
* <p>The <code>ReEncrypt</code> operation can decrypt ciphertext that was encrypted by using an
|
|
16
|
-
*
|
|
17
|
-
* public key of an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html#asymmetric-cmks">asymmetric
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* encryption</a>. These libraries return a ciphertext format that is incompatible with
|
|
21
|
-
* AWS KMS.</p>
|
|
16
|
+
* KMS KMS key in an KMS operation, such as <a>Encrypt</a> or <a>GenerateDataKey</a>. It can also decrypt ciphertext that was encrypted by using the
|
|
17
|
+
* public key of an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html#asymmetric-cmks">asymmetric KMS key</a> outside of KMS. However, it cannot decrypt ciphertext
|
|
18
|
+
* produced by other libraries, such as the <a href="https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/">Amazon Web Services Encryption SDK</a> or <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3 client-side encryption</a>.
|
|
19
|
+
* These libraries return a ciphertext format that is incompatible with KMS.</p>
|
|
22
20
|
* <p>When you use the <code>ReEncrypt</code> operation, you need to provide information for the
|
|
23
21
|
* decrypt operation and the subsequent encrypt operation.</p>
|
|
24
22
|
* <ul>
|
|
25
23
|
* <li>
|
|
26
|
-
* <p>If your ciphertext was encrypted under an asymmetric
|
|
27
|
-
* <code>SourceKeyId</code> parameter to identify the
|
|
24
|
+
* <p>If your ciphertext was encrypted under an asymmetric KMS key, you must use the
|
|
25
|
+
* <code>SourceKeyId</code> parameter to identify the KMS key that encrypted the ciphertext.
|
|
28
26
|
* You must also supply the encryption algorithm that was used. This information is required
|
|
29
27
|
* to decrypt the data.</p>
|
|
30
28
|
* </li>
|
|
31
29
|
* <li>
|
|
32
|
-
* <p>If your ciphertext was encrypted under a symmetric
|
|
33
|
-
* parameter is optional.
|
|
30
|
+
* <p>If your ciphertext was encrypted under a symmetric KMS key, the <code>SourceKeyId</code>
|
|
31
|
+
* parameter is optional. KMS can get this information from metadata that it adds to the
|
|
34
32
|
* symmetric ciphertext blob. This feature adds durability to your implementation by ensuring
|
|
35
33
|
* that authorized users can decrypt ciphertext decades after it was encrypted, even if
|
|
36
|
-
* they've lost track of the
|
|
37
|
-
* as a best practice. When you use the <code>SourceKeyId</code> parameter to specify a
|
|
38
|
-
*
|
|
39
|
-
* CMK, the <code>ReEncrypt</code> operation fails. This practice ensures that you use the
|
|
40
|
-
* CMK that you intend.</p>
|
|
34
|
+
* they've lost track of the key ID. However, specifying the source KMS key is always recommended
|
|
35
|
+
* as a best practice. When you use the <code>SourceKeyId</code> parameter to specify a KMS key,
|
|
36
|
+
* KMS uses only the KMS key you specify. If the ciphertext was encrypted under a different KMS key, the <code>ReEncrypt</code> operation fails. This practice ensures that you use the KMS key that you intend.</p>
|
|
41
37
|
* </li>
|
|
42
38
|
* <li>
|
|
43
39
|
* <p>To reencrypt the data, you must use the <code>DestinationKeyId</code> parameter
|
|
44
|
-
* specify the
|
|
45
|
-
* symmetric or asymmetric
|
|
40
|
+
* specify the KMS key that re-encrypts the data after it is decrypted. You can select a
|
|
41
|
+
* symmetric or asymmetric KMS key. If the destination KMS key is an asymmetric KMS key, you must also
|
|
46
42
|
* provide the encryption algorithm. The algorithm that you choose must be compatible with
|
|
47
|
-
* the
|
|
43
|
+
* the KMS key.</p>
|
|
48
44
|
*
|
|
49
45
|
* <important>
|
|
50
|
-
* <p>When you use an asymmetric
|
|
51
|
-
* <p>You are not required to supply the
|
|
46
|
+
* <p>When you use an asymmetric KMS key to encrypt or reencrypt data, be sure to record the KMS key and encryption algorithm that you choose. You will be required to provide the same KMS key and encryption algorithm when you decrypt the data. If the KMS key and algorithm do not match the values used to encrypt the data, the decrypt operation fails.</p>
|
|
47
|
+
* <p>You are not required to supply the key ID and encryption algorithm when you decrypt with symmetric KMS keys because KMS stores this information in the ciphertext blob. KMS cannot store metadata in ciphertext generated with asymmetric keys. The standard format for asymmetric key ciphertext does not include configurable fields.</p>
|
|
52
48
|
* </important>
|
|
53
49
|
* </li>
|
|
54
50
|
* </ul>
|
|
55
51
|
*
|
|
56
52
|
*
|
|
57
53
|
*
|
|
58
|
-
* <p>The
|
|
59
|
-
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
54
|
+
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
55
|
+
* 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>
|
|
60
56
|
* <p>
|
|
61
|
-
* <b>Cross-account use</b>: Yes. The source
|
|
62
|
-
*
|
|
63
|
-
*
|
|
57
|
+
* <b>Cross-account use</b>: Yes. The source KMS key and destination KMS key can be in different Amazon Web Services accounts. Either or both KMS keys can be in a different account than
|
|
58
|
+
* the caller. To specify a KMS key in a different account, you must use its key ARN or alias
|
|
59
|
+
* ARN.</p>
|
|
64
60
|
*
|
|
65
61
|
* <p>
|
|
66
62
|
* <b>Required permissions</b>:</p>
|
|
67
63
|
* <ul>
|
|
68
64
|
* <li>
|
|
69
65
|
* <p>
|
|
70
|
-
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptFrom</a> permission on the source
|
|
66
|
+
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptFrom</a> permission on the source KMS key (key policy)</p>
|
|
71
67
|
* </li>
|
|
72
68
|
* <li>
|
|
73
69
|
* <p>
|
|
74
|
-
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptTo</a> permission on the destination
|
|
70
|
+
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptTo</a> permission on the destination KMS key (key policy)</p>
|
|
75
71
|
* </li>
|
|
76
72
|
* </ul>
|
|
77
|
-
* <p>To permit reencryption from or to a
|
|
73
|
+
* <p>To permit reencryption from or to a KMS key, include the <code>"kms:ReEncrypt*"</code>
|
|
78
74
|
* permission in your <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">key policy</a>. This permission is
|
|
79
|
-
* automatically included in the key policy when you use the console to create a
|
|
80
|
-
* must include it manually when you create a
|
|
75
|
+
* automatically included in the key policy when you use the console to create a KMS key. But you
|
|
76
|
+
* must include it manually when you create a KMS key programmatically or when you use the <a>PutKeyPolicy</a> operation to set a key policy.</p>
|
|
81
77
|
*
|
|
82
78
|
* <p>
|
|
83
79
|
* <b>Related operations:</b>
|
|
@@ -9,24 +9,24 @@ export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __Metad
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Replicates a multi-Region key into the specified Region. This operation creates a
|
|
11
11
|
* multi-Region replica key based on a multi-Region primary key in a different Region of the same
|
|
12
|
-
*
|
|
12
|
+
* Amazon Web Services partition. You can create multiple replicas of a primary key, but each must be in a
|
|
13
13
|
* different Region. To create a multi-Region primary key, use the <a>CreateKey</a>
|
|
14
14
|
* operation.</p>
|
|
15
|
-
* <p>This operation supports <i>multi-Region keys</i>, an
|
|
16
|
-
* interoperable
|
|
17
|
-
* material, and other metadata, you can use them to encrypt data in one
|
|
18
|
-
* it in a different
|
|
19
|
-
* <p>A <i>replica key</i> is a fully-functional
|
|
15
|
+
* <p>This operation supports <i>multi-Region keys</i>, an KMS feature that lets you create multiple
|
|
16
|
+
* interoperable KMS keys in different Amazon Web Services Regions. Because these KMS keys have the same key ID, key
|
|
17
|
+
* material, and other metadata, you can use them interchangeably to encrypt data in one Amazon Web Services Region and decrypt
|
|
18
|
+
* it in a different Amazon Web Services Region without re-encrypting the data or making a cross-Region call. For more information about multi-Region keys, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html">Using multi-Region keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
19
|
+
* <p>A <i>replica key</i> is a fully-functional KMS key that can be used
|
|
20
20
|
* independently of its primary and peer replica keys. A primary key and its replica keys share
|
|
21
21
|
* properties that make them interoperable. They have the same <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id">key ID</a> and key material. They also
|
|
22
22
|
* have the same <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-spec">key
|
|
23
23
|
* spec</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-usage">key
|
|
24
24
|
* usage</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-origin">key
|
|
25
|
-
* material origin</a>, and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic key rotation status</a>.
|
|
25
|
+
* material origin</a>, and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic key rotation status</a>. KMS automatically synchronizes these shared
|
|
26
26
|
* properties among related multi-Region keys. All other properties of a replica key can differ,
|
|
27
27
|
* including its <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">key
|
|
28
28
|
* policy</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/tagging-keys.html">tags</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html">aliases</a>, and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">key
|
|
29
|
-
* state</a>.
|
|
29
|
+
* state</a>. KMS pricing and quotas for KMS keys apply to each primary key and replica
|
|
30
30
|
* key.</p>
|
|
31
31
|
* <p>When this operation completes, the new replica key has a transient key state of
|
|
32
32
|
* <code>Creating</code>. This key state changes to <code>Enabled</code> (or
|
|
@@ -35,31 +35,31 @@ export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __Metad
|
|
|
35
35
|
* cannot yet use it in cryptographic operations. If you are creating and using the replica key
|
|
36
36
|
* programmatically, retry on <code>KMSInvalidStateException</code> or call
|
|
37
37
|
* <code>DescribeKey</code> to check its <code>KeyState</code> value before using it. For
|
|
38
|
-
* details about the <code>Creating</code> key state, see <a href="kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
39
|
-
* <i>
|
|
40
|
-
* <p>The
|
|
38
|
+
* details about the <code>Creating</code> key state, see <a href="kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the
|
|
39
|
+
* <i>Key Management Service Developer Guide</i>.</p>
|
|
40
|
+
* <p>The CloudTrail log of a <code>ReplicateKey</code> operation records a
|
|
41
41
|
* <code>ReplicateKey</code> operation in the primary key's Region and a <a>CreateKey</a> operation in the replica key's Region.</p>
|
|
42
42
|
* <p>If you replicate a multi-Region primary key with imported key material, the replica key is
|
|
43
43
|
* created with no key material. You must import the same key material that you imported into the
|
|
44
|
-
* primary key. For details, see <a href="kms/latest/developerguide/multi-region-keys-import.html">Importing key material into multi-Region keys</a> in the <i>
|
|
44
|
+
* primary key. For details, see <a href="kms/latest/developerguide/multi-region-keys-import.html">Importing key material into multi-Region keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
45
45
|
* <p>To convert a replica key to a primary key, use the <a>UpdatePrimaryRegion</a>
|
|
46
46
|
* operation.</p>
|
|
47
47
|
* <note>
|
|
48
48
|
* <p>
|
|
49
49
|
* <code>ReplicateKey</code> uses different default values for the <code>KeyPolicy</code> and
|
|
50
|
-
* <code>Tags</code> parameters than those used in the
|
|
50
|
+
* <code>Tags</code> parameters than those used in the KMS console. For details, see the
|
|
51
51
|
* parameter descriptions.</p>
|
|
52
52
|
* </note>
|
|
53
53
|
* <p>
|
|
54
54
|
* <b>Cross-account use</b>: No. You cannot use this operation to
|
|
55
|
-
* create a
|
|
55
|
+
* create a replica key in a different Amazon Web Services account. </p>
|
|
56
56
|
* <p>
|
|
57
57
|
* <b>Required permissions</b>: </p>
|
|
58
58
|
* <ul>
|
|
59
59
|
* <li>
|
|
60
60
|
* <p>
|
|
61
|
-
* <code>kms:ReplicateKey</code> on the primary
|
|
62
|
-
* permission in the primary
|
|
61
|
+
* <code>kms:ReplicateKey</code> on the primary key (in the primary key's Region). Include this
|
|
62
|
+
* permission in the primary key's key policy.</p>
|
|
63
63
|
* </li>
|
|
64
64
|
* <li>
|
|
65
65
|
* <p>
|
|
@@ -9,24 +9,24 @@ export interface RetireGrantCommandOutput extends __MetadataBearer {
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes a grant. Typically, you retire a grant when you no longer need its permissions. To
|
|
11
11
|
* identify the grant to retire, use a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html#grant_token">grant token</a>, or both the grant ID and a
|
|
12
|
-
* key identifier (key ID or key ARN) of the
|
|
12
|
+
* key identifier (key ID or key ARN) of the KMS key. The <a>CreateGrant</a> operation returns both values.</p>
|
|
13
13
|
* <p>This operation can be called by the <i>retiring principal</i> for a grant,
|
|
14
14
|
* by the <i>grantee principal</i> if the grant allows the <code>RetireGrant</code>
|
|
15
|
-
* operation, and by the
|
|
15
|
+
* operation, and by the Amazon Web Services account (root user) in which the grant is created. It can also be
|
|
16
16
|
* called by principals to whom permission for retiring a grant is delegated. For details, see
|
|
17
|
-
*
|
|
18
|
-
* revoking grants</a> in the <i>
|
|
17
|
+
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring and
|
|
18
|
+
* revoking grants</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
19
19
|
* <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
|
|
20
20
|
* <i>
|
|
21
|
-
* <i>
|
|
21
|
+
* <i>Key Management Service Developer Guide</i>
|
|
22
22
|
* </i>. For examples of working with grants in several
|
|
23
|
-
* programming languages, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-grants.html">Programming grants</a
|
|
23
|
+
* programming languages, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-grants.html">Programming grants</a>. </p>
|
|
24
24
|
* <p>
|
|
25
|
-
* <b>Cross-account use</b>: Yes. You can retire a grant on a
|
|
26
|
-
* in a different
|
|
25
|
+
* <b>Cross-account use</b>: Yes. You can retire a grant on a KMS key
|
|
26
|
+
* in a different Amazon Web Services account.</p>
|
|
27
27
|
* <p>
|
|
28
28
|
* <b>Required permissions:</b>:Permission to retire a grant is
|
|
29
|
-
* determined primarily by the grant. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring and revoking grants</a> in the <i>
|
|
29
|
+
* determined primarily by the grant. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring and revoking grants</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
30
30
|
* <p>
|
|
31
31
|
* <b>Related operations:</b>
|
|
32
32
|
* </p>
|
|
@@ -11,14 +11,19 @@ export interface RevokeGrantCommandOutput extends __MetadataBearer {
|
|
|
11
11
|
* grant allows. For more
|
|
12
12
|
* information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/managing-grants.html#grant-delete">Retiring and revoking grants</a> in
|
|
13
13
|
* the <i>
|
|
14
|
-
* <i>
|
|
14
|
+
* <i>Key Management Service Developer Guide</i>
|
|
15
15
|
* </i>.</p>
|
|
16
|
-
* <p>When you create, retire, or revoke a grant, there might be a brief delay, usually less than five minutes, until the grant is available throughout
|
|
16
|
+
* <p>When you create, retire, or revoke a grant, there might be a brief delay, usually less than five minutes, until the grant is available throughout KMS. This state is known as <i>eventual consistency</i>. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html#terms-eventual-consistency">Eventual consistency</a> in
|
|
17
17
|
* the <i>
|
|
18
|
-
* <i>
|
|
18
|
+
* <i>Key Management Service Developer Guide</i>
|
|
19
19
|
* </i>. </p>
|
|
20
|
+
* <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
|
|
21
|
+
* <i>
|
|
22
|
+
* <i>Key Management Service Developer Guide</i>
|
|
23
|
+
* </i>. For examples of working with grants in several
|
|
24
|
+
* programming languages, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-grants.html">Programming grants</a>. </p>
|
|
20
25
|
* <p>
|
|
21
|
-
* <b>Cross-account use</b>: Yes. To perform this operation on a
|
|
26
|
+
* <b>Cross-account use</b>: Yes. To perform this operation on a KMS key in a different Amazon Web Services account, specify the key
|
|
22
27
|
* ARN in the value of the <code>KeyId</code> parameter.</p>
|
|
23
28
|
* <p>
|
|
24
29
|
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:RevokeGrant</a> (key policy).</p>
|
|
@@ -7,38 +7,38 @@ export interface ScheduleKeyDeletionCommandInput extends ScheduleKeyDeletionRequ
|
|
|
7
7
|
export interface ScheduleKeyDeletionCommandOutput extends ScheduleKeyDeletionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Schedules the deletion of a
|
|
10
|
+
* <p>Schedules the deletion of a KMS key. By default, KMS applies a waiting
|
|
11
11
|
* period of 30 days, but you can specify a waiting period of 7-30 days. When this operation is
|
|
12
|
-
* successful, the key state of the
|
|
12
|
+
* successful, the key state of the KMS key changes to <code>PendingDeletion</code> and the key can't
|
|
13
13
|
* be used in any cryptographic operations. It remains in this state for the duration of the
|
|
14
|
-
* waiting period. Before the waiting period ends, you can use <a>CancelKeyDeletion</a> to cancel the deletion of the
|
|
15
|
-
* its key material, and all
|
|
14
|
+
* waiting period. Before the waiting period ends, you can use <a>CancelKeyDeletion</a> to cancel the deletion of the KMS key. After the waiting period ends, KMS deletes the KMS key,
|
|
15
|
+
* its key material, and all KMS data associated with it, including all aliases that refer to
|
|
16
16
|
* it.</p>
|
|
17
17
|
* <important>
|
|
18
|
-
* <p>Deleting a
|
|
19
|
-
* deleted, all data that was encrypted under the
|
|
20
|
-
* a multi-Region replica key.) To prevent the use of a
|
|
18
|
+
* <p>Deleting a KMS key is a destructive and potentially dangerous operation. When a KMS key is
|
|
19
|
+
* deleted, all data that was encrypted under the KMS key is unrecoverable. (The only exception is
|
|
20
|
+
* a multi-Region replica key.) To prevent the use of a KMS key without deleting it, use <a>DisableKey</a>. </p>
|
|
21
21
|
* </important>
|
|
22
|
-
* <p>If you schedule deletion of a
|
|
23
|
-
* expires, <code>ScheduleKeyDeletion</code> deletes the
|
|
24
|
-
* effort to delete the key material from the associated
|
|
22
|
+
* <p>If you schedule deletion of a KMS key from a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a>, when the waiting period
|
|
23
|
+
* expires, <code>ScheduleKeyDeletion</code> deletes the KMS key from KMS. Then KMS makes a best
|
|
24
|
+
* effort to delete the key material from the associated CloudHSM cluster. However, you might need
|
|
25
25
|
* to manually <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-orphaned-key">delete the orphaned key
|
|
26
26
|
* material</a> from the cluster and its backups.</p>
|
|
27
27
|
* <p>You can schedule the deletion of a multi-Region primary key and its replica keys at any
|
|
28
|
-
* time. However,
|
|
28
|
+
* time. However, KMS will not delete a multi-Region primary key with existing replica keys. If
|
|
29
29
|
* you schedule the deletion of a primary key with replicas, its key state changes to
|
|
30
30
|
* <code>PendingReplicaDeletion</code> and it cannot be replicated or used in cryptographic
|
|
31
31
|
* operations. This status can continue indefinitely. When the last of its replicas keys is
|
|
32
32
|
* deleted (not just scheduled), the key state of the primary key changes to
|
|
33
33
|
* <code>PendingDeletion</code> and its waiting period (<code>PendingWindowInDays</code>)
|
|
34
|
-
* begins. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-delete.html">Deleting multi-Region keys</a> in the <i>
|
|
35
|
-
* <p>For more information about scheduling a
|
|
36
|
-
* <i>
|
|
37
|
-
* <p>The
|
|
38
|
-
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
34
|
+
* begins. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-delete.html">Deleting multi-Region keys</a> in the <i>Key Management Service Developer Guide</i>. </p>
|
|
35
|
+
* <p>For more information about scheduling a KMS key for deletion, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/deleting-keys.html">Deleting KMS keys</a> in the
|
|
36
|
+
* <i>Key Management Service Developer Guide</i>.</p>
|
|
37
|
+
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
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>
|
|
39
39
|
*
|
|
40
40
|
* <p>
|
|
41
|
-
* <b>Cross-account use</b>: No. You cannot perform this operation on a
|
|
41
|
+
* <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
|
|
42
42
|
*
|
|
43
43
|
*
|
|
44
44
|
* <p>
|
|
@@ -8,21 +8,20 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a <a href="https://en.wikipedia.org/wiki/Digital_signature">digital
|
|
11
|
-
* signature</a> for a message or message digest by using the private key in an asymmetric
|
|
12
|
-
*
|
|
13
|
-
* key in the same asymmetric CMK outside of AWS KMS. For information about symmetric and asymmetric CMKs, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using Symmetric and Asymmetric CMKs</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>
|
|
11
|
+
* signature</a> for a message or message digest by using the private key in an asymmetric KMS key. To verify the signature, use the <a>Verify</a> operation, or use the public
|
|
12
|
+
* key in the same asymmetric KMS key outside of KMS. 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
13
|
* <p>Digital signatures are generated and verified by using asymmetric key pair, such as an RSA
|
|
15
|
-
* or ECC pair that is represented by an asymmetric
|
|
14
|
+
* or ECC pair that is represented by an asymmetric KMS key. The key owner (or
|
|
16
15
|
* an authorized user) uses their private key to sign a message. Anyone with the public key can
|
|
17
16
|
* verify that the message was signed with that particular private key and that the message
|
|
18
17
|
* hasn't changed since it was signed. </p>
|
|
19
18
|
* <p>To use the <code>Sign</code> operation, provide the following information:</p>
|
|
20
19
|
* <ul>
|
|
21
20
|
* <li>
|
|
22
|
-
* <p>Use the <code>KeyId</code> parameter to identify an asymmetric
|
|
21
|
+
* <p>Use the <code>KeyId</code> parameter to identify an asymmetric KMS key with a
|
|
23
22
|
* <code>KeyUsage</code> value of <code>SIGN_VERIFY</code>. To get the
|
|
24
|
-
* <code>KeyUsage</code> value of a
|
|
25
|
-
* The caller must have <code>kms:Sign</code> permission on the
|
|
23
|
+
* <code>KeyUsage</code> value of a KMS key, use the <a>DescribeKey</a> operation.
|
|
24
|
+
* The caller must have <code>kms:Sign</code> permission on the KMS key.</p>
|
|
26
25
|
* </li>
|
|
27
26
|
* <li>
|
|
28
27
|
* <p>Use the <code>Message</code> parameter to specify the message or message digest to
|
|
@@ -32,20 +31,20 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {
|
|
|
32
31
|
* <code>MessageType</code> parameter.</p>
|
|
33
32
|
* </li>
|
|
34
33
|
* <li>
|
|
35
|
-
* <p>Choose a signing algorithm that is compatible with the
|
|
34
|
+
* <p>Choose a signing algorithm that is compatible with the KMS key. </p>
|
|
36
35
|
* </li>
|
|
37
36
|
* </ul>
|
|
38
37
|
* <important>
|
|
39
|
-
* <p>When signing a message, be sure to record the
|
|
38
|
+
* <p>When signing a message, be sure to record the KMS key and the signing algorithm. This
|
|
40
39
|
* information is required to verify the signature.</p>
|
|
41
40
|
* </important>
|
|
42
41
|
* <p>To verify the signature that this operation generates, use the <a>Verify</a>
|
|
43
42
|
* operation. Or use the <a>GetPublicKey</a> operation to download the public key and
|
|
44
|
-
* then use the public key to verify the signature outside of
|
|
45
|
-
* <p>The
|
|
46
|
-
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
43
|
+
* then use the public key to verify the signature outside of KMS. </p>
|
|
44
|
+
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
45
|
+
* 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>
|
|
47
46
|
* <p>
|
|
48
|
-
* <b>Cross-account use</b>: Yes. To perform this operation with a
|
|
47
|
+
* <b>Cross-account use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
|
|
49
48
|
* the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
|
|
50
49
|
*
|
|
51
50
|
* <p>
|
|
@@ -7,26 +7,24 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
7
7
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Adds or edits tags on a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed
|
|
10
|
+
* <p>Adds or edits tags on a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a>.</p>
|
|
11
11
|
* <note>
|
|
12
|
-
* <p>Tagging or untagging a
|
|
13
|
-
* CMK. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/abac.html">Using ABAC in AWS KMS</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>
|
|
12
|
+
* <p>Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/abac.html">Using ABAC in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
14
13
|
* </note>
|
|
15
14
|
* <p>Each tag consists of a tag key and a tag value, both of which are case-sensitive strings.
|
|
16
15
|
* The tag value can be an empty (null) string. To add a tag, specify a new tag key and a tag
|
|
17
16
|
* value. To edit a tag, specify an existing tag key and a new tag value.</p>
|
|
18
|
-
* <p>You can use this operation to tag a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed
|
|
19
|
-
* tag an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">
|
|
20
|
-
* managed CMK</a>, an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">AWS owned CMK</a>, a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#keystore-concept">custom key store</a>, or
|
|
17
|
+
* <p>You can use this operation to tag a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a>, but you cannot
|
|
18
|
+
* tag an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a>, an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon Web Services owned key</a>, a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#keystore-concept">custom key store</a>, or
|
|
21
19
|
* an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#alias-concept">alias</a>.</p>
|
|
22
|
-
* <p>You can also add tags to a
|
|
23
|
-
* <p>For information about using tags in
|
|
24
|
-
* tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
|
|
20
|
+
* <p>You can also add tags to a KMS key while creating it (<a>CreateKey</a>) or replicating it (<a>ReplicateKey</a>).</p>
|
|
21
|
+
* <p>For information about using tags in KMS, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/tagging-keys.html">Tagging keys</a>. For general information about
|
|
22
|
+
* tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon
|
|
25
23
|
* Web Services General Reference</i>. </p>
|
|
26
|
-
* <p>The
|
|
27
|
-
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
24
|
+
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
25
|
+
* 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>
|
|
28
26
|
* <p>
|
|
29
|
-
* <b>Cross-account use</b>: No. You cannot perform this operation on a
|
|
27
|
+
* <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
|
|
30
28
|
*
|
|
31
29
|
* <p>
|
|
32
30
|
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:TagResource</a> (key policy)</p>
|
|
@@ -7,23 +7,22 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
7
7
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes tags from a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed
|
|
11
|
-
* specify the tag key and the
|
|
10
|
+
* <p>Deletes tags from a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a>. To delete a tag,
|
|
11
|
+
* specify the tag key and the KMS key.</p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>Tagging or untagging a
|
|
14
|
-
* CMK. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/abac.html">Using ABAC in AWS KMS</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>
|
|
13
|
+
* <p>Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/abac.html">Using ABAC in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
15
14
|
* </note>
|
|
16
15
|
* <p>When it succeeds, the <code>UntagResource</code> operation doesn't return any output.
|
|
17
|
-
* Also, if the specified tag key isn't found on the
|
|
16
|
+
* Also, if the specified tag key isn't found on the KMS key, it doesn't throw an exception or return
|
|
18
17
|
* a response. To confirm that the operation worked, use the <a>ListResourceTags</a> operation.</p>
|
|
19
18
|
*
|
|
20
|
-
* <p>For information about using tags in
|
|
21
|
-
* tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
|
|
19
|
+
* <p>For information about using tags in KMS, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/tagging-keys.html">Tagging keys</a>. For general information about
|
|
20
|
+
* tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon
|
|
22
21
|
* Web Services General Reference</i>. </p>
|
|
23
|
-
* <p>The
|
|
24
|
-
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
22
|
+
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
23
|
+
* 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>
|
|
25
24
|
* <p>
|
|
26
|
-
* <b>Cross-account use</b>: No. You cannot perform this operation on a
|
|
25
|
+
* <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
|
|
27
26
|
*
|
|
28
27
|
* <p>
|
|
29
28
|
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UntagResource</a> (key policy)</p>
|
|
@@ -7,27 +7,27 @@ export interface UpdateAliasCommandInput extends UpdateAliasRequest {
|
|
|
7
7
|
export interface UpdateAliasCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Associates an existing
|
|
11
|
-
* is associated with only one
|
|
12
|
-
* and the
|
|
10
|
+
* <p>Associates an existing KMS alias with a different KMS key. Each alias
|
|
11
|
+
* is associated with only one KMS key at a time, although a KMS key can have multiple aliases. The alias
|
|
12
|
+
* and the KMS key must be in the same Amazon Web Services account and Region.</p>
|
|
13
13
|
* <note>
|
|
14
|
-
* <p>Adding, deleting, or updating an alias can allow or deny permission to the
|
|
14
|
+
* <p>Adding, deleting, or updating an alias can allow or deny permission to the KMS key. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/abac.html">Using ABAC in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
15
15
|
* </note>
|
|
16
|
-
* <p>The current and new
|
|
16
|
+
* <p>The current and new KMS key must be the same type (both symmetric or both asymmetric), and
|
|
17
17
|
* they must have the same key usage (<code>ENCRYPT_DECRYPT</code> or <code>SIGN_VERIFY</code>).
|
|
18
18
|
* This restriction prevents errors in code that uses aliases. If you must assign an alias to a
|
|
19
|
-
* different type of
|
|
19
|
+
* different type of KMS key, use <a>DeleteAlias</a> to delete the old alias and <a>CreateAlias</a> to create a new alias.</p>
|
|
20
20
|
* <p>You cannot use <code>UpdateAlias</code> to change an alias name. To change an alias name,
|
|
21
21
|
* use <a>DeleteAlias</a> to delete the old alias and <a>CreateAlias</a> to
|
|
22
22
|
* create a new alias.</p>
|
|
23
|
-
* <p>Because an alias is not a property of a
|
|
24
|
-
* aliases of a
|
|
25
|
-
* the <a>DescribeKey</a> operation. To get the aliases of all
|
|
23
|
+
* <p>Because an alias is not a property of a KMS key, you can create, update, and delete the
|
|
24
|
+
* aliases of a KMS key without affecting the KMS key. Also, aliases do not appear in the response from
|
|
25
|
+
* the <a>DescribeKey</a> operation. To get the aliases of all KMS keys in the account,
|
|
26
26
|
* use the <a>ListAliases</a> operation. </p>
|
|
27
|
-
* <p>The
|
|
28
|
-
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
27
|
+
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
28
|
+
* 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>
|
|
29
29
|
* <p>
|
|
30
|
-
* <b>Cross-account use</b>: No. You cannot perform this operation on a
|
|
30
|
+
* <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
|
|
31
31
|
* <p>
|
|
32
32
|
* <b>Required permissions</b>
|
|
33
33
|
* </p>
|
|
@@ -38,14 +38,14 @@ export interface UpdateAliasCommandOutput extends __MetadataBearer {
|
|
|
38
38
|
* </li>
|
|
39
39
|
* <li>
|
|
40
40
|
* <p>
|
|
41
|
-
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the current
|
|
41
|
+
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the current KMS key (key policy).</p>
|
|
42
42
|
* </li>
|
|
43
43
|
* <li>
|
|
44
44
|
* <p>
|
|
45
|
-
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the new
|
|
45
|
+
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the new KMS key (key policy).</p>
|
|
46
46
|
* </li>
|
|
47
47
|
* </ul>
|
|
48
|
-
* <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 <i>
|
|
48
|
+
* <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 <i>Key Management Service Developer Guide</i>.</p>
|
|
49
49
|
* <p>
|
|
50
50
|
* <b>Related operations:</b>
|
|
51
51
|
* </p>
|
|
@@ -24,30 +24,30 @@ export interface UpdateCustomKeyStoreCommandOutput extends UpdateCustomKeyStoreR
|
|
|
24
24
|
* <p> </p>
|
|
25
25
|
* </li>
|
|
26
26
|
* <li>
|
|
27
|
-
* <p>Use the <b>KeyStorePassword</b> parameter tell
|
|
27
|
+
* <p>Use the <b>KeyStorePassword</b> parameter tell KMS the
|
|
28
28
|
* current password of the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser">
|
|
29
29
|
* <code>kmsuser</code> crypto
|
|
30
|
-
* user (CU)</a> in the associated
|
|
31
|
-
* connection failures</a> that occur when
|
|
30
|
+
* user (CU)</a> in the associated CloudHSM cluster. You can use this parameter to <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-password">fix
|
|
31
|
+
* connection failures</a> that occur when KMS cannot log into the associated cluster
|
|
32
32
|
* because the <code>kmsuser</code> password has changed. This value does not change the
|
|
33
|
-
* password in the
|
|
33
|
+
* password in the CloudHSM cluster.</p>
|
|
34
34
|
* <p> </p>
|
|
35
35
|
* </li>
|
|
36
36
|
* <li>
|
|
37
37
|
* <p>Use the <b>CloudHsmClusterId</b> parameter to associate the
|
|
38
|
-
* custom key store with a different, but related,
|
|
39
|
-
* to repair a custom key store if its
|
|
38
|
+
* custom key store with a different, but related, CloudHSM cluster. You can use this parameter
|
|
39
|
+
* to repair a custom key store if its CloudHSM cluster becomes corrupted or is deleted, or when
|
|
40
40
|
* you need to create or restore a cluster from a backup. </p>
|
|
41
41
|
* </li>
|
|
42
42
|
* </ul>
|
|
43
43
|
* <p>If the operation succeeds, it returns a JSON object with no
|
|
44
44
|
* properties.</p>
|
|
45
|
-
* <p>This operation is part of the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">Custom Key Store feature</a> feature in
|
|
46
|
-
* combines the convenience and extensive integration of
|
|
45
|
+
* <p>This operation is part of the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">Custom Key Store feature</a> feature in KMS, which
|
|
46
|
+
* combines the convenience and extensive integration of KMS with the isolation and control of a
|
|
47
47
|
* single-tenant key store.</p>
|
|
48
48
|
*
|
|
49
49
|
* <p>
|
|
50
|
-
* <b>Cross-account use</b>: No. You cannot perform this operation on a custom key store in a different
|
|
50
|
+
* <b>Cross-account use</b>: No. You cannot perform this operation on a custom key store in a different Amazon Web Services account. </p>
|
|
51
51
|
* <p>
|
|
52
52
|
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateCustomKeyStore</a> (IAM policy)</p>
|
|
53
53
|
* <p>
|
|
@@ -7,12 +7,12 @@ export interface UpdateKeyDescriptionCommandInput extends UpdateKeyDescriptionRe
|
|
|
7
7
|
export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates the description of a
|
|
10
|
+
* <p>Updates the description of a KMS key. To see the description of a KMS key,
|
|
11
11
|
* use <a>DescribeKey</a>. </p>
|
|
12
|
-
* <p>The
|
|
13
|
-
* details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your
|
|
12
|
+
* <p>The KMS key that you use for this operation must be in a compatible key state. For
|
|
13
|
+
* 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>
|
|
14
14
|
* <p>
|
|
15
|
-
* <b>Cross-account use</b>: No. You cannot perform this operation on a
|
|
15
|
+
* <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
|
|
16
16
|
*
|
|
17
17
|
* <p>
|
|
18
18
|
* <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateKeyDescription</a> (key policy)</p>
|