@aws-sdk/client-ssm-incidents 3.1068.0 → 3.1070.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.
@@ -1,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IncidentRecordSummary$ = exports.IncidentRecordSource$ = exports.IncidentRecord$ = exports.GetTimelineEventOutput$ = exports.GetTimelineEventInput$ = exports.GetResponsePlanOutput$ = exports.GetResponsePlanInput$ = exports.GetResourcePoliciesOutput$ = exports.GetResourcePoliciesInput$ = exports.GetReplicationSetOutput$ = exports.GetReplicationSetInput$ = exports.GetIncidentRecordOutput$ = exports.GetIncidentRecordInput$ = exports.FindingSummary$ = exports.Finding$ = exports.Filter$ = exports.EventSummary$ = exports.EmptyChatChannel$ = exports.DeleteTimelineEventOutput$ = exports.DeleteTimelineEventInput$ = exports.DeleteResponsePlanOutput$ = exports.DeleteResponsePlanInput$ = exports.DeleteResourcePolicyOutput$ = exports.DeleteResourcePolicyInput$ = exports.DeleteReplicationSetOutput$ = exports.DeleteReplicationSetInput$ = exports.DeleteRegionAction$ = exports.DeleteIncidentRecordOutput$ = exports.DeleteIncidentRecordInput$ = exports.CreateTimelineEventOutput$ = exports.CreateTimelineEventInput$ = exports.CreateResponsePlanOutput$ = exports.CreateResponsePlanInput$ = exports.CreateReplicationSetOutput$ = exports.CreateReplicationSetInput$ = exports.CodeDeployDeployment$ = exports.CloudFormationStackUpdate$ = exports.BatchGetIncidentFindingsOutput$ = exports.BatchGetIncidentFindingsInput$ = exports.BatchGetIncidentFindingsError$ = exports.AddRegionAction$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.SSMIncidentsServiceException$ = void 0;
4
- exports.AttributeValueList$ = exports.Action$ = exports.UpdateTimelineEventOutput$ = exports.UpdateTimelineEventInput$ = exports.UpdateResponsePlanOutput$ = exports.UpdateResponsePlanInput$ = exports.UpdateReplicationSetOutput$ = exports.UpdateReplicationSetInput$ = exports.UpdateRelatedItemsOutput$ = exports.UpdateRelatedItemsInput$ = exports.UpdateIncidentRecordOutput$ = exports.UpdateIncidentRecordInput$ = exports.UpdateDeletionProtectionOutput$ = exports.UpdateDeletionProtectionInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TriggerDetails$ = exports.TimelineEvent$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StartIncidentOutput$ = exports.StartIncidentInput$ = exports.SsmAutomation$ = exports.ResponsePlanSummary$ = exports.ResourcePolicy$ = exports.ReplicationSet$ = exports.RelatedItem$ = exports.RegionMapInputValue$ = exports.RegionInfo$ = exports.PutResourcePolicyOutput$ = exports.PutResourcePolicyInput$ = exports.PagerDutyIncidentDetail$ = exports.PagerDutyIncidentConfiguration$ = exports.PagerDutyConfiguration$ = exports.ListTimelineEventsOutput$ = exports.ListTimelineEventsInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListResponsePlansOutput$ = exports.ListResponsePlansInput$ = exports.ListReplicationSetsOutput$ = exports.ListReplicationSetsInput$ = exports.ListRelatedItemsOutput$ = exports.ListRelatedItemsInput$ = exports.ListIncidentRecordsOutput$ = exports.ListIncidentRecordsInput$ = exports.ListIncidentFindingsOutput$ = exports.ListIncidentFindingsInput$ = exports.ItemIdentifier$ = exports.IncidentTemplate$ = void 0;
5
- exports.UpdateTimelineEvent$ = exports.UpdateResponsePlan$ = exports.UpdateReplicationSet$ = exports.UpdateRelatedItems$ = exports.UpdateIncidentRecord$ = exports.UpdateDeletionProtection$ = exports.UntagResource$ = exports.TagResource$ = exports.StartIncident$ = exports.PutResourcePolicy$ = exports.ListTimelineEvents$ = exports.ListTagsForResource$ = exports.ListResponsePlans$ = exports.ListReplicationSets$ = exports.ListRelatedItems$ = exports.ListIncidentRecords$ = exports.ListIncidentFindings$ = exports.GetTimelineEvent$ = exports.GetResponsePlan$ = exports.GetResourcePolicies$ = exports.GetReplicationSet$ = exports.GetIncidentRecord$ = exports.DeleteTimelineEvent$ = exports.DeleteResponsePlan$ = exports.DeleteResourcePolicy$ = exports.DeleteReplicationSet$ = exports.DeleteIncidentRecord$ = exports.CreateTimelineEvent$ = exports.CreateResponsePlan$ = exports.CreateReplicationSet$ = exports.BatchGetIncidentFindings$ = exports.UpdateReplicationSetAction$ = exports.RelatedItemsUpdate$ = exports.NotificationTargetItem$ = exports.ItemValue$ = exports.Integration$ = exports.FindingDetails$ = exports.EventReference$ = exports.DynamicSsmParameterValue$ = exports.Condition$ = exports.ChatChannel$ = exports.AutomationExecution$ = void 0;
6
1
  const _A = "Action";
7
2
  const _ADE = "AccessDeniedException";
8
3
  const _AE = "AutomationExecution";
@@ -300,726 +295,836 @@ const _u = "url";
300
295
  const _v = "value";
301
296
  const _va = "variable";
302
297
  const n0 = "com.amazonaws.ssmincidents";
303
- const schema_1 = require("@smithy/core/schema");
304
- const errors_1 = require("../models/errors");
305
- const SSMIncidentsServiceException_1 = require("../models/SSMIncidentsServiceException");
306
- const _s_registry = schema_1.TypeRegistry.for(_s);
307
- exports.SSMIncidentsServiceException$ = [-3, _s, "SSMIncidentsServiceException", 0, [], []];
308
- _s_registry.registerError(exports.SSMIncidentsServiceException$, SSMIncidentsServiceException_1.SSMIncidentsServiceException);
309
- const n0_registry = schema_1.TypeRegistry.for(n0);
310
- exports.AccessDeniedException$ = [-3, n0, _ADE,
298
+ const { TypeRegistry } = require("@smithy/core/schema");
299
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
300
+ const { SSMIncidentsServiceException } = require("../models/SSMIncidentsServiceException");
301
+ const _s_registry = TypeRegistry.for(_s);
302
+ const SSMIncidentsServiceException$ = [-3, _s, "SSMIncidentsServiceException", 0, [], []];
303
+ exports.SSMIncidentsServiceException$ = SSMIncidentsServiceException$;
304
+ _s_registry.registerError(SSMIncidentsServiceException$, SSMIncidentsServiceException);
305
+ const n0_registry = TypeRegistry.for(n0);
306
+ const AccessDeniedException$ = [-3, n0, _ADE,
311
307
  { [_e]: _c, [_hE]: 403 },
312
308
  [_m],
313
309
  [0], 1
314
310
  ];
315
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
316
- exports.ConflictException$ = [-3, n0, _CE,
311
+ exports.AccessDeniedException$ = AccessDeniedException$;
312
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
313
+ const ConflictException$ = [-3, n0, _CE,
317
314
  { [_e]: _c, [_hE]: 409 },
318
315
  [_m, _rI, _rT, _rA],
319
316
  [0, 0, 0, 4], 1
320
317
  ];
321
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
322
- exports.InternalServerException$ = [-3, n0, _ISE,
318
+ exports.ConflictException$ = ConflictException$;
319
+ n0_registry.registerError(ConflictException$, ConflictException);
320
+ const InternalServerException$ = [-3, n0, _ISE,
323
321
  { [_e]: _se, [_hE]: 500 },
324
322
  [_m],
325
323
  [0], 1
326
324
  ];
327
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
328
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
325
+ exports.InternalServerException$ = InternalServerException$;
326
+ n0_registry.registerError(InternalServerException$, InternalServerException);
327
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
329
328
  { [_e]: _c, [_hE]: 404 },
330
329
  [_m, _rI, _rT],
331
330
  [0, 0, 0], 1
332
331
  ];
333
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
334
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
332
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
333
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
334
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
335
335
  { [_e]: _c, [_hE]: 402 },
336
336
  [_m, _sC, _qC, _rI, _rT],
337
337
  [0, 0, 0, 0, 0], 3
338
338
  ];
339
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
340
- exports.ThrottlingException$ = [-3, n0, _TE,
339
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
340
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
341
+ const ThrottlingException$ = [-3, n0, _TE,
341
342
  { [_e]: _c, [_hE]: 429 },
342
343
  [_m, _sC, _qC],
343
344
  [0, 0, 0], 3
344
345
  ];
345
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
346
- exports.ValidationException$ = [-3, n0, _VE,
346
+ exports.ThrottlingException$ = ThrottlingException$;
347
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
348
+ const ValidationException$ = [-3, n0, _VE,
347
349
  { [_e]: _c, [_hE]: 400 },
348
350
  [_m],
349
351
  [0], 1
350
352
  ];
351
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
353
+ exports.ValidationException$ = ValidationException$;
354
+ n0_registry.registerError(ValidationException$, ValidationException);
352
355
  exports.errorTypeRegistries = [
353
356
  _s_registry,
354
357
  n0_registry,
355
358
  ];
356
- exports.AddRegionAction$ = [3, n0, _ARA,
359
+ const AddRegionAction$ = [3, n0, _ARA,
357
360
  0,
358
361
  [_rN, _sKKI],
359
362
  [0, 0], 1
360
363
  ];
361
- exports.BatchGetIncidentFindingsError$ = [3, n0, _BGIFE,
364
+ exports.AddRegionAction$ = AddRegionAction$;
365
+ const BatchGetIncidentFindingsError$ = [3, n0, _BGIFE,
362
366
  0,
363
367
  [_fI, _co, _m],
364
368
  [0, 0, 0], 3
365
369
  ];
366
- exports.BatchGetIncidentFindingsInput$ = [3, n0, _BGIFI,
370
+ exports.BatchGetIncidentFindingsError$ = BatchGetIncidentFindingsError$;
371
+ const BatchGetIncidentFindingsInput$ = [3, n0, _BGIFI,
367
372
  0,
368
373
  [_iRA, _fIi],
369
374
  [0, 64 | 0], 2
370
375
  ];
371
- exports.BatchGetIncidentFindingsOutput$ = [3, n0, _BGIFO,
376
+ exports.BatchGetIncidentFindingsInput$ = BatchGetIncidentFindingsInput$;
377
+ const BatchGetIncidentFindingsOutput$ = [3, n0, _BGIFO,
372
378
  0,
373
379
  [_f, _er],
374
380
  [() => FindingList, () => BatchGetIncidentFindingsErrorList], 2
375
381
  ];
376
- exports.CloudFormationStackUpdate$ = [3, n0, _CFSU,
382
+ exports.BatchGetIncidentFindingsOutput$ = BatchGetIncidentFindingsOutput$;
383
+ const CloudFormationStackUpdate$ = [3, n0, _CFSU,
377
384
  0,
378
385
  [_sT, _sA, _eT],
379
386
  [4, 0, 4], 2
380
387
  ];
381
- exports.CodeDeployDeployment$ = [3, n0, _CDD,
388
+ exports.CloudFormationStackUpdate$ = CloudFormationStackUpdate$;
389
+ const CodeDeployDeployment$ = [3, n0, _CDD,
382
390
  0,
383
391
  [_sT, _dGA, _dI, _eT],
384
392
  [4, 0, 0, 4], 3
385
393
  ];
386
- exports.CreateReplicationSetInput$ = [3, n0, _CRSI,
394
+ exports.CodeDeployDeployment$ = CodeDeployDeployment$;
395
+ const CreateReplicationSetInput$ = [3, n0, _CRSI,
387
396
  0,
388
397
  [_r, _cT, _t],
389
398
  [() => RegionMapInput, [0, 4], 128 | 0], 1
390
399
  ];
391
- exports.CreateReplicationSetOutput$ = [3, n0, _CRSO,
400
+ exports.CreateReplicationSetInput$ = CreateReplicationSetInput$;
401
+ const CreateReplicationSetOutput$ = [3, n0, _CRSO,
392
402
  0,
393
403
  [_a],
394
404
  [0], 1
395
405
  ];
396
- exports.CreateResponsePlanInput$ = [3, n0, _CRPI,
406
+ exports.CreateReplicationSetOutput$ = CreateReplicationSetOutput$;
407
+ const CreateResponsePlanInput$ = [3, n0, _CRPI,
397
408
  0,
398
409
  [_n, _iT, _cT, _dN, _cC, _en, _ac, _t, _i],
399
- [0, () => exports.IncidentTemplate$, [0, 4], 0, () => exports.ChatChannel$, 64 | 0, () => ActionsList, 128 | 0, () => Integrations], 2
410
+ [0, () => IncidentTemplate$, [0, 4], 0, () => ChatChannel$, 64 | 0, () => ActionsList, 128 | 0, () => Integrations], 2
400
411
  ];
401
- exports.CreateResponsePlanOutput$ = [3, n0, _CRPO,
412
+ exports.CreateResponsePlanInput$ = CreateResponsePlanInput$;
413
+ const CreateResponsePlanOutput$ = [3, n0, _CRPO,
402
414
  0,
403
415
  [_a],
404
416
  [0], 1
405
417
  ];
406
- exports.CreateTimelineEventInput$ = [3, n0, _CTEI,
418
+ exports.CreateResponsePlanOutput$ = CreateResponsePlanOutput$;
419
+ const CreateTimelineEventInput$ = [3, n0, _CTEI,
407
420
  0,
408
421
  [_iRA, _eTv, _eTve, _eD, _cT, _eR],
409
422
  [0, 4, 0, 0, [0, 4], () => EventReferenceList], 4
410
423
  ];
411
- exports.CreateTimelineEventOutput$ = [3, n0, _CTEO,
424
+ exports.CreateTimelineEventInput$ = CreateTimelineEventInput$;
425
+ const CreateTimelineEventOutput$ = [3, n0, _CTEO,
412
426
  0,
413
427
  [_iRA, _eI],
414
428
  [0, 0], 2
415
429
  ];
416
- exports.DeleteIncidentRecordInput$ = [3, n0, _DIRI,
430
+ exports.CreateTimelineEventOutput$ = CreateTimelineEventOutput$;
431
+ const DeleteIncidentRecordInput$ = [3, n0, _DIRI,
417
432
  0,
418
433
  [_a],
419
434
  [0], 1
420
435
  ];
421
- exports.DeleteIncidentRecordOutput$ = [3, n0, _DIRO,
436
+ exports.DeleteIncidentRecordInput$ = DeleteIncidentRecordInput$;
437
+ const DeleteIncidentRecordOutput$ = [3, n0, _DIRO,
422
438
  0,
423
439
  [],
424
440
  []
425
441
  ];
426
- exports.DeleteRegionAction$ = [3, n0, _DRA,
442
+ exports.DeleteIncidentRecordOutput$ = DeleteIncidentRecordOutput$;
443
+ const DeleteRegionAction$ = [3, n0, _DRA,
427
444
  0,
428
445
  [_rN],
429
446
  [0], 1
430
447
  ];
431
- exports.DeleteReplicationSetInput$ = [3, n0, _DRSI,
448
+ exports.DeleteRegionAction$ = DeleteRegionAction$;
449
+ const DeleteReplicationSetInput$ = [3, n0, _DRSI,
432
450
  0,
433
451
  [_a],
434
452
  [[0, { [_hQ]: _a }]], 1
435
453
  ];
436
- exports.DeleteReplicationSetOutput$ = [3, n0, _DRSO,
454
+ exports.DeleteReplicationSetInput$ = DeleteReplicationSetInput$;
455
+ const DeleteReplicationSetOutput$ = [3, n0, _DRSO,
437
456
  0,
438
457
  [],
439
458
  []
440
459
  ];
441
- exports.DeleteResourcePolicyInput$ = [3, n0, _DRPI,
460
+ exports.DeleteReplicationSetOutput$ = DeleteReplicationSetOutput$;
461
+ const DeleteResourcePolicyInput$ = [3, n0, _DRPI,
442
462
  0,
443
463
  [_rAe, _pI],
444
464
  [0, 0], 2
445
465
  ];
446
- exports.DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
466
+ exports.DeleteResourcePolicyInput$ = DeleteResourcePolicyInput$;
467
+ const DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
447
468
  0,
448
469
  [],
449
470
  []
450
471
  ];
451
- exports.DeleteResponsePlanInput$ = [3, n0, _DRPIe,
472
+ exports.DeleteResourcePolicyOutput$ = DeleteResourcePolicyOutput$;
473
+ const DeleteResponsePlanInput$ = [3, n0, _DRPIe,
452
474
  0,
453
475
  [_a],
454
476
  [0], 1
455
477
  ];
456
- exports.DeleteResponsePlanOutput$ = [3, n0, _DRPOe,
478
+ exports.DeleteResponsePlanInput$ = DeleteResponsePlanInput$;
479
+ const DeleteResponsePlanOutput$ = [3, n0, _DRPOe,
457
480
  0,
458
481
  [],
459
482
  []
460
483
  ];
461
- exports.DeleteTimelineEventInput$ = [3, n0, _DTEI,
484
+ exports.DeleteResponsePlanOutput$ = DeleteResponsePlanOutput$;
485
+ const DeleteTimelineEventInput$ = [3, n0, _DTEI,
462
486
  0,
463
487
  [_iRA, _eI],
464
488
  [0, 0], 2
465
489
  ];
466
- exports.DeleteTimelineEventOutput$ = [3, n0, _DTEO,
490
+ exports.DeleteTimelineEventInput$ = DeleteTimelineEventInput$;
491
+ const DeleteTimelineEventOutput$ = [3, n0, _DTEO,
467
492
  0,
468
493
  [],
469
494
  []
470
495
  ];
471
- exports.EmptyChatChannel$ = [3, n0, _ECC,
496
+ exports.DeleteTimelineEventOutput$ = DeleteTimelineEventOutput$;
497
+ const EmptyChatChannel$ = [3, n0, _ECC,
472
498
  0,
473
499
  [],
474
500
  []
475
501
  ];
476
- exports.EventSummary$ = [3, n0, _ES,
502
+ exports.EmptyChatChannel$ = EmptyChatChannel$;
503
+ const EventSummary$ = [3, n0, _ES,
477
504
  0,
478
505
  [_iRA, _eI, _eTv, _eUT, _eTve, _eR],
479
506
  [0, 0, 4, 4, 0, () => EventReferenceList], 5
480
507
  ];
481
- exports.Filter$ = [3, n0, _F,
508
+ exports.EventSummary$ = EventSummary$;
509
+ const Filter$ = [3, n0, _F,
482
510
  0,
483
511
  [_k, _con],
484
- [0, () => exports.Condition$], 2
512
+ [0, () => Condition$], 2
485
513
  ];
486
- exports.Finding$ = [3, n0, _Fi,
514
+ exports.Filter$ = Filter$;
515
+ const Finding$ = [3, n0, _Fi,
487
516
  0,
488
517
  [_id, _cTr, _lMT, _d],
489
- [0, 4, 4, () => exports.FindingDetails$], 3
518
+ [0, 4, 4, () => FindingDetails$], 3
490
519
  ];
491
- exports.FindingSummary$ = [3, n0, _FS,
520
+ exports.Finding$ = Finding$;
521
+ const FindingSummary$ = [3, n0, _FS,
492
522
  0,
493
523
  [_id, _lMT],
494
524
  [0, 4], 2
495
525
  ];
496
- exports.GetIncidentRecordInput$ = [3, n0, _GIRI,
526
+ exports.FindingSummary$ = FindingSummary$;
527
+ const GetIncidentRecordInput$ = [3, n0, _GIRI,
497
528
  0,
498
529
  [_a],
499
530
  [[0, { [_hQ]: _a }]], 1
500
531
  ];
501
- exports.GetIncidentRecordOutput$ = [3, n0, _GIRO,
532
+ exports.GetIncidentRecordInput$ = GetIncidentRecordInput$;
533
+ const GetIncidentRecordOutput$ = [3, n0, _GIRO,
502
534
  0,
503
535
  [_iR],
504
- [() => exports.IncidentRecord$], 1
536
+ [() => IncidentRecord$], 1
505
537
  ];
506
- exports.GetReplicationSetInput$ = [3, n0, _GRSI,
538
+ exports.GetIncidentRecordOutput$ = GetIncidentRecordOutput$;
539
+ const GetReplicationSetInput$ = [3, n0, _GRSI,
507
540
  0,
508
541
  [_a],
509
542
  [[0, { [_hQ]: _a }]], 1
510
543
  ];
511
- exports.GetReplicationSetOutput$ = [3, n0, _GRSO,
544
+ exports.GetReplicationSetInput$ = GetReplicationSetInput$;
545
+ const GetReplicationSetOutput$ = [3, n0, _GRSO,
512
546
  0,
513
547
  [_rS],
514
- [() => exports.ReplicationSet$], 1
548
+ [() => ReplicationSet$], 1
515
549
  ];
516
- exports.GetResourcePoliciesInput$ = [3, n0, _GRPI,
550
+ exports.GetReplicationSetOutput$ = GetReplicationSetOutput$;
551
+ const GetResourcePoliciesInput$ = [3, n0, _GRPI,
517
552
  0,
518
553
  [_rAe, _mR, _nT],
519
554
  [[0, { [_hQ]: _rAe }], 1, 0], 1
520
555
  ];
521
- exports.GetResourcePoliciesOutput$ = [3, n0, _GRPO,
556
+ exports.GetResourcePoliciesInput$ = GetResourcePoliciesInput$;
557
+ const GetResourcePoliciesOutput$ = [3, n0, _GRPO,
522
558
  0,
523
559
  [_rP, _nT],
524
560
  [() => ResourcePolicyList, 0], 1
525
561
  ];
526
- exports.GetResponsePlanInput$ = [3, n0, _GRPIe,
562
+ exports.GetResourcePoliciesOutput$ = GetResourcePoliciesOutput$;
563
+ const GetResponsePlanInput$ = [3, n0, _GRPIe,
527
564
  0,
528
565
  [_a],
529
566
  [[0, { [_hQ]: _a }]], 1
530
567
  ];
531
- exports.GetResponsePlanOutput$ = [3, n0, _GRPOe,
568
+ exports.GetResponsePlanInput$ = GetResponsePlanInput$;
569
+ const GetResponsePlanOutput$ = [3, n0, _GRPOe,
532
570
  0,
533
571
  [_a, _n, _iT, _dN, _cC, _en, _ac, _i],
534
- [0, 0, () => exports.IncidentTemplate$, 0, () => exports.ChatChannel$, 64 | 0, () => ActionsList, () => Integrations], 3
572
+ [0, 0, () => IncidentTemplate$, 0, () => ChatChannel$, 64 | 0, () => ActionsList, () => Integrations], 3
535
573
  ];
536
- exports.GetTimelineEventInput$ = [3, n0, _GTEI,
574
+ exports.GetResponsePlanOutput$ = GetResponsePlanOutput$;
575
+ const GetTimelineEventInput$ = [3, n0, _GTEI,
537
576
  0,
538
577
  [_iRA, _eI],
539
578
  [[0, { [_hQ]: _iRA }], [0, { [_hQ]: _eI }]], 2
540
579
  ];
541
- exports.GetTimelineEventOutput$ = [3, n0, _GTEO,
580
+ exports.GetTimelineEventInput$ = GetTimelineEventInput$;
581
+ const GetTimelineEventOutput$ = [3, n0, _GTEO,
542
582
  0,
543
583
  [_ev],
544
- [() => exports.TimelineEvent$], 1
584
+ [() => TimelineEvent$], 1
545
585
  ];
546
- exports.IncidentRecord$ = [3, n0, _IR,
586
+ exports.GetTimelineEventOutput$ = GetTimelineEventOutput$;
587
+ const IncidentRecord$ = [3, n0, _IR,
547
588
  0,
548
589
  [_a, _ti, _st, _im, _cTr, _lMT, _lMB, _iRS, _dS, _su, _rTe, _aE, _cC, _nTo],
549
- [0, 0, 0, 1, 4, 4, 0, () => exports.IncidentRecordSource$, 0, 0, 4, () => AutomationExecutionSet, () => exports.ChatChannel$, () => NotificationTargetSet], 9
590
+ [0, 0, 0, 1, 4, 4, 0, () => IncidentRecordSource$, 0, 0, 4, () => AutomationExecutionSet, () => ChatChannel$, () => NotificationTargetSet], 9
550
591
  ];
551
- exports.IncidentRecordSource$ = [3, n0, _IRS,
592
+ exports.IncidentRecord$ = IncidentRecord$;
593
+ const IncidentRecordSource$ = [3, n0, _IRS,
552
594
  0,
553
595
  [_cB, _so, _iB, _rAe],
554
596
  [0, 0, 0, 0], 2
555
597
  ];
556
- exports.IncidentRecordSummary$ = [3, n0, _IRSn,
598
+ exports.IncidentRecordSource$ = IncidentRecordSource$;
599
+ const IncidentRecordSummary$ = [3, n0, _IRSn,
557
600
  0,
558
601
  [_a, _ti, _st, _im, _cTr, _iRS, _rTe],
559
- [0, 0, 0, 1, 4, () => exports.IncidentRecordSource$, 4], 6
602
+ [0, 0, 0, 1, 4, () => IncidentRecordSource$, 4], 6
560
603
  ];
561
- exports.IncidentTemplate$ = [3, n0, _IT,
604
+ exports.IncidentRecordSummary$ = IncidentRecordSummary$;
605
+ const IncidentTemplate$ = [3, n0, _IT,
562
606
  0,
563
607
  [_ti, _im, _su, _dS, _nTo, _iTn],
564
608
  [0, 1, 0, 0, () => NotificationTargetSet, 128 | 0], 2
565
609
  ];
566
- exports.ItemIdentifier$ = [3, n0, _II,
610
+ exports.IncidentTemplate$ = IncidentTemplate$;
611
+ const ItemIdentifier$ = [3, n0, _II,
567
612
  0,
568
613
  [_v, _ty],
569
- [() => exports.ItemValue$, 0], 2
614
+ [() => ItemValue$, 0], 2
570
615
  ];
571
- exports.ListIncidentFindingsInput$ = [3, n0, _LIFI,
616
+ exports.ItemIdentifier$ = ItemIdentifier$;
617
+ const ListIncidentFindingsInput$ = [3, n0, _LIFI,
572
618
  0,
573
619
  [_iRA, _mR, _nT],
574
620
  [0, 1, 0], 1
575
621
  ];
576
- exports.ListIncidentFindingsOutput$ = [3, n0, _LIFO,
622
+ exports.ListIncidentFindingsInput$ = ListIncidentFindingsInput$;
623
+ const ListIncidentFindingsOutput$ = [3, n0, _LIFO,
577
624
  0,
578
625
  [_f, _nT],
579
626
  [() => FindingSummaryList, 0], 1
580
627
  ];
581
- exports.ListIncidentRecordsInput$ = [3, n0, _LIRI,
628
+ exports.ListIncidentFindingsOutput$ = ListIncidentFindingsOutput$;
629
+ const ListIncidentRecordsInput$ = [3, n0, _LIRI,
582
630
  0,
583
631
  [_fi, _mR, _nT],
584
632
  [() => FilterList, 1, 0]
585
633
  ];
586
- exports.ListIncidentRecordsOutput$ = [3, n0, _LIRO,
634
+ exports.ListIncidentRecordsInput$ = ListIncidentRecordsInput$;
635
+ const ListIncidentRecordsOutput$ = [3, n0, _LIRO,
587
636
  0,
588
637
  [_iRSn, _nT],
589
638
  [() => IncidentRecordSummaryList, 0], 1
590
639
  ];
591
- exports.ListRelatedItemsInput$ = [3, n0, _LRII,
640
+ exports.ListIncidentRecordsOutput$ = ListIncidentRecordsOutput$;
641
+ const ListRelatedItemsInput$ = [3, n0, _LRII,
592
642
  0,
593
643
  [_iRA, _mR, _nT],
594
644
  [0, 1, 0], 1
595
645
  ];
596
- exports.ListRelatedItemsOutput$ = [3, n0, _LRIO,
646
+ exports.ListRelatedItemsInput$ = ListRelatedItemsInput$;
647
+ const ListRelatedItemsOutput$ = [3, n0, _LRIO,
597
648
  0,
598
649
  [_rIe, _nT],
599
650
  [() => RelatedItemList, 0], 1
600
651
  ];
601
- exports.ListReplicationSetsInput$ = [3, n0, _LRSI,
652
+ exports.ListRelatedItemsOutput$ = ListRelatedItemsOutput$;
653
+ const ListReplicationSetsInput$ = [3, n0, _LRSI,
602
654
  0,
603
655
  [_mR, _nT],
604
656
  [1, 0]
605
657
  ];
606
- exports.ListReplicationSetsOutput$ = [3, n0, _LRSO,
658
+ exports.ListReplicationSetsInput$ = ListReplicationSetsInput$;
659
+ const ListReplicationSetsOutput$ = [3, n0, _LRSO,
607
660
  0,
608
661
  [_rSA, _nT],
609
662
  [64 | 0, 0], 1
610
663
  ];
611
- exports.ListResponsePlansInput$ = [3, n0, _LRPI,
664
+ exports.ListReplicationSetsOutput$ = ListReplicationSetsOutput$;
665
+ const ListResponsePlansInput$ = [3, n0, _LRPI,
612
666
  0,
613
667
  [_mR, _nT],
614
668
  [1, 0]
615
669
  ];
616
- exports.ListResponsePlansOutput$ = [3, n0, _LRPO,
670
+ exports.ListResponsePlansInput$ = ListResponsePlansInput$;
671
+ const ListResponsePlansOutput$ = [3, n0, _LRPO,
617
672
  0,
618
673
  [_rPS, _nT],
619
674
  [() => ResponsePlanSummaryList, 0], 1
620
675
  ];
621
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
676
+ exports.ListResponsePlansOutput$ = ListResponsePlansOutput$;
677
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
622
678
  0,
623
679
  [_rAe],
624
680
  [[0, 1]], 1
625
681
  ];
626
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
682
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
683
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
627
684
  0,
628
685
  [_t],
629
686
  [128 | 0], 1
630
687
  ];
631
- exports.ListTimelineEventsInput$ = [3, n0, _LTEI,
688
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
689
+ const ListTimelineEventsInput$ = [3, n0, _LTEI,
632
690
  0,
633
691
  [_iRA, _fi, _sB, _sO, _mR, _nT],
634
692
  [0, () => FilterList, 0, 0, 1, 0], 1
635
693
  ];
636
- exports.ListTimelineEventsOutput$ = [3, n0, _LTEO,
694
+ exports.ListTimelineEventsInput$ = ListTimelineEventsInput$;
695
+ const ListTimelineEventsOutput$ = [3, n0, _LTEO,
637
696
  0,
638
697
  [_eS, _nT],
639
698
  [() => EventSummaryList, 0], 1
640
699
  ];
641
- exports.PagerDutyConfiguration$ = [3, n0, _PDC,
700
+ exports.ListTimelineEventsOutput$ = ListTimelineEventsOutput$;
701
+ const PagerDutyConfiguration$ = [3, n0, _PDC,
642
702
  0,
643
703
  [_n, _sI, _pDIC],
644
- [0, 0, () => exports.PagerDutyIncidentConfiguration$], 3
704
+ [0, 0, () => PagerDutyIncidentConfiguration$], 3
645
705
  ];
646
- exports.PagerDutyIncidentConfiguration$ = [3, n0, _PDIC,
706
+ exports.PagerDutyConfiguration$ = PagerDutyConfiguration$;
707
+ const PagerDutyIncidentConfiguration$ = [3, n0, _PDIC,
647
708
  0,
648
709
  [_sIe],
649
710
  [0], 1
650
711
  ];
651
- exports.PagerDutyIncidentDetail$ = [3, n0, _PDID,
712
+ exports.PagerDutyIncidentConfiguration$ = PagerDutyIncidentConfiguration$;
713
+ const PagerDutyIncidentDetail$ = [3, n0, _PDID,
652
714
  0,
653
715
  [_id, _aR, _sI],
654
716
  [0, 2, 0], 1
655
717
  ];
656
- exports.PutResourcePolicyInput$ = [3, n0, _PRPI,
718
+ exports.PagerDutyIncidentDetail$ = PagerDutyIncidentDetail$;
719
+ const PutResourcePolicyInput$ = [3, n0, _PRPI,
657
720
  0,
658
721
  [_rAe, _p],
659
722
  [0, 0], 2
660
723
  ];
661
- exports.PutResourcePolicyOutput$ = [3, n0, _PRPO,
724
+ exports.PutResourcePolicyInput$ = PutResourcePolicyInput$;
725
+ const PutResourcePolicyOutput$ = [3, n0, _PRPO,
662
726
  0,
663
727
  [_pI],
664
728
  [0], 1
665
729
  ];
666
- exports.RegionInfo$ = [3, n0, _RI,
730
+ exports.PutResourcePolicyOutput$ = PutResourcePolicyOutput$;
731
+ const RegionInfo$ = [3, n0, _RI,
667
732
  0,
668
733
  [_st, _sUDT, _sKKI, _sM],
669
734
  [0, 4, 0, 0], 2
670
735
  ];
671
- exports.RegionMapInputValue$ = [3, n0, _RMIV,
736
+ exports.RegionInfo$ = RegionInfo$;
737
+ const RegionMapInputValue$ = [3, n0, _RMIV,
672
738
  0,
673
739
  [_sKKI],
674
740
  [0]
675
741
  ];
676
- exports.RelatedItem$ = [3, n0, _RIe,
742
+ exports.RegionMapInputValue$ = RegionMapInputValue$;
743
+ const RelatedItem$ = [3, n0, _RIe,
677
744
  0,
678
745
  [_ide, _ti, _gI],
679
- [() => exports.ItemIdentifier$, 0, 0], 1
746
+ [() => ItemIdentifier$, 0, 0], 1
680
747
  ];
681
- exports.ReplicationSet$ = [3, n0, _RS,
748
+ exports.RelatedItem$ = RelatedItem$;
749
+ const ReplicationSet$ = [3, n0, _RS,
682
750
  0,
683
751
  [_rM, _st, _dP, _cTre, _cB, _lMT, _lMB, _a],
684
752
  [() => RegionInfoMap, 0, 2, 4, 0, 4, 0, 0], 7
685
753
  ];
686
- exports.ResourcePolicy$ = [3, n0, _RP,
754
+ exports.ReplicationSet$ = ReplicationSet$;
755
+ const ResourcePolicy$ = [3, n0, _RP,
687
756
  0,
688
757
  [_pD, _pI, _rRSR],
689
758
  [0, 0, 0], 3
690
759
  ];
691
- exports.ResponsePlanSummary$ = [3, n0, _RPS,
760
+ exports.ResourcePolicy$ = ResourcePolicy$;
761
+ const ResponsePlanSummary$ = [3, n0, _RPS,
692
762
  0,
693
763
  [_a, _n, _dN],
694
764
  [0, 0, 0], 2
695
765
  ];
696
- exports.SsmAutomation$ = [3, n0, _SA,
766
+ exports.ResponsePlanSummary$ = ResponsePlanSummary$;
767
+ const SsmAutomation$ = [3, n0, _SA,
697
768
  0,
698
769
  [_rAo, _dNo, _dV, _tA, _pa, _dPy],
699
770
  [0, 0, 0, 0, [2, n0, _SP, 0, 0, 64 | 0], () => DynamicSsmParameters], 2
700
771
  ];
701
- exports.StartIncidentInput$ = [3, n0, _SII,
772
+ exports.SsmAutomation$ = SsmAutomation$;
773
+ const StartIncidentInput$ = [3, n0, _SII,
702
774
  0,
703
775
  [_rPA, _cT, _ti, _im, _tD, _rIe],
704
- [0, [0, 4], 0, 1, () => exports.TriggerDetails$, () => RelatedItemList], 1
776
+ [0, [0, 4], 0, 1, () => TriggerDetails$, () => RelatedItemList], 1
705
777
  ];
706
- exports.StartIncidentOutput$ = [3, n0, _SIO,
778
+ exports.StartIncidentInput$ = StartIncidentInput$;
779
+ const StartIncidentOutput$ = [3, n0, _SIO,
707
780
  0,
708
781
  [_iRA],
709
782
  [0], 1
710
783
  ];
711
- exports.TagResourceRequest$ = [3, n0, _TRR,
784
+ exports.StartIncidentOutput$ = StartIncidentOutput$;
785
+ const TagResourceRequest$ = [3, n0, _TRR,
712
786
  0,
713
787
  [_rAe, _t],
714
788
  [[0, 1], 128 | 0], 2
715
789
  ];
716
- exports.TagResourceResponse$ = [3, n0, _TRRa,
790
+ exports.TagResourceRequest$ = TagResourceRequest$;
791
+ const TagResourceResponse$ = [3, n0, _TRRa,
717
792
  0,
718
793
  [],
719
794
  []
720
795
  ];
721
- exports.TimelineEvent$ = [3, n0, _TEi,
796
+ exports.TagResourceResponse$ = TagResourceResponse$;
797
+ const TimelineEvent$ = [3, n0, _TEi,
722
798
  0,
723
799
  [_iRA, _eI, _eTv, _eUT, _eTve, _eD, _eR],
724
800
  [0, 0, 4, 4, 0, 0, () => EventReferenceList], 6
725
801
  ];
726
- exports.TriggerDetails$ = [3, n0, _TD,
802
+ exports.TimelineEvent$ = TimelineEvent$;
803
+ const TriggerDetails$ = [3, n0, _TD,
727
804
  0,
728
805
  [_so, _tim, _tAr, _rD],
729
806
  [0, 4, 0, 0], 2
730
807
  ];
731
- exports.UntagResourceRequest$ = [3, n0, _URR,
808
+ exports.TriggerDetails$ = TriggerDetails$;
809
+ const UntagResourceRequest$ = [3, n0, _URR,
732
810
  0,
733
811
  [_rAe, _tK],
734
812
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
735
813
  ];
736
- exports.UntagResourceResponse$ = [3, n0, _URRn,
814
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
815
+ const UntagResourceResponse$ = [3, n0, _URRn,
737
816
  0,
738
817
  [],
739
818
  []
740
819
  ];
741
- exports.UpdateDeletionProtectionInput$ = [3, n0, _UDPI,
820
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
821
+ const UpdateDeletionProtectionInput$ = [3, n0, _UDPI,
742
822
  0,
743
823
  [_a, _dP, _cT],
744
824
  [0, 2, [0, 4]], 2
745
825
  ];
746
- exports.UpdateDeletionProtectionOutput$ = [3, n0, _UDPO,
826
+ exports.UpdateDeletionProtectionInput$ = UpdateDeletionProtectionInput$;
827
+ const UpdateDeletionProtectionOutput$ = [3, n0, _UDPO,
747
828
  0,
748
829
  [],
749
830
  []
750
831
  ];
751
- exports.UpdateIncidentRecordInput$ = [3, n0, _UIRI,
832
+ exports.UpdateDeletionProtectionOutput$ = UpdateDeletionProtectionOutput$;
833
+ const UpdateIncidentRecordInput$ = [3, n0, _UIRI,
752
834
  0,
753
835
  [_a, _cT, _ti, _su, _im, _st, _cC, _nTo],
754
- [0, [0, 4], 0, 0, 1, 0, () => exports.ChatChannel$, () => NotificationTargetSet], 1
836
+ [0, [0, 4], 0, 0, 1, 0, () => ChatChannel$, () => NotificationTargetSet], 1
755
837
  ];
756
- exports.UpdateIncidentRecordOutput$ = [3, n0, _UIRO,
838
+ exports.UpdateIncidentRecordInput$ = UpdateIncidentRecordInput$;
839
+ const UpdateIncidentRecordOutput$ = [3, n0, _UIRO,
757
840
  0,
758
841
  [],
759
842
  []
760
843
  ];
761
- exports.UpdateRelatedItemsInput$ = [3, n0, _URII,
844
+ exports.UpdateIncidentRecordOutput$ = UpdateIncidentRecordOutput$;
845
+ const UpdateRelatedItemsInput$ = [3, n0, _URII,
762
846
  0,
763
847
  [_iRA, _rIU, _cT],
764
- [0, () => exports.RelatedItemsUpdate$, [0, 4]], 2
848
+ [0, () => RelatedItemsUpdate$, [0, 4]], 2
765
849
  ];
766
- exports.UpdateRelatedItemsOutput$ = [3, n0, _URIO,
850
+ exports.UpdateRelatedItemsInput$ = UpdateRelatedItemsInput$;
851
+ const UpdateRelatedItemsOutput$ = [3, n0, _URIO,
767
852
  0,
768
853
  [],
769
854
  []
770
855
  ];
771
- exports.UpdateReplicationSetInput$ = [3, n0, _URSI,
856
+ exports.UpdateRelatedItemsOutput$ = UpdateRelatedItemsOutput$;
857
+ const UpdateReplicationSetInput$ = [3, n0, _URSI,
772
858
  0,
773
859
  [_a, _ac, _cT],
774
860
  [0, () => UpdateActionList, [0, 4]], 2
775
861
  ];
776
- exports.UpdateReplicationSetOutput$ = [3, n0, _URSO,
862
+ exports.UpdateReplicationSetInput$ = UpdateReplicationSetInput$;
863
+ const UpdateReplicationSetOutput$ = [3, n0, _URSO,
777
864
  0,
778
865
  [],
779
866
  []
780
867
  ];
781
- exports.UpdateResponsePlanInput$ = [3, n0, _URPI,
868
+ exports.UpdateReplicationSetOutput$ = UpdateReplicationSetOutput$;
869
+ const UpdateResponsePlanInput$ = [3, n0, _URPI,
782
870
  0,
783
871
  [_a, _cT, _dN, _iTT, _iTI, _iTS, _iTDS, _iTNT, _cC, _en, _ac, _iTTn, _i],
784
- [0, [0, 4], 0, 0, 1, 0, 0, () => NotificationTargetSet, () => exports.ChatChannel$, 64 | 0, () => ActionsList, 128 | 0, () => Integrations], 1
872
+ [0, [0, 4], 0, 0, 1, 0, 0, () => NotificationTargetSet, () => ChatChannel$, 64 | 0, () => ActionsList, 128 | 0, () => Integrations], 1
785
873
  ];
786
- exports.UpdateResponsePlanOutput$ = [3, n0, _URPO,
874
+ exports.UpdateResponsePlanInput$ = UpdateResponsePlanInput$;
875
+ const UpdateResponsePlanOutput$ = [3, n0, _URPO,
787
876
  0,
788
877
  [],
789
878
  []
790
879
  ];
791
- exports.UpdateTimelineEventInput$ = [3, n0, _UTEI,
880
+ exports.UpdateResponsePlanOutput$ = UpdateResponsePlanOutput$;
881
+ const UpdateTimelineEventInput$ = [3, n0, _UTEI,
792
882
  0,
793
883
  [_iRA, _eI, _cT, _eTv, _eTve, _eD, _eR],
794
884
  [0, 0, [0, 4], 4, 0, 0, () => EventReferenceList], 2
795
885
  ];
796
- exports.UpdateTimelineEventOutput$ = [3, n0, _UTEO,
886
+ exports.UpdateTimelineEventInput$ = UpdateTimelineEventInput$;
887
+ const UpdateTimelineEventOutput$ = [3, n0, _UTEO,
797
888
  0,
798
889
  [],
799
890
  []
800
891
  ];
892
+ exports.UpdateTimelineEventOutput$ = UpdateTimelineEventOutput$;
801
893
  var ActionsList = [1, n0, _AL,
802
- 0, () => exports.Action$
894
+ 0, () => Action$
803
895
  ];
804
896
  var AutomationExecutionSet = [1, n0, _AES,
805
- 0, () => exports.AutomationExecution$
897
+ 0, () => AutomationExecution$
806
898
  ];
807
899
  var BatchGetIncidentFindingsErrorList = [1, n0, _BGIFEL,
808
- 0, () => exports.BatchGetIncidentFindingsError$
900
+ 0, () => BatchGetIncidentFindingsError$
809
901
  ];
810
902
  var ChatbotSnsConfigurationSet = 64 | 0;
811
903
  var EngagementSet = 64 | 0;
812
904
  var EventReferenceList = [1, n0, _ERL,
813
- 0, () => exports.EventReference$
905
+ 0, () => EventReference$
814
906
  ];
815
907
  var EventSummaryList = [1, n0, _ESL,
816
- 0, () => exports.EventSummary$
908
+ 0, () => EventSummary$
817
909
  ];
818
910
  var FilterList = [1, n0, _FL,
819
- 0, () => exports.Filter$
911
+ 0, () => Filter$
820
912
  ];
821
913
  var FindingIdList = 64 | 0;
822
914
  var FindingList = [1, n0, _FLi,
823
- 0, () => exports.Finding$
915
+ 0, () => Finding$
824
916
  ];
825
917
  var FindingSummaryList = [1, n0, _FSL,
826
- 0, () => exports.FindingSummary$
918
+ 0, () => FindingSummary$
827
919
  ];
828
920
  var IncidentRecordSummaryList = [1, n0, _IRSL,
829
- 0, () => exports.IncidentRecordSummary$
921
+ 0, () => IncidentRecordSummary$
830
922
  ];
831
923
  var IntegerList = 64 | 1;
832
924
  var Integrations = [1, n0, _I,
833
- 0, () => exports.Integration$
925
+ 0, () => Integration$
834
926
  ];
835
927
  var NotificationTargetSet = [1, n0, _NTS,
836
- 0, () => exports.NotificationTargetItem$
928
+ 0, () => NotificationTargetItem$
837
929
  ];
838
930
  var RelatedItemList = [1, n0, _RIL,
839
- 0, () => exports.RelatedItem$
931
+ 0, () => RelatedItem$
840
932
  ];
841
933
  var ReplicationSetArnList = 64 | 0;
842
934
  var ResourcePolicyList = [1, n0, _RPL,
843
- 0, () => exports.ResourcePolicy$
935
+ 0, () => ResourcePolicy$
844
936
  ];
845
937
  var ResponsePlanSummaryList = [1, n0, _RPSL,
846
- 0, () => exports.ResponsePlanSummary$
938
+ 0, () => ResponsePlanSummary$
847
939
  ];
848
940
  var SsmParameterValues = 64 | 0;
849
941
  var StringList = 64 | 0;
850
942
  var TagKeyList = 64 | 0;
851
943
  var UpdateActionList = [1, n0, _UAL,
852
- 0, () => exports.UpdateReplicationSetAction$
944
+ 0, () => UpdateReplicationSetAction$
853
945
  ];
854
946
  var DynamicSsmParameters = [2, n0, _DSP,
855
- 0, 0, () => exports.DynamicSsmParameterValue$
947
+ 0, 0, () => DynamicSsmParameterValue$
856
948
  ];
857
949
  var RegionInfoMap = [2, n0, _RIM,
858
- 0, 0, () => exports.RegionInfo$
950
+ 0, 0, () => RegionInfo$
859
951
  ];
860
952
  var RegionMapInput = [2, n0, _RMI,
861
- 0, 0, () => exports.RegionMapInputValue$
953
+ 0, 0, () => RegionMapInputValue$
862
954
  ];
863
955
  var SsmParameters = [2, n0, _SP,
864
956
  0, 0, 64 | 0
865
957
  ];
866
958
  var TagMap = 128 | 0;
867
959
  var TagMapUpdate = 128 | 0;
868
- exports.Action$ = [4, n0, _A,
960
+ const Action$ = [4, n0, _A,
869
961
  0,
870
962
  [_sAs],
871
- [() => exports.SsmAutomation$]
963
+ [() => SsmAutomation$]
872
964
  ];
873
- exports.AttributeValueList$ = [4, n0, _AVL,
965
+ exports.Action$ = Action$;
966
+ const AttributeValueList$ = [4, n0, _AVL,
874
967
  0,
875
968
  [_sV, _iV],
876
969
  [64 | 0, 64 | 1]
877
970
  ];
878
- exports.AutomationExecution$ = [4, n0, _AE,
971
+ exports.AttributeValueList$ = AttributeValueList$;
972
+ const AutomationExecution$ = [4, n0, _AE,
879
973
  0,
880
974
  [_sEA],
881
975
  [0]
882
976
  ];
883
- exports.ChatChannel$ = [4, n0, _CC,
977
+ exports.AutomationExecution$ = AutomationExecution$;
978
+ const ChatChannel$ = [4, n0, _CC,
884
979
  0,
885
980
  [_em, _cS],
886
- [() => exports.EmptyChatChannel$, 64 | 0]
981
+ [() => EmptyChatChannel$, 64 | 0]
887
982
  ];
888
- exports.Condition$ = [4, n0, _C,
983
+ exports.ChatChannel$ = ChatChannel$;
984
+ const Condition$ = [4, n0, _C,
889
985
  0,
890
986
  [_b, _af, _eq],
891
- [4, 4, () => exports.AttributeValueList$]
987
+ [4, 4, () => AttributeValueList$]
892
988
  ];
893
- exports.DynamicSsmParameterValue$ = [4, n0, _DSPV,
989
+ exports.Condition$ = Condition$;
990
+ const DynamicSsmParameterValue$ = [4, n0, _DSPV,
894
991
  0,
895
992
  [_va],
896
993
  [0]
897
994
  ];
898
- exports.EventReference$ = [4, n0, _ER,
995
+ exports.DynamicSsmParameterValue$ = DynamicSsmParameterValue$;
996
+ const EventReference$ = [4, n0, _ER,
899
997
  0,
900
998
  [_re, _rII],
901
999
  [0, 0]
902
1000
  ];
903
- exports.FindingDetails$ = [4, n0, _FD,
1001
+ exports.EventReference$ = EventReference$;
1002
+ const FindingDetails$ = [4, n0, _FD,
904
1003
  0,
905
1004
  [_cDD, _cFSU],
906
- [() => exports.CodeDeployDeployment$, () => exports.CloudFormationStackUpdate$]
1005
+ [() => CodeDeployDeployment$, () => CloudFormationStackUpdate$]
907
1006
  ];
908
- exports.Integration$ = [4, n0, _In,
1007
+ exports.FindingDetails$ = FindingDetails$;
1008
+ const Integration$ = [4, n0, _In,
909
1009
  0,
910
1010
  [_pDC],
911
- [() => exports.PagerDutyConfiguration$]
1011
+ [() => PagerDutyConfiguration$]
912
1012
  ];
913
- exports.ItemValue$ = [4, n0, _IV,
1013
+ exports.Integration$ = Integration$;
1014
+ const ItemValue$ = [4, n0, _IV,
914
1015
  0,
915
1016
  [_a, _u, _mD, _pDID],
916
- [0, 0, 0, () => exports.PagerDutyIncidentDetail$]
1017
+ [0, 0, 0, () => PagerDutyIncidentDetail$]
917
1018
  ];
918
- exports.NotificationTargetItem$ = [4, n0, _NTI,
1019
+ exports.ItemValue$ = ItemValue$;
1020
+ const NotificationTargetItem$ = [4, n0, _NTI,
919
1021
  0,
920
1022
  [_sTA],
921
1023
  [0]
922
1024
  ];
923
- exports.RelatedItemsUpdate$ = [4, n0, _RIU,
1025
+ exports.NotificationTargetItem$ = NotificationTargetItem$;
1026
+ const RelatedItemsUpdate$ = [4, n0, _RIU,
924
1027
  0,
925
1028
  [_iTA, _iTR],
926
- [() => exports.RelatedItem$, () => exports.ItemIdentifier$]
1029
+ [() => RelatedItem$, () => ItemIdentifier$]
927
1030
  ];
928
- exports.UpdateReplicationSetAction$ = [4, n0, _URSA,
1031
+ exports.RelatedItemsUpdate$ = RelatedItemsUpdate$;
1032
+ const UpdateReplicationSetAction$ = [4, n0, _URSA,
929
1033
  0,
930
1034
  [_aRA, _dRA],
931
- [() => exports.AddRegionAction$, () => exports.DeleteRegionAction$]
1035
+ [() => AddRegionAction$, () => DeleteRegionAction$]
932
1036
  ];
1037
+ exports.UpdateReplicationSetAction$ = UpdateReplicationSetAction$;
933
1038
  exports.BatchGetIncidentFindings$ = [9, n0, _BGIF,
934
- { [_h]: ["POST", "/batchGetIncidentFindings", 200] }, () => exports.BatchGetIncidentFindingsInput$, () => exports.BatchGetIncidentFindingsOutput$
1039
+ { [_h]: ["POST", "/batchGetIncidentFindings", 200] }, () => BatchGetIncidentFindingsInput$, () => BatchGetIncidentFindingsOutput$
935
1040
  ];
936
1041
  exports.CreateReplicationSet$ = [9, n0, _CRS,
937
- { [_h]: ["POST", "/createReplicationSet", 201] }, () => exports.CreateReplicationSetInput$, () => exports.CreateReplicationSetOutput$
1042
+ { [_h]: ["POST", "/createReplicationSet", 201] }, () => CreateReplicationSetInput$, () => CreateReplicationSetOutput$
938
1043
  ];
939
1044
  exports.CreateResponsePlan$ = [9, n0, _CRP,
940
- { [_h]: ["POST", "/createResponsePlan", 201] }, () => exports.CreateResponsePlanInput$, () => exports.CreateResponsePlanOutput$
1045
+ { [_h]: ["POST", "/createResponsePlan", 201] }, () => CreateResponsePlanInput$, () => CreateResponsePlanOutput$
941
1046
  ];
942
1047
  exports.CreateTimelineEvent$ = [9, n0, _CTE,
943
- { [_h]: ["POST", "/createTimelineEvent", 201] }, () => exports.CreateTimelineEventInput$, () => exports.CreateTimelineEventOutput$
1048
+ { [_h]: ["POST", "/createTimelineEvent", 201] }, () => CreateTimelineEventInput$, () => CreateTimelineEventOutput$
944
1049
  ];
945
1050
  exports.DeleteIncidentRecord$ = [9, n0, _DIR,
946
- { [_h]: ["POST", "/deleteIncidentRecord", 204] }, () => exports.DeleteIncidentRecordInput$, () => exports.DeleteIncidentRecordOutput$
1051
+ { [_h]: ["POST", "/deleteIncidentRecord", 204] }, () => DeleteIncidentRecordInput$, () => DeleteIncidentRecordOutput$
947
1052
  ];
948
1053
  exports.DeleteReplicationSet$ = [9, n0, _DRS,
949
- { [_h]: ["POST", "/deleteReplicationSet", 204] }, () => exports.DeleteReplicationSetInput$, () => exports.DeleteReplicationSetOutput$
1054
+ { [_h]: ["POST", "/deleteReplicationSet", 204] }, () => DeleteReplicationSetInput$, () => DeleteReplicationSetOutput$
950
1055
  ];
951
1056
  exports.DeleteResourcePolicy$ = [9, n0, _DRP,
952
- { [_h]: ["POST", "/deleteResourcePolicy", 200] }, () => exports.DeleteResourcePolicyInput$, () => exports.DeleteResourcePolicyOutput$
1057
+ { [_h]: ["POST", "/deleteResourcePolicy", 200] }, () => DeleteResourcePolicyInput$, () => DeleteResourcePolicyOutput$
953
1058
  ];
954
1059
  exports.DeleteResponsePlan$ = [9, n0, _DRPe,
955
- { [_h]: ["POST", "/deleteResponsePlan", 204] }, () => exports.DeleteResponsePlanInput$, () => exports.DeleteResponsePlanOutput$
1060
+ { [_h]: ["POST", "/deleteResponsePlan", 204] }, () => DeleteResponsePlanInput$, () => DeleteResponsePlanOutput$
956
1061
  ];
957
1062
  exports.DeleteTimelineEvent$ = [9, n0, _DTE,
958
- { [_h]: ["POST", "/deleteTimelineEvent", 204] }, () => exports.DeleteTimelineEventInput$, () => exports.DeleteTimelineEventOutput$
1063
+ { [_h]: ["POST", "/deleteTimelineEvent", 204] }, () => DeleteTimelineEventInput$, () => DeleteTimelineEventOutput$
959
1064
  ];
960
1065
  exports.GetIncidentRecord$ = [9, n0, _GIR,
961
- { [_h]: ["GET", "/getIncidentRecord", 200] }, () => exports.GetIncidentRecordInput$, () => exports.GetIncidentRecordOutput$
1066
+ { [_h]: ["GET", "/getIncidentRecord", 200] }, () => GetIncidentRecordInput$, () => GetIncidentRecordOutput$
962
1067
  ];
963
1068
  exports.GetReplicationSet$ = [9, n0, _GRS,
964
- { [_h]: ["GET", "/getReplicationSet", 200] }, () => exports.GetReplicationSetInput$, () => exports.GetReplicationSetOutput$
1069
+ { [_h]: ["GET", "/getReplicationSet", 200] }, () => GetReplicationSetInput$, () => GetReplicationSetOutput$
965
1070
  ];
966
1071
  exports.GetResourcePolicies$ = [9, n0, _GRP,
967
- { [_h]: ["POST", "/getResourcePolicies", 200] }, () => exports.GetResourcePoliciesInput$, () => exports.GetResourcePoliciesOutput$
1072
+ { [_h]: ["POST", "/getResourcePolicies", 200] }, () => GetResourcePoliciesInput$, () => GetResourcePoliciesOutput$
968
1073
  ];
969
1074
  exports.GetResponsePlan$ = [9, n0, _GRPe,
970
- { [_h]: ["GET", "/getResponsePlan", 200] }, () => exports.GetResponsePlanInput$, () => exports.GetResponsePlanOutput$
1075
+ { [_h]: ["GET", "/getResponsePlan", 200] }, () => GetResponsePlanInput$, () => GetResponsePlanOutput$
971
1076
  ];
972
1077
  exports.GetTimelineEvent$ = [9, n0, _GTE,
973
- { [_h]: ["GET", "/getTimelineEvent", 200] }, () => exports.GetTimelineEventInput$, () => exports.GetTimelineEventOutput$
1078
+ { [_h]: ["GET", "/getTimelineEvent", 200] }, () => GetTimelineEventInput$, () => GetTimelineEventOutput$
974
1079
  ];
975
1080
  exports.ListIncidentFindings$ = [9, n0, _LIF,
976
- { [_h]: ["POST", "/listIncidentFindings", 200] }, () => exports.ListIncidentFindingsInput$, () => exports.ListIncidentFindingsOutput$
1081
+ { [_h]: ["POST", "/listIncidentFindings", 200] }, () => ListIncidentFindingsInput$, () => ListIncidentFindingsOutput$
977
1082
  ];
978
1083
  exports.ListIncidentRecords$ = [9, n0, _LIR,
979
- { [_h]: ["POST", "/listIncidentRecords", 200] }, () => exports.ListIncidentRecordsInput$, () => exports.ListIncidentRecordsOutput$
1084
+ { [_h]: ["POST", "/listIncidentRecords", 200] }, () => ListIncidentRecordsInput$, () => ListIncidentRecordsOutput$
980
1085
  ];
981
1086
  exports.ListRelatedItems$ = [9, n0, _LRI,
982
- { [_h]: ["POST", "/listRelatedItems", 200] }, () => exports.ListRelatedItemsInput$, () => exports.ListRelatedItemsOutput$
1087
+ { [_h]: ["POST", "/listRelatedItems", 200] }, () => ListRelatedItemsInput$, () => ListRelatedItemsOutput$
983
1088
  ];
984
1089
  exports.ListReplicationSets$ = [9, n0, _LRS,
985
- { [_h]: ["POST", "/listReplicationSets", 200] }, () => exports.ListReplicationSetsInput$, () => exports.ListReplicationSetsOutput$
1090
+ { [_h]: ["POST", "/listReplicationSets", 200] }, () => ListReplicationSetsInput$, () => ListReplicationSetsOutput$
986
1091
  ];
987
1092
  exports.ListResponsePlans$ = [9, n0, _LRP,
988
- { [_h]: ["POST", "/listResponsePlans", 200] }, () => exports.ListResponsePlansInput$, () => exports.ListResponsePlansOutput$
1093
+ { [_h]: ["POST", "/listResponsePlans", 200] }, () => ListResponsePlansInput$, () => ListResponsePlansOutput$
989
1094
  ];
990
1095
  exports.ListTagsForResource$ = [9, n0, _LTFR,
991
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1096
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
992
1097
  ];
993
1098
  exports.ListTimelineEvents$ = [9, n0, _LTE,
994
- { [_h]: ["POST", "/listTimelineEvents", 200] }, () => exports.ListTimelineEventsInput$, () => exports.ListTimelineEventsOutput$
1099
+ { [_h]: ["POST", "/listTimelineEvents", 200] }, () => ListTimelineEventsInput$, () => ListTimelineEventsOutput$
995
1100
  ];
996
1101
  exports.PutResourcePolicy$ = [9, n0, _PRP,
997
- { [_h]: ["POST", "/putResourcePolicy", 200] }, () => exports.PutResourcePolicyInput$, () => exports.PutResourcePolicyOutput$
1102
+ { [_h]: ["POST", "/putResourcePolicy", 200] }, () => PutResourcePolicyInput$, () => PutResourcePolicyOutput$
998
1103
  ];
999
1104
  exports.StartIncident$ = [9, n0, _SI,
1000
- { [_h]: ["POST", "/startIncident", 200] }, () => exports.StartIncidentInput$, () => exports.StartIncidentOutput$
1105
+ { [_h]: ["POST", "/startIncident", 200] }, () => StartIncidentInput$, () => StartIncidentOutput$
1001
1106
  ];
1002
1107
  exports.TagResource$ = [9, n0, _TR,
1003
- { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1108
+ { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
1004
1109
  ];
1005
1110
  exports.UntagResource$ = [9, n0, _UR,
1006
- { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1111
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1007
1112
  ];
1008
1113
  exports.UpdateDeletionProtection$ = [9, n0, _UDP,
1009
- { [_h]: ["POST", "/updateDeletionProtection", 204] }, () => exports.UpdateDeletionProtectionInput$, () => exports.UpdateDeletionProtectionOutput$
1114
+ { [_h]: ["POST", "/updateDeletionProtection", 204] }, () => UpdateDeletionProtectionInput$, () => UpdateDeletionProtectionOutput$
1010
1115
  ];
1011
1116
  exports.UpdateIncidentRecord$ = [9, n0, _UIR,
1012
- { [_h]: ["POST", "/updateIncidentRecord", 204] }, () => exports.UpdateIncidentRecordInput$, () => exports.UpdateIncidentRecordOutput$
1117
+ { [_h]: ["POST", "/updateIncidentRecord", 204] }, () => UpdateIncidentRecordInput$, () => UpdateIncidentRecordOutput$
1013
1118
  ];
1014
1119
  exports.UpdateRelatedItems$ = [9, n0, _URI,
1015
- { [_h]: ["POST", "/updateRelatedItems", 204] }, () => exports.UpdateRelatedItemsInput$, () => exports.UpdateRelatedItemsOutput$
1120
+ { [_h]: ["POST", "/updateRelatedItems", 204] }, () => UpdateRelatedItemsInput$, () => UpdateRelatedItemsOutput$
1016
1121
  ];
1017
1122
  exports.UpdateReplicationSet$ = [9, n0, _URS,
1018
- { [_h]: ["POST", "/updateReplicationSet", 204] }, () => exports.UpdateReplicationSetInput$, () => exports.UpdateReplicationSetOutput$
1123
+ { [_h]: ["POST", "/updateReplicationSet", 204] }, () => UpdateReplicationSetInput$, () => UpdateReplicationSetOutput$
1019
1124
  ];
1020
1125
  exports.UpdateResponsePlan$ = [9, n0, _URP,
1021
- { [_h]: ["POST", "/updateResponsePlan", 204] }, () => exports.UpdateResponsePlanInput$, () => exports.UpdateResponsePlanOutput$
1126
+ { [_h]: ["POST", "/updateResponsePlan", 204] }, () => UpdateResponsePlanInput$, () => UpdateResponsePlanOutput$
1022
1127
  ];
1023
1128
  exports.UpdateTimelineEvent$ = [9, n0, _UTE,
1024
- { [_h]: ["POST", "/updateTimelineEvent", 204] }, () => exports.UpdateTimelineEventInput$, () => exports.UpdateTimelineEventOutput$
1129
+ { [_h]: ["POST", "/updateTimelineEvent", 204] }, () => UpdateTimelineEventInput$, () => UpdateTimelineEventOutput$
1025
1130
  ];