@aws-sdk/client-ssm-incidents 3.297.0 → 3.299.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.
Files changed (63) hide show
  1. package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -3
  2. package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -3
  3. package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -3
  9. package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -3
  10. package/dist-cjs/commands/GetReplicationSetCommand.js +2 -3
  11. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -3
  12. package/dist-cjs/commands/GetResponsePlanCommand.js +2 -3
  13. package/dist-cjs/commands/GetTimelineEventCommand.js +2 -3
  14. package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -3
  15. package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -3
  16. package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -3
  17. package/dist-cjs/commands/ListResponsePlansCommand.js +2 -3
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  19. package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -3
  20. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  21. package/dist-cjs/commands/StartIncidentCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -3
  30. package/dist-cjs/models/models_0.js +1 -482
  31. package/dist-es/commands/CreateReplicationSetCommand.js +2 -3
  32. package/dist-es/commands/CreateResponsePlanCommand.js +2 -3
  33. package/dist-es/commands/CreateTimelineEventCommand.js +2 -3
  34. package/dist-es/commands/DeleteIncidentRecordCommand.js +2 -3
  35. package/dist-es/commands/DeleteReplicationSetCommand.js +2 -3
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  37. package/dist-es/commands/DeleteResponsePlanCommand.js +2 -3
  38. package/dist-es/commands/DeleteTimelineEventCommand.js +2 -3
  39. package/dist-es/commands/GetIncidentRecordCommand.js +2 -3
  40. package/dist-es/commands/GetReplicationSetCommand.js +2 -3
  41. package/dist-es/commands/GetResourcePoliciesCommand.js +2 -3
  42. package/dist-es/commands/GetResponsePlanCommand.js +2 -3
  43. package/dist-es/commands/GetTimelineEventCommand.js +2 -3
  44. package/dist-es/commands/ListIncidentRecordsCommand.js +2 -3
  45. package/dist-es/commands/ListRelatedItemsCommand.js +2 -3
  46. package/dist-es/commands/ListReplicationSetsCommand.js +2 -3
  47. package/dist-es/commands/ListResponsePlansCommand.js +2 -3
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  49. package/dist-es/commands/ListTimelineEventsCommand.js +2 -3
  50. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  51. package/dist-es/commands/StartIncidentCommand.js +2 -3
  52. package/dist-es/commands/TagResourceCommand.js +2 -3
  53. package/dist-es/commands/UntagResourceCommand.js +2 -3
  54. package/dist-es/commands/UpdateDeletionProtectionCommand.js +2 -3
  55. package/dist-es/commands/UpdateIncidentRecordCommand.js +2 -3
  56. package/dist-es/commands/UpdateRelatedItemsCommand.js +2 -3
  57. package/dist-es/commands/UpdateReplicationSetCommand.js +2 -3
  58. package/dist-es/commands/UpdateResponsePlanCommand.js +2 -3
  59. package/dist-es/commands/UpdateTimelineEventCommand.js +2 -3
  60. package/dist-es/models/models_0.js +0 -387
  61. package/dist-types/models/models_0.d.ts +0 -368
  62. package/dist-types/ts3.4/models/models_0.d.ts +0 -258
  63. package/package.json +11 -10
@@ -2243,371 +2243,3 @@ export interface UpdateTimelineEventInput {
2243
2243
  */
2244
2244
  export interface UpdateTimelineEventOutput {
2245
2245
  }
2246
- /**
2247
- * @internal
2248
- */
2249
- export declare const DynamicSsmParameterValueFilterSensitiveLog: (obj: DynamicSsmParameterValue) => any;
2250
- /**
2251
- * @internal
2252
- */
2253
- export declare const SsmAutomationFilterSensitiveLog: (obj: SsmAutomation) => any;
2254
- /**
2255
- * @internal
2256
- */
2257
- export declare const ActionFilterSensitiveLog: (obj: Action) => any;
2258
- /**
2259
- * @internal
2260
- */
2261
- export declare const AddRegionActionFilterSensitiveLog: (obj: AddRegionAction) => any;
2262
- /**
2263
- * @internal
2264
- */
2265
- export declare const AttributeValueListFilterSensitiveLog: (obj: AttributeValueList) => any;
2266
- /**
2267
- * @internal
2268
- */
2269
- export declare const AutomationExecutionFilterSensitiveLog: (obj: AutomationExecution) => any;
2270
- /**
2271
- * @internal
2272
- */
2273
- export declare const EmptyChatChannelFilterSensitiveLog: (obj: EmptyChatChannel) => any;
2274
- /**
2275
- * @internal
2276
- */
2277
- export declare const ChatChannelFilterSensitiveLog: (obj: ChatChannel) => any;
2278
- /**
2279
- * @internal
2280
- */
2281
- export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
2282
- /**
2283
- * @internal
2284
- */
2285
- export declare const RegionMapInputValueFilterSensitiveLog: (obj: RegionMapInputValue) => any;
2286
- /**
2287
- * @internal
2288
- */
2289
- export declare const CreateReplicationSetInputFilterSensitiveLog: (obj: CreateReplicationSetInput) => any;
2290
- /**
2291
- * @internal
2292
- */
2293
- export declare const CreateReplicationSetOutputFilterSensitiveLog: (obj: CreateReplicationSetOutput) => any;
2294
- /**
2295
- * @internal
2296
- */
2297
- export declare const NotificationTargetItemFilterSensitiveLog: (obj: NotificationTargetItem) => any;
2298
- /**
2299
- * @internal
2300
- */
2301
- export declare const IncidentTemplateFilterSensitiveLog: (obj: IncidentTemplate) => any;
2302
- /**
2303
- * @internal
2304
- */
2305
- export declare const PagerDutyIncidentConfigurationFilterSensitiveLog: (obj: PagerDutyIncidentConfiguration) => any;
2306
- /**
2307
- * @internal
2308
- */
2309
- export declare const PagerDutyConfigurationFilterSensitiveLog: (obj: PagerDutyConfiguration) => any;
2310
- /**
2311
- * @internal
2312
- */
2313
- export declare const IntegrationFilterSensitiveLog: (obj: Integration) => any;
2314
- /**
2315
- * @internal
2316
- */
2317
- export declare const CreateResponsePlanInputFilterSensitiveLog: (obj: CreateResponsePlanInput) => any;
2318
- /**
2319
- * @internal
2320
- */
2321
- export declare const CreateResponsePlanOutputFilterSensitiveLog: (obj: CreateResponsePlanOutput) => any;
2322
- /**
2323
- * @internal
2324
- */
2325
- export declare const EventReferenceFilterSensitiveLog: (obj: EventReference) => any;
2326
- /**
2327
- * @internal
2328
- */
2329
- export declare const CreateTimelineEventInputFilterSensitiveLog: (obj: CreateTimelineEventInput) => any;
2330
- /**
2331
- * @internal
2332
- */
2333
- export declare const CreateTimelineEventOutputFilterSensitiveLog: (obj: CreateTimelineEventOutput) => any;
2334
- /**
2335
- * @internal
2336
- */
2337
- export declare const DeleteIncidentRecordInputFilterSensitiveLog: (obj: DeleteIncidentRecordInput) => any;
2338
- /**
2339
- * @internal
2340
- */
2341
- export declare const DeleteIncidentRecordOutputFilterSensitiveLog: (obj: DeleteIncidentRecordOutput) => any;
2342
- /**
2343
- * @internal
2344
- */
2345
- export declare const DeleteRegionActionFilterSensitiveLog: (obj: DeleteRegionAction) => any;
2346
- /**
2347
- * @internal
2348
- */
2349
- export declare const DeleteReplicationSetInputFilterSensitiveLog: (obj: DeleteReplicationSetInput) => any;
2350
- /**
2351
- * @internal
2352
- */
2353
- export declare const DeleteReplicationSetOutputFilterSensitiveLog: (obj: DeleteReplicationSetOutput) => any;
2354
- /**
2355
- * @internal
2356
- */
2357
- export declare const DeleteResourcePolicyInputFilterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
2358
- /**
2359
- * @internal
2360
- */
2361
- export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
2362
- /**
2363
- * @internal
2364
- */
2365
- export declare const DeleteResponsePlanInputFilterSensitiveLog: (obj: DeleteResponsePlanInput) => any;
2366
- /**
2367
- * @internal
2368
- */
2369
- export declare const DeleteResponsePlanOutputFilterSensitiveLog: (obj: DeleteResponsePlanOutput) => any;
2370
- /**
2371
- * @internal
2372
- */
2373
- export declare const DeleteTimelineEventInputFilterSensitiveLog: (obj: DeleteTimelineEventInput) => any;
2374
- /**
2375
- * @internal
2376
- */
2377
- export declare const DeleteTimelineEventOutputFilterSensitiveLog: (obj: DeleteTimelineEventOutput) => any;
2378
- /**
2379
- * @internal
2380
- */
2381
- export declare const EventSummaryFilterSensitiveLog: (obj: EventSummary) => any;
2382
- /**
2383
- * @internal
2384
- */
2385
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
2386
- /**
2387
- * @internal
2388
- */
2389
- export declare const GetIncidentRecordInputFilterSensitiveLog: (obj: GetIncidentRecordInput) => any;
2390
- /**
2391
- * @internal
2392
- */
2393
- export declare const IncidentRecordSourceFilterSensitiveLog: (obj: IncidentRecordSource) => any;
2394
- /**
2395
- * @internal
2396
- */
2397
- export declare const IncidentRecordFilterSensitiveLog: (obj: IncidentRecord) => any;
2398
- /**
2399
- * @internal
2400
- */
2401
- export declare const GetIncidentRecordOutputFilterSensitiveLog: (obj: GetIncidentRecordOutput) => any;
2402
- /**
2403
- * @internal
2404
- */
2405
- export declare const GetReplicationSetInputFilterSensitiveLog: (obj: GetReplicationSetInput) => any;
2406
- /**
2407
- * @internal
2408
- */
2409
- export declare const RegionInfoFilterSensitiveLog: (obj: RegionInfo) => any;
2410
- /**
2411
- * @internal
2412
- */
2413
- export declare const ReplicationSetFilterSensitiveLog: (obj: ReplicationSet) => any;
2414
- /**
2415
- * @internal
2416
- */
2417
- export declare const GetReplicationSetOutputFilterSensitiveLog: (obj: GetReplicationSetOutput) => any;
2418
- /**
2419
- * @internal
2420
- */
2421
- export declare const GetResourcePoliciesInputFilterSensitiveLog: (obj: GetResourcePoliciesInput) => any;
2422
- /**
2423
- * @internal
2424
- */
2425
- export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
2426
- /**
2427
- * @internal
2428
- */
2429
- export declare const GetResourcePoliciesOutputFilterSensitiveLog: (obj: GetResourcePoliciesOutput) => any;
2430
- /**
2431
- * @internal
2432
- */
2433
- export declare const GetResponsePlanInputFilterSensitiveLog: (obj: GetResponsePlanInput) => any;
2434
- /**
2435
- * @internal
2436
- */
2437
- export declare const GetResponsePlanOutputFilterSensitiveLog: (obj: GetResponsePlanOutput) => any;
2438
- /**
2439
- * @internal
2440
- */
2441
- export declare const GetTimelineEventInputFilterSensitiveLog: (obj: GetTimelineEventInput) => any;
2442
- /**
2443
- * @internal
2444
- */
2445
- export declare const TimelineEventFilterSensitiveLog: (obj: TimelineEvent) => any;
2446
- /**
2447
- * @internal
2448
- */
2449
- export declare const GetTimelineEventOutputFilterSensitiveLog: (obj: GetTimelineEventOutput) => any;
2450
- /**
2451
- * @internal
2452
- */
2453
- export declare const IncidentRecordSummaryFilterSensitiveLog: (obj: IncidentRecordSummary) => any;
2454
- /**
2455
- * @internal
2456
- */
2457
- export declare const PagerDutyIncidentDetailFilterSensitiveLog: (obj: PagerDutyIncidentDetail) => any;
2458
- /**
2459
- * @internal
2460
- */
2461
- export declare const ItemValueFilterSensitiveLog: (obj: ItemValue) => any;
2462
- /**
2463
- * @internal
2464
- */
2465
- export declare const ItemIdentifierFilterSensitiveLog: (obj: ItemIdentifier) => any;
2466
- /**
2467
- * @internal
2468
- */
2469
- export declare const ListIncidentRecordsInputFilterSensitiveLog: (obj: ListIncidentRecordsInput) => any;
2470
- /**
2471
- * @internal
2472
- */
2473
- export declare const ListIncidentRecordsOutputFilterSensitiveLog: (obj: ListIncidentRecordsOutput) => any;
2474
- /**
2475
- * @internal
2476
- */
2477
- export declare const ListRelatedItemsInputFilterSensitiveLog: (obj: ListRelatedItemsInput) => any;
2478
- /**
2479
- * @internal
2480
- */
2481
- export declare const RelatedItemFilterSensitiveLog: (obj: RelatedItem) => any;
2482
- /**
2483
- * @internal
2484
- */
2485
- export declare const ListRelatedItemsOutputFilterSensitiveLog: (obj: ListRelatedItemsOutput) => any;
2486
- /**
2487
- * @internal
2488
- */
2489
- export declare const ListReplicationSetsInputFilterSensitiveLog: (obj: ListReplicationSetsInput) => any;
2490
- /**
2491
- * @internal
2492
- */
2493
- export declare const ListReplicationSetsOutputFilterSensitiveLog: (obj: ListReplicationSetsOutput) => any;
2494
- /**
2495
- * @internal
2496
- */
2497
- export declare const ListResponsePlansInputFilterSensitiveLog: (obj: ListResponsePlansInput) => any;
2498
- /**
2499
- * @internal
2500
- */
2501
- export declare const ResponsePlanSummaryFilterSensitiveLog: (obj: ResponsePlanSummary) => any;
2502
- /**
2503
- * @internal
2504
- */
2505
- export declare const ListResponsePlansOutputFilterSensitiveLog: (obj: ListResponsePlansOutput) => any;
2506
- /**
2507
- * @internal
2508
- */
2509
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2510
- /**
2511
- * @internal
2512
- */
2513
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2514
- /**
2515
- * @internal
2516
- */
2517
- export declare const ListTimelineEventsInputFilterSensitiveLog: (obj: ListTimelineEventsInput) => any;
2518
- /**
2519
- * @internal
2520
- */
2521
- export declare const ListTimelineEventsOutputFilterSensitiveLog: (obj: ListTimelineEventsOutput) => any;
2522
- /**
2523
- * @internal
2524
- */
2525
- export declare const PutResourcePolicyInputFilterSensitiveLog: (obj: PutResourcePolicyInput) => any;
2526
- /**
2527
- * @internal
2528
- */
2529
- export declare const PutResourcePolicyOutputFilterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
2530
- /**
2531
- * @internal
2532
- */
2533
- export declare const RelatedItemsUpdateFilterSensitiveLog: (obj: RelatedItemsUpdate) => any;
2534
- /**
2535
- * @internal
2536
- */
2537
- export declare const TriggerDetailsFilterSensitiveLog: (obj: TriggerDetails) => any;
2538
- /**
2539
- * @internal
2540
- */
2541
- export declare const StartIncidentInputFilterSensitiveLog: (obj: StartIncidentInput) => any;
2542
- /**
2543
- * @internal
2544
- */
2545
- export declare const StartIncidentOutputFilterSensitiveLog: (obj: StartIncidentOutput) => any;
2546
- /**
2547
- * @internal
2548
- */
2549
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2550
- /**
2551
- * @internal
2552
- */
2553
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2554
- /**
2555
- * @internal
2556
- */
2557
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2558
- /**
2559
- * @internal
2560
- */
2561
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2562
- /**
2563
- * @internal
2564
- */
2565
- export declare const UpdateDeletionProtectionInputFilterSensitiveLog: (obj: UpdateDeletionProtectionInput) => any;
2566
- /**
2567
- * @internal
2568
- */
2569
- export declare const UpdateDeletionProtectionOutputFilterSensitiveLog: (obj: UpdateDeletionProtectionOutput) => any;
2570
- /**
2571
- * @internal
2572
- */
2573
- export declare const UpdateIncidentRecordInputFilterSensitiveLog: (obj: UpdateIncidentRecordInput) => any;
2574
- /**
2575
- * @internal
2576
- */
2577
- export declare const UpdateIncidentRecordOutputFilterSensitiveLog: (obj: UpdateIncidentRecordOutput) => any;
2578
- /**
2579
- * @internal
2580
- */
2581
- export declare const UpdateRelatedItemsInputFilterSensitiveLog: (obj: UpdateRelatedItemsInput) => any;
2582
- /**
2583
- * @internal
2584
- */
2585
- export declare const UpdateRelatedItemsOutputFilterSensitiveLog: (obj: UpdateRelatedItemsOutput) => any;
2586
- /**
2587
- * @internal
2588
- */
2589
- export declare const UpdateReplicationSetActionFilterSensitiveLog: (obj: UpdateReplicationSetAction) => any;
2590
- /**
2591
- * @internal
2592
- */
2593
- export declare const UpdateReplicationSetInputFilterSensitiveLog: (obj: UpdateReplicationSetInput) => any;
2594
- /**
2595
- * @internal
2596
- */
2597
- export declare const UpdateReplicationSetOutputFilterSensitiveLog: (obj: UpdateReplicationSetOutput) => any;
2598
- /**
2599
- * @internal
2600
- */
2601
- export declare const UpdateResponsePlanInputFilterSensitiveLog: (obj: UpdateResponsePlanInput) => any;
2602
- /**
2603
- * @internal
2604
- */
2605
- export declare const UpdateResponsePlanOutputFilterSensitiveLog: (obj: UpdateResponsePlanOutput) => any;
2606
- /**
2607
- * @internal
2608
- */
2609
- export declare const UpdateTimelineEventInputFilterSensitiveLog: (obj: UpdateTimelineEventInput) => any;
2610
- /**
2611
- * @internal
2612
- */
2613
- export declare const UpdateTimelineEventOutputFilterSensitiveLog: (obj: UpdateTimelineEventOutput) => any;
@@ -788,261 +788,3 @@ export interface UpdateTimelineEventInput {
788
788
  eventReferences?: EventReference[];
789
789
  }
790
790
  export interface UpdateTimelineEventOutput {}
791
- export declare const DynamicSsmParameterValueFilterSensitiveLog: (
792
- obj: DynamicSsmParameterValue
793
- ) => any;
794
- export declare const SsmAutomationFilterSensitiveLog: (
795
- obj: SsmAutomation
796
- ) => any;
797
- export declare const ActionFilterSensitiveLog: (obj: Action) => any;
798
- export declare const AddRegionActionFilterSensitiveLog: (
799
- obj: AddRegionAction
800
- ) => any;
801
- export declare const AttributeValueListFilterSensitiveLog: (
802
- obj: AttributeValueList
803
- ) => any;
804
- export declare const AutomationExecutionFilterSensitiveLog: (
805
- obj: AutomationExecution
806
- ) => any;
807
- export declare const EmptyChatChannelFilterSensitiveLog: (
808
- obj: EmptyChatChannel
809
- ) => any;
810
- export declare const ChatChannelFilterSensitiveLog: (obj: ChatChannel) => any;
811
- export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
812
- export declare const RegionMapInputValueFilterSensitiveLog: (
813
- obj: RegionMapInputValue
814
- ) => any;
815
- export declare const CreateReplicationSetInputFilterSensitiveLog: (
816
- obj: CreateReplicationSetInput
817
- ) => any;
818
- export declare const CreateReplicationSetOutputFilterSensitiveLog: (
819
- obj: CreateReplicationSetOutput
820
- ) => any;
821
- export declare const NotificationTargetItemFilterSensitiveLog: (
822
- obj: NotificationTargetItem
823
- ) => any;
824
- export declare const IncidentTemplateFilterSensitiveLog: (
825
- obj: IncidentTemplate
826
- ) => any;
827
- export declare const PagerDutyIncidentConfigurationFilterSensitiveLog: (
828
- obj: PagerDutyIncidentConfiguration
829
- ) => any;
830
- export declare const PagerDutyConfigurationFilterSensitiveLog: (
831
- obj: PagerDutyConfiguration
832
- ) => any;
833
- export declare const IntegrationFilterSensitiveLog: (obj: Integration) => any;
834
- export declare const CreateResponsePlanInputFilterSensitiveLog: (
835
- obj: CreateResponsePlanInput
836
- ) => any;
837
- export declare const CreateResponsePlanOutputFilterSensitiveLog: (
838
- obj: CreateResponsePlanOutput
839
- ) => any;
840
- export declare const EventReferenceFilterSensitiveLog: (
841
- obj: EventReference
842
- ) => any;
843
- export declare const CreateTimelineEventInputFilterSensitiveLog: (
844
- obj: CreateTimelineEventInput
845
- ) => any;
846
- export declare const CreateTimelineEventOutputFilterSensitiveLog: (
847
- obj: CreateTimelineEventOutput
848
- ) => any;
849
- export declare const DeleteIncidentRecordInputFilterSensitiveLog: (
850
- obj: DeleteIncidentRecordInput
851
- ) => any;
852
- export declare const DeleteIncidentRecordOutputFilterSensitiveLog: (
853
- obj: DeleteIncidentRecordOutput
854
- ) => any;
855
- export declare const DeleteRegionActionFilterSensitiveLog: (
856
- obj: DeleteRegionAction
857
- ) => any;
858
- export declare const DeleteReplicationSetInputFilterSensitiveLog: (
859
- obj: DeleteReplicationSetInput
860
- ) => any;
861
- export declare const DeleteReplicationSetOutputFilterSensitiveLog: (
862
- obj: DeleteReplicationSetOutput
863
- ) => any;
864
- export declare const DeleteResourcePolicyInputFilterSensitiveLog: (
865
- obj: DeleteResourcePolicyInput
866
- ) => any;
867
- export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (
868
- obj: DeleteResourcePolicyOutput
869
- ) => any;
870
- export declare const DeleteResponsePlanInputFilterSensitiveLog: (
871
- obj: DeleteResponsePlanInput
872
- ) => any;
873
- export declare const DeleteResponsePlanOutputFilterSensitiveLog: (
874
- obj: DeleteResponsePlanOutput
875
- ) => any;
876
- export declare const DeleteTimelineEventInputFilterSensitiveLog: (
877
- obj: DeleteTimelineEventInput
878
- ) => any;
879
- export declare const DeleteTimelineEventOutputFilterSensitiveLog: (
880
- obj: DeleteTimelineEventOutput
881
- ) => any;
882
- export declare const EventSummaryFilterSensitiveLog: (obj: EventSummary) => any;
883
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
884
- export declare const GetIncidentRecordInputFilterSensitiveLog: (
885
- obj: GetIncidentRecordInput
886
- ) => any;
887
- export declare const IncidentRecordSourceFilterSensitiveLog: (
888
- obj: IncidentRecordSource
889
- ) => any;
890
- export declare const IncidentRecordFilterSensitiveLog: (
891
- obj: IncidentRecord
892
- ) => any;
893
- export declare const GetIncidentRecordOutputFilterSensitiveLog: (
894
- obj: GetIncidentRecordOutput
895
- ) => any;
896
- export declare const GetReplicationSetInputFilterSensitiveLog: (
897
- obj: GetReplicationSetInput
898
- ) => any;
899
- export declare const RegionInfoFilterSensitiveLog: (obj: RegionInfo) => any;
900
- export declare const ReplicationSetFilterSensitiveLog: (
901
- obj: ReplicationSet
902
- ) => any;
903
- export declare const GetReplicationSetOutputFilterSensitiveLog: (
904
- obj: GetReplicationSetOutput
905
- ) => any;
906
- export declare const GetResourcePoliciesInputFilterSensitiveLog: (
907
- obj: GetResourcePoliciesInput
908
- ) => any;
909
- export declare const ResourcePolicyFilterSensitiveLog: (
910
- obj: ResourcePolicy
911
- ) => any;
912
- export declare const GetResourcePoliciesOutputFilterSensitiveLog: (
913
- obj: GetResourcePoliciesOutput
914
- ) => any;
915
- export declare const GetResponsePlanInputFilterSensitiveLog: (
916
- obj: GetResponsePlanInput
917
- ) => any;
918
- export declare const GetResponsePlanOutputFilterSensitiveLog: (
919
- obj: GetResponsePlanOutput
920
- ) => any;
921
- export declare const GetTimelineEventInputFilterSensitiveLog: (
922
- obj: GetTimelineEventInput
923
- ) => any;
924
- export declare const TimelineEventFilterSensitiveLog: (
925
- obj: TimelineEvent
926
- ) => any;
927
- export declare const GetTimelineEventOutputFilterSensitiveLog: (
928
- obj: GetTimelineEventOutput
929
- ) => any;
930
- export declare const IncidentRecordSummaryFilterSensitiveLog: (
931
- obj: IncidentRecordSummary
932
- ) => any;
933
- export declare const PagerDutyIncidentDetailFilterSensitiveLog: (
934
- obj: PagerDutyIncidentDetail
935
- ) => any;
936
- export declare const ItemValueFilterSensitiveLog: (obj: ItemValue) => any;
937
- export declare const ItemIdentifierFilterSensitiveLog: (
938
- obj: ItemIdentifier
939
- ) => any;
940
- export declare const ListIncidentRecordsInputFilterSensitiveLog: (
941
- obj: ListIncidentRecordsInput
942
- ) => any;
943
- export declare const ListIncidentRecordsOutputFilterSensitiveLog: (
944
- obj: ListIncidentRecordsOutput
945
- ) => any;
946
- export declare const ListRelatedItemsInputFilterSensitiveLog: (
947
- obj: ListRelatedItemsInput
948
- ) => any;
949
- export declare const RelatedItemFilterSensitiveLog: (obj: RelatedItem) => any;
950
- export declare const ListRelatedItemsOutputFilterSensitiveLog: (
951
- obj: ListRelatedItemsOutput
952
- ) => any;
953
- export declare const ListReplicationSetsInputFilterSensitiveLog: (
954
- obj: ListReplicationSetsInput
955
- ) => any;
956
- export declare const ListReplicationSetsOutputFilterSensitiveLog: (
957
- obj: ListReplicationSetsOutput
958
- ) => any;
959
- export declare const ListResponsePlansInputFilterSensitiveLog: (
960
- obj: ListResponsePlansInput
961
- ) => any;
962
- export declare const ResponsePlanSummaryFilterSensitiveLog: (
963
- obj: ResponsePlanSummary
964
- ) => any;
965
- export declare const ListResponsePlansOutputFilterSensitiveLog: (
966
- obj: ListResponsePlansOutput
967
- ) => any;
968
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
969
- obj: ListTagsForResourceRequest
970
- ) => any;
971
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
972
- obj: ListTagsForResourceResponse
973
- ) => any;
974
- export declare const ListTimelineEventsInputFilterSensitiveLog: (
975
- obj: ListTimelineEventsInput
976
- ) => any;
977
- export declare const ListTimelineEventsOutputFilterSensitiveLog: (
978
- obj: ListTimelineEventsOutput
979
- ) => any;
980
- export declare const PutResourcePolicyInputFilterSensitiveLog: (
981
- obj: PutResourcePolicyInput
982
- ) => any;
983
- export declare const PutResourcePolicyOutputFilterSensitiveLog: (
984
- obj: PutResourcePolicyOutput
985
- ) => any;
986
- export declare const RelatedItemsUpdateFilterSensitiveLog: (
987
- obj: RelatedItemsUpdate
988
- ) => any;
989
- export declare const TriggerDetailsFilterSensitiveLog: (
990
- obj: TriggerDetails
991
- ) => any;
992
- export declare const StartIncidentInputFilterSensitiveLog: (
993
- obj: StartIncidentInput
994
- ) => any;
995
- export declare const StartIncidentOutputFilterSensitiveLog: (
996
- obj: StartIncidentOutput
997
- ) => any;
998
- export declare const TagResourceRequestFilterSensitiveLog: (
999
- obj: TagResourceRequest
1000
- ) => any;
1001
- export declare const TagResourceResponseFilterSensitiveLog: (
1002
- obj: TagResourceResponse
1003
- ) => any;
1004
- export declare const UntagResourceRequestFilterSensitiveLog: (
1005
- obj: UntagResourceRequest
1006
- ) => any;
1007
- export declare const UntagResourceResponseFilterSensitiveLog: (
1008
- obj: UntagResourceResponse
1009
- ) => any;
1010
- export declare const UpdateDeletionProtectionInputFilterSensitiveLog: (
1011
- obj: UpdateDeletionProtectionInput
1012
- ) => any;
1013
- export declare const UpdateDeletionProtectionOutputFilterSensitiveLog: (
1014
- obj: UpdateDeletionProtectionOutput
1015
- ) => any;
1016
- export declare const UpdateIncidentRecordInputFilterSensitiveLog: (
1017
- obj: UpdateIncidentRecordInput
1018
- ) => any;
1019
- export declare const UpdateIncidentRecordOutputFilterSensitiveLog: (
1020
- obj: UpdateIncidentRecordOutput
1021
- ) => any;
1022
- export declare const UpdateRelatedItemsInputFilterSensitiveLog: (
1023
- obj: UpdateRelatedItemsInput
1024
- ) => any;
1025
- export declare const UpdateRelatedItemsOutputFilterSensitiveLog: (
1026
- obj: UpdateRelatedItemsOutput
1027
- ) => any;
1028
- export declare const UpdateReplicationSetActionFilterSensitiveLog: (
1029
- obj: UpdateReplicationSetAction
1030
- ) => any;
1031
- export declare const UpdateReplicationSetInputFilterSensitiveLog: (
1032
- obj: UpdateReplicationSetInput
1033
- ) => any;
1034
- export declare const UpdateReplicationSetOutputFilterSensitiveLog: (
1035
- obj: UpdateReplicationSetOutput
1036
- ) => any;
1037
- export declare const UpdateResponsePlanInputFilterSensitiveLog: (
1038
- obj: UpdateResponsePlanInput
1039
- ) => any;
1040
- export declare const UpdateResponsePlanOutputFilterSensitiveLog: (
1041
- obj: UpdateResponsePlanOutput
1042
- ) => any;
1043
- export declare const UpdateTimelineEventInputFilterSensitiveLog: (
1044
- obj: UpdateTimelineEventInput
1045
- ) => any;
1046
- export declare const UpdateTimelineEventOutputFilterSensitiveLog: (
1047
- obj: UpdateTimelineEventOutput
1048
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-incidents",
3
3
  "description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native",
4
- "version": "3.297.0",
4
+ "version": "3.299.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo ssm-incidents"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,22 +21,22 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
- "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.299.0",
25
+ "@aws-sdk/config-resolver": "3.299.0",
26
+ "@aws-sdk/credential-provider-node": "3.299.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",
29
30
  "@aws-sdk/middleware-content-length": "3.296.0",
30
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
31
32
  "@aws-sdk/middleware-host-header": "3.296.0",
32
33
  "@aws-sdk/middleware-logger": "3.296.0",
33
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
35
  "@aws-sdk/middleware-retry": "3.296.0",
35
36
  "@aws-sdk/middleware-serde": "3.296.0",
36
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
37
38
  "@aws-sdk/middleware-stack": "3.296.0",
38
- "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
39
40
  "@aws-sdk/node-config-provider": "3.296.0",
40
41
  "@aws-sdk/node-http-handler": "3.296.0",
41
42
  "@aws-sdk/protocol-http": "3.296.0",
@@ -46,11 +47,11 @@
46
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
47
48
  "@aws-sdk/util-body-length-node": "3.295.0",
48
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
51
  "@aws-sdk/util-endpoints": "3.296.0",
51
52
  "@aws-sdk/util-retry": "3.296.0",
52
- "@aws-sdk/util-user-agent-browser": "3.296.0",
53
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.299.0",
54
55
  "@aws-sdk/util-utf8": "3.295.0",
55
56
  "@aws-sdk/util-waiter": "3.296.0",
56
57
  "tslib": "^2.5.0",