@aws-sdk/client-rolesanywhere 3.529.1 → 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 (69) hide show
  1. package/dist-types/RolesAnywhere.d.ts +5 -1
  2. package/dist-types/RolesAnywhereClient.d.ts +1 -1
  3. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteCrlCommand.d.ts +3 -2
  6. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +2 -1
  8. package/dist-types/commands/DisableCrlCommand.d.ts +3 -2
  9. package/dist-types/commands/DisableProfileCommand.d.ts +2 -1
  10. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +2 -1
  11. package/dist-types/commands/EnableCrlCommand.d.ts +3 -2
  12. package/dist-types/commands/EnableProfileCommand.d.ts +2 -1
  13. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +2 -1
  14. package/dist-types/commands/GetCrlCommand.d.ts +3 -2
  15. package/dist-types/commands/GetProfileCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSubjectCommand.d.ts +2 -1
  17. package/dist-types/commands/GetTrustAnchorCommand.d.ts +2 -1
  18. package/dist-types/commands/ImportCrlCommand.d.ts +4 -3
  19. package/dist-types/commands/ListCrlsCommand.d.ts +3 -2
  20. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListSubjectsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +2 -1
  24. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +2 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateCrlCommand.d.ts +4 -3
  29. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +147 -147
  32. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  33. package/dist-types/runtimeConfig.d.ts +2 -2
  34. package/dist-types/runtimeConfig.native.d.ts +2 -2
  35. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  36. package/dist-types/ts3.4/RolesAnywhere.d.ts +4 -0
  37. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -0
  49. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  69. package/package.json +40 -40
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { RolesAnywhereServiceException as __BaseException } from "./RolesAnywhereServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>You do not have sufficient access to perform this action.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -13,18 +13,18 @@ export declare class AccessDeniedException extends __BaseException {
13
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
14
  }
15
15
  /**
16
- * @public
17
16
  * <p>A label that consists of a key and value you define. </p>
17
+ * @public
18
18
  */
19
19
  export interface Tag {
20
20
  /**
21
- * @public
22
21
  * <p>The tag key.</p>
22
+ * @public
23
23
  */
24
24
  key: string | undefined;
25
25
  /**
26
- * @public
27
26
  * <p>The tag value.</p>
27
+ * @public
28
28
  */
29
29
  value: string | undefined;
30
30
  }
@@ -33,109 +33,109 @@ export interface Tag {
33
33
  */
34
34
  export interface CreateProfileRequest {
35
35
  /**
36
- * @public
37
36
  * <p>The name of the profile.</p>
37
+ * @public
38
38
  */
39
39
  name: string | undefined;
40
40
  /**
41
- * @public
42
41
  * <p>Specifies whether instance properties are required in temporary credential requests with this profile. </p>
42
+ * @public
43
43
  */
44
44
  requireInstanceProperties?: boolean;
45
45
  /**
46
- * @public
47
46
  * <p>A session policy that applies to the trust boundary of the vended session credentials. </p>
47
+ * @public
48
48
  */
49
49
  sessionPolicy?: string;
50
50
  /**
51
- * @public
52
51
  * <p>A list of IAM roles that this profile can assume in a temporary credential request.</p>
52
+ * @public
53
53
  */
54
54
  roleArns: string[] | undefined;
55
55
  /**
56
- * @public
57
56
  * <p>A list of managed policy ARNs that apply to the vended session credentials. </p>
57
+ * @public
58
58
  */
59
59
  managedPolicyArns?: string[];
60
60
  /**
61
- * @public
62
61
  * <p> The number of seconds the vended session credentials are valid for. </p>
62
+ * @public
63
63
  */
64
64
  durationSeconds?: number;
65
65
  /**
66
- * @public
67
66
  * <p>Specifies whether the profile is enabled.</p>
67
+ * @public
68
68
  */
69
69
  enabled?: boolean;
70
70
  /**
71
- * @public
72
71
  * <p>The tags to attach to the profile.</p>
72
+ * @public
73
73
  */
74
74
  tags?: Tag[];
75
75
  }
76
76
  /**
77
- * @public
78
77
  * <p>The state of the profile after a read or write operation.</p>
78
+ * @public
79
79
  */
80
80
  export interface ProfileDetail {
81
81
  /**
82
- * @public
83
82
  * <p>The unique identifier of the profile.</p>
83
+ * @public
84
84
  */
85
85
  profileId?: string;
86
86
  /**
87
- * @public
88
87
  * <p>The ARN of the profile.</p>
88
+ * @public
89
89
  */
90
90
  profileArn?: string;
91
91
  /**
92
- * @public
93
92
  * <p>The name of the profile.</p>
93
+ * @public
94
94
  */
95
95
  name?: string;
96
96
  /**
97
- * @public
98
97
  * <p>Specifies whether instance properties are required in temporary credential requests with this profile. </p>
98
+ * @public
99
99
  */
100
100
  requireInstanceProperties?: boolean;
101
101
  /**
102
- * @public
103
102
  * <p>Indicates whether the profile is enabled.</p>
103
+ * @public
104
104
  */
105
105
  enabled?: boolean;
106
106
  /**
107
- * @public
108
107
  * <p>The Amazon Web Services account that created the profile.</p>
108
+ * @public
109
109
  */
110
110
  createdBy?: string;
111
111
  /**
112
- * @public
113
112
  * <p>A session policy that applies to the trust boundary of the vended session credentials. </p>
113
+ * @public
114
114
  */
115
115
  sessionPolicy?: string;
116
116
  /**
117
- * @public
118
117
  * <p>A list of IAM roles that this profile can assume in a temporary credential request.</p>
118
+ * @public
119
119
  */
120
120
  roleArns?: string[];
121
121
  /**
122
- * @public
123
122
  * <p>A list of managed policy ARNs that apply to the vended session credentials. </p>
123
+ * @public
124
124
  */
125
125
  managedPolicyArns?: string[];
126
126
  /**
127
- * @public
128
127
  * <p>The ISO-8601 timestamp when the profile was created. </p>
128
+ * @public
129
129
  */
130
130
  createdAt?: Date;
131
131
  /**
132
- * @public
133
132
  * <p>The ISO-8601 timestamp when the profile was last updated. </p>
133
+ * @public
134
134
  */
135
135
  updatedAt?: Date;
136
136
  /**
137
- * @public
138
137
  * <p> The number of seconds the vended session credentials are valid for. </p>
138
+ * @public
139
139
  */
140
140
  durationSeconds?: number;
141
141
  }
@@ -144,14 +144,14 @@ export interface ProfileDetail {
144
144
  */
145
145
  export interface ProfileDetailResponse {
146
146
  /**
147
- * @public
148
147
  * <p>The state of the profile after a read or write operation.</p>
148
+ * @public
149
149
  */
150
150
  profile?: ProfileDetail;
151
151
  }
152
152
  /**
153
- * @public
154
153
  * <p>Validation exception error.</p>
154
+ * @public
155
155
  */
156
156
  export declare class ValidationException extends __BaseException {
157
157
  readonly name: "ValidationException";
@@ -185,41 +185,41 @@ export declare const NotificationEvent: {
185
185
  */
186
186
  export type NotificationEvent = (typeof NotificationEvent)[keyof typeof NotificationEvent];
187
187
  /**
188
- * @public
189
188
  * <p>
190
189
  * Customizable notification settings that will be applied to notification events.
191
190
  * IAM Roles Anywhere consumes these settings while notifying across multiple channels - CloudWatch metrics, EventBridge, and Health Dashboard.
192
191
  * </p>
192
+ * @public
193
193
  */
194
194
  export interface NotificationSetting {
195
195
  /**
196
- * @public
197
196
  * <p>Indicates whether the notification setting is enabled.</p>
197
+ * @public
198
198
  */
199
199
  enabled: boolean | undefined;
200
200
  /**
201
- * @public
202
201
  * <p>The event to which this notification setting is applied.</p>
202
+ * @public
203
203
  */
204
204
  event: NotificationEvent | undefined;
205
205
  /**
206
- * @public
207
206
  * <p>The number of days before a notification event. This value is required for a notification setting that is enabled.</p>
207
+ * @public
208
208
  */
209
209
  threshold?: number;
210
210
  /**
211
- * @public
212
211
  * <p>The specified channel of notification.
213
212
  * IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.</p>
214
213
  * <note>
215
214
  * <p>In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.</p>
216
215
  * </note>
216
+ * @public
217
217
  */
218
218
  channel?: NotificationChannel;
219
219
  }
220
220
  /**
221
- * @public
222
221
  * <p>The data field of the trust anchor depending on its type. </p>
222
+ * @public
223
223
  */
224
224
  export type SourceData = SourceData.AcmPcaArnMember | SourceData.X509CertificateDataMember | SourceData.$UnknownMember;
225
225
  /**
@@ -227,8 +227,8 @@ export type SourceData = SourceData.AcmPcaArnMember | SourceData.X509Certificate
227
227
  */
228
228
  export declare namespace SourceData {
229
229
  /**
230
- * @public
231
230
  * <p>The PEM-encoded data for the certificate anchor. Included for trust anchors of type <code>CERTIFICATE_BUNDLE</code>. </p>
231
+ * @public
232
232
  */
233
233
  interface X509CertificateDataMember {
234
234
  x509CertificateData: string;
@@ -236,11 +236,11 @@ export declare namespace SourceData {
236
236
  $unknown?: never;
237
237
  }
238
238
  /**
239
- * @public
240
239
  * <p>
241
240
  * The root certificate of the Private Certificate Authority specified by this ARN is used in trust
242
241
  * validation for temporary credential requests. Included for trust anchors of type <code>AWS_ACM_PCA</code>.
243
242
  * </p>
243
+ * @public
244
244
  */
245
245
  interface AcmPcaArnMember {
246
246
  x509CertificateData?: never;
@@ -276,18 +276,18 @@ export declare const TrustAnchorType: {
276
276
  */
277
277
  export type TrustAnchorType = (typeof TrustAnchorType)[keyof typeof TrustAnchorType];
278
278
  /**
279
- * @public
280
279
  * <p>The trust anchor type and its related certificate data.</p>
280
+ * @public
281
281
  */
282
282
  export interface Source {
283
283
  /**
284
- * @public
285
284
  * <p>The type of the trust anchor. </p>
285
+ * @public
286
286
  */
287
287
  sourceType?: TrustAnchorType;
288
288
  /**
289
- * @public
290
289
  * <p>The data field of the trust anchor depending on its type. </p>
290
+ * @public
291
291
  */
292
292
  sourceData?: SourceData;
293
293
  }
@@ -296,115 +296,115 @@ export interface Source {
296
296
  */
297
297
  export interface CreateTrustAnchorRequest {
298
298
  /**
299
- * @public
300
299
  * <p>The name of the trust anchor.</p>
300
+ * @public
301
301
  */
302
302
  name: string | undefined;
303
303
  /**
304
- * @public
305
304
  * <p>The trust anchor type and its related certificate data.</p>
305
+ * @public
306
306
  */
307
307
  source: Source | undefined;
308
308
  /**
309
- * @public
310
309
  * <p>Specifies whether the trust anchor is enabled.</p>
310
+ * @public
311
311
  */
312
312
  enabled?: boolean;
313
313
  /**
314
- * @public
315
314
  * <p>The tags to attach to the trust anchor.</p>
315
+ * @public
316
316
  */
317
317
  tags?: Tag[];
318
318
  /**
319
- * @public
320
319
  * <p>A list of notification settings to be associated to the trust anchor.</p>
320
+ * @public
321
321
  */
322
322
  notificationSettings?: NotificationSetting[];
323
323
  }
324
324
  /**
325
- * @public
326
325
  * <p>The state of a notification setting.</p>
327
326
  * <p>A notification setting includes information such as event name, threshold, status of
328
327
  * the notification setting, and the channel to notify.</p>
328
+ * @public
329
329
  */
330
330
  export interface NotificationSettingDetail {
331
331
  /**
332
- * @public
333
332
  * <p>Indicates whether the notification setting is enabled.</p>
333
+ * @public
334
334
  */
335
335
  enabled: boolean | undefined;
336
336
  /**
337
- * @public
338
337
  * <p>The event to which this notification setting is applied.</p>
338
+ * @public
339
339
  */
340
340
  event: NotificationEvent | undefined;
341
341
  /**
342
- * @public
343
342
  * <p>The number of days before a notification event.</p>
343
+ * @public
344
344
  */
345
345
  threshold?: number;
346
346
  /**
347
- * @public
348
347
  * <p>The specified channel of notification.
349
348
  * IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.</p>
350
349
  * <note>
351
350
  * <p>In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.</p>
352
351
  * </note>
352
+ * @public
353
353
  */
354
354
  channel?: NotificationChannel;
355
355
  /**
356
- * @public
357
356
  * <p>The principal that configured the notification setting.
358
357
  * For default settings configured by IAM Roles Anywhere,
359
358
  * the value is <code>rolesanywhere.amazonaws.com</code>, and
360
359
  * for customized notifications settings, it is the respective account ID.
361
360
  * </p>
361
+ * @public
362
362
  */
363
363
  configuredBy?: string;
364
364
  }
365
365
  /**
366
- * @public
367
366
  * <p>The state of the trust anchor after a read or write operation. </p>
367
+ * @public
368
368
  */
369
369
  export interface TrustAnchorDetail {
370
370
  /**
371
- * @public
372
371
  * <p>The unique identifier of the trust anchor.</p>
372
+ * @public
373
373
  */
374
374
  trustAnchorId?: string;
375
375
  /**
376
- * @public
377
376
  * <p>The ARN of the trust anchor.</p>
377
+ * @public
378
378
  */
379
379
  trustAnchorArn?: string;
380
380
  /**
381
- * @public
382
381
  * <p>The name of the trust anchor.</p>
382
+ * @public
383
383
  */
384
384
  name?: string;
385
385
  /**
386
- * @public
387
386
  * <p>The trust anchor type and its related certificate data.</p>
387
+ * @public
388
388
  */
389
389
  source?: Source;
390
390
  /**
391
- * @public
392
391
  * <p>Indicates whether the trust anchor is enabled.</p>
392
+ * @public
393
393
  */
394
394
  enabled?: boolean;
395
395
  /**
396
- * @public
397
396
  * <p>The ISO-8601 timestamp when the trust anchor was created. </p>
397
+ * @public
398
398
  */
399
399
  createdAt?: Date;
400
400
  /**
401
- * @public
402
401
  * <p>The ISO-8601 timestamp when the trust anchor was last updated. </p>
402
+ * @public
403
403
  */
404
404
  updatedAt?: Date;
405
405
  /**
406
- * @public
407
406
  * <p>A list of notification settings to be associated to the trust anchor.</p>
407
+ * @public
408
408
  */
409
409
  notificationSettings?: NotificationSettingDetail[];
410
410
  }
@@ -413,90 +413,90 @@ export interface TrustAnchorDetail {
413
413
  */
414
414
  export interface TrustAnchorDetailResponse {
415
415
  /**
416
- * @public
417
416
  * <p>The state of the trust anchor after a read or write operation. </p>
417
+ * @public
418
418
  */
419
419
  trustAnchor: TrustAnchorDetail | undefined;
420
420
  }
421
421
  /**
422
- * @public
423
422
  * <p>A record of a presented X509 credential from a temporary credential request. </p>
423
+ * @public
424
424
  */
425
425
  export interface CredentialSummary {
426
426
  /**
427
- * @public
428
427
  * <p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>
428
+ * @public
429
429
  */
430
430
  seenAt?: Date;
431
431
  /**
432
- * @public
433
432
  * <p>The serial number of the certificate.</p>
433
+ * @public
434
434
  */
435
435
  serialNumber?: string;
436
436
  /**
437
- * @public
438
437
  * <p>The fully qualified domain name of the issuing certificate for the presented end-entity certificate.</p>
438
+ * @public
439
439
  */
440
440
  issuer?: string;
441
441
  /**
442
- * @public
443
442
  * <p>Indicates whether the credential is enabled.</p>
443
+ * @public
444
444
  */
445
445
  enabled?: boolean;
446
446
  /**
447
- * @public
448
447
  * <p>The PEM-encoded data of the certificate.</p>
448
+ * @public
449
449
  */
450
450
  x509CertificateData?: string;
451
451
  /**
452
- * @public
453
452
  * <p>Indicates whether the temporary credential request was successful. </p>
453
+ * @public
454
454
  */
455
455
  failed?: boolean;
456
456
  }
457
457
  /**
458
- * @public
459
458
  * <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
459
+ * @public
460
460
  */
461
461
  export interface CrlDetail {
462
462
  /**
463
- * @public
464
463
  * <p>The unique identifier of the certificate revocation list (CRL).</p>
464
+ * @public
465
465
  */
466
466
  crlId?: string;
467
467
  /**
468
- * @public
469
468
  * <p>The ARN of the certificate revocation list (CRL).</p>
469
+ * @public
470
470
  */
471
471
  crlArn?: string;
472
472
  /**
473
- * @public
474
473
  * <p>The name of the certificate revocation list (CRL).</p>
474
+ * @public
475
475
  */
476
476
  name?: string;
477
477
  /**
478
- * @public
479
478
  * <p>Indicates whether the certificate revocation list (CRL) is enabled.</p>
479
+ * @public
480
480
  */
481
481
  enabled?: boolean;
482
482
  /**
483
- * @public
484
483
  * <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
484
+ * @public
485
485
  */
486
486
  crlData?: Uint8Array;
487
487
  /**
488
- * @public
489
488
  * <p>The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. </p>
489
+ * @public
490
490
  */
491
491
  trustAnchorArn?: string;
492
492
  /**
493
- * @public
494
493
  * <p>The ISO-8601 timestamp when the certificate revocation list (CRL) was created. </p>
494
+ * @public
495
495
  */
496
496
  createdAt?: Date;
497
497
  /**
498
- * @public
499
498
  * <p>The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated. </p>
499
+ * @public
500
500
  */
501
501
  updatedAt?: Date;
502
502
  }
@@ -505,14 +505,14 @@ export interface CrlDetail {
505
505
  */
506
506
  export interface CrlDetailResponse {
507
507
  /**
508
- * @public
509
508
  * <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
509
+ * @public
510
510
  */
511
511
  crl: CrlDetail | undefined;
512
512
  }
513
513
  /**
514
- * @public
515
514
  * <p>The resource could not be found.</p>
515
+ * @public
516
516
  */
517
517
  export declare class ResourceNotFoundException extends __BaseException {
518
518
  readonly name: "ResourceNotFoundException";
@@ -527,8 +527,8 @@ export declare class ResourceNotFoundException extends __BaseException {
527
527
  */
528
528
  export interface ScalarCrlRequest {
529
529
  /**
530
- * @public
531
530
  * <p>The unique identifier of the certificate revocation list (CRL).</p>
531
+ * @public
532
532
  */
533
533
  crlId: string | undefined;
534
534
  }
@@ -537,28 +537,28 @@ export interface ScalarCrlRequest {
537
537
  */
538
538
  export interface ImportCrlRequest {
539
539
  /**
540
- * @public
541
540
  * <p>The name of the certificate revocation list (CRL).</p>
541
+ * @public
542
542
  */
543
543
  name: string | undefined;
544
544
  /**
545
- * @public
546
545
  * <p>The x509 v3 specified certificate revocation list (CRL).</p>
546
+ * @public
547
547
  */
548
548
  crlData: Uint8Array | undefined;
549
549
  /**
550
- * @public
551
550
  * <p>Specifies whether the certificate revocation list (CRL) is enabled.</p>
551
+ * @public
552
552
  */
553
553
  enabled?: boolean;
554
554
  /**
555
- * @public
556
555
  * <p>A list of tags to attach to the certificate revocation list (CRL).</p>
556
+ * @public
557
557
  */
558
558
  tags?: Tag[];
559
559
  /**
560
- * @public
561
560
  * <p>The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.</p>
561
+ * @public
562
562
  */
563
563
  trustAnchorArn: string | undefined;
564
564
  }
@@ -567,13 +567,13 @@ export interface ImportCrlRequest {
567
567
  */
568
568
  export interface ListCrlsResponse {
569
569
  /**
570
- * @public
571
570
  * <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
571
+ * @public
572
572
  */
573
573
  nextToken?: string;
574
574
  /**
575
- * @public
576
575
  * <p>A list of certificate revocation lists (CRL). </p>
576
+ * @public
577
577
  */
578
578
  crls?: CrlDetail[];
579
579
  }
@@ -582,13 +582,13 @@ export interface ListCrlsResponse {
582
582
  */
583
583
  export interface ListRequest {
584
584
  /**
585
- * @public
586
585
  * <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
586
+ * @public
587
587
  */
588
588
  nextToken?: string;
589
589
  /**
590
- * @public
591
590
  * <p>The number of resources in the paginated list. </p>
591
+ * @public
592
592
  */
593
593
  pageSize?: number;
594
594
  }
@@ -597,18 +597,18 @@ export interface ListRequest {
597
597
  */
598
598
  export interface UpdateCrlRequest {
599
599
  /**
600
- * @public
601
600
  * <p>The unique identifier of the certificate revocation list (CRL).</p>
601
+ * @public
602
602
  */
603
603
  crlId: string | undefined;
604
604
  /**
605
- * @public
606
605
  * <p>The name of the Crl.</p>
606
+ * @public
607
607
  */
608
608
  name?: string;
609
609
  /**
610
- * @public
611
610
  * <p>The x509 v3 specified certificate revocation list (CRL).</p>
611
+ * @public
612
612
  */
613
613
  crlData?: Uint8Array;
614
614
  }
@@ -617,8 +617,8 @@ export interface UpdateCrlRequest {
617
617
  */
618
618
  export interface ScalarProfileRequest {
619
619
  /**
620
- * @public
621
620
  * <p>The unique identifier of the profile.</p>
621
+ * @public
622
622
  */
623
623
  profileId: string | undefined;
624
624
  }
@@ -627,8 +627,8 @@ export interface ScalarProfileRequest {
627
627
  */
628
628
  export interface ScalarTrustAnchorRequest {
629
629
  /**
630
- * @public
631
630
  * <p>The unique identifier of the trust anchor.</p>
631
+ * @public
632
632
  */
633
633
  trustAnchorId: string | undefined;
634
634
  }
@@ -637,80 +637,80 @@ export interface ScalarTrustAnchorRequest {
637
637
  */
638
638
  export interface ScalarSubjectRequest {
639
639
  /**
640
- * @public
641
640
  * <p>The unique identifier of the subject. </p>
641
+ * @public
642
642
  */
643
643
  subjectId: string | undefined;
644
644
  }
645
645
  /**
646
- * @public
647
646
  * <p>A key-value pair you set that identifies a property of the authenticating instance.</p>
647
+ * @public
648
648
  */
649
649
  export interface InstanceProperty {
650
650
  /**
651
- * @public
652
651
  * <p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>
652
+ * @public
653
653
  */
654
654
  seenAt?: Date;
655
655
  /**
656
- * @public
657
656
  * <p>A list of instanceProperty objects. </p>
657
+ * @public
658
658
  */
659
659
  properties?: Record<string, string>;
660
660
  /**
661
- * @public
662
661
  * <p>Indicates whether the temporary credential request was successful. </p>
662
+ * @public
663
663
  */
664
664
  failed?: boolean;
665
665
  }
666
666
  /**
667
- * @public
668
667
  * <p>The state of the subject after a read or write operation.</p>
668
+ * @public
669
669
  */
670
670
  export interface SubjectDetail {
671
671
  /**
672
- * @public
673
672
  * <p>The ARN of the resource.</p>
673
+ * @public
674
674
  */
675
675
  subjectArn?: string;
676
676
  /**
677
- * @public
678
677
  * <p>The id of the resource</p>
678
+ * @public
679
679
  */
680
680
  subjectId?: string;
681
681
  /**
682
- * @public
683
682
  * <p>The enabled status of the subject.</p>
683
+ * @public
684
684
  */
685
685
  enabled?: boolean;
686
686
  /**
687
- * @public
688
687
  * <p>The x509 principal identifier of the authenticating certificate.</p>
688
+ * @public
689
689
  */
690
690
  x509Subject?: string;
691
691
  /**
692
- * @public
693
692
  * <p>The ISO-8601 timestamp of the last time this subject requested temporary session credentials.</p>
693
+ * @public
694
694
  */
695
695
  lastSeenAt?: Date;
696
696
  /**
697
- * @public
698
697
  * <p>The ISO-8601 timestamp when the subject was created. </p>
698
+ * @public
699
699
  */
700
700
  createdAt?: Date;
701
701
  /**
702
- * @public
703
702
  * <p>The ISO-8601 timestamp when the subject was last updated.</p>
703
+ * @public
704
704
  */
705
705
  updatedAt?: Date;
706
706
  /**
707
- * @public
708
707
  * <p>The temporary session credentials vended at the last authenticating call with this subject.</p>
708
+ * @public
709
709
  */
710
710
  credentials?: CredentialSummary[];
711
711
  /**
712
- * @public
713
712
  * <p>The specified instance properties associated with the request.</p>
713
+ * @public
714
714
  */
715
715
  instanceProperties?: InstanceProperty[];
716
716
  }
@@ -719,8 +719,8 @@ export interface SubjectDetail {
719
719
  */
720
720
  export interface SubjectDetailResponse {
721
721
  /**
722
- * @public
723
722
  * <p>The state of the subject after a read or write operation.</p>
723
+ * @public
724
724
  */
725
725
  subject?: SubjectDetail;
726
726
  }
@@ -729,54 +729,54 @@ export interface SubjectDetailResponse {
729
729
  */
730
730
  export interface ListProfilesResponse {
731
731
  /**
732
- * @public
733
732
  * <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
733
+ * @public
734
734
  */
735
735
  nextToken?: string;
736
736
  /**
737
- * @public
738
737
  * <p>A list of profiles.</p>
738
+ * @public
739
739
  */
740
740
  profiles?: ProfileDetail[];
741
741
  }
742
742
  /**
743
- * @public
744
743
  * <p>A summary representation of subjects.</p>
744
+ * @public
745
745
  */
746
746
  export interface SubjectSummary {
747
747
  /**
748
- * @public
749
748
  * <p>The ARN of the resource.</p>
749
+ * @public
750
750
  */
751
751
  subjectArn?: string;
752
752
  /**
753
- * @public
754
753
  * <p>The id of the resource.</p>
754
+ * @public
755
755
  */
756
756
  subjectId?: string;
757
757
  /**
758
- * @public
759
758
  * <p>The enabled status of the subject. </p>
759
+ * @public
760
760
  */
761
761
  enabled?: boolean;
762
762
  /**
763
- * @public
764
763
  * <p>The x509 principal identifier of the authenticating certificate.</p>
764
+ * @public
765
765
  */
766
766
  x509Subject?: string;
767
767
  /**
768
- * @public
769
768
  * <p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>
769
+ * @public
770
770
  */
771
771
  lastSeenAt?: Date;
772
772
  /**
773
- * @public
774
773
  * <p>The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.</p>
774
+ * @public
775
775
  */
776
776
  createdAt?: Date;
777
777
  /**
778
- * @public
779
778
  * <p>The ISO-8601 timestamp when the subject was last updated. </p>
779
+ * @public
780
780
  */
781
781
  updatedAt?: Date;
782
782
  }
@@ -785,13 +785,13 @@ export interface SubjectSummary {
785
785
  */
786
786
  export interface ListSubjectsResponse {
787
787
  /**
788
- * @public
789
788
  * <p>A list of subjects.</p>
789
+ * @public
790
790
  */
791
791
  subjects?: SubjectSummary[];
792
792
  /**
793
- * @public
794
793
  * <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
794
+ * @public
795
795
  */
796
796
  nextToken?: string;
797
797
  }
@@ -800,8 +800,8 @@ export interface ListSubjectsResponse {
800
800
  */
801
801
  export interface ListTagsForResourceRequest {
802
802
  /**
803
- * @public
804
803
  * <p>The ARN of the resource.</p>
804
+ * @public
805
805
  */
806
806
  resourceArn: string | undefined;
807
807
  }
@@ -810,8 +810,8 @@ export interface ListTagsForResourceRequest {
810
810
  */
811
811
  export interface ListTagsForResourceResponse {
812
812
  /**
813
- * @public
814
813
  * <p>A list of tags attached to the resource.</p>
814
+ * @public
815
815
  */
816
816
  tags?: Tag[];
817
817
  }
@@ -820,31 +820,31 @@ export interface ListTagsForResourceResponse {
820
820
  */
821
821
  export interface ListTrustAnchorsResponse {
822
822
  /**
823
- * @public
824
823
  * <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
824
+ * @public
825
825
  */
826
826
  nextToken?: string;
827
827
  /**
828
- * @public
829
828
  * <p>A list of trust anchors.</p>
829
+ * @public
830
830
  */
831
831
  trustAnchors?: TrustAnchorDetail[];
832
832
  }
833
833
  /**
834
- * @public
835
834
  * <p>A notification setting key to reset.
836
835
  * A notification setting key includes the event and the channel.
837
836
  * </p>
837
+ * @public
838
838
  */
839
839
  export interface NotificationSettingKey {
840
840
  /**
841
- * @public
842
841
  * <p>The notification setting event to reset.</p>
842
+ * @public
843
843
  */
844
844
  event: NotificationEvent | undefined;
845
845
  /**
846
- * @public
847
846
  * <p>The specified channel of notification.</p>
847
+ * @public
848
848
  */
849
849
  channel?: NotificationChannel;
850
850
  }
@@ -853,33 +853,33 @@ export interface NotificationSettingKey {
853
853
  */
854
854
  export interface UpdateProfileRequest {
855
855
  /**
856
- * @public
857
856
  * <p>The unique identifier of the profile.</p>
857
+ * @public
858
858
  */
859
859
  profileId: string | undefined;
860
860
  /**
861
- * @public
862
861
  * <p>The name of the profile.</p>
862
+ * @public
863
863
  */
864
864
  name?: string;
865
865
  /**
866
- * @public
867
866
  * <p>A session policy that applies to the trust boundary of the vended session credentials. </p>
867
+ * @public
868
868
  */
869
869
  sessionPolicy?: string;
870
870
  /**
871
- * @public
872
871
  * <p>A list of IAM roles that this profile can assume in a temporary credential request.</p>
872
+ * @public
873
873
  */
874
874
  roleArns?: string[];
875
875
  /**
876
- * @public
877
876
  * <p>A list of managed policy ARNs that apply to the vended session credentials. </p>
877
+ * @public
878
878
  */
879
879
  managedPolicyArns?: string[];
880
880
  /**
881
- * @public
882
881
  * <p> The number of seconds the vended session credentials are valid for. </p>
882
+ * @public
883
883
  */
884
884
  durationSeconds?: number;
885
885
  }
@@ -888,13 +888,13 @@ export interface UpdateProfileRequest {
888
888
  */
889
889
  export interface PutNotificationSettingsRequest {
890
890
  /**
891
- * @public
892
891
  * <p>The unique identifier of the trust anchor.</p>
892
+ * @public
893
893
  */
894
894
  trustAnchorId: string | undefined;
895
895
  /**
896
- * @public
897
896
  * <p>A list of notification settings to be associated to the trust anchor.</p>
897
+ * @public
898
898
  */
899
899
  notificationSettings: NotificationSetting[] | undefined;
900
900
  }
@@ -903,8 +903,8 @@ export interface PutNotificationSettingsRequest {
903
903
  */
904
904
  export interface PutNotificationSettingsResponse {
905
905
  /**
906
- * @public
907
906
  * <p>The state of the trust anchor after a read or write operation. </p>
907
+ * @public
908
908
  */
909
909
  trustAnchor: TrustAnchorDetail | undefined;
910
910
  }
@@ -913,15 +913,15 @@ export interface PutNotificationSettingsResponse {
913
913
  */
914
914
  export interface ResetNotificationSettingsRequest {
915
915
  /**
916
- * @public
917
916
  * <p>The unique identifier of the trust anchor.</p>
917
+ * @public
918
918
  */
919
919
  trustAnchorId: string | undefined;
920
920
  /**
921
- * @public
922
921
  * <p>A list of notification setting keys to reset.
923
922
  * A notification setting key includes the event and the channel.
924
923
  * </p>
924
+ * @public
925
925
  */
926
926
  notificationSettingKeys: NotificationSettingKey[] | undefined;
927
927
  }
@@ -930,8 +930,8 @@ export interface ResetNotificationSettingsRequest {
930
930
  */
931
931
  export interface ResetNotificationSettingsResponse {
932
932
  /**
933
- * @public
934
933
  * <p>The state of the trust anchor after a read or write operation. </p>
934
+ * @public
935
935
  */
936
936
  trustAnchor: TrustAnchorDetail | undefined;
937
937
  }
@@ -940,13 +940,13 @@ export interface ResetNotificationSettingsResponse {
940
940
  */
941
941
  export interface TagResourceRequest {
942
942
  /**
943
- * @public
944
943
  * <p>The ARN of the resource.</p>
944
+ * @public
945
945
  */
946
946
  resourceArn: string | undefined;
947
947
  /**
948
- * @public
949
948
  * <p>The tags to attach to the resource.</p>
949
+ * @public
950
950
  */
951
951
  tags: Tag[] | undefined;
952
952
  }
@@ -956,8 +956,8 @@ export interface TagResourceRequest {
956
956
  export interface TagResourceResponse {
957
957
  }
958
958
  /**
959
- * @public
960
959
  * <p>Too many tags.</p>
960
+ * @public
961
961
  */
962
962
  export declare class TooManyTagsException extends __BaseException {
963
963
  readonly name: "TooManyTagsException";
@@ -972,18 +972,18 @@ export declare class TooManyTagsException extends __BaseException {
972
972
  */
973
973
  export interface UpdateTrustAnchorRequest {
974
974
  /**
975
- * @public
976
975
  * <p>The unique identifier of the trust anchor.</p>
976
+ * @public
977
977
  */
978
978
  trustAnchorId: string | undefined;
979
979
  /**
980
- * @public
981
980
  * <p>The name of the trust anchor.</p>
981
+ * @public
982
982
  */
983
983
  name?: string;
984
984
  /**
985
- * @public
986
985
  * <p>The trust anchor type and its related certificate data.</p>
986
+ * @public
987
987
  */
988
988
  source?: Source;
989
989
  }
@@ -992,13 +992,13 @@ export interface UpdateTrustAnchorRequest {
992
992
  */
993
993
  export interface UntagResourceRequest {
994
994
  /**
995
- * @public
996
995
  * <p>The ARN of the resource.</p>
996
+ * @public
997
997
  */
998
998
  resourceArn: string | undefined;
999
999
  /**
1000
- * @public
1001
1000
  * <p>A list of keys. Tag keys are the unique identifiers of tags. </p>
1001
+ * @public
1002
1002
  */
1003
1003
  tagKeys: string[] | undefined;
1004
1004
  }