@aws-sdk/client-ssm-incidents 3.952.0 → 3.953.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 +448 -306
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchGetIncidentFindingsCommand.js +2 -2
- package/dist-es/commands/CreateReplicationSetCommand.js +2 -2
- package/dist-es/commands/CreateResponsePlanCommand.js +2 -2
- package/dist-es/commands/CreateTimelineEventCommand.js +2 -2
- package/dist-es/commands/DeleteIncidentRecordCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationSetCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteResponsePlanCommand.js +2 -2
- package/dist-es/commands/DeleteTimelineEventCommand.js +2 -2
- package/dist-es/commands/GetIncidentRecordCommand.js +2 -2
- package/dist-es/commands/GetReplicationSetCommand.js +2 -2
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
- package/dist-es/commands/GetResponsePlanCommand.js +2 -2
- package/dist-es/commands/GetTimelineEventCommand.js +2 -2
- package/dist-es/commands/ListIncidentFindingsCommand.js +2 -2
- package/dist-es/commands/ListIncidentRecordsCommand.js +2 -2
- package/dist-es/commands/ListRelatedItemsCommand.js +2 -2
- package/dist-es/commands/ListReplicationSetsCommand.js +2 -2
- package/dist-es/commands/ListResponsePlansCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTimelineEventsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/StartIncidentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +2 -2
- package/dist-es/commands/UpdateIncidentRecordCommand.js +2 -2
- package/dist-es/commands/UpdateRelatedItemsCommand.js +2 -2
- package/dist-es/commands/UpdateReplicationSetCommand.js +2 -2
- package/dist-es/commands/UpdateResponsePlanCommand.js +2 -2
- package/dist-es/commands/UpdateTimelineEventCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +263 -262
- package/dist-types/SSMIncidentsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +142 -171
- package/dist-types/ts3.4/SSMIncidentsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -172
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class SSMIncidentsClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class SSMIncidentsServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, SSMIncidentsServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class AccessDeniedException extends SSMIncidentsServiceException {
|
|
122
122
|
name = "AccessDeniedException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
constructor(opts) {
|
|
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SSMIncidentsSe
|
|
|
129
129
|
});
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
132
|
+
}
|
|
133
|
+
class InternalServerException extends SSMIncidentsServiceException {
|
|
134
134
|
name = "InternalServerException";
|
|
135
135
|
$fault = "server";
|
|
136
136
|
constructor(opts) {
|
|
@@ -141,8 +141,8 @@ let InternalServerException$1 = class InternalServerException extends SSMInciden
|
|
|
141
141
|
});
|
|
142
142
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
143
143
|
}
|
|
144
|
-
}
|
|
145
|
-
|
|
144
|
+
}
|
|
145
|
+
class ResourceNotFoundException extends SSMIncidentsServiceException {
|
|
146
146
|
name = "ResourceNotFoundException";
|
|
147
147
|
$fault = "client";
|
|
148
148
|
resourceIdentifier;
|
|
@@ -157,8 +157,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SSMInc
|
|
|
157
157
|
this.resourceIdentifier = opts.resourceIdentifier;
|
|
158
158
|
this.resourceType = opts.resourceType;
|
|
159
159
|
}
|
|
160
|
-
}
|
|
161
|
-
|
|
160
|
+
}
|
|
161
|
+
class ThrottlingException extends SSMIncidentsServiceException {
|
|
162
162
|
name = "ThrottlingException";
|
|
163
163
|
$fault = "client";
|
|
164
164
|
serviceCode;
|
|
@@ -173,8 +173,8 @@ let ThrottlingException$1 = class ThrottlingException extends SSMIncidentsServic
|
|
|
173
173
|
this.serviceCode = opts.serviceCode;
|
|
174
174
|
this.quotaCode = opts.quotaCode;
|
|
175
175
|
}
|
|
176
|
-
}
|
|
177
|
-
|
|
176
|
+
}
|
|
177
|
+
class ValidationException extends SSMIncidentsServiceException {
|
|
178
178
|
name = "ValidationException";
|
|
179
179
|
$fault = "client";
|
|
180
180
|
constructor(opts) {
|
|
@@ -185,8 +185,8 @@ let ValidationException$1 = class ValidationException extends SSMIncidentsServic
|
|
|
185
185
|
});
|
|
186
186
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
187
187
|
}
|
|
188
|
-
}
|
|
189
|
-
|
|
188
|
+
}
|
|
189
|
+
class ConflictException extends SSMIncidentsServiceException {
|
|
190
190
|
name = "ConflictException";
|
|
191
191
|
$fault = "client";
|
|
192
192
|
resourceIdentifier;
|
|
@@ -203,8 +203,8 @@ let ConflictException$1 = class ConflictException extends SSMIncidentsServiceExc
|
|
|
203
203
|
this.resourceType = opts.resourceType;
|
|
204
204
|
this.retryAfter = opts.retryAfter;
|
|
205
205
|
}
|
|
206
|
-
}
|
|
207
|
-
|
|
206
|
+
}
|
|
207
|
+
class ServiceQuotaExceededException extends SSMIncidentsServiceException {
|
|
208
208
|
name = "ServiceQuotaExceededException";
|
|
209
209
|
$fault = "client";
|
|
210
210
|
resourceIdentifier;
|
|
@@ -223,7 +223,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
223
223
|
this.serviceCode = opts.serviceCode;
|
|
224
224
|
this.quotaCode = opts.quotaCode;
|
|
225
225
|
}
|
|
226
|
-
}
|
|
226
|
+
}
|
|
227
227
|
|
|
228
228
|
const _A = "Action";
|
|
229
229
|
const _ADE = "AccessDeniedException";
|
|
@@ -522,12 +522,12 @@ const _u = "url";
|
|
|
522
522
|
const _v = "value";
|
|
523
523
|
const _va = "variable";
|
|
524
524
|
const n0 = "com.amazonaws.ssmincidents";
|
|
525
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
526
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
527
|
-
var AddRegionAction = [3, n0, _ARA, 0, [_rN, _sKKI], [0, 0]];
|
|
528
|
-
var BatchGetIncidentFindingsError = [3, n0, _BGIFE, 0, [_fI, _co, _m], [0, 0, 0]];
|
|
529
|
-
var BatchGetIncidentFindingsInput = [3, n0, _BGIFI, 0, [_iRA, _fIi], [0, 64 | 0]];
|
|
530
|
-
var BatchGetIncidentFindingsOutput = [
|
|
525
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
526
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
527
|
+
var AddRegionAction$ = [3, n0, _ARA, 0, [_rN, _sKKI], [0, 0]];
|
|
528
|
+
var BatchGetIncidentFindingsError$ = [3, n0, _BGIFE, 0, [_fI, _co, _m], [0, 0, 0]];
|
|
529
|
+
var BatchGetIncidentFindingsInput$ = [3, n0, _BGIFI, 0, [_iRA, _fIi], [0, 64 | 0]];
|
|
530
|
+
var BatchGetIncidentFindingsOutput$ = [
|
|
531
531
|
3,
|
|
532
532
|
n0,
|
|
533
533
|
_BGIFO,
|
|
@@ -535,9 +535,9 @@ var BatchGetIncidentFindingsOutput = [
|
|
|
535
535
|
[_f, _er],
|
|
536
536
|
[() => FindingList, () => BatchGetIncidentFindingsErrorList],
|
|
537
537
|
];
|
|
538
|
-
var CloudFormationStackUpdate = [3, n0, _CFSU, 0, [_sT, _eT, _sA], [4, 4, 0]];
|
|
539
|
-
var CodeDeployDeployment = [3, n0, _CDD, 0, [_sT, _eT, _dGA, _dI], [4, 4, 0, 0]];
|
|
540
|
-
var ConflictException = [
|
|
538
|
+
var CloudFormationStackUpdate$ = [3, n0, _CFSU, 0, [_sT, _eT, _sA], [4, 4, 0]];
|
|
539
|
+
var CodeDeployDeployment$ = [3, n0, _CDD, 0, [_sT, _eT, _dGA, _dI], [4, 4, 0, 0]];
|
|
540
|
+
var ConflictException$ = [
|
|
541
541
|
-3,
|
|
542
542
|
n0,
|
|
543
543
|
_CE,
|
|
@@ -545,8 +545,8 @@ var ConflictException = [
|
|
|
545
545
|
[_m, _rI, _rT, _rA],
|
|
546
546
|
[0, 0, 0, 4],
|
|
547
547
|
];
|
|
548
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
549
|
-
var CreateReplicationSetInput = [
|
|
548
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
549
|
+
var CreateReplicationSetInput$ = [
|
|
550
550
|
3,
|
|
551
551
|
n0,
|
|
552
552
|
_CRSI,
|
|
@@ -554,17 +554,17 @@ var CreateReplicationSetInput = [
|
|
|
554
554
|
[_r, _cT, _t],
|
|
555
555
|
[() => RegionMapInput, [0, 4], 128 | 0],
|
|
556
556
|
];
|
|
557
|
-
var CreateReplicationSetOutput = [3, n0, _CRSO, 0, [_a], [0]];
|
|
558
|
-
var CreateResponsePlanInput = [
|
|
557
|
+
var CreateReplicationSetOutput$ = [3, n0, _CRSO, 0, [_a], [0]];
|
|
558
|
+
var CreateResponsePlanInput$ = [
|
|
559
559
|
3,
|
|
560
560
|
n0,
|
|
561
561
|
_CRPI,
|
|
562
562
|
0,
|
|
563
563
|
[_cT, _n, _dN, _iT, _cC, _en, _ac, _t, _i],
|
|
564
|
-
[[0, 4], 0, 0, () => IncidentTemplate
|
|
564
|
+
[[0, 4], 0, 0, () => IncidentTemplate$, () => ChatChannel$, 64 | 0, () => ActionsList, 128 | 0, () => Integrations],
|
|
565
565
|
];
|
|
566
|
-
var CreateResponsePlanOutput = [3, n0, _CRPO, 0, [_a], [0]];
|
|
567
|
-
var CreateTimelineEventInput = [
|
|
566
|
+
var CreateResponsePlanOutput$ = [3, n0, _CRPO, 0, [_a], [0]];
|
|
567
|
+
var CreateTimelineEventInput$ = [
|
|
568
568
|
3,
|
|
569
569
|
n0,
|
|
570
570
|
_CTEI,
|
|
@@ -572,20 +572,20 @@ var CreateTimelineEventInput = [
|
|
|
572
572
|
[_cT, _iRA, _eTv, _eTve, _eD, _eR],
|
|
573
573
|
[[0, 4], 0, 4, 0, 0, () => EventReferenceList],
|
|
574
574
|
];
|
|
575
|
-
var CreateTimelineEventOutput = [3, n0, _CTEO, 0, [_iRA, _eI], [0, 0]];
|
|
576
|
-
var DeleteIncidentRecordInput = [3, n0, _DIRI, 0, [_a], [0]];
|
|
577
|
-
var DeleteIncidentRecordOutput = [3, n0, _DIRO, 0, [], []];
|
|
578
|
-
var DeleteRegionAction = [3, n0, _DRA, 0, [_rN], [0]];
|
|
579
|
-
var DeleteReplicationSetInput = [3, n0, _DRSI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
580
|
-
var DeleteReplicationSetOutput = [3, n0, _DRSO, 0, [], []];
|
|
581
|
-
var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_rAe, _pI], [0, 0]];
|
|
582
|
-
var DeleteResourcePolicyOutput = [3, n0, _DRPO, 0, [], []];
|
|
583
|
-
var DeleteResponsePlanInput = [3, n0, _DRPIe, 0, [_a], [0]];
|
|
584
|
-
var DeleteResponsePlanOutput = [3, n0, _DRPOe, 0, [], []];
|
|
585
|
-
var DeleteTimelineEventInput = [3, n0, _DTEI, 0, [_iRA, _eI], [0, 0]];
|
|
586
|
-
var DeleteTimelineEventOutput = [3, n0, _DTEO, 0, [], []];
|
|
587
|
-
var EmptyChatChannel = [3, n0, _ECC, 0, [], []];
|
|
588
|
-
var EventSummary = [
|
|
575
|
+
var CreateTimelineEventOutput$ = [3, n0, _CTEO, 0, [_iRA, _eI], [0, 0]];
|
|
576
|
+
var DeleteIncidentRecordInput$ = [3, n0, _DIRI, 0, [_a], [0]];
|
|
577
|
+
var DeleteIncidentRecordOutput$ = [3, n0, _DIRO, 0, [], []];
|
|
578
|
+
var DeleteRegionAction$ = [3, n0, _DRA, 0, [_rN], [0]];
|
|
579
|
+
var DeleteReplicationSetInput$ = [3, n0, _DRSI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
580
|
+
var DeleteReplicationSetOutput$ = [3, n0, _DRSO, 0, [], []];
|
|
581
|
+
var DeleteResourcePolicyInput$ = [3, n0, _DRPI, 0, [_rAe, _pI], [0, 0]];
|
|
582
|
+
var DeleteResourcePolicyOutput$ = [3, n0, _DRPO, 0, [], []];
|
|
583
|
+
var DeleteResponsePlanInput$ = [3, n0, _DRPIe, 0, [_a], [0]];
|
|
584
|
+
var DeleteResponsePlanOutput$ = [3, n0, _DRPOe, 0, [], []];
|
|
585
|
+
var DeleteTimelineEventInput$ = [3, n0, _DTEI, 0, [_iRA, _eI], [0, 0]];
|
|
586
|
+
var DeleteTimelineEventOutput$ = [3, n0, _DTEO, 0, [], []];
|
|
587
|
+
var EmptyChatChannel$ = [3, n0, _ECC, 0, [], []];
|
|
588
|
+
var EventSummary$ = [
|
|
589
589
|
3,
|
|
590
590
|
n0,
|
|
591
591
|
_ES,
|
|
@@ -593,14 +593,14 @@ var EventSummary = [
|
|
|
593
593
|
[_iRA, _eI, _eTv, _eUT, _eTve, _eR],
|
|
594
594
|
[0, 0, 4, 4, 0, () => EventReferenceList],
|
|
595
595
|
];
|
|
596
|
-
var Filter = [3, n0, _F, 0, [_k, _con], [0, () => Condition]];
|
|
597
|
-
var Finding = [3, n0, _Fi, 0, [_id, _cTr, _lMT, _d], [0, 4, 4, () => FindingDetails]];
|
|
598
|
-
var FindingSummary = [3, n0, _FS, 0, [_id, _lMT], [0, 4]];
|
|
599
|
-
var GetIncidentRecordInput = [3, n0, _GIRI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
600
|
-
var GetIncidentRecordOutput = [3, n0, _GIRO, 0, [_iR], [() => IncidentRecord]];
|
|
601
|
-
var GetReplicationSetInput = [3, n0, _GRSI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
602
|
-
var GetReplicationSetOutput = [3, n0, _GRSO, 0, [_rS], [() => ReplicationSet]];
|
|
603
|
-
var GetResourcePoliciesInput = [
|
|
596
|
+
var Filter$ = [3, n0, _F, 0, [_k, _con], [0, () => Condition$]];
|
|
597
|
+
var Finding$ = [3, n0, _Fi, 0, [_id, _cTr, _lMT, _d], [0, 4, 4, () => FindingDetails$]];
|
|
598
|
+
var FindingSummary$ = [3, n0, _FS, 0, [_id, _lMT], [0, 4]];
|
|
599
|
+
var GetIncidentRecordInput$ = [3, n0, _GIRI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
600
|
+
var GetIncidentRecordOutput$ = [3, n0, _GIRO, 0, [_iR], [() => IncidentRecord$]];
|
|
601
|
+
var GetReplicationSetInput$ = [3, n0, _GRSI, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
602
|
+
var GetReplicationSetOutput$ = [3, n0, _GRSO, 0, [_rS], [() => ReplicationSet$]];
|
|
603
|
+
var GetResourcePoliciesInput$ = [
|
|
604
604
|
3,
|
|
605
605
|
n0,
|
|
606
606
|
_GRPI,
|
|
@@ -608,7 +608,7 @@ var GetResourcePoliciesInput = [
|
|
|
608
608
|
[_rAe, _mR, _nT],
|
|
609
609
|
[[0, { [_hQ]: _rAe }], 1, 0],
|
|
610
610
|
];
|
|
611
|
-
var GetResourcePoliciesOutput = [
|
|
611
|
+
var GetResourcePoliciesOutput$ = [
|
|
612
612
|
3,
|
|
613
613
|
n0,
|
|
614
614
|
_GRPO,
|
|
@@ -616,16 +616,16 @@ var GetResourcePoliciesOutput = [
|
|
|
616
616
|
[_rP, _nT],
|
|
617
617
|
[() => ResourcePolicyList, 0],
|
|
618
618
|
];
|
|
619
|
-
var GetResponsePlanInput = [3, n0, _GRPIe, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
620
|
-
var GetResponsePlanOutput = [
|
|
619
|
+
var GetResponsePlanInput$ = [3, n0, _GRPIe, 0, [_a], [[0, { [_hQ]: _a }]]];
|
|
620
|
+
var GetResponsePlanOutput$ = [
|
|
621
621
|
3,
|
|
622
622
|
n0,
|
|
623
623
|
_GRPOe,
|
|
624
624
|
0,
|
|
625
625
|
[_a, _n, _dN, _iT, _cC, _en, _ac, _i],
|
|
626
|
-
[0, 0, 0, () => IncidentTemplate
|
|
626
|
+
[0, 0, 0, () => IncidentTemplate$, () => ChatChannel$, 64 | 0, () => ActionsList, () => Integrations],
|
|
627
627
|
];
|
|
628
|
-
var GetTimelineEventInput = [
|
|
628
|
+
var GetTimelineEventInput$ = [
|
|
629
629
|
3,
|
|
630
630
|
n0,
|
|
631
631
|
_GTEI,
|
|
@@ -636,8 +636,8 @@ var GetTimelineEventInput = [
|
|
|
636
636
|
[0, { [_hQ]: _eI }],
|
|
637
637
|
],
|
|
638
638
|
];
|
|
639
|
-
var GetTimelineEventOutput = [3, n0, _GTEO, 0, [_ev], [() => TimelineEvent]];
|
|
640
|
-
var IncidentRecord = [
|
|
639
|
+
var GetTimelineEventOutput$ = [3, n0, _GTEO, 0, [_ev], [() => TimelineEvent$]];
|
|
640
|
+
var IncidentRecord$ = [
|
|
641
641
|
3,
|
|
642
642
|
n0,
|
|
643
643
|
_IR,
|
|
@@ -654,22 +654,22 @@ var IncidentRecord = [
|
|
|
654
654
|
4,
|
|
655
655
|
0,
|
|
656
656
|
() => AutomationExecutionSet,
|
|
657
|
-
() => IncidentRecordSource
|
|
657
|
+
() => IncidentRecordSource$,
|
|
658
658
|
0,
|
|
659
|
-
() => ChatChannel
|
|
659
|
+
() => ChatChannel$,
|
|
660
660
|
() => NotificationTargetSet,
|
|
661
661
|
],
|
|
662
662
|
];
|
|
663
|
-
var IncidentRecordSource = [3, n0, _IRS, 0, [_cB, _iB, _rAe, _so], [0, 0, 0, 0]];
|
|
664
|
-
var IncidentRecordSummary = [
|
|
663
|
+
var IncidentRecordSource$ = [3, n0, _IRS, 0, [_cB, _iB, _rAe, _so], [0, 0, 0, 0]];
|
|
664
|
+
var IncidentRecordSummary$ = [
|
|
665
665
|
3,
|
|
666
666
|
n0,
|
|
667
667
|
_IRSn,
|
|
668
668
|
0,
|
|
669
669
|
[_a, _ti, _st, _im, _cTr, _rTe, _iRS],
|
|
670
|
-
[0, 0, 0, 1, 4, 4, () => IncidentRecordSource],
|
|
670
|
+
[0, 0, 0, 1, 4, 4, () => IncidentRecordSource$],
|
|
671
671
|
];
|
|
672
|
-
var IncidentTemplate = [
|
|
672
|
+
var IncidentTemplate$ = [
|
|
673
673
|
3,
|
|
674
674
|
n0,
|
|
675
675
|
_IT,
|
|
@@ -677,11 +677,11 @@ var IncidentTemplate = [
|
|
|
677
677
|
[_ti, _im, _s, _dS, _nTo, _iTn],
|
|
678
678
|
[0, 1, 0, 0, () => NotificationTargetSet, 128 | 0],
|
|
679
679
|
];
|
|
680
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
681
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
682
|
-
var ItemIdentifier = [3, n0, _II, 0, [_v, _ty], [() => ItemValue
|
|
683
|
-
var ListIncidentFindingsInput = [3, n0, _LIFI, 0, [_iRA, _mR, _nT], [0, 1, 0]];
|
|
684
|
-
var ListIncidentFindingsOutput = [
|
|
680
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
681
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
682
|
+
var ItemIdentifier$ = [3, n0, _II, 0, [_v, _ty], [() => ItemValue$, 0]];
|
|
683
|
+
var ListIncidentFindingsInput$ = [3, n0, _LIFI, 0, [_iRA, _mR, _nT], [0, 1, 0]];
|
|
684
|
+
var ListIncidentFindingsOutput$ = [
|
|
685
685
|
3,
|
|
686
686
|
n0,
|
|
687
687
|
_LIFO,
|
|
@@ -689,7 +689,7 @@ var ListIncidentFindingsOutput = [
|
|
|
689
689
|
[_f, _nT],
|
|
690
690
|
[() => FindingSummaryList, 0],
|
|
691
691
|
];
|
|
692
|
-
var ListIncidentRecordsInput = [
|
|
692
|
+
var ListIncidentRecordsInput$ = [
|
|
693
693
|
3,
|
|
694
694
|
n0,
|
|
695
695
|
_LIRI,
|
|
@@ -697,7 +697,7 @@ var ListIncidentRecordsInput = [
|
|
|
697
697
|
[_fi, _mR, _nT],
|
|
698
698
|
[() => FilterList, 1, 0],
|
|
699
699
|
];
|
|
700
|
-
var ListIncidentRecordsOutput = [
|
|
700
|
+
var ListIncidentRecordsOutput$ = [
|
|
701
701
|
3,
|
|
702
702
|
n0,
|
|
703
703
|
_LIRO,
|
|
@@ -705,12 +705,12 @@ var ListIncidentRecordsOutput = [
|
|
|
705
705
|
[_iRSn, _nT],
|
|
706
706
|
[() => IncidentRecordSummaryList, 0],
|
|
707
707
|
];
|
|
708
|
-
var ListRelatedItemsInput = [3, n0, _LRII, 0, [_iRA, _mR, _nT], [0, 1, 0]];
|
|
709
|
-
var ListRelatedItemsOutput = [3, n0, _LRIO, 0, [_rIe, _nT], [() => RelatedItemList, 0]];
|
|
710
|
-
var ListReplicationSetsInput = [3, n0, _LRSI, 0, [_mR, _nT], [1, 0]];
|
|
711
|
-
var ListReplicationSetsOutput = [3, n0, _LRSO, 0, [_rSA, _nT], [64 | 0, 0]];
|
|
712
|
-
var ListResponsePlansInput = [3, n0, _LRPI, 0, [_mR, _nT], [1, 0]];
|
|
713
|
-
var ListResponsePlansOutput = [
|
|
708
|
+
var ListRelatedItemsInput$ = [3, n0, _LRII, 0, [_iRA, _mR, _nT], [0, 1, 0]];
|
|
709
|
+
var ListRelatedItemsOutput$ = [3, n0, _LRIO, 0, [_rIe, _nT], [() => RelatedItemList, 0]];
|
|
710
|
+
var ListReplicationSetsInput$ = [3, n0, _LRSI, 0, [_mR, _nT], [1, 0]];
|
|
711
|
+
var ListReplicationSetsOutput$ = [3, n0, _LRSO, 0, [_rSA, _nT], [64 | 0, 0]];
|
|
712
|
+
var ListResponsePlansInput$ = [3, n0, _LRPI, 0, [_mR, _nT], [1, 0]];
|
|
713
|
+
var ListResponsePlansOutput$ = [
|
|
714
714
|
3,
|
|
715
715
|
n0,
|
|
716
716
|
_LRPO,
|
|
@@ -718,9 +718,9 @@ var ListResponsePlansOutput = [
|
|
|
718
718
|
[_rPS, _nT],
|
|
719
719
|
[() => ResponsePlanSummaryList, 0],
|
|
720
720
|
];
|
|
721
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
722
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
723
|
-
var ListTimelineEventsInput = [
|
|
721
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
722
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
723
|
+
var ListTimelineEventsInput$ = [
|
|
724
724
|
3,
|
|
725
725
|
n0,
|
|
726
726
|
_LTEI,
|
|
@@ -728,23 +728,30 @@ var ListTimelineEventsInput = [
|
|
|
728
728
|
[_iRA, _fi, _sB, _sO, _mR, _nT],
|
|
729
729
|
[0, () => FilterList, 0, 0, 1, 0],
|
|
730
730
|
];
|
|
731
|
-
var ListTimelineEventsOutput = [
|
|
732
|
-
|
|
731
|
+
var ListTimelineEventsOutput$ = [
|
|
732
|
+
3,
|
|
733
|
+
n0,
|
|
734
|
+
_LTEO,
|
|
735
|
+
0,
|
|
736
|
+
[_eS, _nT],
|
|
737
|
+
[() => EventSummaryList, 0],
|
|
738
|
+
];
|
|
739
|
+
var PagerDutyConfiguration$ = [
|
|
733
740
|
3,
|
|
734
741
|
n0,
|
|
735
742
|
_PDC,
|
|
736
743
|
0,
|
|
737
744
|
[_n, _sI, _pDIC],
|
|
738
|
-
[0, 0, () => PagerDutyIncidentConfiguration],
|
|
739
|
-
];
|
|
740
|
-
var PagerDutyIncidentConfiguration = [3, n0, _PDIC, 0, [_sIe], [0]];
|
|
741
|
-
var PagerDutyIncidentDetail = [3, n0, _PDID, 0, [_id, _aR, _sI], [0, 2, 0]];
|
|
742
|
-
var PutResourcePolicyInput = [3, n0, _PRPI, 0, [_rAe, _p], [0, 0]];
|
|
743
|
-
var PutResourcePolicyOutput = [3, n0, _PRPO, 0, [_pI], [0]];
|
|
744
|
-
var RegionInfo = [3, n0, _RI, 0, [_sKKI, _st, _sM, _sUDT], [0, 0, 0, 4]];
|
|
745
|
-
var RegionMapInputValue = [3, n0, _RMIV, 0, [_sKKI], [0]];
|
|
746
|
-
var RelatedItem = [3, n0, _RIe, 0, [_ide, _ti, _gI], [() => ItemIdentifier
|
|
747
|
-
var ReplicationSet = [
|
|
745
|
+
[0, 0, () => PagerDutyIncidentConfiguration$],
|
|
746
|
+
];
|
|
747
|
+
var PagerDutyIncidentConfiguration$ = [3, n0, _PDIC, 0, [_sIe], [0]];
|
|
748
|
+
var PagerDutyIncidentDetail$ = [3, n0, _PDID, 0, [_id, _aR, _sI], [0, 2, 0]];
|
|
749
|
+
var PutResourcePolicyInput$ = [3, n0, _PRPI, 0, [_rAe, _p], [0, 0]];
|
|
750
|
+
var PutResourcePolicyOutput$ = [3, n0, _PRPO, 0, [_pI], [0]];
|
|
751
|
+
var RegionInfo$ = [3, n0, _RI, 0, [_sKKI, _st, _sM, _sUDT], [0, 0, 0, 4]];
|
|
752
|
+
var RegionMapInputValue$ = [3, n0, _RMIV, 0, [_sKKI], [0]];
|
|
753
|
+
var RelatedItem$ = [3, n0, _RIe, 0, [_ide, _ti, _gI], [() => ItemIdentifier$, 0, 0]];
|
|
754
|
+
var ReplicationSet$ = [
|
|
748
755
|
3,
|
|
749
756
|
n0,
|
|
750
757
|
_RS,
|
|
@@ -752,7 +759,7 @@ var ReplicationSet = [
|
|
|
752
759
|
[_a, _rM, _st, _dP, _cTre, _cB, _lMT, _lMB],
|
|
753
760
|
[0, () => RegionInfoMap, 0, 2, 4, 0, 4, 0],
|
|
754
761
|
];
|
|
755
|
-
var ResourceNotFoundException = [
|
|
762
|
+
var ResourceNotFoundException$ = [
|
|
756
763
|
-3,
|
|
757
764
|
n0,
|
|
758
765
|
_RNFE,
|
|
@@ -760,10 +767,10 @@ var ResourceNotFoundException = [
|
|
|
760
767
|
[_m, _rI, _rT],
|
|
761
768
|
[0, 0, 0],
|
|
762
769
|
];
|
|
763
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
764
|
-
var ResourcePolicy = [3, n0, _RP, 0, [_pD, _pI, _rRSR], [0, 0, 0]];
|
|
765
|
-
var ResponsePlanSummary = [3, n0, _RPS, 0, [_a, _n, _dN], [0, 0, 0]];
|
|
766
|
-
var ServiceQuotaExceededException = [
|
|
770
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
771
|
+
var ResourcePolicy$ = [3, n0, _RP, 0, [_pD, _pI, _rRSR], [0, 0, 0]];
|
|
772
|
+
var ResponsePlanSummary$ = [3, n0, _RPS, 0, [_a, _n, _dN], [0, 0, 0]];
|
|
773
|
+
var ServiceQuotaExceededException$ = [
|
|
767
774
|
-3,
|
|
768
775
|
n0,
|
|
769
776
|
_SQEE,
|
|
@@ -771,8 +778,8 @@ var ServiceQuotaExceededException = [
|
|
|
771
778
|
[_m, _rI, _rT, _sC, _qC],
|
|
772
779
|
[0, 0, 0, 0, 0],
|
|
773
780
|
];
|
|
774
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
775
|
-
var SsmAutomation = [
|
|
781
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
782
|
+
var SsmAutomation$ = [
|
|
776
783
|
3,
|
|
777
784
|
n0,
|
|
778
785
|
_SA,
|
|
@@ -780,20 +787,20 @@ var SsmAutomation = [
|
|
|
780
787
|
[_rAo, _dNo, _dV, _tA, _pa, _dPy],
|
|
781
788
|
[0, 0, 0, 0, [2, n0, _SP, 0, 0, 64 | 0], () => DynamicSsmParameters],
|
|
782
789
|
];
|
|
783
|
-
var StartIncidentInput = [
|
|
790
|
+
var StartIncidentInput$ = [
|
|
784
791
|
3,
|
|
785
792
|
n0,
|
|
786
793
|
_SII,
|
|
787
794
|
0,
|
|
788
795
|
[_cT, _rPA, _ti, _im, _tD, _rIe],
|
|
789
|
-
[[0, 4], 0, 0, 1, () => TriggerDetails
|
|
790
|
-
];
|
|
791
|
-
var StartIncidentOutput = [3, n0, _SIO, 0, [_iRA], [0]];
|
|
792
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
793
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
794
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC, _qC], [0, 0, 0]];
|
|
795
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
796
|
-
var TimelineEvent = [
|
|
796
|
+
[[0, 4], 0, 0, 1, () => TriggerDetails$, () => RelatedItemList],
|
|
797
|
+
];
|
|
798
|
+
var StartIncidentOutput$ = [3, n0, _SIO, 0, [_iRA], [0]];
|
|
799
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
800
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
801
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC, _qC], [0, 0, 0]];
|
|
802
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
803
|
+
var TimelineEvent$ = [
|
|
797
804
|
3,
|
|
798
805
|
n0,
|
|
799
806
|
_TEi,
|
|
@@ -801,8 +808,8 @@ var TimelineEvent = [
|
|
|
801
808
|
[_iRA, _eI, _eTv, _eUT, _eTve, _eD, _eR],
|
|
802
809
|
[0, 0, 4, 4, 0, 0, () => EventReferenceList],
|
|
803
810
|
];
|
|
804
|
-
var TriggerDetails = [3, n0, _TD, 0, [_so, _tAr, _tim, _rD], [0, 0, 4, 0]];
|
|
805
|
-
var UntagResourceRequest = [
|
|
811
|
+
var TriggerDetails$ = [3, n0, _TD, 0, [_so, _tAr, _tim, _rD], [0, 0, 4, 0]];
|
|
812
|
+
var UntagResourceRequest$ = [
|
|
806
813
|
3,
|
|
807
814
|
n0,
|
|
808
815
|
_URR,
|
|
@@ -813,28 +820,28 @@ var UntagResourceRequest = [
|
|
|
813
820
|
[64 | 0, { [_hQ]: _tK }],
|
|
814
821
|
],
|
|
815
822
|
];
|
|
816
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
817
|
-
var UpdateDeletionProtectionInput = [3, n0, _UDPI, 0, [_a, _dP, _cT], [0, 2, [0, 4]]];
|
|
818
|
-
var UpdateDeletionProtectionOutput = [3, n0, _UDPO, 0, [], []];
|
|
819
|
-
var UpdateIncidentRecordInput = [
|
|
823
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
824
|
+
var UpdateDeletionProtectionInput$ = [3, n0, _UDPI, 0, [_a, _dP, _cT], [0, 2, [0, 4]]];
|
|
825
|
+
var UpdateDeletionProtectionOutput$ = [3, n0, _UDPO, 0, [], []];
|
|
826
|
+
var UpdateIncidentRecordInput$ = [
|
|
820
827
|
3,
|
|
821
828
|
n0,
|
|
822
829
|
_UIRI,
|
|
823
830
|
0,
|
|
824
831
|
[_cT, _a, _ti, _s, _im, _st, _cC, _nTo],
|
|
825
|
-
[[0, 4], 0, 0, 0, 1, 0, () => ChatChannel
|
|
832
|
+
[[0, 4], 0, 0, 0, 1, 0, () => ChatChannel$, () => NotificationTargetSet],
|
|
826
833
|
];
|
|
827
|
-
var UpdateIncidentRecordOutput = [3, n0, _UIRO, 0, [], []];
|
|
828
|
-
var UpdateRelatedItemsInput = [
|
|
834
|
+
var UpdateIncidentRecordOutput$ = [3, n0, _UIRO, 0, [], []];
|
|
835
|
+
var UpdateRelatedItemsInput$ = [
|
|
829
836
|
3,
|
|
830
837
|
n0,
|
|
831
838
|
_URII,
|
|
832
839
|
0,
|
|
833
840
|
[_cT, _iRA, _rIU],
|
|
834
|
-
[[0, 4], 0, () => RelatedItemsUpdate],
|
|
841
|
+
[[0, 4], 0, () => RelatedItemsUpdate$],
|
|
835
842
|
];
|
|
836
|
-
var UpdateRelatedItemsOutput = [3, n0, _URIO, 0, [], []];
|
|
837
|
-
var UpdateReplicationSetInput = [
|
|
843
|
+
var UpdateRelatedItemsOutput$ = [3, n0, _URIO, 0, [], []];
|
|
844
|
+
var UpdateReplicationSetInput$ = [
|
|
838
845
|
3,
|
|
839
846
|
n0,
|
|
840
847
|
_URSI,
|
|
@@ -842,8 +849,8 @@ var UpdateReplicationSetInput = [
|
|
|
842
849
|
[_a, _ac, _cT],
|
|
843
850
|
[0, () => UpdateActionList, [0, 4]],
|
|
844
851
|
];
|
|
845
|
-
var UpdateReplicationSetOutput = [3, n0, _URSO, 0, [], []];
|
|
846
|
-
var UpdateResponsePlanInput = [
|
|
852
|
+
var UpdateReplicationSetOutput$ = [3, n0, _URSO, 0, [], []];
|
|
853
|
+
var UpdateResponsePlanInput$ = [
|
|
847
854
|
3,
|
|
848
855
|
n0,
|
|
849
856
|
_URPI,
|
|
@@ -858,15 +865,15 @@ var UpdateResponsePlanInput = [
|
|
|
858
865
|
0,
|
|
859
866
|
0,
|
|
860
867
|
() => NotificationTargetSet,
|
|
861
|
-
() => ChatChannel
|
|
868
|
+
() => ChatChannel$,
|
|
862
869
|
64 | 0,
|
|
863
870
|
() => ActionsList,
|
|
864
871
|
128 | 0,
|
|
865
872
|
() => Integrations,
|
|
866
873
|
],
|
|
867
874
|
];
|
|
868
|
-
var UpdateResponsePlanOutput = [3, n0, _URPO, 0, [], []];
|
|
869
|
-
var UpdateTimelineEventInput = [
|
|
875
|
+
var UpdateResponsePlanOutput$ = [3, n0, _URPO, 0, [], []];
|
|
876
|
+
var UpdateTimelineEventInput$ = [
|
|
870
877
|
3,
|
|
871
878
|
n0,
|
|
872
879
|
_UTEI,
|
|
@@ -874,323 +881,317 @@ var UpdateTimelineEventInput = [
|
|
|
874
881
|
[_cT, _iRA, _eI, _eTv, _eTve, _eD, _eR],
|
|
875
882
|
[[0, 4], 0, 0, 4, 0, 0, () => EventReferenceList],
|
|
876
883
|
];
|
|
877
|
-
var UpdateTimelineEventOutput = [3, n0, _UTEO, 0, [], []];
|
|
878
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
879
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
880
|
-
var SSMIncidentsServiceException = [-3, _sm, "SSMIncidentsServiceException", 0, [], []];
|
|
881
|
-
schema.TypeRegistry.for(_sm).registerError(SSMIncidentsServiceException
|
|
882
|
-
var ActionsList = [1, n0, _AL, 0, () => Action];
|
|
883
|
-
var AutomationExecutionSet = [1, n0, _AES, 0, () => AutomationExecution];
|
|
884
|
-
var BatchGetIncidentFindingsErrorList = [
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
];
|
|
891
|
-
var
|
|
892
|
-
var
|
|
893
|
-
var
|
|
894
|
-
var
|
|
895
|
-
var
|
|
896
|
-
var
|
|
897
|
-
var
|
|
898
|
-
var
|
|
899
|
-
var
|
|
900
|
-
var
|
|
901
|
-
var
|
|
902
|
-
var
|
|
903
|
-
var
|
|
904
|
-
var
|
|
905
|
-
var
|
|
906
|
-
var
|
|
907
|
-
var
|
|
908
|
-
var AutomationExecution = [3, n0, _AE, 0, [_sEA], [0]];
|
|
909
|
-
var ChatChannel = [3, n0, _CC, 0, [_em, _cS], [() => EmptyChatChannel, 64 | 0]];
|
|
910
|
-
var Condition = [3, n0, _C, 0, [_b, _af, _eq], [4, 4, () => AttributeValueList]];
|
|
911
|
-
var DynamicSsmParameterValue = [3, n0, _DSPV, 0, [_va], [0]];
|
|
912
|
-
var EventReference = [3, n0, _ER, 0, [_re, _rII], [0, 0]];
|
|
913
|
-
var FindingDetails = [
|
|
884
|
+
var UpdateTimelineEventOutput$ = [3, n0, _UTEO, 0, [], []];
|
|
885
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
886
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
887
|
+
var SSMIncidentsServiceException$ = [-3, _sm, "SSMIncidentsServiceException", 0, [], []];
|
|
888
|
+
schema.TypeRegistry.for(_sm).registerError(SSMIncidentsServiceException$, SSMIncidentsServiceException);
|
|
889
|
+
var ActionsList = [1, n0, _AL, 0, () => Action$];
|
|
890
|
+
var AutomationExecutionSet = [1, n0, _AES, 0, () => AutomationExecution$];
|
|
891
|
+
var BatchGetIncidentFindingsErrorList = [1, n0, _BGIFEL, 0, () => BatchGetIncidentFindingsError$];
|
|
892
|
+
var EventReferenceList = [1, n0, _ERL, 0, () => EventReference$];
|
|
893
|
+
var EventSummaryList = [1, n0, _ESL, 0, () => EventSummary$];
|
|
894
|
+
var FilterList = [1, n0, _FL, 0, () => Filter$];
|
|
895
|
+
var FindingList = [1, n0, _FLi, 0, () => Finding$];
|
|
896
|
+
var FindingSummaryList = [1, n0, _FSL, 0, () => FindingSummary$];
|
|
897
|
+
var IncidentRecordSummaryList = [1, n0, _IRSL, 0, () => IncidentRecordSummary$];
|
|
898
|
+
var Integrations = [1, n0, _I, 0, () => Integration$];
|
|
899
|
+
var NotificationTargetSet = [1, n0, _NTS, 0, () => NotificationTargetItem$];
|
|
900
|
+
var RelatedItemList = [1, n0, _RIL, 0, () => RelatedItem$];
|
|
901
|
+
var ResourcePolicyList = [1, n0, _RPL, 0, () => ResourcePolicy$];
|
|
902
|
+
var ResponsePlanSummaryList = [1, n0, _RPSL, 0, () => ResponsePlanSummary$];
|
|
903
|
+
var UpdateActionList = [1, n0, _UAL, 0, () => UpdateReplicationSetAction$];
|
|
904
|
+
var DynamicSsmParameters = [2, n0, _DSP, 0, 0, () => DynamicSsmParameterValue$];
|
|
905
|
+
var RegionInfoMap = [2, n0, _RIM, 0, 0, () => RegionInfo$];
|
|
906
|
+
var RegionMapInput = [2, n0, _RMI, 0, 0, () => RegionMapInputValue$];
|
|
907
|
+
var Action$ = [3, n0, _A, 0, [_sAs], [() => SsmAutomation$]];
|
|
908
|
+
var AttributeValueList$ = [3, n0, _AVL, 0, [_sV, _iV], [64 | 0, 64 | 1]];
|
|
909
|
+
var AutomationExecution$ = [3, n0, _AE, 0, [_sEA], [0]];
|
|
910
|
+
var ChatChannel$ = [3, n0, _CC, 0, [_em, _cS], [() => EmptyChatChannel$, 64 | 0]];
|
|
911
|
+
var Condition$ = [3, n0, _C, 0, [_b, _af, _eq], [4, 4, () => AttributeValueList$]];
|
|
912
|
+
var DynamicSsmParameterValue$ = [3, n0, _DSPV, 0, [_va], [0]];
|
|
913
|
+
var EventReference$ = [3, n0, _ER, 0, [_re, _rII], [0, 0]];
|
|
914
|
+
var FindingDetails$ = [
|
|
914
915
|
3,
|
|
915
916
|
n0,
|
|
916
917
|
_FD,
|
|
917
918
|
0,
|
|
918
919
|
[_cDD, _cFSU],
|
|
919
|
-
[() => CodeDeployDeployment
|
|
920
|
+
[() => CodeDeployDeployment$, () => CloudFormationStackUpdate$],
|
|
920
921
|
];
|
|
921
|
-
var Integration = [3, n0, _In, 0, [_pDC], [() => PagerDutyConfiguration]];
|
|
922
|
-
var ItemValue = [
|
|
922
|
+
var Integration$ = [3, n0, _In, 0, [_pDC], [() => PagerDutyConfiguration$]];
|
|
923
|
+
var ItemValue$ = [
|
|
923
924
|
3,
|
|
924
925
|
n0,
|
|
925
926
|
_IV,
|
|
926
927
|
0,
|
|
927
928
|
[_a, _u, _mD, _pDID],
|
|
928
|
-
[0, 0, 0, () => PagerDutyIncidentDetail],
|
|
929
|
+
[0, 0, 0, () => PagerDutyIncidentDetail$],
|
|
929
930
|
];
|
|
930
|
-
var NotificationTargetItem = [3, n0, _NTI, 0, [_sTA], [0]];
|
|
931
|
-
var RelatedItemsUpdate = [
|
|
931
|
+
var NotificationTargetItem$ = [3, n0, _NTI, 0, [_sTA], [0]];
|
|
932
|
+
var RelatedItemsUpdate$ = [
|
|
932
933
|
3,
|
|
933
934
|
n0,
|
|
934
935
|
_RIU,
|
|
935
936
|
0,
|
|
936
937
|
[_iTA, _iTR],
|
|
937
|
-
[() => RelatedItem
|
|
938
|
+
[() => RelatedItem$, () => ItemIdentifier$],
|
|
938
939
|
];
|
|
939
|
-
var UpdateReplicationSetAction = [
|
|
940
|
+
var UpdateReplicationSetAction$ = [
|
|
940
941
|
3,
|
|
941
942
|
n0,
|
|
942
943
|
_URSA,
|
|
943
944
|
0,
|
|
944
945
|
[_aRA, _dRA],
|
|
945
|
-
[() => AddRegionAction
|
|
946
|
+
[() => AddRegionAction$, () => DeleteRegionAction$],
|
|
946
947
|
];
|
|
947
|
-
var BatchGetIncidentFindings = [
|
|
948
|
+
var BatchGetIncidentFindings$ = [
|
|
948
949
|
9,
|
|
949
950
|
n0,
|
|
950
951
|
_BGIF,
|
|
951
952
|
{ [_h]: ["POST", "/batchGetIncidentFindings", 200] },
|
|
952
|
-
() => BatchGetIncidentFindingsInput
|
|
953
|
-
() => BatchGetIncidentFindingsOutput
|
|
953
|
+
() => BatchGetIncidentFindingsInput$,
|
|
954
|
+
() => BatchGetIncidentFindingsOutput$,
|
|
954
955
|
];
|
|
955
|
-
var CreateReplicationSet = [
|
|
956
|
+
var CreateReplicationSet$ = [
|
|
956
957
|
9,
|
|
957
958
|
n0,
|
|
958
959
|
_CRS,
|
|
959
960
|
{ [_h]: ["POST", "/createReplicationSet", 201] },
|
|
960
|
-
() => CreateReplicationSetInput
|
|
961
|
-
() => CreateReplicationSetOutput
|
|
961
|
+
() => CreateReplicationSetInput$,
|
|
962
|
+
() => CreateReplicationSetOutput$,
|
|
962
963
|
];
|
|
963
|
-
var CreateResponsePlan = [
|
|
964
|
+
var CreateResponsePlan$ = [
|
|
964
965
|
9,
|
|
965
966
|
n0,
|
|
966
967
|
_CRP,
|
|
967
968
|
{ [_h]: ["POST", "/createResponsePlan", 201] },
|
|
968
|
-
() => CreateResponsePlanInput
|
|
969
|
-
() => CreateResponsePlanOutput
|
|
969
|
+
() => CreateResponsePlanInput$,
|
|
970
|
+
() => CreateResponsePlanOutput$,
|
|
970
971
|
];
|
|
971
|
-
var CreateTimelineEvent = [
|
|
972
|
+
var CreateTimelineEvent$ = [
|
|
972
973
|
9,
|
|
973
974
|
n0,
|
|
974
975
|
_CTE,
|
|
975
976
|
{ [_h]: ["POST", "/createTimelineEvent", 201] },
|
|
976
|
-
() => CreateTimelineEventInput
|
|
977
|
-
() => CreateTimelineEventOutput
|
|
977
|
+
() => CreateTimelineEventInput$,
|
|
978
|
+
() => CreateTimelineEventOutput$,
|
|
978
979
|
];
|
|
979
|
-
var DeleteIncidentRecord = [
|
|
980
|
+
var DeleteIncidentRecord$ = [
|
|
980
981
|
9,
|
|
981
982
|
n0,
|
|
982
983
|
_DIR,
|
|
983
984
|
{ [_h]: ["POST", "/deleteIncidentRecord", 204] },
|
|
984
|
-
() => DeleteIncidentRecordInput
|
|
985
|
-
() => DeleteIncidentRecordOutput
|
|
985
|
+
() => DeleteIncidentRecordInput$,
|
|
986
|
+
() => DeleteIncidentRecordOutput$,
|
|
986
987
|
];
|
|
987
|
-
var DeleteReplicationSet = [
|
|
988
|
+
var DeleteReplicationSet$ = [
|
|
988
989
|
9,
|
|
989
990
|
n0,
|
|
990
991
|
_DRS,
|
|
991
992
|
{ [_h]: ["POST", "/deleteReplicationSet", 204] },
|
|
992
|
-
() => DeleteReplicationSetInput
|
|
993
|
-
() => DeleteReplicationSetOutput
|
|
993
|
+
() => DeleteReplicationSetInput$,
|
|
994
|
+
() => DeleteReplicationSetOutput$,
|
|
994
995
|
];
|
|
995
|
-
var DeleteResourcePolicy = [
|
|
996
|
+
var DeleteResourcePolicy$ = [
|
|
996
997
|
9,
|
|
997
998
|
n0,
|
|
998
999
|
_DRP,
|
|
999
1000
|
{ [_h]: ["POST", "/deleteResourcePolicy", 200] },
|
|
1000
|
-
() => DeleteResourcePolicyInput
|
|
1001
|
-
() => DeleteResourcePolicyOutput
|
|
1001
|
+
() => DeleteResourcePolicyInput$,
|
|
1002
|
+
() => DeleteResourcePolicyOutput$,
|
|
1002
1003
|
];
|
|
1003
|
-
var DeleteResponsePlan = [
|
|
1004
|
+
var DeleteResponsePlan$ = [
|
|
1004
1005
|
9,
|
|
1005
1006
|
n0,
|
|
1006
1007
|
_DRPe,
|
|
1007
1008
|
{ [_h]: ["POST", "/deleteResponsePlan", 204] },
|
|
1008
|
-
() => DeleteResponsePlanInput
|
|
1009
|
-
() => DeleteResponsePlanOutput
|
|
1009
|
+
() => DeleteResponsePlanInput$,
|
|
1010
|
+
() => DeleteResponsePlanOutput$,
|
|
1010
1011
|
];
|
|
1011
|
-
var DeleteTimelineEvent = [
|
|
1012
|
+
var DeleteTimelineEvent$ = [
|
|
1012
1013
|
9,
|
|
1013
1014
|
n0,
|
|
1014
1015
|
_DTE,
|
|
1015
1016
|
{ [_h]: ["POST", "/deleteTimelineEvent", 204] },
|
|
1016
|
-
() => DeleteTimelineEventInput
|
|
1017
|
-
() => DeleteTimelineEventOutput
|
|
1017
|
+
() => DeleteTimelineEventInput$,
|
|
1018
|
+
() => DeleteTimelineEventOutput$,
|
|
1018
1019
|
];
|
|
1019
|
-
var GetIncidentRecord = [
|
|
1020
|
+
var GetIncidentRecord$ = [
|
|
1020
1021
|
9,
|
|
1021
1022
|
n0,
|
|
1022
1023
|
_GIR,
|
|
1023
1024
|
{ [_h]: ["GET", "/getIncidentRecord", 200] },
|
|
1024
|
-
() => GetIncidentRecordInput
|
|
1025
|
-
() => GetIncidentRecordOutput
|
|
1025
|
+
() => GetIncidentRecordInput$,
|
|
1026
|
+
() => GetIncidentRecordOutput$,
|
|
1026
1027
|
];
|
|
1027
|
-
var GetReplicationSet = [
|
|
1028
|
+
var GetReplicationSet$ = [
|
|
1028
1029
|
9,
|
|
1029
1030
|
n0,
|
|
1030
1031
|
_GRS,
|
|
1031
1032
|
{ [_h]: ["GET", "/getReplicationSet", 200] },
|
|
1032
|
-
() => GetReplicationSetInput
|
|
1033
|
-
() => GetReplicationSetOutput
|
|
1033
|
+
() => GetReplicationSetInput$,
|
|
1034
|
+
() => GetReplicationSetOutput$,
|
|
1034
1035
|
];
|
|
1035
|
-
var GetResourcePolicies = [
|
|
1036
|
+
var GetResourcePolicies$ = [
|
|
1036
1037
|
9,
|
|
1037
1038
|
n0,
|
|
1038
1039
|
_GRP,
|
|
1039
1040
|
{ [_h]: ["POST", "/getResourcePolicies", 200] },
|
|
1040
|
-
() => GetResourcePoliciesInput
|
|
1041
|
-
() => GetResourcePoliciesOutput
|
|
1041
|
+
() => GetResourcePoliciesInput$,
|
|
1042
|
+
() => GetResourcePoliciesOutput$,
|
|
1042
1043
|
];
|
|
1043
|
-
var GetResponsePlan = [
|
|
1044
|
+
var GetResponsePlan$ = [
|
|
1044
1045
|
9,
|
|
1045
1046
|
n0,
|
|
1046
1047
|
_GRPe,
|
|
1047
1048
|
{ [_h]: ["GET", "/getResponsePlan", 200] },
|
|
1048
|
-
() => GetResponsePlanInput
|
|
1049
|
-
() => GetResponsePlanOutput
|
|
1049
|
+
() => GetResponsePlanInput$,
|
|
1050
|
+
() => GetResponsePlanOutput$,
|
|
1050
1051
|
];
|
|
1051
|
-
var GetTimelineEvent = [
|
|
1052
|
+
var GetTimelineEvent$ = [
|
|
1052
1053
|
9,
|
|
1053
1054
|
n0,
|
|
1054
1055
|
_GTE,
|
|
1055
1056
|
{ [_h]: ["GET", "/getTimelineEvent", 200] },
|
|
1056
|
-
() => GetTimelineEventInput
|
|
1057
|
-
() => GetTimelineEventOutput
|
|
1057
|
+
() => GetTimelineEventInput$,
|
|
1058
|
+
() => GetTimelineEventOutput$,
|
|
1058
1059
|
];
|
|
1059
|
-
var ListIncidentFindings = [
|
|
1060
|
+
var ListIncidentFindings$ = [
|
|
1060
1061
|
9,
|
|
1061
1062
|
n0,
|
|
1062
1063
|
_LIF,
|
|
1063
1064
|
{ [_h]: ["POST", "/listIncidentFindings", 200] },
|
|
1064
|
-
() => ListIncidentFindingsInput
|
|
1065
|
-
() => ListIncidentFindingsOutput
|
|
1065
|
+
() => ListIncidentFindingsInput$,
|
|
1066
|
+
() => ListIncidentFindingsOutput$,
|
|
1066
1067
|
];
|
|
1067
|
-
var ListIncidentRecords = [
|
|
1068
|
+
var ListIncidentRecords$ = [
|
|
1068
1069
|
9,
|
|
1069
1070
|
n0,
|
|
1070
1071
|
_LIR,
|
|
1071
1072
|
{ [_h]: ["POST", "/listIncidentRecords", 200] },
|
|
1072
|
-
() => ListIncidentRecordsInput
|
|
1073
|
-
() => ListIncidentRecordsOutput
|
|
1073
|
+
() => ListIncidentRecordsInput$,
|
|
1074
|
+
() => ListIncidentRecordsOutput$,
|
|
1074
1075
|
];
|
|
1075
|
-
var ListRelatedItems = [
|
|
1076
|
+
var ListRelatedItems$ = [
|
|
1076
1077
|
9,
|
|
1077
1078
|
n0,
|
|
1078
1079
|
_LRI,
|
|
1079
1080
|
{ [_h]: ["POST", "/listRelatedItems", 200] },
|
|
1080
|
-
() => ListRelatedItemsInput
|
|
1081
|
-
() => ListRelatedItemsOutput
|
|
1081
|
+
() => ListRelatedItemsInput$,
|
|
1082
|
+
() => ListRelatedItemsOutput$,
|
|
1082
1083
|
];
|
|
1083
|
-
var ListReplicationSets = [
|
|
1084
|
+
var ListReplicationSets$ = [
|
|
1084
1085
|
9,
|
|
1085
1086
|
n0,
|
|
1086
1087
|
_LRS,
|
|
1087
1088
|
{ [_h]: ["POST", "/listReplicationSets", 200] },
|
|
1088
|
-
() => ListReplicationSetsInput
|
|
1089
|
-
() => ListReplicationSetsOutput
|
|
1089
|
+
() => ListReplicationSetsInput$,
|
|
1090
|
+
() => ListReplicationSetsOutput$,
|
|
1090
1091
|
];
|
|
1091
|
-
var ListResponsePlans = [
|
|
1092
|
+
var ListResponsePlans$ = [
|
|
1092
1093
|
9,
|
|
1093
1094
|
n0,
|
|
1094
1095
|
_LRP,
|
|
1095
1096
|
{ [_h]: ["POST", "/listResponsePlans", 200] },
|
|
1096
|
-
() => ListResponsePlansInput
|
|
1097
|
-
() => ListResponsePlansOutput
|
|
1097
|
+
() => ListResponsePlansInput$,
|
|
1098
|
+
() => ListResponsePlansOutput$,
|
|
1098
1099
|
];
|
|
1099
|
-
var ListTagsForResource = [
|
|
1100
|
+
var ListTagsForResource$ = [
|
|
1100
1101
|
9,
|
|
1101
1102
|
n0,
|
|
1102
1103
|
_LTFR,
|
|
1103
1104
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1104
|
-
() => ListTagsForResourceRequest
|
|
1105
|
-
() => ListTagsForResourceResponse
|
|
1105
|
+
() => ListTagsForResourceRequest$,
|
|
1106
|
+
() => ListTagsForResourceResponse$,
|
|
1106
1107
|
];
|
|
1107
|
-
var ListTimelineEvents = [
|
|
1108
|
+
var ListTimelineEvents$ = [
|
|
1108
1109
|
9,
|
|
1109
1110
|
n0,
|
|
1110
1111
|
_LTE,
|
|
1111
1112
|
{ [_h]: ["POST", "/listTimelineEvents", 200] },
|
|
1112
|
-
() => ListTimelineEventsInput
|
|
1113
|
-
() => ListTimelineEventsOutput
|
|
1113
|
+
() => ListTimelineEventsInput$,
|
|
1114
|
+
() => ListTimelineEventsOutput$,
|
|
1114
1115
|
];
|
|
1115
|
-
var PutResourcePolicy = [
|
|
1116
|
+
var PutResourcePolicy$ = [
|
|
1116
1117
|
9,
|
|
1117
1118
|
n0,
|
|
1118
1119
|
_PRP,
|
|
1119
1120
|
{ [_h]: ["POST", "/putResourcePolicy", 200] },
|
|
1120
|
-
() => PutResourcePolicyInput
|
|
1121
|
-
() => PutResourcePolicyOutput
|
|
1121
|
+
() => PutResourcePolicyInput$,
|
|
1122
|
+
() => PutResourcePolicyOutput$,
|
|
1122
1123
|
];
|
|
1123
|
-
var StartIncident = [
|
|
1124
|
+
var StartIncident$ = [
|
|
1124
1125
|
9,
|
|
1125
1126
|
n0,
|
|
1126
1127
|
_SI,
|
|
1127
1128
|
{ [_h]: ["POST", "/startIncident", 200] },
|
|
1128
|
-
() => StartIncidentInput
|
|
1129
|
-
() => StartIncidentOutput
|
|
1129
|
+
() => StartIncidentInput$,
|
|
1130
|
+
() => StartIncidentOutput$,
|
|
1130
1131
|
];
|
|
1131
|
-
var TagResource = [
|
|
1132
|
+
var TagResource$ = [
|
|
1132
1133
|
9,
|
|
1133
1134
|
n0,
|
|
1134
1135
|
_TR,
|
|
1135
1136
|
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
1136
|
-
() => TagResourceRequest
|
|
1137
|
-
() => TagResourceResponse
|
|
1137
|
+
() => TagResourceRequest$,
|
|
1138
|
+
() => TagResourceResponse$,
|
|
1138
1139
|
];
|
|
1139
|
-
var UntagResource = [
|
|
1140
|
+
var UntagResource$ = [
|
|
1140
1141
|
9,
|
|
1141
1142
|
n0,
|
|
1142
1143
|
_UR,
|
|
1143
1144
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
1144
|
-
() => UntagResourceRequest
|
|
1145
|
-
() => UntagResourceResponse
|
|
1145
|
+
() => UntagResourceRequest$,
|
|
1146
|
+
() => UntagResourceResponse$,
|
|
1146
1147
|
];
|
|
1147
|
-
var UpdateDeletionProtection = [
|
|
1148
|
+
var UpdateDeletionProtection$ = [
|
|
1148
1149
|
9,
|
|
1149
1150
|
n0,
|
|
1150
1151
|
_UDP,
|
|
1151
1152
|
{ [_h]: ["POST", "/updateDeletionProtection", 204] },
|
|
1152
|
-
() => UpdateDeletionProtectionInput
|
|
1153
|
-
() => UpdateDeletionProtectionOutput
|
|
1153
|
+
() => UpdateDeletionProtectionInput$,
|
|
1154
|
+
() => UpdateDeletionProtectionOutput$,
|
|
1154
1155
|
];
|
|
1155
|
-
var UpdateIncidentRecord = [
|
|
1156
|
+
var UpdateIncidentRecord$ = [
|
|
1156
1157
|
9,
|
|
1157
1158
|
n0,
|
|
1158
1159
|
_UIR,
|
|
1159
1160
|
{ [_h]: ["POST", "/updateIncidentRecord", 204] },
|
|
1160
|
-
() => UpdateIncidentRecordInput
|
|
1161
|
-
() => UpdateIncidentRecordOutput
|
|
1161
|
+
() => UpdateIncidentRecordInput$,
|
|
1162
|
+
() => UpdateIncidentRecordOutput$,
|
|
1162
1163
|
];
|
|
1163
|
-
var UpdateRelatedItems = [
|
|
1164
|
+
var UpdateRelatedItems$ = [
|
|
1164
1165
|
9,
|
|
1165
1166
|
n0,
|
|
1166
1167
|
_URI,
|
|
1167
1168
|
{ [_h]: ["POST", "/updateRelatedItems", 204] },
|
|
1168
|
-
() => UpdateRelatedItemsInput
|
|
1169
|
-
() => UpdateRelatedItemsOutput
|
|
1169
|
+
() => UpdateRelatedItemsInput$,
|
|
1170
|
+
() => UpdateRelatedItemsOutput$,
|
|
1170
1171
|
];
|
|
1171
|
-
var UpdateReplicationSet = [
|
|
1172
|
+
var UpdateReplicationSet$ = [
|
|
1172
1173
|
9,
|
|
1173
1174
|
n0,
|
|
1174
1175
|
_URS,
|
|
1175
1176
|
{ [_h]: ["POST", "/updateReplicationSet", 204] },
|
|
1176
|
-
() => UpdateReplicationSetInput
|
|
1177
|
-
() => UpdateReplicationSetOutput
|
|
1177
|
+
() => UpdateReplicationSetInput$,
|
|
1178
|
+
() => UpdateReplicationSetOutput$,
|
|
1178
1179
|
];
|
|
1179
|
-
var UpdateResponsePlan = [
|
|
1180
|
+
var UpdateResponsePlan$ = [
|
|
1180
1181
|
9,
|
|
1181
1182
|
n0,
|
|
1182
1183
|
_URP,
|
|
1183
1184
|
{ [_h]: ["POST", "/updateResponsePlan", 204] },
|
|
1184
|
-
() => UpdateResponsePlanInput
|
|
1185
|
-
() => UpdateResponsePlanOutput
|
|
1185
|
+
() => UpdateResponsePlanInput$,
|
|
1186
|
+
() => UpdateResponsePlanOutput$,
|
|
1186
1187
|
];
|
|
1187
|
-
var UpdateTimelineEvent = [
|
|
1188
|
+
var UpdateTimelineEvent$ = [
|
|
1188
1189
|
9,
|
|
1189
1190
|
n0,
|
|
1190
1191
|
_UTE,
|
|
1191
1192
|
{ [_h]: ["POST", "/updateTimelineEvent", 204] },
|
|
1192
|
-
() => UpdateTimelineEventInput
|
|
1193
|
-
() => UpdateTimelineEventOutput
|
|
1193
|
+
() => UpdateTimelineEventInput$,
|
|
1194
|
+
() => UpdateTimelineEventOutput$,
|
|
1194
1195
|
];
|
|
1195
1196
|
|
|
1196
1197
|
class BatchGetIncidentFindingsCommand extends smithyClient.Command
|
|
@@ -1201,7 +1202,7 @@ class BatchGetIncidentFindingsCommand extends smithyClient.Command
|
|
|
1201
1202
|
})
|
|
1202
1203
|
.s("SSMIncidents", "BatchGetIncidentFindings", {})
|
|
1203
1204
|
.n("SSMIncidentsClient", "BatchGetIncidentFindingsCommand")
|
|
1204
|
-
.sc(BatchGetIncidentFindings)
|
|
1205
|
+
.sc(BatchGetIncidentFindings$)
|
|
1205
1206
|
.build() {
|
|
1206
1207
|
}
|
|
1207
1208
|
|
|
@@ -1213,7 +1214,7 @@ class CreateReplicationSetCommand extends smithyClient.Command
|
|
|
1213
1214
|
})
|
|
1214
1215
|
.s("SSMIncidents", "CreateReplicationSet", {})
|
|
1215
1216
|
.n("SSMIncidentsClient", "CreateReplicationSetCommand")
|
|
1216
|
-
.sc(CreateReplicationSet)
|
|
1217
|
+
.sc(CreateReplicationSet$)
|
|
1217
1218
|
.build() {
|
|
1218
1219
|
}
|
|
1219
1220
|
|
|
@@ -1225,7 +1226,7 @@ class CreateResponsePlanCommand extends smithyClient.Command
|
|
|
1225
1226
|
})
|
|
1226
1227
|
.s("SSMIncidents", "CreateResponsePlan", {})
|
|
1227
1228
|
.n("SSMIncidentsClient", "CreateResponsePlanCommand")
|
|
1228
|
-
.sc(CreateResponsePlan)
|
|
1229
|
+
.sc(CreateResponsePlan$)
|
|
1229
1230
|
.build() {
|
|
1230
1231
|
}
|
|
1231
1232
|
|
|
@@ -1237,7 +1238,7 @@ class CreateTimelineEventCommand extends smithyClient.Command
|
|
|
1237
1238
|
})
|
|
1238
1239
|
.s("SSMIncidents", "CreateTimelineEvent", {})
|
|
1239
1240
|
.n("SSMIncidentsClient", "CreateTimelineEventCommand")
|
|
1240
|
-
.sc(CreateTimelineEvent)
|
|
1241
|
+
.sc(CreateTimelineEvent$)
|
|
1241
1242
|
.build() {
|
|
1242
1243
|
}
|
|
1243
1244
|
|
|
@@ -1249,7 +1250,7 @@ class DeleteIncidentRecordCommand extends smithyClient.Command
|
|
|
1249
1250
|
})
|
|
1250
1251
|
.s("SSMIncidents", "DeleteIncidentRecord", {})
|
|
1251
1252
|
.n("SSMIncidentsClient", "DeleteIncidentRecordCommand")
|
|
1252
|
-
.sc(DeleteIncidentRecord)
|
|
1253
|
+
.sc(DeleteIncidentRecord$)
|
|
1253
1254
|
.build() {
|
|
1254
1255
|
}
|
|
1255
1256
|
|
|
@@ -1261,7 +1262,7 @@ class DeleteReplicationSetCommand extends smithyClient.Command
|
|
|
1261
1262
|
})
|
|
1262
1263
|
.s("SSMIncidents", "DeleteReplicationSet", {})
|
|
1263
1264
|
.n("SSMIncidentsClient", "DeleteReplicationSetCommand")
|
|
1264
|
-
.sc(DeleteReplicationSet)
|
|
1265
|
+
.sc(DeleteReplicationSet$)
|
|
1265
1266
|
.build() {
|
|
1266
1267
|
}
|
|
1267
1268
|
|
|
@@ -1273,7 +1274,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
1273
1274
|
})
|
|
1274
1275
|
.s("SSMIncidents", "DeleteResourcePolicy", {})
|
|
1275
1276
|
.n("SSMIncidentsClient", "DeleteResourcePolicyCommand")
|
|
1276
|
-
.sc(DeleteResourcePolicy)
|
|
1277
|
+
.sc(DeleteResourcePolicy$)
|
|
1277
1278
|
.build() {
|
|
1278
1279
|
}
|
|
1279
1280
|
|
|
@@ -1285,7 +1286,7 @@ class DeleteResponsePlanCommand extends smithyClient.Command
|
|
|
1285
1286
|
})
|
|
1286
1287
|
.s("SSMIncidents", "DeleteResponsePlan", {})
|
|
1287
1288
|
.n("SSMIncidentsClient", "DeleteResponsePlanCommand")
|
|
1288
|
-
.sc(DeleteResponsePlan)
|
|
1289
|
+
.sc(DeleteResponsePlan$)
|
|
1289
1290
|
.build() {
|
|
1290
1291
|
}
|
|
1291
1292
|
|
|
@@ -1297,7 +1298,7 @@ class DeleteTimelineEventCommand extends smithyClient.Command
|
|
|
1297
1298
|
})
|
|
1298
1299
|
.s("SSMIncidents", "DeleteTimelineEvent", {})
|
|
1299
1300
|
.n("SSMIncidentsClient", "DeleteTimelineEventCommand")
|
|
1300
|
-
.sc(DeleteTimelineEvent)
|
|
1301
|
+
.sc(DeleteTimelineEvent$)
|
|
1301
1302
|
.build() {
|
|
1302
1303
|
}
|
|
1303
1304
|
|
|
@@ -1309,7 +1310,7 @@ class GetIncidentRecordCommand extends smithyClient.Command
|
|
|
1309
1310
|
})
|
|
1310
1311
|
.s("SSMIncidents", "GetIncidentRecord", {})
|
|
1311
1312
|
.n("SSMIncidentsClient", "GetIncidentRecordCommand")
|
|
1312
|
-
.sc(GetIncidentRecord)
|
|
1313
|
+
.sc(GetIncidentRecord$)
|
|
1313
1314
|
.build() {
|
|
1314
1315
|
}
|
|
1315
1316
|
|
|
@@ -1321,7 +1322,7 @@ class GetReplicationSetCommand extends smithyClient.Command
|
|
|
1321
1322
|
})
|
|
1322
1323
|
.s("SSMIncidents", "GetReplicationSet", {})
|
|
1323
1324
|
.n("SSMIncidentsClient", "GetReplicationSetCommand")
|
|
1324
|
-
.sc(GetReplicationSet)
|
|
1325
|
+
.sc(GetReplicationSet$)
|
|
1325
1326
|
.build() {
|
|
1326
1327
|
}
|
|
1327
1328
|
|
|
@@ -1333,7 +1334,7 @@ class GetResourcePoliciesCommand extends smithyClient.Command
|
|
|
1333
1334
|
})
|
|
1334
1335
|
.s("SSMIncidents", "GetResourcePolicies", {})
|
|
1335
1336
|
.n("SSMIncidentsClient", "GetResourcePoliciesCommand")
|
|
1336
|
-
.sc(GetResourcePolicies)
|
|
1337
|
+
.sc(GetResourcePolicies$)
|
|
1337
1338
|
.build() {
|
|
1338
1339
|
}
|
|
1339
1340
|
|
|
@@ -1345,7 +1346,7 @@ class GetResponsePlanCommand extends smithyClient.Command
|
|
|
1345
1346
|
})
|
|
1346
1347
|
.s("SSMIncidents", "GetResponsePlan", {})
|
|
1347
1348
|
.n("SSMIncidentsClient", "GetResponsePlanCommand")
|
|
1348
|
-
.sc(GetResponsePlan)
|
|
1349
|
+
.sc(GetResponsePlan$)
|
|
1349
1350
|
.build() {
|
|
1350
1351
|
}
|
|
1351
1352
|
|
|
@@ -1357,7 +1358,7 @@ class GetTimelineEventCommand extends smithyClient.Command
|
|
|
1357
1358
|
})
|
|
1358
1359
|
.s("SSMIncidents", "GetTimelineEvent", {})
|
|
1359
1360
|
.n("SSMIncidentsClient", "GetTimelineEventCommand")
|
|
1360
|
-
.sc(GetTimelineEvent)
|
|
1361
|
+
.sc(GetTimelineEvent$)
|
|
1361
1362
|
.build() {
|
|
1362
1363
|
}
|
|
1363
1364
|
|
|
@@ -1369,7 +1370,7 @@ class ListIncidentFindingsCommand extends smithyClient.Command
|
|
|
1369
1370
|
})
|
|
1370
1371
|
.s("SSMIncidents", "ListIncidentFindings", {})
|
|
1371
1372
|
.n("SSMIncidentsClient", "ListIncidentFindingsCommand")
|
|
1372
|
-
.sc(ListIncidentFindings)
|
|
1373
|
+
.sc(ListIncidentFindings$)
|
|
1373
1374
|
.build() {
|
|
1374
1375
|
}
|
|
1375
1376
|
|
|
@@ -1381,7 +1382,7 @@ class ListIncidentRecordsCommand extends smithyClient.Command
|
|
|
1381
1382
|
})
|
|
1382
1383
|
.s("SSMIncidents", "ListIncidentRecords", {})
|
|
1383
1384
|
.n("SSMIncidentsClient", "ListIncidentRecordsCommand")
|
|
1384
|
-
.sc(ListIncidentRecords)
|
|
1385
|
+
.sc(ListIncidentRecords$)
|
|
1385
1386
|
.build() {
|
|
1386
1387
|
}
|
|
1387
1388
|
|
|
@@ -1393,7 +1394,7 @@ class ListRelatedItemsCommand extends smithyClient.Command
|
|
|
1393
1394
|
})
|
|
1394
1395
|
.s("SSMIncidents", "ListRelatedItems", {})
|
|
1395
1396
|
.n("SSMIncidentsClient", "ListRelatedItemsCommand")
|
|
1396
|
-
.sc(ListRelatedItems)
|
|
1397
|
+
.sc(ListRelatedItems$)
|
|
1397
1398
|
.build() {
|
|
1398
1399
|
}
|
|
1399
1400
|
|
|
@@ -1405,7 +1406,7 @@ class ListReplicationSetsCommand extends smithyClient.Command
|
|
|
1405
1406
|
})
|
|
1406
1407
|
.s("SSMIncidents", "ListReplicationSets", {})
|
|
1407
1408
|
.n("SSMIncidentsClient", "ListReplicationSetsCommand")
|
|
1408
|
-
.sc(ListReplicationSets)
|
|
1409
|
+
.sc(ListReplicationSets$)
|
|
1409
1410
|
.build() {
|
|
1410
1411
|
}
|
|
1411
1412
|
|
|
@@ -1417,7 +1418,7 @@ class ListResponsePlansCommand extends smithyClient.Command
|
|
|
1417
1418
|
})
|
|
1418
1419
|
.s("SSMIncidents", "ListResponsePlans", {})
|
|
1419
1420
|
.n("SSMIncidentsClient", "ListResponsePlansCommand")
|
|
1420
|
-
.sc(ListResponsePlans)
|
|
1421
|
+
.sc(ListResponsePlans$)
|
|
1421
1422
|
.build() {
|
|
1422
1423
|
}
|
|
1423
1424
|
|
|
@@ -1429,7 +1430,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1429
1430
|
})
|
|
1430
1431
|
.s("SSMIncidents", "ListTagsForResource", {})
|
|
1431
1432
|
.n("SSMIncidentsClient", "ListTagsForResourceCommand")
|
|
1432
|
-
.sc(ListTagsForResource)
|
|
1433
|
+
.sc(ListTagsForResource$)
|
|
1433
1434
|
.build() {
|
|
1434
1435
|
}
|
|
1435
1436
|
|
|
@@ -1441,7 +1442,7 @@ class ListTimelineEventsCommand extends smithyClient.Command
|
|
|
1441
1442
|
})
|
|
1442
1443
|
.s("SSMIncidents", "ListTimelineEvents", {})
|
|
1443
1444
|
.n("SSMIncidentsClient", "ListTimelineEventsCommand")
|
|
1444
|
-
.sc(ListTimelineEvents)
|
|
1445
|
+
.sc(ListTimelineEvents$)
|
|
1445
1446
|
.build() {
|
|
1446
1447
|
}
|
|
1447
1448
|
|
|
@@ -1453,7 +1454,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
1453
1454
|
})
|
|
1454
1455
|
.s("SSMIncidents", "PutResourcePolicy", {})
|
|
1455
1456
|
.n("SSMIncidentsClient", "PutResourcePolicyCommand")
|
|
1456
|
-
.sc(PutResourcePolicy)
|
|
1457
|
+
.sc(PutResourcePolicy$)
|
|
1457
1458
|
.build() {
|
|
1458
1459
|
}
|
|
1459
1460
|
|
|
@@ -1465,7 +1466,7 @@ class StartIncidentCommand extends smithyClient.Command
|
|
|
1465
1466
|
})
|
|
1466
1467
|
.s("SSMIncidents", "StartIncident", {})
|
|
1467
1468
|
.n("SSMIncidentsClient", "StartIncidentCommand")
|
|
1468
|
-
.sc(StartIncident)
|
|
1469
|
+
.sc(StartIncident$)
|
|
1469
1470
|
.build() {
|
|
1470
1471
|
}
|
|
1471
1472
|
|
|
@@ -1477,7 +1478,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1477
1478
|
})
|
|
1478
1479
|
.s("SSMIncidents", "TagResource", {})
|
|
1479
1480
|
.n("SSMIncidentsClient", "TagResourceCommand")
|
|
1480
|
-
.sc(TagResource)
|
|
1481
|
+
.sc(TagResource$)
|
|
1481
1482
|
.build() {
|
|
1482
1483
|
}
|
|
1483
1484
|
|
|
@@ -1489,7 +1490,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1489
1490
|
})
|
|
1490
1491
|
.s("SSMIncidents", "UntagResource", {})
|
|
1491
1492
|
.n("SSMIncidentsClient", "UntagResourceCommand")
|
|
1492
|
-
.sc(UntagResource)
|
|
1493
|
+
.sc(UntagResource$)
|
|
1493
1494
|
.build() {
|
|
1494
1495
|
}
|
|
1495
1496
|
|
|
@@ -1501,7 +1502,7 @@ class UpdateDeletionProtectionCommand extends smithyClient.Command
|
|
|
1501
1502
|
})
|
|
1502
1503
|
.s("SSMIncidents", "UpdateDeletionProtection", {})
|
|
1503
1504
|
.n("SSMIncidentsClient", "UpdateDeletionProtectionCommand")
|
|
1504
|
-
.sc(UpdateDeletionProtection)
|
|
1505
|
+
.sc(UpdateDeletionProtection$)
|
|
1505
1506
|
.build() {
|
|
1506
1507
|
}
|
|
1507
1508
|
|
|
@@ -1513,7 +1514,7 @@ class UpdateIncidentRecordCommand extends smithyClient.Command
|
|
|
1513
1514
|
})
|
|
1514
1515
|
.s("SSMIncidents", "UpdateIncidentRecord", {})
|
|
1515
1516
|
.n("SSMIncidentsClient", "UpdateIncidentRecordCommand")
|
|
1516
|
-
.sc(UpdateIncidentRecord)
|
|
1517
|
+
.sc(UpdateIncidentRecord$)
|
|
1517
1518
|
.build() {
|
|
1518
1519
|
}
|
|
1519
1520
|
|
|
@@ -1525,7 +1526,7 @@ class UpdateRelatedItemsCommand extends smithyClient.Command
|
|
|
1525
1526
|
})
|
|
1526
1527
|
.s("SSMIncidents", "UpdateRelatedItems", {})
|
|
1527
1528
|
.n("SSMIncidentsClient", "UpdateRelatedItemsCommand")
|
|
1528
|
-
.sc(UpdateRelatedItems)
|
|
1529
|
+
.sc(UpdateRelatedItems$)
|
|
1529
1530
|
.build() {
|
|
1530
1531
|
}
|
|
1531
1532
|
|
|
@@ -1537,7 +1538,7 @@ class UpdateReplicationSetCommand extends smithyClient.Command
|
|
|
1537
1538
|
})
|
|
1538
1539
|
.s("SSMIncidents", "UpdateReplicationSet", {})
|
|
1539
1540
|
.n("SSMIncidentsClient", "UpdateReplicationSetCommand")
|
|
1540
|
-
.sc(UpdateReplicationSet)
|
|
1541
|
+
.sc(UpdateReplicationSet$)
|
|
1541
1542
|
.build() {
|
|
1542
1543
|
}
|
|
1543
1544
|
|
|
@@ -1549,7 +1550,7 @@ class UpdateResponsePlanCommand extends smithyClient.Command
|
|
|
1549
1550
|
})
|
|
1550
1551
|
.s("SSMIncidents", "UpdateResponsePlan", {})
|
|
1551
1552
|
.n("SSMIncidentsClient", "UpdateResponsePlanCommand")
|
|
1552
|
-
.sc(UpdateResponsePlan)
|
|
1553
|
+
.sc(UpdateResponsePlan$)
|
|
1553
1554
|
.build() {
|
|
1554
1555
|
}
|
|
1555
1556
|
|
|
@@ -1561,7 +1562,7 @@ class UpdateTimelineEventCommand extends smithyClient.Command
|
|
|
1561
1562
|
})
|
|
1562
1563
|
.s("SSMIncidents", "UpdateTimelineEvent", {})
|
|
1563
1564
|
.n("SSMIncidentsClient", "UpdateTimelineEventCommand")
|
|
1564
|
-
.sc(UpdateTimelineEvent)
|
|
1565
|
+
.sc(UpdateTimelineEvent$)
|
|
1565
1566
|
.build() {
|
|
1566
1567
|
}
|
|
1567
1568
|
|
|
@@ -1777,56 +1778,197 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1777
1778
|
enumerable: true,
|
|
1778
1779
|
get: function () { return smithyClient.Client; }
|
|
1779
1780
|
});
|
|
1780
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1781
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1782
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1783
|
+
exports.Action$ = Action$;
|
|
1784
|
+
exports.AddRegionAction$ = AddRegionAction$;
|
|
1785
|
+
exports.AttributeValueList$ = AttributeValueList$;
|
|
1786
|
+
exports.AutomationExecution$ = AutomationExecution$;
|
|
1787
|
+
exports.BatchGetIncidentFindings$ = BatchGetIncidentFindings$;
|
|
1781
1788
|
exports.BatchGetIncidentFindingsCommand = BatchGetIncidentFindingsCommand;
|
|
1782
|
-
exports.
|
|
1789
|
+
exports.BatchGetIncidentFindingsError$ = BatchGetIncidentFindingsError$;
|
|
1790
|
+
exports.BatchGetIncidentFindingsInput$ = BatchGetIncidentFindingsInput$;
|
|
1791
|
+
exports.BatchGetIncidentFindingsOutput$ = BatchGetIncidentFindingsOutput$;
|
|
1792
|
+
exports.ChatChannel$ = ChatChannel$;
|
|
1793
|
+
exports.CloudFormationStackUpdate$ = CloudFormationStackUpdate$;
|
|
1794
|
+
exports.CodeDeployDeployment$ = CodeDeployDeployment$;
|
|
1795
|
+
exports.Condition$ = Condition$;
|
|
1796
|
+
exports.ConflictException = ConflictException;
|
|
1797
|
+
exports.ConflictException$ = ConflictException$;
|
|
1798
|
+
exports.CreateReplicationSet$ = CreateReplicationSet$;
|
|
1783
1799
|
exports.CreateReplicationSetCommand = CreateReplicationSetCommand;
|
|
1800
|
+
exports.CreateReplicationSetInput$ = CreateReplicationSetInput$;
|
|
1801
|
+
exports.CreateReplicationSetOutput$ = CreateReplicationSetOutput$;
|
|
1802
|
+
exports.CreateResponsePlan$ = CreateResponsePlan$;
|
|
1784
1803
|
exports.CreateResponsePlanCommand = CreateResponsePlanCommand;
|
|
1804
|
+
exports.CreateResponsePlanInput$ = CreateResponsePlanInput$;
|
|
1805
|
+
exports.CreateResponsePlanOutput$ = CreateResponsePlanOutput$;
|
|
1806
|
+
exports.CreateTimelineEvent$ = CreateTimelineEvent$;
|
|
1785
1807
|
exports.CreateTimelineEventCommand = CreateTimelineEventCommand;
|
|
1808
|
+
exports.CreateTimelineEventInput$ = CreateTimelineEventInput$;
|
|
1809
|
+
exports.CreateTimelineEventOutput$ = CreateTimelineEventOutput$;
|
|
1810
|
+
exports.DeleteIncidentRecord$ = DeleteIncidentRecord$;
|
|
1786
1811
|
exports.DeleteIncidentRecordCommand = DeleteIncidentRecordCommand;
|
|
1812
|
+
exports.DeleteIncidentRecordInput$ = DeleteIncidentRecordInput$;
|
|
1813
|
+
exports.DeleteIncidentRecordOutput$ = DeleteIncidentRecordOutput$;
|
|
1814
|
+
exports.DeleteRegionAction$ = DeleteRegionAction$;
|
|
1815
|
+
exports.DeleteReplicationSet$ = DeleteReplicationSet$;
|
|
1787
1816
|
exports.DeleteReplicationSetCommand = DeleteReplicationSetCommand;
|
|
1817
|
+
exports.DeleteReplicationSetInput$ = DeleteReplicationSetInput$;
|
|
1818
|
+
exports.DeleteReplicationSetOutput$ = DeleteReplicationSetOutput$;
|
|
1819
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
1788
1820
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1821
|
+
exports.DeleteResourcePolicyInput$ = DeleteResourcePolicyInput$;
|
|
1822
|
+
exports.DeleteResourcePolicyOutput$ = DeleteResourcePolicyOutput$;
|
|
1823
|
+
exports.DeleteResponsePlan$ = DeleteResponsePlan$;
|
|
1789
1824
|
exports.DeleteResponsePlanCommand = DeleteResponsePlanCommand;
|
|
1825
|
+
exports.DeleteResponsePlanInput$ = DeleteResponsePlanInput$;
|
|
1826
|
+
exports.DeleteResponsePlanOutput$ = DeleteResponsePlanOutput$;
|
|
1827
|
+
exports.DeleteTimelineEvent$ = DeleteTimelineEvent$;
|
|
1790
1828
|
exports.DeleteTimelineEventCommand = DeleteTimelineEventCommand;
|
|
1829
|
+
exports.DeleteTimelineEventInput$ = DeleteTimelineEventInput$;
|
|
1830
|
+
exports.DeleteTimelineEventOutput$ = DeleteTimelineEventOutput$;
|
|
1831
|
+
exports.DynamicSsmParameterValue$ = DynamicSsmParameterValue$;
|
|
1832
|
+
exports.EmptyChatChannel$ = EmptyChatChannel$;
|
|
1833
|
+
exports.EventReference$ = EventReference$;
|
|
1834
|
+
exports.EventSummary$ = EventSummary$;
|
|
1835
|
+
exports.Filter$ = Filter$;
|
|
1836
|
+
exports.Finding$ = Finding$;
|
|
1837
|
+
exports.FindingDetails$ = FindingDetails$;
|
|
1838
|
+
exports.FindingSummary$ = FindingSummary$;
|
|
1839
|
+
exports.GetIncidentRecord$ = GetIncidentRecord$;
|
|
1791
1840
|
exports.GetIncidentRecordCommand = GetIncidentRecordCommand;
|
|
1841
|
+
exports.GetIncidentRecordInput$ = GetIncidentRecordInput$;
|
|
1842
|
+
exports.GetIncidentRecordOutput$ = GetIncidentRecordOutput$;
|
|
1843
|
+
exports.GetReplicationSet$ = GetReplicationSet$;
|
|
1792
1844
|
exports.GetReplicationSetCommand = GetReplicationSetCommand;
|
|
1845
|
+
exports.GetReplicationSetInput$ = GetReplicationSetInput$;
|
|
1846
|
+
exports.GetReplicationSetOutput$ = GetReplicationSetOutput$;
|
|
1847
|
+
exports.GetResourcePolicies$ = GetResourcePolicies$;
|
|
1793
1848
|
exports.GetResourcePoliciesCommand = GetResourcePoliciesCommand;
|
|
1849
|
+
exports.GetResourcePoliciesInput$ = GetResourcePoliciesInput$;
|
|
1850
|
+
exports.GetResourcePoliciesOutput$ = GetResourcePoliciesOutput$;
|
|
1851
|
+
exports.GetResponsePlan$ = GetResponsePlan$;
|
|
1794
1852
|
exports.GetResponsePlanCommand = GetResponsePlanCommand;
|
|
1853
|
+
exports.GetResponsePlanInput$ = GetResponsePlanInput$;
|
|
1854
|
+
exports.GetResponsePlanOutput$ = GetResponsePlanOutput$;
|
|
1855
|
+
exports.GetTimelineEvent$ = GetTimelineEvent$;
|
|
1795
1856
|
exports.GetTimelineEventCommand = GetTimelineEventCommand;
|
|
1857
|
+
exports.GetTimelineEventInput$ = GetTimelineEventInput$;
|
|
1858
|
+
exports.GetTimelineEventOutput$ = GetTimelineEventOutput$;
|
|
1859
|
+
exports.IncidentRecord$ = IncidentRecord$;
|
|
1860
|
+
exports.IncidentRecordSource$ = IncidentRecordSource$;
|
|
1796
1861
|
exports.IncidentRecordStatus = IncidentRecordStatus;
|
|
1797
|
-
exports.
|
|
1862
|
+
exports.IncidentRecordSummary$ = IncidentRecordSummary$;
|
|
1863
|
+
exports.IncidentTemplate$ = IncidentTemplate$;
|
|
1864
|
+
exports.Integration$ = Integration$;
|
|
1865
|
+
exports.InternalServerException = InternalServerException;
|
|
1866
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1867
|
+
exports.ItemIdentifier$ = ItemIdentifier$;
|
|
1798
1868
|
exports.ItemType = ItemType;
|
|
1869
|
+
exports.ItemValue$ = ItemValue$;
|
|
1870
|
+
exports.ListIncidentFindings$ = ListIncidentFindings$;
|
|
1799
1871
|
exports.ListIncidentFindingsCommand = ListIncidentFindingsCommand;
|
|
1872
|
+
exports.ListIncidentFindingsInput$ = ListIncidentFindingsInput$;
|
|
1873
|
+
exports.ListIncidentFindingsOutput$ = ListIncidentFindingsOutput$;
|
|
1874
|
+
exports.ListIncidentRecords$ = ListIncidentRecords$;
|
|
1800
1875
|
exports.ListIncidentRecordsCommand = ListIncidentRecordsCommand;
|
|
1876
|
+
exports.ListIncidentRecordsInput$ = ListIncidentRecordsInput$;
|
|
1877
|
+
exports.ListIncidentRecordsOutput$ = ListIncidentRecordsOutput$;
|
|
1878
|
+
exports.ListRelatedItems$ = ListRelatedItems$;
|
|
1801
1879
|
exports.ListRelatedItemsCommand = ListRelatedItemsCommand;
|
|
1880
|
+
exports.ListRelatedItemsInput$ = ListRelatedItemsInput$;
|
|
1881
|
+
exports.ListRelatedItemsOutput$ = ListRelatedItemsOutput$;
|
|
1882
|
+
exports.ListReplicationSets$ = ListReplicationSets$;
|
|
1802
1883
|
exports.ListReplicationSetsCommand = ListReplicationSetsCommand;
|
|
1884
|
+
exports.ListReplicationSetsInput$ = ListReplicationSetsInput$;
|
|
1885
|
+
exports.ListReplicationSetsOutput$ = ListReplicationSetsOutput$;
|
|
1886
|
+
exports.ListResponsePlans$ = ListResponsePlans$;
|
|
1803
1887
|
exports.ListResponsePlansCommand = ListResponsePlansCommand;
|
|
1888
|
+
exports.ListResponsePlansInput$ = ListResponsePlansInput$;
|
|
1889
|
+
exports.ListResponsePlansOutput$ = ListResponsePlansOutput$;
|
|
1890
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1804
1891
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1892
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1893
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1894
|
+
exports.ListTimelineEvents$ = ListTimelineEvents$;
|
|
1805
1895
|
exports.ListTimelineEventsCommand = ListTimelineEventsCommand;
|
|
1896
|
+
exports.ListTimelineEventsInput$ = ListTimelineEventsInput$;
|
|
1897
|
+
exports.ListTimelineEventsOutput$ = ListTimelineEventsOutput$;
|
|
1898
|
+
exports.NotificationTargetItem$ = NotificationTargetItem$;
|
|
1899
|
+
exports.PagerDutyConfiguration$ = PagerDutyConfiguration$;
|
|
1900
|
+
exports.PagerDutyIncidentConfiguration$ = PagerDutyIncidentConfiguration$;
|
|
1901
|
+
exports.PagerDutyIncidentDetail$ = PagerDutyIncidentDetail$;
|
|
1902
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
1806
1903
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
1904
|
+
exports.PutResourcePolicyInput$ = PutResourcePolicyInput$;
|
|
1905
|
+
exports.PutResourcePolicyOutput$ = PutResourcePolicyOutput$;
|
|
1906
|
+
exports.RegionInfo$ = RegionInfo$;
|
|
1907
|
+
exports.RegionMapInputValue$ = RegionMapInputValue$;
|
|
1807
1908
|
exports.RegionStatus = RegionStatus;
|
|
1909
|
+
exports.RelatedItem$ = RelatedItem$;
|
|
1910
|
+
exports.RelatedItemsUpdate$ = RelatedItemsUpdate$;
|
|
1911
|
+
exports.ReplicationSet$ = ReplicationSet$;
|
|
1808
1912
|
exports.ReplicationSetStatus = ReplicationSetStatus;
|
|
1809
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
1913
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1914
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1915
|
+
exports.ResourcePolicy$ = ResourcePolicy$;
|
|
1810
1916
|
exports.ResourceType = ResourceType;
|
|
1917
|
+
exports.ResponsePlanSummary$ = ResponsePlanSummary$;
|
|
1811
1918
|
exports.SSMIncidents = SSMIncidents;
|
|
1812
1919
|
exports.SSMIncidentsClient = SSMIncidentsClient;
|
|
1813
|
-
exports.SSMIncidentsServiceException = SSMIncidentsServiceException
|
|
1920
|
+
exports.SSMIncidentsServiceException = SSMIncidentsServiceException;
|
|
1921
|
+
exports.SSMIncidentsServiceException$ = SSMIncidentsServiceException$;
|
|
1814
1922
|
exports.ServiceCode = ServiceCode;
|
|
1815
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException
|
|
1923
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1924
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1816
1925
|
exports.SortOrder = SortOrder;
|
|
1926
|
+
exports.SsmAutomation$ = SsmAutomation$;
|
|
1817
1927
|
exports.SsmTargetAccount = SsmTargetAccount;
|
|
1928
|
+
exports.StartIncident$ = StartIncident$;
|
|
1818
1929
|
exports.StartIncidentCommand = StartIncidentCommand;
|
|
1930
|
+
exports.StartIncidentInput$ = StartIncidentInput$;
|
|
1931
|
+
exports.StartIncidentOutput$ = StartIncidentOutput$;
|
|
1932
|
+
exports.TagResource$ = TagResource$;
|
|
1819
1933
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1820
|
-
exports.
|
|
1934
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1935
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1936
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1937
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1938
|
+
exports.TimelineEvent$ = TimelineEvent$;
|
|
1821
1939
|
exports.TimelineEventSort = TimelineEventSort;
|
|
1940
|
+
exports.TriggerDetails$ = TriggerDetails$;
|
|
1941
|
+
exports.UntagResource$ = UntagResource$;
|
|
1822
1942
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1943
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1944
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1945
|
+
exports.UpdateDeletionProtection$ = UpdateDeletionProtection$;
|
|
1823
1946
|
exports.UpdateDeletionProtectionCommand = UpdateDeletionProtectionCommand;
|
|
1947
|
+
exports.UpdateDeletionProtectionInput$ = UpdateDeletionProtectionInput$;
|
|
1948
|
+
exports.UpdateDeletionProtectionOutput$ = UpdateDeletionProtectionOutput$;
|
|
1949
|
+
exports.UpdateIncidentRecord$ = UpdateIncidentRecord$;
|
|
1824
1950
|
exports.UpdateIncidentRecordCommand = UpdateIncidentRecordCommand;
|
|
1951
|
+
exports.UpdateIncidentRecordInput$ = UpdateIncidentRecordInput$;
|
|
1952
|
+
exports.UpdateIncidentRecordOutput$ = UpdateIncidentRecordOutput$;
|
|
1953
|
+
exports.UpdateRelatedItems$ = UpdateRelatedItems$;
|
|
1825
1954
|
exports.UpdateRelatedItemsCommand = UpdateRelatedItemsCommand;
|
|
1955
|
+
exports.UpdateRelatedItemsInput$ = UpdateRelatedItemsInput$;
|
|
1956
|
+
exports.UpdateRelatedItemsOutput$ = UpdateRelatedItemsOutput$;
|
|
1957
|
+
exports.UpdateReplicationSet$ = UpdateReplicationSet$;
|
|
1958
|
+
exports.UpdateReplicationSetAction$ = UpdateReplicationSetAction$;
|
|
1826
1959
|
exports.UpdateReplicationSetCommand = UpdateReplicationSetCommand;
|
|
1960
|
+
exports.UpdateReplicationSetInput$ = UpdateReplicationSetInput$;
|
|
1961
|
+
exports.UpdateReplicationSetOutput$ = UpdateReplicationSetOutput$;
|
|
1962
|
+
exports.UpdateResponsePlan$ = UpdateResponsePlan$;
|
|
1827
1963
|
exports.UpdateResponsePlanCommand = UpdateResponsePlanCommand;
|
|
1964
|
+
exports.UpdateResponsePlanInput$ = UpdateResponsePlanInput$;
|
|
1965
|
+
exports.UpdateResponsePlanOutput$ = UpdateResponsePlanOutput$;
|
|
1966
|
+
exports.UpdateTimelineEvent$ = UpdateTimelineEvent$;
|
|
1828
1967
|
exports.UpdateTimelineEventCommand = UpdateTimelineEventCommand;
|
|
1829
|
-
exports.
|
|
1968
|
+
exports.UpdateTimelineEventInput$ = UpdateTimelineEventInput$;
|
|
1969
|
+
exports.UpdateTimelineEventOutput$ = UpdateTimelineEventOutput$;
|
|
1970
|
+
exports.ValidationException = ValidationException;
|
|
1971
|
+
exports.ValidationException$ = ValidationException$;
|
|
1830
1972
|
exports.VariableType = VariableType;
|
|
1831
1973
|
exports.paginateGetResourcePolicies = paginateGetResourcePolicies;
|
|
1832
1974
|
exports.paginateListIncidentFindings = paginateListIncidentFindings;
|