@aws-sdk/client-rolesanywhere 3.296.0 → 3.298.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 (91) hide show
  1. package/dist-cjs/commands/CreateProfileCommand.js +1 -1
  2. package/dist-cjs/commands/CreateTrustAnchorCommand.js +1 -1
  3. package/dist-cjs/commands/DeleteCrlCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteProfileCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteTrustAnchorCommand.js +2 -3
  6. package/dist-cjs/commands/DisableCrlCommand.js +2 -3
  7. package/dist-cjs/commands/DisableProfileCommand.js +2 -3
  8. package/dist-cjs/commands/DisableTrustAnchorCommand.js +2 -3
  9. package/dist-cjs/commands/EnableCrlCommand.js +2 -3
  10. package/dist-cjs/commands/EnableProfileCommand.js +2 -3
  11. package/dist-cjs/commands/EnableTrustAnchorCommand.js +2 -3
  12. package/dist-cjs/commands/GetCrlCommand.js +2 -3
  13. package/dist-cjs/commands/GetProfileCommand.js +2 -3
  14. package/dist-cjs/commands/GetSubjectCommand.js +2 -3
  15. package/dist-cjs/commands/GetTrustAnchorCommand.js +2 -3
  16. package/dist-cjs/commands/ImportCrlCommand.js +1 -1
  17. package/dist-cjs/commands/ListCrlsCommand.js +2 -3
  18. package/dist-cjs/commands/ListProfilesCommand.js +2 -3
  19. package/dist-cjs/commands/ListSubjectsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  21. package/dist-cjs/commands/ListTrustAnchorsCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  24. package/dist-cjs/commands/UpdateCrlCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateProfileCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateTrustAnchorCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +2 -124
  28. package/dist-es/commands/CreateProfileCommand.js +2 -2
  29. package/dist-es/commands/CreateTrustAnchorCommand.js +2 -2
  30. package/dist-es/commands/DeleteCrlCommand.js +2 -3
  31. package/dist-es/commands/DeleteProfileCommand.js +2 -3
  32. package/dist-es/commands/DeleteTrustAnchorCommand.js +2 -3
  33. package/dist-es/commands/DisableCrlCommand.js +2 -3
  34. package/dist-es/commands/DisableProfileCommand.js +2 -3
  35. package/dist-es/commands/DisableTrustAnchorCommand.js +2 -3
  36. package/dist-es/commands/EnableCrlCommand.js +2 -3
  37. package/dist-es/commands/EnableProfileCommand.js +2 -3
  38. package/dist-es/commands/EnableTrustAnchorCommand.js +2 -3
  39. package/dist-es/commands/GetCrlCommand.js +2 -3
  40. package/dist-es/commands/GetProfileCommand.js +2 -3
  41. package/dist-es/commands/GetSubjectCommand.js +2 -3
  42. package/dist-es/commands/GetTrustAnchorCommand.js +2 -3
  43. package/dist-es/commands/ImportCrlCommand.js +2 -2
  44. package/dist-es/commands/ListCrlsCommand.js +2 -3
  45. package/dist-es/commands/ListProfilesCommand.js +2 -3
  46. package/dist-es/commands/ListSubjectsCommand.js +2 -3
  47. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-es/commands/ListTrustAnchorsCommand.js +2 -3
  49. package/dist-es/commands/TagResourceCommand.js +2 -2
  50. package/dist-es/commands/UntagResourceCommand.js +2 -2
  51. package/dist-es/commands/UpdateCrlCommand.js +2 -3
  52. package/dist-es/commands/UpdateProfileCommand.js +2 -3
  53. package/dist-es/commands/UpdateTrustAnchorCommand.js +2 -3
  54. package/dist-es/models/models_0.js +1 -95
  55. package/dist-types/RolesAnywhere.d.ts +27 -0
  56. package/dist-types/RolesAnywhereClient.d.ts +24 -4
  57. package/dist-types/commands/CreateProfileCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteCrlCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteProfileCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +16 -0
  62. package/dist-types/commands/DisableCrlCommand.d.ts +16 -0
  63. package/dist-types/commands/DisableProfileCommand.d.ts +16 -0
  64. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +16 -0
  65. package/dist-types/commands/EnableCrlCommand.d.ts +16 -0
  66. package/dist-types/commands/EnableProfileCommand.d.ts +16 -0
  67. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +16 -0
  68. package/dist-types/commands/GetCrlCommand.d.ts +16 -0
  69. package/dist-types/commands/GetProfileCommand.d.ts +16 -0
  70. package/dist-types/commands/GetSubjectCommand.d.ts +16 -0
  71. package/dist-types/commands/GetTrustAnchorCommand.d.ts +16 -0
  72. package/dist-types/commands/ImportCrlCommand.d.ts +16 -0
  73. package/dist-types/commands/ListCrlsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListProfilesCommand.d.ts +16 -0
  75. package/dist-types/commands/ListSubjectsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  77. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +16 -0
  78. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  79. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateCrlCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateProfileCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +16 -0
  83. package/dist-types/models/RolesAnywhereServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +95 -112
  85. package/dist-types/pagination/Interfaces.d.ts +3 -0
  86. package/dist-types/pagination/ListCrlsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListProfilesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListSubjectsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTrustAnchorsPaginator.d.ts +3 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +0 -76
  91. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { RolesAnywhereServiceException as __BaseException } from "./RolesAnywhereServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>You do not have sufficient access to perform this action.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -12,6 +13,7 @@ export declare class AccessDeniedException extends __BaseException {
12
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
13
14
  }
14
15
  /**
16
+ * @public
15
17
  * <p>A label that consists of a key and value you define. </p>
16
18
  */
17
19
  export interface Tag {
@@ -24,6 +26,9 @@ export interface Tag {
24
26
  */
25
27
  value: string | undefined;
26
28
  }
29
+ /**
30
+ * @public
31
+ */
27
32
  export interface CreateProfileRequest {
28
33
  /**
29
34
  * <p>The name of the profile.</p>
@@ -59,6 +64,7 @@ export interface CreateProfileRequest {
59
64
  tags?: Tag[];
60
65
  }
61
66
  /**
67
+ * @public
62
68
  * <p>The state of the profile after a read or write operation.</p>
63
69
  */
64
70
  export interface ProfileDetail {
@@ -111,6 +117,9 @@ export interface ProfileDetail {
111
117
  */
112
118
  durationSeconds?: number;
113
119
  }
120
+ /**
121
+ * @public
122
+ */
114
123
  export interface ProfileDetailResponse {
115
124
  /**
116
125
  * <p>The state of the profile after a read or write operation.</p>
@@ -118,6 +127,7 @@ export interface ProfileDetailResponse {
118
127
  profile?: ProfileDetail;
119
128
  }
120
129
  /**
130
+ * @public
121
131
  * <p>Validation exception error.</p>
122
132
  */
123
133
  export declare class ValidationException extends __BaseException {
@@ -129,9 +139,13 @@ export declare class ValidationException extends __BaseException {
129
139
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
130
140
  }
131
141
  /**
142
+ * @public
132
143
  * <p>The data field of the trust anchor depending on its type. </p>
133
144
  */
134
145
  export type SourceData = SourceData.AcmPcaArnMember | SourceData.X509CertificateDataMember | SourceData.$UnknownMember;
146
+ /**
147
+ * @public
148
+ */
135
149
  export declare namespace SourceData {
136
150
  /**
137
151
  * <p>The PEM-encoded data for the certificate anchor. Included for trust anchors of type <code>CERTIFICATE_BUNDLE</code>. </p>
@@ -161,12 +175,16 @@ export declare namespace SourceData {
161
175
  }
162
176
  const visit: <T>(value: SourceData, visitor: Visitor<T>) => T;
163
177
  }
178
+ /**
179
+ * @public
180
+ */
164
181
  export declare enum TrustAnchorType {
165
182
  AWS_ACM_PCA = "AWS_ACM_PCA",
166
183
  CERTIFICATE_BUNDLE = "CERTIFICATE_BUNDLE",
167
184
  SELF_SIGNED_REPOSITORY = "SELF_SIGNED_REPOSITORY"
168
185
  }
169
186
  /**
187
+ * @public
170
188
  * <p>The trust anchor type and its related certificate data.</p>
171
189
  */
172
190
  export interface Source {
@@ -179,6 +197,9 @@ export interface Source {
179
197
  */
180
198
  sourceData?: SourceData;
181
199
  }
200
+ /**
201
+ * @public
202
+ */
182
203
  export interface CreateTrustAnchorRequest {
183
204
  /**
184
205
  * <p>The name of the trust anchor.</p>
@@ -198,6 +219,7 @@ export interface CreateTrustAnchorRequest {
198
219
  tags?: Tag[];
199
220
  }
200
221
  /**
222
+ * @public
201
223
  * <p>The state of the trust anchor after a read or write operation. </p>
202
224
  */
203
225
  export interface TrustAnchorDetail {
@@ -230,6 +252,9 @@ export interface TrustAnchorDetail {
230
252
  */
231
253
  updatedAt?: Date;
232
254
  }
255
+ /**
256
+ * @public
257
+ */
233
258
  export interface TrustAnchorDetailResponse {
234
259
  /**
235
260
  * <p>The state of the trust anchor after a read or write operation. </p>
@@ -237,6 +262,7 @@ export interface TrustAnchorDetailResponse {
237
262
  trustAnchor: TrustAnchorDetail | undefined;
238
263
  }
239
264
  /**
265
+ * @public
240
266
  * <p>A record of a presented X509 credential to <a href="https://docs.aws.amazon.com/rolesanywhere/latest/APIReference/API_CreateSession.html">CreateSession</a>. </p>
241
267
  */
242
268
  export interface CredentialSummary {
@@ -266,6 +292,7 @@ export interface CredentialSummary {
266
292
  failed?: boolean;
267
293
  }
268
294
  /**
295
+ * @public
269
296
  * <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
270
297
  */
271
298
  export interface CrlDetail {
@@ -302,6 +329,9 @@ export interface CrlDetail {
302
329
  */
303
330
  updatedAt?: Date;
304
331
  }
332
+ /**
333
+ * @public
334
+ */
305
335
  export interface CrlDetailResponse {
306
336
  /**
307
337
  * <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
@@ -309,6 +339,7 @@ export interface CrlDetailResponse {
309
339
  crl: CrlDetail | undefined;
310
340
  }
311
341
  /**
342
+ * @public
312
343
  * <p>The resource could not be found.</p>
313
344
  */
314
345
  export declare class ResourceNotFoundException extends __BaseException {
@@ -319,12 +350,18 @@ export declare class ResourceNotFoundException extends __BaseException {
319
350
  */
320
351
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
321
352
  }
353
+ /**
354
+ * @public
355
+ */
322
356
  export interface ScalarCrlRequest {
323
357
  /**
324
358
  * <p>The unique identifier of the certificate revocation list (CRL).</p>
325
359
  */
326
360
  crlId: string | undefined;
327
361
  }
362
+ /**
363
+ * @public
364
+ */
328
365
  export interface ImportCrlRequest {
329
366
  /**
330
367
  * <p>The name of the certificate revocation list (CRL).</p>
@@ -347,6 +384,9 @@ export interface ImportCrlRequest {
347
384
  */
348
385
  trustAnchorArn: string | undefined;
349
386
  }
387
+ /**
388
+ * @public
389
+ */
350
390
  export interface ListCrlsResponse {
351
391
  /**
352
392
  * <p>A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.</p>
@@ -357,6 +397,9 @@ export interface ListCrlsResponse {
357
397
  */
358
398
  crls?: CrlDetail[];
359
399
  }
400
+ /**
401
+ * @public
402
+ */
360
403
  export interface ListRequest {
361
404
  /**
362
405
  * <p>A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.</p>
@@ -367,6 +410,9 @@ export interface ListRequest {
367
410
  */
368
411
  pageSize?: number;
369
412
  }
413
+ /**
414
+ * @public
415
+ */
370
416
  export interface UpdateCrlRequest {
371
417
  /**
372
418
  * <p>The unique identifier of the certificate revocation list (CRL).</p>
@@ -381,18 +427,27 @@ export interface UpdateCrlRequest {
381
427
  */
382
428
  crlData?: Uint8Array;
383
429
  }
430
+ /**
431
+ * @public
432
+ */
384
433
  export interface ScalarProfileRequest {
385
434
  /**
386
435
  * <p>The unique identifier of the profile.</p>
387
436
  */
388
437
  profileId: string | undefined;
389
438
  }
439
+ /**
440
+ * @public
441
+ */
390
442
  export interface ScalarTrustAnchorRequest {
391
443
  /**
392
444
  * <p>The unique identifier of the trust anchor.</p>
393
445
  */
394
446
  trustAnchorId: string | undefined;
395
447
  }
448
+ /**
449
+ * @public
450
+ */
396
451
  export interface ScalarSubjectRequest {
397
452
  /**
398
453
  * <p>The unique identifier of the subject. </p>
@@ -400,6 +455,7 @@ export interface ScalarSubjectRequest {
400
455
  subjectId: string | undefined;
401
456
  }
402
457
  /**
458
+ * @public
403
459
  * <p>A key-value pair you set that identifies a property of the authenticating instance.</p>
404
460
  */
405
461
  export interface InstanceProperty {
@@ -417,6 +473,7 @@ export interface InstanceProperty {
417
473
  failed?: boolean;
418
474
  }
419
475
  /**
476
+ * @public
420
477
  * <p>The state of the subject after a read or write operation.</p>
421
478
  */
422
479
  export interface SubjectDetail {
@@ -457,12 +514,18 @@ export interface SubjectDetail {
457
514
  */
458
515
  instanceProperties?: InstanceProperty[];
459
516
  }
517
+ /**
518
+ * @public
519
+ */
460
520
  export interface SubjectDetailResponse {
461
521
  /**
462
522
  * <p>The state of the subject after a read or write operation.</p>
463
523
  */
464
524
  subject?: SubjectDetail;
465
525
  }
526
+ /**
527
+ * @public
528
+ */
466
529
  export interface ListProfilesResponse {
467
530
  /**
468
531
  * <p>A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.</p>
@@ -474,6 +537,7 @@ export interface ListProfilesResponse {
474
537
  profiles?: ProfileDetail[];
475
538
  }
476
539
  /**
540
+ * @public
477
541
  * <p>A summary representation of Subject resources returned in read operations; primarily ListSubjects.</p>
478
542
  */
479
543
  export interface SubjectSummary {
@@ -506,6 +570,9 @@ export interface SubjectSummary {
506
570
  */
507
571
  updatedAt?: Date;
508
572
  }
573
+ /**
574
+ * @public
575
+ */
509
576
  export interface ListSubjectsResponse {
510
577
  /**
511
578
  * <p>A list of subjects.</p>
@@ -516,18 +583,27 @@ export interface ListSubjectsResponse {
516
583
  */
517
584
  nextToken?: string;
518
585
  }
586
+ /**
587
+ * @public
588
+ */
519
589
  export interface ListTagsForResourceRequest {
520
590
  /**
521
591
  * <p>The ARN of the resource.</p>
522
592
  */
523
593
  resourceArn: string | undefined;
524
594
  }
595
+ /**
596
+ * @public
597
+ */
525
598
  export interface ListTagsForResourceResponse {
526
599
  /**
527
600
  * <p>A list of tags attached to the resource.</p>
528
601
  */
529
602
  tags?: Tag[];
530
603
  }
604
+ /**
605
+ * @public
606
+ */
531
607
  export interface ListTrustAnchorsResponse {
532
608
  /**
533
609
  * <p>A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.</p>
@@ -538,6 +614,9 @@ export interface ListTrustAnchorsResponse {
538
614
  */
539
615
  trustAnchors?: TrustAnchorDetail[];
540
616
  }
617
+ /**
618
+ * @public
619
+ */
541
620
  export interface UpdateProfileRequest {
542
621
  /**
543
622
  * <p>The unique identifier of the profile.</p>
@@ -564,6 +643,9 @@ export interface UpdateProfileRequest {
564
643
  */
565
644
  durationSeconds?: number;
566
645
  }
646
+ /**
647
+ * @public
648
+ */
567
649
  export interface TagResourceRequest {
568
650
  /**
569
651
  * <p>The ARN of the resource.</p>
@@ -574,9 +656,13 @@ export interface TagResourceRequest {
574
656
  */
575
657
  tags: Tag[] | undefined;
576
658
  }
659
+ /**
660
+ * @public
661
+ */
577
662
  export interface TagResourceResponse {
578
663
  }
579
664
  /**
665
+ * @public
580
666
  * <p>Too many tags.</p>
581
667
  */
582
668
  export declare class TooManyTagsException extends __BaseException {
@@ -587,6 +673,9 @@ export declare class TooManyTagsException extends __BaseException {
587
673
  */
588
674
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
589
675
  }
676
+ /**
677
+ * @public
678
+ */
590
679
  export interface UpdateTrustAnchorRequest {
591
680
  /**
592
681
  * <p>The unique identifier of the trust anchor.</p>
@@ -601,6 +690,9 @@ export interface UpdateTrustAnchorRequest {
601
690
  */
602
691
  source?: Source;
603
692
  }
693
+ /**
694
+ * @public
695
+ */
604
696
  export interface UntagResourceRequest {
605
697
  /**
606
698
  * <p>The ARN of the resource.</p>
@@ -611,6 +703,9 @@ export interface UntagResourceRequest {
611
703
  */
612
704
  tagKeys: string[] | undefined;
613
705
  }
706
+ /**
707
+ * @public
708
+ */
614
709
  export interface UntagResourceResponse {
615
710
  }
616
711
  /**
@@ -621,135 +716,23 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
621
716
  * @internal
622
717
  */
623
718
  export declare const CreateProfileRequestFilterSensitiveLog: (obj: CreateProfileRequest) => any;
624
- /**
625
- * @internal
626
- */
627
- export declare const ProfileDetailFilterSensitiveLog: (obj: ProfileDetail) => any;
628
- /**
629
- * @internal
630
- */
631
- export declare const ProfileDetailResponseFilterSensitiveLog: (obj: ProfileDetailResponse) => any;
632
- /**
633
- * @internal
634
- */
635
- export declare const SourceDataFilterSensitiveLog: (obj: SourceData) => any;
636
- /**
637
- * @internal
638
- */
639
- export declare const SourceFilterSensitiveLog: (obj: Source) => any;
640
719
  /**
641
720
  * @internal
642
721
  */
643
722
  export declare const CreateTrustAnchorRequestFilterSensitiveLog: (obj: CreateTrustAnchorRequest) => any;
644
- /**
645
- * @internal
646
- */
647
- export declare const TrustAnchorDetailFilterSensitiveLog: (obj: TrustAnchorDetail) => any;
648
- /**
649
- * @internal
650
- */
651
- export declare const TrustAnchorDetailResponseFilterSensitiveLog: (obj: TrustAnchorDetailResponse) => any;
652
- /**
653
- * @internal
654
- */
655
- export declare const CredentialSummaryFilterSensitiveLog: (obj: CredentialSummary) => any;
656
- /**
657
- * @internal
658
- */
659
- export declare const CrlDetailFilterSensitiveLog: (obj: CrlDetail) => any;
660
- /**
661
- * @internal
662
- */
663
- export declare const CrlDetailResponseFilterSensitiveLog: (obj: CrlDetailResponse) => any;
664
- /**
665
- * @internal
666
- */
667
- export declare const ScalarCrlRequestFilterSensitiveLog: (obj: ScalarCrlRequest) => any;
668
723
  /**
669
724
  * @internal
670
725
  */
671
726
  export declare const ImportCrlRequestFilterSensitiveLog: (obj: ImportCrlRequest) => any;
672
- /**
673
- * @internal
674
- */
675
- export declare const ListCrlsResponseFilterSensitiveLog: (obj: ListCrlsResponse) => any;
676
- /**
677
- * @internal
678
- */
679
- export declare const ListRequestFilterSensitiveLog: (obj: ListRequest) => any;
680
- /**
681
- * @internal
682
- */
683
- export declare const UpdateCrlRequestFilterSensitiveLog: (obj: UpdateCrlRequest) => any;
684
- /**
685
- * @internal
686
- */
687
- export declare const ScalarProfileRequestFilterSensitiveLog: (obj: ScalarProfileRequest) => any;
688
- /**
689
- * @internal
690
- */
691
- export declare const ScalarTrustAnchorRequestFilterSensitiveLog: (obj: ScalarTrustAnchorRequest) => any;
692
- /**
693
- * @internal
694
- */
695
- export declare const ScalarSubjectRequestFilterSensitiveLog: (obj: ScalarSubjectRequest) => any;
696
- /**
697
- * @internal
698
- */
699
- export declare const InstancePropertyFilterSensitiveLog: (obj: InstanceProperty) => any;
700
- /**
701
- * @internal
702
- */
703
- export declare const SubjectDetailFilterSensitiveLog: (obj: SubjectDetail) => any;
704
- /**
705
- * @internal
706
- */
707
- export declare const SubjectDetailResponseFilterSensitiveLog: (obj: SubjectDetailResponse) => any;
708
- /**
709
- * @internal
710
- */
711
- export declare const ListProfilesResponseFilterSensitiveLog: (obj: ListProfilesResponse) => any;
712
- /**
713
- * @internal
714
- */
715
- export declare const SubjectSummaryFilterSensitiveLog: (obj: SubjectSummary) => any;
716
- /**
717
- * @internal
718
- */
719
- export declare const ListSubjectsResponseFilterSensitiveLog: (obj: ListSubjectsResponse) => any;
720
- /**
721
- * @internal
722
- */
723
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
724
727
  /**
725
728
  * @internal
726
729
  */
727
730
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
728
- /**
729
- * @internal
730
- */
731
- export declare const ListTrustAnchorsResponseFilterSensitiveLog: (obj: ListTrustAnchorsResponse) => any;
732
- /**
733
- * @internal
734
- */
735
- export declare const UpdateProfileRequestFilterSensitiveLog: (obj: UpdateProfileRequest) => any;
736
731
  /**
737
732
  * @internal
738
733
  */
739
734
  export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
740
- /**
741
- * @internal
742
- */
743
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
744
- /**
745
- * @internal
746
- */
747
- export declare const UpdateTrustAnchorRequestFilterSensitiveLog: (obj: UpdateTrustAnchorRequest) => any;
748
735
  /**
749
736
  * @internal
750
737
  */
751
738
  export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
752
- /**
753
- * @internal
754
- */
755
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { RolesAnywhereClient } from "../RolesAnywhereClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface RolesAnywherePaginationConfiguration extends PaginationConfiguration {
4
7
  client: RolesAnywhereClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCrlsCommandInput, ListCrlsCommandOutput } from "../commands/ListCrlsCommand";
3
3
  import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCrls(config: RolesAnywherePaginationConfiguration, input: ListCrlsCommandInput, ...additionalArguments: any): Paginator<ListCrlsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
3
3
  import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProfiles(config: RolesAnywherePaginationConfiguration, input: ListProfilesCommandInput, ...additionalArguments: any): Paginator<ListProfilesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSubjectsCommandInput, ListSubjectsCommandOutput } from "../commands/ListSubjectsCommand";
3
3
  import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSubjects(config: RolesAnywherePaginationConfiguration, input: ListSubjectsCommandInput, ...additionalArguments: any): Paginator<ListSubjectsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput } from "../commands/ListTrustAnchorsCommand";
3
3
  import { RolesAnywherePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTrustAnchors(config: RolesAnywherePaginationConfiguration, input: ListTrustAnchorsCommandInput, ...additionalArguments: any): Paginator<ListTrustAnchorsCommandOutput>;
@@ -239,94 +239,18 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
239
239
  export declare const CreateProfileRequestFilterSensitiveLog: (
240
240
  obj: CreateProfileRequest
241
241
  ) => any;
242
- export declare const ProfileDetailFilterSensitiveLog: (
243
- obj: ProfileDetail
244
- ) => any;
245
- export declare const ProfileDetailResponseFilterSensitiveLog: (
246
- obj: ProfileDetailResponse
247
- ) => any;
248
- export declare const SourceDataFilterSensitiveLog: (obj: SourceData) => any;
249
- export declare const SourceFilterSensitiveLog: (obj: Source) => any;
250
242
  export declare const CreateTrustAnchorRequestFilterSensitiveLog: (
251
243
  obj: CreateTrustAnchorRequest
252
244
  ) => any;
253
- export declare const TrustAnchorDetailFilterSensitiveLog: (
254
- obj: TrustAnchorDetail
255
- ) => any;
256
- export declare const TrustAnchorDetailResponseFilterSensitiveLog: (
257
- obj: TrustAnchorDetailResponse
258
- ) => any;
259
- export declare const CredentialSummaryFilterSensitiveLog: (
260
- obj: CredentialSummary
261
- ) => any;
262
- export declare const CrlDetailFilterSensitiveLog: (obj: CrlDetail) => any;
263
- export declare const CrlDetailResponseFilterSensitiveLog: (
264
- obj: CrlDetailResponse
265
- ) => any;
266
- export declare const ScalarCrlRequestFilterSensitiveLog: (
267
- obj: ScalarCrlRequest
268
- ) => any;
269
245
  export declare const ImportCrlRequestFilterSensitiveLog: (
270
246
  obj: ImportCrlRequest
271
247
  ) => any;
272
- export declare const ListCrlsResponseFilterSensitiveLog: (
273
- obj: ListCrlsResponse
274
- ) => any;
275
- export declare const ListRequestFilterSensitiveLog: (obj: ListRequest) => any;
276
- export declare const UpdateCrlRequestFilterSensitiveLog: (
277
- obj: UpdateCrlRequest
278
- ) => any;
279
- export declare const ScalarProfileRequestFilterSensitiveLog: (
280
- obj: ScalarProfileRequest
281
- ) => any;
282
- export declare const ScalarTrustAnchorRequestFilterSensitiveLog: (
283
- obj: ScalarTrustAnchorRequest
284
- ) => any;
285
- export declare const ScalarSubjectRequestFilterSensitiveLog: (
286
- obj: ScalarSubjectRequest
287
- ) => any;
288
- export declare const InstancePropertyFilterSensitiveLog: (
289
- obj: InstanceProperty
290
- ) => any;
291
- export declare const SubjectDetailFilterSensitiveLog: (
292
- obj: SubjectDetail
293
- ) => any;
294
- export declare const SubjectDetailResponseFilterSensitiveLog: (
295
- obj: SubjectDetailResponse
296
- ) => any;
297
- export declare const ListProfilesResponseFilterSensitiveLog: (
298
- obj: ListProfilesResponse
299
- ) => any;
300
- export declare const SubjectSummaryFilterSensitiveLog: (
301
- obj: SubjectSummary
302
- ) => any;
303
- export declare const ListSubjectsResponseFilterSensitiveLog: (
304
- obj: ListSubjectsResponse
305
- ) => any;
306
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
307
- obj: ListTagsForResourceRequest
308
- ) => any;
309
248
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
310
249
  obj: ListTagsForResourceResponse
311
250
  ) => any;
312
- export declare const ListTrustAnchorsResponseFilterSensitiveLog: (
313
- obj: ListTrustAnchorsResponse
314
- ) => any;
315
- export declare const UpdateProfileRequestFilterSensitiveLog: (
316
- obj: UpdateProfileRequest
317
- ) => any;
318
251
  export declare const TagResourceRequestFilterSensitiveLog: (
319
252
  obj: TagResourceRequest
320
253
  ) => any;
321
- export declare const TagResourceResponseFilterSensitiveLog: (
322
- obj: TagResourceResponse
323
- ) => any;
324
- export declare const UpdateTrustAnchorRequestFilterSensitiveLog: (
325
- obj: UpdateTrustAnchorRequest
326
- ) => any;
327
254
  export declare const UntagResourceRequestFilterSensitiveLog: (
328
255
  obj: UntagResourceRequest
329
256
  ) => any;
330
- export declare const UntagResourceResponseFilterSensitiveLog: (
331
- obj: UntagResourceResponse
332
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rolesanywhere",
3
3
  "description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.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",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo rolesanywhere"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",