@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,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 { GetKeyRotationStatusRequest, GetKeyRotationStatusResponse } from "../models/models_0";
5
- export interface GetKeyRotationStatusCommandInput extends GetKeyRotationStatusRequest {
6
- }
7
- export interface GetKeyRotationStatusCommandOutput extends GetKeyRotationStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetKeyRotationStatusCommand extends $Command<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GetKeyRotationStatusCommandInput;
12
- constructor(input: GetKeyRotationStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput>;
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
+ GetKeyRotationStatusRequest,
15
+ GetKeyRotationStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface GetKeyRotationStatusCommandInput
18
+ extends GetKeyRotationStatusRequest {}
19
+ export interface GetKeyRotationStatusCommandOutput
20
+ extends GetKeyRotationStatusResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetKeyRotationStatusCommand extends $Command<
23
+ GetKeyRotationStatusCommandInput,
24
+ GetKeyRotationStatusCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: GetKeyRotationStatusCommandInput;
28
+ constructor(input: GetKeyRotationStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetKeyRotationStatusCommandInput,
35
+ GetKeyRotationStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetParametersForImportRequest, GetParametersForImportResponse } from "../models/models_0";
5
- export interface GetParametersForImportCommandInput extends GetParametersForImportRequest {
6
- }
7
- export interface GetParametersForImportCommandOutput extends GetParametersForImportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetParametersForImportCommand extends $Command<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GetParametersForImportCommandInput;
12
- constructor(input: GetParametersForImportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParametersForImportCommandInput, GetParametersForImportCommandOutput>;
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
+ GetParametersForImportRequest,
15
+ GetParametersForImportResponse,
16
+ } from "../models/models_0";
17
+ export interface GetParametersForImportCommandInput
18
+ extends GetParametersForImportRequest {}
19
+ export interface GetParametersForImportCommandOutput
20
+ extends GetParametersForImportResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetParametersForImportCommand extends $Command<
23
+ GetParametersForImportCommandInput,
24
+ GetParametersForImportCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: GetParametersForImportCommandInput;
28
+ constructor(input: GetParametersForImportCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetParametersForImportCommandInput,
35
+ GetParametersForImportCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
5
- export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {
6
- }
7
- export interface GetPublicKeyCommandOutput extends GetPublicKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPublicKeyCommand extends $Command<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GetPublicKeyCommandInput;
12
- constructor(input: GetPublicKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPublicKeyCommandInput, GetPublicKeyCommandOutput>;
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 { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
14
+ export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {}
15
+ export interface GetPublicKeyCommandOutput
16
+ extends GetPublicKeyResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetPublicKeyCommand extends $Command<
19
+ GetPublicKeyCommandInput,
20
+ GetPublicKeyCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: GetPublicKeyCommandInput;
24
+ constructor(input: GetPublicKeyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetPublicKeyCommandInput, GetPublicKeyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ImportKeyMaterialRequest, ImportKeyMaterialResponse } from "../models/models_0";
5
- export interface ImportKeyMaterialCommandInput extends ImportKeyMaterialRequest {
6
- }
7
- export interface ImportKeyMaterialCommandOutput extends ImportKeyMaterialResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportKeyMaterialCommand extends $Command<ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ImportKeyMaterialCommandInput;
12
- constructor(input: ImportKeyMaterialCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput>;
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
+ ImportKeyMaterialRequest,
15
+ ImportKeyMaterialResponse,
16
+ } from "../models/models_0";
17
+ export interface ImportKeyMaterialCommandInput
18
+ extends ImportKeyMaterialRequest {}
19
+ export interface ImportKeyMaterialCommandOutput
20
+ extends ImportKeyMaterialResponse,
21
+ __MetadataBearer {}
22
+ export declare class ImportKeyMaterialCommand extends $Command<
23
+ ImportKeyMaterialCommandInput,
24
+ ImportKeyMaterialCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: ImportKeyMaterialCommandInput;
28
+ constructor(input: ImportKeyMaterialCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
5
- export interface ListAliasesCommandInput extends ListAliasesRequest {
6
- }
7
- export interface ListAliasesCommandOutput extends ListAliasesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ListAliasesCommandInput;
12
- constructor(input: ListAliasesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
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 { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
14
+ export interface ListAliasesCommandInput extends ListAliasesRequest {}
15
+ export interface ListAliasesCommandOutput
16
+ extends ListAliasesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListAliasesCommand extends $Command<
19
+ ListAliasesCommandInput,
20
+ ListAliasesCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: ListAliasesCommandInput;
24
+ constructor(input: ListAliasesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
5
- export interface ListGrantsCommandInput extends ListGrantsRequest {
6
- }
7
- export interface ListGrantsCommandOutput extends ListGrantsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGrantsCommand extends $Command<ListGrantsCommandInput, ListGrantsCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ListGrantsCommandInput;
12
- constructor(input: ListGrantsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGrantsCommandInput, ListGrantsCommandOutput>;
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 { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
14
+ export interface ListGrantsCommandInput extends ListGrantsRequest {}
15
+ export interface ListGrantsCommandOutput
16
+ extends ListGrantsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListGrantsCommand extends $Command<
19
+ ListGrantsCommandInput,
20
+ ListGrantsCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: ListGrantsCommandInput;
24
+ constructor(input: ListGrantsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListGrantsCommandInput, ListGrantsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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 { ListKeyPoliciesRequest, ListKeyPoliciesResponse } from "../models/models_0";
5
- export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {
6
- }
7
- export interface ListKeyPoliciesCommandOutput extends ListKeyPoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListKeyPoliciesCommand extends $Command<ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ListKeyPoliciesCommandInput;
12
- constructor(input: ListKeyPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput>;
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
+ ListKeyPoliciesRequest,
15
+ ListKeyPoliciesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {}
18
+ export interface ListKeyPoliciesCommandOutput
19
+ extends ListKeyPoliciesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListKeyPoliciesCommand extends $Command<
22
+ ListKeyPoliciesCommandInput,
23
+ ListKeyPoliciesCommandOutput,
24
+ KMSClientResolvedConfig
25
+ > {
26
+ readonly input: ListKeyPoliciesCommandInput;
27
+ constructor(input: ListKeyPoliciesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KMSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListKeysRequest, ListKeysResponse } from "../models/models_0";
5
- export interface ListKeysCommandInput extends ListKeysRequest {
6
- }
7
- export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListKeysCommand extends $Command<ListKeysCommandInput, ListKeysCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ListKeysCommandInput;
12
- constructor(input: ListKeysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKeysCommandInput, ListKeysCommandOutput>;
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 { ListKeysRequest, ListKeysResponse } from "../models/models_0";
14
+ export interface ListKeysCommandInput extends ListKeysRequest {}
15
+ export interface ListKeysCommandOutput
16
+ extends ListKeysResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListKeysCommand extends $Command<
19
+ ListKeysCommandInput,
20
+ ListKeysCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: ListKeysCommandInput;
24
+ constructor(input: ListKeysCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListKeysCommandInput, ListKeysCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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 { ListResourceTagsRequest, ListResourceTagsResponse } from "../models/models_0";
5
- export interface ListResourceTagsCommandInput extends ListResourceTagsRequest {
6
- }
7
- export interface ListResourceTagsCommandOutput extends ListResourceTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResourceTagsCommand extends $Command<ListResourceTagsCommandInput, ListResourceTagsCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ListResourceTagsCommandInput;
12
- constructor(input: ListResourceTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceTagsCommandInput, ListResourceTagsCommandOutput>;
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
+ ListResourceTagsRequest,
15
+ ListResourceTagsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListResourceTagsCommandInput extends ListResourceTagsRequest {}
18
+ export interface ListResourceTagsCommandOutput
19
+ extends ListResourceTagsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListResourceTagsCommand extends $Command<
22
+ ListResourceTagsCommandInput,
23
+ ListResourceTagsCommandOutput,
24
+ KMSClientResolvedConfig
25
+ > {
26
+ readonly input: ListResourceTagsCommandInput;
27
+ constructor(input: ListResourceTagsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KMSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListResourceTagsCommandInput, ListResourceTagsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListGrantsResponse, ListRetirableGrantsRequest } from "../models/models_0";
5
- export interface ListRetirableGrantsCommandInput extends ListRetirableGrantsRequest {
6
- }
7
- export interface ListRetirableGrantsCommandOutput extends ListGrantsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRetirableGrantsCommand extends $Command<ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ListRetirableGrantsCommandInput;
12
- constructor(input: ListRetirableGrantsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput>;
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
+ ListGrantsResponse,
15
+ ListRetirableGrantsRequest,
16
+ } from "../models/models_0";
17
+ export interface ListRetirableGrantsCommandInput
18
+ extends ListRetirableGrantsRequest {}
19
+ export interface ListRetirableGrantsCommandOutput
20
+ extends ListGrantsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListRetirableGrantsCommand extends $Command<
23
+ ListRetirableGrantsCommandInput,
24
+ ListRetirableGrantsCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: ListRetirableGrantsCommandInput;
28
+ constructor(input: ListRetirableGrantsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput>;
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 { PutKeyPolicyRequest } from "../models/models_0";
5
- export interface PutKeyPolicyCommandInput extends PutKeyPolicyRequest {
6
- }
7
- export interface PutKeyPolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutKeyPolicyCommand extends $Command<PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: PutKeyPolicyCommandInput;
12
- constructor(input: PutKeyPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput>;
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 { PutKeyPolicyRequest } from "../models/models_0";
14
+ export interface PutKeyPolicyCommandInput extends PutKeyPolicyRequest {}
15
+ export interface PutKeyPolicyCommandOutput extends __MetadataBearer {}
16
+ export declare class PutKeyPolicyCommand extends $Command<
17
+ PutKeyPolicyCommandInput,
18
+ PutKeyPolicyCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: PutKeyPolicyCommandInput;
22
+ constructor(input: PutKeyPolicyCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
5
- export interface ReEncryptCommandInput extends ReEncryptRequest {
6
- }
7
- export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ReEncryptCommand extends $Command<ReEncryptCommandInput, ReEncryptCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: ReEncryptCommandInput;
12
- constructor(input: ReEncryptCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReEncryptCommandInput, ReEncryptCommandOutput>;
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 { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
14
+ export interface ReEncryptCommandInput extends ReEncryptRequest {}
15
+ export interface ReEncryptCommandOutput
16
+ extends ReEncryptResponse,
17
+ __MetadataBearer {}
18
+ export declare class ReEncryptCommand extends $Command<
19
+ ReEncryptCommandInput,
20
+ ReEncryptCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: ReEncryptCommandInput;
24
+ constructor(input: ReEncryptCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ReEncryptCommandInput, ReEncryptCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }