@aws-sdk/client-m2 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/M2.d.ts +580 -165
- package/dist-types/ts3.4/M2Client.d.ts +320 -105
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +32 -32
- 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/M2ServiceException.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 +1524 -1421
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchJobDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchJobExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetImportHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
- 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,105 +1,320 @@
|
|
|
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
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
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
|
+
CancelBatchJobExecutionCommandInput,
|
|
47
|
+
CancelBatchJobExecutionCommandOutput,
|
|
48
|
+
} from "./commands/CancelBatchJobExecutionCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateApplicationCommandInput,
|
|
51
|
+
CreateApplicationCommandOutput,
|
|
52
|
+
} from "./commands/CreateApplicationCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateDataSetImportTaskCommandInput,
|
|
55
|
+
CreateDataSetImportTaskCommandOutput,
|
|
56
|
+
} from "./commands/CreateDataSetImportTaskCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDeploymentCommandInput,
|
|
59
|
+
CreateDeploymentCommandOutput,
|
|
60
|
+
} from "./commands/CreateDeploymentCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateEnvironmentCommandInput,
|
|
63
|
+
CreateEnvironmentCommandOutput,
|
|
64
|
+
} from "./commands/CreateEnvironmentCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteApplicationCommandInput,
|
|
67
|
+
DeleteApplicationCommandOutput,
|
|
68
|
+
} from "./commands/DeleteApplicationCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteApplicationFromEnvironmentCommandInput,
|
|
71
|
+
DeleteApplicationFromEnvironmentCommandOutput,
|
|
72
|
+
} from "./commands/DeleteApplicationFromEnvironmentCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteEnvironmentCommandInput,
|
|
75
|
+
DeleteEnvironmentCommandOutput,
|
|
76
|
+
} from "./commands/DeleteEnvironmentCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetApplicationCommandInput,
|
|
79
|
+
GetApplicationCommandOutput,
|
|
80
|
+
} from "./commands/GetApplicationCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetApplicationVersionCommandInput,
|
|
83
|
+
GetApplicationVersionCommandOutput,
|
|
84
|
+
} from "./commands/GetApplicationVersionCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetBatchJobExecutionCommandInput,
|
|
87
|
+
GetBatchJobExecutionCommandOutput,
|
|
88
|
+
} from "./commands/GetBatchJobExecutionCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetDataSetDetailsCommandInput,
|
|
91
|
+
GetDataSetDetailsCommandOutput,
|
|
92
|
+
} from "./commands/GetDataSetDetailsCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetDataSetImportTaskCommandInput,
|
|
95
|
+
GetDataSetImportTaskCommandOutput,
|
|
96
|
+
} from "./commands/GetDataSetImportTaskCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetDeploymentCommandInput,
|
|
99
|
+
GetDeploymentCommandOutput,
|
|
100
|
+
} from "./commands/GetDeploymentCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetEnvironmentCommandInput,
|
|
103
|
+
GetEnvironmentCommandOutput,
|
|
104
|
+
} from "./commands/GetEnvironmentCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListApplicationsCommandInput,
|
|
107
|
+
ListApplicationsCommandOutput,
|
|
108
|
+
} from "./commands/ListApplicationsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListApplicationVersionsCommandInput,
|
|
111
|
+
ListApplicationVersionsCommandOutput,
|
|
112
|
+
} from "./commands/ListApplicationVersionsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListBatchJobDefinitionsCommandInput,
|
|
115
|
+
ListBatchJobDefinitionsCommandOutput,
|
|
116
|
+
} from "./commands/ListBatchJobDefinitionsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListBatchJobExecutionsCommandInput,
|
|
119
|
+
ListBatchJobExecutionsCommandOutput,
|
|
120
|
+
} from "./commands/ListBatchJobExecutionsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListDataSetImportHistoryCommandInput,
|
|
123
|
+
ListDataSetImportHistoryCommandOutput,
|
|
124
|
+
} from "./commands/ListDataSetImportHistoryCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListDataSetsCommandInput,
|
|
127
|
+
ListDataSetsCommandOutput,
|
|
128
|
+
} from "./commands/ListDataSetsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListDeploymentsCommandInput,
|
|
131
|
+
ListDeploymentsCommandOutput,
|
|
132
|
+
} from "./commands/ListDeploymentsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListEngineVersionsCommandInput,
|
|
135
|
+
ListEngineVersionsCommandOutput,
|
|
136
|
+
} from "./commands/ListEngineVersionsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListEnvironmentsCommandInput,
|
|
139
|
+
ListEnvironmentsCommandOutput,
|
|
140
|
+
} from "./commands/ListEnvironmentsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListTagsForResourceCommandInput,
|
|
143
|
+
ListTagsForResourceCommandOutput,
|
|
144
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
StartApplicationCommandInput,
|
|
147
|
+
StartApplicationCommandOutput,
|
|
148
|
+
} from "./commands/StartApplicationCommand";
|
|
149
|
+
import {
|
|
150
|
+
StartBatchJobCommandInput,
|
|
151
|
+
StartBatchJobCommandOutput,
|
|
152
|
+
} from "./commands/StartBatchJobCommand";
|
|
153
|
+
import {
|
|
154
|
+
StopApplicationCommandInput,
|
|
155
|
+
StopApplicationCommandOutput,
|
|
156
|
+
} from "./commands/StopApplicationCommand";
|
|
157
|
+
import {
|
|
158
|
+
TagResourceCommandInput,
|
|
159
|
+
TagResourceCommandOutput,
|
|
160
|
+
} from "./commands/TagResourceCommand";
|
|
161
|
+
import {
|
|
162
|
+
UntagResourceCommandInput,
|
|
163
|
+
UntagResourceCommandOutput,
|
|
164
|
+
} from "./commands/UntagResourceCommand";
|
|
165
|
+
import {
|
|
166
|
+
UpdateApplicationCommandInput,
|
|
167
|
+
UpdateApplicationCommandOutput,
|
|
168
|
+
} from "./commands/UpdateApplicationCommand";
|
|
169
|
+
import {
|
|
170
|
+
UpdateEnvironmentCommandInput,
|
|
171
|
+
UpdateEnvironmentCommandOutput,
|
|
172
|
+
} from "./commands/UpdateEnvironmentCommand";
|
|
173
|
+
export declare type ServiceInputTypes =
|
|
174
|
+
| CancelBatchJobExecutionCommandInput
|
|
175
|
+
| CreateApplicationCommandInput
|
|
176
|
+
| CreateDataSetImportTaskCommandInput
|
|
177
|
+
| CreateDeploymentCommandInput
|
|
178
|
+
| CreateEnvironmentCommandInput
|
|
179
|
+
| DeleteApplicationCommandInput
|
|
180
|
+
| DeleteApplicationFromEnvironmentCommandInput
|
|
181
|
+
| DeleteEnvironmentCommandInput
|
|
182
|
+
| GetApplicationCommandInput
|
|
183
|
+
| GetApplicationVersionCommandInput
|
|
184
|
+
| GetBatchJobExecutionCommandInput
|
|
185
|
+
| GetDataSetDetailsCommandInput
|
|
186
|
+
| GetDataSetImportTaskCommandInput
|
|
187
|
+
| GetDeploymentCommandInput
|
|
188
|
+
| GetEnvironmentCommandInput
|
|
189
|
+
| ListApplicationVersionsCommandInput
|
|
190
|
+
| ListApplicationsCommandInput
|
|
191
|
+
| ListBatchJobDefinitionsCommandInput
|
|
192
|
+
| ListBatchJobExecutionsCommandInput
|
|
193
|
+
| ListDataSetImportHistoryCommandInput
|
|
194
|
+
| ListDataSetsCommandInput
|
|
195
|
+
| ListDeploymentsCommandInput
|
|
196
|
+
| ListEngineVersionsCommandInput
|
|
197
|
+
| ListEnvironmentsCommandInput
|
|
198
|
+
| ListTagsForResourceCommandInput
|
|
199
|
+
| StartApplicationCommandInput
|
|
200
|
+
| StartBatchJobCommandInput
|
|
201
|
+
| StopApplicationCommandInput
|
|
202
|
+
| TagResourceCommandInput
|
|
203
|
+
| UntagResourceCommandInput
|
|
204
|
+
| UpdateApplicationCommandInput
|
|
205
|
+
| UpdateEnvironmentCommandInput;
|
|
206
|
+
export declare type ServiceOutputTypes =
|
|
207
|
+
| CancelBatchJobExecutionCommandOutput
|
|
208
|
+
| CreateApplicationCommandOutput
|
|
209
|
+
| CreateDataSetImportTaskCommandOutput
|
|
210
|
+
| CreateDeploymentCommandOutput
|
|
211
|
+
| CreateEnvironmentCommandOutput
|
|
212
|
+
| DeleteApplicationCommandOutput
|
|
213
|
+
| DeleteApplicationFromEnvironmentCommandOutput
|
|
214
|
+
| DeleteEnvironmentCommandOutput
|
|
215
|
+
| GetApplicationCommandOutput
|
|
216
|
+
| GetApplicationVersionCommandOutput
|
|
217
|
+
| GetBatchJobExecutionCommandOutput
|
|
218
|
+
| GetDataSetDetailsCommandOutput
|
|
219
|
+
| GetDataSetImportTaskCommandOutput
|
|
220
|
+
| GetDeploymentCommandOutput
|
|
221
|
+
| GetEnvironmentCommandOutput
|
|
222
|
+
| ListApplicationVersionsCommandOutput
|
|
223
|
+
| ListApplicationsCommandOutput
|
|
224
|
+
| ListBatchJobDefinitionsCommandOutput
|
|
225
|
+
| ListBatchJobExecutionsCommandOutput
|
|
226
|
+
| ListDataSetImportHistoryCommandOutput
|
|
227
|
+
| ListDataSetsCommandOutput
|
|
228
|
+
| ListDeploymentsCommandOutput
|
|
229
|
+
| ListEngineVersionsCommandOutput
|
|
230
|
+
| ListEnvironmentsCommandOutput
|
|
231
|
+
| ListTagsForResourceCommandOutput
|
|
232
|
+
| StartApplicationCommandOutput
|
|
233
|
+
| StartBatchJobCommandOutput
|
|
234
|
+
| StopApplicationCommandOutput
|
|
235
|
+
| TagResourceCommandOutput
|
|
236
|
+
| UntagResourceCommandOutput
|
|
237
|
+
| UpdateApplicationCommandOutput
|
|
238
|
+
| UpdateEnvironmentCommandOutput;
|
|
239
|
+
export interface ClientDefaults
|
|
240
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
241
|
+
requestHandler?: __HttpHandler;
|
|
242
|
+
|
|
243
|
+
sha256?: __HashConstructor;
|
|
244
|
+
|
|
245
|
+
urlParser?: __UrlParser;
|
|
246
|
+
|
|
247
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
248
|
+
|
|
249
|
+
streamCollector?: __StreamCollector;
|
|
250
|
+
|
|
251
|
+
base64Decoder?: __Decoder;
|
|
252
|
+
|
|
253
|
+
base64Encoder?: __Encoder;
|
|
254
|
+
|
|
255
|
+
utf8Decoder?: __Decoder;
|
|
256
|
+
|
|
257
|
+
utf8Encoder?: __Encoder;
|
|
258
|
+
|
|
259
|
+
runtime?: string;
|
|
260
|
+
|
|
261
|
+
disableHostPrefix?: boolean;
|
|
262
|
+
|
|
263
|
+
maxAttempts?: number | __Provider<number>;
|
|
264
|
+
|
|
265
|
+
retryMode?: string | __Provider<string>;
|
|
266
|
+
|
|
267
|
+
logger?: __Logger;
|
|
268
|
+
|
|
269
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
270
|
+
|
|
271
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
272
|
+
|
|
273
|
+
serviceId?: string;
|
|
274
|
+
|
|
275
|
+
region?: string | __Provider<string>;
|
|
276
|
+
|
|
277
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
+
|
|
279
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
280
|
+
|
|
281
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
282
|
+
|
|
283
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
284
|
+
}
|
|
285
|
+
declare type M2ClientConfigType = Partial<
|
|
286
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
287
|
+
> &
|
|
288
|
+
ClientDefaults &
|
|
289
|
+
RegionInputConfig &
|
|
290
|
+
EndpointsInputConfig &
|
|
291
|
+
RetryInputConfig &
|
|
292
|
+
HostHeaderInputConfig &
|
|
293
|
+
AwsAuthInputConfig &
|
|
294
|
+
UserAgentInputConfig;
|
|
295
|
+
|
|
296
|
+
export interface M2ClientConfig extends M2ClientConfigType {}
|
|
297
|
+
declare type M2ClientResolvedConfigType =
|
|
298
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
299
|
+
Required<ClientDefaults> &
|
|
300
|
+
RegionResolvedConfig &
|
|
301
|
+
EndpointsResolvedConfig &
|
|
302
|
+
RetryResolvedConfig &
|
|
303
|
+
HostHeaderResolvedConfig &
|
|
304
|
+
AwsAuthResolvedConfig &
|
|
305
|
+
UserAgentResolvedConfig;
|
|
306
|
+
|
|
307
|
+
export interface M2ClientResolvedConfig extends M2ClientResolvedConfigType {}
|
|
308
|
+
|
|
309
|
+
export declare class M2Client extends __Client<
|
|
310
|
+
__HttpHandlerOptions,
|
|
311
|
+
ServiceInputTypes,
|
|
312
|
+
ServiceOutputTypes,
|
|
313
|
+
M2ClientResolvedConfig
|
|
314
|
+
> {
|
|
315
|
+
readonly config: M2ClientResolvedConfig;
|
|
316
|
+
constructor(configuration: M2ClientConfig);
|
|
317
|
+
|
|
318
|
+
destroy(): void;
|
|
319
|
+
}
|
|
320
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
CancelBatchJobExecutionRequest,
|
|
15
|
+
CancelBatchJobExecutionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelBatchJobExecutionCommandInput
|
|
18
|
+
extends CancelBatchJobExecutionRequest {}
|
|
19
|
+
export interface CancelBatchJobExecutionCommandOutput
|
|
20
|
+
extends CancelBatchJobExecutionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CancelBatchJobExecutionCommand extends $Command<
|
|
24
|
+
CancelBatchJobExecutionCommandInput,
|
|
25
|
+
CancelBatchJobExecutionCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CancelBatchJobExecutionCommandInput;
|
|
29
|
+
constructor(input: CancelBatchJobExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CancelBatchJobExecutionCommandInput,
|
|
37
|
+
CancelBatchJobExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
CreateApplicationRequest,
|
|
15
|
+
CreateApplicationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApplicationCommandInput
|
|
18
|
+
extends CreateApplicationRequest {}
|
|
19
|
+
export interface CreateApplicationCommandOutput
|
|
20
|
+
extends CreateApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
24
|
+
CreateApplicationCommandInput,
|
|
25
|
+
CreateApplicationCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateApplicationCommandInput;
|
|
29
|
+
constructor(input: CreateApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
M2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../M2Client";
|
|
13
|
+
import {
|
|
14
|
+
CreateDataSetImportTaskRequest,
|
|
15
|
+
CreateDataSetImportTaskResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataSetImportTaskCommandInput
|
|
18
|
+
extends CreateDataSetImportTaskRequest {}
|
|
19
|
+
export interface CreateDataSetImportTaskCommandOutput
|
|
20
|
+
extends CreateDataSetImportTaskResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDataSetImportTaskCommand extends $Command<
|
|
24
|
+
CreateDataSetImportTaskCommandInput,
|
|
25
|
+
CreateDataSetImportTaskCommandOutput,
|
|
26
|
+
M2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDataSetImportTaskCommandInput;
|
|
29
|
+
constructor(input: CreateDataSetImportTaskCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: M2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDataSetImportTaskCommandInput,
|
|
37
|
+
CreateDataSetImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|