@aws-sdk/client-route53profiles 3.957.0 → 3.958.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 -21
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +244 -283
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +240 -279
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -371,351 +371,312 @@ const _rT = "resourceType";
|
|
|
371
371
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53profiles";
|
|
372
372
|
const _tK = "tagKeys";
|
|
373
373
|
const n0 = "com.amazonaws.route53profiles";
|
|
374
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
374
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
375
|
+
{ [_e]: _c },
|
|
376
|
+
[_M],
|
|
377
|
+
[0]
|
|
378
|
+
];
|
|
375
379
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
376
|
-
var AssociateProfileRequest$ = [
|
|
377
|
-
3,
|
|
378
|
-
n0,
|
|
379
|
-
_APR,
|
|
380
|
+
var AssociateProfileRequest$ = [3, n0, _APR,
|
|
380
381
|
0,
|
|
381
382
|
[_PI, _RI, _N, _T],
|
|
382
|
-
[0, 0, 0, () => TagList]
|
|
383
|
+
[0, 0, 0, () => TagList]
|
|
383
384
|
];
|
|
384
|
-
var AssociateProfileResponse$ = [3, n0, _APRs,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
385
|
+
var AssociateProfileResponse$ = [3, n0, _APRs,
|
|
386
|
+
0,
|
|
387
|
+
[_PA],
|
|
388
|
+
[() => ProfileAssociation$]
|
|
389
|
+
];
|
|
390
|
+
var AssociateResourceToProfileRequest$ = [3, n0, _ARTPR,
|
|
389
391
|
0,
|
|
390
392
|
[_PI, _RA, _N, _RP],
|
|
391
|
-
[0, 0, 0, 0]
|
|
393
|
+
[0, 0, 0, 0]
|
|
392
394
|
];
|
|
393
|
-
var AssociateResourceToProfileResponse$ = [
|
|
394
|
-
3,
|
|
395
|
-
n0,
|
|
396
|
-
_ARTPRs,
|
|
395
|
+
var AssociateResourceToProfileResponse$ = [3, n0, _ARTPRs,
|
|
397
396
|
0,
|
|
398
397
|
[_PRA],
|
|
399
|
-
[() => ProfileResourceAssociation$]
|
|
398
|
+
[() => ProfileResourceAssociation$]
|
|
399
|
+
];
|
|
400
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
401
|
+
{ [_e]: _c },
|
|
402
|
+
[_M],
|
|
403
|
+
[0]
|
|
400
404
|
];
|
|
401
|
-
var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_M], [0]];
|
|
402
405
|
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
403
|
-
var CreateProfileRequest$ = [3, n0, _CPR,
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
406
|
+
var CreateProfileRequest$ = [3, n0, _CPR,
|
|
407
|
+
0,
|
|
408
|
+
[_N, _CT, _T],
|
|
409
|
+
[0, [0, 4], () => TagList]
|
|
410
|
+
];
|
|
411
|
+
var CreateProfileResponse$ = [3, n0, _CPRr,
|
|
412
|
+
0,
|
|
413
|
+
[_P],
|
|
414
|
+
[() => Profile$]
|
|
415
|
+
];
|
|
416
|
+
var DeleteProfileRequest$ = [3, n0, _DPR,
|
|
417
|
+
0,
|
|
418
|
+
[_PI],
|
|
419
|
+
[[0, 1]]
|
|
420
|
+
];
|
|
421
|
+
var DeleteProfileResponse$ = [3, n0, _DPRe,
|
|
422
|
+
0,
|
|
423
|
+
[_P],
|
|
424
|
+
[() => Profile$]
|
|
425
|
+
];
|
|
426
|
+
var DisassociateProfileRequest$ = [3, n0, _DPRi,
|
|
411
427
|
0,
|
|
412
428
|
[_PI, _RI],
|
|
413
|
-
[
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
]
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
n0,
|
|
422
|
-
_DRFPR,
|
|
429
|
+
[[0, 1], [0, 1]]
|
|
430
|
+
];
|
|
431
|
+
var DisassociateProfileResponse$ = [3, n0, _DPRis,
|
|
432
|
+
0,
|
|
433
|
+
[_PA],
|
|
434
|
+
[() => ProfileAssociation$]
|
|
435
|
+
];
|
|
436
|
+
var DisassociateResourceFromProfileRequest$ = [3, n0, _DRFPR,
|
|
423
437
|
0,
|
|
424
438
|
[_PI, _RA],
|
|
425
|
-
[
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
],
|
|
429
|
-
];
|
|
430
|
-
var DisassociateResourceFromProfileResponse$ = [
|
|
431
|
-
3,
|
|
432
|
-
n0,
|
|
433
|
-
_DRFPRi,
|
|
439
|
+
[[0, 1], [0, 1]]
|
|
440
|
+
];
|
|
441
|
+
var DisassociateResourceFromProfileResponse$ = [3, n0, _DRFPRi,
|
|
434
442
|
0,
|
|
435
443
|
[_PRA],
|
|
436
|
-
[() => ProfileResourceAssociation$]
|
|
444
|
+
[() => ProfileResourceAssociation$]
|
|
437
445
|
];
|
|
438
|
-
var GetProfileAssociationRequest$ = [3, n0, _GPAR,
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
446
|
+
var GetProfileAssociationRequest$ = [3, n0, _GPAR,
|
|
447
|
+
0,
|
|
448
|
+
[_PAI],
|
|
449
|
+
[[0, 1]]
|
|
450
|
+
];
|
|
451
|
+
var GetProfileAssociationResponse$ = [3, n0, _GPARe,
|
|
443
452
|
0,
|
|
444
453
|
[_PA],
|
|
445
|
-
[() => ProfileAssociation$]
|
|
446
|
-
];
|
|
447
|
-
var GetProfileRequest$ = [3, n0, _GPR,
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
454
|
+
[() => ProfileAssociation$]
|
|
455
|
+
];
|
|
456
|
+
var GetProfileRequest$ = [3, n0, _GPR,
|
|
457
|
+
0,
|
|
458
|
+
[_PI],
|
|
459
|
+
[[0, 1]]
|
|
460
|
+
];
|
|
461
|
+
var GetProfileResourceAssociationRequest$ = [3, n0, _GPRAR,
|
|
462
|
+
0,
|
|
463
|
+
[_PRAI],
|
|
464
|
+
[[0, 1]]
|
|
465
|
+
];
|
|
466
|
+
var GetProfileResourceAssociationResponse$ = [3, n0, _GPRARe,
|
|
453
467
|
0,
|
|
454
468
|
[_PRA],
|
|
455
|
-
[() => ProfileResourceAssociation$]
|
|
469
|
+
[() => ProfileResourceAssociation$]
|
|
470
|
+
];
|
|
471
|
+
var GetProfileResponse$ = [3, n0, _GPRe,
|
|
472
|
+
0,
|
|
473
|
+
[_P],
|
|
474
|
+
[() => Profile$]
|
|
475
|
+
];
|
|
476
|
+
var InternalServiceErrorException$ = [-3, n0, _ISEE,
|
|
477
|
+
{ [_e]: _c },
|
|
478
|
+
[_M],
|
|
479
|
+
[0]
|
|
456
480
|
];
|
|
457
|
-
var GetProfileResponse$ = [3, n0, _GPRe, 0, [_P], [() => Profile$]];
|
|
458
|
-
var InternalServiceErrorException$ = [-3, n0, _ISEE, { [_e]: _c }, [_M], [0]];
|
|
459
481
|
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
460
|
-
var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
482
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
483
|
+
{ [_e]: _c },
|
|
484
|
+
[_M],
|
|
485
|
+
[0]
|
|
486
|
+
];
|
|
461
487
|
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
462
|
-
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
488
|
+
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
489
|
+
{ [_e]: _c },
|
|
490
|
+
[_M, _FN],
|
|
491
|
+
[0, 0]
|
|
492
|
+
];
|
|
463
493
|
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
464
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
494
|
+
var LimitExceededException$ = [-3, n0, _LEE,
|
|
495
|
+
{ [_e]: _c },
|
|
496
|
+
[_M, _RT],
|
|
497
|
+
[0, 0]
|
|
498
|
+
];
|
|
465
499
|
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
466
|
-
var ListProfileAssociationsRequest$ = [
|
|
467
|
-
3,
|
|
468
|
-
n0,
|
|
469
|
-
_LPAR,
|
|
500
|
+
var ListProfileAssociationsRequest$ = [3, n0, _LPAR,
|
|
470
501
|
0,
|
|
471
502
|
[_RI, _PI, _MR, _NT],
|
|
472
|
-
[
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
[1, { [_hQ]: _mR }],
|
|
476
|
-
[0, { [_hQ]: _nT }],
|
|
477
|
-
],
|
|
478
|
-
];
|
|
479
|
-
var ListProfileAssociationsResponse$ = [
|
|
480
|
-
3,
|
|
481
|
-
n0,
|
|
482
|
-
_LPARi,
|
|
503
|
+
[[0, { [_hQ]: _rI }], [0, { [_hQ]: _pI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
504
|
+
];
|
|
505
|
+
var ListProfileAssociationsResponse$ = [3, n0, _LPARi,
|
|
483
506
|
0,
|
|
484
507
|
[_PAr, _NT],
|
|
485
|
-
[() => ProfileAssociations, 0]
|
|
508
|
+
[() => ProfileAssociations, 0]
|
|
486
509
|
];
|
|
487
|
-
var ListProfileResourceAssociationsRequest$ = [
|
|
488
|
-
3,
|
|
489
|
-
n0,
|
|
490
|
-
_LPRAR,
|
|
510
|
+
var ListProfileResourceAssociationsRequest$ = [3, n0, _LPRAR,
|
|
491
511
|
0,
|
|
492
512
|
[_PI, _RT, _MR, _NT],
|
|
493
|
-
[
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
[1, { [_hQ]: _mR }],
|
|
497
|
-
[0, { [_hQ]: _nT }],
|
|
498
|
-
],
|
|
499
|
-
];
|
|
500
|
-
var ListProfileResourceAssociationsResponse$ = [
|
|
501
|
-
3,
|
|
502
|
-
n0,
|
|
503
|
-
_LPRARi,
|
|
513
|
+
[[0, 1], [0, { [_hQ]: _rT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
514
|
+
];
|
|
515
|
+
var ListProfileResourceAssociationsResponse$ = [3, n0, _LPRARi,
|
|
504
516
|
0,
|
|
505
517
|
[_PRAr, _NT],
|
|
506
|
-
[() => ProfileResourceAssociations, 0]
|
|
518
|
+
[() => ProfileResourceAssociations, 0]
|
|
507
519
|
];
|
|
508
|
-
var ListProfilesRequest$ = [
|
|
509
|
-
3,
|
|
510
|
-
n0,
|
|
511
|
-
_LPR,
|
|
520
|
+
var ListProfilesRequest$ = [3, n0, _LPR,
|
|
512
521
|
0,
|
|
513
522
|
[_MR, _NT],
|
|
514
|
-
[
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
]
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
var
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
523
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
524
|
+
];
|
|
525
|
+
var ListProfilesResponse$ = [3, n0, _LPRi,
|
|
526
|
+
0,
|
|
527
|
+
[_PS, _NT],
|
|
528
|
+
[() => ProfileSummaryList, 0]
|
|
529
|
+
];
|
|
530
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
531
|
+
0,
|
|
532
|
+
[_RA],
|
|
533
|
+
[[0, 1]]
|
|
534
|
+
];
|
|
535
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
536
|
+
0,
|
|
537
|
+
[_T],
|
|
538
|
+
[128 | 0]
|
|
539
|
+
];
|
|
540
|
+
var Profile$ = [3, n0, _P,
|
|
526
541
|
0,
|
|
527
542
|
[_I, _A, _N, _OI, _S, _SM, _SS, _CTr, _MT, _CT],
|
|
528
|
-
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0]
|
|
543
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0]
|
|
529
544
|
];
|
|
530
|
-
var ProfileAssociation$ = [
|
|
531
|
-
3,
|
|
532
|
-
n0,
|
|
533
|
-
_PA,
|
|
545
|
+
var ProfileAssociation$ = [3, n0, _PA,
|
|
534
546
|
0,
|
|
535
547
|
[_I, _N, _OI, _PI, _RI, _S, _SM, _CTr, _MT],
|
|
536
|
-
[0, 0, 0, 0, 0, 0, 0, 4, 4]
|
|
548
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 4]
|
|
537
549
|
];
|
|
538
|
-
var ProfileResourceAssociation$ = [
|
|
539
|
-
3,
|
|
540
|
-
n0,
|
|
541
|
-
_PRA,
|
|
550
|
+
var ProfileResourceAssociation$ = [3, n0, _PRA,
|
|
542
551
|
0,
|
|
543
552
|
[_I, _N, _OI, _PI, _RA, _RT, _RP, _S, _SM, _CTr, _MT],
|
|
544
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4]
|
|
553
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4]
|
|
554
|
+
];
|
|
555
|
+
var ProfileSummary$ = [3, n0, _PSr,
|
|
556
|
+
0,
|
|
557
|
+
[_I, _A, _N, _SS],
|
|
558
|
+
[0, 0, 0, 0]
|
|
559
|
+
];
|
|
560
|
+
var ResourceExistsException$ = [-3, n0, _REE,
|
|
561
|
+
{ [_e]: _c },
|
|
562
|
+
[_M, _RT],
|
|
563
|
+
[0, 0]
|
|
545
564
|
];
|
|
546
|
-
var ProfileSummary$ = [3, n0, _PSr, 0, [_I, _A, _N, _SS], [0, 0, 0, 0]];
|
|
547
|
-
var ResourceExistsException$ = [-3, n0, _REE, { [_e]: _c }, [_M, _RT], [0, 0]];
|
|
548
565
|
schema.TypeRegistry.for(n0).registerError(ResourceExistsException$, ResourceExistsException);
|
|
549
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
566
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
567
|
+
{ [_e]: _c },
|
|
568
|
+
[_M, _RT],
|
|
569
|
+
[0, 0]
|
|
570
|
+
];
|
|
550
571
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
551
|
-
var Tag$ = [3, n0, _Ta,
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
572
|
+
var Tag$ = [3, n0, _Ta,
|
|
573
|
+
0,
|
|
574
|
+
[_K, _V],
|
|
575
|
+
[0, 0]
|
|
576
|
+
];
|
|
577
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
578
|
+
0,
|
|
579
|
+
[_RA, _T],
|
|
580
|
+
[[0, 1], 128 | 0]
|
|
581
|
+
];
|
|
582
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
583
|
+
0,
|
|
584
|
+
[],
|
|
585
|
+
[]
|
|
586
|
+
];
|
|
587
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
588
|
+
{ [_e]: _c },
|
|
589
|
+
[_M],
|
|
590
|
+
[0]
|
|
591
|
+
];
|
|
555
592
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
556
|
-
var UntagResourceRequest$ = [
|
|
557
|
-
3,
|
|
558
|
-
n0,
|
|
559
|
-
_URR,
|
|
593
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
560
594
|
0,
|
|
561
595
|
[_RA, _TK],
|
|
562
|
-
[
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
]
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
n0,
|
|
571
|
-
_UPRAR,
|
|
596
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]]
|
|
597
|
+
];
|
|
598
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
599
|
+
0,
|
|
600
|
+
[],
|
|
601
|
+
[]
|
|
602
|
+
];
|
|
603
|
+
var UpdateProfileResourceAssociationRequest$ = [3, n0, _UPRAR,
|
|
572
604
|
0,
|
|
573
605
|
[_PRAI, _N, _RP],
|
|
574
|
-
[[0, 1], 0, 0]
|
|
606
|
+
[[0, 1], 0, 0]
|
|
575
607
|
];
|
|
576
|
-
var UpdateProfileResourceAssociationResponse$ = [
|
|
577
|
-
3,
|
|
578
|
-
n0,
|
|
579
|
-
_UPRARp,
|
|
608
|
+
var UpdateProfileResourceAssociationResponse$ = [3, n0, _UPRARp,
|
|
580
609
|
0,
|
|
581
610
|
[_PRA],
|
|
582
|
-
[() => ProfileResourceAssociation$]
|
|
611
|
+
[() => ProfileResourceAssociation$]
|
|
612
|
+
];
|
|
613
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
614
|
+
{ [_e]: _c },
|
|
615
|
+
[_M],
|
|
616
|
+
[0]
|
|
583
617
|
];
|
|
584
|
-
var ValidationException$ = [-3, n0, _VE, { [_e]: _c }, [_M], [0]];
|
|
585
618
|
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
586
619
|
var Route53ProfilesServiceException$ = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
|
|
587
620
|
schema.TypeRegistry.for(_s).registerError(Route53ProfilesServiceException$, Route53ProfilesServiceException);
|
|
588
|
-
var ProfileAssociations = [1, n0, _PAr,
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
var
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
() =>
|
|
599
|
-
];
|
|
600
|
-
var
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
{ [_h]: ["POST", "/profileresourceassociation", 200] },
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
]
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
() =>
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
() =>
|
|
623
|
-
];
|
|
624
|
-
var
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
{ [_h]: ["
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
]
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
() =>
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
() =>
|
|
647
|
-
];
|
|
648
|
-
var GetProfileAssociation$ = [
|
|
649
|
-
9,
|
|
650
|
-
n0,
|
|
651
|
-
_GPA,
|
|
652
|
-
{ [_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200] },
|
|
653
|
-
() => GetProfileAssociationRequest$,
|
|
654
|
-
() => GetProfileAssociationResponse$,
|
|
655
|
-
];
|
|
656
|
-
var GetProfileResourceAssociation$ = [
|
|
657
|
-
9,
|
|
658
|
-
n0,
|
|
659
|
-
_GPRA,
|
|
660
|
-
{ [_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] },
|
|
661
|
-
() => GetProfileResourceAssociationRequest$,
|
|
662
|
-
() => GetProfileResourceAssociationResponse$,
|
|
663
|
-
];
|
|
664
|
-
var ListProfileAssociations$ = [
|
|
665
|
-
9,
|
|
666
|
-
n0,
|
|
667
|
-
_LPA,
|
|
668
|
-
{ [_h]: ["GET", "/profileassociations", 200] },
|
|
669
|
-
() => ListProfileAssociationsRequest$,
|
|
670
|
-
() => ListProfileAssociationsResponse$,
|
|
671
|
-
];
|
|
672
|
-
var ListProfileResourceAssociations$ = [
|
|
673
|
-
9,
|
|
674
|
-
n0,
|
|
675
|
-
_LPRA,
|
|
676
|
-
{ [_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200] },
|
|
677
|
-
() => ListProfileResourceAssociationsRequest$,
|
|
678
|
-
() => ListProfileResourceAssociationsResponse$,
|
|
679
|
-
];
|
|
680
|
-
var ListProfiles$ = [
|
|
681
|
-
9,
|
|
682
|
-
n0,
|
|
683
|
-
_LP,
|
|
684
|
-
{ [_h]: ["GET", "/profiles", 200] },
|
|
685
|
-
() => ListProfilesRequest$,
|
|
686
|
-
() => ListProfilesResponse$,
|
|
687
|
-
];
|
|
688
|
-
var ListTagsForResource$ = [
|
|
689
|
-
9,
|
|
690
|
-
n0,
|
|
691
|
-
_LTFR,
|
|
692
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
693
|
-
() => ListTagsForResourceRequest$,
|
|
694
|
-
() => ListTagsForResourceResponse$,
|
|
695
|
-
];
|
|
696
|
-
var TagResource$ = [
|
|
697
|
-
9,
|
|
698
|
-
n0,
|
|
699
|
-
_TR,
|
|
700
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
701
|
-
() => TagResourceRequest$,
|
|
702
|
-
() => TagResourceResponse$,
|
|
703
|
-
];
|
|
704
|
-
var UntagResource$ = [
|
|
705
|
-
9,
|
|
706
|
-
n0,
|
|
707
|
-
_UR,
|
|
708
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
709
|
-
() => UntagResourceRequest$,
|
|
710
|
-
() => UntagResourceResponse$,
|
|
711
|
-
];
|
|
712
|
-
var UpdateProfileResourceAssociation$ = [
|
|
713
|
-
9,
|
|
714
|
-
n0,
|
|
715
|
-
_UPRA,
|
|
716
|
-
{ [_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] },
|
|
717
|
-
() => UpdateProfileResourceAssociationRequest$,
|
|
718
|
-
() => UpdateProfileResourceAssociationResponse$,
|
|
621
|
+
var ProfileAssociations = [1, n0, _PAr,
|
|
622
|
+
0, () => ProfileAssociation$
|
|
623
|
+
];
|
|
624
|
+
var ProfileResourceAssociations = [1, n0, _PRAr,
|
|
625
|
+
0, () => ProfileResourceAssociation$
|
|
626
|
+
];
|
|
627
|
+
var ProfileSummaryList = [1, n0, _PSL,
|
|
628
|
+
0, () => ProfileSummary$
|
|
629
|
+
];
|
|
630
|
+
var TagList = [1, n0, _TL,
|
|
631
|
+
0, () => Tag$
|
|
632
|
+
];
|
|
633
|
+
var AssociateProfile$ = [9, n0, _AP,
|
|
634
|
+
{ [_h]: ["POST", "/profileassociation", 200] }, () => AssociateProfileRequest$, () => AssociateProfileResponse$
|
|
635
|
+
];
|
|
636
|
+
var AssociateResourceToProfile$ = [9, n0, _ARTP,
|
|
637
|
+
{ [_h]: ["POST", "/profileresourceassociation", 200] }, () => AssociateResourceToProfileRequest$, () => AssociateResourceToProfileResponse$
|
|
638
|
+
];
|
|
639
|
+
var CreateProfile$ = [9, n0, _CP,
|
|
640
|
+
{ [_h]: ["POST", "/profile", 200] }, () => CreateProfileRequest$, () => CreateProfileResponse$
|
|
641
|
+
];
|
|
642
|
+
var DeleteProfile$ = [9, n0, _DP,
|
|
643
|
+
{ [_h]: ["DELETE", "/profile/{ProfileId}", 200] }, () => DeleteProfileRequest$, () => DeleteProfileResponse$
|
|
644
|
+
];
|
|
645
|
+
var DisassociateProfile$ = [9, n0, _DPi,
|
|
646
|
+
{ [_h]: ["DELETE", "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", 200] }, () => DisassociateProfileRequest$, () => DisassociateProfileResponse$
|
|
647
|
+
];
|
|
648
|
+
var DisassociateResourceFromProfile$ = [9, n0, _DRFP,
|
|
649
|
+
{ [_h]: ["DELETE", "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", 200] }, () => DisassociateResourceFromProfileRequest$, () => DisassociateResourceFromProfileResponse$
|
|
650
|
+
];
|
|
651
|
+
var GetProfile$ = [9, n0, _GP,
|
|
652
|
+
{ [_h]: ["GET", "/profile/{ProfileId}", 200] }, () => GetProfileRequest$, () => GetProfileResponse$
|
|
653
|
+
];
|
|
654
|
+
var GetProfileAssociation$ = [9, n0, _GPA,
|
|
655
|
+
{ [_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200] }, () => GetProfileAssociationRequest$, () => GetProfileAssociationResponse$
|
|
656
|
+
];
|
|
657
|
+
var GetProfileResourceAssociation$ = [9, n0, _GPRA,
|
|
658
|
+
{ [_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] }, () => GetProfileResourceAssociationRequest$, () => GetProfileResourceAssociationResponse$
|
|
659
|
+
];
|
|
660
|
+
var ListProfileAssociations$ = [9, n0, _LPA,
|
|
661
|
+
{ [_h]: ["GET", "/profileassociations", 200] }, () => ListProfileAssociationsRequest$, () => ListProfileAssociationsResponse$
|
|
662
|
+
];
|
|
663
|
+
var ListProfileResourceAssociations$ = [9, n0, _LPRA,
|
|
664
|
+
{ [_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200] }, () => ListProfileResourceAssociationsRequest$, () => ListProfileResourceAssociationsResponse$
|
|
665
|
+
];
|
|
666
|
+
var ListProfiles$ = [9, n0, _LP,
|
|
667
|
+
{ [_h]: ["GET", "/profiles", 200] }, () => ListProfilesRequest$, () => ListProfilesResponse$
|
|
668
|
+
];
|
|
669
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
670
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
671
|
+
];
|
|
672
|
+
var TagResource$ = [9, n0, _TR,
|
|
673
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
674
|
+
];
|
|
675
|
+
var UntagResource$ = [9, n0, _UR,
|
|
676
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
677
|
+
];
|
|
678
|
+
var UpdateProfileResourceAssociation$ = [9, n0, _UPRA,
|
|
679
|
+
{ [_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] }, () => UpdateProfileResourceAssociationRequest$, () => UpdateProfileResourceAssociationResponse$
|
|
719
680
|
];
|
|
720
681
|
|
|
721
682
|
class AssociateProfileCommand extends smithyClient.Command
|
|
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultsMode,
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
28
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
29
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
30
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
35
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
36
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
38
|
-
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
38
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
40
|
-
region: config?.region ??
|
|
41
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
39
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
42
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
43
41
|
retryMode: config?.retryMode ??
|
|
44
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
|
3
3
|
export const defaultRoute53ProfilesHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
6
|
-
region:
|
|
7
|
-
(
|
|
8
|
-
|
|
9
|
-
})(),
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
20
20
|
defaultsMode,
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
24
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
25
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
26
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|