@aws-sdk/client-kms 3.47.1 → 3.50.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 (68) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/KMS.d.ts +0 -245
  4. package/dist-types/ts3.4/KMSClient.d.ts +0 -121
  5. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/SignCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/index.d.ts +0 -48
  54. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  55. package/dist-types/ts3.4/index.d.ts +0 -5
  56. package/dist-types/ts3.4/models/index.d.ts +0 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +0 -1450
  58. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  59. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
  60. package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +0 -4
  61. package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +0 -4
  62. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +0 -4
  63. package/dist-types/ts3.4/pagination/index.d.ts +0 -5
  64. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -146
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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 { DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResponse } from "../models/models_0";
5
- export interface DisconnectCustomKeyStoreCommandInput extends DisconnectCustomKeyStoreRequest {
6
- }
7
- export interface DisconnectCustomKeyStoreCommandOutput extends DisconnectCustomKeyStoreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisconnectCustomKeyStoreCommand extends $Command<DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: DisconnectCustomKeyStoreCommandInput;
12
- constructor(input: DisconnectCustomKeyStoreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { EnableKeyRequest } from "../models/models_0";
5
- export interface EnableKeyCommandInput extends EnableKeyRequest {
6
- }
7
- export interface EnableKeyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class EnableKeyCommand extends $Command<EnableKeyCommandInput, EnableKeyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: EnableKeyCommandInput;
12
- constructor(input: EnableKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableKeyCommandInput, EnableKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { EnableKeyRotationRequest } from "../models/models_0";
5
- export interface EnableKeyRotationCommandInput extends EnableKeyRotationRequest {
6
- }
7
- export interface EnableKeyRotationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class EnableKeyRotationCommand extends $Command<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: EnableKeyRotationCommandInput;
12
- constructor(input: EnableKeyRotationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { EncryptRequest, EncryptResponse } from "../models/models_0";
5
- export interface EncryptCommandInput extends EncryptRequest {
6
- }
7
- export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EncryptCommand extends $Command<EncryptCommandInput, EncryptCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: EncryptCommandInput;
12
- constructor(input: EncryptCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EncryptCommandInput, EncryptCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GenerateDataKeyRequest, GenerateDataKeyResponse } from "../models/models_0";
5
- export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {
6
- }
7
- export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GenerateDataKeyCommand extends $Command<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GenerateDataKeyCommandInput;
12
- constructor(input: GenerateDataKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GenerateDataKeyPairRequest, GenerateDataKeyPairResponse } from "../models/models_0";
5
- export interface GenerateDataKeyPairCommandInput extends GenerateDataKeyPairRequest {
6
- }
7
- export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GenerateDataKeyPairCommand extends $Command<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GenerateDataKeyPairCommandInput;
12
- constructor(input: GenerateDataKeyPairCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GenerateDataKeyPairWithoutPlaintextRequest, GenerateDataKeyPairWithoutPlaintextResponse } from "../models/models_0";
5
- export interface GenerateDataKeyPairWithoutPlaintextCommandInput extends GenerateDataKeyPairWithoutPlaintextRequest {
6
- }
7
- export interface GenerateDataKeyPairWithoutPlaintextCommandOutput extends GenerateDataKeyPairWithoutPlaintextResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GenerateDataKeyPairWithoutPlaintextCommand extends $Command<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GenerateDataKeyPairWithoutPlaintextCommandInput;
12
- constructor(input: GenerateDataKeyPairWithoutPlaintextCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResponse } from "../models/models_0";
5
- export interface GenerateDataKeyWithoutPlaintextCommandInput extends GenerateDataKeyWithoutPlaintextRequest {
6
- }
7
- export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDataKeyWithoutPlaintextResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GenerateDataKeyWithoutPlaintextCommand extends $Command<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GenerateDataKeyWithoutPlaintextCommandInput;
12
- constructor(input: GenerateDataKeyWithoutPlaintextCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GenerateRandomRequest, GenerateRandomResponse } from "../models/models_0";
5
- export interface GenerateRandomCommandInput extends GenerateRandomRequest {
6
- }
7
- export interface GenerateRandomCommandOutput extends GenerateRandomResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GenerateRandomCommand extends $Command<GenerateRandomCommandInput, GenerateRandomCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GenerateRandomCommandInput;
12
- constructor(input: GenerateRandomCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateRandomCommandInput, GenerateRandomCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
5
- export interface GetKeyPolicyCommandInput extends GetKeyPolicyRequest {
6
- }
7
- export interface GetKeyPolicyCommandOutput extends GetKeyPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetKeyPolicyCommand extends $Command<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: GetKeyPolicyCommandInput;
12
- constructor(input: GetKeyPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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
- }