@aws-sdk/client-ssm-incidents 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/dist-cjs/index.js +46 -237
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SSMIncidentsClient.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 +46 -237
- package/dist-types/SSMIncidents.d.ts +1 -1
- package/dist-types/SSMIncidentsClient.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/BatchGetIncidentFindingsCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +3 -3
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +3 -3
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +3 -3
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +3 -3
- package/dist-types/commands/GetReplicationSetCommand.d.ts +3 -3
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -3
- package/dist-types/commands/GetResponsePlanCommand.d.ts +3 -3
- package/dist-types/commands/GetTimelineEventCommand.d.ts +3 -3
- package/dist-types/commands/ListIncidentFindingsCommand.d.ts +3 -3
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +3 -3
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +3 -3
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +3 -3
- package/dist-types/commands/ListResponsePlansCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +3 -3
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/StartIncidentCommand.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/UpdateDeletionProtectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTimelineEventCommand.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/SSMIncidentsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListIncidentFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResponsePlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimelineEventsPaginator.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/SSMIncidentsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -298,17 +298,7 @@ const n0 = "com.amazonaws.ssmincidents";
|
|
|
298
298
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
299
299
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
300
300
|
import { SSMIncidentsServiceException as __SSMIncidentsServiceException } from "../models/SSMIncidentsServiceException";
|
|
301
|
-
export var AccessDeniedException = [
|
|
302
|
-
-3,
|
|
303
|
-
n0,
|
|
304
|
-
_ADE,
|
|
305
|
-
{
|
|
306
|
-
[_e]: _c,
|
|
307
|
-
[_hE]: 403,
|
|
308
|
-
},
|
|
309
|
-
[_m],
|
|
310
|
-
[0],
|
|
311
|
-
];
|
|
301
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
312
302
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
313
303
|
export var AddRegionAction = [3, n0, _ARA, 0, [_rN, _sKKI], [0, 0]];
|
|
314
304
|
export var BatchGetIncidentFindingsError = [3, n0, _BGIFE, 0, [_fI, _co, _m], [0, 0, 0]];
|
|
@@ -327,10 +317,7 @@ export var ConflictException = [
|
|
|
327
317
|
-3,
|
|
328
318
|
n0,
|
|
329
319
|
_CE,
|
|
330
|
-
{
|
|
331
|
-
[_e]: _c,
|
|
332
|
-
[_hE]: 409,
|
|
333
|
-
},
|
|
320
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
334
321
|
[_m, _rI, _rT, _rA],
|
|
335
322
|
[0, 0, 0, 4],
|
|
336
323
|
];
|
|
@@ -365,21 +352,7 @@ export var CreateTimelineEventOutput = [3, n0, _CTEO, 0, [_iRA, _eI], [0, 0]];
|
|
|
365
352
|
export var DeleteIncidentRecordInput = [3, n0, _DIRI, 0, [_a], [0]];
|
|
366
353
|
export var DeleteIncidentRecordOutput = [3, n0, _DIRO, 0, [], []];
|
|
367
354
|
export var DeleteRegionAction = [3, n0, _DRA, 0, [_rN], [0]];
|
|
368
|
-
export var DeleteReplicationSetInput = [
|
|
369
|
-
3,
|
|
370
|
-
n0,
|
|
371
|
-
_DRSI,
|
|
372
|
-
0,
|
|
373
|
-
[_a],
|
|
374
|
-
[
|
|
375
|
-
[
|
|
376
|
-
0,
|
|
377
|
-
{
|
|
378
|
-
[_hQ]: _a,
|
|
379
|
-
},
|
|
380
|
-
],
|
|
381
|
-
],
|
|
382
|
-
];
|
|
355
|
+
export var DeleteReplicationSetInput = [3, n0, _DRSI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
383
356
|
export var DeleteReplicationSetOutput = [3, n0, _DRSO, 0, [], []];
|
|
384
357
|
export var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_rAe, _pI], [0, 0]];
|
|
385
358
|
export var DeleteResourcePolicyOutput = [3, n0, _DRPO, 0, [], []];
|
|
@@ -399,37 +372,9 @@ export var EventSummary = [
|
|
|
399
372
|
export var Filter = [3, n0, _F, 0, [_k, _con], [0, () => Condition]];
|
|
400
373
|
export var Finding = [3, n0, _Fi, 0, [_id, _cTr, _lMT, _d], [0, 4, 4, () => FindingDetails]];
|
|
401
374
|
export var FindingSummary = [3, n0, _FS, 0, [_id, _lMT], [0, 4]];
|
|
402
|
-
export var GetIncidentRecordInput = [
|
|
403
|
-
3,
|
|
404
|
-
n0,
|
|
405
|
-
_GIRI,
|
|
406
|
-
0,
|
|
407
|
-
[_a],
|
|
408
|
-
[
|
|
409
|
-
[
|
|
410
|
-
0,
|
|
411
|
-
{
|
|
412
|
-
[_hQ]: _a,
|
|
413
|
-
},
|
|
414
|
-
],
|
|
415
|
-
],
|
|
416
|
-
];
|
|
375
|
+
export var GetIncidentRecordInput = [3, n0, _GIRI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
417
376
|
export var GetIncidentRecordOutput = [3, n0, _GIRO, 0, [_iR], [() => IncidentRecord]];
|
|
418
|
-
export var GetReplicationSetInput = [
|
|
419
|
-
3,
|
|
420
|
-
n0,
|
|
421
|
-
_GRSI,
|
|
422
|
-
0,
|
|
423
|
-
[_a],
|
|
424
|
-
[
|
|
425
|
-
[
|
|
426
|
-
0,
|
|
427
|
-
{
|
|
428
|
-
[_hQ]: _a,
|
|
429
|
-
},
|
|
430
|
-
],
|
|
431
|
-
],
|
|
432
|
-
];
|
|
377
|
+
export var GetReplicationSetInput = [3, n0, _GRSI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
433
378
|
export var GetReplicationSetOutput = [3, n0, _GRSO, 0, [_rS], [() => ReplicationSet]];
|
|
434
379
|
export var GetResourcePoliciesInput = [
|
|
435
380
|
3,
|
|
@@ -437,16 +382,7 @@ export var GetResourcePoliciesInput = [
|
|
|
437
382
|
_GRPI,
|
|
438
383
|
0,
|
|
439
384
|
[_rAe, _mR, _nT],
|
|
440
|
-
[
|
|
441
|
-
[
|
|
442
|
-
0,
|
|
443
|
-
{
|
|
444
|
-
[_hQ]: _rAe,
|
|
445
|
-
},
|
|
446
|
-
],
|
|
447
|
-
1,
|
|
448
|
-
0,
|
|
449
|
-
],
|
|
385
|
+
[[0, { [_hQ]: _rAe }], 1, 0],
|
|
450
386
|
];
|
|
451
387
|
export var GetResourcePoliciesOutput = [
|
|
452
388
|
3,
|
|
@@ -456,21 +392,7 @@ export var GetResourcePoliciesOutput = [
|
|
|
456
392
|
[_rP, _nT],
|
|
457
393
|
[() => ResourcePolicyList, 0],
|
|
458
394
|
];
|
|
459
|
-
export var GetResponsePlanInput = [
|
|
460
|
-
3,
|
|
461
|
-
n0,
|
|
462
|
-
_GRPIe,
|
|
463
|
-
0,
|
|
464
|
-
[_a],
|
|
465
|
-
[
|
|
466
|
-
[
|
|
467
|
-
0,
|
|
468
|
-
{
|
|
469
|
-
[_hQ]: _a,
|
|
470
|
-
},
|
|
471
|
-
],
|
|
472
|
-
],
|
|
473
|
-
];
|
|
395
|
+
export var GetResponsePlanInput = [3, n0, _GRPIe, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
474
396
|
export var GetResponsePlanOutput = [
|
|
475
397
|
3,
|
|
476
398
|
n0,
|
|
@@ -486,18 +408,8 @@ export var GetTimelineEventInput = [
|
|
|
486
408
|
0,
|
|
487
409
|
[_iRA, _eI],
|
|
488
410
|
[
|
|
489
|
-
[
|
|
490
|
-
|
|
491
|
-
{
|
|
492
|
-
[_hQ]: _iRA,
|
|
493
|
-
},
|
|
494
|
-
],
|
|
495
|
-
[
|
|
496
|
-
0,
|
|
497
|
-
{
|
|
498
|
-
[_hQ]: _eI,
|
|
499
|
-
},
|
|
500
|
-
],
|
|
411
|
+
[0, { [_hQ]: _iRA }],
|
|
412
|
+
[0, { [_hQ]: _eI }],
|
|
501
413
|
],
|
|
502
414
|
];
|
|
503
415
|
export var GetTimelineEventOutput = [3, n0, _GTEO, 0, [_ev], [() => TimelineEvent]];
|
|
@@ -541,17 +453,7 @@ export var IncidentTemplate = [
|
|
|
541
453
|
[_ti, _im, _s, _dS, _nTo, _iTn],
|
|
542
454
|
[0, 1, 0, 0, () => NotificationTargetSet, 128 | 0],
|
|
543
455
|
];
|
|
544
|
-
export var InternalServerException = [
|
|
545
|
-
-3,
|
|
546
|
-
n0,
|
|
547
|
-
_ISE,
|
|
548
|
-
{
|
|
549
|
-
[_e]: _se,
|
|
550
|
-
[_hE]: 500,
|
|
551
|
-
},
|
|
552
|
-
[_m],
|
|
553
|
-
[0],
|
|
554
|
-
];
|
|
456
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
555
457
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
556
458
|
export var ItemIdentifier = [3, n0, _II, 0, [_v, _ty], [() => ItemValue, 0]];
|
|
557
459
|
export var ListIncidentFindingsInput = [3, n0, _LIFI, 0, [_iRA, _mR, _nT], [0, 1, 0]];
|
|
@@ -630,10 +532,7 @@ export var ResourceNotFoundException = [
|
|
|
630
532
|
-3,
|
|
631
533
|
n0,
|
|
632
534
|
_RNFE,
|
|
633
|
-
{
|
|
634
|
-
[_e]: _c,
|
|
635
|
-
[_hE]: 404,
|
|
636
|
-
},
|
|
535
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
637
536
|
[_m, _rI, _rT],
|
|
638
537
|
[0, 0, 0],
|
|
639
538
|
];
|
|
@@ -644,10 +543,7 @@ export var ServiceQuotaExceededException = [
|
|
|
644
543
|
-3,
|
|
645
544
|
n0,
|
|
646
545
|
_SQEE,
|
|
647
|
-
{
|
|
648
|
-
[_e]: _c,
|
|
649
|
-
[_hE]: 402,
|
|
650
|
-
},
|
|
546
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
651
547
|
[_m, _rI, _rT, _sC, _qC],
|
|
652
548
|
[0, 0, 0, 0, 0],
|
|
653
549
|
];
|
|
@@ -671,17 +567,7 @@ export var StartIncidentInput = [
|
|
|
671
567
|
export var StartIncidentOutput = [3, n0, _SIO, 0, [_iRA], [0]];
|
|
672
568
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
673
569
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
674
|
-
export var ThrottlingException = [
|
|
675
|
-
-3,
|
|
676
|
-
n0,
|
|
677
|
-
_TE,
|
|
678
|
-
{
|
|
679
|
-
[_e]: _c,
|
|
680
|
-
[_hE]: 429,
|
|
681
|
-
},
|
|
682
|
-
[_m, _sC, _qC],
|
|
683
|
-
[0, 0, 0],
|
|
684
|
-
];
|
|
570
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC, _qC], [0, 0, 0]];
|
|
685
571
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
686
572
|
export var TimelineEvent = [
|
|
687
573
|
3,
|
|
@@ -700,12 +586,7 @@ export var UntagResourceRequest = [
|
|
|
700
586
|
[_rAe, _tK],
|
|
701
587
|
[
|
|
702
588
|
[0, 1],
|
|
703
|
-
[
|
|
704
|
-
64 | 0,
|
|
705
|
-
{
|
|
706
|
-
[_hQ]: _tK,
|
|
707
|
-
},
|
|
708
|
-
],
|
|
589
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
709
590
|
],
|
|
710
591
|
];
|
|
711
592
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -770,17 +651,7 @@ export var UpdateTimelineEventInput = [
|
|
|
770
651
|
[[0, 4], 0, 0, 4, 0, 0, () => EventReferenceList],
|
|
771
652
|
];
|
|
772
653
|
export var UpdateTimelineEventOutput = [3, n0, _UTEO, 0, [], []];
|
|
773
|
-
export var ValidationException = [
|
|
774
|
-
-3,
|
|
775
|
-
n0,
|
|
776
|
-
_VE,
|
|
777
|
-
{
|
|
778
|
-
[_e]: _c,
|
|
779
|
-
[_hE]: 400,
|
|
780
|
-
},
|
|
781
|
-
[_m],
|
|
782
|
-
[0],
|
|
783
|
-
];
|
|
654
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
784
655
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
785
656
|
export var SSMIncidentsServiceException = [-3, _sm, "SSMIncidentsServiceException", 0, [], []];
|
|
786
657
|
TypeRegistry.for(_sm).registerError(SSMIncidentsServiceException, __SSMIncidentsServiceException);
|
|
@@ -864,9 +735,7 @@ export var BatchGetIncidentFindings = [
|
|
|
864
735
|
9,
|
|
865
736
|
n0,
|
|
866
737
|
_BGIF,
|
|
867
|
-
{
|
|
868
|
-
[_h]: ["POST", "/batchGetIncidentFindings", 200],
|
|
869
|
-
},
|
|
738
|
+
{ [_h]: ["POST", "/batchGetIncidentFindings", 200] },
|
|
870
739
|
() => BatchGetIncidentFindingsInput,
|
|
871
740
|
() => BatchGetIncidentFindingsOutput,
|
|
872
741
|
];
|
|
@@ -874,9 +743,7 @@ export var CreateReplicationSet = [
|
|
|
874
743
|
9,
|
|
875
744
|
n0,
|
|
876
745
|
_CRS,
|
|
877
|
-
{
|
|
878
|
-
[_h]: ["POST", "/createReplicationSet", 201],
|
|
879
|
-
},
|
|
746
|
+
{ [_h]: ["POST", "/createReplicationSet", 201] },
|
|
880
747
|
() => CreateReplicationSetInput,
|
|
881
748
|
() => CreateReplicationSetOutput,
|
|
882
749
|
];
|
|
@@ -884,9 +751,7 @@ export var CreateResponsePlan = [
|
|
|
884
751
|
9,
|
|
885
752
|
n0,
|
|
886
753
|
_CRP,
|
|
887
|
-
{
|
|
888
|
-
[_h]: ["POST", "/createResponsePlan", 201],
|
|
889
|
-
},
|
|
754
|
+
{ [_h]: ["POST", "/createResponsePlan", 201] },
|
|
890
755
|
() => CreateResponsePlanInput,
|
|
891
756
|
() => CreateResponsePlanOutput,
|
|
892
757
|
];
|
|
@@ -894,9 +759,7 @@ export var CreateTimelineEvent = [
|
|
|
894
759
|
9,
|
|
895
760
|
n0,
|
|
896
761
|
_CTE,
|
|
897
|
-
{
|
|
898
|
-
[_h]: ["POST", "/createTimelineEvent", 201],
|
|
899
|
-
},
|
|
762
|
+
{ [_h]: ["POST", "/createTimelineEvent", 201] },
|
|
900
763
|
() => CreateTimelineEventInput,
|
|
901
764
|
() => CreateTimelineEventOutput,
|
|
902
765
|
];
|
|
@@ -904,9 +767,7 @@ export var DeleteIncidentRecord = [
|
|
|
904
767
|
9,
|
|
905
768
|
n0,
|
|
906
769
|
_DIR,
|
|
907
|
-
{
|
|
908
|
-
[_h]: ["POST", "/deleteIncidentRecord", 204],
|
|
909
|
-
},
|
|
770
|
+
{ [_h]: ["POST", "/deleteIncidentRecord", 204] },
|
|
910
771
|
() => DeleteIncidentRecordInput,
|
|
911
772
|
() => DeleteIncidentRecordOutput,
|
|
912
773
|
];
|
|
@@ -914,9 +775,7 @@ export var DeleteReplicationSet = [
|
|
|
914
775
|
9,
|
|
915
776
|
n0,
|
|
916
777
|
_DRS,
|
|
917
|
-
{
|
|
918
|
-
[_h]: ["POST", "/deleteReplicationSet", 204],
|
|
919
|
-
},
|
|
778
|
+
{ [_h]: ["POST", "/deleteReplicationSet", 204] },
|
|
920
779
|
() => DeleteReplicationSetInput,
|
|
921
780
|
() => DeleteReplicationSetOutput,
|
|
922
781
|
];
|
|
@@ -924,9 +783,7 @@ export var DeleteResourcePolicy = [
|
|
|
924
783
|
9,
|
|
925
784
|
n0,
|
|
926
785
|
_DRP,
|
|
927
|
-
{
|
|
928
|
-
[_h]: ["POST", "/deleteResourcePolicy", 200],
|
|
929
|
-
},
|
|
786
|
+
{ [_h]: ["POST", "/deleteResourcePolicy", 200] },
|
|
930
787
|
() => DeleteResourcePolicyInput,
|
|
931
788
|
() => DeleteResourcePolicyOutput,
|
|
932
789
|
];
|
|
@@ -934,9 +791,7 @@ export var DeleteResponsePlan = [
|
|
|
934
791
|
9,
|
|
935
792
|
n0,
|
|
936
793
|
_DRPe,
|
|
937
|
-
{
|
|
938
|
-
[_h]: ["POST", "/deleteResponsePlan", 204],
|
|
939
|
-
},
|
|
794
|
+
{ [_h]: ["POST", "/deleteResponsePlan", 204] },
|
|
940
795
|
() => DeleteResponsePlanInput,
|
|
941
796
|
() => DeleteResponsePlanOutput,
|
|
942
797
|
];
|
|
@@ -944,9 +799,7 @@ export var DeleteTimelineEvent = [
|
|
|
944
799
|
9,
|
|
945
800
|
n0,
|
|
946
801
|
_DTE,
|
|
947
|
-
{
|
|
948
|
-
[_h]: ["POST", "/deleteTimelineEvent", 204],
|
|
949
|
-
},
|
|
802
|
+
{ [_h]: ["POST", "/deleteTimelineEvent", 204] },
|
|
950
803
|
() => DeleteTimelineEventInput,
|
|
951
804
|
() => DeleteTimelineEventOutput,
|
|
952
805
|
];
|
|
@@ -954,9 +807,7 @@ export var GetIncidentRecord = [
|
|
|
954
807
|
9,
|
|
955
808
|
n0,
|
|
956
809
|
_GIR,
|
|
957
|
-
{
|
|
958
|
-
[_h]: ["GET", "/getIncidentRecord", 200],
|
|
959
|
-
},
|
|
810
|
+
{ [_h]: ["GET", "/getIncidentRecord", 200] },
|
|
960
811
|
() => GetIncidentRecordInput,
|
|
961
812
|
() => GetIncidentRecordOutput,
|
|
962
813
|
];
|
|
@@ -964,9 +815,7 @@ export var GetReplicationSet = [
|
|
|
964
815
|
9,
|
|
965
816
|
n0,
|
|
966
817
|
_GRS,
|
|
967
|
-
{
|
|
968
|
-
[_h]: ["GET", "/getReplicationSet", 200],
|
|
969
|
-
},
|
|
818
|
+
{ [_h]: ["GET", "/getReplicationSet", 200] },
|
|
970
819
|
() => GetReplicationSetInput,
|
|
971
820
|
() => GetReplicationSetOutput,
|
|
972
821
|
];
|
|
@@ -974,9 +823,7 @@ export var GetResourcePolicies = [
|
|
|
974
823
|
9,
|
|
975
824
|
n0,
|
|
976
825
|
_GRP,
|
|
977
|
-
{
|
|
978
|
-
[_h]: ["POST", "/getResourcePolicies", 200],
|
|
979
|
-
},
|
|
826
|
+
{ [_h]: ["POST", "/getResourcePolicies", 200] },
|
|
980
827
|
() => GetResourcePoliciesInput,
|
|
981
828
|
() => GetResourcePoliciesOutput,
|
|
982
829
|
];
|
|
@@ -984,9 +831,7 @@ export var GetResponsePlan = [
|
|
|
984
831
|
9,
|
|
985
832
|
n0,
|
|
986
833
|
_GRPe,
|
|
987
|
-
{
|
|
988
|
-
[_h]: ["GET", "/getResponsePlan", 200],
|
|
989
|
-
},
|
|
834
|
+
{ [_h]: ["GET", "/getResponsePlan", 200] },
|
|
990
835
|
() => GetResponsePlanInput,
|
|
991
836
|
() => GetResponsePlanOutput,
|
|
992
837
|
];
|
|
@@ -994,9 +839,7 @@ export var GetTimelineEvent = [
|
|
|
994
839
|
9,
|
|
995
840
|
n0,
|
|
996
841
|
_GTE,
|
|
997
|
-
{
|
|
998
|
-
[_h]: ["GET", "/getTimelineEvent", 200],
|
|
999
|
-
},
|
|
842
|
+
{ [_h]: ["GET", "/getTimelineEvent", 200] },
|
|
1000
843
|
() => GetTimelineEventInput,
|
|
1001
844
|
() => GetTimelineEventOutput,
|
|
1002
845
|
];
|
|
@@ -1004,9 +847,7 @@ export var ListIncidentFindings = [
|
|
|
1004
847
|
9,
|
|
1005
848
|
n0,
|
|
1006
849
|
_LIF,
|
|
1007
|
-
{
|
|
1008
|
-
[_h]: ["POST", "/listIncidentFindings", 200],
|
|
1009
|
-
},
|
|
850
|
+
{ [_h]: ["POST", "/listIncidentFindings", 200] },
|
|
1010
851
|
() => ListIncidentFindingsInput,
|
|
1011
852
|
() => ListIncidentFindingsOutput,
|
|
1012
853
|
];
|
|
@@ -1014,9 +855,7 @@ export var ListIncidentRecords = [
|
|
|
1014
855
|
9,
|
|
1015
856
|
n0,
|
|
1016
857
|
_LIR,
|
|
1017
|
-
{
|
|
1018
|
-
[_h]: ["POST", "/listIncidentRecords", 200],
|
|
1019
|
-
},
|
|
858
|
+
{ [_h]: ["POST", "/listIncidentRecords", 200] },
|
|
1020
859
|
() => ListIncidentRecordsInput,
|
|
1021
860
|
() => ListIncidentRecordsOutput,
|
|
1022
861
|
];
|
|
@@ -1024,9 +863,7 @@ export var ListRelatedItems = [
|
|
|
1024
863
|
9,
|
|
1025
864
|
n0,
|
|
1026
865
|
_LRI,
|
|
1027
|
-
{
|
|
1028
|
-
[_h]: ["POST", "/listRelatedItems", 200],
|
|
1029
|
-
},
|
|
866
|
+
{ [_h]: ["POST", "/listRelatedItems", 200] },
|
|
1030
867
|
() => ListRelatedItemsInput,
|
|
1031
868
|
() => ListRelatedItemsOutput,
|
|
1032
869
|
];
|
|
@@ -1034,9 +871,7 @@ export var ListReplicationSets = [
|
|
|
1034
871
|
9,
|
|
1035
872
|
n0,
|
|
1036
873
|
_LRS,
|
|
1037
|
-
{
|
|
1038
|
-
[_h]: ["POST", "/listReplicationSets", 200],
|
|
1039
|
-
},
|
|
874
|
+
{ [_h]: ["POST", "/listReplicationSets", 200] },
|
|
1040
875
|
() => ListReplicationSetsInput,
|
|
1041
876
|
() => ListReplicationSetsOutput,
|
|
1042
877
|
];
|
|
@@ -1044,9 +879,7 @@ export var ListResponsePlans = [
|
|
|
1044
879
|
9,
|
|
1045
880
|
n0,
|
|
1046
881
|
_LRP,
|
|
1047
|
-
{
|
|
1048
|
-
[_h]: ["POST", "/listResponsePlans", 200],
|
|
1049
|
-
},
|
|
882
|
+
{ [_h]: ["POST", "/listResponsePlans", 200] },
|
|
1050
883
|
() => ListResponsePlansInput,
|
|
1051
884
|
() => ListResponsePlansOutput,
|
|
1052
885
|
];
|
|
@@ -1054,9 +887,7 @@ export var ListTagsForResource = [
|
|
|
1054
887
|
9,
|
|
1055
888
|
n0,
|
|
1056
889
|
_LTFR,
|
|
1057
|
-
{
|
|
1058
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1059
|
-
},
|
|
890
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1060
891
|
() => ListTagsForResourceRequest,
|
|
1061
892
|
() => ListTagsForResourceResponse,
|
|
1062
893
|
];
|
|
@@ -1064,9 +895,7 @@ export var ListTimelineEvents = [
|
|
|
1064
895
|
9,
|
|
1065
896
|
n0,
|
|
1066
897
|
_LTE,
|
|
1067
|
-
{
|
|
1068
|
-
[_h]: ["POST", "/listTimelineEvents", 200],
|
|
1069
|
-
},
|
|
898
|
+
{ [_h]: ["POST", "/listTimelineEvents", 200] },
|
|
1070
899
|
() => ListTimelineEventsInput,
|
|
1071
900
|
() => ListTimelineEventsOutput,
|
|
1072
901
|
];
|
|
@@ -1074,9 +903,7 @@ export var PutResourcePolicy = [
|
|
|
1074
903
|
9,
|
|
1075
904
|
n0,
|
|
1076
905
|
_PRP,
|
|
1077
|
-
{
|
|
1078
|
-
[_h]: ["POST", "/putResourcePolicy", 200],
|
|
1079
|
-
},
|
|
906
|
+
{ [_h]: ["POST", "/putResourcePolicy", 200] },
|
|
1080
907
|
() => PutResourcePolicyInput,
|
|
1081
908
|
() => PutResourcePolicyOutput,
|
|
1082
909
|
];
|
|
@@ -1084,9 +911,7 @@ export var StartIncident = [
|
|
|
1084
911
|
9,
|
|
1085
912
|
n0,
|
|
1086
913
|
_SI,
|
|
1087
|
-
{
|
|
1088
|
-
[_h]: ["POST", "/startIncident", 200],
|
|
1089
|
-
},
|
|
914
|
+
{ [_h]: ["POST", "/startIncident", 200] },
|
|
1090
915
|
() => StartIncidentInput,
|
|
1091
916
|
() => StartIncidentOutput,
|
|
1092
917
|
];
|
|
@@ -1094,9 +919,7 @@ export var TagResource = [
|
|
|
1094
919
|
9,
|
|
1095
920
|
n0,
|
|
1096
921
|
_TR,
|
|
1097
|
-
{
|
|
1098
|
-
[_h]: ["POST", "/tags/{resourceArn}", 204],
|
|
1099
|
-
},
|
|
922
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
1100
923
|
() => TagResourceRequest,
|
|
1101
924
|
() => TagResourceResponse,
|
|
1102
925
|
];
|
|
@@ -1104,9 +927,7 @@ export var UntagResource = [
|
|
|
1104
927
|
9,
|
|
1105
928
|
n0,
|
|
1106
929
|
_UR,
|
|
1107
|
-
{
|
|
1108
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 204],
|
|
1109
|
-
},
|
|
930
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
1110
931
|
() => UntagResourceRequest,
|
|
1111
932
|
() => UntagResourceResponse,
|
|
1112
933
|
];
|
|
@@ -1114,9 +935,7 @@ export var UpdateDeletionProtection = [
|
|
|
1114
935
|
9,
|
|
1115
936
|
n0,
|
|
1116
937
|
_UDP,
|
|
1117
|
-
{
|
|
1118
|
-
[_h]: ["POST", "/updateDeletionProtection", 204],
|
|
1119
|
-
},
|
|
938
|
+
{ [_h]: ["POST", "/updateDeletionProtection", 204] },
|
|
1120
939
|
() => UpdateDeletionProtectionInput,
|
|
1121
940
|
() => UpdateDeletionProtectionOutput,
|
|
1122
941
|
];
|
|
@@ -1124,9 +943,7 @@ export var UpdateIncidentRecord = [
|
|
|
1124
943
|
9,
|
|
1125
944
|
n0,
|
|
1126
945
|
_UIR,
|
|
1127
|
-
{
|
|
1128
|
-
[_h]: ["POST", "/updateIncidentRecord", 204],
|
|
1129
|
-
},
|
|
946
|
+
{ [_h]: ["POST", "/updateIncidentRecord", 204] },
|
|
1130
947
|
() => UpdateIncidentRecordInput,
|
|
1131
948
|
() => UpdateIncidentRecordOutput,
|
|
1132
949
|
];
|
|
@@ -1134,9 +951,7 @@ export var UpdateRelatedItems = [
|
|
|
1134
951
|
9,
|
|
1135
952
|
n0,
|
|
1136
953
|
_URI,
|
|
1137
|
-
{
|
|
1138
|
-
[_h]: ["POST", "/updateRelatedItems", 204],
|
|
1139
|
-
},
|
|
954
|
+
{ [_h]: ["POST", "/updateRelatedItems", 204] },
|
|
1140
955
|
() => UpdateRelatedItemsInput,
|
|
1141
956
|
() => UpdateRelatedItemsOutput,
|
|
1142
957
|
];
|
|
@@ -1144,9 +959,7 @@ export var UpdateReplicationSet = [
|
|
|
1144
959
|
9,
|
|
1145
960
|
n0,
|
|
1146
961
|
_URS,
|
|
1147
|
-
{
|
|
1148
|
-
[_h]: ["POST", "/updateReplicationSet", 204],
|
|
1149
|
-
},
|
|
962
|
+
{ [_h]: ["POST", "/updateReplicationSet", 204] },
|
|
1150
963
|
() => UpdateReplicationSetInput,
|
|
1151
964
|
() => UpdateReplicationSetOutput,
|
|
1152
965
|
];
|
|
@@ -1154,9 +967,7 @@ export var UpdateResponsePlan = [
|
|
|
1154
967
|
9,
|
|
1155
968
|
n0,
|
|
1156
969
|
_URP,
|
|
1157
|
-
{
|
|
1158
|
-
[_h]: ["POST", "/updateResponsePlan", 204],
|
|
1159
|
-
},
|
|
970
|
+
{ [_h]: ["POST", "/updateResponsePlan", 204] },
|
|
1160
971
|
() => UpdateResponsePlanInput,
|
|
1161
972
|
() => UpdateResponsePlanOutput,
|
|
1162
973
|
];
|
|
@@ -1164,9 +975,7 @@ export var UpdateTimelineEvent = [
|
|
|
1164
975
|
9,
|
|
1165
976
|
n0,
|
|
1166
977
|
_UTE,
|
|
1167
|
-
{
|
|
1168
|
-
[_h]: ["POST", "/updateTimelineEvent", 204],
|
|
1169
|
-
},
|
|
978
|
+
{ [_h]: ["POST", "/updateTimelineEvent", 204] },
|
|
1170
979
|
() => UpdateTimelineEventInput,
|
|
1171
980
|
() => UpdateTimelineEventOutput,
|
|
1172
981
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput } from "./commands/BatchGetIncidentFindingsCommand";
|
|
3
3
|
import { CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput } from "./commands/CreateReplicationSetCommand";
|
|
4
4
|
import { CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput } from "./commands/CreateResponsePlanCommand";
|
|
@@ -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 { BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput } from "./commands/BatchGetIncidentFindingsCommand";
|
|
11
11
|
import { CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput } from "./commands/CreateReplicationSetCommand";
|
|
12
12
|
import { CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput } from "./commands/CreateResponsePlanCommand";
|
|
@@ -39,7 +39,7 @@ import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } f
|
|
|
39
39
|
import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "./commands/UpdateResponsePlanCommand";
|
|
40
40
|
import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
|
|
41
41
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
42
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
42
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
43
43
|
export { __Client };
|
|
44
44
|
/**
|
|
45
45
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { SSMIncidentsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { SSMIncidentsHttpAuthSchemeProvider } 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 { SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
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 { BatchGetIncidentFindingsInput, BatchGetIncidentFindingsOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BatchGetIncidentFindingsInput, BatchGetIncidentFindingsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
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 { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
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 { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
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 { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|