@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
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0";
5
- export interface ModifyHapgCommandInput extends ModifyHapgRequest {
6
- }
7
- export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyHapgCommand extends $Command<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ModifyHapgCommandInput;
12
- constructor(input: ModifyHapgCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyHapgCommandInput, ModifyHapgCommandOutput>;
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 { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0";
5
- export interface ModifyHsmCommandInput extends ModifyHsmRequest {
6
- }
7
- export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyHsmCommand extends $Command<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ModifyHsmCommandInput;
12
- constructor(input: ModifyHsmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyHsmCommandInput, ModifyHsmCommandOutput>;
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 { ModifyLunaClientRequest, ModifyLunaClientResponse } from "../models/models_0";
5
- export interface ModifyLunaClientCommandInput extends ModifyLunaClientRequest {
6
- }
7
- export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyLunaClientCommand extends $Command<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: ModifyLunaClientCommandInput;
12
- constructor(input: ModifyLunaClientCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput>;
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 { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } from "../models/models_0";
5
- export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResourceRequest {
6
- }
7
- export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig> {
11
- readonly input: RemoveTagsFromResourceCommandInput;
12
- constructor(input: RemoveTagsFromResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,20 +0,0 @@
1
- export * from "./AddTagsToResourceCommand";
2
- export * from "./CreateHapgCommand";
3
- export * from "./CreateHsmCommand";
4
- export * from "./CreateLunaClientCommand";
5
- export * from "./DeleteHapgCommand";
6
- export * from "./DeleteHsmCommand";
7
- export * from "./DeleteLunaClientCommand";
8
- export * from "./DescribeHapgCommand";
9
- export * from "./DescribeHsmCommand";
10
- export * from "./DescribeLunaClientCommand";
11
- export * from "./GetConfigCommand";
12
- export * from "./ListAvailableZonesCommand";
13
- export * from "./ListHapgsCommand";
14
- export * from "./ListHsmsCommand";
15
- export * from "./ListLunaClientsCommand";
16
- export * from "./ListTagsForResourceCommand";
17
- export * from "./ModifyHapgCommand";
18
- export * from "./ModifyHsmCommand";
19
- export * from "./ModifyLunaClientCommand";
20
- export * from "./RemoveTagsFromResourceCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,4 +0,0 @@
1
- export * from "./CloudHSM";
2
- export * from "./CloudHSMClient";
3
- export * from "./commands";
4
- export * from "./models";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,514 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface Tag {
4
-
5
- Key: string | undefined;
6
-
7
- Value: string | undefined;
8
- }
9
- export declare namespace Tag {
10
-
11
- const filterSensitiveLog: (obj: Tag) => any;
12
- }
13
- export interface AddTagsToResourceRequest {
14
-
15
- ResourceArn: string | undefined;
16
-
17
- TagList: Tag[] | undefined;
18
- }
19
- export declare namespace AddTagsToResourceRequest {
20
-
21
- const filterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
22
- }
23
- export interface AddTagsToResourceResponse {
24
-
25
- Status: string | undefined;
26
- }
27
- export declare namespace AddTagsToResourceResponse {
28
-
29
- const filterSensitiveLog: (obj: AddTagsToResourceResponse) => any;
30
- }
31
-
32
- export interface CloudHsmInternalException extends __SmithyException, $MetadataBearer {
33
- name: "CloudHsmInternalException";
34
- $fault: "server";
35
-
36
- message?: string;
37
-
38
- retryable?: boolean;
39
- }
40
-
41
- export interface CloudHsmServiceException extends __SmithyException, $MetadataBearer {
42
- name: "CloudHsmServiceException";
43
- $fault: "client";
44
-
45
- message?: string;
46
-
47
- retryable?: boolean;
48
- }
49
-
50
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
51
- name: "InvalidRequestException";
52
- $fault: "client";
53
-
54
- message?: string;
55
-
56
- retryable?: boolean;
57
- }
58
- export declare enum ClientVersion {
59
- FIVE_ONE = "5.1",
60
- FIVE_THREE = "5.3"
61
- }
62
-
63
- export interface CreateHapgRequest {
64
-
65
- Label: string | undefined;
66
- }
67
- export declare namespace CreateHapgRequest {
68
-
69
- const filterSensitiveLog: (obj: CreateHapgRequest) => any;
70
- }
71
-
72
- export interface CreateHapgResponse {
73
-
74
- HapgArn?: string;
75
- }
76
- export declare namespace CreateHapgResponse {
77
-
78
- const filterSensitiveLog: (obj: CreateHapgResponse) => any;
79
- }
80
- export declare enum SubscriptionType {
81
- PRODUCTION = "PRODUCTION"
82
- }
83
-
84
- export interface CreateHsmRequest {
85
-
86
- SubnetId: string | undefined;
87
-
88
- SshKey: string | undefined;
89
-
90
- EniIp?: string;
91
-
92
- IamRoleArn: string | undefined;
93
-
94
- ExternalId?: string;
95
-
96
- SubscriptionType: SubscriptionType | string | undefined;
97
-
98
- ClientToken?: string;
99
-
100
- SyslogIp?: string;
101
- }
102
- export declare namespace CreateHsmRequest {
103
-
104
- const filterSensitiveLog: (obj: CreateHsmRequest) => any;
105
- }
106
-
107
- export interface CreateHsmResponse {
108
-
109
- HsmArn?: string;
110
- }
111
- export declare namespace CreateHsmResponse {
112
-
113
- const filterSensitiveLog: (obj: CreateHsmResponse) => any;
114
- }
115
-
116
- export interface CreateLunaClientRequest {
117
-
118
- Label?: string;
119
-
120
- Certificate: string | undefined;
121
- }
122
- export declare namespace CreateLunaClientRequest {
123
-
124
- const filterSensitiveLog: (obj: CreateLunaClientRequest) => any;
125
- }
126
-
127
- export interface CreateLunaClientResponse {
128
-
129
- ClientArn?: string;
130
- }
131
- export declare namespace CreateLunaClientResponse {
132
-
133
- const filterSensitiveLog: (obj: CreateLunaClientResponse) => any;
134
- }
135
-
136
- export interface DeleteHapgRequest {
137
-
138
- HapgArn: string | undefined;
139
- }
140
- export declare namespace DeleteHapgRequest {
141
-
142
- const filterSensitiveLog: (obj: DeleteHapgRequest) => any;
143
- }
144
-
145
- export interface DeleteHapgResponse {
146
-
147
- Status: string | undefined;
148
- }
149
- export declare namespace DeleteHapgResponse {
150
-
151
- const filterSensitiveLog: (obj: DeleteHapgResponse) => any;
152
- }
153
-
154
- export interface DeleteHsmRequest {
155
-
156
- HsmArn: string | undefined;
157
- }
158
- export declare namespace DeleteHsmRequest {
159
-
160
- const filterSensitiveLog: (obj: DeleteHsmRequest) => any;
161
- }
162
-
163
- export interface DeleteHsmResponse {
164
-
165
- Status: string | undefined;
166
- }
167
- export declare namespace DeleteHsmResponse {
168
-
169
- const filterSensitiveLog: (obj: DeleteHsmResponse) => any;
170
- }
171
- export interface DeleteLunaClientRequest {
172
-
173
- ClientArn: string | undefined;
174
- }
175
- export declare namespace DeleteLunaClientRequest {
176
-
177
- const filterSensitiveLog: (obj: DeleteLunaClientRequest) => any;
178
- }
179
- export interface DeleteLunaClientResponse {
180
-
181
- Status: string | undefined;
182
- }
183
- export declare namespace DeleteLunaClientResponse {
184
-
185
- const filterSensitiveLog: (obj: DeleteLunaClientResponse) => any;
186
- }
187
-
188
- export interface DescribeHapgRequest {
189
-
190
- HapgArn: string | undefined;
191
- }
192
- export declare namespace DescribeHapgRequest {
193
-
194
- const filterSensitiveLog: (obj: DescribeHapgRequest) => any;
195
- }
196
- export declare enum CloudHsmObjectState {
197
- DEGRADED = "DEGRADED",
198
- READY = "READY",
199
- UPDATING = "UPDATING"
200
- }
201
-
202
- export interface DescribeHapgResponse {
203
-
204
- HapgArn?: string;
205
-
206
- HapgSerial?: string;
207
-
208
- HsmsLastActionFailed?: string[];
209
-
210
- HsmsPendingDeletion?: string[];
211
-
212
- HsmsPendingRegistration?: string[];
213
-
214
- Label?: string;
215
-
216
- LastModifiedTimestamp?: string;
217
-
218
- PartitionSerialList?: string[];
219
-
220
- State?: CloudHsmObjectState | string;
221
- }
222
- export declare namespace DescribeHapgResponse {
223
-
224
- const filterSensitiveLog: (obj: DescribeHapgResponse) => any;
225
- }
226
-
227
- export interface DescribeHsmRequest {
228
-
229
- HsmArn?: string;
230
-
231
- HsmSerialNumber?: string;
232
- }
233
- export declare namespace DescribeHsmRequest {
234
-
235
- const filterSensitiveLog: (obj: DescribeHsmRequest) => any;
236
- }
237
- export declare enum HsmStatus {
238
- DEGRADED = "DEGRADED",
239
- PENDING = "PENDING",
240
- RUNNING = "RUNNING",
241
- SUSPENDED = "SUSPENDED",
242
- TERMINATED = "TERMINATED",
243
- TERMINATING = "TERMINATING",
244
- UPDATING = "UPDATING"
245
- }
246
-
247
- export interface DescribeHsmResponse {
248
-
249
- HsmArn?: string;
250
-
251
- Status?: HsmStatus | string;
252
-
253
- StatusDetails?: string;
254
-
255
- AvailabilityZone?: string;
256
-
257
- EniId?: string;
258
-
259
- EniIp?: string;
260
-
261
- SubscriptionType?: SubscriptionType | string;
262
-
263
- SubscriptionStartDate?: string;
264
-
265
- SubscriptionEndDate?: string;
266
-
267
- VpcId?: string;
268
-
269
- SubnetId?: string;
270
-
271
- IamRoleArn?: string;
272
-
273
- SerialNumber?: string;
274
-
275
- VendorName?: string;
276
-
277
- HsmType?: string;
278
-
279
- SoftwareVersion?: string;
280
-
281
- SshPublicKey?: string;
282
-
283
- SshKeyLastUpdated?: string;
284
-
285
- ServerCertUri?: string;
286
-
287
- ServerCertLastUpdated?: string;
288
-
289
- Partitions?: string[];
290
- }
291
- export declare namespace DescribeHsmResponse {
292
-
293
- const filterSensitiveLog: (obj: DescribeHsmResponse) => any;
294
- }
295
- export interface DescribeLunaClientRequest {
296
-
297
- ClientArn?: string;
298
-
299
- CertificateFingerprint?: string;
300
- }
301
- export declare namespace DescribeLunaClientRequest {
302
-
303
- const filterSensitiveLog: (obj: DescribeLunaClientRequest) => any;
304
- }
305
- export interface DescribeLunaClientResponse {
306
-
307
- ClientArn?: string;
308
-
309
- Certificate?: string;
310
-
311
- CertificateFingerprint?: string;
312
-
313
- LastModifiedTimestamp?: string;
314
-
315
- Label?: string;
316
- }
317
- export declare namespace DescribeLunaClientResponse {
318
-
319
- const filterSensitiveLog: (obj: DescribeLunaClientResponse) => any;
320
- }
321
- export interface GetConfigRequest {
322
-
323
- ClientArn: string | undefined;
324
-
325
- ClientVersion: ClientVersion | string | undefined;
326
-
327
- HapgList: string[] | undefined;
328
- }
329
- export declare namespace GetConfigRequest {
330
-
331
- const filterSensitiveLog: (obj: GetConfigRequest) => any;
332
- }
333
- export interface GetConfigResponse {
334
-
335
- ConfigType?: string;
336
-
337
- ConfigFile?: string;
338
-
339
- ConfigCred?: string;
340
- }
341
- export declare namespace GetConfigResponse {
342
-
343
- const filterSensitiveLog: (obj: GetConfigResponse) => any;
344
- }
345
-
346
- export interface ListAvailableZonesRequest {
347
- }
348
- export declare namespace ListAvailableZonesRequest {
349
-
350
- const filterSensitiveLog: (obj: ListAvailableZonesRequest) => any;
351
- }
352
- export interface ListAvailableZonesResponse {
353
-
354
- AZList?: string[];
355
- }
356
- export declare namespace ListAvailableZonesResponse {
357
-
358
- const filterSensitiveLog: (obj: ListAvailableZonesResponse) => any;
359
- }
360
- export interface ListHapgsRequest {
361
-
362
- NextToken?: string;
363
- }
364
- export declare namespace ListHapgsRequest {
365
-
366
- const filterSensitiveLog: (obj: ListHapgsRequest) => any;
367
- }
368
- export interface ListHapgsResponse {
369
-
370
- HapgList: string[] | undefined;
371
-
372
- NextToken?: string;
373
- }
374
- export declare namespace ListHapgsResponse {
375
-
376
- const filterSensitiveLog: (obj: ListHapgsResponse) => any;
377
- }
378
- export interface ListHsmsRequest {
379
-
380
- NextToken?: string;
381
- }
382
- export declare namespace ListHsmsRequest {
383
-
384
- const filterSensitiveLog: (obj: ListHsmsRequest) => any;
385
- }
386
-
387
- export interface ListHsmsResponse {
388
-
389
- HsmList?: string[];
390
-
391
- NextToken?: string;
392
- }
393
- export declare namespace ListHsmsResponse {
394
-
395
- const filterSensitiveLog: (obj: ListHsmsResponse) => any;
396
- }
397
- export interface ListLunaClientsRequest {
398
-
399
- NextToken?: string;
400
- }
401
- export declare namespace ListLunaClientsRequest {
402
-
403
- const filterSensitiveLog: (obj: ListLunaClientsRequest) => any;
404
- }
405
- export interface ListLunaClientsResponse {
406
-
407
- ClientList: string[] | undefined;
408
-
409
- NextToken?: string;
410
- }
411
- export declare namespace ListLunaClientsResponse {
412
-
413
- const filterSensitiveLog: (obj: ListLunaClientsResponse) => any;
414
- }
415
- export interface ListTagsForResourceRequest {
416
-
417
- ResourceArn: string | undefined;
418
- }
419
- export declare namespace ListTagsForResourceRequest {
420
-
421
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
422
- }
423
- export interface ListTagsForResourceResponse {
424
-
425
- TagList: Tag[] | undefined;
426
- }
427
- export declare namespace ListTagsForResourceResponse {
428
-
429
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
430
- }
431
- export interface ModifyHapgRequest {
432
-
433
- HapgArn: string | undefined;
434
-
435
- Label?: string;
436
-
437
- PartitionSerialList?: string[];
438
- }
439
- export declare namespace ModifyHapgRequest {
440
-
441
- const filterSensitiveLog: (obj: ModifyHapgRequest) => any;
442
- }
443
- export interface ModifyHapgResponse {
444
-
445
- HapgArn?: string;
446
- }
447
- export declare namespace ModifyHapgResponse {
448
-
449
- const filterSensitiveLog: (obj: ModifyHapgResponse) => any;
450
- }
451
-
452
- export interface ModifyHsmRequest {
453
-
454
- HsmArn: string | undefined;
455
-
456
- SubnetId?: string;
457
-
458
- EniIp?: string;
459
-
460
- IamRoleArn?: string;
461
-
462
- ExternalId?: string;
463
-
464
- SyslogIp?: string;
465
- }
466
- export declare namespace ModifyHsmRequest {
467
-
468
- const filterSensitiveLog: (obj: ModifyHsmRequest) => any;
469
- }
470
-
471
- export interface ModifyHsmResponse {
472
-
473
- HsmArn?: string;
474
- }
475
- export declare namespace ModifyHsmResponse {
476
-
477
- const filterSensitiveLog: (obj: ModifyHsmResponse) => any;
478
- }
479
- export interface ModifyLunaClientRequest {
480
-
481
- ClientArn: string | undefined;
482
-
483
- Certificate: string | undefined;
484
- }
485
- export declare namespace ModifyLunaClientRequest {
486
-
487
- const filterSensitiveLog: (obj: ModifyLunaClientRequest) => any;
488
- }
489
- export interface ModifyLunaClientResponse {
490
-
491
- ClientArn?: string;
492
- }
493
- export declare namespace ModifyLunaClientResponse {
494
-
495
- const filterSensitiveLog: (obj: ModifyLunaClientResponse) => any;
496
- }
497
- export interface RemoveTagsFromResourceRequest {
498
-
499
- ResourceArn: string | undefined;
500
-
501
- TagKeyList: string[] | undefined;
502
- }
503
- export declare namespace RemoveTagsFromResourceRequest {
504
-
505
- const filterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
506
- }
507
- export interface RemoveTagsFromResourceResponse {
508
-
509
- Status: string | undefined;
510
- }
511
- export declare namespace RemoveTagsFromResourceResponse {
512
-
513
- const filterSensitiveLog: (obj: RemoveTagsFromResourceResponse) => any;
514
- }