@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.
Files changed (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/KMS.d.ts +857 -255
  3. package/dist-types/ts3.4/KMSClient.d.ts +400 -123
  4. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +30 -17
  7. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +31 -17
  18. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +30 -17
  20. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +31 -17
  21. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +30 -17
  43. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +30 -17
  44. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/SignCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +31 -17
  52. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +30 -17
  53. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/index.d.ts +50 -50
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  56. package/dist-types/ts3.4/index.d.ts +6 -6
  57. package/dist-types/ts3.4/models/KMSServiceException.d.ts +7 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1154 -1364
  60. package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  62. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +602 -152
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  74. package/package.json +34 -34
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
5
- export interface ReplicateKeyCommandInput extends ReplicateKeyRequest {
6
- }
7
- export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ReplicateKeyCommand extends $Command<ReplicateKeyCommandInput, ReplicateKeyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ReplicateKeyCommandInput;
12
- constructor(input: ReplicateKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReplicateKeyCommandInput, ReplicateKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
14
+ export interface ReplicateKeyCommandInput extends ReplicateKeyRequest {}
15
+ export interface ReplicateKeyCommandOutput
16
+ extends ReplicateKeyResponse,
17
+ __MetadataBearer {}
18
+ export declare class ReplicateKeyCommand extends $Command<
19
+ ReplicateKeyCommandInput,
20
+ ReplicateKeyCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: ReplicateKeyCommandInput;
24
+ constructor(input: ReplicateKeyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ReplicateKeyCommandInput, ReplicateKeyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { RetireGrantRequest } from "../models/models_0";
5
- export interface RetireGrantCommandInput extends RetireGrantRequest {
6
- }
7
- export interface RetireGrantCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class RetireGrantCommand extends $Command<RetireGrantCommandInput, RetireGrantCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: RetireGrantCommandInput;
12
- constructor(input: RetireGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetireGrantCommandInput, RetireGrantCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { RetireGrantRequest } from "../models/models_0";
14
+ export interface RetireGrantCommandInput extends RetireGrantRequest {}
15
+ export interface RetireGrantCommandOutput extends __MetadataBearer {}
16
+ export declare class RetireGrantCommand extends $Command<
17
+ RetireGrantCommandInput,
18
+ RetireGrantCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: RetireGrantCommandInput;
22
+ constructor(input: RetireGrantCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<RetireGrantCommandInput, RetireGrantCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { RevokeGrantRequest } from "../models/models_0";
5
- export interface RevokeGrantCommandInput extends RevokeGrantRequest {
6
- }
7
- export interface RevokeGrantCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class RevokeGrantCommand extends $Command<RevokeGrantCommandInput, RevokeGrantCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: RevokeGrantCommandInput;
12
- constructor(input: RevokeGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeGrantCommandInput, RevokeGrantCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { RevokeGrantRequest } from "../models/models_0";
14
+ export interface RevokeGrantCommandInput extends RevokeGrantRequest {}
15
+ export interface RevokeGrantCommandOutput extends __MetadataBearer {}
16
+ export declare class RevokeGrantCommand extends $Command<
17
+ RevokeGrantCommandInput,
18
+ RevokeGrantCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: RevokeGrantCommandInput;
22
+ constructor(input: RevokeGrantCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<RevokeGrantCommandInput, RevokeGrantCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { ScheduleKeyDeletionRequest, ScheduleKeyDeletionResponse } from "../models/models_0";
5
- export interface ScheduleKeyDeletionCommandInput extends ScheduleKeyDeletionRequest {
6
- }
7
- export interface ScheduleKeyDeletionCommandOutput extends ScheduleKeyDeletionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ScheduleKeyDeletionCommand extends $Command<ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ScheduleKeyDeletionCommandInput;
12
- constructor(input: ScheduleKeyDeletionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 {
14
+ ScheduleKeyDeletionRequest,
15
+ ScheduleKeyDeletionResponse,
16
+ } from "../models/models_0";
17
+ export interface ScheduleKeyDeletionCommandInput
18
+ extends ScheduleKeyDeletionRequest {}
19
+ export interface ScheduleKeyDeletionCommandOutput
20
+ extends ScheduleKeyDeletionResponse,
21
+ __MetadataBearer {}
22
+ export declare class ScheduleKeyDeletionCommand extends $Command<
23
+ ScheduleKeyDeletionCommandInput,
24
+ ScheduleKeyDeletionCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: ScheduleKeyDeletionCommandInput;
28
+ constructor(input: ScheduleKeyDeletionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { SignRequest, SignResponse } from "../models/models_0";
5
- export interface SignCommandInput extends SignRequest {
6
- }
7
- export interface SignCommandOutput extends SignResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SignCommand extends $Command<SignCommandInput, SignCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: SignCommandInput;
12
- constructor(input: SignCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SignCommandInput, SignCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { SignRequest, SignResponse } from "../models/models_0";
14
+ export interface SignCommandInput extends SignRequest {}
15
+ export interface SignCommandOutput extends SignResponse, __MetadataBearer {}
16
+ export declare class SignCommand extends $Command<
17
+ SignCommandInput,
18
+ SignCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: SignCommandInput;
22
+ constructor(input: SignCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<SignCommandInput, SignCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { TagResourceRequest } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { TagResourceRequest } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class TagResourceCommand extends $Command<
17
+ TagResourceCommandInput,
18
+ TagResourceCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: TagResourceCommandInput;
22
+ constructor(input: TagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { UntagResourceRequest } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { UntagResourceRequest } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
+ export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class UntagResourceCommand extends $Command<
17
+ UntagResourceCommandInput,
18
+ UntagResourceCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: UntagResourceCommandInput;
22
+ constructor(input: UntagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { UpdateAliasRequest } from "../models/models_0";
5
- export interface UpdateAliasCommandInput extends UpdateAliasRequest {
6
- }
7
- export interface UpdateAliasCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: UpdateAliasCommandInput;
12
- constructor(input: UpdateAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAliasCommandInput, UpdateAliasCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { UpdateAliasRequest } from "../models/models_0";
14
+ export interface UpdateAliasCommandInput extends UpdateAliasRequest {}
15
+ export interface UpdateAliasCommandOutput extends __MetadataBearer {}
16
+ export declare class UpdateAliasCommand extends $Command<
17
+ UpdateAliasCommandInput,
18
+ UpdateAliasCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: UpdateAliasCommandInput;
22
+ constructor(input: UpdateAliasCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UpdateAliasCommandInput, UpdateAliasCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { UpdateCustomKeyStoreRequest, UpdateCustomKeyStoreResponse } from "../models/models_0";
5
- export interface UpdateCustomKeyStoreCommandInput extends UpdateCustomKeyStoreRequest {
6
- }
7
- export interface UpdateCustomKeyStoreCommandOutput extends UpdateCustomKeyStoreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCustomKeyStoreCommand extends $Command<UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: UpdateCustomKeyStoreCommandInput;
12
- constructor(input: UpdateCustomKeyStoreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 {
14
+ UpdateCustomKeyStoreRequest,
15
+ UpdateCustomKeyStoreResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateCustomKeyStoreCommandInput
18
+ extends UpdateCustomKeyStoreRequest {}
19
+ export interface UpdateCustomKeyStoreCommandOutput
20
+ extends UpdateCustomKeyStoreResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateCustomKeyStoreCommand extends $Command<
23
+ UpdateCustomKeyStoreCommandInput,
24
+ UpdateCustomKeyStoreCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateCustomKeyStoreCommandInput;
28
+ constructor(input: UpdateCustomKeyStoreCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateCustomKeyStoreCommandInput,
35
+ UpdateCustomKeyStoreCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { UpdateKeyDescriptionRequest } from "../models/models_0";
5
- export interface UpdateKeyDescriptionCommandInput extends UpdateKeyDescriptionRequest {
6
- }
7
- export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateKeyDescriptionCommand extends $Command<UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: UpdateKeyDescriptionCommandInput;
12
- constructor(input: UpdateKeyDescriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { UpdateKeyDescriptionRequest } from "../models/models_0";
14
+ export interface UpdateKeyDescriptionCommandInput
15
+ extends UpdateKeyDescriptionRequest {}
16
+ export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {}
17
+ export declare class UpdateKeyDescriptionCommand extends $Command<
18
+ UpdateKeyDescriptionCommandInput,
19
+ UpdateKeyDescriptionCommandOutput,
20
+ KMSClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateKeyDescriptionCommandInput;
23
+ constructor(input: UpdateKeyDescriptionCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: KMSClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ UpdateKeyDescriptionCommandInput,
30
+ UpdateKeyDescriptionCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,31 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { UpdatePrimaryRegionRequest } from "../models/models_0";
5
- export interface UpdatePrimaryRegionCommandInput extends UpdatePrimaryRegionRequest {
6
- }
7
- export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePrimaryRegionCommand extends $Command<UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: UpdatePrimaryRegionCommandInput;
12
- constructor(input: UpdatePrimaryRegionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { UpdatePrimaryRegionRequest } from "../models/models_0";
14
+ export interface UpdatePrimaryRegionCommandInput
15
+ extends UpdatePrimaryRegionRequest {}
16
+ export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {}
17
+ export declare class UpdatePrimaryRegionCommand extends $Command<
18
+ UpdatePrimaryRegionCommandInput,
19
+ UpdatePrimaryRegionCommandOutput,
20
+ KMSClientResolvedConfig
21
+ > {
22
+ readonly input: UpdatePrimaryRegionCommandInput;
23
+ constructor(input: UpdatePrimaryRegionCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: KMSClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { VerifyRequest, VerifyResponse } from "../models/models_0";
5
- export interface VerifyCommandInput extends VerifyRequest {
6
- }
7
- export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class VerifyCommand extends $Command<VerifyCommandInput, VerifyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: VerifyCommandInput;
12
- constructor(input: VerifyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifyCommandInput, VerifyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { VerifyRequest, VerifyResponse } from "../models/models_0";
14
+ export interface VerifyCommandInput extends VerifyRequest {}
15
+ export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {}
16
+ export declare class VerifyCommand extends $Command<
17
+ VerifyCommandInput,
18
+ VerifyCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: VerifyCommandInput;
22
+ constructor(input: VerifyCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<VerifyCommandInput, VerifyCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }