@aws-sdk/client-cloudhsm 3.533.0 → 3.535.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 (45) hide show
  1. package/dist-types/CloudHSM.d.ts +7 -1
  2. package/dist-types/CloudHSMClient.d.ts +1 -1
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  4. package/dist-types/commands/CreateHapgCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateHsmCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateLunaClientCommand.d.ts +3 -3
  7. package/dist-types/commands/DeleteHapgCommand.d.ts +3 -3
  8. package/dist-types/commands/DeleteHsmCommand.d.ts +3 -3
  9. package/dist-types/commands/DeleteLunaClientCommand.d.ts +3 -3
  10. package/dist-types/commands/DescribeHapgCommand.d.ts +3 -3
  11. package/dist-types/commands/DescribeHsmCommand.d.ts +3 -3
  12. package/dist-types/commands/DescribeLunaClientCommand.d.ts +3 -3
  13. package/dist-types/commands/GetConfigCommand.d.ts +3 -3
  14. package/dist-types/commands/ListAvailableZonesCommand.d.ts +3 -3
  15. package/dist-types/commands/ListHapgsCommand.d.ts +3 -3
  16. package/dist-types/commands/ListHsmsCommand.d.ts +3 -3
  17. package/dist-types/commands/ListLunaClientsCommand.d.ts +3 -3
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  19. package/dist-types/commands/ModifyHapgCommand.d.ts +3 -3
  20. package/dist-types/commands/ModifyHsmCommand.d.ts +3 -3
  21. package/dist-types/commands/ModifyLunaClientCommand.d.ts +3 -3
  22. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  23. package/dist-types/models/models_0.d.ts +125 -125
  24. package/dist-types/ts3.4/CloudHSM.d.ts +6 -0
  25. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
  26. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +9 -0
  27. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
  45. package/package.json +40 -40
@@ -1,19 +1,19 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>A key-value pair that identifies or specifies metadata about an AWS CloudHSM
6
5
  * resource.</p>
6
+ * @public
7
7
  */
8
8
  export interface Tag {
9
9
  /**
10
- * @public
11
10
  * <p>The key of the tag.</p>
11
+ * @public
12
12
  */
13
13
  Key: string | undefined;
14
14
  /**
15
- * @public
16
15
  * <p>The value of the tag.</p>
16
+ * @public
17
17
  */
18
18
  Value: string | undefined;
19
19
  }
@@ -22,13 +22,13 @@ export interface Tag {
22
22
  */
23
23
  export interface AddTagsToResourceRequest {
24
24
  /**
25
- * @public
26
25
  * <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource to tag.</p>
26
+ * @public
27
27
  */
28
28
  ResourceArn: string | undefined;
29
29
  /**
30
- * @public
31
30
  * <p>One or more tags.</p>
31
+ * @public
32
32
  */
33
33
  TagList: Tag[] | undefined;
34
34
  }
@@ -37,21 +37,21 @@ export interface AddTagsToResourceRequest {
37
37
  */
38
38
  export interface AddTagsToResourceResponse {
39
39
  /**
40
- * @public
41
40
  * <p>The status of the operation.</p>
41
+ * @public
42
42
  */
43
43
  Status: string | undefined;
44
44
  }
45
45
  /**
46
- * @public
47
46
  * <p>Indicates that an internal error occurred.</p>
47
+ * @public
48
48
  */
49
49
  export declare class CloudHsmInternalException extends __BaseException {
50
50
  readonly name: "CloudHsmInternalException";
51
51
  readonly $fault: "server";
52
52
  /**
53
- * @public
54
53
  * <p>Indicates if the action can be retried.</p>
54
+ * @public
55
55
  */
56
56
  retryable?: boolean;
57
57
  /**
@@ -60,15 +60,15 @@ export declare class CloudHsmInternalException extends __BaseException {
60
60
  constructor(opts: __ExceptionOptionType<CloudHsmInternalException, __BaseException>);
61
61
  }
62
62
  /**
63
- * @public
64
63
  * <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
64
+ * @public
65
65
  */
66
66
  export declare class CloudHsmServiceException extends __BaseException {
67
67
  readonly name: "CloudHsmServiceException";
68
68
  readonly $fault: "client";
69
69
  /**
70
- * @public
71
70
  * <p>Indicates if the action can be retried.</p>
71
+ * @public
72
72
  */
73
73
  retryable?: boolean;
74
74
  /**
@@ -77,15 +77,15 @@ export declare class CloudHsmServiceException extends __BaseException {
77
77
  constructor(opts: __ExceptionOptionType<CloudHsmServiceException, __BaseException>);
78
78
  }
79
79
  /**
80
- * @public
81
80
  * <p>Indicates that one or more of the request parameters are not valid.</p>
81
+ * @public
82
82
  */
83
83
  export declare class InvalidRequestException extends __BaseException {
84
84
  readonly name: "InvalidRequestException";
85
85
  readonly $fault: "client";
86
86
  /**
87
- * @public
88
87
  * <p>Indicates if the action can be retried.</p>
88
+ * @public
89
89
  */
90
90
  retryable?: boolean;
91
91
  /**
@@ -106,24 +106,24 @@ export declare const ClientVersion: {
106
106
  */
107
107
  export type ClientVersion = (typeof ClientVersion)[keyof typeof ClientVersion];
108
108
  /**
109
- * @public
110
109
  * <p>Contains the inputs for the <a>CreateHapgRequest</a> action.</p>
110
+ * @public
111
111
  */
112
112
  export interface CreateHapgRequest {
113
113
  /**
114
- * @public
115
114
  * <p>The label of the new high-availability partition group.</p>
115
+ * @public
116
116
  */
117
117
  Label: string | undefined;
118
118
  }
119
119
  /**
120
- * @public
121
120
  * <p>Contains the output of the <a>CreateHAPartitionGroup</a> action.</p>
121
+ * @public
122
122
  */
123
123
  export interface CreateHapgResponse {
124
124
  /**
125
- * @public
126
125
  * <p>The ARN of the high-availability partition group.</p>
126
+ * @public
127
127
  */
128
128
  HapgArn?: string;
129
129
  }
@@ -139,40 +139,39 @@ export declare const SubscriptionType: {
139
139
  */
140
140
  export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType];
141
141
  /**
142
- * @public
143
142
  * <p>Contains the inputs for the <code>CreateHsm</code> operation.</p>
143
+ * @public
144
144
  */
145
145
  export interface CreateHsmRequest {
146
146
  /**
147
- * @public
148
147
  * <p>The identifier of the subnet in your VPC in which to place the HSM.</p>
148
+ * @public
149
149
  */
150
150
  SubnetId: string | undefined;
151
151
  /**
152
- * @public
153
152
  * <p>The SSH public key to install on the HSM.</p>
153
+ * @public
154
154
  */
155
155
  SshKey: string | undefined;
156
156
  /**
157
- * @public
158
157
  * <p>The IP address to assign to the HSM's ENI.</p>
159
158
  * <p>If an IP address is not specified, an IP address will be randomly chosen from the CIDR
160
159
  * range of the subnet.</p>
160
+ * @public
161
161
  */
162
162
  EniIp?: string;
163
163
  /**
164
- * @public
165
164
  * <p>The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your
166
165
  * behalf.</p>
166
+ * @public
167
167
  */
168
168
  IamRoleArn: string | undefined;
169
169
  /**
170
- * @public
171
170
  * <p>The external ID from <code>IamRoleArn</code>, if present.</p>
171
+ * @public
172
172
  */
173
173
  ExternalId?: string;
174
174
  /**
175
- * @public
176
175
  * <p>Specifies the type of subscription for the HSM.</p>
177
176
  * <ul>
178
177
  * <li>
@@ -186,101 +185,102 @@ export interface CreateHsmRequest {
186
185
  * trial.</p>
187
186
  * </li>
188
187
  * </ul>
188
+ * @public
189
189
  */
190
190
  SubscriptionType: SubscriptionType | undefined;
191
191
  /**
192
- * @public
193
192
  * <p>A user-defined token to ensure idempotence. Subsequent calls to this operation with the
194
193
  * same token will be ignored.</p>
194
+ * @public
195
195
  */
196
196
  ClientToken?: string;
197
197
  /**
198
- * @public
199
198
  * <p>The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one
200
199
  * syslog monitoring server.</p>
200
+ * @public
201
201
  */
202
202
  SyslogIp?: string;
203
203
  }
204
204
  /**
205
- * @public
206
205
  * <p>Contains the output of the <code>CreateHsm</code> operation.</p>
206
+ * @public
207
207
  */
208
208
  export interface CreateHsmResponse {
209
209
  /**
210
- * @public
211
210
  * <p>The ARN of the HSM.</p>
211
+ * @public
212
212
  */
213
213
  HsmArn?: string;
214
214
  }
215
215
  /**
216
- * @public
217
216
  * <p>Contains the inputs for the <a>CreateLunaClient</a> action.</p>
217
+ * @public
218
218
  */
219
219
  export interface CreateLunaClientRequest {
220
220
  /**
221
- * @public
222
221
  * <p>The label for the client.</p>
222
+ * @public
223
223
  */
224
224
  Label?: string;
225
225
  /**
226
- * @public
227
226
  * <p>The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used
228
227
  * by this client.</p>
228
+ * @public
229
229
  */
230
230
  Certificate: string | undefined;
231
231
  }
232
232
  /**
233
- * @public
234
233
  * <p>Contains the output of the <a>CreateLunaClient</a> action.</p>
234
+ * @public
235
235
  */
236
236
  export interface CreateLunaClientResponse {
237
237
  /**
238
- * @public
239
238
  * <p>The ARN of the client.</p>
239
+ * @public
240
240
  */
241
241
  ClientArn?: string;
242
242
  }
243
243
  /**
244
- * @public
245
244
  * <p>Contains the inputs for the <a>DeleteHapg</a> action.</p>
245
+ * @public
246
246
  */
247
247
  export interface DeleteHapgRequest {
248
248
  /**
249
- * @public
250
249
  * <p>The ARN of the high-availability partition group to delete.</p>
250
+ * @public
251
251
  */
252
252
  HapgArn: string | undefined;
253
253
  }
254
254
  /**
255
- * @public
256
255
  * <p>Contains the output of the <a>DeleteHapg</a> action.</p>
256
+ * @public
257
257
  */
258
258
  export interface DeleteHapgResponse {
259
259
  /**
260
- * @public
261
260
  * <p>The status of the action.</p>
261
+ * @public
262
262
  */
263
263
  Status: string | undefined;
264
264
  }
265
265
  /**
266
- * @public
267
266
  * <p>Contains the inputs for the <a>DeleteHsm</a> operation.</p>
267
+ * @public
268
268
  */
269
269
  export interface DeleteHsmRequest {
270
270
  /**
271
- * @public
272
271
  * <p>The ARN of the HSM to delete.</p>
272
+ * @public
273
273
  */
274
274
  HsmArn: string | undefined;
275
275
  }
276
276
  /**
277
- * @public
278
277
  * <p>Contains the output of the <a>DeleteHsm</a> operation.</p>
278
+ * @public
279
279
  */
280
280
  export interface DeleteHsmResponse {
281
281
  /**
282
- * @public
283
282
  * <p>The status of the operation.</p>
283
+ * @public
284
284
  */
285
285
  Status: string | undefined;
286
286
  }
@@ -289,8 +289,8 @@ export interface DeleteHsmResponse {
289
289
  */
290
290
  export interface DeleteLunaClientRequest {
291
291
  /**
292
- * @public
293
292
  * <p>The ARN of the client to delete.</p>
293
+ * @public
294
294
  */
295
295
  ClientArn: string | undefined;
296
296
  }
@@ -299,19 +299,19 @@ export interface DeleteLunaClientRequest {
299
299
  */
300
300
  export interface DeleteLunaClientResponse {
301
301
  /**
302
- * @public
303
302
  * <p>The status of the action.</p>
303
+ * @public
304
304
  */
305
305
  Status: string | undefined;
306
306
  }
307
307
  /**
308
- * @public
309
308
  * <p>Contains the inputs for the <a>DescribeHapg</a> action.</p>
309
+ * @public
310
310
  */
311
311
  export interface DescribeHapgRequest {
312
312
  /**
313
- * @public
314
313
  * <p>The ARN of the high-availability partition group to describe.</p>
314
+ * @public
315
315
  */
316
316
  HapgArn: string | undefined;
317
317
  }
@@ -329,72 +329,72 @@ export declare const CloudHsmObjectState: {
329
329
  */
330
330
  export type CloudHsmObjectState = (typeof CloudHsmObjectState)[keyof typeof CloudHsmObjectState];
331
331
  /**
332
- * @public
333
332
  * <p>Contains the output of the <a>DescribeHapg</a> action.</p>
333
+ * @public
334
334
  */
335
335
  export interface DescribeHapgResponse {
336
336
  /**
337
- * @public
338
337
  * <p>The ARN of the high-availability partition group.</p>
338
+ * @public
339
339
  */
340
340
  HapgArn?: string;
341
341
  /**
342
- * @public
343
342
  * <p>The serial number of the high-availability partition group.</p>
343
+ * @public
344
344
  */
345
345
  HapgSerial?: string;
346
346
  /**
347
- * @public
348
347
  * <p></p>
348
+ * @public
349
349
  */
350
350
  HsmsLastActionFailed?: string[];
351
351
  /**
352
- * @public
353
352
  * <p></p>
353
+ * @public
354
354
  */
355
355
  HsmsPendingDeletion?: string[];
356
356
  /**
357
- * @public
358
357
  * <p></p>
358
+ * @public
359
359
  */
360
360
  HsmsPendingRegistration?: string[];
361
361
  /**
362
- * @public
363
362
  * <p>The label for the high-availability partition group.</p>
363
+ * @public
364
364
  */
365
365
  Label?: string;
366
366
  /**
367
- * @public
368
367
  * <p>The date and time the high-availability partition group was last modified.</p>
368
+ * @public
369
369
  */
370
370
  LastModifiedTimestamp?: string;
371
371
  /**
372
- * @public
373
372
  * <p>The list of partition serial numbers that belong to the high-availability partition
374
373
  * group.</p>
374
+ * @public
375
375
  */
376
376
  PartitionSerialList?: string[];
377
377
  /**
378
- * @public
379
378
  * <p>The state of the high-availability partition group.</p>
379
+ * @public
380
380
  */
381
381
  State?: CloudHsmObjectState;
382
382
  }
383
383
  /**
384
- * @public
385
384
  * <p>Contains the inputs for the <a>DescribeHsm</a> operation.</p>
385
+ * @public
386
386
  */
387
387
  export interface DescribeHsmRequest {
388
388
  /**
389
- * @public
390
389
  * <p>The ARN of the HSM. Either the <code>HsmArn</code> or the <code>SerialNumber</code>
391
390
  * parameter must be specified.</p>
391
+ * @public
392
392
  */
393
393
  HsmArn?: string;
394
394
  /**
395
- * @public
396
395
  * <p>The serial number of the HSM. Either the <code>HsmArn</code> or the
397
396
  * <code>HsmSerialNumber</code> parameter must be specified.</p>
397
+ * @public
398
398
  */
399
399
  HsmSerialNumber?: string;
400
400
  }
@@ -416,42 +416,41 @@ export declare const HsmStatus: {
416
416
  */
417
417
  export type HsmStatus = (typeof HsmStatus)[keyof typeof HsmStatus];
418
418
  /**
419
- * @public
420
419
  * <p>Contains the output of the <a>DescribeHsm</a> operation.</p>
420
+ * @public
421
421
  */
422
422
  export interface DescribeHsmResponse {
423
423
  /**
424
- * @public
425
424
  * <p>The ARN of the HSM.</p>
425
+ * @public
426
426
  */
427
427
  HsmArn?: string;
428
428
  /**
429
- * @public
430
429
  * <p>The status of the HSM.</p>
430
+ * @public
431
431
  */
432
432
  Status?: HsmStatus;
433
433
  /**
434
- * @public
435
434
  * <p>Contains additional information about the status of the HSM.</p>
435
+ * @public
436
436
  */
437
437
  StatusDetails?: string;
438
438
  /**
439
- * @public
440
439
  * <p>The Availability Zone that the HSM is in.</p>
440
+ * @public
441
441
  */
442
442
  AvailabilityZone?: string;
443
443
  /**
444
- * @public
445
444
  * <p>The identifier of the elastic network interface (ENI) attached to the HSM.</p>
445
+ * @public
446
446
  */
447
447
  EniId?: string;
448
448
  /**
449
- * @public
450
449
  * <p>The IP address assigned to the HSM's ENI.</p>
450
+ * @public
451
451
  */
452
452
  EniIp?: string;
453
453
  /**
454
- * @public
455
454
  * <p>Specifies the type of subscription for the HSM.</p>
456
455
  * <ul>
457
456
  * <li>
@@ -465,76 +464,77 @@ export interface DescribeHsmResponse {
465
464
  * trial.</p>
466
465
  * </li>
467
466
  * </ul>
467
+ * @public
468
468
  */
469
469
  SubscriptionType?: SubscriptionType;
470
470
  /**
471
- * @public
472
471
  * <p>The subscription start date.</p>
472
+ * @public
473
473
  */
474
474
  SubscriptionStartDate?: string;
475
475
  /**
476
- * @public
477
476
  * <p>The subscription end date.</p>
477
+ * @public
478
478
  */
479
479
  SubscriptionEndDate?: string;
480
480
  /**
481
- * @public
482
481
  * <p>The identifier of the VPC that the HSM is in.</p>
482
+ * @public
483
483
  */
484
484
  VpcId?: string;
485
485
  /**
486
- * @public
487
486
  * <p>The identifier of the subnet that the HSM is in.</p>
487
+ * @public
488
488
  */
489
489
  SubnetId?: string;
490
490
  /**
491
- * @public
492
491
  * <p>The ARN of the IAM role assigned to the HSM.</p>
492
+ * @public
493
493
  */
494
494
  IamRoleArn?: string;
495
495
  /**
496
- * @public
497
496
  * <p>The serial number of the HSM.</p>
497
+ * @public
498
498
  */
499
499
  SerialNumber?: string;
500
500
  /**
501
- * @public
502
501
  * <p>The name of the HSM vendor.</p>
502
+ * @public
503
503
  */
504
504
  VendorName?: string;
505
505
  /**
506
- * @public
507
506
  * <p>The HSM model type.</p>
507
+ * @public
508
508
  */
509
509
  HsmType?: string;
510
510
  /**
511
- * @public
512
511
  * <p>The HSM software version.</p>
512
+ * @public
513
513
  */
514
514
  SoftwareVersion?: string;
515
515
  /**
516
- * @public
517
516
  * <p>The public SSH key.</p>
517
+ * @public
518
518
  */
519
519
  SshPublicKey?: string;
520
520
  /**
521
- * @public
522
521
  * <p>The date and time that the SSH key was last updated.</p>
522
+ * @public
523
523
  */
524
524
  SshKeyLastUpdated?: string;
525
525
  /**
526
- * @public
527
526
  * <p>The URI of the certificate server.</p>
527
+ * @public
528
528
  */
529
529
  ServerCertUri?: string;
530
530
  /**
531
- * @public
532
531
  * <p>The date and time that the server certificate was last updated.</p>
532
+ * @public
533
533
  */
534
534
  ServerCertLastUpdated?: string;
535
535
  /**
536
- * @public
537
536
  * <p>The list of partitions on the HSM.</p>
537
+ * @public
538
538
  */
539
539
  Partitions?: string[];
540
540
  }
@@ -543,13 +543,13 @@ export interface DescribeHsmResponse {
543
543
  */
544
544
  export interface DescribeLunaClientRequest {
545
545
  /**
546
- * @public
547
546
  * <p>The ARN of the client.</p>
547
+ * @public
548
548
  */
549
549
  ClientArn?: string;
550
550
  /**
551
- * @public
552
551
  * <p>The certificate fingerprint.</p>
552
+ * @public
553
553
  */
554
554
  CertificateFingerprint?: string;
555
555
  }
@@ -558,28 +558,28 @@ export interface DescribeLunaClientRequest {
558
558
  */
559
559
  export interface DescribeLunaClientResponse {
560
560
  /**
561
- * @public
562
561
  * <p>The ARN of the client.</p>
562
+ * @public
563
563
  */
564
564
  ClientArn?: string;
565
565
  /**
566
- * @public
567
566
  * <p>The certificate installed on the HSMs used by this client.</p>
567
+ * @public
568
568
  */
569
569
  Certificate?: string;
570
570
  /**
571
- * @public
572
571
  * <p>The certificate fingerprint.</p>
572
+ * @public
573
573
  */
574
574
  CertificateFingerprint?: string;
575
575
  /**
576
- * @public
577
576
  * <p>The date and time the client was last modified.</p>
577
+ * @public
578
578
  */
579
579
  LastModifiedTimestamp?: string;
580
580
  /**
581
- * @public
582
581
  * <p>The label of the client.</p>
582
+ * @public
583
583
  */
584
584
  Label?: string;
585
585
  }
@@ -588,19 +588,19 @@ export interface DescribeLunaClientResponse {
588
588
  */
589
589
  export interface GetConfigRequest {
590
590
  /**
591
- * @public
592
591
  * <p>The ARN of the client.</p>
592
+ * @public
593
593
  */
594
594
  ClientArn: string | undefined;
595
595
  /**
596
- * @public
597
596
  * <p>The client version.</p>
597
+ * @public
598
598
  */
599
599
  ClientVersion: ClientVersion | undefined;
600
600
  /**
601
- * @public
602
601
  * <p>A list of ARNs that identify the high-availability partition groups that are associated
603
602
  * with the client.</p>
603
+ * @public
604
604
  */
605
605
  HapgList: string[] | undefined;
606
606
  }
@@ -609,24 +609,24 @@ export interface GetConfigRequest {
609
609
  */
610
610
  export interface GetConfigResponse {
611
611
  /**
612
- * @public
613
612
  * <p>The type of credentials.</p>
613
+ * @public
614
614
  */
615
615
  ConfigType?: string;
616
616
  /**
617
- * @public
618
617
  * <p>The chrystoki.conf configuration file.</p>
618
+ * @public
619
619
  */
620
620
  ConfigFile?: string;
621
621
  /**
622
- * @public
623
622
  * <p>The certificate file containing the server.pem files of the HSMs.</p>
623
+ * @public
624
624
  */
625
625
  ConfigCred?: string;
626
626
  }
627
627
  /**
628
- * @public
629
628
  * <p>Contains the inputs for the <a>ListAvailableZones</a> action.</p>
629
+ * @public
630
630
  */
631
631
  export interface ListAvailableZonesRequest {
632
632
  }
@@ -635,8 +635,8 @@ export interface ListAvailableZonesRequest {
635
635
  */
636
636
  export interface ListAvailableZonesResponse {
637
637
  /**
638
- * @public
639
638
  * <p>The list of Availability Zones that have available AWS CloudHSM capacity.</p>
639
+ * @public
640
640
  */
641
641
  AZList?: string[];
642
642
  }
@@ -645,9 +645,9 @@ export interface ListAvailableZonesResponse {
645
645
  */
646
646
  export interface ListHapgsRequest {
647
647
  /**
648
- * @public
649
648
  * <p>The <code>NextToken</code> value from a previous call to <code>ListHapgs</code>. Pass
650
649
  * null if this is the first call.</p>
650
+ * @public
651
651
  */
652
652
  NextToken?: string;
653
653
  }
@@ -656,14 +656,14 @@ export interface ListHapgsRequest {
656
656
  */
657
657
  export interface ListHapgsResponse {
658
658
  /**
659
- * @public
660
659
  * <p>The list of high-availability partition groups.</p>
660
+ * @public
661
661
  */
662
662
  HapgList: string[] | undefined;
663
663
  /**
664
- * @public
665
664
  * <p>If not null, more results are available. Pass this value to <code>ListHapgs</code> to
666
665
  * retrieve the next set of items.</p>
666
+ * @public
667
667
  */
668
668
  NextToken?: string;
669
669
  }
@@ -672,26 +672,26 @@ export interface ListHapgsResponse {
672
672
  */
673
673
  export interface ListHsmsRequest {
674
674
  /**
675
- * @public
676
675
  * <p>The <code>NextToken</code> value from a previous call to <code>ListHsms</code>. Pass
677
676
  * null if this is the first call.</p>
677
+ * @public
678
678
  */
679
679
  NextToken?: string;
680
680
  }
681
681
  /**
682
- * @public
683
682
  * <p>Contains the output of the <code>ListHsms</code> operation.</p>
683
+ * @public
684
684
  */
685
685
  export interface ListHsmsResponse {
686
686
  /**
687
- * @public
688
687
  * <p>The list of ARNs that identify the HSMs.</p>
688
+ * @public
689
689
  */
690
690
  HsmList?: string[];
691
691
  /**
692
- * @public
693
692
  * <p>If not null, more results are available. Pass this value to <code>ListHsms</code> to
694
693
  * retrieve the next set of items.</p>
694
+ * @public
695
695
  */
696
696
  NextToken?: string;
697
697
  }
@@ -700,9 +700,9 @@ export interface ListHsmsResponse {
700
700
  */
701
701
  export interface ListLunaClientsRequest {
702
702
  /**
703
- * @public
704
703
  * <p>The <code>NextToken</code> value from a previous call to <code>ListLunaClients</code>.
705
704
  * Pass null if this is the first call.</p>
705
+ * @public
706
706
  */
707
707
  NextToken?: string;
708
708
  }
@@ -711,14 +711,14 @@ export interface ListLunaClientsRequest {
711
711
  */
712
712
  export interface ListLunaClientsResponse {
713
713
  /**
714
- * @public
715
714
  * <p>The list of clients.</p>
715
+ * @public
716
716
  */
717
717
  ClientList: string[] | undefined;
718
718
  /**
719
- * @public
720
719
  * <p>If not null, more results are available. Pass this to <code>ListLunaClients</code> to
721
720
  * retrieve the next set of items.</p>
721
+ * @public
722
722
  */
723
723
  NextToken?: string;
724
724
  }
@@ -727,8 +727,8 @@ export interface ListLunaClientsResponse {
727
727
  */
728
728
  export interface ListTagsForResourceRequest {
729
729
  /**
730
- * @public
731
730
  * <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource.</p>
731
+ * @public
732
732
  */
733
733
  ResourceArn: string | undefined;
734
734
  }
@@ -737,8 +737,8 @@ export interface ListTagsForResourceRequest {
737
737
  */
738
738
  export interface ListTagsForResourceResponse {
739
739
  /**
740
- * @public
741
740
  * <p>One or more tags.</p>
741
+ * @public
742
742
  */
743
743
  TagList: Tag[] | undefined;
744
744
  }
@@ -747,19 +747,19 @@ export interface ListTagsForResourceResponse {
747
747
  */
748
748
  export interface ModifyHapgRequest {
749
749
  /**
750
- * @public
751
750
  * <p>The ARN of the high-availability partition group to modify.</p>
751
+ * @public
752
752
  */
753
753
  HapgArn: string | undefined;
754
754
  /**
755
- * @public
756
755
  * <p>The new label for the high-availability partition group.</p>
756
+ * @public
757
757
  */
758
758
  Label?: string;
759
759
  /**
760
- * @public
761
760
  * <p>The list of partition serial numbers to make members of the high-availability partition
762
761
  * group.</p>
762
+ * @public
763
763
  */
764
764
  PartitionSerialList?: string[];
765
765
  }
@@ -768,60 +768,60 @@ export interface ModifyHapgRequest {
768
768
  */
769
769
  export interface ModifyHapgResponse {
770
770
  /**
771
- * @public
772
771
  * <p>The ARN of the high-availability partition group.</p>
772
+ * @public
773
773
  */
774
774
  HapgArn?: string;
775
775
  }
776
776
  /**
777
- * @public
778
777
  * <p>Contains the inputs for the <a>ModifyHsm</a> operation.</p>
778
+ * @public
779
779
  */
780
780
  export interface ModifyHsmRequest {
781
781
  /**
782
- * @public
783
782
  * <p>The ARN of the HSM to modify.</p>
783
+ * @public
784
784
  */
785
785
  HsmArn: string | undefined;
786
786
  /**
787
- * @public
788
787
  * <p>The new identifier of the subnet that the HSM is in. The new subnet must be in the same
789
788
  * Availability Zone as the current subnet.</p>
789
+ * @public
790
790
  */
791
791
  SubnetId?: string;
792
792
  /**
793
- * @public
794
793
  * <p>The new IP address for the elastic network interface (ENI) attached to the
795
794
  * HSM.</p>
796
795
  * <p>If the HSM is moved to a different subnet, and an IP address is not specified, an IP
797
796
  * address will be randomly chosen from the CIDR range of the new subnet.</p>
797
+ * @public
798
798
  */
799
799
  EniIp?: string;
800
800
  /**
801
- * @public
802
801
  * <p>The new IAM role ARN.</p>
802
+ * @public
803
803
  */
804
804
  IamRoleArn?: string;
805
805
  /**
806
- * @public
807
806
  * <p>The new external ID.</p>
807
+ * @public
808
808
  */
809
809
  ExternalId?: string;
810
810
  /**
811
- * @public
812
811
  * <p>The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports
813
812
  * one syslog monitoring server.</p>
813
+ * @public
814
814
  */
815
815
  SyslogIp?: string;
816
816
  }
817
817
  /**
818
- * @public
819
818
  * <p>Contains the output of the <a>ModifyHsm</a> operation.</p>
819
+ * @public
820
820
  */
821
821
  export interface ModifyHsmResponse {
822
822
  /**
823
- * @public
824
823
  * <p>The ARN of the HSM.</p>
824
+ * @public
825
825
  */
826
826
  HsmArn?: string;
827
827
  }
@@ -830,13 +830,13 @@ export interface ModifyHsmResponse {
830
830
  */
831
831
  export interface ModifyLunaClientRequest {
832
832
  /**
833
- * @public
834
833
  * <p>The ARN of the client.</p>
834
+ * @public
835
835
  */
836
836
  ClientArn: string | undefined;
837
837
  /**
838
- * @public
839
838
  * <p>The new certificate for the client.</p>
839
+ * @public
840
840
  */
841
841
  Certificate: string | undefined;
842
842
  }
@@ -845,8 +845,8 @@ export interface ModifyLunaClientRequest {
845
845
  */
846
846
  export interface ModifyLunaClientResponse {
847
847
  /**
848
- * @public
849
848
  * <p>The ARN of the client.</p>
849
+ * @public
850
850
  */
851
851
  ClientArn?: string;
852
852
  }
@@ -855,15 +855,15 @@ export interface ModifyLunaClientResponse {
855
855
  */
856
856
  export interface RemoveTagsFromResourceRequest {
857
857
  /**
858
- * @public
859
858
  * <p>The Amazon Resource Name (ARN) of the AWS CloudHSM resource.</p>
859
+ * @public
860
860
  */
861
861
  ResourceArn: string | undefined;
862
862
  /**
863
- * @public
864
863
  * <p>The tag key or keys to remove.</p>
865
864
  * <p>Specify only the tag key to remove (not the value). To overwrite the value for an
866
865
  * existing tag, use <a>AddTagsToResource</a>.</p>
866
+ * @public
867
867
  */
868
868
  TagKeyList: string[] | undefined;
869
869
  }
@@ -872,8 +872,8 @@ export interface RemoveTagsFromResourceRequest {
872
872
  */
873
873
  export interface RemoveTagsFromResourceResponse {
874
874
  /**
875
- * @public
876
875
  * <p>The status of the operation.</p>
876
+ * @public
877
877
  */
878
878
  Status: string | undefined;
879
879
  }