@aws-sdk/client-cloudhsm 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 (34) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/CloudHSM.d.ts +0 -105
  4. package/dist-types/ts3.4/CloudHSMClient.d.ts +0 -93
  5. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/index.d.ts +0 -20
  26. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  27. package/dist-types/ts3.4/index.d.ts +0 -4
  28. package/dist-types/ts3.4/models/index.d.ts +0 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -514
  30. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -62
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cloudhsm
9
+
10
+
11
+
12
+
13
+
14
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cloudhsm
17
+
18
+
19
+
20
+
21
+
22
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-cloudhsm
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
31
+
32
+ **Note:** Version bump only for package @aws-sdk/client-cloudhsm
33
+
34
+
35
+
36
+
37
+
6
38
  ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
7
39
 
8
40
  **Note:** Version bump only for package @aws-sdk/client-cloudhsm
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudhsm",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm Client for Node.js, Browser and React Native",
4
- "version": "3.47.1",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,41 +18,47 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.1",
22
- "@aws-sdk/config-resolver": "3.47.1",
23
- "@aws-sdk/credential-provider-node": "3.47.1",
24
- "@aws-sdk/fetch-http-handler": "3.47.1",
25
- "@aws-sdk/hash-node": "3.47.1",
26
- "@aws-sdk/invalid-dependency": "3.47.1",
27
- "@aws-sdk/middleware-content-length": "3.47.1",
28
- "@aws-sdk/middleware-host-header": "3.47.1",
29
- "@aws-sdk/middleware-logger": "3.47.1",
30
- "@aws-sdk/middleware-retry": "3.47.1",
31
- "@aws-sdk/middleware-serde": "3.47.1",
32
- "@aws-sdk/middleware-signing": "3.47.1",
33
- "@aws-sdk/middleware-stack": "3.47.1",
34
- "@aws-sdk/middleware-user-agent": "3.47.1",
35
- "@aws-sdk/node-config-provider": "3.47.1",
36
- "@aws-sdk/node-http-handler": "3.47.1",
37
- "@aws-sdk/protocol-http": "3.47.1",
38
- "@aws-sdk/smithy-client": "3.47.1",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.1",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.1",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.1",
47
- "@aws-sdk/util-user-agent-browser": "3.47.1",
48
- "@aws-sdk/util-user-agent-node": "3.47.1",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.1",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
+ "@aws-sdk/util-base64-browser": "3.49.0",
42
+ "@aws-sdk/util-base64-node": "3.49.0",
43
+ "@aws-sdk/util-body-length-browser": "3.49.0",
44
+ "@aws-sdk/util-body-length-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
+ "@aws-sdk/util-utf8-browser": "3.49.0",
50
+ "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
- "@types/node": "^12.7.5"
54
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
55
+ "@tsconfig/recommended": "1.0.1",
56
+ "@types/node": "^12.7.5",
57
+ "concurrently": "7.0.0",
58
+ "downlevel-dts": "0.7.0",
59
+ "rimraf": "3.0.2",
60
+ "typedoc": "0.19.2",
61
+ "typescript": "~4.3.5"
56
62
  },
57
63
  "engines": {
58
64
  "node": ">=12.0.0"
@@ -1,105 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CloudHSMClient } from "./CloudHSMClient";
3
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
4
- import { CreateHapgCommandInput, CreateHapgCommandOutput } from "./commands/CreateHapgCommand";
5
- import { CreateHsmCommandInput, CreateHsmCommandOutput } from "./commands/CreateHsmCommand";
6
- import { CreateLunaClientCommandInput, CreateLunaClientCommandOutput } from "./commands/CreateLunaClientCommand";
7
- import { DeleteHapgCommandInput, DeleteHapgCommandOutput } from "./commands/DeleteHapgCommand";
8
- import { DeleteHsmCommandInput, DeleteHsmCommandOutput } from "./commands/DeleteHsmCommand";
9
- import { DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput } from "./commands/DeleteLunaClientCommand";
10
- import { DescribeHapgCommandInput, DescribeHapgCommandOutput } from "./commands/DescribeHapgCommand";
11
- import { DescribeHsmCommandInput, DescribeHsmCommandOutput } from "./commands/DescribeHsmCommand";
12
- import { DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput } from "./commands/DescribeLunaClientCommand";
13
- import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
14
- import { ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput } from "./commands/ListAvailableZonesCommand";
15
- import { ListHapgsCommandInput, ListHapgsCommandOutput } from "./commands/ListHapgsCommand";
16
- import { ListHsmsCommandInput, ListHsmsCommandOutput } from "./commands/ListHsmsCommand";
17
- import { ListLunaClientsCommandInput, ListLunaClientsCommandOutput } from "./commands/ListLunaClientsCommand";
18
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
19
- import { ModifyHapgCommandInput, ModifyHapgCommandOutput } from "./commands/ModifyHapgCommand";
20
- import { ModifyHsmCommandInput, ModifyHsmCommandOutput } from "./commands/ModifyHsmCommand";
21
- import { ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput } from "./commands/ModifyLunaClientCommand";
22
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
23
-
24
- export declare class CloudHSM extends CloudHSMClient {
25
-
26
- addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
27
- addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
28
- addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
29
-
30
- createHapg(args: CreateHapgCommandInput, options?: __HttpHandlerOptions): Promise<CreateHapgCommandOutput>;
31
- createHapg(args: CreateHapgCommandInput, cb: (err: any, data?: CreateHapgCommandOutput) => void): void;
32
- createHapg(args: CreateHapgCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHapgCommandOutput) => void): void;
33
-
34
- createHsm(args: CreateHsmCommandInput, options?: __HttpHandlerOptions): Promise<CreateHsmCommandOutput>;
35
- createHsm(args: CreateHsmCommandInput, cb: (err: any, data?: CreateHsmCommandOutput) => void): void;
36
- createHsm(args: CreateHsmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHsmCommandOutput) => void): void;
37
-
38
- createLunaClient(args: CreateLunaClientCommandInput, options?: __HttpHandlerOptions): Promise<CreateLunaClientCommandOutput>;
39
- createLunaClient(args: CreateLunaClientCommandInput, cb: (err: any, data?: CreateLunaClientCommandOutput) => void): void;
40
- createLunaClient(args: CreateLunaClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLunaClientCommandOutput) => void): void;
41
-
42
- deleteHapg(args: DeleteHapgCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHapgCommandOutput>;
43
- deleteHapg(args: DeleteHapgCommandInput, cb: (err: any, data?: DeleteHapgCommandOutput) => void): void;
44
- deleteHapg(args: DeleteHapgCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHapgCommandOutput) => void): void;
45
-
46
- deleteHsm(args: DeleteHsmCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHsmCommandOutput>;
47
- deleteHsm(args: DeleteHsmCommandInput, cb: (err: any, data?: DeleteHsmCommandOutput) => void): void;
48
- deleteHsm(args: DeleteHsmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHsmCommandOutput) => void): void;
49
-
50
- deleteLunaClient(args: DeleteLunaClientCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLunaClientCommandOutput>;
51
- deleteLunaClient(args: DeleteLunaClientCommandInput, cb: (err: any, data?: DeleteLunaClientCommandOutput) => void): void;
52
- deleteLunaClient(args: DeleteLunaClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLunaClientCommandOutput) => void): void;
53
-
54
- describeHapg(args: DescribeHapgCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHapgCommandOutput>;
55
- describeHapg(args: DescribeHapgCommandInput, cb: (err: any, data?: DescribeHapgCommandOutput) => void): void;
56
- describeHapg(args: DescribeHapgCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHapgCommandOutput) => void): void;
57
-
58
- describeHsm(args: DescribeHsmCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHsmCommandOutput>;
59
- describeHsm(args: DescribeHsmCommandInput, cb: (err: any, data?: DescribeHsmCommandOutput) => void): void;
60
- describeHsm(args: DescribeHsmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHsmCommandOutput) => void): void;
61
-
62
- describeLunaClient(args: DescribeLunaClientCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLunaClientCommandOutput>;
63
- describeLunaClient(args: DescribeLunaClientCommandInput, cb: (err: any, data?: DescribeLunaClientCommandOutput) => void): void;
64
- describeLunaClient(args: DescribeLunaClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLunaClientCommandOutput) => void): void;
65
-
66
- getConfig(args: GetConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigCommandOutput>;
67
- getConfig(args: GetConfigCommandInput, cb: (err: any, data?: GetConfigCommandOutput) => void): void;
68
- getConfig(args: GetConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigCommandOutput) => void): void;
69
-
70
- listAvailableZones(args: ListAvailableZonesCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableZonesCommandOutput>;
71
- listAvailableZones(args: ListAvailableZonesCommandInput, cb: (err: any, data?: ListAvailableZonesCommandOutput) => void): void;
72
- listAvailableZones(args: ListAvailableZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableZonesCommandOutput) => void): void;
73
-
74
- listHapgs(args: ListHapgsCommandInput, options?: __HttpHandlerOptions): Promise<ListHapgsCommandOutput>;
75
- listHapgs(args: ListHapgsCommandInput, cb: (err: any, data?: ListHapgsCommandOutput) => void): void;
76
- listHapgs(args: ListHapgsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHapgsCommandOutput) => void): void;
77
-
78
- listHsms(args: ListHsmsCommandInput, options?: __HttpHandlerOptions): Promise<ListHsmsCommandOutput>;
79
- listHsms(args: ListHsmsCommandInput, cb: (err: any, data?: ListHsmsCommandOutput) => void): void;
80
- listHsms(args: ListHsmsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHsmsCommandOutput) => void): void;
81
-
82
- listLunaClients(args: ListLunaClientsCommandInput, options?: __HttpHandlerOptions): Promise<ListLunaClientsCommandOutput>;
83
- listLunaClients(args: ListLunaClientsCommandInput, cb: (err: any, data?: ListLunaClientsCommandOutput) => void): void;
84
- listLunaClients(args: ListLunaClientsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLunaClientsCommandOutput) => void): void;
85
-
86
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
87
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
88
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
89
-
90
- modifyHapg(args: ModifyHapgCommandInput, options?: __HttpHandlerOptions): Promise<ModifyHapgCommandOutput>;
91
- modifyHapg(args: ModifyHapgCommandInput, cb: (err: any, data?: ModifyHapgCommandOutput) => void): void;
92
- modifyHapg(args: ModifyHapgCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyHapgCommandOutput) => void): void;
93
-
94
- modifyHsm(args: ModifyHsmCommandInput, options?: __HttpHandlerOptions): Promise<ModifyHsmCommandOutput>;
95
- modifyHsm(args: ModifyHsmCommandInput, cb: (err: any, data?: ModifyHsmCommandOutput) => void): void;
96
- modifyHsm(args: ModifyHsmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyHsmCommandOutput) => void): void;
97
-
98
- modifyLunaClient(args: ModifyLunaClientCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLunaClientCommandOutput>;
99
- modifyLunaClient(args: ModifyLunaClientCommandInput, cb: (err: any, data?: ModifyLunaClientCommandOutput) => void): void;
100
- modifyLunaClient(args: ModifyLunaClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLunaClientCommandOutput) => void): void;
101
-
102
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
103
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
104
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
105
- }
@@ -1,93 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
10
- import { CreateHapgCommandInput, CreateHapgCommandOutput } from "./commands/CreateHapgCommand";
11
- import { CreateHsmCommandInput, CreateHsmCommandOutput } from "./commands/CreateHsmCommand";
12
- import { CreateLunaClientCommandInput, CreateLunaClientCommandOutput } from "./commands/CreateLunaClientCommand";
13
- import { DeleteHapgCommandInput, DeleteHapgCommandOutput } from "./commands/DeleteHapgCommand";
14
- import { DeleteHsmCommandInput, DeleteHsmCommandOutput } from "./commands/DeleteHsmCommand";
15
- import { DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput } from "./commands/DeleteLunaClientCommand";
16
- import { DescribeHapgCommandInput, DescribeHapgCommandOutput } from "./commands/DescribeHapgCommand";
17
- import { DescribeHsmCommandInput, DescribeHsmCommandOutput } from "./commands/DescribeHsmCommand";
18
- import { DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput } from "./commands/DescribeLunaClientCommand";
19
- import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
20
- import { ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput } from "./commands/ListAvailableZonesCommand";
21
- import { ListHapgsCommandInput, ListHapgsCommandOutput } from "./commands/ListHapgsCommand";
22
- import { ListHsmsCommandInput, ListHsmsCommandOutput } from "./commands/ListHsmsCommand";
23
- import { ListLunaClientsCommandInput, ListLunaClientsCommandOutput } from "./commands/ListLunaClientsCommand";
24
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
- import { ModifyHapgCommandInput, ModifyHapgCommandOutput } from "./commands/ModifyHapgCommand";
26
- import { ModifyHsmCommandInput, ModifyHsmCommandOutput } from "./commands/ModifyHsmCommand";
27
- import { ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput } from "./commands/ModifyLunaClientCommand";
28
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
29
- export declare type ServiceInputTypes = AddTagsToResourceCommandInput | CreateHapgCommandInput | CreateHsmCommandInput | CreateLunaClientCommandInput | DeleteHapgCommandInput | DeleteHsmCommandInput | DeleteLunaClientCommandInput | DescribeHapgCommandInput | DescribeHsmCommandInput | DescribeLunaClientCommandInput | GetConfigCommandInput | ListAvailableZonesCommandInput | ListHapgsCommandInput | ListHsmsCommandInput | ListLunaClientsCommandInput | ListTagsForResourceCommandInput | ModifyHapgCommandInput | ModifyHsmCommandInput | ModifyLunaClientCommandInput | RemoveTagsFromResourceCommandInput;
30
- export declare type ServiceOutputTypes = AddTagsToResourceCommandOutput | CreateHapgCommandOutput | CreateHsmCommandOutput | CreateLunaClientCommandOutput | DeleteHapgCommandOutput | DeleteHsmCommandOutput | DeleteLunaClientCommandOutput | DescribeHapgCommandOutput | DescribeHsmCommandOutput | DescribeLunaClientCommandOutput | GetConfigCommandOutput | ListAvailableZonesCommandOutput | ListHapgsCommandOutput | ListHsmsCommandOutput | ListLunaClientsCommandOutput | ListTagsForResourceCommandOutput | ModifyHapgCommandOutput | ModifyHsmCommandOutput | ModifyLunaClientCommandOutput | RemoveTagsFromResourceCommandOutput;
31
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
32
-
33
- requestHandler?: __HttpHandler;
34
-
35
- sha256?: __HashConstructor;
36
-
37
- urlParser?: __UrlParser;
38
-
39
- bodyLengthChecker?: (body: any) => number | undefined;
40
-
41
- streamCollector?: __StreamCollector;
42
-
43
- base64Decoder?: __Decoder;
44
-
45
- base64Encoder?: __Encoder;
46
-
47
- utf8Decoder?: __Decoder;
48
-
49
- utf8Encoder?: __Encoder;
50
-
51
- runtime?: string;
52
-
53
- disableHostPrefix?: boolean;
54
-
55
- maxAttempts?: number | __Provider<number>;
56
-
57
- retryMode?: string | __Provider<string>;
58
-
59
- logger?: __Logger;
60
-
61
- useDualstackEndpoint?: boolean | __Provider<boolean>;
62
-
63
- useFipsEndpoint?: boolean | __Provider<boolean>;
64
-
65
- serviceId?: string;
66
-
67
- region?: string | __Provider<string>;
68
-
69
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
70
-
71
- regionInfoProvider?: RegionInfoProvider;
72
-
73
- defaultUserAgentProvider?: Provider<__UserAgent>;
74
-
75
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
76
- }
77
- declare type CloudHSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
78
-
79
- export interface CloudHSMClientConfig extends CloudHSMClientConfigType {
80
- }
81
- declare type CloudHSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
82
-
83
- export interface CloudHSMClientResolvedConfig extends CloudHSMClientResolvedConfigType {
84
- }
85
-
86
- export declare class CloudHSMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudHSMClientResolvedConfig> {
87
-
88
- readonly config: CloudHSMClientResolvedConfig;
89
- constructor(configuration: CloudHSMClientConfig);
90
-
91
- destroy(): void;
92
- }
93
- export {};
@@ -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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { AddTagsToResourceRequest, AddTagsToResourceResponse } from "../models/models_0";
5
- export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest {
6
- }
7
- export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: AddTagsToResourceCommandInput;
12
- constructor(input: AddTagsToResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
5
- export interface CreateHapgCommandInput extends CreateHapgRequest {
6
- }
7
- export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHapgCommand extends $Command<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: CreateHapgCommandInput;
12
- constructor(input: CreateHapgCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHapgCommandInput, CreateHapgCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
5
- export interface CreateHsmCommandInput extends CreateHsmRequest {
6
- }
7
- export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHsmCommand extends $Command<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: CreateHsmCommandInput;
12
- constructor(input: CreateHsmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHsmCommandInput, CreateHsmCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { CreateLunaClientRequest, CreateLunaClientResponse } from "../models/models_0";
5
- export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {
6
- }
7
- export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLunaClientCommand extends $Command<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: CreateLunaClientCommandInput;
12
- constructor(input: CreateLunaClientCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLunaClientCommandInput, CreateLunaClientCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
5
- export interface DeleteHapgCommandInput extends DeleteHapgRequest {
6
- }
7
- export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHapgCommand extends $Command<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: DeleteHapgCommandInput;
12
- constructor(input: DeleteHapgCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHapgCommandInput, DeleteHapgCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
5
- export interface DeleteHsmCommandInput extends DeleteHsmRequest {
6
- }
7
- export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: DeleteHsmCommandInput;
12
- constructor(input: DeleteHsmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHsmCommandInput, DeleteHsmCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0";
5
- export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {
6
- }
7
- export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLunaClientCommand extends $Command<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: DeleteLunaClientCommandInput;
12
- constructor(input: DeleteLunaClientCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0";
5
- export interface DescribeHapgCommandInput extends DescribeHapgRequest {
6
- }
7
- export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeHapgCommand extends $Command<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: DescribeHapgCommandInput;
12
- constructor(input: DescribeHapgCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHapgCommandInput, DescribeHapgCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0";
5
- export interface DescribeHsmCommandInput extends DescribeHsmRequest {
6
- }
7
- export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeHsmCommand extends $Command<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: DescribeHsmCommandInput;
12
- constructor(input: DescribeHsmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHsmCommandInput, DescribeHsmCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0";
5
- export interface DescribeLunaClientCommandInput extends DescribeLunaClientRequest {
6
- }
7
- export interface DescribeLunaClientCommandOutput extends DescribeLunaClientResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLunaClientCommand extends $Command<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: DescribeLunaClientCommandInput;
12
- constructor(input: DescribeLunaClientCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
5
- export interface GetConfigCommandInput extends GetConfigRequest {
6
- }
7
- export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: GetConfigCommandInput;
12
- constructor(input: GetConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigCommandInput, GetConfigCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0";
5
- export interface ListAvailableZonesCommandInput extends ListAvailableZonesRequest {
6
- }
7
- export interface ListAvailableZonesCommandOutput extends ListAvailableZonesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAvailableZonesCommand extends $Command<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ListAvailableZonesCommandInput;
12
- constructor(input: ListAvailableZonesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
5
- export interface ListHapgsCommandInput extends ListHapgsRequest {
6
- }
7
- export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHapgsCommand extends $Command<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ListHapgsCommandInput;
12
- constructor(input: ListHapgsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHapgsCommandInput, ListHapgsCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
5
- export interface ListHsmsCommandInput extends ListHsmsRequest {
6
- }
7
- export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHsmsCommand extends $Command<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ListHsmsCommandInput;
12
- constructor(input: ListHsmsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHsmsCommandInput, ListHsmsCommandOutput>;
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 { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
- import { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0";
5
- export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {
6
- }
7
- export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLunaClientsCommand extends $Command<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ListLunaClientsCommandInput;
12
- constructor(input: ListLunaClientsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLunaClientsCommandInput, ListLunaClientsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }