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