@aws-sdk/client-dataexchange 3.588.0 → 3.592.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 +0 -30
- package/dist-types/DataExchangeClient.d.ts +4 -4
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventActionCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateRevisionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventActionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRevisionCommand.d.ts +2 -1
- package/dist-types/commands/GetAssetCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSetCommand.d.ts +2 -1
- package/dist-types/commands/GetEventActionCommand.d.ts +2 -1
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetRevisionCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RevokeRevisionCommand.d.ts +2 -1
- package/dist-types/commands/SendApiAssetCommand.d.ts +2 -1
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +2 -1
- package/dist-types/commands/StartJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRevisionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/DataExchangeServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataExchangeClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/DataExchangeServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -239,7 +239,6 @@ var DataExchangeClient = _DataExchangeClient;
|
|
|
239
239
|
|
|
240
240
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
241
241
|
|
|
242
|
-
var import_types = require("@smithy/types");
|
|
243
242
|
|
|
244
243
|
// src/protocols/Aws_restJson1.ts
|
|
245
244
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1848,7 +1847,6 @@ var CancelJobCommand = _CancelJobCommand;
|
|
|
1848
1847
|
|
|
1849
1848
|
|
|
1850
1849
|
|
|
1851
|
-
|
|
1852
1850
|
var _CreateDataSetCommand = class _CreateDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1853
1851
|
...commonParams
|
|
1854
1852
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1865,7 +1863,6 @@ var CreateDataSetCommand = _CreateDataSetCommand;
|
|
|
1865
1863
|
|
|
1866
1864
|
|
|
1867
1865
|
|
|
1868
|
-
|
|
1869
1866
|
var _CreateEventActionCommand = class _CreateEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1870
1867
|
...commonParams
|
|
1871
1868
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1882,7 +1879,6 @@ var CreateEventActionCommand = _CreateEventActionCommand;
|
|
|
1882
1879
|
|
|
1883
1880
|
|
|
1884
1881
|
|
|
1885
|
-
|
|
1886
1882
|
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1887
1883
|
...commonParams
|
|
1888
1884
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1899,7 +1895,6 @@ var CreateJobCommand = _CreateJobCommand;
|
|
|
1899
1895
|
|
|
1900
1896
|
|
|
1901
1897
|
|
|
1902
|
-
|
|
1903
1898
|
var _CreateRevisionCommand = class _CreateRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1904
1899
|
...commonParams
|
|
1905
1900
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1916,7 +1911,6 @@ var CreateRevisionCommand = _CreateRevisionCommand;
|
|
|
1916
1911
|
|
|
1917
1912
|
|
|
1918
1913
|
|
|
1919
|
-
|
|
1920
1914
|
var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1921
1915
|
...commonParams
|
|
1922
1916
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1933,7 +1927,6 @@ var DeleteAssetCommand = _DeleteAssetCommand;
|
|
|
1933
1927
|
|
|
1934
1928
|
|
|
1935
1929
|
|
|
1936
|
-
|
|
1937
1930
|
var _DeleteDataSetCommand = class _DeleteDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1938
1931
|
...commonParams
|
|
1939
1932
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1950,7 +1943,6 @@ var DeleteDataSetCommand = _DeleteDataSetCommand;
|
|
|
1950
1943
|
|
|
1951
1944
|
|
|
1952
1945
|
|
|
1953
|
-
|
|
1954
1946
|
var _DeleteEventActionCommand = class _DeleteEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1955
1947
|
...commonParams
|
|
1956
1948
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1967,7 +1959,6 @@ var DeleteEventActionCommand = _DeleteEventActionCommand;
|
|
|
1967
1959
|
|
|
1968
1960
|
|
|
1969
1961
|
|
|
1970
|
-
|
|
1971
1962
|
var _DeleteRevisionCommand = class _DeleteRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1972
1963
|
...commonParams
|
|
1973
1964
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1984,7 +1975,6 @@ var DeleteRevisionCommand = _DeleteRevisionCommand;
|
|
|
1984
1975
|
|
|
1985
1976
|
|
|
1986
1977
|
|
|
1987
|
-
|
|
1988
1978
|
var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1989
1979
|
...commonParams
|
|
1990
1980
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2001,7 +1991,6 @@ var GetAssetCommand = _GetAssetCommand;
|
|
|
2001
1991
|
|
|
2002
1992
|
|
|
2003
1993
|
|
|
2004
|
-
|
|
2005
1994
|
var _GetDataSetCommand = class _GetDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2006
1995
|
...commonParams
|
|
2007
1996
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2018,7 +2007,6 @@ var GetDataSetCommand = _GetDataSetCommand;
|
|
|
2018
2007
|
|
|
2019
2008
|
|
|
2020
2009
|
|
|
2021
|
-
|
|
2022
2010
|
var _GetEventActionCommand = class _GetEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2023
2011
|
...commonParams
|
|
2024
2012
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2035,7 +2023,6 @@ var GetEventActionCommand = _GetEventActionCommand;
|
|
|
2035
2023
|
|
|
2036
2024
|
|
|
2037
2025
|
|
|
2038
|
-
|
|
2039
2026
|
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2040
2027
|
...commonParams
|
|
2041
2028
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2052,7 +2039,6 @@ var GetJobCommand = _GetJobCommand;
|
|
|
2052
2039
|
|
|
2053
2040
|
|
|
2054
2041
|
|
|
2055
|
-
|
|
2056
2042
|
var _GetRevisionCommand = class _GetRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2057
2043
|
...commonParams
|
|
2058
2044
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2069,7 +2055,6 @@ var GetRevisionCommand = _GetRevisionCommand;
|
|
|
2069
2055
|
|
|
2070
2056
|
|
|
2071
2057
|
|
|
2072
|
-
|
|
2073
2058
|
var _ListDataSetRevisionsCommand = class _ListDataSetRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2074
2059
|
...commonParams
|
|
2075
2060
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2086,7 +2071,6 @@ var ListDataSetRevisionsCommand = _ListDataSetRevisionsCommand;
|
|
|
2086
2071
|
|
|
2087
2072
|
|
|
2088
2073
|
|
|
2089
|
-
|
|
2090
2074
|
var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2091
2075
|
...commonParams
|
|
2092
2076
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2103,7 +2087,6 @@ var ListDataSetsCommand = _ListDataSetsCommand;
|
|
|
2103
2087
|
|
|
2104
2088
|
|
|
2105
2089
|
|
|
2106
|
-
|
|
2107
2090
|
var _ListEventActionsCommand = class _ListEventActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2108
2091
|
...commonParams
|
|
2109
2092
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2120,7 +2103,6 @@ var ListEventActionsCommand = _ListEventActionsCommand;
|
|
|
2120
2103
|
|
|
2121
2104
|
|
|
2122
2105
|
|
|
2123
|
-
|
|
2124
2106
|
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2125
2107
|
...commonParams
|
|
2126
2108
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2137,7 +2119,6 @@ var ListJobsCommand = _ListJobsCommand;
|
|
|
2137
2119
|
|
|
2138
2120
|
|
|
2139
2121
|
|
|
2140
|
-
|
|
2141
2122
|
var _ListRevisionAssetsCommand = class _ListRevisionAssetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2142
2123
|
...commonParams
|
|
2143
2124
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2154,7 +2135,6 @@ var ListRevisionAssetsCommand = _ListRevisionAssetsCommand;
|
|
|
2154
2135
|
|
|
2155
2136
|
|
|
2156
2137
|
|
|
2157
|
-
|
|
2158
2138
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2159
2139
|
...commonParams
|
|
2160
2140
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2171,7 +2151,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2171
2151
|
|
|
2172
2152
|
|
|
2173
2153
|
|
|
2174
|
-
|
|
2175
2154
|
var _RevokeRevisionCommand = class _RevokeRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2176
2155
|
...commonParams
|
|
2177
2156
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2188,7 +2167,6 @@ var RevokeRevisionCommand = _RevokeRevisionCommand;
|
|
|
2188
2167
|
|
|
2189
2168
|
|
|
2190
2169
|
|
|
2191
|
-
|
|
2192
2170
|
var _SendApiAssetCommand = class _SendApiAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2193
2171
|
...commonParams
|
|
2194
2172
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2205,7 +2183,6 @@ var SendApiAssetCommand = _SendApiAssetCommand;
|
|
|
2205
2183
|
|
|
2206
2184
|
|
|
2207
2185
|
|
|
2208
|
-
|
|
2209
2186
|
var _SendDataSetNotificationCommand = class _SendDataSetNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2210
2187
|
...commonParams
|
|
2211
2188
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2222,7 +2199,6 @@ var SendDataSetNotificationCommand = _SendDataSetNotificationCommand;
|
|
|
2222
2199
|
|
|
2223
2200
|
|
|
2224
2201
|
|
|
2225
|
-
|
|
2226
2202
|
var _StartJobCommand = class _StartJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2227
2203
|
...commonParams
|
|
2228
2204
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2239,7 +2215,6 @@ var StartJobCommand = _StartJobCommand;
|
|
|
2239
2215
|
|
|
2240
2216
|
|
|
2241
2217
|
|
|
2242
|
-
|
|
2243
2218
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2244
2219
|
...commonParams
|
|
2245
2220
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2256,7 +2231,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2256
2231
|
|
|
2257
2232
|
|
|
2258
2233
|
|
|
2259
|
-
|
|
2260
2234
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2261
2235
|
...commonParams
|
|
2262
2236
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2273,7 +2247,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2273
2247
|
|
|
2274
2248
|
|
|
2275
2249
|
|
|
2276
|
-
|
|
2277
2250
|
var _UpdateAssetCommand = class _UpdateAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2278
2251
|
...commonParams
|
|
2279
2252
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2290,7 +2263,6 @@ var UpdateAssetCommand = _UpdateAssetCommand;
|
|
|
2290
2263
|
|
|
2291
2264
|
|
|
2292
2265
|
|
|
2293
|
-
|
|
2294
2266
|
var _UpdateDataSetCommand = class _UpdateDataSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2295
2267
|
...commonParams
|
|
2296
2268
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2307,7 +2279,6 @@ var UpdateDataSetCommand = _UpdateDataSetCommand;
|
|
|
2307
2279
|
|
|
2308
2280
|
|
|
2309
2281
|
|
|
2310
|
-
|
|
2311
2282
|
var _UpdateEventActionCommand = class _UpdateEventActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2312
2283
|
...commonParams
|
|
2313
2284
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2324,7 +2295,6 @@ var UpdateEventActionCommand = _UpdateEventActionCommand;
|
|
|
2324
2295
|
|
|
2325
2296
|
|
|
2326
2297
|
|
|
2327
|
-
|
|
2328
2298
|
var _UpdateRevisionCommand = class _UpdateRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2329
2299
|
...commonParams
|
|
2330
2300
|
}).m(function(Command, cs, config, o) {
|
|
@@ -120,15 +120,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
120
120
|
* Enables FIPS compatible endpoints.
|
|
121
121
|
*/
|
|
122
122
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
123
|
+
/**
|
|
124
|
+
* The AWS region to which this client will send requests
|
|
125
|
+
*/
|
|
126
|
+
region?: string | __Provider<string>;
|
|
123
127
|
/**
|
|
124
128
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
125
129
|
* @internal
|
|
126
130
|
*/
|
|
127
131
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
128
|
-
/**
|
|
129
|
-
* The AWS region to which this client will send requests
|
|
130
|
-
*/
|
|
131
|
-
region?: string | __Provider<string>;
|
|
132
132
|
/**
|
|
133
133
|
* Default credentials provider; Not available in browser runtime.
|
|
134
134
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
export * from "./DataExchangeClient";
|
|
22
22
|
export * from "./DataExchange";
|
|
23
23
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
24
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
25
|
-
export { DataExchangeExtensionConfiguration } from "./extensionConfiguration";
|
|
24
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
25
|
+
export type { DataExchangeExtensionConfiguration } from "./extensionConfiguration";
|
|
26
26
|
export * from "./commands";
|
|
27
27
|
export * from "./pagination";
|
|
28
28
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -250,8 +250,8 @@ export interface ClientDefaults
|
|
|
250
250
|
serviceId?: string;
|
|
251
251
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
252
252
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
253
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
254
253
|
region?: string | __Provider<string>;
|
|
254
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
255
255
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
256
256
|
maxAttempts?: number | __Provider<number>;
|
|
257
257
|
retryMode?: string | __Provider<string>;
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { CancelJobRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
11
12
|
export interface CancelJobCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const CancelJobCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateDataSetRequest,
|
|
10
10
|
CreateDataSetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDataSetCommandInput extends CreateDataSetRequest {}
|
|
14
15
|
export interface CreateDataSetCommandOutput
|
|
15
16
|
extends CreateDataSetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateEventActionRequest,
|
|
10
10
|
CreateEventActionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateEventActionCommandInput
|
|
14
15
|
extends CreateEventActionRequest {}
|
|
15
16
|
export interface CreateEventActionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
11
12
|
export interface CreateJobCommandOutput
|
|
12
13
|
extends CreateJobResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateRevisionRequest,
|
|
10
10
|
CreateRevisionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateRevisionCommandInput extends CreateRevisionRequest {}
|
|
14
15
|
export interface CreateRevisionCommandOutput
|
|
15
16
|
extends CreateRevisionResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { DeleteAssetRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
|
|
11
12
|
export interface DeleteAssetCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteAssetCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { DeleteDataSetRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {}
|
|
11
12
|
export interface DeleteDataSetCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteDataSetCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { DeleteEventActionRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteEventActionCommandInput
|
|
11
12
|
extends DeleteEventActionRequest {}
|
|
12
13
|
export interface DeleteEventActionCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { DeleteRevisionRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteRevisionCommandInput extends DeleteRevisionRequest {}
|
|
11
12
|
export interface DeleteRevisionCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteRevisionCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { GetAssetRequest, GetAssetResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetAssetCommandInput extends GetAssetRequest {}
|
|
11
12
|
export interface GetAssetCommandOutput
|
|
12
13
|
extends GetAssetResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { GetDataSetRequest, GetDataSetResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDataSetCommandInput extends GetDataSetRequest {}
|
|
11
12
|
export interface GetDataSetCommandOutput
|
|
12
13
|
extends GetDataSetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetEventActionRequest,
|
|
10
10
|
GetEventActionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetEventActionCommandInput extends GetEventActionRequest {}
|
|
14
15
|
export interface GetEventActionCommandOutput
|
|
15
16
|
extends GetEventActionResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
11
12
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
12
13
|
declare const GetJobCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { GetRevisionRequest, GetRevisionResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetRevisionCommandInput extends GetRevisionRequest {}
|
|
11
12
|
export interface GetRevisionCommandOutput
|
|
12
13
|
extends GetRevisionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListDataSetRevisionsRequest,
|
|
10
10
|
ListDataSetRevisionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDataSetRevisionsCommandInput
|
|
14
15
|
extends ListDataSetRevisionsRequest {}
|
|
15
16
|
export interface ListDataSetRevisionsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListDataSetsCommandInput extends ListDataSetsRequest {}
|
|
11
12
|
export interface ListDataSetsCommandOutput
|
|
12
13
|
extends ListDataSetsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListEventActionsRequest,
|
|
10
10
|
ListEventActionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEventActionsCommandInput extends ListEventActionsRequest {}
|
|
14
15
|
export interface ListEventActionsCommandOutput
|
|
15
16
|
extends ListEventActionsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
11
12
|
export interface ListJobsCommandOutput
|
|
12
13
|
extends ListJobsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRevisionAssetsRequest,
|
|
10
10
|
ListRevisionAssetsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRevisionAssetsCommandInput
|
|
14
15
|
extends ListRevisionAssetsRequest {}
|
|
15
16
|
export interface ListRevisionAssetsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RevokeRevisionRequest,
|
|
10
10
|
RevokeRevisionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RevokeRevisionCommandInput extends RevokeRevisionRequest {}
|
|
14
15
|
export interface RevokeRevisionCommandOutput
|
|
15
16
|
extends RevokeRevisionResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SendApiAssetCommandInput extends SendApiAssetRequest {}
|
|
11
12
|
export interface SendApiAssetCommandOutput
|
|
12
13
|
extends SendApiAssetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SendDataSetNotificationRequest,
|
|
10
10
|
SendDataSetNotificationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SendDataSetNotificationCommandInput
|
|
14
15
|
extends SendDataSetNotificationRequest {}
|
|
15
16
|
export interface SendDataSetNotificationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { StartJobRequest, StartJobResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartJobCommandInput extends StartJobRequest {}
|
|
11
12
|
export interface StartJobCommandOutput
|
|
12
13
|
extends StartJobResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { UntagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataExchangeClient";
|
|
8
8
|
import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateAssetCommandInput extends UpdateAssetRequest {}
|
|
11
12
|
export interface UpdateAssetCommandOutput
|
|
12
13
|
extends UpdateAssetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateDataSetRequest,
|
|
10
10
|
UpdateDataSetResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {}
|
|
14
15
|
export interface UpdateDataSetCommandOutput
|
|
15
16
|
extends UpdateDataSetResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateEventActionRequest,
|
|
10
10
|
UpdateEventActionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateEventActionCommandInput
|
|
14
15
|
extends UpdateEventActionRequest {}
|
|
15
16
|
export interface UpdateEventActionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateRevisionRequest,
|
|
10
10
|
UpdateRevisionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {}
|
|
14
15
|
export interface UpdateRevisionCommandOutput
|
|
15
16
|
extends UpdateRevisionResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class DataExchangeServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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-dataexchange",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|