@aws-sdk/client-m2 3.279.0 → 3.282.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.
Files changed (34) hide show
  1. package/README.md +259 -0
  2. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -0
  10. package/dist-types/commands/GetApplicationCommand.d.ts +6 -0
  11. package/dist-types/commands/GetApplicationVersionCommand.d.ts +6 -0
  12. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +6 -0
  13. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +6 -0
  14. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +6 -0
  15. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -0
  16. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -0
  17. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +6 -0
  18. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -0
  19. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +6 -0
  20. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +6 -0
  22. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListEngineVersionsCommand.d.ts +6 -0
  25. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  27. package/dist-types/commands/StartApplicationCommand.d.ts +6 -0
  28. package/dist-types/commands/StartBatchJobCommand.d.ts +6 -0
  29. package/dist-types/commands/StopApplicationCommand.d.ts +6 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -0
  33. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -0
  34. package/package.json +17 -17
package/README.md CHANGED
@@ -207,3 +207,262 @@ To contribute to client you can check our [generate clients scripts](https://git
207
207
  This SDK is distributed under the
208
208
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
209
209
  see LICENSE for more information.
210
+
211
+ ## Client Commands (Operations List)
212
+
213
+ <details>
214
+ <summary>
215
+ CancelBatchJobExecution
216
+ </summary>
217
+
218
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/cancelbatchjobexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/cancelbatchjobexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/cancelbatchjobexecutioncommandoutput.html)
219
+
220
+ </details>
221
+ <details>
222
+ <summary>
223
+ CreateApplication
224
+ </summary>
225
+
226
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/createapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createapplicationcommandoutput.html)
227
+
228
+ </details>
229
+ <details>
230
+ <summary>
231
+ CreateDataSetImportTask
232
+ </summary>
233
+
234
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/createdatasetimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createdatasetimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createdatasetimporttaskcommandoutput.html)
235
+
236
+ </details>
237
+ <details>
238
+ <summary>
239
+ CreateDeployment
240
+ </summary>
241
+
242
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/createdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createdeploymentcommandoutput.html)
243
+
244
+ </details>
245
+ <details>
246
+ <summary>
247
+ CreateEnvironment
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/createenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/createenvironmentcommandoutput.html)
251
+
252
+ </details>
253
+ <details>
254
+ <summary>
255
+ DeleteApplication
256
+ </summary>
257
+
258
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/deleteapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/deleteapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/deleteapplicationcommandoutput.html)
259
+
260
+ </details>
261
+ <details>
262
+ <summary>
263
+ DeleteApplicationFromEnvironment
264
+ </summary>
265
+
266
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/deleteapplicationfromenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/deleteapplicationfromenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/deleteapplicationfromenvironmentcommandoutput.html)
267
+
268
+ </details>
269
+ <details>
270
+ <summary>
271
+ DeleteEnvironment
272
+ </summary>
273
+
274
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/deleteenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/deleteenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/deleteenvironmentcommandoutput.html)
275
+
276
+ </details>
277
+ <details>
278
+ <summary>
279
+ GetApplication
280
+ </summary>
281
+
282
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/getapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getapplicationcommandoutput.html)
283
+
284
+ </details>
285
+ <details>
286
+ <summary>
287
+ GetApplicationVersion
288
+ </summary>
289
+
290
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/getapplicationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getapplicationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getapplicationversioncommandoutput.html)
291
+
292
+ </details>
293
+ <details>
294
+ <summary>
295
+ GetBatchJobExecution
296
+ </summary>
297
+
298
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/getbatchjobexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getbatchjobexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getbatchjobexecutioncommandoutput.html)
299
+
300
+ </details>
301
+ <details>
302
+ <summary>
303
+ GetDataSetDetails
304
+ </summary>
305
+
306
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/getdatasetdetailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getdatasetdetailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getdatasetdetailscommandoutput.html)
307
+
308
+ </details>
309
+ <details>
310
+ <summary>
311
+ GetDataSetImportTask
312
+ </summary>
313
+
314
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/getdatasetimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getdatasetimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getdatasetimporttaskcommandoutput.html)
315
+
316
+ </details>
317
+ <details>
318
+ <summary>
319
+ GetDeployment
320
+ </summary>
321
+
322
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/getdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getdeploymentcommandoutput.html)
323
+
324
+ </details>
325
+ <details>
326
+ <summary>
327
+ GetEnvironment
328
+ </summary>
329
+
330
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/getenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/getenvironmentcommandoutput.html)
331
+
332
+ </details>
333
+ <details>
334
+ <summary>
335
+ ListApplications
336
+ </summary>
337
+
338
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listapplicationscommandoutput.html)
339
+
340
+ </details>
341
+ <details>
342
+ <summary>
343
+ ListApplicationVersions
344
+ </summary>
345
+
346
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listapplicationversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listapplicationversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listapplicationversionscommandoutput.html)
347
+
348
+ </details>
349
+ <details>
350
+ <summary>
351
+ ListBatchJobDefinitions
352
+ </summary>
353
+
354
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listbatchjobdefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listbatchjobdefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listbatchjobdefinitionscommandoutput.html)
355
+
356
+ </details>
357
+ <details>
358
+ <summary>
359
+ ListBatchJobExecutions
360
+ </summary>
361
+
362
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listbatchjobexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listbatchjobexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listbatchjobexecutionscommandoutput.html)
363
+
364
+ </details>
365
+ <details>
366
+ <summary>
367
+ ListDataSetImportHistory
368
+ </summary>
369
+
370
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listdatasetimporthistorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listdatasetimporthistorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listdatasetimporthistorycommandoutput.html)
371
+
372
+ </details>
373
+ <details>
374
+ <summary>
375
+ ListDataSets
376
+ </summary>
377
+
378
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listdatasetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listdatasetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listdatasetscommandoutput.html)
379
+
380
+ </details>
381
+ <details>
382
+ <summary>
383
+ ListDeployments
384
+ </summary>
385
+
386
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listdeploymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listdeploymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listdeploymentscommandoutput.html)
387
+
388
+ </details>
389
+ <details>
390
+ <summary>
391
+ ListEngineVersions
392
+ </summary>
393
+
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listengineversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listengineversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listengineversionscommandoutput.html)
395
+
396
+ </details>
397
+ <details>
398
+ <summary>
399
+ ListEnvironments
400
+ </summary>
401
+
402
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listenvironmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listenvironmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listenvironmentscommandoutput.html)
403
+
404
+ </details>
405
+ <details>
406
+ <summary>
407
+ ListTagsForResource
408
+ </summary>
409
+
410
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/listtagsforresourcecommandoutput.html)
411
+
412
+ </details>
413
+ <details>
414
+ <summary>
415
+ StartApplication
416
+ </summary>
417
+
418
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/startapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/startapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/startapplicationcommandoutput.html)
419
+
420
+ </details>
421
+ <details>
422
+ <summary>
423
+ StartBatchJob
424
+ </summary>
425
+
426
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/startbatchjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/startbatchjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/startbatchjobcommandoutput.html)
427
+
428
+ </details>
429
+ <details>
430
+ <summary>
431
+ StopApplication
432
+ </summary>
433
+
434
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/stopapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/stopapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/stopapplicationcommandoutput.html)
435
+
436
+ </details>
437
+ <details>
438
+ <summary>
439
+ TagResource
440
+ </summary>
441
+
442
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/tagresourcecommandoutput.html)
443
+
444
+ </details>
445
+ <details>
446
+ <summary>
447
+ UntagResource
448
+ </summary>
449
+
450
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/untagresourcecommandoutput.html)
451
+
452
+ </details>
453
+ <details>
454
+ <summary>
455
+ UpdateApplication
456
+ </summary>
457
+
458
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/updateapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/updateapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/updateapplicationcommandoutput.html)
459
+
460
+ </details>
461
+ <details>
462
+ <summary>
463
+ UpdateEnvironment
464
+ </summary>
465
+
466
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/classes/updateenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/updateenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-m2/interfaces/updateenvironmentcommandoutput.html)
467
+
468
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CancelBatchJobExecutionRequest, CancelBatchJobExecutionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelBatchJobExecutionCommand}.
8
+ */
6
9
  export interface CancelBatchJobExecutionCommandInput extends CancelBatchJobExecutionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelBatchJobExecutionCommand}.
13
+ */
8
14
  export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExecutionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateApplicationCommand}.
8
+ */
6
9
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApplicationCommand}.
13
+ */
8
14
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateDataSetImportTaskRequest, CreateDataSetImportTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDataSetImportTaskCommand}.
8
+ */
6
9
  export interface CreateDataSetImportTaskCommandInput extends CreateDataSetImportTaskRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDataSetImportTaskCommand}.
13
+ */
8
14
  export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImportTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDeploymentCommand}.
8
+ */
6
9
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDeploymentCommand}.
13
+ */
8
14
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEnvironmentCommand}.
8
+ */
6
9
  export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEnvironmentCommand}.
13
+ */
8
14
  export interface CreateEnvironmentCommandOutput extends CreateEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApplicationCommand}.
8
+ */
6
9
  export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApplicationCommand}.
13
+ */
8
14
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { DeleteApplicationFromEnvironmentRequest, DeleteApplicationFromEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApplicationFromEnvironmentCommand}.
8
+ */
6
9
  export interface DeleteApplicationFromEnvironmentCommandInput extends DeleteApplicationFromEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApplicationFromEnvironmentCommand}.
13
+ */
8
14
  export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApplicationFromEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEnvironmentCommand}.
8
+ */
6
9
  export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEnvironmentCommand}.
13
+ */
8
14
  export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApplicationCommand}.
8
+ */
6
9
  export interface GetApplicationCommandInput extends GetApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApplicationCommand}.
13
+ */
8
14
  export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetApplicationVersionRequest, GetApplicationVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApplicationVersionCommand}.
8
+ */
6
9
  export interface GetApplicationVersionCommandInput extends GetApplicationVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApplicationVersionCommand}.
13
+ */
8
14
  export interface GetApplicationVersionCommandOutput extends GetApplicationVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetBatchJobExecutionRequest, GetBatchJobExecutionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBatchJobExecutionCommand}.
8
+ */
6
9
  export interface GetBatchJobExecutionCommandInput extends GetBatchJobExecutionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBatchJobExecutionCommand}.
13
+ */
8
14
  export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetDataSetDetailsRequest, GetDataSetDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDataSetDetailsCommand}.
8
+ */
6
9
  export interface GetDataSetDetailsCommandInput extends GetDataSetDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDataSetDetailsCommand}.
13
+ */
8
14
  export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetDataSetImportTaskRequest, GetDataSetImportTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDataSetImportTaskCommand}.
8
+ */
6
9
  export interface GetDataSetImportTaskCommandInput extends GetDataSetImportTaskRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDataSetImportTaskCommand}.
13
+ */
8
14
  export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeploymentCommand}.
8
+ */
6
9
  export interface GetDeploymentCommandInput extends GetDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeploymentCommand}.
13
+ */
8
14
  export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEnvironmentCommand}.
8
+ */
6
9
  export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEnvironmentCommand}.
13
+ */
8
14
  export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListApplicationVersionsCommand}.
8
+ */
6
9
  export interface ListApplicationVersionsCommandInput extends ListApplicationVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListApplicationVersionsCommand}.
13
+ */
8
14
  export interface ListApplicationVersionsCommandOutput extends ListApplicationVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListApplicationsCommand}.
8
+ */
6
9
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListApplicationsCommand}.
13
+ */
8
14
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListBatchJobDefinitionsRequest, ListBatchJobDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBatchJobDefinitionsCommand}.
8
+ */
6
9
  export interface ListBatchJobDefinitionsCommandInput extends ListBatchJobDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBatchJobDefinitionsCommand}.
13
+ */
8
14
  export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListBatchJobExecutionsRequest, ListBatchJobExecutionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBatchJobExecutionsCommand}.
8
+ */
6
9
  export interface ListBatchJobExecutionsCommandInput extends ListBatchJobExecutionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBatchJobExecutionsCommand}.
13
+ */
8
14
  export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecutionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListDataSetImportHistoryRequest, ListDataSetImportHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDataSetImportHistoryCommand}.
8
+ */
6
9
  export interface ListDataSetImportHistoryCommandInput extends ListDataSetImportHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDataSetImportHistoryCommand}.
13
+ */
8
14
  export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImportHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDataSetsCommand}.
8
+ */
6
9
  export interface ListDataSetsCommandInput extends ListDataSetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDataSetsCommand}.
13
+ */
8
14
  export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDeploymentsCommand}.
8
+ */
6
9
  export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeploymentsCommand}.
13
+ */
8
14
  export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListEngineVersionsRequest, ListEngineVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEngineVersionsCommand}.
8
+ */
6
9
  export interface ListEngineVersionsCommandInput extends ListEngineVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEngineVersionsCommand}.
13
+ */
8
14
  export interface ListEngineVersionsCommandOutput extends ListEngineVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEnvironmentsCommand}.
8
+ */
6
9
  export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEnvironmentsCommand}.
13
+ */
8
14
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartApplicationCommand}.
8
+ */
6
9
  export interface StartApplicationCommandInput extends StartApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartApplicationCommand}.
13
+ */
8
14
  export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { StartBatchJobRequest, StartBatchJobResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartBatchJobCommand}.
8
+ */
6
9
  export interface StartBatchJobCommandInput extends StartBatchJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartBatchJobCommand}.
13
+ */
8
14
  export interface StartBatchJobCommandOutput extends StartBatchJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopApplicationCommand}.
8
+ */
6
9
  export interface StopApplicationCommandInput extends StopApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopApplicationCommand}.
13
+ */
8
14
  export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateApplicationCommand}.
8
+ */
6
9
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApplicationCommand}.
13
+ */
8
14
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateEnvironmentCommand}.
8
+ */
6
9
  export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateEnvironmentCommand}.
13
+ */
8
14
  export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-m2",
3
3
  "description": "AWS SDK for JavaScript M2 Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.282.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,25 +20,25 @@
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-sts": "3.279.0",
24
- "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
26
- "@aws-sdk/fetch-http-handler": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.282.0",
24
+ "@aws-sdk/config-resolver": "3.282.0",
25
+ "@aws-sdk/credential-provider-node": "3.282.0",
26
+ "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.272.0",
30
- "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.278.0",
29
+ "@aws-sdk/middleware-content-length": "3.282.0",
30
+ "@aws-sdk/middleware-endpoint": "3.282.0",
31
+ "@aws-sdk/middleware-host-header": "3.282.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
- "@aws-sdk/middleware-retry": "3.272.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
+ "@aws-sdk/middleware-retry": "3.282.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.272.0",
36
+ "@aws-sdk/middleware-signing": "3.282.0",
37
37
  "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.272.0",
38
+ "@aws-sdk/middleware-user-agent": "3.282.0",
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
- "@aws-sdk/node-http-handler": "3.272.0",
41
- "@aws-sdk/protocol-http": "3.272.0",
40
+ "@aws-sdk/node-http-handler": "3.282.0",
41
+ "@aws-sdk/protocol-http": "3.282.0",
42
42
  "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
@@ -46,11 +46,11 @@
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
48
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.272.0",
53
- "@aws-sdk/util-user-agent-node": "3.272.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
53
+ "@aws-sdk/util-user-agent-node": "3.282.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"