@aws-sdk/client-cloudhsm 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudHSM.d.ts +344 -105
  3. package/dist-types/ts3.4/CloudHSMClient.d.ts +224 -93
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/index.d.ts +20 -20
  25. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  26. package/dist-types/ts3.4/index.d.ts +5 -5
  27. package/dist-types/ts3.4/models/CloudHSMServiceException.d.ts +7 -6
  28. package/dist-types/ts3.4/models/index.d.ts +1 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +349 -433
  30. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +245 -62
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  35. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cloudhsm
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cloudhsm
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-cloudhsm
@@ -1,105 +1,344 @@
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
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CloudHSMClient } from "./CloudHSMClient";
3
+ import {
4
+ AddTagsToResourceCommandInput,
5
+ AddTagsToResourceCommandOutput,
6
+ } from "./commands/AddTagsToResourceCommand";
7
+ import {
8
+ CreateHapgCommandInput,
9
+ CreateHapgCommandOutput,
10
+ } from "./commands/CreateHapgCommand";
11
+ import {
12
+ CreateHsmCommandInput,
13
+ CreateHsmCommandOutput,
14
+ } from "./commands/CreateHsmCommand";
15
+ import {
16
+ CreateLunaClientCommandInput,
17
+ CreateLunaClientCommandOutput,
18
+ } from "./commands/CreateLunaClientCommand";
19
+ import {
20
+ DeleteHapgCommandInput,
21
+ DeleteHapgCommandOutput,
22
+ } from "./commands/DeleteHapgCommand";
23
+ import {
24
+ DeleteHsmCommandInput,
25
+ DeleteHsmCommandOutput,
26
+ } from "./commands/DeleteHsmCommand";
27
+ import {
28
+ DeleteLunaClientCommandInput,
29
+ DeleteLunaClientCommandOutput,
30
+ } from "./commands/DeleteLunaClientCommand";
31
+ import {
32
+ DescribeHapgCommandInput,
33
+ DescribeHapgCommandOutput,
34
+ } from "./commands/DescribeHapgCommand";
35
+ import {
36
+ DescribeHsmCommandInput,
37
+ DescribeHsmCommandOutput,
38
+ } from "./commands/DescribeHsmCommand";
39
+ import {
40
+ DescribeLunaClientCommandInput,
41
+ DescribeLunaClientCommandOutput,
42
+ } from "./commands/DescribeLunaClientCommand";
43
+ import {
44
+ GetConfigCommandInput,
45
+ GetConfigCommandOutput,
46
+ } from "./commands/GetConfigCommand";
47
+ import {
48
+ ListAvailableZonesCommandInput,
49
+ ListAvailableZonesCommandOutput,
50
+ } from "./commands/ListAvailableZonesCommand";
51
+ import {
52
+ ListHapgsCommandInput,
53
+ ListHapgsCommandOutput,
54
+ } from "./commands/ListHapgsCommand";
55
+ import {
56
+ ListHsmsCommandInput,
57
+ ListHsmsCommandOutput,
58
+ } from "./commands/ListHsmsCommand";
59
+ import {
60
+ ListLunaClientsCommandInput,
61
+ ListLunaClientsCommandOutput,
62
+ } from "./commands/ListLunaClientsCommand";
63
+ import {
64
+ ListTagsForResourceCommandInput,
65
+ ListTagsForResourceCommandOutput,
66
+ } from "./commands/ListTagsForResourceCommand";
67
+ import {
68
+ ModifyHapgCommandInput,
69
+ ModifyHapgCommandOutput,
70
+ } from "./commands/ModifyHapgCommand";
71
+ import {
72
+ ModifyHsmCommandInput,
73
+ ModifyHsmCommandOutput,
74
+ } from "./commands/ModifyHsmCommand";
75
+ import {
76
+ ModifyLunaClientCommandInput,
77
+ ModifyLunaClientCommandOutput,
78
+ } from "./commands/ModifyLunaClientCommand";
79
+ import {
80
+ RemoveTagsFromResourceCommandInput,
81
+ RemoveTagsFromResourceCommandOutput,
82
+ } from "./commands/RemoveTagsFromResourceCommand";
83
+ export declare class CloudHSM extends CloudHSMClient {
84
+ addTagsToResource(
85
+ args: AddTagsToResourceCommandInput,
86
+ options?: __HttpHandlerOptions
87
+ ): Promise<AddTagsToResourceCommandOutput>;
88
+ addTagsToResource(
89
+ args: AddTagsToResourceCommandInput,
90
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
91
+ ): void;
92
+ addTagsToResource(
93
+ args: AddTagsToResourceCommandInput,
94
+ options: __HttpHandlerOptions,
95
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
96
+ ): void;
97
+ createHapg(
98
+ args: CreateHapgCommandInput,
99
+ options?: __HttpHandlerOptions
100
+ ): Promise<CreateHapgCommandOutput>;
101
+ createHapg(
102
+ args: CreateHapgCommandInput,
103
+ cb: (err: any, data?: CreateHapgCommandOutput) => void
104
+ ): void;
105
+ createHapg(
106
+ args: CreateHapgCommandInput,
107
+ options: __HttpHandlerOptions,
108
+ cb: (err: any, data?: CreateHapgCommandOutput) => void
109
+ ): void;
110
+ createHsm(
111
+ args: CreateHsmCommandInput,
112
+ options?: __HttpHandlerOptions
113
+ ): Promise<CreateHsmCommandOutput>;
114
+ createHsm(
115
+ args: CreateHsmCommandInput,
116
+ cb: (err: any, data?: CreateHsmCommandOutput) => void
117
+ ): void;
118
+ createHsm(
119
+ args: CreateHsmCommandInput,
120
+ options: __HttpHandlerOptions,
121
+ cb: (err: any, data?: CreateHsmCommandOutput) => void
122
+ ): void;
123
+ createLunaClient(
124
+ args: CreateLunaClientCommandInput,
125
+ options?: __HttpHandlerOptions
126
+ ): Promise<CreateLunaClientCommandOutput>;
127
+ createLunaClient(
128
+ args: CreateLunaClientCommandInput,
129
+ cb: (err: any, data?: CreateLunaClientCommandOutput) => void
130
+ ): void;
131
+ createLunaClient(
132
+ args: CreateLunaClientCommandInput,
133
+ options: __HttpHandlerOptions,
134
+ cb: (err: any, data?: CreateLunaClientCommandOutput) => void
135
+ ): void;
136
+ deleteHapg(
137
+ args: DeleteHapgCommandInput,
138
+ options?: __HttpHandlerOptions
139
+ ): Promise<DeleteHapgCommandOutput>;
140
+ deleteHapg(
141
+ args: DeleteHapgCommandInput,
142
+ cb: (err: any, data?: DeleteHapgCommandOutput) => void
143
+ ): void;
144
+ deleteHapg(
145
+ args: DeleteHapgCommandInput,
146
+ options: __HttpHandlerOptions,
147
+ cb: (err: any, data?: DeleteHapgCommandOutput) => void
148
+ ): void;
149
+ deleteHsm(
150
+ args: DeleteHsmCommandInput,
151
+ options?: __HttpHandlerOptions
152
+ ): Promise<DeleteHsmCommandOutput>;
153
+ deleteHsm(
154
+ args: DeleteHsmCommandInput,
155
+ cb: (err: any, data?: DeleteHsmCommandOutput) => void
156
+ ): void;
157
+ deleteHsm(
158
+ args: DeleteHsmCommandInput,
159
+ options: __HttpHandlerOptions,
160
+ cb: (err: any, data?: DeleteHsmCommandOutput) => void
161
+ ): void;
162
+ deleteLunaClient(
163
+ args: DeleteLunaClientCommandInput,
164
+ options?: __HttpHandlerOptions
165
+ ): Promise<DeleteLunaClientCommandOutput>;
166
+ deleteLunaClient(
167
+ args: DeleteLunaClientCommandInput,
168
+ cb: (err: any, data?: DeleteLunaClientCommandOutput) => void
169
+ ): void;
170
+ deleteLunaClient(
171
+ args: DeleteLunaClientCommandInput,
172
+ options: __HttpHandlerOptions,
173
+ cb: (err: any, data?: DeleteLunaClientCommandOutput) => void
174
+ ): void;
175
+ describeHapg(
176
+ args: DescribeHapgCommandInput,
177
+ options?: __HttpHandlerOptions
178
+ ): Promise<DescribeHapgCommandOutput>;
179
+ describeHapg(
180
+ args: DescribeHapgCommandInput,
181
+ cb: (err: any, data?: DescribeHapgCommandOutput) => void
182
+ ): void;
183
+ describeHapg(
184
+ args: DescribeHapgCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (err: any, data?: DescribeHapgCommandOutput) => void
187
+ ): void;
188
+ describeHsm(
189
+ args: DescribeHsmCommandInput,
190
+ options?: __HttpHandlerOptions
191
+ ): Promise<DescribeHsmCommandOutput>;
192
+ describeHsm(
193
+ args: DescribeHsmCommandInput,
194
+ cb: (err: any, data?: DescribeHsmCommandOutput) => void
195
+ ): void;
196
+ describeHsm(
197
+ args: DescribeHsmCommandInput,
198
+ options: __HttpHandlerOptions,
199
+ cb: (err: any, data?: DescribeHsmCommandOutput) => void
200
+ ): void;
201
+ describeLunaClient(
202
+ args: DescribeLunaClientCommandInput,
203
+ options?: __HttpHandlerOptions
204
+ ): Promise<DescribeLunaClientCommandOutput>;
205
+ describeLunaClient(
206
+ args: DescribeLunaClientCommandInput,
207
+ cb: (err: any, data?: DescribeLunaClientCommandOutput) => void
208
+ ): void;
209
+ describeLunaClient(
210
+ args: DescribeLunaClientCommandInput,
211
+ options: __HttpHandlerOptions,
212
+ cb: (err: any, data?: DescribeLunaClientCommandOutput) => void
213
+ ): void;
214
+ getConfig(
215
+ args: GetConfigCommandInput,
216
+ options?: __HttpHandlerOptions
217
+ ): Promise<GetConfigCommandOutput>;
218
+ getConfig(
219
+ args: GetConfigCommandInput,
220
+ cb: (err: any, data?: GetConfigCommandOutput) => void
221
+ ): void;
222
+ getConfig(
223
+ args: GetConfigCommandInput,
224
+ options: __HttpHandlerOptions,
225
+ cb: (err: any, data?: GetConfigCommandOutput) => void
226
+ ): void;
227
+ listAvailableZones(
228
+ args: ListAvailableZonesCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<ListAvailableZonesCommandOutput>;
231
+ listAvailableZones(
232
+ args: ListAvailableZonesCommandInput,
233
+ cb: (err: any, data?: ListAvailableZonesCommandOutput) => void
234
+ ): void;
235
+ listAvailableZones(
236
+ args: ListAvailableZonesCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: ListAvailableZonesCommandOutput) => void
239
+ ): void;
240
+ listHapgs(
241
+ args: ListHapgsCommandInput,
242
+ options?: __HttpHandlerOptions
243
+ ): Promise<ListHapgsCommandOutput>;
244
+ listHapgs(
245
+ args: ListHapgsCommandInput,
246
+ cb: (err: any, data?: ListHapgsCommandOutput) => void
247
+ ): void;
248
+ listHapgs(
249
+ args: ListHapgsCommandInput,
250
+ options: __HttpHandlerOptions,
251
+ cb: (err: any, data?: ListHapgsCommandOutput) => void
252
+ ): void;
253
+ listHsms(
254
+ args: ListHsmsCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<ListHsmsCommandOutput>;
257
+ listHsms(
258
+ args: ListHsmsCommandInput,
259
+ cb: (err: any, data?: ListHsmsCommandOutput) => void
260
+ ): void;
261
+ listHsms(
262
+ args: ListHsmsCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: ListHsmsCommandOutput) => void
265
+ ): void;
266
+ listLunaClients(
267
+ args: ListLunaClientsCommandInput,
268
+ options?: __HttpHandlerOptions
269
+ ): Promise<ListLunaClientsCommandOutput>;
270
+ listLunaClients(
271
+ args: ListLunaClientsCommandInput,
272
+ cb: (err: any, data?: ListLunaClientsCommandOutput) => void
273
+ ): void;
274
+ listLunaClients(
275
+ args: ListLunaClientsCommandInput,
276
+ options: __HttpHandlerOptions,
277
+ cb: (err: any, data?: ListLunaClientsCommandOutput) => void
278
+ ): void;
279
+ listTagsForResource(
280
+ args: ListTagsForResourceCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<ListTagsForResourceCommandOutput>;
283
+ listTagsForResource(
284
+ args: ListTagsForResourceCommandInput,
285
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
286
+ ): void;
287
+ listTagsForResource(
288
+ args: ListTagsForResourceCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
291
+ ): void;
292
+ modifyHapg(
293
+ args: ModifyHapgCommandInput,
294
+ options?: __HttpHandlerOptions
295
+ ): Promise<ModifyHapgCommandOutput>;
296
+ modifyHapg(
297
+ args: ModifyHapgCommandInput,
298
+ cb: (err: any, data?: ModifyHapgCommandOutput) => void
299
+ ): void;
300
+ modifyHapg(
301
+ args: ModifyHapgCommandInput,
302
+ options: __HttpHandlerOptions,
303
+ cb: (err: any, data?: ModifyHapgCommandOutput) => void
304
+ ): void;
305
+ modifyHsm(
306
+ args: ModifyHsmCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<ModifyHsmCommandOutput>;
309
+ modifyHsm(
310
+ args: ModifyHsmCommandInput,
311
+ cb: (err: any, data?: ModifyHsmCommandOutput) => void
312
+ ): void;
313
+ modifyHsm(
314
+ args: ModifyHsmCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: ModifyHsmCommandOutput) => void
317
+ ): void;
318
+ modifyLunaClient(
319
+ args: ModifyLunaClientCommandInput,
320
+ options?: __HttpHandlerOptions
321
+ ): Promise<ModifyLunaClientCommandOutput>;
322
+ modifyLunaClient(
323
+ args: ModifyLunaClientCommandInput,
324
+ cb: (err: any, data?: ModifyLunaClientCommandOutput) => void
325
+ ): void;
326
+ modifyLunaClient(
327
+ args: ModifyLunaClientCommandInput,
328
+ options: __HttpHandlerOptions,
329
+ cb: (err: any, data?: ModifyLunaClientCommandOutput) => void
330
+ ): void;
331
+ removeTagsFromResource(
332
+ args: RemoveTagsFromResourceCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<RemoveTagsFromResourceCommandOutput>;
335
+ removeTagsFromResource(
336
+ args: RemoveTagsFromResourceCommandInput,
337
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
338
+ ): void;
339
+ removeTagsFromResource(
340
+ args: RemoveTagsFromResourceCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
343
+ ): void;
344
+ }