@aws-sdk/client-synthetics 3.940.0 → 3.946.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/dist-cjs/index.js +36 -205
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SyntheticsClient.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 +36 -205
- package/dist-types/Synthetics.d.ts +1 -1
- package/dist-types/SyntheticsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateResourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateCanaryCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCanaryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCanariesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -3
- package/dist-types/commands/GetCanaryCommand.d.ts +3 -3
- package/dist-types/commands/GetCanaryRunsCommand.d.ts +3 -3
- package/dist-types/commands/GetGroupCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/StartCanaryCommand.d.ts +3 -3
- package/dist-types/commands/StartCanaryDryRunCommand.d.ts +3 -3
- package/dist-types/commands/StopCanaryCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCanaryCommand.d.ts +3 -3
- 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/models/SyntheticsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeCanariesLastRunPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCanariesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRuntimeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCanaryRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.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/SyntheticsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SyntheticsServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -215,33 +215,13 @@ const n0 = "com.amazonaws.synthetics";
|
|
|
215
215
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
216
216
|
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalFailureException as __InternalFailureException, InternalServerException as __InternalServerException, NotFoundException as __NotFoundException, RequestEntityTooLargeException as __RequestEntityTooLargeException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TooManyRequestsException as __TooManyRequestsException, ValidationException as __ValidationException, } from "../models/errors";
|
|
217
217
|
import { SyntheticsServiceException as __SyntheticsServiceException } from "../models/SyntheticsServiceException";
|
|
218
|
-
export var AccessDeniedException = [
|
|
219
|
-
-3,
|
|
220
|
-
n0,
|
|
221
|
-
_ADE,
|
|
222
|
-
{
|
|
223
|
-
[_e]: _c,
|
|
224
|
-
[_hE]: 403,
|
|
225
|
-
},
|
|
226
|
-
[_M],
|
|
227
|
-
[0],
|
|
228
|
-
];
|
|
218
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
229
219
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
230
220
|
export var ArtifactConfigInput = [3, n0, _ACI, 0, [_SE], [() => S3EncryptionConfig]];
|
|
231
221
|
export var ArtifactConfigOutput = [3, n0, _ACO, 0, [_SE], [() => S3EncryptionConfig]];
|
|
232
222
|
export var AssociateResourceRequest = [3, n0, _ARR, 0, [_GI, _RA], [[0, 1], 0]];
|
|
233
223
|
export var AssociateResourceResponse = [3, n0, _ARRs, 0, [], []];
|
|
234
|
-
export var BadRequestException = [
|
|
235
|
-
-3,
|
|
236
|
-
n0,
|
|
237
|
-
_BRE,
|
|
238
|
-
{
|
|
239
|
-
[_e]: _c,
|
|
240
|
-
[_hE]: 400,
|
|
241
|
-
},
|
|
242
|
-
[_M],
|
|
243
|
-
[0],
|
|
244
|
-
];
|
|
224
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
245
225
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
246
226
|
export var BaseScreenshot = [3, n0, _BS, 0, [_SN, _IC], [0, 64 | 0]];
|
|
247
227
|
export var BrowserConfig = [3, n0, _BC, 0, [_BT], [0]];
|
|
@@ -354,17 +334,7 @@ export var CanaryScheduleOutput = [
|
|
|
354
334
|
];
|
|
355
335
|
export var CanaryStatus = [3, n0, _CS, 0, [_Sta, _SR, _SRC], [0, 0, 0]];
|
|
356
336
|
export var CanaryTimeline = [3, n0, _CT, 0, [_Cr, _LM, _LS, _LSa], [4, 4, 4, 4]];
|
|
357
|
-
export var ConflictException = [
|
|
358
|
-
-3,
|
|
359
|
-
n0,
|
|
360
|
-
_CE,
|
|
361
|
-
{
|
|
362
|
-
[_e]: _c,
|
|
363
|
-
[_hE]: 409,
|
|
364
|
-
},
|
|
365
|
-
[_M],
|
|
366
|
-
[0],
|
|
367
|
-
];
|
|
337
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
368
338
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
369
339
|
export var CreateCanaryRequest = [
|
|
370
340
|
3,
|
|
@@ -401,12 +371,7 @@ export var DeleteCanaryRequest = [
|
|
|
401
371
|
[_N, _DL],
|
|
402
372
|
[
|
|
403
373
|
[0, 1],
|
|
404
|
-
[
|
|
405
|
-
2,
|
|
406
|
-
{
|
|
407
|
-
[_hQ]: _dL,
|
|
408
|
-
},
|
|
409
|
-
],
|
|
374
|
+
[2, { [_hQ]: _dL }],
|
|
410
375
|
],
|
|
411
376
|
];
|
|
412
377
|
export var DeleteCanaryResponse = [3, n0, _DCRe, 0, [], []];
|
|
@@ -452,12 +417,7 @@ export var GetCanaryRequest = [
|
|
|
452
417
|
[_N, _DRI],
|
|
453
418
|
[
|
|
454
419
|
[0, 1],
|
|
455
|
-
[
|
|
456
|
-
0,
|
|
457
|
-
{
|
|
458
|
-
[_hQ]: _dRI,
|
|
459
|
-
},
|
|
460
|
-
],
|
|
420
|
+
[0, { [_hQ]: _dRI }],
|
|
461
421
|
],
|
|
462
422
|
];
|
|
463
423
|
export var GetCanaryResponse = [3, n0, _GCRe, 0, [_C], [() => Canary]];
|
|
@@ -474,29 +434,9 @@ export var GetGroupRequest = [3, n0, _GGR, 0, [_GI], [[0, 1]]];
|
|
|
474
434
|
export var GetGroupResponse = [3, n0, _GGRe, 0, [_G], [() => Group]];
|
|
475
435
|
export var Group = [3, n0, _G, 0, [_I, _N, _A, _Ta, _CTr, _LMT], [0, 0, 0, 128 | 0, 4, 4]];
|
|
476
436
|
export var GroupSummary = [3, n0, _GS, 0, [_I, _N, _A], [0, 0, 0]];
|
|
477
|
-
export var InternalFailureException = [
|
|
478
|
-
-3,
|
|
479
|
-
n0,
|
|
480
|
-
_IFE,
|
|
481
|
-
{
|
|
482
|
-
[_e]: _s,
|
|
483
|
-
[_hE]: 500,
|
|
484
|
-
},
|
|
485
|
-
[_M],
|
|
486
|
-
[0],
|
|
487
|
-
];
|
|
437
|
+
export var InternalFailureException = [-3, n0, _IFE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
488
438
|
TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
|
|
489
|
-
export var InternalServerException = [
|
|
490
|
-
-3,
|
|
491
|
-
n0,
|
|
492
|
-
_ISE,
|
|
493
|
-
{
|
|
494
|
-
[_e]: _s,
|
|
495
|
-
[_hE]: 500,
|
|
496
|
-
},
|
|
497
|
-
[_M],
|
|
498
|
-
[0],
|
|
499
|
-
];
|
|
439
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
500
440
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
501
441
|
export var ListAssociatedGroupsRequest = [3, n0, _LAGR, 0, [_NT, _MR, _RA], [0, 1, [0, 1]]];
|
|
502
442
|
export var ListAssociatedGroupsResponse = [
|
|
@@ -513,57 +453,17 @@ export var ListGroupsRequest = [3, n0, _LGR, 0, [_NT, _MR], [0, 1]];
|
|
|
513
453
|
export var ListGroupsResponse = [3, n0, _LGRi, 0, [_Gr, _NT], [() => GroupSummaryList, 0]];
|
|
514
454
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
515
455
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
516
|
-
export var NotFoundException = [
|
|
517
|
-
-3,
|
|
518
|
-
n0,
|
|
519
|
-
_NFE,
|
|
520
|
-
{
|
|
521
|
-
[_e]: _c,
|
|
522
|
-
[_hE]: 404,
|
|
523
|
-
},
|
|
524
|
-
[_M],
|
|
525
|
-
[0],
|
|
526
|
-
];
|
|
456
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
527
457
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
528
|
-
export var RequestEntityTooLargeException = [
|
|
529
|
-
-3,
|
|
530
|
-
n0,
|
|
531
|
-
_RETLE,
|
|
532
|
-
{
|
|
533
|
-
[_e]: _c,
|
|
534
|
-
[_hE]: 413,
|
|
535
|
-
},
|
|
536
|
-
[_M],
|
|
537
|
-
[0],
|
|
538
|
-
];
|
|
458
|
+
export var RequestEntityTooLargeException = [-3, n0, _RETLE, { [_e]: _c, [_hE]: 413 }, [_M], [0]];
|
|
539
459
|
TypeRegistry.for(n0).registerError(RequestEntityTooLargeException, __RequestEntityTooLargeException);
|
|
540
|
-
export var ResourceNotFoundException = [
|
|
541
|
-
-3,
|
|
542
|
-
n0,
|
|
543
|
-
_RNFE,
|
|
544
|
-
{
|
|
545
|
-
[_e]: _c,
|
|
546
|
-
[_hE]: 404,
|
|
547
|
-
},
|
|
548
|
-
[_M],
|
|
549
|
-
[0],
|
|
550
|
-
];
|
|
460
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
551
461
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
552
462
|
export var RetryConfigInput = [3, n0, _RCI, 0, [_MRa], [1]];
|
|
553
463
|
export var RetryConfigOutput = [3, n0, _RCO, 0, [_MRa], [1]];
|
|
554
464
|
export var RuntimeVersion = [3, n0, _RV, 0, [_VN, _Des, _RD, _DD], [0, 0, 4, 4]];
|
|
555
465
|
export var S3EncryptionConfig = [3, n0, _SEC, 0, [_EM, _KKA], [0, 0]];
|
|
556
|
-
export var ServiceQuotaExceededException = [
|
|
557
|
-
-3,
|
|
558
|
-
n0,
|
|
559
|
-
_SQEE,
|
|
560
|
-
{
|
|
561
|
-
[_e]: _c,
|
|
562
|
-
[_hE]: 402,
|
|
563
|
-
},
|
|
564
|
-
[_M],
|
|
565
|
-
[0],
|
|
566
|
-
];
|
|
466
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
567
467
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
568
468
|
export var StartCanaryDryRunRequest = [
|
|
569
469
|
3,
|
|
@@ -595,17 +495,7 @@ export var StopCanaryRequest = [3, n0, _SCRto, 0, [_N], [[0, 1]]];
|
|
|
595
495
|
export var StopCanaryResponse = [3, n0, _SCRtop, 0, [], []];
|
|
596
496
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
597
497
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
598
|
-
export var TooManyRequestsException = [
|
|
599
|
-
-3,
|
|
600
|
-
n0,
|
|
601
|
-
_TMRE,
|
|
602
|
-
{
|
|
603
|
-
[_e]: _c,
|
|
604
|
-
[_hE]: 429,
|
|
605
|
-
},
|
|
606
|
-
[_M],
|
|
607
|
-
[0],
|
|
608
|
-
];
|
|
498
|
+
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
609
499
|
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
610
500
|
export var UntagResourceRequest = [
|
|
611
501
|
3,
|
|
@@ -615,12 +505,7 @@ export var UntagResourceRequest = [
|
|
|
615
505
|
[_RA, _TK],
|
|
616
506
|
[
|
|
617
507
|
[0, 1],
|
|
618
|
-
[
|
|
619
|
-
64 | 0,
|
|
620
|
-
{
|
|
621
|
-
[_hQ]: _tK,
|
|
622
|
-
},
|
|
623
|
-
],
|
|
508
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
624
509
|
],
|
|
625
510
|
];
|
|
626
511
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -650,17 +535,7 @@ export var UpdateCanaryRequest = [
|
|
|
650
535
|
],
|
|
651
536
|
];
|
|
652
537
|
export var UpdateCanaryResponse = [3, n0, _UCRp, 0, [], []];
|
|
653
|
-
export var ValidationException = [
|
|
654
|
-
-3,
|
|
655
|
-
n0,
|
|
656
|
-
_VE,
|
|
657
|
-
{
|
|
658
|
-
[_e]: _c,
|
|
659
|
-
[_hE]: 400,
|
|
660
|
-
},
|
|
661
|
-
[_M],
|
|
662
|
-
[0],
|
|
663
|
-
];
|
|
538
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
664
539
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
665
540
|
export var VisualReferenceInput = [
|
|
666
541
|
3,
|
|
@@ -709,9 +584,7 @@ export var AssociateResource = [
|
|
|
709
584
|
9,
|
|
710
585
|
n0,
|
|
711
586
|
_AR,
|
|
712
|
-
{
|
|
713
|
-
[_h]: ["PATCH", "/group/{GroupIdentifier}/associate", 200],
|
|
714
|
-
},
|
|
587
|
+
{ [_h]: ["PATCH", "/group/{GroupIdentifier}/associate", 200] },
|
|
715
588
|
() => AssociateResourceRequest,
|
|
716
589
|
() => AssociateResourceResponse,
|
|
717
590
|
];
|
|
@@ -719,9 +592,7 @@ export var CreateCanary = [
|
|
|
719
592
|
9,
|
|
720
593
|
n0,
|
|
721
594
|
_CC,
|
|
722
|
-
{
|
|
723
|
-
[_h]: ["POST", "/canary", 200],
|
|
724
|
-
},
|
|
595
|
+
{ [_h]: ["POST", "/canary", 200] },
|
|
725
596
|
() => CreateCanaryRequest,
|
|
726
597
|
() => CreateCanaryResponse,
|
|
727
598
|
];
|
|
@@ -729,9 +600,7 @@ export var CreateGroup = [
|
|
|
729
600
|
9,
|
|
730
601
|
n0,
|
|
731
602
|
_CG,
|
|
732
|
-
{
|
|
733
|
-
[_h]: ["POST", "/group", 200],
|
|
734
|
-
},
|
|
603
|
+
{ [_h]: ["POST", "/group", 200] },
|
|
735
604
|
() => CreateGroupRequest,
|
|
736
605
|
() => CreateGroupResponse,
|
|
737
606
|
];
|
|
@@ -739,9 +608,7 @@ export var DeleteCanary = [
|
|
|
739
608
|
9,
|
|
740
609
|
n0,
|
|
741
610
|
_DC,
|
|
742
|
-
{
|
|
743
|
-
[_h]: ["DELETE", "/canary/{Name}", 200],
|
|
744
|
-
},
|
|
611
|
+
{ [_h]: ["DELETE", "/canary/{Name}", 200] },
|
|
745
612
|
() => DeleteCanaryRequest,
|
|
746
613
|
() => DeleteCanaryResponse,
|
|
747
614
|
];
|
|
@@ -749,9 +616,7 @@ export var DeleteGroup = [
|
|
|
749
616
|
9,
|
|
750
617
|
n0,
|
|
751
618
|
_DG,
|
|
752
|
-
{
|
|
753
|
-
[_h]: ["DELETE", "/group/{GroupIdentifier}", 200],
|
|
754
|
-
},
|
|
619
|
+
{ [_h]: ["DELETE", "/group/{GroupIdentifier}", 200] },
|
|
755
620
|
() => DeleteGroupRequest,
|
|
756
621
|
() => DeleteGroupResponse,
|
|
757
622
|
];
|
|
@@ -759,9 +624,7 @@ export var DescribeCanaries = [
|
|
|
759
624
|
9,
|
|
760
625
|
n0,
|
|
761
626
|
_DCe,
|
|
762
|
-
{
|
|
763
|
-
[_h]: ["POST", "/canaries", 200],
|
|
764
|
-
},
|
|
627
|
+
{ [_h]: ["POST", "/canaries", 200] },
|
|
765
628
|
() => DescribeCanariesRequest,
|
|
766
629
|
() => DescribeCanariesResponse,
|
|
767
630
|
];
|
|
@@ -769,9 +632,7 @@ export var DescribeCanariesLastRun = [
|
|
|
769
632
|
9,
|
|
770
633
|
n0,
|
|
771
634
|
_DCLR,
|
|
772
|
-
{
|
|
773
|
-
[_h]: ["POST", "/canaries/last-run", 200],
|
|
774
|
-
},
|
|
635
|
+
{ [_h]: ["POST", "/canaries/last-run", 200] },
|
|
775
636
|
() => DescribeCanariesLastRunRequest,
|
|
776
637
|
() => DescribeCanariesLastRunResponse,
|
|
777
638
|
];
|
|
@@ -779,9 +640,7 @@ export var DescribeRuntimeVersions = [
|
|
|
779
640
|
9,
|
|
780
641
|
n0,
|
|
781
642
|
_DRV,
|
|
782
|
-
{
|
|
783
|
-
[_h]: ["POST", "/runtime-versions", 200],
|
|
784
|
-
},
|
|
643
|
+
{ [_h]: ["POST", "/runtime-versions", 200] },
|
|
785
644
|
() => DescribeRuntimeVersionsRequest,
|
|
786
645
|
() => DescribeRuntimeVersionsResponse,
|
|
787
646
|
];
|
|
@@ -789,9 +648,7 @@ export var DisassociateResource = [
|
|
|
789
648
|
9,
|
|
790
649
|
n0,
|
|
791
650
|
_DR,
|
|
792
|
-
{
|
|
793
|
-
[_h]: ["PATCH", "/group/{GroupIdentifier}/disassociate", 200],
|
|
794
|
-
},
|
|
651
|
+
{ [_h]: ["PATCH", "/group/{GroupIdentifier}/disassociate", 200] },
|
|
795
652
|
() => DisassociateResourceRequest,
|
|
796
653
|
() => DisassociateResourceResponse,
|
|
797
654
|
];
|
|
@@ -799,9 +656,7 @@ export var GetCanary = [
|
|
|
799
656
|
9,
|
|
800
657
|
n0,
|
|
801
658
|
_GC,
|
|
802
|
-
{
|
|
803
|
-
[_h]: ["GET", "/canary/{Name}", 200],
|
|
804
|
-
},
|
|
659
|
+
{ [_h]: ["GET", "/canary/{Name}", 200] },
|
|
805
660
|
() => GetCanaryRequest,
|
|
806
661
|
() => GetCanaryResponse,
|
|
807
662
|
];
|
|
@@ -809,9 +664,7 @@ export var GetCanaryRuns = [
|
|
|
809
664
|
9,
|
|
810
665
|
n0,
|
|
811
666
|
_GCRet,
|
|
812
|
-
{
|
|
813
|
-
[_h]: ["POST", "/canary/{Name}/runs", 200],
|
|
814
|
-
},
|
|
667
|
+
{ [_h]: ["POST", "/canary/{Name}/runs", 200] },
|
|
815
668
|
() => GetCanaryRunsRequest,
|
|
816
669
|
() => GetCanaryRunsResponse,
|
|
817
670
|
];
|
|
@@ -819,9 +672,7 @@ export var GetGroup = [
|
|
|
819
672
|
9,
|
|
820
673
|
n0,
|
|
821
674
|
_GG,
|
|
822
|
-
{
|
|
823
|
-
[_h]: ["GET", "/group/{GroupIdentifier}", 200],
|
|
824
|
-
},
|
|
675
|
+
{ [_h]: ["GET", "/group/{GroupIdentifier}", 200] },
|
|
825
676
|
() => GetGroupRequest,
|
|
826
677
|
() => GetGroupResponse,
|
|
827
678
|
];
|
|
@@ -829,9 +680,7 @@ export var ListAssociatedGroups = [
|
|
|
829
680
|
9,
|
|
830
681
|
n0,
|
|
831
682
|
_LAG,
|
|
832
|
-
{
|
|
833
|
-
[_h]: ["POST", "/resource/{ResourceArn}/groups", 200],
|
|
834
|
-
},
|
|
683
|
+
{ [_h]: ["POST", "/resource/{ResourceArn}/groups", 200] },
|
|
835
684
|
() => ListAssociatedGroupsRequest,
|
|
836
685
|
() => ListAssociatedGroupsResponse,
|
|
837
686
|
];
|
|
@@ -839,9 +688,7 @@ export var ListGroupResources = [
|
|
|
839
688
|
9,
|
|
840
689
|
n0,
|
|
841
690
|
_LGRis,
|
|
842
|
-
{
|
|
843
|
-
[_h]: ["POST", "/group/{GroupIdentifier}/resources", 200],
|
|
844
|
-
},
|
|
691
|
+
{ [_h]: ["POST", "/group/{GroupIdentifier}/resources", 200] },
|
|
845
692
|
() => ListGroupResourcesRequest,
|
|
846
693
|
() => ListGroupResourcesResponse,
|
|
847
694
|
];
|
|
@@ -849,9 +696,7 @@ export var ListGroups = [
|
|
|
849
696
|
9,
|
|
850
697
|
n0,
|
|
851
698
|
_LG,
|
|
852
|
-
{
|
|
853
|
-
[_h]: ["POST", "/groups", 200],
|
|
854
|
-
},
|
|
699
|
+
{ [_h]: ["POST", "/groups", 200] },
|
|
855
700
|
() => ListGroupsRequest,
|
|
856
701
|
() => ListGroupsResponse,
|
|
857
702
|
];
|
|
@@ -859,9 +704,7 @@ export var ListTagsForResource = [
|
|
|
859
704
|
9,
|
|
860
705
|
n0,
|
|
861
706
|
_LTFR,
|
|
862
|
-
{
|
|
863
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
864
|
-
},
|
|
707
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
865
708
|
() => ListTagsForResourceRequest,
|
|
866
709
|
() => ListTagsForResourceResponse,
|
|
867
710
|
];
|
|
@@ -869,9 +712,7 @@ export var StartCanary = [
|
|
|
869
712
|
9,
|
|
870
713
|
n0,
|
|
871
714
|
_SC,
|
|
872
|
-
{
|
|
873
|
-
[_h]: ["POST", "/canary/{Name}/start", 200],
|
|
874
|
-
},
|
|
715
|
+
{ [_h]: ["POST", "/canary/{Name}/start", 200] },
|
|
875
716
|
() => StartCanaryRequest,
|
|
876
717
|
() => StartCanaryResponse,
|
|
877
718
|
];
|
|
@@ -879,9 +720,7 @@ export var StartCanaryDryRun = [
|
|
|
879
720
|
9,
|
|
880
721
|
n0,
|
|
881
722
|
_SCDR,
|
|
882
|
-
{
|
|
883
|
-
[_h]: ["POST", "/canary/{Name}/dry-run/start", 200],
|
|
884
|
-
},
|
|
723
|
+
{ [_h]: ["POST", "/canary/{Name}/dry-run/start", 200] },
|
|
885
724
|
() => StartCanaryDryRunRequest,
|
|
886
725
|
() => StartCanaryDryRunResponse,
|
|
887
726
|
];
|
|
@@ -889,9 +728,7 @@ export var StopCanary = [
|
|
|
889
728
|
9,
|
|
890
729
|
n0,
|
|
891
730
|
_SCt,
|
|
892
|
-
{
|
|
893
|
-
[_h]: ["POST", "/canary/{Name}/stop", 200],
|
|
894
|
-
},
|
|
731
|
+
{ [_h]: ["POST", "/canary/{Name}/stop", 200] },
|
|
895
732
|
() => StopCanaryRequest,
|
|
896
733
|
() => StopCanaryResponse,
|
|
897
734
|
];
|
|
@@ -899,9 +736,7 @@ export var TagResource = [
|
|
|
899
736
|
9,
|
|
900
737
|
n0,
|
|
901
738
|
_TRa,
|
|
902
|
-
{
|
|
903
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
904
|
-
},
|
|
739
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
905
740
|
() => TagResourceRequest,
|
|
906
741
|
() => TagResourceResponse,
|
|
907
742
|
];
|
|
@@ -909,9 +744,7 @@ export var UntagResource = [
|
|
|
909
744
|
9,
|
|
910
745
|
n0,
|
|
911
746
|
_UR,
|
|
912
|
-
{
|
|
913
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
914
|
-
},
|
|
747
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
915
748
|
() => UntagResourceRequest,
|
|
916
749
|
() => UntagResourceResponse,
|
|
917
750
|
];
|
|
@@ -919,9 +752,7 @@ export var UpdateCanary = [
|
|
|
919
752
|
9,
|
|
920
753
|
n0,
|
|
921
754
|
_UC,
|
|
922
|
-
{
|
|
923
|
-
[_h]: ["PATCH", "/canary/{Name}", 200],
|
|
924
|
-
},
|
|
755
|
+
{ [_h]: ["PATCH", "/canary/{Name}", 200] },
|
|
925
756
|
() => UpdateCanaryRequest,
|
|
926
757
|
() => UpdateCanaryResponse,
|
|
927
758
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand";
|
|
3
3
|
import { CreateCanaryCommandInput, CreateCanaryCommandOutput } from "./commands/CreateCanaryCommand";
|
|
4
4
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
@@ -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 { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand";
|
|
11
11
|
import { CreateCanaryCommandInput, CreateCanaryCommandOutput } from "./commands/CreateCanaryCommand";
|
|
12
12
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
@@ -30,7 +30,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
30
30
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
31
31
|
import { UpdateCanaryCommandInput, UpdateCanaryCommandOutput } from "./commands/UpdateCanaryCommand";
|
|
32
32
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
33
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
33
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
34
34
|
export { __Client };
|
|
35
35
|
/**
|
|
36
36
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { SyntheticsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { SyntheticsHttpAuthSchemeProvider } 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 { SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { CreateCanaryRequest, CreateCanaryResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateCanaryRequest, CreateCanaryResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { DeleteCanaryRequest, DeleteCanaryResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteCanaryRequest, DeleteCanaryResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { DescribeCanariesRequest, DescribeCanariesResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeCanariesRequest, DescribeCanariesResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { DescribeCanariesLastRunRequest, DescribeCanariesLastRunResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeCanariesLastRunRequest, DescribeCanariesLastRunResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { DescribeRuntimeVersionsRequest, DescribeRuntimeVersionsResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeRuntimeVersionsRequest, DescribeRuntimeVersionsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { GetCanaryRequest, GetCanaryResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCanaryRequest, GetCanaryResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { GetCanaryRunsRequest, GetCanaryRunsResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCanaryRunsRequest, GetCanaryRunsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
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 { GetGroupRequest, GetGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetGroupRequest, GetGroupResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|