@aws-sdk/client-m2 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/M2.d.ts +548 -165
- package/dist-types/ts3.4/M2Client.d.ts +295 -105
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +36 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1124 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,105 +1,295 @@
|
|
|
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
|
+
sha256?: __HashConstructor;
|
|
243
|
+
urlParser?: __UrlParser;
|
|
244
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
245
|
+
streamCollector?: __StreamCollector;
|
|
246
|
+
base64Decoder?: __Decoder;
|
|
247
|
+
base64Encoder?: __Encoder;
|
|
248
|
+
utf8Decoder?: __Decoder;
|
|
249
|
+
utf8Encoder?: __Encoder;
|
|
250
|
+
runtime?: string;
|
|
251
|
+
disableHostPrefix?: boolean;
|
|
252
|
+
maxAttempts?: number | __Provider<number>;
|
|
253
|
+
retryMode?: string | __Provider<string>;
|
|
254
|
+
logger?: __Logger;
|
|
255
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
256
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
257
|
+
serviceId?: string;
|
|
258
|
+
region?: string | __Provider<string>;
|
|
259
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
260
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
261
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
262
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
263
|
+
}
|
|
264
|
+
declare type M2ClientConfigType = Partial<
|
|
265
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
266
|
+
> &
|
|
267
|
+
ClientDefaults &
|
|
268
|
+
RegionInputConfig &
|
|
269
|
+
EndpointsInputConfig &
|
|
270
|
+
RetryInputConfig &
|
|
271
|
+
HostHeaderInputConfig &
|
|
272
|
+
AwsAuthInputConfig &
|
|
273
|
+
UserAgentInputConfig;
|
|
274
|
+
export interface M2ClientConfig extends M2ClientConfigType {}
|
|
275
|
+
declare type M2ClientResolvedConfigType =
|
|
276
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
277
|
+
Required<ClientDefaults> &
|
|
278
|
+
RegionResolvedConfig &
|
|
279
|
+
EndpointsResolvedConfig &
|
|
280
|
+
RetryResolvedConfig &
|
|
281
|
+
HostHeaderResolvedConfig &
|
|
282
|
+
AwsAuthResolvedConfig &
|
|
283
|
+
UserAgentResolvedConfig;
|
|
284
|
+
export interface M2ClientResolvedConfig extends M2ClientResolvedConfigType {}
|
|
285
|
+
export declare class M2Client extends __Client<
|
|
286
|
+
__HttpHandlerOptions,
|
|
287
|
+
ServiceInputTypes,
|
|
288
|
+
ServiceOutputTypes,
|
|
289
|
+
M2ClientResolvedConfig
|
|
290
|
+
> {
|
|
291
|
+
readonly config: M2ClientResolvedConfig;
|
|
292
|
+
constructor(configuration: M2ClientConfig);
|
|
293
|
+
destroy(): void;
|
|
294
|
+
}
|
|
295
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class CancelBatchJobExecutionCommand extends $Command<
|
|
23
|
+
CancelBatchJobExecutionCommandInput,
|
|
24
|
+
CancelBatchJobExecutionCommandOutput,
|
|
25
|
+
M2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelBatchJobExecutionCommandInput;
|
|
28
|
+
constructor(input: CancelBatchJobExecutionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: M2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CancelBatchJobExecutionCommandInput,
|
|
35
|
+
CancelBatchJobExecutionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
23
|
+
CreateApplicationCommandInput,
|
|
24
|
+
CreateApplicationCommandOutput,
|
|
25
|
+
M2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateApplicationCommandInput;
|
|
28
|
+
constructor(input: CreateApplicationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: M2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class CreateDataSetImportTaskCommand extends $Command<
|
|
23
|
+
CreateDataSetImportTaskCommandInput,
|
|
24
|
+
CreateDataSetImportTaskCommandOutput,
|
|
25
|
+
M2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDataSetImportTaskCommandInput;
|
|
28
|
+
constructor(input: CreateDataSetImportTaskCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: M2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateDataSetImportTaskCommandInput,
|
|
35
|
+
CreateDataSetImportTaskCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CreateDeploymentRequest,
|
|
15
|
+
CreateDeploymentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
18
|
+
export interface CreateDeploymentCommandOutput
|
|
19
|
+
extends CreateDeploymentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDeploymentCommand extends $Command<
|
|
22
|
+
CreateDeploymentCommandInput,
|
|
23
|
+
CreateDeploymentCommandOutput,
|
|
24
|
+
M2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDeploymentCommandInput;
|
|
27
|
+
constructor(input: CreateDeploymentCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: M2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|