@aws-sdk/client-m2 3.533.0 → 3.540.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 (77) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/M2.d.ts +5 -1
  6. package/dist-types/M2Client.d.ts +1 -1
  7. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
  15. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetApplicationVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +2 -1
  19. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  21. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
  22. package/dist-types/commands/GetSignedBluinsightsUrlCommand.d.ts +2 -1
  23. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDataSetsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
  34. package/dist-types/commands/StartBatchJobCommand.d.ts +2 -1
  35. package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
  36. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  40. package/dist-types/index.d.ts +0 -1
  41. package/dist-types/models/models_0.d.ts +428 -428
  42. package/dist-types/ts3.4/M2.d.ts +4 -0
  43. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetSignedBluinsightsUrlCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/index.d.ts +0 -1
  77. package/package.json +40 -40
@@ -328,6 +328,7 @@ export interface M2 {
328
328
  options: __HttpHandlerOptions,
329
329
  cb: (err: any, data?: GetEnvironmentCommandOutput) => void
330
330
  ): void;
331
+ getSignedBluinsightsUrl(): Promise<GetSignedBluinsightsUrlCommandOutput>;
331
332
  getSignedBluinsightsUrl(
332
333
  args: GetSignedBluinsightsUrlCommandInput,
333
334
  options?: __HttpHandlerOptions
@@ -341,6 +342,7 @@ export interface M2 {
341
342
  options: __HttpHandlerOptions,
342
343
  cb: (err: any, data?: GetSignedBluinsightsUrlCommandOutput) => void
343
344
  ): void;
345
+ listApplications(): Promise<ListApplicationsCommandOutput>;
344
346
  listApplications(
345
347
  args: ListApplicationsCommandInput,
346
348
  options?: __HttpHandlerOptions
@@ -432,6 +434,7 @@ export interface M2 {
432
434
  options: __HttpHandlerOptions,
433
435
  cb: (err: any, data?: ListDeploymentsCommandOutput) => void
434
436
  ): void;
437
+ listEngineVersions(): Promise<ListEngineVersionsCommandOutput>;
435
438
  listEngineVersions(
436
439
  args: ListEngineVersionsCommandInput,
437
440
  options?: __HttpHandlerOptions
@@ -445,6 +448,7 @@ export interface M2 {
445
448
  options: __HttpHandlerOptions,
446
449
  cb: (err: any, data?: ListEngineVersionsCommandOutput) => void
447
450
  ): void;
451
+ listEnvironments(): Promise<ListEnvironmentsCommandOutput>;
448
452
  listEnvironments(
449
453
  args: ListEnvironmentsCommandInput,
450
454
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CancelBatchJobExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelBatchJobExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelBatchJobExecutionCommandInput,
32
+ CancelBatchJobExecutionCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelBatchJobExecutionCommand extends CancelBatchJobExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApplicationCommandInput,
32
+ CreateApplicationCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDataSetImportTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDataSetImportTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDataSetImportTaskCommandInput,
32
+ CreateDataSetImportTaskCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDataSetImportTaskCommand extends CreateDataSetImportTaskCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDeploymentCommandInput,
31
+ CreateDeploymentCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEnvironmentCommandInput,
32
+ CreateEnvironmentCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteApplicationCommandInput,
32
+ DeleteApplicationCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteApplicationFromEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteApplicationFromEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteApplicationFromEnvironmentCommandInput,
32
+ DeleteApplicationFromEnvironmentCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteApplicationFromEnvironmentCommand extends DeleteApplicationFromEnvironmentCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteEnvironmentCommandInput,
32
+ DeleteEnvironmentCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {}
@@ -24,6 +24,15 @@ declare const GetApplicationCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetApplicationCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetApplicationCommandInput,
31
+ GetApplicationCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetApplicationCommand extends GetApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetApplicationVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetApplicationVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetApplicationVersionCommandInput,
32
+ GetApplicationVersionCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetApplicationVersionCommand extends GetApplicationVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBatchJobExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBatchJobExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBatchJobExecutionCommandInput,
32
+ GetBatchJobExecutionCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBatchJobExecutionCommand extends GetBatchJobExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDataSetDetailsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDataSetDetailsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDataSetDetailsCommandInput,
32
+ GetDataSetDetailsCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDataSetDetailsCommand extends GetDataSetDetailsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDataSetImportTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDataSetImportTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDataSetImportTaskCommandInput,
32
+ GetDataSetImportTaskCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDataSetImportTaskCommand extends GetDataSetImportTaskCommand_base {}
@@ -24,6 +24,15 @@ declare const GetDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDeploymentCommandInput,
31
+ GetDeploymentCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {}
@@ -24,6 +24,15 @@ declare const GetEnvironmentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetEnvironmentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetEnvironmentCommandInput,
31
+ GetEnvironmentCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSignedBluinsightsUrlCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetSignedBluinsightsUrlCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSignedBluinsightsUrlCommandInput,
28
+ GetSignedBluinsightsUrlCommandOutput,
29
+ M2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSignedBluinsightsUrlCommand extends GetSignedBluinsightsUrlCommand_base {}
@@ -25,6 +25,15 @@ declare const ListApplicationVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListApplicationVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListApplicationVersionsCommandInput,
32
+ ListApplicationVersionsCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListApplicationsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListApplicationsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListApplicationsCommandInput,
31
+ ListApplicationsCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBatchJobDefinitionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListBatchJobDefinitionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBatchJobDefinitionsCommandInput,
32
+ ListBatchJobDefinitionsCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBatchJobDefinitionsCommand extends ListBatchJobDefinitionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBatchJobExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListBatchJobExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBatchJobExecutionsCommandInput,
32
+ ListBatchJobExecutionsCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBatchJobExecutionsCommand extends ListBatchJobExecutionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDataSetImportHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDataSetImportHistoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDataSetImportHistoryCommandInput,
32
+ ListDataSetImportHistoryCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDataSetImportHistoryCommand extends ListDataSetImportHistoryCommand_base {}
@@ -21,6 +21,15 @@ declare const ListDataSetsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListDataSetsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListDataSetsCommandInput,
28
+ ListDataSetsCommandOutput,
29
+ M2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListDataSetsCommand extends ListDataSetsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListDeploymentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListDeploymentsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListDeploymentsCommandInput,
31
+ ListDeploymentsCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListEngineVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListEngineVersionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListEngineVersionsCommandInput,
32
+ ListEngineVersionsCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListEnvironmentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListEnvironmentsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListEnvironmentsCommandInput,
31
+ ListEnvironmentsCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const StartApplicationCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartApplicationCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartApplicationCommandInput,
31
+ StartApplicationCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartApplicationCommand extends StartApplicationCommand_base {}
@@ -24,6 +24,15 @@ declare const StartBatchJobCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartBatchJobCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartBatchJobCommandInput,
31
+ StartBatchJobCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartBatchJobCommand extends StartBatchJobCommand_base {}
@@ -24,6 +24,15 @@ declare const StopApplicationCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StopApplicationCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StopApplicationCommandInput,
31
+ StopApplicationCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StopApplicationCommand extends StopApplicationCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ M2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ M2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateApplicationCommandInput,
32
+ UpdateApplicationCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateEnvironmentCommandInput,
32
+ UpdateEnvironmentCommandOutput,
33
+ M2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {}
@@ -6,5 +6,4 @@ export { M2ExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./models";
9
- import "@aws-sdk/util-endpoints";
10
9
  export { M2ServiceException } from "./models/M2ServiceException";