@aws-sdk/client-ssm-incidents 3.649.0 → 3.650.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 +31 -93
- package/dist-es/commands/BatchGetIncidentFindingsCommand.js +1 -3
- package/dist-es/commands/CreateReplicationSetCommand.js +1 -3
- package/dist-es/commands/CreateResponsePlanCommand.js +1 -3
- package/dist-es/commands/CreateTimelineEventCommand.js +1 -3
- package/dist-es/commands/DeleteIncidentRecordCommand.js +1 -3
- package/dist-es/commands/DeleteReplicationSetCommand.js +1 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteResponsePlanCommand.js +1 -3
- package/dist-es/commands/DeleteTimelineEventCommand.js +1 -3
- package/dist-es/commands/GetIncidentRecordCommand.js +1 -3
- package/dist-es/commands/GetReplicationSetCommand.js +1 -3
- package/dist-es/commands/GetResourcePoliciesCommand.js +1 -3
- package/dist-es/commands/GetResponsePlanCommand.js +1 -3
- package/dist-es/commands/GetTimelineEventCommand.js +1 -3
- package/dist-es/commands/ListIncidentFindingsCommand.js +1 -3
- package/dist-es/commands/ListIncidentRecordsCommand.js +1 -3
- package/dist-es/commands/ListRelatedItemsCommand.js +1 -3
- package/dist-es/commands/ListReplicationSetsCommand.js +1 -3
- package/dist-es/commands/ListResponsePlansCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTimelineEventsCommand.js +1 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/dist-es/commands/StartIncidentCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +1 -3
- package/dist-es/commands/UpdateIncidentRecordCommand.js +1 -3
- package/dist-es/commands/UpdateRelatedItemsCommand.js +1 -3
- package/dist-es/commands/UpdateReplicationSetCommand.js +1 -3
- package/dist-es/commands/UpdateResponsePlanCommand.js +1 -3
- package/dist-es/commands/UpdateTimelineEventCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1840,9 +1840,7 @@ var _rA = "resourceArn";
|
|
|
1840
1840
|
var _tK = "tagKeys";
|
|
1841
1841
|
|
|
1842
1842
|
// src/commands/BatchGetIncidentFindingsCommand.ts
|
|
1843
|
-
var _BatchGetIncidentFindingsCommand = class _BatchGetIncidentFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1844
|
-
...commonParams
|
|
1845
|
-
}).m(function(Command, cs, config, o) {
|
|
1843
|
+
var _BatchGetIncidentFindingsCommand = class _BatchGetIncidentFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1846
1844
|
return [
|
|
1847
1845
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1848
1846
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1856,9 +1854,7 @@ var BatchGetIncidentFindingsCommand = _BatchGetIncidentFindingsCommand;
|
|
|
1856
1854
|
|
|
1857
1855
|
|
|
1858
1856
|
|
|
1859
|
-
var _CreateReplicationSetCommand = class _CreateReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1860
|
-
...commonParams
|
|
1861
|
-
}).m(function(Command, cs, config, o) {
|
|
1857
|
+
var _CreateReplicationSetCommand = class _CreateReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1862
1858
|
return [
|
|
1863
1859
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1864
1860
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1872,9 +1868,7 @@ var CreateReplicationSetCommand = _CreateReplicationSetCommand;
|
|
|
1872
1868
|
|
|
1873
1869
|
|
|
1874
1870
|
|
|
1875
|
-
var _CreateResponsePlanCommand = class _CreateResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1876
|
-
...commonParams
|
|
1877
|
-
}).m(function(Command, cs, config, o) {
|
|
1871
|
+
var _CreateResponsePlanCommand = class _CreateResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1878
1872
|
return [
|
|
1879
1873
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1880
1874
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1888,9 +1882,7 @@ var CreateResponsePlanCommand = _CreateResponsePlanCommand;
|
|
|
1888
1882
|
|
|
1889
1883
|
|
|
1890
1884
|
|
|
1891
|
-
var _CreateTimelineEventCommand = class _CreateTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1892
|
-
...commonParams
|
|
1893
|
-
}).m(function(Command, cs, config, o) {
|
|
1885
|
+
var _CreateTimelineEventCommand = class _CreateTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1894
1886
|
return [
|
|
1895
1887
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1896
1888
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1904,9 +1896,7 @@ var CreateTimelineEventCommand = _CreateTimelineEventCommand;
|
|
|
1904
1896
|
|
|
1905
1897
|
|
|
1906
1898
|
|
|
1907
|
-
var _DeleteIncidentRecordCommand = class _DeleteIncidentRecordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1908
|
-
...commonParams
|
|
1909
|
-
}).m(function(Command, cs, config, o) {
|
|
1899
|
+
var _DeleteIncidentRecordCommand = class _DeleteIncidentRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1910
1900
|
return [
|
|
1911
1901
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1912
1902
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1920,9 +1910,7 @@ var DeleteIncidentRecordCommand = _DeleteIncidentRecordCommand;
|
|
|
1920
1910
|
|
|
1921
1911
|
|
|
1922
1912
|
|
|
1923
|
-
var _DeleteReplicationSetCommand = class _DeleteReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1924
|
-
...commonParams
|
|
1925
|
-
}).m(function(Command, cs, config, o) {
|
|
1913
|
+
var _DeleteReplicationSetCommand = class _DeleteReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1926
1914
|
return [
|
|
1927
1915
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1928
1916
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1936,9 +1924,7 @@ var DeleteReplicationSetCommand = _DeleteReplicationSetCommand;
|
|
|
1936
1924
|
|
|
1937
1925
|
|
|
1938
1926
|
|
|
1939
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1940
|
-
...commonParams
|
|
1941
|
-
}).m(function(Command, cs, config, o) {
|
|
1927
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1942
1928
|
return [
|
|
1943
1929
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1944
1930
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1952,9 +1938,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
1952
1938
|
|
|
1953
1939
|
|
|
1954
1940
|
|
|
1955
|
-
var _DeleteResponsePlanCommand = class _DeleteResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1956
|
-
...commonParams
|
|
1957
|
-
}).m(function(Command, cs, config, o) {
|
|
1941
|
+
var _DeleteResponsePlanCommand = class _DeleteResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1958
1942
|
return [
|
|
1959
1943
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1960
1944
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1968,9 +1952,7 @@ var DeleteResponsePlanCommand = _DeleteResponsePlanCommand;
|
|
|
1968
1952
|
|
|
1969
1953
|
|
|
1970
1954
|
|
|
1971
|
-
var _DeleteTimelineEventCommand = class _DeleteTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1972
|
-
...commonParams
|
|
1973
|
-
}).m(function(Command, cs, config, o) {
|
|
1955
|
+
var _DeleteTimelineEventCommand = class _DeleteTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1974
1956
|
return [
|
|
1975
1957
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1976
1958
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1984,9 +1966,7 @@ var DeleteTimelineEventCommand = _DeleteTimelineEventCommand;
|
|
|
1984
1966
|
|
|
1985
1967
|
|
|
1986
1968
|
|
|
1987
|
-
var _GetIncidentRecordCommand = class _GetIncidentRecordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1988
|
-
...commonParams
|
|
1989
|
-
}).m(function(Command, cs, config, o) {
|
|
1969
|
+
var _GetIncidentRecordCommand = class _GetIncidentRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1990
1970
|
return [
|
|
1991
1971
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1992
1972
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2000,9 +1980,7 @@ var GetIncidentRecordCommand = _GetIncidentRecordCommand;
|
|
|
2000
1980
|
|
|
2001
1981
|
|
|
2002
1982
|
|
|
2003
|
-
var _GetReplicationSetCommand = class _GetReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2004
|
-
...commonParams
|
|
2005
|
-
}).m(function(Command, cs, config, o) {
|
|
1983
|
+
var _GetReplicationSetCommand = class _GetReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2006
1984
|
return [
|
|
2007
1985
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2008
1986
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2016,9 +1994,7 @@ var GetReplicationSetCommand = _GetReplicationSetCommand;
|
|
|
2016
1994
|
|
|
2017
1995
|
|
|
2018
1996
|
|
|
2019
|
-
var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2020
|
-
...commonParams
|
|
2021
|
-
}).m(function(Command, cs, config, o) {
|
|
1997
|
+
var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2022
1998
|
return [
|
|
2023
1999
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2024
2000
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2032,9 +2008,7 @@ var GetResourcePoliciesCommand = _GetResourcePoliciesCommand;
|
|
|
2032
2008
|
|
|
2033
2009
|
|
|
2034
2010
|
|
|
2035
|
-
var _GetResponsePlanCommand = class _GetResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2036
|
-
...commonParams
|
|
2037
|
-
}).m(function(Command, cs, config, o) {
|
|
2011
|
+
var _GetResponsePlanCommand = class _GetResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2038
2012
|
return [
|
|
2039
2013
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2040
2014
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2048,9 +2022,7 @@ var GetResponsePlanCommand = _GetResponsePlanCommand;
|
|
|
2048
2022
|
|
|
2049
2023
|
|
|
2050
2024
|
|
|
2051
|
-
var _GetTimelineEventCommand = class _GetTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2052
|
-
...commonParams
|
|
2053
|
-
}).m(function(Command, cs, config, o) {
|
|
2025
|
+
var _GetTimelineEventCommand = class _GetTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2054
2026
|
return [
|
|
2055
2027
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2056
2028
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2064,9 +2036,7 @@ var GetTimelineEventCommand = _GetTimelineEventCommand;
|
|
|
2064
2036
|
|
|
2065
2037
|
|
|
2066
2038
|
|
|
2067
|
-
var _ListIncidentFindingsCommand = class _ListIncidentFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2068
|
-
...commonParams
|
|
2069
|
-
}).m(function(Command, cs, config, o) {
|
|
2039
|
+
var _ListIncidentFindingsCommand = class _ListIncidentFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2070
2040
|
return [
|
|
2071
2041
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2072
2042
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2080,9 +2050,7 @@ var ListIncidentFindingsCommand = _ListIncidentFindingsCommand;
|
|
|
2080
2050
|
|
|
2081
2051
|
|
|
2082
2052
|
|
|
2083
|
-
var _ListIncidentRecordsCommand = class _ListIncidentRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2084
|
-
...commonParams
|
|
2085
|
-
}).m(function(Command, cs, config, o) {
|
|
2053
|
+
var _ListIncidentRecordsCommand = class _ListIncidentRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2086
2054
|
return [
|
|
2087
2055
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2088
2056
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2096,9 +2064,7 @@ var ListIncidentRecordsCommand = _ListIncidentRecordsCommand;
|
|
|
2096
2064
|
|
|
2097
2065
|
|
|
2098
2066
|
|
|
2099
|
-
var _ListRelatedItemsCommand = class _ListRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2100
|
-
...commonParams
|
|
2101
|
-
}).m(function(Command, cs, config, o) {
|
|
2067
|
+
var _ListRelatedItemsCommand = class _ListRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2102
2068
|
return [
|
|
2103
2069
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2104
2070
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2112,9 +2078,7 @@ var ListRelatedItemsCommand = _ListRelatedItemsCommand;
|
|
|
2112
2078
|
|
|
2113
2079
|
|
|
2114
2080
|
|
|
2115
|
-
var _ListReplicationSetsCommand = class _ListReplicationSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2116
|
-
...commonParams
|
|
2117
|
-
}).m(function(Command, cs, config, o) {
|
|
2081
|
+
var _ListReplicationSetsCommand = class _ListReplicationSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2118
2082
|
return [
|
|
2119
2083
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2120
2084
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2128,9 +2092,7 @@ var ListReplicationSetsCommand = _ListReplicationSetsCommand;
|
|
|
2128
2092
|
|
|
2129
2093
|
|
|
2130
2094
|
|
|
2131
|
-
var _ListResponsePlansCommand = class _ListResponsePlansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2132
|
-
...commonParams
|
|
2133
|
-
}).m(function(Command, cs, config, o) {
|
|
2095
|
+
var _ListResponsePlansCommand = class _ListResponsePlansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2134
2096
|
return [
|
|
2135
2097
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2136
2098
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2144,9 +2106,7 @@ var ListResponsePlansCommand = _ListResponsePlansCommand;
|
|
|
2144
2106
|
|
|
2145
2107
|
|
|
2146
2108
|
|
|
2147
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2148
|
-
...commonParams
|
|
2149
|
-
}).m(function(Command, cs, config, o) {
|
|
2109
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2150
2110
|
return [
|
|
2151
2111
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2152
2112
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2160,9 +2120,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2160
2120
|
|
|
2161
2121
|
|
|
2162
2122
|
|
|
2163
|
-
var _ListTimelineEventsCommand = class _ListTimelineEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2164
|
-
...commonParams
|
|
2165
|
-
}).m(function(Command, cs, config, o) {
|
|
2123
|
+
var _ListTimelineEventsCommand = class _ListTimelineEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2166
2124
|
return [
|
|
2167
2125
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2168
2126
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2176,9 +2134,7 @@ var ListTimelineEventsCommand = _ListTimelineEventsCommand;
|
|
|
2176
2134
|
|
|
2177
2135
|
|
|
2178
2136
|
|
|
2179
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2180
|
-
...commonParams
|
|
2181
|
-
}).m(function(Command, cs, config, o) {
|
|
2137
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2182
2138
|
return [
|
|
2183
2139
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2184
2140
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2192,9 +2148,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
2192
2148
|
|
|
2193
2149
|
|
|
2194
2150
|
|
|
2195
|
-
var _StartIncidentCommand = class _StartIncidentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2196
|
-
...commonParams
|
|
2197
|
-
}).m(function(Command, cs, config, o) {
|
|
2151
|
+
var _StartIncidentCommand = class _StartIncidentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2198
2152
|
return [
|
|
2199
2153
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2200
2154
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2208,9 +2162,7 @@ var StartIncidentCommand = _StartIncidentCommand;
|
|
|
2208
2162
|
|
|
2209
2163
|
|
|
2210
2164
|
|
|
2211
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2212
|
-
...commonParams
|
|
2213
|
-
}).m(function(Command, cs, config, o) {
|
|
2165
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2214
2166
|
return [
|
|
2215
2167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2216
2168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2224,9 +2176,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2224
2176
|
|
|
2225
2177
|
|
|
2226
2178
|
|
|
2227
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2228
|
-
...commonParams
|
|
2229
|
-
}).m(function(Command, cs, config, o) {
|
|
2179
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2230
2180
|
return [
|
|
2231
2181
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2232
2182
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2240,9 +2190,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2240
2190
|
|
|
2241
2191
|
|
|
2242
2192
|
|
|
2243
|
-
var _UpdateDeletionProtectionCommand = class _UpdateDeletionProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2244
|
-
...commonParams
|
|
2245
|
-
}).m(function(Command, cs, config, o) {
|
|
2193
|
+
var _UpdateDeletionProtectionCommand = class _UpdateDeletionProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2246
2194
|
return [
|
|
2247
2195
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2248
2196
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2256,9 +2204,7 @@ var UpdateDeletionProtectionCommand = _UpdateDeletionProtectionCommand;
|
|
|
2256
2204
|
|
|
2257
2205
|
|
|
2258
2206
|
|
|
2259
|
-
var _UpdateIncidentRecordCommand = class _UpdateIncidentRecordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2260
|
-
...commonParams
|
|
2261
|
-
}).m(function(Command, cs, config, o) {
|
|
2207
|
+
var _UpdateIncidentRecordCommand = class _UpdateIncidentRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2262
2208
|
return [
|
|
2263
2209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2264
2210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2272,9 +2218,7 @@ var UpdateIncidentRecordCommand = _UpdateIncidentRecordCommand;
|
|
|
2272
2218
|
|
|
2273
2219
|
|
|
2274
2220
|
|
|
2275
|
-
var _UpdateRelatedItemsCommand = class _UpdateRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2276
|
-
...commonParams
|
|
2277
|
-
}).m(function(Command, cs, config, o) {
|
|
2221
|
+
var _UpdateRelatedItemsCommand = class _UpdateRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2278
2222
|
return [
|
|
2279
2223
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2280
2224
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2288,9 +2232,7 @@ var UpdateRelatedItemsCommand = _UpdateRelatedItemsCommand;
|
|
|
2288
2232
|
|
|
2289
2233
|
|
|
2290
2234
|
|
|
2291
|
-
var _UpdateReplicationSetCommand = class _UpdateReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2292
|
-
...commonParams
|
|
2293
|
-
}).m(function(Command, cs, config, o) {
|
|
2235
|
+
var _UpdateReplicationSetCommand = class _UpdateReplicationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2294
2236
|
return [
|
|
2295
2237
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2296
2238
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2304,9 +2246,7 @@ var UpdateReplicationSetCommand = _UpdateReplicationSetCommand;
|
|
|
2304
2246
|
|
|
2305
2247
|
|
|
2306
2248
|
|
|
2307
|
-
var _UpdateResponsePlanCommand = class _UpdateResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2308
|
-
...commonParams
|
|
2309
|
-
}).m(function(Command, cs, config, o) {
|
|
2249
|
+
var _UpdateResponsePlanCommand = class _UpdateResponsePlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2310
2250
|
return [
|
|
2311
2251
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2312
2252
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2320,9 +2260,7 @@ var UpdateResponsePlanCommand = _UpdateResponsePlanCommand;
|
|
|
2320
2260
|
|
|
2321
2261
|
|
|
2322
2262
|
|
|
2323
|
-
var _UpdateTimelineEventCommand = class _UpdateTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2324
|
-
...commonParams
|
|
2325
|
-
}).m(function(Command, cs, config, o) {
|
|
2263
|
+
var _UpdateTimelineEventCommand = class _UpdateTimelineEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2326
2264
|
return [
|
|
2327
2265
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2328
2266
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetIncidentFindingsCommand, se_BatchGetIncidentFindingsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetIncidentFindingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateReplicationSetCommand, se_CreateReplicationSetCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateReplicationSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateResponsePlanCommand, se_CreateResponsePlanCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResponsePlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateTimelineEventCommand, se_CreateTimelineEventCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTimelineEventCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteIncidentRecordCommand, se_DeleteIncidentRecordCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIncidentRecordCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteReplicationSetCommand, se_DeleteReplicationSetCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteReplicationSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResponsePlanCommand, se_DeleteResponsePlanCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResponsePlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTimelineEventCommand, se_DeleteTimelineEventCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTimelineEventCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetIncidentRecordCommand, se_GetIncidentRecordCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetIncidentRecordCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetReplicationSetCommand, se_GetReplicationSetCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetReplicationSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourcePoliciesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResponsePlanCommand, se_GetResponsePlanCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResponsePlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTimelineEventCommand, se_GetTimelineEventCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTimelineEventCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIncidentFindingsCommand, se_ListIncidentFindingsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIncidentFindingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListIncidentRecordsCommand, se_ListIncidentRecordsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIncidentRecordsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRelatedItemsCommand, se_ListRelatedItemsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRelatedItemsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListReplicationSetsCommand, se_ListReplicationSetsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListReplicationSetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResponsePlansCommand, se_ListResponsePlansCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResponsePlansCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTimelineEventsCommand, se_ListTimelineEventsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTimelineEventsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartIncidentCommand, se_StartIncidentCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartIncidentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateDeletionProtectionCommand, se_UpdateDeletionProtectionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDeletionProtectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateIncidentRecordCommand, se_UpdateIncidentRecordCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateIncidentRecordCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateRelatedItemsCommand, se_UpdateRelatedItemsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRelatedItemsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateReplicationSetCommand, se_UpdateReplicationSetCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateReplicationSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateResponsePlanCommand, se_UpdateResponsePlanCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateResponsePlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateTimelineEventCommand, se_UpdateTimelineEventCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTimelineEventCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm-incidents",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|