@aws-sdk/client-ssm-incidents 3.296.0 → 3.298.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 (102) 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/SSMIncidents.d.ts +30 -0
  62. package/dist-types/SSMIncidentsClient.d.ts +24 -4
  63. package/dist-types/commands/CreateReplicationSetCommand.d.ts +16 -0
  64. package/dist-types/commands/CreateResponsePlanCommand.d.ts +16 -0
  65. package/dist-types/commands/CreateTimelineEventCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +16 -0
  71. package/dist-types/commands/GetIncidentRecordCommand.d.ts +16 -0
  72. package/dist-types/commands/GetReplicationSetCommand.d.ts +16 -0
  73. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
  74. package/dist-types/commands/GetResponsePlanCommand.d.ts +16 -0
  75. package/dist-types/commands/GetTimelineEventCommand.d.ts +16 -0
  76. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListRelatedItemsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListReplicationSetsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListResponsePlansCommand.d.ts +16 -0
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/ListTimelineEventsCommand.d.ts +16 -0
  82. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  83. package/dist-types/commands/StartIncidentCommand.d.ts +16 -0
  84. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  85. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +16 -0
  92. package/dist-types/models/SSMIncidentsServiceException.d.ts +2 -0
  93. package/dist-types/models/models_0.d.ts +281 -368
  94. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/Interfaces.d.ts +3 -0
  96. package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListResponsePlansPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +3 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +0 -258
  102. package/package.json +4 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
3
3
  import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetResourcePolicies(config: SSMIncidentsPaginationConfiguration, input: GetResourcePoliciesCommandInput, ...additionalArguments: any): Paginator<GetResourcePoliciesCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { SSMIncidentsClient } from "../SSMIncidentsClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface SSMIncidentsPaginationConfiguration extends PaginationConfiguration {
4
7
  client: SSMIncidentsClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput } from "../commands/ListIncidentRecordsCommand";
3
3
  import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListIncidentRecords(config: SSMIncidentsPaginationConfiguration, input: ListIncidentRecordsCommandInput, ...additionalArguments: any): Paginator<ListIncidentRecordsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput } from "../commands/ListRelatedItemsCommand";
3
3
  import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRelatedItems(config: SSMIncidentsPaginationConfiguration, input: ListRelatedItemsCommandInput, ...additionalArguments: any): Paginator<ListRelatedItemsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput } from "../commands/ListReplicationSetsCommand";
3
3
  import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReplicationSets(config: SSMIncidentsPaginationConfiguration, input: ListReplicationSetsCommandInput, ...additionalArguments: any): Paginator<ListReplicationSetsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListResponsePlansCommandInput, ListResponsePlansCommandOutput } from "../commands/ListResponsePlansCommand";
3
3
  import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListResponsePlans(config: SSMIncidentsPaginationConfiguration, input: ListResponsePlansCommandInput, ...additionalArguments: any): Paginator<ListResponsePlansCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput } from "../commands/ListTimelineEventsCommand";
3
3
  import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTimelineEvents(config: SSMIncidentsPaginationConfiguration, input: ListTimelineEventsCommandInput, ...additionalArguments: any): Paginator<ListTimelineEventsCommandOutput>;
@@ -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.296.0",
4
+ "version": "3.298.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,9 +21,9 @@
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.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.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",