@aws-sdk/client-kms 3.926.0 → 3.928.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/dist-cjs/index.js +1975 -2615
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/KMSClient.js +2 -0
- package/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
- package/dist-es/commands/CreateAliasCommand.js +3 -9
- package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
- package/dist-es/commands/CreateGrantCommand.js +3 -9
- package/dist-es/commands/CreateKeyCommand.js +3 -9
- package/dist-es/commands/DecryptCommand.js +3 -10
- package/dist-es/commands/DeleteAliasCommand.js +3 -9
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
- package/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
- package/dist-es/commands/DescribeKeyCommand.js +3 -9
- package/dist-es/commands/DisableKeyCommand.js +3 -9
- package/dist-es/commands/DisableKeyRotationCommand.js +3 -9
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
- package/dist-es/commands/EnableKeyCommand.js +3 -9
- package/dist-es/commands/EnableKeyRotationCommand.js +3 -9
- package/dist-es/commands/EncryptCommand.js +3 -10
- package/dist-es/commands/GenerateDataKeyCommand.js +3 -10
- package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
- package/dist-es/commands/GenerateMacCommand.js +3 -10
- package/dist-es/commands/GenerateRandomCommand.js +3 -10
- package/dist-es/commands/GetKeyPolicyCommand.js +3 -9
- package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
- package/dist-es/commands/GetParametersForImportCommand.js +3 -10
- package/dist-es/commands/GetPublicKeyCommand.js +3 -9
- package/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
- package/dist-es/commands/ListAliasesCommand.js +3 -9
- package/dist-es/commands/ListGrantsCommand.js +3 -9
- package/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
- package/dist-es/commands/ListKeyRotationsCommand.js +3 -9
- package/dist-es/commands/ListKeysCommand.js +3 -9
- package/dist-es/commands/ListResourceTagsCommand.js +3 -9
- package/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
- package/dist-es/commands/PutKeyPolicyCommand.js +3 -9
- package/dist-es/commands/ReEncryptCommand.js +3 -9
- package/dist-es/commands/ReplicateKeyCommand.js +3 -9
- package/dist-es/commands/RetireGrantCommand.js +3 -9
- package/dist-es/commands/RevokeGrantCommand.js +3 -9
- package/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
- package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
- package/dist-es/commands/SignCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAliasCommand.js +3 -9
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
- package/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
- package/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
- package/dist-es/commands/VerifyCommand.js +3 -10
- package/dist-es/commands/VerifyMacCommand.js +3 -10
- package/dist-es/models/models_0.js +4 -80
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1728 -0
- package/dist-types/KMSClient.d.ts +10 -1
- package/dist-types/commands/CreateKeyCommand.d.ts +4 -4
- package/dist-types/commands/DecryptCommand.d.ts +6 -6
- package/dist-types/commands/DeriveSharedSecretCommand.d.ts +5 -5
- package/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
- package/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
- package/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
- package/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
- package/dist-types/commands/SignCommand.d.ts +2 -2
- package/dist-types/commands/VerifyCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +97 -119
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +229 -0
- package/dist-types/ts3.4/KMSClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -49
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -2008
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -479
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.