@aws-sdk/client-cloudhsm 3.131.0 → 3.142.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-cjs/commands/CreateHapgCommand.js +2 -2
- package/dist-cjs/commands/CreateHsmCommand.js +2 -2
- package/dist-cjs/commands/CreateLunaClientCommand.js +2 -2
- package/dist-cjs/commands/DeleteHapgCommand.js +2 -2
- package/dist-cjs/commands/DeleteHsmCommand.js +2 -2
- package/dist-cjs/commands/DeleteLunaClientCommand.js +2 -2
- package/dist-cjs/commands/DescribeHapgCommand.js +2 -2
- package/dist-cjs/commands/DescribeHsmCommand.js +2 -2
- package/dist-cjs/commands/DescribeLunaClientCommand.js +2 -2
- package/dist-cjs/commands/GetConfigCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableZonesCommand.js +2 -2
- package/dist-cjs/commands/ListHapgsCommand.js +2 -2
- package/dist-cjs/commands/ListHsmsCommand.js +2 -2
- package/dist-cjs/commands/ListLunaClientsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyHapgCommand.js +2 -2
- package/dist-cjs/commands/ModifyHsmCommand.js +2 -2
- package/dist-cjs/commands/ModifyLunaClientCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +165 -247
- package/dist-cjs/protocols/Aws_json1_1.js +100 -172
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/CreateHapgCommand.js +3 -3
- package/dist-es/commands/CreateHsmCommand.js +3 -3
- package/dist-es/commands/CreateLunaClientCommand.js +3 -3
- package/dist-es/commands/DeleteHapgCommand.js +3 -3
- package/dist-es/commands/DeleteHsmCommand.js +3 -3
- package/dist-es/commands/DeleteLunaClientCommand.js +3 -3
- package/dist-es/commands/DescribeHapgCommand.js +3 -3
- package/dist-es/commands/DescribeHsmCommand.js +3 -3
- package/dist-es/commands/DescribeLunaClientCommand.js +3 -3
- package/dist-es/commands/GetConfigCommand.js +3 -3
- package/dist-es/commands/ListAvailableZonesCommand.js +3 -3
- package/dist-es/commands/ListHapgsCommand.js +3 -3
- package/dist-es/commands/ListHsmsCommand.js +3 -3
- package/dist-es/commands/ListLunaClientsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyHapgCommand.js +3 -3
- package/dist-es/commands/ModifyHsmCommand.js +3 -3
- package/dist-es/commands/ModifyLunaClientCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +41 -164
- package/dist-es/protocols/Aws_json1_1.js +161 -173
- package/dist-types/models/models_0.d.ts +164 -246
- package/dist-types/ts3.4/models/models_0.d.ts +82 -164
- package/package.json +6 -6
|
@@ -14,12 +14,6 @@ export interface Tag {
|
|
|
14
14
|
*/
|
|
15
15
|
Value: string | undefined;
|
|
16
16
|
}
|
|
17
|
-
export declare namespace Tag {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
22
|
-
}
|
|
23
17
|
export interface AddTagsToResourceRequest {
|
|
24
18
|
/**
|
|
25
19
|
* <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource to tag.</p>
|
|
@@ -30,24 +24,12 @@ export interface AddTagsToResourceRequest {
|
|
|
30
24
|
*/
|
|
31
25
|
TagList: Tag[] | undefined;
|
|
32
26
|
}
|
|
33
|
-
export declare namespace AddTagsToResourceRequest {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
const filterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
|
|
38
|
-
}
|
|
39
27
|
export interface AddTagsToResourceResponse {
|
|
40
28
|
/**
|
|
41
29
|
* <p>The status of the operation.</p>
|
|
42
30
|
*/
|
|
43
31
|
Status: string | undefined;
|
|
44
32
|
}
|
|
45
|
-
export declare namespace AddTagsToResourceResponse {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
const filterSensitiveLog: (obj: AddTagsToResourceResponse) => any;
|
|
50
|
-
}
|
|
51
33
|
/**
|
|
52
34
|
* <p>Indicates that an internal error occurred.</p>
|
|
53
35
|
*/
|
|
@@ -106,12 +88,6 @@ export interface CreateHapgRequest {
|
|
|
106
88
|
*/
|
|
107
89
|
Label: string | undefined;
|
|
108
90
|
}
|
|
109
|
-
export declare namespace CreateHapgRequest {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
const filterSensitiveLog: (obj: CreateHapgRequest) => any;
|
|
114
|
-
}
|
|
115
91
|
/**
|
|
116
92
|
* <p>Contains the output of the <a>CreateHAPartitionGroup</a> action.</p>
|
|
117
93
|
*/
|
|
@@ -121,12 +97,6 @@ export interface CreateHapgResponse {
|
|
|
121
97
|
*/
|
|
122
98
|
HapgArn?: string;
|
|
123
99
|
}
|
|
124
|
-
export declare namespace CreateHapgResponse {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
const filterSensitiveLog: (obj: CreateHapgResponse) => any;
|
|
129
|
-
}
|
|
130
100
|
export declare enum SubscriptionType {
|
|
131
101
|
PRODUCTION = "PRODUCTION"
|
|
132
102
|
}
|
|
@@ -184,12 +154,6 @@ export interface CreateHsmRequest {
|
|
|
184
154
|
*/
|
|
185
155
|
SyslogIp?: string;
|
|
186
156
|
}
|
|
187
|
-
export declare namespace CreateHsmRequest {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
const filterSensitiveLog: (obj: CreateHsmRequest) => any;
|
|
192
|
-
}
|
|
193
157
|
/**
|
|
194
158
|
* <p>Contains the output of the <code>CreateHsm</code> operation.</p>
|
|
195
159
|
*/
|
|
@@ -199,12 +163,6 @@ export interface CreateHsmResponse {
|
|
|
199
163
|
*/
|
|
200
164
|
HsmArn?: string;
|
|
201
165
|
}
|
|
202
|
-
export declare namespace CreateHsmResponse {
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
const filterSensitiveLog: (obj: CreateHsmResponse) => any;
|
|
207
|
-
}
|
|
208
166
|
/**
|
|
209
167
|
* <p>Contains the inputs for the <a>CreateLunaClient</a> action.</p>
|
|
210
168
|
*/
|
|
@@ -219,12 +177,6 @@ export interface CreateLunaClientRequest {
|
|
|
219
177
|
*/
|
|
220
178
|
Certificate: string | undefined;
|
|
221
179
|
}
|
|
222
|
-
export declare namespace CreateLunaClientRequest {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
|
-
const filterSensitiveLog: (obj: CreateLunaClientRequest) => any;
|
|
227
|
-
}
|
|
228
180
|
/**
|
|
229
181
|
* <p>Contains the output of the <a>CreateLunaClient</a> action.</p>
|
|
230
182
|
*/
|
|
@@ -234,12 +186,6 @@ export interface CreateLunaClientResponse {
|
|
|
234
186
|
*/
|
|
235
187
|
ClientArn?: string;
|
|
236
188
|
}
|
|
237
|
-
export declare namespace CreateLunaClientResponse {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
const filterSensitiveLog: (obj: CreateLunaClientResponse) => any;
|
|
242
|
-
}
|
|
243
189
|
/**
|
|
244
190
|
* <p>Contains the inputs for the <a>DeleteHapg</a> action.</p>
|
|
245
191
|
*/
|
|
@@ -249,12 +195,6 @@ export interface DeleteHapgRequest {
|
|
|
249
195
|
*/
|
|
250
196
|
HapgArn: string | undefined;
|
|
251
197
|
}
|
|
252
|
-
export declare namespace DeleteHapgRequest {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
|
-
const filterSensitiveLog: (obj: DeleteHapgRequest) => any;
|
|
257
|
-
}
|
|
258
198
|
/**
|
|
259
199
|
* <p>Contains the output of the <a>DeleteHapg</a> action.</p>
|
|
260
200
|
*/
|
|
@@ -264,12 +204,6 @@ export interface DeleteHapgResponse {
|
|
|
264
204
|
*/
|
|
265
205
|
Status: string | undefined;
|
|
266
206
|
}
|
|
267
|
-
export declare namespace DeleteHapgResponse {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
const filterSensitiveLog: (obj: DeleteHapgResponse) => any;
|
|
272
|
-
}
|
|
273
207
|
/**
|
|
274
208
|
* <p>Contains the inputs for the <a>DeleteHsm</a> operation.</p>
|
|
275
209
|
*/
|
|
@@ -279,12 +213,6 @@ export interface DeleteHsmRequest {
|
|
|
279
213
|
*/
|
|
280
214
|
HsmArn: string | undefined;
|
|
281
215
|
}
|
|
282
|
-
export declare namespace DeleteHsmRequest {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
const filterSensitiveLog: (obj: DeleteHsmRequest) => any;
|
|
287
|
-
}
|
|
288
216
|
/**
|
|
289
217
|
* <p>Contains the output of the <a>DeleteHsm</a> operation.</p>
|
|
290
218
|
*/
|
|
@@ -294,36 +222,18 @@ export interface DeleteHsmResponse {
|
|
|
294
222
|
*/
|
|
295
223
|
Status: string | undefined;
|
|
296
224
|
}
|
|
297
|
-
export declare namespace DeleteHsmResponse {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
|
-
const filterSensitiveLog: (obj: DeleteHsmResponse) => any;
|
|
302
|
-
}
|
|
303
225
|
export interface DeleteLunaClientRequest {
|
|
304
226
|
/**
|
|
305
227
|
* <p>The ARN of the client to delete.</p>
|
|
306
228
|
*/
|
|
307
229
|
ClientArn: string | undefined;
|
|
308
230
|
}
|
|
309
|
-
export declare namespace DeleteLunaClientRequest {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
const filterSensitiveLog: (obj: DeleteLunaClientRequest) => any;
|
|
314
|
-
}
|
|
315
231
|
export interface DeleteLunaClientResponse {
|
|
316
232
|
/**
|
|
317
233
|
* <p>The status of the action.</p>
|
|
318
234
|
*/
|
|
319
235
|
Status: string | undefined;
|
|
320
236
|
}
|
|
321
|
-
export declare namespace DeleteLunaClientResponse {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
|
-
const filterSensitiveLog: (obj: DeleteLunaClientResponse) => any;
|
|
326
|
-
}
|
|
327
237
|
/**
|
|
328
238
|
* <p>Contains the inputs for the <a>DescribeHapg</a> action.</p>
|
|
329
239
|
*/
|
|
@@ -333,12 +243,6 @@ export interface DescribeHapgRequest {
|
|
|
333
243
|
*/
|
|
334
244
|
HapgArn: string | undefined;
|
|
335
245
|
}
|
|
336
|
-
export declare namespace DescribeHapgRequest {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
const filterSensitiveLog: (obj: DescribeHapgRequest) => any;
|
|
341
|
-
}
|
|
342
246
|
export declare enum CloudHsmObjectState {
|
|
343
247
|
DEGRADED = "DEGRADED",
|
|
344
248
|
READY = "READY",
|
|
@@ -386,12 +290,6 @@ export interface DescribeHapgResponse {
|
|
|
386
290
|
*/
|
|
387
291
|
State?: CloudHsmObjectState | string;
|
|
388
292
|
}
|
|
389
|
-
export declare namespace DescribeHapgResponse {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
const filterSensitiveLog: (obj: DescribeHapgResponse) => any;
|
|
394
|
-
}
|
|
395
293
|
/**
|
|
396
294
|
* <p>Contains the inputs for the <a>DescribeHsm</a> operation.</p>
|
|
397
295
|
*/
|
|
@@ -407,12 +305,6 @@ export interface DescribeHsmRequest {
|
|
|
407
305
|
*/
|
|
408
306
|
HsmSerialNumber?: string;
|
|
409
307
|
}
|
|
410
|
-
export declare namespace DescribeHsmRequest {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
|
-
const filterSensitiveLog: (obj: DescribeHsmRequest) => any;
|
|
415
|
-
}
|
|
416
308
|
export declare enum HsmStatus {
|
|
417
309
|
DEGRADED = "DEGRADED",
|
|
418
310
|
PENDING = "PENDING",
|
|
@@ -523,12 +415,6 @@ export interface DescribeHsmResponse {
|
|
|
523
415
|
*/
|
|
524
416
|
Partitions?: string[];
|
|
525
417
|
}
|
|
526
|
-
export declare namespace DescribeHsmResponse {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: DescribeHsmResponse) => any;
|
|
531
|
-
}
|
|
532
418
|
export interface DescribeLunaClientRequest {
|
|
533
419
|
/**
|
|
534
420
|
* <p>The ARN of the client.</p>
|
|
@@ -539,12 +425,6 @@ export interface DescribeLunaClientRequest {
|
|
|
539
425
|
*/
|
|
540
426
|
CertificateFingerprint?: string;
|
|
541
427
|
}
|
|
542
|
-
export declare namespace DescribeLunaClientRequest {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
const filterSensitiveLog: (obj: DescribeLunaClientRequest) => any;
|
|
547
|
-
}
|
|
548
428
|
export interface DescribeLunaClientResponse {
|
|
549
429
|
/**
|
|
550
430
|
* <p>The ARN of the client.</p>
|
|
@@ -567,12 +447,6 @@ export interface DescribeLunaClientResponse {
|
|
|
567
447
|
*/
|
|
568
448
|
Label?: string;
|
|
569
449
|
}
|
|
570
|
-
export declare namespace DescribeLunaClientResponse {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
|
-
const filterSensitiveLog: (obj: DescribeLunaClientResponse) => any;
|
|
575
|
-
}
|
|
576
450
|
export interface GetConfigRequest {
|
|
577
451
|
/**
|
|
578
452
|
* <p>The ARN of the client.</p>
|
|
@@ -588,12 +462,6 @@ export interface GetConfigRequest {
|
|
|
588
462
|
*/
|
|
589
463
|
HapgList: string[] | undefined;
|
|
590
464
|
}
|
|
591
|
-
export declare namespace GetConfigRequest {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
|
-
const filterSensitiveLog: (obj: GetConfigRequest) => any;
|
|
596
|
-
}
|
|
597
465
|
export interface GetConfigResponse {
|
|
598
466
|
/**
|
|
599
467
|
* <p>The type of credentials.</p>
|
|
@@ -608,35 +476,17 @@ export interface GetConfigResponse {
|
|
|
608
476
|
*/
|
|
609
477
|
ConfigCred?: string;
|
|
610
478
|
}
|
|
611
|
-
export declare namespace GetConfigResponse {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
|
-
const filterSensitiveLog: (obj: GetConfigResponse) => any;
|
|
616
|
-
}
|
|
617
479
|
/**
|
|
618
480
|
* <p>Contains the inputs for the <a>ListAvailableZones</a> action.</p>
|
|
619
481
|
*/
|
|
620
482
|
export interface ListAvailableZonesRequest {
|
|
621
483
|
}
|
|
622
|
-
export declare namespace ListAvailableZonesRequest {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
|
-
const filterSensitiveLog: (obj: ListAvailableZonesRequest) => any;
|
|
627
|
-
}
|
|
628
484
|
export interface ListAvailableZonesResponse {
|
|
629
485
|
/**
|
|
630
486
|
* <p>The list of Availability Zones that have available AWS CloudHSM capacity.</p>
|
|
631
487
|
*/
|
|
632
488
|
AZList?: string[];
|
|
633
489
|
}
|
|
634
|
-
export declare namespace ListAvailableZonesResponse {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
|
-
const filterSensitiveLog: (obj: ListAvailableZonesResponse) => any;
|
|
639
|
-
}
|
|
640
490
|
export interface ListHapgsRequest {
|
|
641
491
|
/**
|
|
642
492
|
* <p>The <code>NextToken</code> value from a previous call to <code>ListHapgs</code>. Pass
|
|
@@ -644,12 +494,6 @@ export interface ListHapgsRequest {
|
|
|
644
494
|
*/
|
|
645
495
|
NextToken?: string;
|
|
646
496
|
}
|
|
647
|
-
export declare namespace ListHapgsRequest {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
|
-
const filterSensitiveLog: (obj: ListHapgsRequest) => any;
|
|
652
|
-
}
|
|
653
497
|
export interface ListHapgsResponse {
|
|
654
498
|
/**
|
|
655
499
|
* <p>The list of high-availability partition groups.</p>
|
|
@@ -661,12 +505,6 @@ export interface ListHapgsResponse {
|
|
|
661
505
|
*/
|
|
662
506
|
NextToken?: string;
|
|
663
507
|
}
|
|
664
|
-
export declare namespace ListHapgsResponse {
|
|
665
|
-
/**
|
|
666
|
-
* @internal
|
|
667
|
-
*/
|
|
668
|
-
const filterSensitiveLog: (obj: ListHapgsResponse) => any;
|
|
669
|
-
}
|
|
670
508
|
export interface ListHsmsRequest {
|
|
671
509
|
/**
|
|
672
510
|
* <p>The <code>NextToken</code> value from a previous call to <code>ListHsms</code>. Pass
|
|
@@ -674,12 +512,6 @@ export interface ListHsmsRequest {
|
|
|
674
512
|
*/
|
|
675
513
|
NextToken?: string;
|
|
676
514
|
}
|
|
677
|
-
export declare namespace ListHsmsRequest {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
|
-
const filterSensitiveLog: (obj: ListHsmsRequest) => any;
|
|
682
|
-
}
|
|
683
515
|
/**
|
|
684
516
|
* <p>Contains the output of the <code>ListHsms</code> operation.</p>
|
|
685
517
|
*/
|
|
@@ -694,12 +526,6 @@ export interface ListHsmsResponse {
|
|
|
694
526
|
*/
|
|
695
527
|
NextToken?: string;
|
|
696
528
|
}
|
|
697
|
-
export declare namespace ListHsmsResponse {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
const filterSensitiveLog: (obj: ListHsmsResponse) => any;
|
|
702
|
-
}
|
|
703
529
|
export interface ListLunaClientsRequest {
|
|
704
530
|
/**
|
|
705
531
|
* <p>The <code>NextToken</code> value from a previous call to <code>ListLunaClients</code>.
|
|
@@ -707,12 +533,6 @@ export interface ListLunaClientsRequest {
|
|
|
707
533
|
*/
|
|
708
534
|
NextToken?: string;
|
|
709
535
|
}
|
|
710
|
-
export declare namespace ListLunaClientsRequest {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
|
-
const filterSensitiveLog: (obj: ListLunaClientsRequest) => any;
|
|
715
|
-
}
|
|
716
536
|
export interface ListLunaClientsResponse {
|
|
717
537
|
/**
|
|
718
538
|
* <p>The list of clients.</p>
|
|
@@ -724,36 +544,18 @@ export interface ListLunaClientsResponse {
|
|
|
724
544
|
*/
|
|
725
545
|
NextToken?: string;
|
|
726
546
|
}
|
|
727
|
-
export declare namespace ListLunaClientsResponse {
|
|
728
|
-
/**
|
|
729
|
-
* @internal
|
|
730
|
-
*/
|
|
731
|
-
const filterSensitiveLog: (obj: ListLunaClientsResponse) => any;
|
|
732
|
-
}
|
|
733
547
|
export interface ListTagsForResourceRequest {
|
|
734
548
|
/**
|
|
735
549
|
* <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource.</p>
|
|
736
550
|
*/
|
|
737
551
|
ResourceArn: string | undefined;
|
|
738
552
|
}
|
|
739
|
-
export declare namespace ListTagsForResourceRequest {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
744
|
-
}
|
|
745
553
|
export interface ListTagsForResourceResponse {
|
|
746
554
|
/**
|
|
747
555
|
* <p>One or more tags.</p>
|
|
748
556
|
*/
|
|
749
557
|
TagList: Tag[] | undefined;
|
|
750
558
|
}
|
|
751
|
-
export declare namespace ListTagsForResourceResponse {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
756
|
-
}
|
|
757
559
|
export interface ModifyHapgRequest {
|
|
758
560
|
/**
|
|
759
561
|
* <p>The ARN of the high-availability partition group to modify.</p>
|
|
@@ -769,24 +571,12 @@ export interface ModifyHapgRequest {
|
|
|
769
571
|
*/
|
|
770
572
|
PartitionSerialList?: string[];
|
|
771
573
|
}
|
|
772
|
-
export declare namespace ModifyHapgRequest {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
|
-
const filterSensitiveLog: (obj: ModifyHapgRequest) => any;
|
|
777
|
-
}
|
|
778
574
|
export interface ModifyHapgResponse {
|
|
779
575
|
/**
|
|
780
576
|
* <p>The ARN of the high-availability partition group.</p>
|
|
781
577
|
*/
|
|
782
578
|
HapgArn?: string;
|
|
783
579
|
}
|
|
784
|
-
export declare namespace ModifyHapgResponse {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
|
-
const filterSensitiveLog: (obj: ModifyHapgResponse) => any;
|
|
789
|
-
}
|
|
790
580
|
/**
|
|
791
581
|
* <p>Contains the inputs for the <a>ModifyHsm</a> operation.</p>
|
|
792
582
|
*/
|
|
@@ -821,12 +611,6 @@ export interface ModifyHsmRequest {
|
|
|
821
611
|
*/
|
|
822
612
|
SyslogIp?: string;
|
|
823
613
|
}
|
|
824
|
-
export declare namespace ModifyHsmRequest {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
|
-
const filterSensitiveLog: (obj: ModifyHsmRequest) => any;
|
|
829
|
-
}
|
|
830
614
|
/**
|
|
831
615
|
* <p>Contains the output of the <a>ModifyHsm</a> operation.</p>
|
|
832
616
|
*/
|
|
@@ -836,12 +620,6 @@ export interface ModifyHsmResponse {
|
|
|
836
620
|
*/
|
|
837
621
|
HsmArn?: string;
|
|
838
622
|
}
|
|
839
|
-
export declare namespace ModifyHsmResponse {
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
|
-
const filterSensitiveLog: (obj: ModifyHsmResponse) => any;
|
|
844
|
-
}
|
|
845
623
|
export interface ModifyLunaClientRequest {
|
|
846
624
|
/**
|
|
847
625
|
* <p>The ARN of the client.</p>
|
|
@@ -852,24 +630,12 @@ export interface ModifyLunaClientRequest {
|
|
|
852
630
|
*/
|
|
853
631
|
Certificate: string | undefined;
|
|
854
632
|
}
|
|
855
|
-
export declare namespace ModifyLunaClientRequest {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
const filterSensitiveLog: (obj: ModifyLunaClientRequest) => any;
|
|
860
|
-
}
|
|
861
633
|
export interface ModifyLunaClientResponse {
|
|
862
634
|
/**
|
|
863
635
|
* <p>The ARN of the client.</p>
|
|
864
636
|
*/
|
|
865
637
|
ClientArn?: string;
|
|
866
638
|
}
|
|
867
|
-
export declare namespace ModifyLunaClientResponse {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
|
-
const filterSensitiveLog: (obj: ModifyLunaClientResponse) => any;
|
|
872
|
-
}
|
|
873
639
|
export interface RemoveTagsFromResourceRequest {
|
|
874
640
|
/**
|
|
875
641
|
* <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource.</p>
|
|
@@ -882,21 +648,173 @@ export interface RemoveTagsFromResourceRequest {
|
|
|
882
648
|
*/
|
|
883
649
|
TagKeyList: string[] | undefined;
|
|
884
650
|
}
|
|
885
|
-
export declare namespace RemoveTagsFromResourceRequest {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
|
-
const filterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
|
|
890
|
-
}
|
|
891
651
|
export interface RemoveTagsFromResourceResponse {
|
|
892
652
|
/**
|
|
893
653
|
* <p>The status of the operation.</p>
|
|
894
654
|
*/
|
|
895
655
|
Status: string | undefined;
|
|
896
656
|
}
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
*/
|
|
660
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
661
|
+
/**
|
|
662
|
+
* @internal
|
|
663
|
+
*/
|
|
664
|
+
export declare const AddTagsToResourceRequestFilterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
|
|
665
|
+
/**
|
|
666
|
+
* @internal
|
|
667
|
+
*/
|
|
668
|
+
export declare const AddTagsToResourceResponseFilterSensitiveLog: (obj: AddTagsToResourceResponse) => any;
|
|
669
|
+
/**
|
|
670
|
+
* @internal
|
|
671
|
+
*/
|
|
672
|
+
export declare const CreateHapgRequestFilterSensitiveLog: (obj: CreateHapgRequest) => any;
|
|
673
|
+
/**
|
|
674
|
+
* @internal
|
|
675
|
+
*/
|
|
676
|
+
export declare const CreateHapgResponseFilterSensitiveLog: (obj: CreateHapgResponse) => any;
|
|
677
|
+
/**
|
|
678
|
+
* @internal
|
|
679
|
+
*/
|
|
680
|
+
export declare const CreateHsmRequestFilterSensitiveLog: (obj: CreateHsmRequest) => any;
|
|
681
|
+
/**
|
|
682
|
+
* @internal
|
|
683
|
+
*/
|
|
684
|
+
export declare const CreateHsmResponseFilterSensitiveLog: (obj: CreateHsmResponse) => any;
|
|
685
|
+
/**
|
|
686
|
+
* @internal
|
|
687
|
+
*/
|
|
688
|
+
export declare const CreateLunaClientRequestFilterSensitiveLog: (obj: CreateLunaClientRequest) => any;
|
|
689
|
+
/**
|
|
690
|
+
* @internal
|
|
691
|
+
*/
|
|
692
|
+
export declare const CreateLunaClientResponseFilterSensitiveLog: (obj: CreateLunaClientResponse) => any;
|
|
693
|
+
/**
|
|
694
|
+
* @internal
|
|
695
|
+
*/
|
|
696
|
+
export declare const DeleteHapgRequestFilterSensitiveLog: (obj: DeleteHapgRequest) => any;
|
|
697
|
+
/**
|
|
698
|
+
* @internal
|
|
699
|
+
*/
|
|
700
|
+
export declare const DeleteHapgResponseFilterSensitiveLog: (obj: DeleteHapgResponse) => any;
|
|
701
|
+
/**
|
|
702
|
+
* @internal
|
|
703
|
+
*/
|
|
704
|
+
export declare const DeleteHsmRequestFilterSensitiveLog: (obj: DeleteHsmRequest) => any;
|
|
705
|
+
/**
|
|
706
|
+
* @internal
|
|
707
|
+
*/
|
|
708
|
+
export declare const DeleteHsmResponseFilterSensitiveLog: (obj: DeleteHsmResponse) => any;
|
|
709
|
+
/**
|
|
710
|
+
* @internal
|
|
711
|
+
*/
|
|
712
|
+
export declare const DeleteLunaClientRequestFilterSensitiveLog: (obj: DeleteLunaClientRequest) => any;
|
|
713
|
+
/**
|
|
714
|
+
* @internal
|
|
715
|
+
*/
|
|
716
|
+
export declare const DeleteLunaClientResponseFilterSensitiveLog: (obj: DeleteLunaClientResponse) => any;
|
|
717
|
+
/**
|
|
718
|
+
* @internal
|
|
719
|
+
*/
|
|
720
|
+
export declare const DescribeHapgRequestFilterSensitiveLog: (obj: DescribeHapgRequest) => any;
|
|
721
|
+
/**
|
|
722
|
+
* @internal
|
|
723
|
+
*/
|
|
724
|
+
export declare const DescribeHapgResponseFilterSensitiveLog: (obj: DescribeHapgResponse) => any;
|
|
725
|
+
/**
|
|
726
|
+
* @internal
|
|
727
|
+
*/
|
|
728
|
+
export declare const DescribeHsmRequestFilterSensitiveLog: (obj: DescribeHsmRequest) => any;
|
|
729
|
+
/**
|
|
730
|
+
* @internal
|
|
731
|
+
*/
|
|
732
|
+
export declare const DescribeHsmResponseFilterSensitiveLog: (obj: DescribeHsmResponse) => any;
|
|
733
|
+
/**
|
|
734
|
+
* @internal
|
|
735
|
+
*/
|
|
736
|
+
export declare const DescribeLunaClientRequestFilterSensitiveLog: (obj: DescribeLunaClientRequest) => any;
|
|
737
|
+
/**
|
|
738
|
+
* @internal
|
|
739
|
+
*/
|
|
740
|
+
export declare const DescribeLunaClientResponseFilterSensitiveLog: (obj: DescribeLunaClientResponse) => any;
|
|
741
|
+
/**
|
|
742
|
+
* @internal
|
|
743
|
+
*/
|
|
744
|
+
export declare const GetConfigRequestFilterSensitiveLog: (obj: GetConfigRequest) => any;
|
|
745
|
+
/**
|
|
746
|
+
* @internal
|
|
747
|
+
*/
|
|
748
|
+
export declare const GetConfigResponseFilterSensitiveLog: (obj: GetConfigResponse) => any;
|
|
749
|
+
/**
|
|
750
|
+
* @internal
|
|
751
|
+
*/
|
|
752
|
+
export declare const ListAvailableZonesRequestFilterSensitiveLog: (obj: ListAvailableZonesRequest) => any;
|
|
753
|
+
/**
|
|
754
|
+
* @internal
|
|
755
|
+
*/
|
|
756
|
+
export declare const ListAvailableZonesResponseFilterSensitiveLog: (obj: ListAvailableZonesResponse) => any;
|
|
757
|
+
/**
|
|
758
|
+
* @internal
|
|
759
|
+
*/
|
|
760
|
+
export declare const ListHapgsRequestFilterSensitiveLog: (obj: ListHapgsRequest) => any;
|
|
761
|
+
/**
|
|
762
|
+
* @internal
|
|
763
|
+
*/
|
|
764
|
+
export declare const ListHapgsResponseFilterSensitiveLog: (obj: ListHapgsResponse) => any;
|
|
765
|
+
/**
|
|
766
|
+
* @internal
|
|
767
|
+
*/
|
|
768
|
+
export declare const ListHsmsRequestFilterSensitiveLog: (obj: ListHsmsRequest) => any;
|
|
769
|
+
/**
|
|
770
|
+
* @internal
|
|
771
|
+
*/
|
|
772
|
+
export declare const ListHsmsResponseFilterSensitiveLog: (obj: ListHsmsResponse) => any;
|
|
773
|
+
/**
|
|
774
|
+
* @internal
|
|
775
|
+
*/
|
|
776
|
+
export declare const ListLunaClientsRequestFilterSensitiveLog: (obj: ListLunaClientsRequest) => any;
|
|
777
|
+
/**
|
|
778
|
+
* @internal
|
|
779
|
+
*/
|
|
780
|
+
export declare const ListLunaClientsResponseFilterSensitiveLog: (obj: ListLunaClientsResponse) => any;
|
|
781
|
+
/**
|
|
782
|
+
* @internal
|
|
783
|
+
*/
|
|
784
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
785
|
+
/**
|
|
786
|
+
* @internal
|
|
787
|
+
*/
|
|
788
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
789
|
+
/**
|
|
790
|
+
* @internal
|
|
791
|
+
*/
|
|
792
|
+
export declare const ModifyHapgRequestFilterSensitiveLog: (obj: ModifyHapgRequest) => any;
|
|
793
|
+
/**
|
|
794
|
+
* @internal
|
|
795
|
+
*/
|
|
796
|
+
export declare const ModifyHapgResponseFilterSensitiveLog: (obj: ModifyHapgResponse) => any;
|
|
797
|
+
/**
|
|
798
|
+
* @internal
|
|
799
|
+
*/
|
|
800
|
+
export declare const ModifyHsmRequestFilterSensitiveLog: (obj: ModifyHsmRequest) => any;
|
|
801
|
+
/**
|
|
802
|
+
* @internal
|
|
803
|
+
*/
|
|
804
|
+
export declare const ModifyHsmResponseFilterSensitiveLog: (obj: ModifyHsmResponse) => any;
|
|
805
|
+
/**
|
|
806
|
+
* @internal
|
|
807
|
+
*/
|
|
808
|
+
export declare const ModifyLunaClientRequestFilterSensitiveLog: (obj: ModifyLunaClientRequest) => any;
|
|
809
|
+
/**
|
|
810
|
+
* @internal
|
|
811
|
+
*/
|
|
812
|
+
export declare const ModifyLunaClientResponseFilterSensitiveLog: (obj: ModifyLunaClientResponse) => any;
|
|
813
|
+
/**
|
|
814
|
+
* @internal
|
|
815
|
+
*/
|
|
816
|
+
export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
|
|
817
|
+
/**
|
|
818
|
+
* @internal
|
|
819
|
+
*/
|
|
820
|
+
export declare const RemoveTagsFromResourceResponseFilterSensitiveLog: (obj: RemoveTagsFromResourceResponse) => any;
|