@aws-sdk/client-cloudhsm 3.296.0 → 3.297.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.
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>A key-value pair that identifies or specifies metadata about an AWS CloudHSM
5
6
  * resource.</p>
6
7
  */
@@ -14,6 +15,9 @@ export interface Tag {
14
15
  */
15
16
  Value: string | undefined;
16
17
  }
18
+ /**
19
+ * @public
20
+ */
17
21
  export interface AddTagsToResourceRequest {
18
22
  /**
19
23
  * <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource to tag.</p>
@@ -24,6 +28,9 @@ export interface AddTagsToResourceRequest {
24
28
  */
25
29
  TagList: Tag[] | undefined;
26
30
  }
31
+ /**
32
+ * @public
33
+ */
27
34
  export interface AddTagsToResourceResponse {
28
35
  /**
29
36
  * <p>The status of the operation.</p>
@@ -31,6 +38,7 @@ export interface AddTagsToResourceResponse {
31
38
  Status: string | undefined;
32
39
  }
33
40
  /**
41
+ * @public
34
42
  * <p>Indicates that an internal error occurred.</p>
35
43
  */
36
44
  export declare class CloudHsmInternalException extends __BaseException {
@@ -46,6 +54,7 @@ export declare class CloudHsmInternalException extends __BaseException {
46
54
  constructor(opts: __ExceptionOptionType<CloudHsmInternalException, __BaseException>);
47
55
  }
48
56
  /**
57
+ * @public
49
58
  * <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
50
59
  */
51
60
  export declare class CloudHsmServiceException extends __BaseException {
@@ -61,6 +70,7 @@ export declare class CloudHsmServiceException extends __BaseException {
61
70
  constructor(opts: __ExceptionOptionType<CloudHsmServiceException, __BaseException>);
62
71
  }
63
72
  /**
73
+ * @public
64
74
  * <p>Indicates that one or more of the request parameters are not valid.</p>
65
75
  */
66
76
  export declare class InvalidRequestException extends __BaseException {
@@ -75,11 +85,15 @@ export declare class InvalidRequestException extends __BaseException {
75
85
  */
76
86
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
77
87
  }
88
+ /**
89
+ * @public
90
+ */
78
91
  export declare enum ClientVersion {
79
92
  FIVE_ONE = "5.1",
80
93
  FIVE_THREE = "5.3"
81
94
  }
82
95
  /**
96
+ * @public
83
97
  * <p>Contains the inputs for the <a>CreateHapgRequest</a> action.</p>
84
98
  */
85
99
  export interface CreateHapgRequest {
@@ -89,6 +103,7 @@ export interface CreateHapgRequest {
89
103
  Label: string | undefined;
90
104
  }
91
105
  /**
106
+ * @public
92
107
  * <p>Contains the output of the <a>CreateHAPartitionGroup</a> action.</p>
93
108
  */
94
109
  export interface CreateHapgResponse {
@@ -97,10 +112,14 @@ export interface CreateHapgResponse {
97
112
  */
98
113
  HapgArn?: string;
99
114
  }
115
+ /**
116
+ * @public
117
+ */
100
118
  export declare enum SubscriptionType {
101
119
  PRODUCTION = "PRODUCTION"
102
120
  }
103
121
  /**
122
+ * @public
104
123
  * <p>Contains the inputs for the <code>CreateHsm</code> operation.</p>
105
124
  */
106
125
  export interface CreateHsmRequest {
@@ -155,6 +174,7 @@ export interface CreateHsmRequest {
155
174
  SyslogIp?: string;
156
175
  }
157
176
  /**
177
+ * @public
158
178
  * <p>Contains the output of the <code>CreateHsm</code> operation.</p>
159
179
  */
160
180
  export interface CreateHsmResponse {
@@ -164,6 +184,7 @@ export interface CreateHsmResponse {
164
184
  HsmArn?: string;
165
185
  }
166
186
  /**
187
+ * @public
167
188
  * <p>Contains the inputs for the <a>CreateLunaClient</a> action.</p>
168
189
  */
169
190
  export interface CreateLunaClientRequest {
@@ -178,6 +199,7 @@ export interface CreateLunaClientRequest {
178
199
  Certificate: string | undefined;
179
200
  }
180
201
  /**
202
+ * @public
181
203
  * <p>Contains the output of the <a>CreateLunaClient</a> action.</p>
182
204
  */
183
205
  export interface CreateLunaClientResponse {
@@ -187,6 +209,7 @@ export interface CreateLunaClientResponse {
187
209
  ClientArn?: string;
188
210
  }
189
211
  /**
212
+ * @public
190
213
  * <p>Contains the inputs for the <a>DeleteHapg</a> action.</p>
191
214
  */
192
215
  export interface DeleteHapgRequest {
@@ -196,6 +219,7 @@ export interface DeleteHapgRequest {
196
219
  HapgArn: string | undefined;
197
220
  }
198
221
  /**
222
+ * @public
199
223
  * <p>Contains the output of the <a>DeleteHapg</a> action.</p>
200
224
  */
201
225
  export interface DeleteHapgResponse {
@@ -205,6 +229,7 @@ export interface DeleteHapgResponse {
205
229
  Status: string | undefined;
206
230
  }
207
231
  /**
232
+ * @public
208
233
  * <p>Contains the inputs for the <a>DeleteHsm</a> operation.</p>
209
234
  */
210
235
  export interface DeleteHsmRequest {
@@ -214,6 +239,7 @@ export interface DeleteHsmRequest {
214
239
  HsmArn: string | undefined;
215
240
  }
216
241
  /**
242
+ * @public
217
243
  * <p>Contains the output of the <a>DeleteHsm</a> operation.</p>
218
244
  */
219
245
  export interface DeleteHsmResponse {
@@ -222,12 +248,18 @@ export interface DeleteHsmResponse {
222
248
  */
223
249
  Status: string | undefined;
224
250
  }
251
+ /**
252
+ * @public
253
+ */
225
254
  export interface DeleteLunaClientRequest {
226
255
  /**
227
256
  * <p>The ARN of the client to delete.</p>
228
257
  */
229
258
  ClientArn: string | undefined;
230
259
  }
260
+ /**
261
+ * @public
262
+ */
231
263
  export interface DeleteLunaClientResponse {
232
264
  /**
233
265
  * <p>The status of the action.</p>
@@ -235,6 +267,7 @@ export interface DeleteLunaClientResponse {
235
267
  Status: string | undefined;
236
268
  }
237
269
  /**
270
+ * @public
238
271
  * <p>Contains the inputs for the <a>DescribeHapg</a> action.</p>
239
272
  */
240
273
  export interface DescribeHapgRequest {
@@ -243,12 +276,16 @@ export interface DescribeHapgRequest {
243
276
  */
244
277
  HapgArn: string | undefined;
245
278
  }
279
+ /**
280
+ * @public
281
+ */
246
282
  export declare enum CloudHsmObjectState {
247
283
  DEGRADED = "DEGRADED",
248
284
  READY = "READY",
249
285
  UPDATING = "UPDATING"
250
286
  }
251
287
  /**
288
+ * @public
252
289
  * <p>Contains the output of the <a>DescribeHapg</a> action.</p>
253
290
  */
254
291
  export interface DescribeHapgResponse {
@@ -291,6 +328,7 @@ export interface DescribeHapgResponse {
291
328
  State?: CloudHsmObjectState | string;
292
329
  }
293
330
  /**
331
+ * @public
294
332
  * <p>Contains the inputs for the <a>DescribeHsm</a> operation.</p>
295
333
  */
296
334
  export interface DescribeHsmRequest {
@@ -305,6 +343,9 @@ export interface DescribeHsmRequest {
305
343
  */
306
344
  HsmSerialNumber?: string;
307
345
  }
346
+ /**
347
+ * @public
348
+ */
308
349
  export declare enum HsmStatus {
309
350
  DEGRADED = "DEGRADED",
310
351
  PENDING = "PENDING",
@@ -315,6 +356,7 @@ export declare enum HsmStatus {
315
356
  UPDATING = "UPDATING"
316
357
  }
317
358
  /**
359
+ * @public
318
360
  * <p>Contains the output of the <a>DescribeHsm</a> operation.</p>
319
361
  */
320
362
  export interface DescribeHsmResponse {
@@ -415,6 +457,9 @@ export interface DescribeHsmResponse {
415
457
  */
416
458
  Partitions?: string[];
417
459
  }
460
+ /**
461
+ * @public
462
+ */
418
463
  export interface DescribeLunaClientRequest {
419
464
  /**
420
465
  * <p>The ARN of the client.</p>
@@ -425,6 +470,9 @@ export interface DescribeLunaClientRequest {
425
470
  */
426
471
  CertificateFingerprint?: string;
427
472
  }
473
+ /**
474
+ * @public
475
+ */
428
476
  export interface DescribeLunaClientResponse {
429
477
  /**
430
478
  * <p>The ARN of the client.</p>
@@ -447,6 +495,9 @@ export interface DescribeLunaClientResponse {
447
495
  */
448
496
  Label?: string;
449
497
  }
498
+ /**
499
+ * @public
500
+ */
450
501
  export interface GetConfigRequest {
451
502
  /**
452
503
  * <p>The ARN of the client.</p>
@@ -462,6 +513,9 @@ export interface GetConfigRequest {
462
513
  */
463
514
  HapgList: string[] | undefined;
464
515
  }
516
+ /**
517
+ * @public
518
+ */
465
519
  export interface GetConfigResponse {
466
520
  /**
467
521
  * <p>The type of credentials.</p>
@@ -477,16 +531,23 @@ export interface GetConfigResponse {
477
531
  ConfigCred?: string;
478
532
  }
479
533
  /**
534
+ * @public
480
535
  * <p>Contains the inputs for the <a>ListAvailableZones</a> action.</p>
481
536
  */
482
537
  export interface ListAvailableZonesRequest {
483
538
  }
539
+ /**
540
+ * @public
541
+ */
484
542
  export interface ListAvailableZonesResponse {
485
543
  /**
486
544
  * <p>The list of Availability Zones that have available AWS CloudHSM capacity.</p>
487
545
  */
488
546
  AZList?: string[];
489
547
  }
548
+ /**
549
+ * @public
550
+ */
490
551
  export interface ListHapgsRequest {
491
552
  /**
492
553
  * <p>The <code>NextToken</code> value from a previous call to <code>ListHapgs</code>. Pass
@@ -494,6 +555,9 @@ export interface ListHapgsRequest {
494
555
  */
495
556
  NextToken?: string;
496
557
  }
558
+ /**
559
+ * @public
560
+ */
497
561
  export interface ListHapgsResponse {
498
562
  /**
499
563
  * <p>The list of high-availability partition groups.</p>
@@ -505,6 +569,9 @@ export interface ListHapgsResponse {
505
569
  */
506
570
  NextToken?: string;
507
571
  }
572
+ /**
573
+ * @public
574
+ */
508
575
  export interface ListHsmsRequest {
509
576
  /**
510
577
  * <p>The <code>NextToken</code> value from a previous call to <code>ListHsms</code>. Pass
@@ -513,6 +580,7 @@ export interface ListHsmsRequest {
513
580
  NextToken?: string;
514
581
  }
515
582
  /**
583
+ * @public
516
584
  * <p>Contains the output of the <code>ListHsms</code> operation.</p>
517
585
  */
518
586
  export interface ListHsmsResponse {
@@ -526,6 +594,9 @@ export interface ListHsmsResponse {
526
594
  */
527
595
  NextToken?: string;
528
596
  }
597
+ /**
598
+ * @public
599
+ */
529
600
  export interface ListLunaClientsRequest {
530
601
  /**
531
602
  * <p>The <code>NextToken</code> value from a previous call to <code>ListLunaClients</code>.
@@ -533,6 +604,9 @@ export interface ListLunaClientsRequest {
533
604
  */
534
605
  NextToken?: string;
535
606
  }
607
+ /**
608
+ * @public
609
+ */
536
610
  export interface ListLunaClientsResponse {
537
611
  /**
538
612
  * <p>The list of clients.</p>
@@ -544,18 +618,27 @@ export interface ListLunaClientsResponse {
544
618
  */
545
619
  NextToken?: string;
546
620
  }
621
+ /**
622
+ * @public
623
+ */
547
624
  export interface ListTagsForResourceRequest {
548
625
  /**
549
626
  * <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource.</p>
550
627
  */
551
628
  ResourceArn: string | undefined;
552
629
  }
630
+ /**
631
+ * @public
632
+ */
553
633
  export interface ListTagsForResourceResponse {
554
634
  /**
555
635
  * <p>One or more tags.</p>
556
636
  */
557
637
  TagList: Tag[] | undefined;
558
638
  }
639
+ /**
640
+ * @public
641
+ */
559
642
  export interface ModifyHapgRequest {
560
643
  /**
561
644
  * <p>The ARN of the high-availability partition group to modify.</p>
@@ -571,6 +654,9 @@ export interface ModifyHapgRequest {
571
654
  */
572
655
  PartitionSerialList?: string[];
573
656
  }
657
+ /**
658
+ * @public
659
+ */
574
660
  export interface ModifyHapgResponse {
575
661
  /**
576
662
  * <p>The ARN of the high-availability partition group.</p>
@@ -578,6 +664,7 @@ export interface ModifyHapgResponse {
578
664
  HapgArn?: string;
579
665
  }
580
666
  /**
667
+ * @public
581
668
  * <p>Contains the inputs for the <a>ModifyHsm</a> operation.</p>
582
669
  */
583
670
  export interface ModifyHsmRequest {
@@ -612,6 +699,7 @@ export interface ModifyHsmRequest {
612
699
  SyslogIp?: string;
613
700
  }
614
701
  /**
702
+ * @public
615
703
  * <p>Contains the output of the <a>ModifyHsm</a> operation.</p>
616
704
  */
617
705
  export interface ModifyHsmResponse {
@@ -620,6 +708,9 @@ export interface ModifyHsmResponse {
620
708
  */
621
709
  HsmArn?: string;
622
710
  }
711
+ /**
712
+ * @public
713
+ */
623
714
  export interface ModifyLunaClientRequest {
624
715
  /**
625
716
  * <p>The ARN of the client.</p>
@@ -630,12 +721,18 @@ export interface ModifyLunaClientRequest {
630
721
  */
631
722
  Certificate: string | undefined;
632
723
  }
724
+ /**
725
+ * @public
726
+ */
633
727
  export interface ModifyLunaClientResponse {
634
728
  /**
635
729
  * <p>The ARN of the client.</p>
636
730
  */
637
731
  ClientArn?: string;
638
732
  }
733
+ /**
734
+ * @public
735
+ */
639
736
  export interface RemoveTagsFromResourceRequest {
640
737
  /**
641
738
  * <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource.</p>
@@ -648,6 +745,9 @@ export interface RemoveTagsFromResourceRequest {
648
745
  */
649
746
  TagKeyList: string[] | undefined;
650
747
  }
748
+ /**
749
+ * @public
750
+ */
651
751
  export interface RemoveTagsFromResourceResponse {
652
752
  /**
653
753
  * <p>The status of the operation.</p>
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.296.0",
4
+ "version": "3.297.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",