@aws-sdk/client-dataexchange 3.649.0 → 3.651.1
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 +30 -90
- package/dist-es/commands/CancelJobCommand.js +1 -3
- package/dist-es/commands/CreateDataSetCommand.js +1 -3
- package/dist-es/commands/CreateEventActionCommand.js +1 -3
- package/dist-es/commands/CreateJobCommand.js +1 -3
- package/dist-es/commands/CreateRevisionCommand.js +1 -3
- package/dist-es/commands/DeleteAssetCommand.js +1 -3
- package/dist-es/commands/DeleteDataSetCommand.js +1 -3
- package/dist-es/commands/DeleteEventActionCommand.js +1 -3
- package/dist-es/commands/DeleteRevisionCommand.js +1 -3
- package/dist-es/commands/GetAssetCommand.js +1 -3
- package/dist-es/commands/GetDataSetCommand.js +1 -3
- package/dist-es/commands/GetEventActionCommand.js +1 -3
- package/dist-es/commands/GetJobCommand.js +1 -3
- package/dist-es/commands/GetRevisionCommand.js +1 -3
- package/dist-es/commands/ListDataSetRevisionsCommand.js +1 -3
- package/dist-es/commands/ListDataSetsCommand.js +1 -3
- package/dist-es/commands/ListEventActionsCommand.js +1 -3
- package/dist-es/commands/ListJobsCommand.js +1 -3
- package/dist-es/commands/ListRevisionAssetsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RevokeRevisionCommand.js +1 -3
- package/dist-es/commands/SendApiAssetCommand.js +1 -3
- package/dist-es/commands/SendDataSetNotificationCommand.js +1 -3
- package/dist-es/commands/StartJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAssetCommand.js +1 -3
- package/dist-es/commands/UpdateDataSetCommand.js +1 -3
- package/dist-es/commands/UpdateEventActionCommand.js +1 -3
- package/dist-es/commands/UpdateRevisionCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1825,9 +1825,7 @@ var _xadp = "x-amzn-dataexchange-path";
|
|
|
1825
1825
|
var _xadri = "x-amzn-dataexchange-revision-id";
|
|
1826
1826
|
|
|
1827
1827
|
// src/commands/CancelJobCommand.ts
|
|
1828
|
-
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1829
|
-
...commonParams
|
|
1830
|
-
}).m(function(Command, cs, config, o) {
|
|
1828
|
+
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1831
1829
|
return [
|
|
1832
1830
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1833
1831
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1841,9 +1839,7 @@ var CancelJobCommand = _CancelJobCommand;
|
|
|
1841
1839
|
|
|
1842
1840
|
|
|
1843
1841
|
|
|
1844
|
-
var _CreateDataSetCommand = class _CreateDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1845
|
-
...commonParams
|
|
1846
|
-
}).m(function(Command, cs, config, o) {
|
|
1842
|
+
var _CreateDataSetCommand = class _CreateDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1847
1843
|
return [
|
|
1848
1844
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1849
1845
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1857,9 +1853,7 @@ var CreateDataSetCommand = _CreateDataSetCommand;
|
|
|
1857
1853
|
|
|
1858
1854
|
|
|
1859
1855
|
|
|
1860
|
-
var _CreateEventActionCommand = class _CreateEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1861
|
-
...commonParams
|
|
1862
|
-
}).m(function(Command, cs, config, o) {
|
|
1856
|
+
var _CreateEventActionCommand = class _CreateEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1863
1857
|
return [
|
|
1864
1858
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1865
1859
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1873,9 +1867,7 @@ var CreateEventActionCommand = _CreateEventActionCommand;
|
|
|
1873
1867
|
|
|
1874
1868
|
|
|
1875
1869
|
|
|
1876
|
-
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1877
|
-
...commonParams
|
|
1878
|
-
}).m(function(Command, cs, config, o) {
|
|
1870
|
+
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1879
1871
|
return [
|
|
1880
1872
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1881
1873
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1889,9 +1881,7 @@ var CreateJobCommand = _CreateJobCommand;
|
|
|
1889
1881
|
|
|
1890
1882
|
|
|
1891
1883
|
|
|
1892
|
-
var _CreateRevisionCommand = class _CreateRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1893
|
-
...commonParams
|
|
1894
|
-
}).m(function(Command, cs, config, o) {
|
|
1884
|
+
var _CreateRevisionCommand = class _CreateRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1895
1885
|
return [
|
|
1896
1886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1897
1887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1905,9 +1895,7 @@ var CreateRevisionCommand = _CreateRevisionCommand;
|
|
|
1905
1895
|
|
|
1906
1896
|
|
|
1907
1897
|
|
|
1908
|
-
var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1909
|
-
...commonParams
|
|
1910
|
-
}).m(function(Command, cs, config, o) {
|
|
1898
|
+
var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1911
1899
|
return [
|
|
1912
1900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1913
1901
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1921,9 +1909,7 @@ var DeleteAssetCommand = _DeleteAssetCommand;
|
|
|
1921
1909
|
|
|
1922
1910
|
|
|
1923
1911
|
|
|
1924
|
-
var _DeleteDataSetCommand = class _DeleteDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1925
|
-
...commonParams
|
|
1926
|
-
}).m(function(Command, cs, config, o) {
|
|
1912
|
+
var _DeleteDataSetCommand = class _DeleteDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1927
1913
|
return [
|
|
1928
1914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1929
1915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1937,9 +1923,7 @@ var DeleteDataSetCommand = _DeleteDataSetCommand;
|
|
|
1937
1923
|
|
|
1938
1924
|
|
|
1939
1925
|
|
|
1940
|
-
var _DeleteEventActionCommand = class _DeleteEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1941
|
-
...commonParams
|
|
1942
|
-
}).m(function(Command, cs, config, o) {
|
|
1926
|
+
var _DeleteEventActionCommand = class _DeleteEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1943
1927
|
return [
|
|
1944
1928
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1945
1929
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1953,9 +1937,7 @@ var DeleteEventActionCommand = _DeleteEventActionCommand;
|
|
|
1953
1937
|
|
|
1954
1938
|
|
|
1955
1939
|
|
|
1956
|
-
var _DeleteRevisionCommand = class _DeleteRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1957
|
-
...commonParams
|
|
1958
|
-
}).m(function(Command, cs, config, o) {
|
|
1940
|
+
var _DeleteRevisionCommand = class _DeleteRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1959
1941
|
return [
|
|
1960
1942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1961
1943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1969,9 +1951,7 @@ var DeleteRevisionCommand = _DeleteRevisionCommand;
|
|
|
1969
1951
|
|
|
1970
1952
|
|
|
1971
1953
|
|
|
1972
|
-
var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1973
|
-
...commonParams
|
|
1974
|
-
}).m(function(Command, cs, config, o) {
|
|
1954
|
+
var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1975
1955
|
return [
|
|
1976
1956
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1977
1957
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1985,9 +1965,7 @@ var GetAssetCommand = _GetAssetCommand;
|
|
|
1985
1965
|
|
|
1986
1966
|
|
|
1987
1967
|
|
|
1988
|
-
var _GetDataSetCommand = class _GetDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1989
|
-
...commonParams
|
|
1990
|
-
}).m(function(Command, cs, config, o) {
|
|
1968
|
+
var _GetDataSetCommand = class _GetDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1991
1969
|
return [
|
|
1992
1970
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1993
1971
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2001,9 +1979,7 @@ var GetDataSetCommand = _GetDataSetCommand;
|
|
|
2001
1979
|
|
|
2002
1980
|
|
|
2003
1981
|
|
|
2004
|
-
var _GetEventActionCommand = class _GetEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2005
|
-
...commonParams
|
|
2006
|
-
}).m(function(Command, cs, config, o) {
|
|
1982
|
+
var _GetEventActionCommand = class _GetEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2007
1983
|
return [
|
|
2008
1984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2009
1985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2017,9 +1993,7 @@ var GetEventActionCommand = _GetEventActionCommand;
|
|
|
2017
1993
|
|
|
2018
1994
|
|
|
2019
1995
|
|
|
2020
|
-
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2021
|
-
...commonParams
|
|
2022
|
-
}).m(function(Command, cs, config, o) {
|
|
1996
|
+
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2023
1997
|
return [
|
|
2024
1998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2025
1999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2033,9 +2007,7 @@ var GetJobCommand = _GetJobCommand;
|
|
|
2033
2007
|
|
|
2034
2008
|
|
|
2035
2009
|
|
|
2036
|
-
var _GetRevisionCommand = class _GetRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2037
|
-
...commonParams
|
|
2038
|
-
}).m(function(Command, cs, config, o) {
|
|
2010
|
+
var _GetRevisionCommand = class _GetRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2039
2011
|
return [
|
|
2040
2012
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2041
2013
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2049,9 +2021,7 @@ var GetRevisionCommand = _GetRevisionCommand;
|
|
|
2049
2021
|
|
|
2050
2022
|
|
|
2051
2023
|
|
|
2052
|
-
var _ListDataSetRevisionsCommand = class _ListDataSetRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2053
|
-
...commonParams
|
|
2054
|
-
}).m(function(Command, cs, config, o) {
|
|
2024
|
+
var _ListDataSetRevisionsCommand = class _ListDataSetRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2055
2025
|
return [
|
|
2056
2026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2057
2027
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2065,9 +2035,7 @@ var ListDataSetRevisionsCommand = _ListDataSetRevisionsCommand;
|
|
|
2065
2035
|
|
|
2066
2036
|
|
|
2067
2037
|
|
|
2068
|
-
var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2069
|
-
...commonParams
|
|
2070
|
-
}).m(function(Command, cs, config, o) {
|
|
2038
|
+
var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2071
2039
|
return [
|
|
2072
2040
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2073
2041
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2081,9 +2049,7 @@ var ListDataSetsCommand = _ListDataSetsCommand;
|
|
|
2081
2049
|
|
|
2082
2050
|
|
|
2083
2051
|
|
|
2084
|
-
var _ListEventActionsCommand = class _ListEventActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2085
|
-
...commonParams
|
|
2086
|
-
}).m(function(Command, cs, config, o) {
|
|
2052
|
+
var _ListEventActionsCommand = class _ListEventActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2087
2053
|
return [
|
|
2088
2054
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2089
2055
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2097,9 +2063,7 @@ var ListEventActionsCommand = _ListEventActionsCommand;
|
|
|
2097
2063
|
|
|
2098
2064
|
|
|
2099
2065
|
|
|
2100
|
-
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2101
|
-
...commonParams
|
|
2102
|
-
}).m(function(Command, cs, config, o) {
|
|
2066
|
+
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2103
2067
|
return [
|
|
2104
2068
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2105
2069
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2113,9 +2077,7 @@ var ListJobsCommand = _ListJobsCommand;
|
|
|
2113
2077
|
|
|
2114
2078
|
|
|
2115
2079
|
|
|
2116
|
-
var _ListRevisionAssetsCommand = class _ListRevisionAssetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2117
|
-
...commonParams
|
|
2118
|
-
}).m(function(Command, cs, config, o) {
|
|
2080
|
+
var _ListRevisionAssetsCommand = class _ListRevisionAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2119
2081
|
return [
|
|
2120
2082
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2121
2083
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2129,9 +2091,7 @@ var ListRevisionAssetsCommand = _ListRevisionAssetsCommand;
|
|
|
2129
2091
|
|
|
2130
2092
|
|
|
2131
2093
|
|
|
2132
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2133
|
-
...commonParams
|
|
2134
|
-
}).m(function(Command, cs, config, o) {
|
|
2094
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2135
2095
|
return [
|
|
2136
2096
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2137
2097
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2145,9 +2105,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2145
2105
|
|
|
2146
2106
|
|
|
2147
2107
|
|
|
2148
|
-
var _RevokeRevisionCommand = class _RevokeRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2149
|
-
...commonParams
|
|
2150
|
-
}).m(function(Command, cs, config, o) {
|
|
2108
|
+
var _RevokeRevisionCommand = class _RevokeRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2151
2109
|
return [
|
|
2152
2110
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2153
2111
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2161,9 +2119,7 @@ var RevokeRevisionCommand = _RevokeRevisionCommand;
|
|
|
2161
2119
|
|
|
2162
2120
|
|
|
2163
2121
|
|
|
2164
|
-
var _SendApiAssetCommand = class _SendApiAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2165
|
-
...commonParams
|
|
2166
|
-
}).m(function(Command, cs, config, o) {
|
|
2122
|
+
var _SendApiAssetCommand = class _SendApiAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2167
2123
|
return [
|
|
2168
2124
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2169
2125
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2177,9 +2133,7 @@ var SendApiAssetCommand = _SendApiAssetCommand;
|
|
|
2177
2133
|
|
|
2178
2134
|
|
|
2179
2135
|
|
|
2180
|
-
var _SendDataSetNotificationCommand = class _SendDataSetNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2181
|
-
...commonParams
|
|
2182
|
-
}).m(function(Command, cs, config, o) {
|
|
2136
|
+
var _SendDataSetNotificationCommand = class _SendDataSetNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2183
2137
|
return [
|
|
2184
2138
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2185
2139
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2193,9 +2147,7 @@ var SendDataSetNotificationCommand = _SendDataSetNotificationCommand;
|
|
|
2193
2147
|
|
|
2194
2148
|
|
|
2195
2149
|
|
|
2196
|
-
var _StartJobCommand = class _StartJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2197
|
-
...commonParams
|
|
2198
|
-
}).m(function(Command, cs, config, o) {
|
|
2150
|
+
var _StartJobCommand = class _StartJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2199
2151
|
return [
|
|
2200
2152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2201
2153
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2209,9 +2161,7 @@ var StartJobCommand = _StartJobCommand;
|
|
|
2209
2161
|
|
|
2210
2162
|
|
|
2211
2163
|
|
|
2212
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2213
|
-
...commonParams
|
|
2214
|
-
}).m(function(Command, cs, config, o) {
|
|
2164
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2215
2165
|
return [
|
|
2216
2166
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2217
2167
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2225,9 +2175,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2225
2175
|
|
|
2226
2176
|
|
|
2227
2177
|
|
|
2228
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2229
|
-
...commonParams
|
|
2230
|
-
}).m(function(Command, cs, config, o) {
|
|
2178
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2231
2179
|
return [
|
|
2232
2180
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2233
2181
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2241,9 +2189,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2241
2189
|
|
|
2242
2190
|
|
|
2243
2191
|
|
|
2244
|
-
var _UpdateAssetCommand = class _UpdateAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2245
|
-
...commonParams
|
|
2246
|
-
}).m(function(Command, cs, config, o) {
|
|
2192
|
+
var _UpdateAssetCommand = class _UpdateAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2247
2193
|
return [
|
|
2248
2194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2249
2195
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2257,9 +2203,7 @@ var UpdateAssetCommand = _UpdateAssetCommand;
|
|
|
2257
2203
|
|
|
2258
2204
|
|
|
2259
2205
|
|
|
2260
|
-
var _UpdateDataSetCommand = class _UpdateDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2261
|
-
...commonParams
|
|
2262
|
-
}).m(function(Command, cs, config, o) {
|
|
2206
|
+
var _UpdateDataSetCommand = class _UpdateDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2263
2207
|
return [
|
|
2264
2208
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2265
2209
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2273,9 +2217,7 @@ var UpdateDataSetCommand = _UpdateDataSetCommand;
|
|
|
2273
2217
|
|
|
2274
2218
|
|
|
2275
2219
|
|
|
2276
|
-
var _UpdateEventActionCommand = class _UpdateEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2277
|
-
...commonParams
|
|
2278
|
-
}).m(function(Command, cs, config, o) {
|
|
2220
|
+
var _UpdateEventActionCommand = class _UpdateEventActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2279
2221
|
return [
|
|
2280
2222
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2281
2223
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2289,9 +2231,7 @@ var UpdateEventActionCommand = _UpdateEventActionCommand;
|
|
|
2289
2231
|
|
|
2290
2232
|
|
|
2291
2233
|
|
|
2292
|
-
var _UpdateRevisionCommand = class _UpdateRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2293
|
-
...commonParams
|
|
2294
|
-
}).m(function(Command, cs, config, o) {
|
|
2234
|
+
var _UpdateRevisionCommand = class _UpdateRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2295
2235
|
return [
|
|
2296
2236
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2297
2237
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelJobCommand 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_CreateDataSetCommand, se_CreateDataSetCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDataSetCommand 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_CreateEventActionCommand, se_CreateEventActionCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEventActionCommand 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_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateJobCommand 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_CreateRevisionCommand, se_CreateRevisionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateRevisionCommand 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_DeleteAssetCommand, se_DeleteAssetCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAssetCommand 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_DeleteDataSetCommand, se_DeleteDataSetCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDataSetCommand 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_DeleteEventActionCommand, se_DeleteEventActionCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEventActionCommand 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_DeleteRevisionCommand, se_DeleteRevisionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteRevisionCommand 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_GetAssetCommand, se_GetAssetCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssetCommand 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_GetDataSetCommand, se_GetDataSetCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDataSetCommand 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_GetEventActionCommand, se_GetEventActionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEventActionCommand 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_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetJobCommand 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_GetRevisionCommand, se_GetRevisionCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRevisionCommand 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_ListDataSetRevisionsCommand, se_ListDataSetRevisionsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDataSetRevisionsCommand 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_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDataSetsCommand 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_ListEventActionsCommand, se_ListEventActionsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEventActionsCommand 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_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListJobsCommand 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_ListRevisionAssetsCommand, se_ListRevisionAssetsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRevisionAssetsCommand 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_RevokeRevisionCommand, se_RevokeRevisionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RevokeRevisionCommand 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_SendApiAssetCommand, se_SendApiAssetCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SendApiAssetCommand 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_SendDataSetNotificationCommand, se_SendDataSetNotificationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SendDataSetNotificationCommand 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_StartJobCommand, se_StartJobCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartJobCommand 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_UpdateAssetCommand, se_UpdateAssetCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAssetCommand 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_UpdateDataSetCommand, se_UpdateDataSetCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDataSetCommand 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_UpdateEventActionCommand, se_UpdateEventActionCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEventActionCommand 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_UpdateRevisionCommand, se_UpdateRevisionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRevisionCommand 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-dataexchange",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-dataexchange",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
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",
|