@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,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 { CreateAliasRequest } from "../models/models_0";
5
- export interface CreateAliasCommandInput extends CreateAliasRequest {
6
- }
7
- export interface CreateAliasCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: CreateAliasCommandInput;
12
- constructor(input: CreateAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
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 { CreateAliasRequest } from "../models/models_0";
14
+ export interface CreateAliasCommandInput extends CreateAliasRequest {}
15
+ export interface CreateAliasCommandOutput extends __MetadataBearer {}
16
+ export declare class CreateAliasCommand extends $Command<
17
+ CreateAliasCommandInput,
18
+ CreateAliasCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: CreateAliasCommandInput;
22
+ constructor(input: CreateAliasCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
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 { CreateCustomKeyStoreRequest, CreateCustomKeyStoreResponse } from "../models/models_0";
5
- export interface CreateCustomKeyStoreCommandInput extends CreateCustomKeyStoreRequest {
6
- }
7
- export interface CreateCustomKeyStoreCommandOutput extends CreateCustomKeyStoreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCustomKeyStoreCommand extends $Command<CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: CreateCustomKeyStoreCommandInput;
12
- constructor(input: CreateCustomKeyStoreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput>;
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
+ CreateCustomKeyStoreRequest,
15
+ CreateCustomKeyStoreResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateCustomKeyStoreCommandInput
18
+ extends CreateCustomKeyStoreRequest {}
19
+ export interface CreateCustomKeyStoreCommandOutput
20
+ extends CreateCustomKeyStoreResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateCustomKeyStoreCommand extends $Command<
23
+ CreateCustomKeyStoreCommandInput,
24
+ CreateCustomKeyStoreCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCustomKeyStoreCommandInput;
28
+ constructor(input: CreateCustomKeyStoreCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateCustomKeyStoreCommandInput,
35
+ CreateCustomKeyStoreCommandOutput
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 { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
5
- export interface CreateGrantCommandInput extends CreateGrantRequest {
6
- }
7
- export interface CreateGrantCommandOutput extends CreateGrantResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGrantCommand extends $Command<CreateGrantCommandInput, CreateGrantCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: CreateGrantCommandInput;
12
- constructor(input: CreateGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
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 { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
14
+ export interface CreateGrantCommandInput extends CreateGrantRequest {}
15
+ export interface CreateGrantCommandOutput
16
+ extends CreateGrantResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateGrantCommand extends $Command<
19
+ CreateGrantCommandInput,
20
+ CreateGrantCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: CreateGrantCommandInput;
24
+ constructor(input: CreateGrantCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
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 { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
5
- export interface CreateKeyCommandInput extends CreateKeyRequest {
6
- }
7
- export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateKeyCommand extends $Command<CreateKeyCommandInput, CreateKeyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: CreateKeyCommandInput;
12
- constructor(input: CreateKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKeyCommandInput, CreateKeyCommandOutput>;
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 { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
14
+ export interface CreateKeyCommandInput extends CreateKeyRequest {}
15
+ export interface CreateKeyCommandOutput
16
+ extends CreateKeyResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateKeyCommand extends $Command<
19
+ CreateKeyCommandInput,
20
+ CreateKeyCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: CreateKeyCommandInput;
24
+ constructor(input: CreateKeyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateKeyCommandInput, CreateKeyCommandOutput>;
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 { DecryptRequest, DecryptResponse } from "../models/models_0";
5
- export interface DecryptCommandInput extends DecryptRequest {
6
- }
7
- export interface DecryptCommandOutput extends DecryptResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DecryptCommand extends $Command<DecryptCommandInput, DecryptCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DecryptCommandInput;
12
- constructor(input: DecryptCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DecryptCommandInput, DecryptCommandOutput>;
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 { DecryptRequest, DecryptResponse } from "../models/models_0";
14
+ export interface DecryptCommandInput extends DecryptRequest {}
15
+ export interface DecryptCommandOutput
16
+ extends DecryptResponse,
17
+ __MetadataBearer {}
18
+ export declare class DecryptCommand extends $Command<
19
+ DecryptCommandInput,
20
+ DecryptCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: DecryptCommandInput;
24
+ constructor(input: DecryptCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DecryptCommandInput, DecryptCommandOutput>;
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 { DeleteAliasRequest } from "../models/models_0";
5
- export interface DeleteAliasCommandInput extends DeleteAliasRequest {
6
- }
7
- export interface DeleteAliasCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DeleteAliasCommandInput;
12
- constructor(input: DeleteAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAliasCommandInput, DeleteAliasCommandOutput>;
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 { DeleteAliasRequest } from "../models/models_0";
14
+ export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
15
+ export interface DeleteAliasCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteAliasCommand extends $Command<
17
+ DeleteAliasCommandInput,
18
+ DeleteAliasCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteAliasCommandInput;
22
+ constructor(input: DeleteAliasCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteAliasCommandInput, DeleteAliasCommandOutput>;
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 { DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResponse } from "../models/models_0";
5
- export interface DeleteCustomKeyStoreCommandInput extends DeleteCustomKeyStoreRequest {
6
- }
7
- export interface DeleteCustomKeyStoreCommandOutput extends DeleteCustomKeyStoreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCustomKeyStoreCommand extends $Command<DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DeleteCustomKeyStoreCommandInput;
12
- constructor(input: DeleteCustomKeyStoreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput>;
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
+ DeleteCustomKeyStoreRequest,
15
+ DeleteCustomKeyStoreResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteCustomKeyStoreCommandInput
18
+ extends DeleteCustomKeyStoreRequest {}
19
+ export interface DeleteCustomKeyStoreCommandOutput
20
+ extends DeleteCustomKeyStoreResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteCustomKeyStoreCommand extends $Command<
23
+ DeleteCustomKeyStoreCommandInput,
24
+ DeleteCustomKeyStoreCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteCustomKeyStoreCommandInput;
28
+ constructor(input: DeleteCustomKeyStoreCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteCustomKeyStoreCommandInput,
35
+ DeleteCustomKeyStoreCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { DeleteImportedKeyMaterialRequest } from "../models/models_0";
5
- export interface DeleteImportedKeyMaterialCommandInput extends DeleteImportedKeyMaterialRequest {
6
- }
7
- export interface DeleteImportedKeyMaterialCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteImportedKeyMaterialCommand extends $Command<DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DeleteImportedKeyMaterialCommandInput;
12
- constructor(input: DeleteImportedKeyMaterialCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput>;
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 { DeleteImportedKeyMaterialRequest } from "../models/models_0";
14
+ export interface DeleteImportedKeyMaterialCommandInput
15
+ extends DeleteImportedKeyMaterialRequest {}
16
+ export interface DeleteImportedKeyMaterialCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteImportedKeyMaterialCommand extends $Command<
19
+ DeleteImportedKeyMaterialCommandInput,
20
+ DeleteImportedKeyMaterialCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteImportedKeyMaterialCommandInput;
24
+ constructor(input: DeleteImportedKeyMaterialCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteImportedKeyMaterialCommandInput,
31
+ DeleteImportedKeyMaterialCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DescribeCustomKeyStoresRequest, DescribeCustomKeyStoresResponse } from "../models/models_0";
5
- export interface DescribeCustomKeyStoresCommandInput extends DescribeCustomKeyStoresRequest {
6
- }
7
- export interface DescribeCustomKeyStoresCommandOutput extends DescribeCustomKeyStoresResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCustomKeyStoresCommand extends $Command<DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DescribeCustomKeyStoresCommandInput;
12
- constructor(input: DescribeCustomKeyStoresCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput>;
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
+ DescribeCustomKeyStoresRequest,
15
+ DescribeCustomKeyStoresResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCustomKeyStoresCommandInput
18
+ extends DescribeCustomKeyStoresRequest {}
19
+ export interface DescribeCustomKeyStoresCommandOutput
20
+ extends DescribeCustomKeyStoresResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeCustomKeyStoresCommand extends $Command<
23
+ DescribeCustomKeyStoresCommandInput,
24
+ DescribeCustomKeyStoresCommandOutput,
25
+ KMSClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeCustomKeyStoresCommandInput;
28
+ constructor(input: DescribeCustomKeyStoresCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KMSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeCustomKeyStoresCommandInput,
35
+ DescribeCustomKeyStoresCommandOutput
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 { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
5
- export interface DescribeKeyCommandInput extends DescribeKeyRequest {
6
- }
7
- export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeKeyCommand extends $Command<DescribeKeyCommandInput, DescribeKeyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DescribeKeyCommandInput;
12
- constructor(input: DescribeKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeKeyCommandInput, DescribeKeyCommandOutput>;
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 { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
14
+ export interface DescribeKeyCommandInput extends DescribeKeyRequest {}
15
+ export interface DescribeKeyCommandOutput
16
+ extends DescribeKeyResponse,
17
+ __MetadataBearer {}
18
+ export declare class DescribeKeyCommand extends $Command<
19
+ DescribeKeyCommandInput,
20
+ DescribeKeyCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeKeyCommandInput;
24
+ constructor(input: DescribeKeyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DescribeKeyCommandInput, DescribeKeyCommandOutput>;
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 { DisableKeyRequest } from "../models/models_0";
5
- export interface DisableKeyCommandInput extends DisableKeyRequest {
6
- }
7
- export interface DisableKeyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisableKeyCommand extends $Command<DisableKeyCommandInput, DisableKeyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DisableKeyCommandInput;
12
- constructor(input: DisableKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableKeyCommandInput, DisableKeyCommandOutput>;
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 { DisableKeyRequest } from "../models/models_0";
14
+ export interface DisableKeyCommandInput extends DisableKeyRequest {}
15
+ export interface DisableKeyCommandOutput extends __MetadataBearer {}
16
+ export declare class DisableKeyCommand extends $Command<
17
+ DisableKeyCommandInput,
18
+ DisableKeyCommandOutput,
19
+ KMSClientResolvedConfig
20
+ > {
21
+ readonly input: DisableKeyCommandInput;
22
+ constructor(input: DisableKeyCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KMSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DisableKeyCommandInput, DisableKeyCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DisableKeyRotationRequest } from "../models/models_0";
5
- export interface DisableKeyRotationCommandInput extends DisableKeyRotationRequest {
6
- }
7
- export interface DisableKeyRotationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisableKeyRotationCommand extends $Command<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DisableKeyRotationCommandInput;
12
- constructor(input: DisableKeyRotationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput>;
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 { DisableKeyRotationRequest } from "../models/models_0";
14
+ export interface DisableKeyRotationCommandInput
15
+ extends DisableKeyRotationRequest {}
16
+ export interface DisableKeyRotationCommandOutput extends __MetadataBearer {}
17
+ export declare class DisableKeyRotationCommand extends $Command<
18
+ DisableKeyRotationCommandInput,
19
+ DisableKeyRotationCommandOutput,
20
+ KMSClientResolvedConfig
21
+ > {
22
+ readonly input: DisableKeyRotationCommandInput;
23
+ constructor(input: DisableKeyRotationCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: KMSClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }