@aws-sdk/client-kms 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/KMS.d.ts +0 -50
- package/dist-types/ts3.4/KMSClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -379
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface VerifyMacCommandInput extends VerifyMacRequest {}
|
|
|
15
15
|
export interface VerifyMacCommandOutput
|
|
16
16
|
extends VerifyMacResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class VerifyMacCommand extends $Command<
|
|
20
19
|
VerifyMacCommandInput,
|
|
21
20
|
VerifyMacCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class VerifyMacCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: VerifyMacCommandInput;
|
|
25
24
|
constructor(input: VerifyMacCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KMSClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class KMSServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|