@aws-sdk/client-dataexchange 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DataExchange.d.ts +526 -150
- package/dist-types/ts3.4/DataExchangeClient.d.ts +304 -102
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DataExchangeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1423 -1337
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataSetRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRevisionAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,102 +1,304 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CancelJobCommandInput,
|
|
47
|
+
CancelJobCommandOutput,
|
|
48
|
+
} from "./commands/CancelJobCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateDataSetCommandInput,
|
|
51
|
+
CreateDataSetCommandOutput,
|
|
52
|
+
} from "./commands/CreateDataSetCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateEventActionCommandInput,
|
|
55
|
+
CreateEventActionCommandOutput,
|
|
56
|
+
} from "./commands/CreateEventActionCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateJobCommandInput,
|
|
59
|
+
CreateJobCommandOutput,
|
|
60
|
+
} from "./commands/CreateJobCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateRevisionCommandInput,
|
|
63
|
+
CreateRevisionCommandOutput,
|
|
64
|
+
} from "./commands/CreateRevisionCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteAssetCommandInput,
|
|
67
|
+
DeleteAssetCommandOutput,
|
|
68
|
+
} from "./commands/DeleteAssetCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteDataSetCommandInput,
|
|
71
|
+
DeleteDataSetCommandOutput,
|
|
72
|
+
} from "./commands/DeleteDataSetCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteEventActionCommandInput,
|
|
75
|
+
DeleteEventActionCommandOutput,
|
|
76
|
+
} from "./commands/DeleteEventActionCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteRevisionCommandInput,
|
|
79
|
+
DeleteRevisionCommandOutput,
|
|
80
|
+
} from "./commands/DeleteRevisionCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetAssetCommandInput,
|
|
83
|
+
GetAssetCommandOutput,
|
|
84
|
+
} from "./commands/GetAssetCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetDataSetCommandInput,
|
|
87
|
+
GetDataSetCommandOutput,
|
|
88
|
+
} from "./commands/GetDataSetCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetEventActionCommandInput,
|
|
91
|
+
GetEventActionCommandOutput,
|
|
92
|
+
} from "./commands/GetEventActionCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetJobCommandInput,
|
|
95
|
+
GetJobCommandOutput,
|
|
96
|
+
} from "./commands/GetJobCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetRevisionCommandInput,
|
|
99
|
+
GetRevisionCommandOutput,
|
|
100
|
+
} from "./commands/GetRevisionCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListDataSetRevisionsCommandInput,
|
|
103
|
+
ListDataSetRevisionsCommandOutput,
|
|
104
|
+
} from "./commands/ListDataSetRevisionsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListDataSetsCommandInput,
|
|
107
|
+
ListDataSetsCommandOutput,
|
|
108
|
+
} from "./commands/ListDataSetsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListEventActionsCommandInput,
|
|
111
|
+
ListEventActionsCommandOutput,
|
|
112
|
+
} from "./commands/ListEventActionsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListJobsCommandInput,
|
|
115
|
+
ListJobsCommandOutput,
|
|
116
|
+
} from "./commands/ListJobsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListRevisionAssetsCommandInput,
|
|
119
|
+
ListRevisionAssetsCommandOutput,
|
|
120
|
+
} from "./commands/ListRevisionAssetsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListTagsForResourceCommandInput,
|
|
123
|
+
ListTagsForResourceCommandOutput,
|
|
124
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
RevokeRevisionCommandInput,
|
|
127
|
+
RevokeRevisionCommandOutput,
|
|
128
|
+
} from "./commands/RevokeRevisionCommand";
|
|
129
|
+
import {
|
|
130
|
+
SendApiAssetCommandInput,
|
|
131
|
+
SendApiAssetCommandOutput,
|
|
132
|
+
} from "./commands/SendApiAssetCommand";
|
|
133
|
+
import {
|
|
134
|
+
StartJobCommandInput,
|
|
135
|
+
StartJobCommandOutput,
|
|
136
|
+
} from "./commands/StartJobCommand";
|
|
137
|
+
import {
|
|
138
|
+
TagResourceCommandInput,
|
|
139
|
+
TagResourceCommandOutput,
|
|
140
|
+
} from "./commands/TagResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
UntagResourceCommandInput,
|
|
143
|
+
UntagResourceCommandOutput,
|
|
144
|
+
} from "./commands/UntagResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateAssetCommandInput,
|
|
147
|
+
UpdateAssetCommandOutput,
|
|
148
|
+
} from "./commands/UpdateAssetCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateDataSetCommandInput,
|
|
151
|
+
UpdateDataSetCommandOutput,
|
|
152
|
+
} from "./commands/UpdateDataSetCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateEventActionCommandInput,
|
|
155
|
+
UpdateEventActionCommandOutput,
|
|
156
|
+
} from "./commands/UpdateEventActionCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdateRevisionCommandInput,
|
|
159
|
+
UpdateRevisionCommandOutput,
|
|
160
|
+
} from "./commands/UpdateRevisionCommand";
|
|
161
|
+
export declare type ServiceInputTypes =
|
|
162
|
+
| CancelJobCommandInput
|
|
163
|
+
| CreateDataSetCommandInput
|
|
164
|
+
| CreateEventActionCommandInput
|
|
165
|
+
| CreateJobCommandInput
|
|
166
|
+
| CreateRevisionCommandInput
|
|
167
|
+
| DeleteAssetCommandInput
|
|
168
|
+
| DeleteDataSetCommandInput
|
|
169
|
+
| DeleteEventActionCommandInput
|
|
170
|
+
| DeleteRevisionCommandInput
|
|
171
|
+
| GetAssetCommandInput
|
|
172
|
+
| GetDataSetCommandInput
|
|
173
|
+
| GetEventActionCommandInput
|
|
174
|
+
| GetJobCommandInput
|
|
175
|
+
| GetRevisionCommandInput
|
|
176
|
+
| ListDataSetRevisionsCommandInput
|
|
177
|
+
| ListDataSetsCommandInput
|
|
178
|
+
| ListEventActionsCommandInput
|
|
179
|
+
| ListJobsCommandInput
|
|
180
|
+
| ListRevisionAssetsCommandInput
|
|
181
|
+
| ListTagsForResourceCommandInput
|
|
182
|
+
| RevokeRevisionCommandInput
|
|
183
|
+
| SendApiAssetCommandInput
|
|
184
|
+
| StartJobCommandInput
|
|
185
|
+
| TagResourceCommandInput
|
|
186
|
+
| UntagResourceCommandInput
|
|
187
|
+
| UpdateAssetCommandInput
|
|
188
|
+
| UpdateDataSetCommandInput
|
|
189
|
+
| UpdateEventActionCommandInput
|
|
190
|
+
| UpdateRevisionCommandInput;
|
|
191
|
+
export declare type ServiceOutputTypes =
|
|
192
|
+
| CancelJobCommandOutput
|
|
193
|
+
| CreateDataSetCommandOutput
|
|
194
|
+
| CreateEventActionCommandOutput
|
|
195
|
+
| CreateJobCommandOutput
|
|
196
|
+
| CreateRevisionCommandOutput
|
|
197
|
+
| DeleteAssetCommandOutput
|
|
198
|
+
| DeleteDataSetCommandOutput
|
|
199
|
+
| DeleteEventActionCommandOutput
|
|
200
|
+
| DeleteRevisionCommandOutput
|
|
201
|
+
| GetAssetCommandOutput
|
|
202
|
+
| GetDataSetCommandOutput
|
|
203
|
+
| GetEventActionCommandOutput
|
|
204
|
+
| GetJobCommandOutput
|
|
205
|
+
| GetRevisionCommandOutput
|
|
206
|
+
| ListDataSetRevisionsCommandOutput
|
|
207
|
+
| ListDataSetsCommandOutput
|
|
208
|
+
| ListEventActionsCommandOutput
|
|
209
|
+
| ListJobsCommandOutput
|
|
210
|
+
| ListRevisionAssetsCommandOutput
|
|
211
|
+
| ListTagsForResourceCommandOutput
|
|
212
|
+
| RevokeRevisionCommandOutput
|
|
213
|
+
| SendApiAssetCommandOutput
|
|
214
|
+
| StartJobCommandOutput
|
|
215
|
+
| TagResourceCommandOutput
|
|
216
|
+
| UntagResourceCommandOutput
|
|
217
|
+
| UpdateAssetCommandOutput
|
|
218
|
+
| UpdateDataSetCommandOutput
|
|
219
|
+
| UpdateEventActionCommandOutput
|
|
220
|
+
| UpdateRevisionCommandOutput;
|
|
221
|
+
export interface ClientDefaults
|
|
222
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
223
|
+
requestHandler?: __HttpHandler;
|
|
224
|
+
|
|
225
|
+
sha256?: __HashConstructor;
|
|
226
|
+
|
|
227
|
+
urlParser?: __UrlParser;
|
|
228
|
+
|
|
229
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
230
|
+
|
|
231
|
+
streamCollector?: __StreamCollector;
|
|
232
|
+
|
|
233
|
+
base64Decoder?: __Decoder;
|
|
234
|
+
|
|
235
|
+
base64Encoder?: __Encoder;
|
|
236
|
+
|
|
237
|
+
utf8Decoder?: __Decoder;
|
|
238
|
+
|
|
239
|
+
utf8Encoder?: __Encoder;
|
|
240
|
+
|
|
241
|
+
runtime?: string;
|
|
242
|
+
|
|
243
|
+
disableHostPrefix?: boolean;
|
|
244
|
+
|
|
245
|
+
maxAttempts?: number | __Provider<number>;
|
|
246
|
+
|
|
247
|
+
retryMode?: string | __Provider<string>;
|
|
248
|
+
|
|
249
|
+
logger?: __Logger;
|
|
250
|
+
|
|
251
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
252
|
+
|
|
253
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
254
|
+
|
|
255
|
+
serviceId?: string;
|
|
256
|
+
|
|
257
|
+
region?: string | __Provider<string>;
|
|
258
|
+
|
|
259
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
260
|
+
|
|
261
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
262
|
+
|
|
263
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
264
|
+
|
|
265
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
266
|
+
}
|
|
267
|
+
declare type DataExchangeClientConfigType = Partial<
|
|
268
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
269
|
+
> &
|
|
270
|
+
ClientDefaults &
|
|
271
|
+
RegionInputConfig &
|
|
272
|
+
EndpointsInputConfig &
|
|
273
|
+
RetryInputConfig &
|
|
274
|
+
HostHeaderInputConfig &
|
|
275
|
+
AwsAuthInputConfig &
|
|
276
|
+
UserAgentInputConfig;
|
|
277
|
+
|
|
278
|
+
export interface DataExchangeClientConfig
|
|
279
|
+
extends DataExchangeClientConfigType {}
|
|
280
|
+
declare type DataExchangeClientResolvedConfigType =
|
|
281
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
282
|
+
Required<ClientDefaults> &
|
|
283
|
+
RegionResolvedConfig &
|
|
284
|
+
EndpointsResolvedConfig &
|
|
285
|
+
RetryResolvedConfig &
|
|
286
|
+
HostHeaderResolvedConfig &
|
|
287
|
+
AwsAuthResolvedConfig &
|
|
288
|
+
UserAgentResolvedConfig;
|
|
289
|
+
|
|
290
|
+
export interface DataExchangeClientResolvedConfig
|
|
291
|
+
extends DataExchangeClientResolvedConfigType {}
|
|
292
|
+
|
|
293
|
+
export declare class DataExchangeClient extends __Client<
|
|
294
|
+
__HttpHandlerOptions,
|
|
295
|
+
ServiceInputTypes,
|
|
296
|
+
ServiceOutputTypes,
|
|
297
|
+
DataExchangeClientResolvedConfig
|
|
298
|
+
> {
|
|
299
|
+
readonly config: DataExchangeClientResolvedConfig;
|
|
300
|
+
constructor(configuration: DataExchangeClientConfig);
|
|
301
|
+
|
|
302
|
+
destroy(): void;
|
|
303
|
+
}
|
|
304
|
+
export {};
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataExchangeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataExchangeClient";
|
|
13
|
+
import { CancelJobRequest } from "../models/models_0";
|
|
14
|
+
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
15
|
+
export interface CancelJobCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class CancelJobCommand extends $Command<
|
|
18
|
+
CancelJobCommandInput,
|
|
19
|
+
CancelJobCommandOutput,
|
|
20
|
+
DataExchangeClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CancelJobCommandInput;
|
|
23
|
+
constructor(input: CancelJobCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DataExchangeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataExchangeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataExchangeClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDataSetRequest,
|
|
15
|
+
CreateDataSetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataSetCommandInput extends CreateDataSetRequest {}
|
|
18
|
+
export interface CreateDataSetCommandOutput
|
|
19
|
+
extends CreateDataSetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDataSetCommand extends $Command<
|
|
23
|
+
CreateDataSetCommandInput,
|
|
24
|
+
CreateDataSetCommandOutput,
|
|
25
|
+
DataExchangeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDataSetCommandInput;
|
|
28
|
+
constructor(input: CreateDataSetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DataExchangeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDataSetCommandInput, CreateDataSetCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataExchangeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataExchangeClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateEventActionRequest,
|
|
15
|
+
CreateEventActionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEventActionCommandInput
|
|
18
|
+
extends CreateEventActionRequest {}
|
|
19
|
+
export interface CreateEventActionCommandOutput
|
|
20
|
+
extends CreateEventActionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEventActionCommand extends $Command<
|
|
24
|
+
CreateEventActionCommandInput,
|
|
25
|
+
CreateEventActionCommandOutput,
|
|
26
|
+
DataExchangeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEventActionCommandInput;
|
|
29
|
+
constructor(input: CreateEventActionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DataExchangeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateEventActionCommandInput, CreateEventActionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataExchangeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataExchangeClient";
|
|
13
|
+
import { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
15
|
+
export interface CreateJobCommandOutput
|
|
16
|
+
extends CreateJobResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateJobCommand extends $Command<
|
|
20
|
+
CreateJobCommandInput,
|
|
21
|
+
CreateJobCommandOutput,
|
|
22
|
+
DataExchangeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateJobCommandInput;
|
|
25
|
+
constructor(input: CreateJobCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DataExchangeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|