@aws-sdk/client-rolesanywhere 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -15
- package/dist-cjs/index.js +39 -173
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/RolesAnywhereClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +39 -173
- package/dist-types/RolesAnywhere.d.ts +2 -16
- package/dist-types/RolesAnywhereClient.d.ts +11 -25
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateProfileCommand.d.ts +4 -8
- package/dist-types/commands/CreateTrustAnchorCommand.d.ts +4 -10
- package/dist-types/commands/DeleteAttributeMappingCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCrlCommand.d.ts +4 -8
- package/dist-types/commands/DeleteProfileCommand.d.ts +4 -8
- package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +4 -8
- package/dist-types/commands/DisableCrlCommand.d.ts +4 -8
- package/dist-types/commands/DisableProfileCommand.d.ts +4 -8
- package/dist-types/commands/DisableTrustAnchorCommand.d.ts +4 -8
- package/dist-types/commands/EnableCrlCommand.d.ts +4 -8
- package/dist-types/commands/EnableProfileCommand.d.ts +4 -8
- package/dist-types/commands/EnableTrustAnchorCommand.d.ts +4 -8
- package/dist-types/commands/GetCrlCommand.d.ts +4 -8
- package/dist-types/commands/GetProfileCommand.d.ts +4 -8
- package/dist-types/commands/GetSubjectCommand.d.ts +4 -11
- package/dist-types/commands/GetTrustAnchorCommand.d.ts +4 -8
- package/dist-types/commands/ImportCrlCommand.d.ts +4 -11
- package/dist-types/commands/ListCrlsCommand.d.ts +4 -8
- package/dist-types/commands/ListProfilesCommand.d.ts +4 -8
- package/dist-types/commands/ListSubjectsCommand.d.ts +4 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -8
- package/dist-types/commands/ListTrustAnchorsCommand.d.ts +4 -8
- package/dist-types/commands/PutAttributeMappingCommand.d.ts +4 -5
- package/dist-types/commands/PutNotificationSettingsCommand.d.ts +4 -10
- package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +4 -9
- package/dist-types/commands/TagResourceCommand.d.ts +4 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -8
- package/dist-types/commands/UpdateCrlCommand.d.ts +4 -10
- package/dist-types/commands/UpdateProfileCommand.d.ts +4 -10
- package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +4 -13
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/index.d.ts +1 -15
- package/dist-types/models/RolesAnywhereServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +13 -43
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListCrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrustAnchorsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/RolesAnywhereClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -168,17 +168,7 @@ import { AccessDeniedException as __AccessDeniedException, ResourceNotFoundExcep
|
|
|
168
168
|
import { RolesAnywhereServiceException as __RolesAnywhereServiceException } from "../models/RolesAnywhereServiceException";
|
|
169
169
|
export var TagKey = [0, n0, _TK, 8, 0];
|
|
170
170
|
export var TagValue = [0, n0, _TV, 8, 0];
|
|
171
|
-
export var AccessDeniedException = [
|
|
172
|
-
-3,
|
|
173
|
-
n0,
|
|
174
|
-
_ADE,
|
|
175
|
-
{
|
|
176
|
-
[_e]: _c,
|
|
177
|
-
[_hE]: 403,
|
|
178
|
-
},
|
|
179
|
-
[_m],
|
|
180
|
-
[0],
|
|
181
|
-
];
|
|
171
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
182
172
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
183
173
|
export var AttributeMapping = [3, n0, _AM, 0, [_cF, _mR], [0, () => MappingRules]];
|
|
184
174
|
export var CreateProfileRequest = [
|
|
@@ -222,18 +212,8 @@ export var DeleteAttributeMappingRequest = [
|
|
|
222
212
|
[_pI, _cF, _sp],
|
|
223
213
|
[
|
|
224
214
|
[0, 1],
|
|
225
|
-
[
|
|
226
|
-
|
|
227
|
-
{
|
|
228
|
-
[_hQ]: _cF,
|
|
229
|
-
},
|
|
230
|
-
],
|
|
231
|
-
[
|
|
232
|
-
64 | 0,
|
|
233
|
-
{
|
|
234
|
-
[_hQ]: _sp,
|
|
235
|
-
},
|
|
236
|
-
],
|
|
215
|
+
[0, { [_hQ]: _cF }],
|
|
216
|
+
[64 | 0, { [_hQ]: _sp }],
|
|
237
217
|
],
|
|
238
218
|
];
|
|
239
219
|
export var DeleteAttributeMappingResponse = [3, n0, _DAMRe, 0, [_p], [() => ProfileDetail]];
|
|
@@ -255,36 +235,12 @@ export var ListRequest = [
|
|
|
255
235
|
0,
|
|
256
236
|
[_nT, _pS],
|
|
257
237
|
[
|
|
258
|
-
[
|
|
259
|
-
|
|
260
|
-
{
|
|
261
|
-
[_hQ]: _nT,
|
|
262
|
-
},
|
|
263
|
-
],
|
|
264
|
-
[
|
|
265
|
-
1,
|
|
266
|
-
{
|
|
267
|
-
[_hQ]: _pS,
|
|
268
|
-
},
|
|
269
|
-
],
|
|
238
|
+
[0, { [_hQ]: _nT }],
|
|
239
|
+
[1, { [_hQ]: _pS }],
|
|
270
240
|
],
|
|
271
241
|
];
|
|
272
242
|
export var ListSubjectsResponse = [3, n0, _LSR, 0, [_su, _nT], [() => SubjectSummaries, 0]];
|
|
273
|
-
export var ListTagsForResourceRequest = [
|
|
274
|
-
3,
|
|
275
|
-
n0,
|
|
276
|
-
_LTFRR,
|
|
277
|
-
0,
|
|
278
|
-
[_rAe],
|
|
279
|
-
[
|
|
280
|
-
[
|
|
281
|
-
0,
|
|
282
|
-
{
|
|
283
|
-
[_hQ]: _rAe,
|
|
284
|
-
},
|
|
285
|
-
],
|
|
286
|
-
],
|
|
287
|
-
];
|
|
243
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, { [_hQ]: _rAe }]]];
|
|
288
244
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [[() => TagList, 0]]];
|
|
289
245
|
export var ListTrustAnchorsResponse = [
|
|
290
246
|
3,
|
|
@@ -355,17 +311,7 @@ export var ResetNotificationSettingsResponse = [
|
|
|
355
311
|
[_tAr],
|
|
356
312
|
[() => TrustAnchorDetail],
|
|
357
313
|
];
|
|
358
|
-
export var ResourceNotFoundException = [
|
|
359
|
-
-3,
|
|
360
|
-
n0,
|
|
361
|
-
_RNFE,
|
|
362
|
-
{
|
|
363
|
-
[_e]: _c,
|
|
364
|
-
[_hE]: 404,
|
|
365
|
-
},
|
|
366
|
-
[_m],
|
|
367
|
-
[0],
|
|
368
|
-
];
|
|
314
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
369
315
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
370
316
|
export var ScalarCrlRequest = [3, n0, _SCR, 0, [_cI], [[0, 1]]];
|
|
371
317
|
export var ScalarProfileRequest = [3, n0, _SPR, 0, [_pI], [[0, 1]]];
|
|
@@ -402,17 +348,7 @@ export var Tag = [
|
|
|
402
348
|
];
|
|
403
349
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, [() => TagList, 0]]];
|
|
404
350
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
405
|
-
export var TooManyTagsException = [
|
|
406
|
-
-3,
|
|
407
|
-
n0,
|
|
408
|
-
_TMTE,
|
|
409
|
-
{
|
|
410
|
-
[_e]: _c,
|
|
411
|
-
[_hE]: 400,
|
|
412
|
-
},
|
|
413
|
-
[_m],
|
|
414
|
-
[0],
|
|
415
|
-
];
|
|
351
|
+
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
416
352
|
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
417
353
|
export var TrustAnchorDetail = [
|
|
418
354
|
3,
|
|
@@ -442,17 +378,7 @@ export var UpdateTrustAnchorRequest = [
|
|
|
442
378
|
[_tAI, _n, _s],
|
|
443
379
|
[[0, 1], 0, () => Source],
|
|
444
380
|
];
|
|
445
|
-
export var ValidationException = [
|
|
446
|
-
-3,
|
|
447
|
-
n0,
|
|
448
|
-
_VE,
|
|
449
|
-
{
|
|
450
|
-
[_e]: _c,
|
|
451
|
-
[_hE]: 400,
|
|
452
|
-
},
|
|
453
|
-
[_m],
|
|
454
|
-
[0],
|
|
455
|
-
];
|
|
381
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
456
382
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
457
383
|
export var RolesAnywhereServiceException = [-3, _sm, "RolesAnywhereServiceException", 0, [], []];
|
|
458
384
|
TypeRegistry.for(_sm).registerError(RolesAnywhereServiceException, __RolesAnywhereServiceException);
|
|
@@ -478,9 +404,7 @@ export var CreateProfile = [
|
|
|
478
404
|
9,
|
|
479
405
|
n0,
|
|
480
406
|
_CP,
|
|
481
|
-
{
|
|
482
|
-
[_h]: ["POST", "/profiles", 201],
|
|
483
|
-
},
|
|
407
|
+
{ [_h]: ["POST", "/profiles", 201] },
|
|
484
408
|
() => CreateProfileRequest,
|
|
485
409
|
() => ProfileDetailResponse,
|
|
486
410
|
];
|
|
@@ -488,9 +412,7 @@ export var CreateTrustAnchor = [
|
|
|
488
412
|
9,
|
|
489
413
|
n0,
|
|
490
414
|
_CTA,
|
|
491
|
-
{
|
|
492
|
-
[_h]: ["POST", "/trustanchors", 201],
|
|
493
|
-
},
|
|
415
|
+
{ [_h]: ["POST", "/trustanchors", 201] },
|
|
494
416
|
() => CreateTrustAnchorRequest,
|
|
495
417
|
() => TrustAnchorDetailResponse,
|
|
496
418
|
];
|
|
@@ -498,9 +420,7 @@ export var DeleteAttributeMapping = [
|
|
|
498
420
|
9,
|
|
499
421
|
n0,
|
|
500
422
|
_DAM,
|
|
501
|
-
{
|
|
502
|
-
[_h]: ["DELETE", "/profiles/{profileId}/mappings", 200],
|
|
503
|
-
},
|
|
423
|
+
{ [_h]: ["DELETE", "/profiles/{profileId}/mappings", 200] },
|
|
504
424
|
() => DeleteAttributeMappingRequest,
|
|
505
425
|
() => DeleteAttributeMappingResponse,
|
|
506
426
|
];
|
|
@@ -508,9 +428,7 @@ export var DeleteCrl = [
|
|
|
508
428
|
9,
|
|
509
429
|
n0,
|
|
510
430
|
_DC,
|
|
511
|
-
{
|
|
512
|
-
[_h]: ["DELETE", "/crl/{crlId}", 200],
|
|
513
|
-
},
|
|
431
|
+
{ [_h]: ["DELETE", "/crl/{crlId}", 200] },
|
|
514
432
|
() => ScalarCrlRequest,
|
|
515
433
|
() => CrlDetailResponse,
|
|
516
434
|
];
|
|
@@ -518,9 +436,7 @@ export var DeleteProfile = [
|
|
|
518
436
|
9,
|
|
519
437
|
n0,
|
|
520
438
|
_DP,
|
|
521
|
-
{
|
|
522
|
-
[_h]: ["DELETE", "/profile/{profileId}", 200],
|
|
523
|
-
},
|
|
439
|
+
{ [_h]: ["DELETE", "/profile/{profileId}", 200] },
|
|
524
440
|
() => ScalarProfileRequest,
|
|
525
441
|
() => ProfileDetailResponse,
|
|
526
442
|
];
|
|
@@ -528,9 +444,7 @@ export var DeleteTrustAnchor = [
|
|
|
528
444
|
9,
|
|
529
445
|
n0,
|
|
530
446
|
_DTA,
|
|
531
|
-
{
|
|
532
|
-
[_h]: ["DELETE", "/trustanchor/{trustAnchorId}", 200],
|
|
533
|
-
},
|
|
447
|
+
{ [_h]: ["DELETE", "/trustanchor/{trustAnchorId}", 200] },
|
|
534
448
|
() => ScalarTrustAnchorRequest,
|
|
535
449
|
() => TrustAnchorDetailResponse,
|
|
536
450
|
];
|
|
@@ -538,9 +452,7 @@ export var DisableCrl = [
|
|
|
538
452
|
9,
|
|
539
453
|
n0,
|
|
540
454
|
_DCi,
|
|
541
|
-
{
|
|
542
|
-
[_h]: ["POST", "/crl/{crlId}/disable", 200],
|
|
543
|
-
},
|
|
455
|
+
{ [_h]: ["POST", "/crl/{crlId}/disable", 200] },
|
|
544
456
|
() => ScalarCrlRequest,
|
|
545
457
|
() => CrlDetailResponse,
|
|
546
458
|
];
|
|
@@ -548,9 +460,7 @@ export var DisableProfile = [
|
|
|
548
460
|
9,
|
|
549
461
|
n0,
|
|
550
462
|
_DPi,
|
|
551
|
-
{
|
|
552
|
-
[_h]: ["POST", "/profile/{profileId}/disable", 200],
|
|
553
|
-
},
|
|
463
|
+
{ [_h]: ["POST", "/profile/{profileId}/disable", 200] },
|
|
554
464
|
() => ScalarProfileRequest,
|
|
555
465
|
() => ProfileDetailResponse,
|
|
556
466
|
];
|
|
@@ -558,9 +468,7 @@ export var DisableTrustAnchor = [
|
|
|
558
468
|
9,
|
|
559
469
|
n0,
|
|
560
470
|
_DTAi,
|
|
561
|
-
{
|
|
562
|
-
[_h]: ["POST", "/trustanchor/{trustAnchorId}/disable", 200],
|
|
563
|
-
},
|
|
471
|
+
{ [_h]: ["POST", "/trustanchor/{trustAnchorId}/disable", 200] },
|
|
564
472
|
() => ScalarTrustAnchorRequest,
|
|
565
473
|
() => TrustAnchorDetailResponse,
|
|
566
474
|
];
|
|
@@ -568,9 +476,7 @@ export var EnableCrl = [
|
|
|
568
476
|
9,
|
|
569
477
|
n0,
|
|
570
478
|
_EC,
|
|
571
|
-
{
|
|
572
|
-
[_h]: ["POST", "/crl/{crlId}/enable", 200],
|
|
573
|
-
},
|
|
479
|
+
{ [_h]: ["POST", "/crl/{crlId}/enable", 200] },
|
|
574
480
|
() => ScalarCrlRequest,
|
|
575
481
|
() => CrlDetailResponse,
|
|
576
482
|
];
|
|
@@ -578,9 +484,7 @@ export var EnableProfile = [
|
|
|
578
484
|
9,
|
|
579
485
|
n0,
|
|
580
486
|
_EP,
|
|
581
|
-
{
|
|
582
|
-
[_h]: ["POST", "/profile/{profileId}/enable", 200],
|
|
583
|
-
},
|
|
487
|
+
{ [_h]: ["POST", "/profile/{profileId}/enable", 200] },
|
|
584
488
|
() => ScalarProfileRequest,
|
|
585
489
|
() => ProfileDetailResponse,
|
|
586
490
|
];
|
|
@@ -588,9 +492,7 @@ export var EnableTrustAnchor = [
|
|
|
588
492
|
9,
|
|
589
493
|
n0,
|
|
590
494
|
_ETA,
|
|
591
|
-
{
|
|
592
|
-
[_h]: ["POST", "/trustanchor/{trustAnchorId}/enable", 200],
|
|
593
|
-
},
|
|
495
|
+
{ [_h]: ["POST", "/trustanchor/{trustAnchorId}/enable", 200] },
|
|
594
496
|
() => ScalarTrustAnchorRequest,
|
|
595
497
|
() => TrustAnchorDetailResponse,
|
|
596
498
|
];
|
|
@@ -598,9 +500,7 @@ export var GetCrl = [
|
|
|
598
500
|
9,
|
|
599
501
|
n0,
|
|
600
502
|
_GC,
|
|
601
|
-
{
|
|
602
|
-
[_h]: ["GET", "/crl/{crlId}", 200],
|
|
603
|
-
},
|
|
503
|
+
{ [_h]: ["GET", "/crl/{crlId}", 200] },
|
|
604
504
|
() => ScalarCrlRequest,
|
|
605
505
|
() => CrlDetailResponse,
|
|
606
506
|
];
|
|
@@ -608,9 +508,7 @@ export var GetProfile = [
|
|
|
608
508
|
9,
|
|
609
509
|
n0,
|
|
610
510
|
_GP,
|
|
611
|
-
{
|
|
612
|
-
[_h]: ["GET", "/profile/{profileId}", 200],
|
|
613
|
-
},
|
|
511
|
+
{ [_h]: ["GET", "/profile/{profileId}", 200] },
|
|
614
512
|
() => ScalarProfileRequest,
|
|
615
513
|
() => ProfileDetailResponse,
|
|
616
514
|
];
|
|
@@ -618,9 +516,7 @@ export var GetSubject = [
|
|
|
618
516
|
9,
|
|
619
517
|
n0,
|
|
620
518
|
_GS,
|
|
621
|
-
{
|
|
622
|
-
[_h]: ["GET", "/subject/{subjectId}", 200],
|
|
623
|
-
},
|
|
519
|
+
{ [_h]: ["GET", "/subject/{subjectId}", 200] },
|
|
624
520
|
() => ScalarSubjectRequest,
|
|
625
521
|
() => SubjectDetailResponse,
|
|
626
522
|
];
|
|
@@ -628,9 +524,7 @@ export var GetTrustAnchor = [
|
|
|
628
524
|
9,
|
|
629
525
|
n0,
|
|
630
526
|
_GTA,
|
|
631
|
-
{
|
|
632
|
-
[_h]: ["GET", "/trustanchor/{trustAnchorId}", 200],
|
|
633
|
-
},
|
|
527
|
+
{ [_h]: ["GET", "/trustanchor/{trustAnchorId}", 200] },
|
|
634
528
|
() => ScalarTrustAnchorRequest,
|
|
635
529
|
() => TrustAnchorDetailResponse,
|
|
636
530
|
];
|
|
@@ -638,9 +532,7 @@ export var ImportCrl = [
|
|
|
638
532
|
9,
|
|
639
533
|
n0,
|
|
640
534
|
_IC,
|
|
641
|
-
{
|
|
642
|
-
[_h]: ["POST", "/crls", 201],
|
|
643
|
-
},
|
|
535
|
+
{ [_h]: ["POST", "/crls", 201] },
|
|
644
536
|
() => ImportCrlRequest,
|
|
645
537
|
() => CrlDetailResponse,
|
|
646
538
|
];
|
|
@@ -648,9 +540,7 @@ export var ListCrls = [
|
|
|
648
540
|
9,
|
|
649
541
|
n0,
|
|
650
542
|
_LC,
|
|
651
|
-
{
|
|
652
|
-
[_h]: ["GET", "/crls", 200],
|
|
653
|
-
},
|
|
543
|
+
{ [_h]: ["GET", "/crls", 200] },
|
|
654
544
|
() => ListRequest,
|
|
655
545
|
() => ListCrlsResponse,
|
|
656
546
|
];
|
|
@@ -658,9 +548,7 @@ export var ListProfiles = [
|
|
|
658
548
|
9,
|
|
659
549
|
n0,
|
|
660
550
|
_LP,
|
|
661
|
-
{
|
|
662
|
-
[_h]: ["GET", "/profiles", 200],
|
|
663
|
-
},
|
|
551
|
+
{ [_h]: ["GET", "/profiles", 200] },
|
|
664
552
|
() => ListRequest,
|
|
665
553
|
() => ListProfilesResponse,
|
|
666
554
|
];
|
|
@@ -668,9 +556,7 @@ export var ListSubjects = [
|
|
|
668
556
|
9,
|
|
669
557
|
n0,
|
|
670
558
|
_LS,
|
|
671
|
-
{
|
|
672
|
-
[_h]: ["GET", "/subjects", 200],
|
|
673
|
-
},
|
|
559
|
+
{ [_h]: ["GET", "/subjects", 200] },
|
|
674
560
|
() => ListRequest,
|
|
675
561
|
() => ListSubjectsResponse,
|
|
676
562
|
];
|
|
@@ -678,9 +564,7 @@ export var ListTagsForResource = [
|
|
|
678
564
|
9,
|
|
679
565
|
n0,
|
|
680
566
|
_LTFR,
|
|
681
|
-
{
|
|
682
|
-
[_h]: ["GET", "/ListTagsForResource", 200],
|
|
683
|
-
},
|
|
567
|
+
{ [_h]: ["GET", "/ListTagsForResource", 200] },
|
|
684
568
|
() => ListTagsForResourceRequest,
|
|
685
569
|
() => ListTagsForResourceResponse,
|
|
686
570
|
];
|
|
@@ -688,9 +572,7 @@ export var ListTrustAnchors = [
|
|
|
688
572
|
9,
|
|
689
573
|
n0,
|
|
690
574
|
_LTA,
|
|
691
|
-
{
|
|
692
|
-
[_h]: ["GET", "/trustanchors", 200],
|
|
693
|
-
},
|
|
575
|
+
{ [_h]: ["GET", "/trustanchors", 200] },
|
|
694
576
|
() => ListRequest,
|
|
695
577
|
() => ListTrustAnchorsResponse,
|
|
696
578
|
];
|
|
@@ -698,9 +580,7 @@ export var PutAttributeMapping = [
|
|
|
698
580
|
9,
|
|
699
581
|
n0,
|
|
700
582
|
_PAM,
|
|
701
|
-
{
|
|
702
|
-
[_h]: ["PUT", "/profiles/{profileId}/mappings", 200],
|
|
703
|
-
},
|
|
583
|
+
{ [_h]: ["PUT", "/profiles/{profileId}/mappings", 200] },
|
|
704
584
|
() => PutAttributeMappingRequest,
|
|
705
585
|
() => PutAttributeMappingResponse,
|
|
706
586
|
];
|
|
@@ -708,9 +588,7 @@ export var PutNotificationSettings = [
|
|
|
708
588
|
9,
|
|
709
589
|
n0,
|
|
710
590
|
_PNS,
|
|
711
|
-
{
|
|
712
|
-
[_h]: ["PATCH", "/put-notifications-settings", 200],
|
|
713
|
-
},
|
|
591
|
+
{ [_h]: ["PATCH", "/put-notifications-settings", 200] },
|
|
714
592
|
() => PutNotificationSettingsRequest,
|
|
715
593
|
() => PutNotificationSettingsResponse,
|
|
716
594
|
];
|
|
@@ -718,9 +596,7 @@ export var ResetNotificationSettings = [
|
|
|
718
596
|
9,
|
|
719
597
|
n0,
|
|
720
598
|
_RNS,
|
|
721
|
-
{
|
|
722
|
-
[_h]: ["PATCH", "/reset-notifications-settings", 200],
|
|
723
|
-
},
|
|
599
|
+
{ [_h]: ["PATCH", "/reset-notifications-settings", 200] },
|
|
724
600
|
() => ResetNotificationSettingsRequest,
|
|
725
601
|
() => ResetNotificationSettingsResponse,
|
|
726
602
|
];
|
|
@@ -728,9 +604,7 @@ export var TagResource = [
|
|
|
728
604
|
9,
|
|
729
605
|
n0,
|
|
730
606
|
_TR,
|
|
731
|
-
{
|
|
732
|
-
[_h]: ["POST", "/TagResource", 201],
|
|
733
|
-
},
|
|
607
|
+
{ [_h]: ["POST", "/TagResource", 201] },
|
|
734
608
|
() => TagResourceRequest,
|
|
735
609
|
() => TagResourceResponse,
|
|
736
610
|
];
|
|
@@ -738,9 +612,7 @@ export var UntagResource = [
|
|
|
738
612
|
9,
|
|
739
613
|
n0,
|
|
740
614
|
_UR,
|
|
741
|
-
{
|
|
742
|
-
[_h]: ["POST", "/UntagResource", 200],
|
|
743
|
-
},
|
|
615
|
+
{ [_h]: ["POST", "/UntagResource", 200] },
|
|
744
616
|
() => UntagResourceRequest,
|
|
745
617
|
() => UntagResourceResponse,
|
|
746
618
|
];
|
|
@@ -748,9 +620,7 @@ export var UpdateCrl = [
|
|
|
748
620
|
9,
|
|
749
621
|
n0,
|
|
750
622
|
_UC,
|
|
751
|
-
{
|
|
752
|
-
[_h]: ["PATCH", "/crl/{crlId}", 200],
|
|
753
|
-
},
|
|
623
|
+
{ [_h]: ["PATCH", "/crl/{crlId}", 200] },
|
|
754
624
|
() => UpdateCrlRequest,
|
|
755
625
|
() => CrlDetailResponse,
|
|
756
626
|
];
|
|
@@ -758,9 +628,7 @@ export var UpdateProfile = [
|
|
|
758
628
|
9,
|
|
759
629
|
n0,
|
|
760
630
|
_UP,
|
|
761
|
-
{
|
|
762
|
-
[_h]: ["PATCH", "/profile/{profileId}", 200],
|
|
763
|
-
},
|
|
631
|
+
{ [_h]: ["PATCH", "/profile/{profileId}", 200] },
|
|
764
632
|
() => UpdateProfileRequest,
|
|
765
633
|
() => ProfileDetailResponse,
|
|
766
634
|
];
|
|
@@ -768,9 +636,7 @@ export var UpdateTrustAnchor = [
|
|
|
768
636
|
9,
|
|
769
637
|
n0,
|
|
770
638
|
_UTA,
|
|
771
|
-
{
|
|
772
|
-
[_h]: ["PATCH", "/trustanchor/{trustAnchorId}", 200],
|
|
773
|
-
},
|
|
639
|
+
{ [_h]: ["PATCH", "/trustanchor/{trustAnchorId}", 200] },
|
|
774
640
|
() => UpdateTrustAnchorRequest,
|
|
775
641
|
() => TrustAnchorDetailResponse,
|
|
776
642
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
3
3
|
import { CreateTrustAnchorCommandInput, CreateTrustAnchorCommandOutput } from "./commands/CreateTrustAnchorCommand";
|
|
4
4
|
import { DeleteAttributeMappingCommandInput, DeleteAttributeMappingCommandOutput } from "./commands/DeleteAttributeMappingCommand";
|
|
@@ -217,21 +217,7 @@ export interface RolesAnywhere {
|
|
|
217
217
|
updateTrustAnchor(args: UpdateTrustAnchorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void): void;
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
* <p>Identity and Access Management Roles Anywhere provides a secure way for your workloads such as
|
|
221
|
-
* servers, containers, and applications that run outside of Amazon Web Services to obtain
|
|
222
|
-
* temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to
|
|
223
|
-
* manage long-term credentials for workloads running outside of Amazon Web Services.</p>
|
|
224
|
-
* <p>
|
|
225
|
-
* To use IAM Roles Anywhere, your workloads must use X.509 certificates
|
|
226
|
-
* issued by their certificate authority (CA). You register the CA with IAM
|
|
227
|
-
* Roles Anywhere as a trust anchor to establish trust between your public key infrastructure
|
|
228
|
-
* (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you
|
|
229
|
-
* can use Private Certificate Authority to create a CA and then use that to establish trust with
|
|
230
|
-
* IAM Roles Anywhere.
|
|
231
|
-
* </p>
|
|
232
|
-
* <p>This guide describes the IAM Roles Anywhere operations that you can call
|
|
233
|
-
* programmatically. For more information about IAM Roles Anywhere, see the
|
|
234
|
-
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html">IAM Roles Anywhere User Guide</a>.</p>
|
|
220
|
+
* <p>Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to manage long-term credentials for workloads running outside of Amazon Web Services.</p> <p> To use IAM Roles Anywhere, your workloads must use X.509 certificates issued by their certificate authority (CA). You register the CA with IAM Roles Anywhere as a trust anchor to establish trust between your public key infrastructure (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you can use Private Certificate Authority to create a CA and then use that to establish trust with IAM Roles Anywhere. </p> <p>This guide describes the IAM Roles Anywhere operations that you can call programmatically. For more information about IAM Roles Anywhere, see the <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html">IAM Roles Anywhere User Guide</a>.</p>
|
|
235
221
|
* @public
|
|
236
222
|
*/
|
|
237
223
|
export declare class RolesAnywhere extends RolesAnywhereClient implements RolesAnywhere {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
11
11
|
import { CreateTrustAnchorCommandInput, CreateTrustAnchorCommandOutput } from "./commands/CreateTrustAnchorCommand";
|
|
12
12
|
import { DeleteAttributeMappingCommandInput, DeleteAttributeMappingCommandOutput } from "./commands/DeleteAttributeMappingCommand";
|
|
@@ -38,7 +38,7 @@ import { UpdateCrlCommandInput, UpdateCrlCommandOutput } from "./commands/Update
|
|
|
38
38
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
39
39
|
import { UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput } from "./commands/UpdateTrustAnchorCommand";
|
|
40
40
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
41
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
41
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
42
42
|
export { __Client };
|
|
43
43
|
/**
|
|
44
44
|
* @public
|
|
@@ -208,21 +208,7 @@ export type RolesAnywhereClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
208
208
|
export interface RolesAnywhereClientResolvedConfig extends RolesAnywhereClientResolvedConfigType {
|
|
209
209
|
}
|
|
210
210
|
/**
|
|
211
|
-
* <p>Identity and Access Management Roles Anywhere provides a secure way for your workloads such as
|
|
212
|
-
* servers, containers, and applications that run outside of Amazon Web Services to obtain
|
|
213
|
-
* temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to
|
|
214
|
-
* manage long-term credentials for workloads running outside of Amazon Web Services.</p>
|
|
215
|
-
* <p>
|
|
216
|
-
* To use IAM Roles Anywhere, your workloads must use X.509 certificates
|
|
217
|
-
* issued by their certificate authority (CA). You register the CA with IAM
|
|
218
|
-
* Roles Anywhere as a trust anchor to establish trust between your public key infrastructure
|
|
219
|
-
* (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you
|
|
220
|
-
* can use Private Certificate Authority to create a CA and then use that to establish trust with
|
|
221
|
-
* IAM Roles Anywhere.
|
|
222
|
-
* </p>
|
|
223
|
-
* <p>This guide describes the IAM Roles Anywhere operations that you can call
|
|
224
|
-
* programmatically. For more information about IAM Roles Anywhere, see the
|
|
225
|
-
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html">IAM Roles Anywhere User Guide</a>.</p>
|
|
211
|
+
* <p>Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to manage long-term credentials for workloads running outside of Amazon Web Services.</p> <p> To use IAM Roles Anywhere, your workloads must use X.509 certificates issued by their certificate authority (CA). You register the CA with IAM Roles Anywhere as a trust anchor to establish trust between your public key infrastructure (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you can use Private Certificate Authority to create a CA and then use that to establish trust with IAM Roles Anywhere. </p> <p>This guide describes the IAM Roles Anywhere operations that you can call programmatically. For more information about IAM Roles Anywhere, see the <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html">IAM Roles Anywhere User Guide</a>.</p>
|
|
226
212
|
* @public
|
|
227
213
|
*/
|
|
228
214
|
export declare class RolesAnywhereClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RolesAnywhereClientResolvedConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { RolesAnywhereHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { RolesAnywhereHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { RolesAnywhereClientResolvedConfig } from "../RolesAnywhereClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type RolesAnywhereClientResolvedConfig } from "../RolesAnywhereClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateProfileRequest, ProfileDetailResponse } from "../models/models_0";
|
|
4
|
-
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateProfileRequest, ProfileDetailResponse } from "../models/models_0";
|
|
4
|
+
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,11 +27,7 @@ declare const CreateProfileCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a <i>profile</i>, a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.</p>
|
|
31
|
-
* <p>
|
|
32
|
-
* <b>Required permissions: </b>
|
|
33
|
-
* <code>rolesanywhere:CreateProfile</code>.
|
|
34
|
-
* </p>
|
|
30
|
+
* <p>Creates a <i>profile</i>, a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:CreateProfile</code>. </p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
4
|
-
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0";
|
|
4
|
+
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,13 +27,7 @@ declare const CreateTrustAnchorCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a trust anchor to establish trust between IAM Roles Anywhere and
|
|
31
|
-
* your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by
|
|
32
|
-
* the CA in exchange for temporary Amazon Web Services credentials.</p>
|
|
33
|
-
* <p>
|
|
34
|
-
* <b>Required permissions: </b>
|
|
35
|
-
* <code>rolesanywhere:CreateTrustAnchor</code>.
|
|
36
|
-
* </p>
|
|
30
|
+
* <p>Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.</p> <p> <b>Required permissions: </b> <code>rolesanywhere:CreateTrustAnchor</code>. </p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteAttributeMappingRequest, DeleteAttributeMappingResponse } from "../models/models_0";
|
|
4
|
-
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteAttributeMappingRequest, DeleteAttributeMappingResponse } from "../models/models_0";
|
|
4
|
+
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
|
-
import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0";
|
|
4
|
+
import type { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,11 +27,7 @@ declare const DeleteCrlCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a certificate revocation list (CRL).</p>
|
|
31
|
-
* <p>
|
|
32
|
-
* <b>Required permissions: </b>
|
|
33
|
-
* <code>rolesanywhere:DeleteCrl</code>.
|
|
34
|
-
* </p>
|
|
30
|
+
* <p>Deletes a certificate revocation list (CRL).</p> <p> <b>Required permissions: </b> <code>rolesanywhere:DeleteCrl</code>. </p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|