@aws-sdk/client-kms 3.169.0 → 3.171.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/ts3.4/KMS.d.ts +857 -255
- package/dist-types/ts3.4/KMSClient.d.ts +400 -123
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1154 -1364
- package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +602 -152
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
|
|
14
|
+
export interface VerifyMacCommandInput extends VerifyMacRequest {}
|
|
15
|
+
export interface VerifyMacCommandOutput
|
|
16
|
+
extends VerifyMacResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class VerifyMacCommand extends $Command<
|
|
19
|
+
VerifyMacCommandInput,
|
|
20
|
+
VerifyMacCommandOutput,
|
|
21
|
+
KMSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: VerifyMacCommandInput;
|
|
24
|
+
constructor(input: VerifyMacCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<VerifyMacCommandInput, VerifyMacCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
export * from "./CancelKeyDeletionCommand";
|
|
2
|
-
export * from "./ConnectCustomKeyStoreCommand";
|
|
3
|
-
export * from "./CreateAliasCommand";
|
|
4
|
-
export * from "./CreateCustomKeyStoreCommand";
|
|
5
|
-
export * from "./CreateGrantCommand";
|
|
6
|
-
export * from "./CreateKeyCommand";
|
|
7
|
-
export * from "./DecryptCommand";
|
|
8
|
-
export * from "./DeleteAliasCommand";
|
|
9
|
-
export * from "./DeleteCustomKeyStoreCommand";
|
|
10
|
-
export * from "./DeleteImportedKeyMaterialCommand";
|
|
11
|
-
export * from "./DescribeCustomKeyStoresCommand";
|
|
12
|
-
export * from "./DescribeKeyCommand";
|
|
13
|
-
export * from "./DisableKeyCommand";
|
|
14
|
-
export * from "./DisableKeyRotationCommand";
|
|
15
|
-
export * from "./DisconnectCustomKeyStoreCommand";
|
|
16
|
-
export * from "./EnableKeyCommand";
|
|
17
|
-
export * from "./EnableKeyRotationCommand";
|
|
18
|
-
export * from "./EncryptCommand";
|
|
19
|
-
export * from "./GenerateDataKeyCommand";
|
|
20
|
-
export * from "./GenerateDataKeyPairCommand";
|
|
21
|
-
export * from "./GenerateDataKeyPairWithoutPlaintextCommand";
|
|
22
|
-
export * from "./GenerateDataKeyWithoutPlaintextCommand";
|
|
23
|
-
export * from "./GenerateMacCommand";
|
|
24
|
-
export * from "./GenerateRandomCommand";
|
|
25
|
-
export * from "./GetKeyPolicyCommand";
|
|
26
|
-
export * from "./GetKeyRotationStatusCommand";
|
|
27
|
-
export * from "./GetParametersForImportCommand";
|
|
28
|
-
export * from "./GetPublicKeyCommand";
|
|
29
|
-
export * from "./ImportKeyMaterialCommand";
|
|
30
|
-
export * from "./ListAliasesCommand";
|
|
31
|
-
export * from "./ListGrantsCommand";
|
|
32
|
-
export * from "./ListKeyPoliciesCommand";
|
|
33
|
-
export * from "./ListKeysCommand";
|
|
34
|
-
export * from "./ListResourceTagsCommand";
|
|
35
|
-
export * from "./ListRetirableGrantsCommand";
|
|
36
|
-
export * from "./PutKeyPolicyCommand";
|
|
37
|
-
export * from "./ReEncryptCommand";
|
|
38
|
-
export * from "./ReplicateKeyCommand";
|
|
39
|
-
export * from "./RetireGrantCommand";
|
|
40
|
-
export * from "./RevokeGrantCommand";
|
|
41
|
-
export * from "./ScheduleKeyDeletionCommand";
|
|
42
|
-
export * from "./SignCommand";
|
|
43
|
-
export * from "./TagResourceCommand";
|
|
44
|
-
export * from "./UntagResourceCommand";
|
|
45
|
-
export * from "./UpdateAliasCommand";
|
|
46
|
-
export * from "./UpdateCustomKeyStoreCommand";
|
|
47
|
-
export * from "./UpdateKeyDescriptionCommand";
|
|
48
|
-
export * from "./UpdatePrimaryRegionCommand";
|
|
49
|
-
export * from "./VerifyCommand";
|
|
50
|
-
export * from "./VerifyMacCommand";
|
|
1
|
+
export * from "./CancelKeyDeletionCommand";
|
|
2
|
+
export * from "./ConnectCustomKeyStoreCommand";
|
|
3
|
+
export * from "./CreateAliasCommand";
|
|
4
|
+
export * from "./CreateCustomKeyStoreCommand";
|
|
5
|
+
export * from "./CreateGrantCommand";
|
|
6
|
+
export * from "./CreateKeyCommand";
|
|
7
|
+
export * from "./DecryptCommand";
|
|
8
|
+
export * from "./DeleteAliasCommand";
|
|
9
|
+
export * from "./DeleteCustomKeyStoreCommand";
|
|
10
|
+
export * from "./DeleteImportedKeyMaterialCommand";
|
|
11
|
+
export * from "./DescribeCustomKeyStoresCommand";
|
|
12
|
+
export * from "./DescribeKeyCommand";
|
|
13
|
+
export * from "./DisableKeyCommand";
|
|
14
|
+
export * from "./DisableKeyRotationCommand";
|
|
15
|
+
export * from "./DisconnectCustomKeyStoreCommand";
|
|
16
|
+
export * from "./EnableKeyCommand";
|
|
17
|
+
export * from "./EnableKeyRotationCommand";
|
|
18
|
+
export * from "./EncryptCommand";
|
|
19
|
+
export * from "./GenerateDataKeyCommand";
|
|
20
|
+
export * from "./GenerateDataKeyPairCommand";
|
|
21
|
+
export * from "./GenerateDataKeyPairWithoutPlaintextCommand";
|
|
22
|
+
export * from "./GenerateDataKeyWithoutPlaintextCommand";
|
|
23
|
+
export * from "./GenerateMacCommand";
|
|
24
|
+
export * from "./GenerateRandomCommand";
|
|
25
|
+
export * from "./GetKeyPolicyCommand";
|
|
26
|
+
export * from "./GetKeyRotationStatusCommand";
|
|
27
|
+
export * from "./GetParametersForImportCommand";
|
|
28
|
+
export * from "./GetPublicKeyCommand";
|
|
29
|
+
export * from "./ImportKeyMaterialCommand";
|
|
30
|
+
export * from "./ListAliasesCommand";
|
|
31
|
+
export * from "./ListGrantsCommand";
|
|
32
|
+
export * from "./ListKeyPoliciesCommand";
|
|
33
|
+
export * from "./ListKeysCommand";
|
|
34
|
+
export * from "./ListResourceTagsCommand";
|
|
35
|
+
export * from "./ListRetirableGrantsCommand";
|
|
36
|
+
export * from "./PutKeyPolicyCommand";
|
|
37
|
+
export * from "./ReEncryptCommand";
|
|
38
|
+
export * from "./ReplicateKeyCommand";
|
|
39
|
+
export * from "./RetireGrantCommand";
|
|
40
|
+
export * from "./RevokeGrantCommand";
|
|
41
|
+
export * from "./ScheduleKeyDeletionCommand";
|
|
42
|
+
export * from "./SignCommand";
|
|
43
|
+
export * from "./TagResourceCommand";
|
|
44
|
+
export * from "./UntagResourceCommand";
|
|
45
|
+
export * from "./UpdateAliasCommand";
|
|
46
|
+
export * from "./UpdateCustomKeyStoreCommand";
|
|
47
|
+
export * from "./UpdateKeyDescriptionCommand";
|
|
48
|
+
export * from "./UpdatePrimaryRegionCommand";
|
|
49
|
+
export * from "./VerifyCommand";
|
|
50
|
+
export * from "./VerifyMacCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./KMS";
|
|
2
|
-
export * from "./KMSClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { KMSServiceException } from "./models/KMSServiceException";
|
|
1
|
+
export * from "./KMS";
|
|
2
|
+
export * from "./KMSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { KMSServiceException } from "./models/KMSServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class KMSServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|