@aws-sdk/client-kms 3.170.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 (60) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/KMS.d.ts +0 -50
  3. package/dist-types/ts3.4/KMSClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/SignCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/models/KMSServiceException.d.ts +0 -1
  55. package/dist-types/ts3.4/models/models_0.d.ts +0 -379
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  60. package/package.json +26 -26
@@ -14,7 +14,6 @@ import { DisableKeyRotationRequest } from "../models/models_0";
14
14
  export interface DisableKeyRotationCommandInput
15
15
  extends DisableKeyRotationRequest {}
16
16
  export interface DisableKeyRotationCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DisableKeyRotationCommand extends $Command<
19
18
  DisableKeyRotationCommandInput,
20
19
  DisableKeyRotationCommandOutput,
@@ -22,7 +21,6 @@ export declare class DisableKeyRotationCommand extends $Command<
22
21
  > {
23
22
  readonly input: DisableKeyRotationCommandInput;
24
23
  constructor(input: DisableKeyRotationCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisconnectCustomKeyStoreCommandInput
19
19
  export interface DisconnectCustomKeyStoreCommandOutput
20
20
  extends DisconnectCustomKeyStoreResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisconnectCustomKeyStoreCommand extends $Command<
24
23
  DisconnectCustomKeyStoreCommandInput,
25
24
  DisconnectCustomKeyStoreCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisconnectCustomKeyStoreCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisconnectCustomKeyStoreCommandInput;
29
28
  constructor(input: DisconnectCustomKeyStoreCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { EnableKeyRequest } from "../models/models_0";
14
14
  export interface EnableKeyCommandInput extends EnableKeyRequest {}
15
15
  export interface EnableKeyCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class EnableKeyCommand extends $Command<
18
17
  EnableKeyCommandInput,
19
18
  EnableKeyCommandOutput,
@@ -21,7 +20,6 @@ export declare class EnableKeyCommand extends $Command<
21
20
  > {
22
21
  readonly input: EnableKeyCommandInput;
23
22
  constructor(input: EnableKeyCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -14,7 +14,6 @@ import { EnableKeyRotationRequest } from "../models/models_0";
14
14
  export interface EnableKeyRotationCommandInput
15
15
  extends EnableKeyRotationRequest {}
16
16
  export interface EnableKeyRotationCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class EnableKeyRotationCommand extends $Command<
19
18
  EnableKeyRotationCommandInput,
20
19
  EnableKeyRotationCommandOutput,
@@ -22,7 +21,6 @@ export declare class EnableKeyRotationCommand extends $Command<
22
21
  > {
23
22
  readonly input: EnableKeyRotationCommandInput;
24
23
  constructor(input: EnableKeyRotationCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface EncryptCommandInput extends EncryptRequest {}
15
15
  export interface EncryptCommandOutput
16
16
  extends EncryptResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class EncryptCommand extends $Command<
20
19
  EncryptCommandInput,
21
20
  EncryptCommandOutput,
@@ -23,7 +22,6 @@ export declare class EncryptCommand extends $Command<
23
22
  > {
24
23
  readonly input: EncryptCommandInput;
25
24
  constructor(input: EncryptCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {}
18
18
  export interface GenerateDataKeyCommandOutput
19
19
  extends GenerateDataKeyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GenerateDataKeyCommand extends $Command<
23
22
  GenerateDataKeyCommandInput,
24
23
  GenerateDataKeyCommandOutput,
@@ -26,7 +25,6 @@ export declare class GenerateDataKeyCommand extends $Command<
26
25
  > {
27
26
  readonly input: GenerateDataKeyCommandInput;
28
27
  constructor(input: GenerateDataKeyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GenerateDataKeyPairCommandInput
19
19
  export interface GenerateDataKeyPairCommandOutput
20
20
  extends GenerateDataKeyPairResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GenerateDataKeyPairCommand extends $Command<
24
23
  GenerateDataKeyPairCommandInput,
25
24
  GenerateDataKeyPairCommandOutput,
@@ -27,7 +26,6 @@ export declare class GenerateDataKeyPairCommand extends $Command<
27
26
  > {
28
27
  readonly input: GenerateDataKeyPairCommandInput;
29
28
  constructor(input: GenerateDataKeyPairCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandInput
19
19
  export interface GenerateDataKeyPairWithoutPlaintextCommandOutput
20
20
  extends GenerateDataKeyPairWithoutPlaintextResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GenerateDataKeyPairWithoutPlaintextCommand extends $Command<
24
23
  GenerateDataKeyPairWithoutPlaintextCommandInput,
25
24
  GenerateDataKeyPairWithoutPlaintextCommandOutput,
@@ -27,7 +26,6 @@ export declare class GenerateDataKeyPairWithoutPlaintextCommand extends $Command
27
26
  > {
28
27
  readonly input: GenerateDataKeyPairWithoutPlaintextCommandInput;
29
28
  constructor(input: GenerateDataKeyPairWithoutPlaintextCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GenerateDataKeyWithoutPlaintextCommandInput
19
19
  export interface GenerateDataKeyWithoutPlaintextCommandOutput
20
20
  extends GenerateDataKeyWithoutPlaintextResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GenerateDataKeyWithoutPlaintextCommand extends $Command<
24
23
  GenerateDataKeyWithoutPlaintextCommandInput,
25
24
  GenerateDataKeyWithoutPlaintextCommandOutput,
@@ -27,7 +26,6 @@ export declare class GenerateDataKeyWithoutPlaintextCommand extends $Command<
27
26
  > {
28
27
  readonly input: GenerateDataKeyWithoutPlaintextCommandInput;
29
28
  constructor(input: GenerateDataKeyWithoutPlaintextCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GenerateMacCommandInput extends GenerateMacRequest {}
15
15
  export interface GenerateMacCommandOutput
16
16
  extends GenerateMacResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GenerateMacCommand extends $Command<
20
19
  GenerateMacCommandInput,
21
20
  GenerateMacCommandOutput,
@@ -23,7 +22,6 @@ export declare class GenerateMacCommand extends $Command<
23
22
  > {
24
23
  readonly input: GenerateMacCommandInput;
25
24
  constructor(input: GenerateMacCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GenerateRandomCommandInput extends GenerateRandomRequest {}
18
18
  export interface GenerateRandomCommandOutput
19
19
  extends GenerateRandomResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GenerateRandomCommand extends $Command<
23
22
  GenerateRandomCommandInput,
24
23
  GenerateRandomCommandOutput,
@@ -26,7 +25,6 @@ export declare class GenerateRandomCommand extends $Command<
26
25
  > {
27
26
  readonly input: GenerateRandomCommandInput;
28
27
  constructor(input: GenerateRandomCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetKeyPolicyCommandInput extends GetKeyPolicyRequest {}
15
15
  export interface GetKeyPolicyCommandOutput
16
16
  extends GetKeyPolicyResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetKeyPolicyCommand extends $Command<
20
19
  GetKeyPolicyCommandInput,
21
20
  GetKeyPolicyCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetKeyPolicyCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetKeyPolicyCommandInput;
25
24
  constructor(input: GetKeyPolicyCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetKeyRotationStatusCommandInput
19
19
  export interface GetKeyRotationStatusCommandOutput
20
20
  extends GetKeyRotationStatusResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetKeyRotationStatusCommand extends $Command<
24
23
  GetKeyRotationStatusCommandInput,
25
24
  GetKeyRotationStatusCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetKeyRotationStatusCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetKeyRotationStatusCommandInput;
29
28
  constructor(input: GetKeyRotationStatusCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetParametersForImportCommandInput
19
19
  export interface GetParametersForImportCommandOutput
20
20
  extends GetParametersForImportResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetParametersForImportCommand extends $Command<
24
23
  GetParametersForImportCommandInput,
25
24
  GetParametersForImportCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetParametersForImportCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetParametersForImportCommandInput;
29
28
  constructor(input: GetParametersForImportCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {}
15
15
  export interface GetPublicKeyCommandOutput
16
16
  extends GetPublicKeyResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetPublicKeyCommand extends $Command<
20
19
  GetPublicKeyCommandInput,
21
20
  GetPublicKeyCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetPublicKeyCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetPublicKeyCommandInput;
25
24
  constructor(input: GetPublicKeyCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ImportKeyMaterialCommandInput
19
19
  export interface ImportKeyMaterialCommandOutput
20
20
  extends ImportKeyMaterialResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ImportKeyMaterialCommand extends $Command<
24
23
  ImportKeyMaterialCommandInput,
25
24
  ImportKeyMaterialCommandOutput,
@@ -27,7 +26,6 @@ export declare class ImportKeyMaterialCommand extends $Command<
27
26
  > {
28
27
  readonly input: ImportKeyMaterialCommandInput;
29
28
  constructor(input: ImportKeyMaterialCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListAliasesCommandInput extends ListAliasesRequest {}
15
15
  export interface ListAliasesCommandOutput
16
16
  extends ListAliasesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListAliasesCommand extends $Command<
20
19
  ListAliasesCommandInput,
21
20
  ListAliasesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListAliasesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListAliasesCommandInput;
25
24
  constructor(input: ListAliasesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListGrantsCommandInput extends ListGrantsRequest {}
15
15
  export interface ListGrantsCommandOutput
16
16
  extends ListGrantsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListGrantsCommand extends $Command<
20
19
  ListGrantsCommandInput,
21
20
  ListGrantsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListGrantsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListGrantsCommandInput;
25
24
  constructor(input: ListGrantsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {}
18
18
  export interface ListKeyPoliciesCommandOutput
19
19
  extends ListKeyPoliciesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListKeyPoliciesCommand extends $Command<
23
22
  ListKeyPoliciesCommandInput,
24
23
  ListKeyPoliciesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListKeyPoliciesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListKeyPoliciesCommandInput;
28
27
  constructor(input: ListKeyPoliciesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListKeysCommandInput extends ListKeysRequest {}
15
15
  export interface ListKeysCommandOutput
16
16
  extends ListKeysResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListKeysCommand extends $Command<
20
19
  ListKeysCommandInput,
21
20
  ListKeysCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListKeysCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListKeysCommandInput;
25
24
  constructor(input: ListKeysCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListResourceTagsCommandInput extends ListResourceTagsRequest {}
18
18
  export interface ListResourceTagsCommandOutput
19
19
  extends ListResourceTagsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListResourceTagsCommand extends $Command<
23
22
  ListResourceTagsCommandInput,
24
23
  ListResourceTagsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListResourceTagsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListResourceTagsCommandInput;
28
27
  constructor(input: ListResourceTagsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListRetirableGrantsCommandInput
19
19
  export interface ListRetirableGrantsCommandOutput
20
20
  extends ListGrantsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListRetirableGrantsCommand extends $Command<
24
23
  ListRetirableGrantsCommandInput,
25
24
  ListRetirableGrantsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListRetirableGrantsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListRetirableGrantsCommandInput;
29
28
  constructor(input: ListRetirableGrantsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { PutKeyPolicyRequest } from "../models/models_0";
14
14
  export interface PutKeyPolicyCommandInput extends PutKeyPolicyRequest {}
15
15
  export interface PutKeyPolicyCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class PutKeyPolicyCommand extends $Command<
18
17
  PutKeyPolicyCommandInput,
19
18
  PutKeyPolicyCommandOutput,
@@ -21,7 +20,6 @@ export declare class PutKeyPolicyCommand extends $Command<
21
20
  > {
22
21
  readonly input: PutKeyPolicyCommandInput;
23
22
  constructor(input: PutKeyPolicyCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ReEncryptCommandInput extends ReEncryptRequest {}
15
15
  export interface ReEncryptCommandOutput
16
16
  extends ReEncryptResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ReEncryptCommand extends $Command<
20
19
  ReEncryptCommandInput,
21
20
  ReEncryptCommandOutput,
@@ -23,7 +22,6 @@ export declare class ReEncryptCommand extends $Command<
23
22
  > {
24
23
  readonly input: ReEncryptCommandInput;
25
24
  constructor(input: ReEncryptCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ReplicateKeyCommandInput extends ReplicateKeyRequest {}
15
15
  export interface ReplicateKeyCommandOutput
16
16
  extends ReplicateKeyResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ReplicateKeyCommand extends $Command<
20
19
  ReplicateKeyCommandInput,
21
20
  ReplicateKeyCommandOutput,
@@ -23,7 +22,6 @@ export declare class ReplicateKeyCommand extends $Command<
23
22
  > {
24
23
  readonly input: ReplicateKeyCommandInput;
25
24
  constructor(input: ReplicateKeyCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { RetireGrantRequest } from "../models/models_0";
14
14
  export interface RetireGrantCommandInput extends RetireGrantRequest {}
15
15
  export interface RetireGrantCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class RetireGrantCommand extends $Command<
18
17
  RetireGrantCommandInput,
19
18
  RetireGrantCommandOutput,
@@ -21,7 +20,6 @@ export declare class RetireGrantCommand extends $Command<
21
20
  > {
22
21
  readonly input: RetireGrantCommandInput;
23
22
  constructor(input: RetireGrantCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { RevokeGrantRequest } from "../models/models_0";
14
14
  export interface RevokeGrantCommandInput extends RevokeGrantRequest {}
15
15
  export interface RevokeGrantCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class RevokeGrantCommand extends $Command<
18
17
  RevokeGrantCommandInput,
19
18
  RevokeGrantCommandOutput,
@@ -21,7 +20,6 @@ export declare class RevokeGrantCommand extends $Command<
21
20
  > {
22
21
  readonly input: RevokeGrantCommandInput;
23
22
  constructor(input: RevokeGrantCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ScheduleKeyDeletionCommandInput
19
19
  export interface ScheduleKeyDeletionCommandOutput
20
20
  extends ScheduleKeyDeletionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ScheduleKeyDeletionCommand extends $Command<
24
23
  ScheduleKeyDeletionCommandInput,
25
24
  ScheduleKeyDeletionCommandOutput,
@@ -27,7 +26,6 @@ export declare class ScheduleKeyDeletionCommand extends $Command<
27
26
  > {
28
27
  readonly input: ScheduleKeyDeletionCommandInput;
29
28
  constructor(input: ScheduleKeyDeletionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { SignRequest, SignResponse } from "../models/models_0";
14
14
  export interface SignCommandInput extends SignRequest {}
15
15
  export interface SignCommandOutput extends SignResponse, __MetadataBearer {}
16
-
17
16
  export declare class SignCommand extends $Command<
18
17
  SignCommandInput,
19
18
  SignCommandOutput,
@@ -21,7 +20,6 @@ export declare class SignCommand extends $Command<
21
20
  > {
22
21
  readonly input: SignCommandInput;
23
22
  constructor(input: SignCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { TagResourceRequest } from "../models/models_0";
14
14
  export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class TagResourceCommand extends $Command<
18
17
  TagResourceCommandInput,
19
18
  TagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: TagResourceCommandInput;
23
22
  constructor(input: TagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { UntagResourceRequest } from "../models/models_0";
14
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
15
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UntagResourceCommand extends $Command<
18
17
  UntagResourceCommandInput,
19
18
  UntagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: UntagResourceCommandInput;
23
22
  constructor(input: UntagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { UpdateAliasRequest } from "../models/models_0";
14
14
  export interface UpdateAliasCommandInput extends UpdateAliasRequest {}
15
15
  export interface UpdateAliasCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UpdateAliasCommand extends $Command<
18
17
  UpdateAliasCommandInput,
19
18
  UpdateAliasCommandOutput,
@@ -21,7 +20,6 @@ export declare class UpdateAliasCommand extends $Command<
21
20
  > {
22
21
  readonly input: UpdateAliasCommandInput;
23
22
  constructor(input: UpdateAliasCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateCustomKeyStoreCommandInput
19
19
  export interface UpdateCustomKeyStoreCommandOutput
20
20
  extends UpdateCustomKeyStoreResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateCustomKeyStoreCommand extends $Command<
24
23
  UpdateCustomKeyStoreCommandInput,
25
24
  UpdateCustomKeyStoreCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateCustomKeyStoreCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateCustomKeyStoreCommandInput;
29
28
  constructor(input: UpdateCustomKeyStoreCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -14,7 +14,6 @@ import { UpdateKeyDescriptionRequest } from "../models/models_0";
14
14
  export interface UpdateKeyDescriptionCommandInput
15
15
  extends UpdateKeyDescriptionRequest {}
16
16
  export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class UpdateKeyDescriptionCommand extends $Command<
19
18
  UpdateKeyDescriptionCommandInput,
20
19
  UpdateKeyDescriptionCommandOutput,
@@ -22,7 +21,6 @@ export declare class UpdateKeyDescriptionCommand extends $Command<
22
21
  > {
23
22
  readonly input: UpdateKeyDescriptionCommandInput;
24
23
  constructor(input: UpdateKeyDescriptionCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: KMSClientResolvedConfig,
@@ -14,7 +14,6 @@ import { UpdatePrimaryRegionRequest } from "../models/models_0";
14
14
  export interface UpdatePrimaryRegionCommandInput
15
15
  extends UpdatePrimaryRegionRequest {}
16
16
  export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class UpdatePrimaryRegionCommand extends $Command<
19
18
  UpdatePrimaryRegionCommandInput,
20
19
  UpdatePrimaryRegionCommandOutput,
@@ -22,7 +21,6 @@ export declare class UpdatePrimaryRegionCommand extends $Command<
22
21
  > {
23
22
  readonly input: UpdatePrimaryRegionCommandInput;
24
23
  constructor(input: UpdatePrimaryRegionCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { VerifyRequest, VerifyResponse } from "../models/models_0";
14
14
  export interface VerifyCommandInput extends VerifyRequest {}
15
15
  export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {}
16
-
17
16
  export declare class VerifyCommand extends $Command<
18
17
  VerifyCommandInput,
19
18
  VerifyCommandOutput,
@@ -21,7 +20,6 @@ export declare class VerifyCommand extends $Command<
21
20
  > {
22
21
  readonly input: VerifyCommandInput;
23
22
  constructor(input: VerifyCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface VerifyMacCommandInput extends VerifyMacRequest {}
15
15
  export interface VerifyMacCommandOutput
16
16
  extends VerifyMacResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class VerifyMacCommand extends $Command<
20
19
  VerifyMacCommandInput,
21
20
  VerifyMacCommandOutput,
@@ -23,7 +22,6 @@ export declare class VerifyMacCommand extends $Command<
23
22
  > {
24
23
  readonly input: VerifyMacCommandInput;
25
24
  constructor(input: VerifyMacCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class KMSServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }