@aws-sdk/client-kms 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/KMS.d.ts +907 -255
  3. package/dist-types/ts3.4/KMSClient.d.ts +425 -123
  4. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +33 -17
  18. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +33 -17
  21. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/SignCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +33 -17
  52. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +34 -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 +8 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1533 -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 +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  74. package/package.json +34 -34
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { UpdateKeyDescriptionRequest } from "../models/models_0";
5
- export interface UpdateKeyDescriptionCommandInput extends UpdateKeyDescriptionRequest {
6
- }
7
- export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateKeyDescriptionCommand extends $Command<UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: UpdateKeyDescriptionCommandInput;
12
- constructor(input: UpdateKeyDescriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KMSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KMSClient";
13
+ import { UpdateKeyDescriptionRequest } from "../models/models_0";
14
+ export interface UpdateKeyDescriptionCommandInput
15
+ extends UpdateKeyDescriptionRequest {}
16
+ export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class UpdateKeyDescriptionCommand extends $Command<
19
+ UpdateKeyDescriptionCommandInput,
20
+ UpdateKeyDescriptionCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateKeyDescriptionCommandInput;
24
+ constructor(input: UpdateKeyDescriptionCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: KMSClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ UpdateKeyDescriptionCommandInput,
32
+ UpdateKeyDescriptionCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { UpdatePrimaryRegionRequest } from "../models/models_0";
5
- export interface UpdatePrimaryRegionCommandInput extends UpdatePrimaryRegionRequest {
6
- }
7
- export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePrimaryRegionCommand extends $Command<UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: UpdatePrimaryRegionCommandInput;
12
- constructor(input: UpdatePrimaryRegionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KMSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KMSClient";
13
+ import { UpdatePrimaryRegionRequest } from "../models/models_0";
14
+ export interface UpdatePrimaryRegionCommandInput
15
+ extends UpdatePrimaryRegionRequest {}
16
+ export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class UpdatePrimaryRegionCommand extends $Command<
19
+ UpdatePrimaryRegionCommandInput,
20
+ UpdatePrimaryRegionCommandOutput,
21
+ KMSClientResolvedConfig
22
+ > {
23
+ readonly input: UpdatePrimaryRegionCommandInput;
24
+ constructor(input: UpdatePrimaryRegionCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: KMSClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -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 { VerifyRequest, VerifyResponse } from "../models/models_0";
5
- export interface VerifyCommandInput extends VerifyRequest {
6
- }
7
- export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class VerifyCommand extends $Command<VerifyCommandInput, VerifyCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: VerifyCommandInput;
12
- constructor(input: VerifyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifyCommandInput, VerifyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KMSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KMSClient";
13
+ import { VerifyRequest, VerifyResponse } from "../models/models_0";
14
+ export interface VerifyCommandInput extends VerifyRequest {}
15
+ export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {}
16
+
17
+ export declare class VerifyCommand extends $Command<
18
+ VerifyCommandInput,
19
+ VerifyCommandOutput,
20
+ KMSClientResolvedConfig
21
+ > {
22
+ readonly input: VerifyCommandInput;
23
+ constructor(input: VerifyCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KMSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<VerifyCommandInput, VerifyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
4
- import { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
5
- export interface VerifyMacCommandInput extends VerifyMacRequest {
6
- }
7
- export interface VerifyMacCommandOutput extends VerifyMacResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class VerifyMacCommand extends $Command<VerifyMacCommandInput, VerifyMacCommandOutput, KMSClientResolvedConfig> {
11
- readonly input: VerifyMacCommandInput;
12
- constructor(input: VerifyMacCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifyMacCommandInput, VerifyMacCommandOutput>;
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 { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
14
+ export interface VerifyMacCommandInput extends VerifyMacRequest {}
15
+ export interface VerifyMacCommandOutput
16
+ extends VerifyMacResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class VerifyMacCommand extends $Command<
20
+ VerifyMacCommandInput,
21
+ VerifyMacCommandOutput,
22
+ KMSClientResolvedConfig
23
+ > {
24
+ readonly input: VerifyMacCommandInput;
25
+ constructor(input: VerifyMacCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: KMSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<VerifyMacCommandInput, VerifyMacCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,50 +1,50 @@
1
- export * from "./CancelKeyDeletionCommand";
2
- export * from "./ConnectCustomKeyStoreCommand";
3
- export * from "./CreateAliasCommand";
4
- export * from "./CreateCustomKeyStoreCommand";
5
- export * from "./CreateGrantCommand";
6
- export * from "./CreateKeyCommand";
7
- export * from "./DecryptCommand";
8
- export * from "./DeleteAliasCommand";
9
- export * from "./DeleteCustomKeyStoreCommand";
10
- export * from "./DeleteImportedKeyMaterialCommand";
11
- export * from "./DescribeCustomKeyStoresCommand";
12
- export * from "./DescribeKeyCommand";
13
- export * from "./DisableKeyCommand";
14
- export * from "./DisableKeyRotationCommand";
15
- export * from "./DisconnectCustomKeyStoreCommand";
16
- export * from "./EnableKeyCommand";
17
- export * from "./EnableKeyRotationCommand";
18
- export * from "./EncryptCommand";
19
- export * from "./GenerateDataKeyCommand";
20
- export * from "./GenerateDataKeyPairCommand";
21
- export * from "./GenerateDataKeyPairWithoutPlaintextCommand";
22
- export * from "./GenerateDataKeyWithoutPlaintextCommand";
23
- export * from "./GenerateMacCommand";
24
- export * from "./GenerateRandomCommand";
25
- export * from "./GetKeyPolicyCommand";
26
- export * from "./GetKeyRotationStatusCommand";
27
- export * from "./GetParametersForImportCommand";
28
- export * from "./GetPublicKeyCommand";
29
- export * from "./ImportKeyMaterialCommand";
30
- export * from "./ListAliasesCommand";
31
- export * from "./ListGrantsCommand";
32
- export * from "./ListKeyPoliciesCommand";
33
- export * from "./ListKeysCommand";
34
- export * from "./ListResourceTagsCommand";
35
- export * from "./ListRetirableGrantsCommand";
36
- export * from "./PutKeyPolicyCommand";
37
- export * from "./ReEncryptCommand";
38
- export * from "./ReplicateKeyCommand";
39
- export * from "./RetireGrantCommand";
40
- export * from "./RevokeGrantCommand";
41
- export * from "./ScheduleKeyDeletionCommand";
42
- export * from "./SignCommand";
43
- export * from "./TagResourceCommand";
44
- export * from "./UntagResourceCommand";
45
- export * from "./UpdateAliasCommand";
46
- export * from "./UpdateCustomKeyStoreCommand";
47
- export * from "./UpdateKeyDescriptionCommand";
48
- export * from "./UpdatePrimaryRegionCommand";
49
- export * from "./VerifyCommand";
50
- export * from "./VerifyMacCommand";
1
+ export * from "./CancelKeyDeletionCommand";
2
+ export * from "./ConnectCustomKeyStoreCommand";
3
+ export * from "./CreateAliasCommand";
4
+ export * from "./CreateCustomKeyStoreCommand";
5
+ export * from "./CreateGrantCommand";
6
+ export * from "./CreateKeyCommand";
7
+ export * from "./DecryptCommand";
8
+ export * from "./DeleteAliasCommand";
9
+ export * from "./DeleteCustomKeyStoreCommand";
10
+ export * from "./DeleteImportedKeyMaterialCommand";
11
+ export * from "./DescribeCustomKeyStoresCommand";
12
+ export * from "./DescribeKeyCommand";
13
+ export * from "./DisableKeyCommand";
14
+ export * from "./DisableKeyRotationCommand";
15
+ export * from "./DisconnectCustomKeyStoreCommand";
16
+ export * from "./EnableKeyCommand";
17
+ export * from "./EnableKeyRotationCommand";
18
+ export * from "./EncryptCommand";
19
+ export * from "./GenerateDataKeyCommand";
20
+ export * from "./GenerateDataKeyPairCommand";
21
+ export * from "./GenerateDataKeyPairWithoutPlaintextCommand";
22
+ export * from "./GenerateDataKeyWithoutPlaintextCommand";
23
+ export * from "./GenerateMacCommand";
24
+ export * from "./GenerateRandomCommand";
25
+ export * from "./GetKeyPolicyCommand";
26
+ export * from "./GetKeyRotationStatusCommand";
27
+ export * from "./GetParametersForImportCommand";
28
+ export * from "./GetPublicKeyCommand";
29
+ export * from "./ImportKeyMaterialCommand";
30
+ export * from "./ListAliasesCommand";
31
+ export * from "./ListGrantsCommand";
32
+ export * from "./ListKeyPoliciesCommand";
33
+ export * from "./ListKeysCommand";
34
+ export * from "./ListResourceTagsCommand";
35
+ export * from "./ListRetirableGrantsCommand";
36
+ export * from "./PutKeyPolicyCommand";
37
+ export * from "./ReEncryptCommand";
38
+ export * from "./ReplicateKeyCommand";
39
+ export * from "./RetireGrantCommand";
40
+ export * from "./RevokeGrantCommand";
41
+ export * from "./ScheduleKeyDeletionCommand";
42
+ export * from "./SignCommand";
43
+ export * from "./TagResourceCommand";
44
+ export * from "./UntagResourceCommand";
45
+ export * from "./UpdateAliasCommand";
46
+ export * from "./UpdateCustomKeyStoreCommand";
47
+ export * from "./UpdateKeyDescriptionCommand";
48
+ export * from "./UpdatePrimaryRegionCommand";
49
+ export * from "./VerifyCommand";
50
+ export * from "./VerifyMacCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./KMS";
2
- export * from "./KMSClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { KMSServiceException } from "./models/KMSServiceException";
1
+ export * from "./KMS";
2
+ export * from "./KMSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { KMSServiceException } from "./models/KMSServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class KMSServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class KMSServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";