@aws-sdk/client-m2 3.1045.0 → 3.1047.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 (146) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +90 -91
  5. package/dist-cjs/models/M2ServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/M2.js +1 -1
  10. package/dist-es/M2Client.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelBatchJobExecutionCommand.js +2 -2
  13. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  14. package/dist-es/commands/CreateDataSetExportTaskCommand.js +2 -2
  15. package/dist-es/commands/CreateDataSetImportTaskCommand.js +2 -2
  16. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  17. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  18. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  19. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +2 -2
  20. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  21. package/dist-es/commands/GetApplicationCommand.js +2 -2
  22. package/dist-es/commands/GetApplicationVersionCommand.js +2 -2
  23. package/dist-es/commands/GetBatchJobExecutionCommand.js +2 -2
  24. package/dist-es/commands/GetDataSetDetailsCommand.js +2 -2
  25. package/dist-es/commands/GetDataSetExportTaskCommand.js +2 -2
  26. package/dist-es/commands/GetDataSetImportTaskCommand.js +2 -2
  27. package/dist-es/commands/GetDeploymentCommand.js +2 -2
  28. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  29. package/dist-es/commands/GetSignedBluinsightsUrlCommand.js +2 -2
  30. package/dist-es/commands/ListApplicationVersionsCommand.js +2 -2
  31. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  32. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +2 -2
  33. package/dist-es/commands/ListBatchJobExecutionsCommand.js +2 -2
  34. package/dist-es/commands/ListBatchJobRestartPointsCommand.js +2 -2
  35. package/dist-es/commands/ListDataSetExportHistoryCommand.js +2 -2
  36. package/dist-es/commands/ListDataSetImportHistoryCommand.js +2 -2
  37. package/dist-es/commands/ListDataSetsCommand.js +2 -2
  38. package/dist-es/commands/ListDeploymentsCommand.js +2 -2
  39. package/dist-es/commands/ListEngineVersionsCommand.js +2 -2
  40. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/StartApplicationCommand.js +2 -2
  43. package/dist-es/commands/StartBatchJobCommand.js +2 -2
  44. package/dist-es/commands/StopApplicationCommand.js +2 -2
  45. package/dist-es/commands/TagResourceCommand.js +2 -2
  46. package/dist-es/commands/UntagResourceCommand.js +2 -2
  47. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  48. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
  49. package/dist-es/endpoint/bdd.js +1 -1
  50. package/dist-es/endpoint/endpointResolver.js +1 -1
  51. package/dist-es/models/M2ServiceException.js +1 -1
  52. package/dist-es/runtimeConfig.browser.js +4 -6
  53. package/dist-es/runtimeConfig.js +4 -8
  54. package/dist-es/runtimeConfig.shared.js +3 -4
  55. package/dist-es/runtimeExtensions.js +2 -2
  56. package/dist-types/M2Client.d.ts +5 -5
  57. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +6 -4
  58. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateDataSetExportTaskCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
  66. package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
  67. package/dist-types/commands/GetApplicationVersionCommand.d.ts +6 -4
  68. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +6 -4
  69. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +6 -4
  70. package/dist-types/commands/GetDataSetExportTaskCommand.d.ts +6 -4
  71. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +6 -4
  72. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -4
  73. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
  74. package/dist-types/commands/GetSignedBluinsightsUrlCommand.d.ts +6 -4
  75. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +6 -4
  76. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListBatchJobRestartPointsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListDataSetExportHistoryCommand.d.ts +6 -4
  81. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +6 -4
  82. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -4
  84. package/dist-types/commands/ListEngineVersionsCommand.d.ts +6 -4
  85. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  87. package/dist-types/commands/StartApplicationCommand.d.ts +6 -4
  88. package/dist-types/commands/StartBatchJobCommand.d.ts +6 -4
  89. package/dist-types/commands/StopApplicationCommand.d.ts +6 -4
  90. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  91. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  92. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
  94. package/dist-types/endpoint/bdd.d.ts +1 -1
  95. package/dist-types/extensionConfiguration.d.ts +1 -1
  96. package/dist-types/models/M2ServiceException.d.ts +1 -1
  97. package/dist-types/models/errors.d.ts +1 -1
  98. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  99. package/dist-types/runtimeConfig.d.ts +2 -2
  100. package/dist-types/runtimeConfig.native.d.ts +2 -2
  101. package/dist-types/ts3.4/M2Client.d.ts +8 -14
  102. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/CreateDataSetExportTaskCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetDataSetExportTaskCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetSignedBluinsightsUrlCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListBatchJobRestartPointsCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListDataSetExportHistoryCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  140. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  141. package/dist-types/ts3.4/models/M2ServiceException.d.ts +1 -1
  142. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  146. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateEnvironmentCommandOutput
19
19
  declare const CreateEnvironmentCommand_base: {
20
20
  new (
21
21
  input: CreateEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateEnvironmentCommandInput,
24
24
  CreateEnvironmentCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateEnvironmentCommandInput,
33
33
  CreateEnvironmentCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteApplicationCommandOutput
19
19
  declare const DeleteApplicationCommand_base: {
20
20
  new (
21
21
  input: DeleteApplicationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteApplicationCommandInput,
24
24
  DeleteApplicationCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteApplicationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteApplicationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteApplicationCommandInput,
33
33
  DeleteApplicationCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteApplicationFromEnvironmentCommandOutput
19
19
  declare const DeleteApplicationFromEnvironmentCommand_base: {
20
20
  new (
21
21
  input: DeleteApplicationFromEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteApplicationFromEnvironmentCommandInput,
24
24
  DeleteApplicationFromEnvironmentCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteApplicationFromEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteApplicationFromEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteApplicationFromEnvironmentCommandInput,
33
33
  DeleteApplicationFromEnvironmentCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteApplicationFromEnvironmentCommand extends DeleteApplicationFromEnvironmentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteEnvironmentCommandOutput
19
19
  declare const DeleteEnvironmentCommand_base: {
20
20
  new (
21
21
  input: DeleteEnvironmentCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteEnvironmentCommandInput,
24
24
  DeleteEnvironmentCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteEnvironmentCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteEnvironmentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteEnvironmentCommandInput,
33
33
  DeleteEnvironmentCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetApplicationCommandOutput
18
18
  declare const GetApplicationCommand_base: {
19
19
  new (
20
20
  input: GetApplicationCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetApplicationCommandInput,
23
23
  GetApplicationCommandOutput,
24
24
  M2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetApplicationCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetApplicationCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetApplicationCommandInput,
32
32
  GetApplicationCommandOutput,
33
33
  M2ClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetApplicationVersionCommandOutput
19
19
  declare const GetApplicationVersionCommand_base: {
20
20
  new (
21
21
  input: GetApplicationVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetApplicationVersionCommandInput,
24
24
  GetApplicationVersionCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetApplicationVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetApplicationVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetApplicationVersionCommandInput,
33
33
  GetApplicationVersionCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetApplicationVersionCommand extends GetApplicationVersionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetBatchJobExecutionCommandOutput
19
19
  declare const GetBatchJobExecutionCommand_base: {
20
20
  new (
21
21
  input: GetBatchJobExecutionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetBatchJobExecutionCommandInput,
24
24
  GetBatchJobExecutionCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetBatchJobExecutionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetBatchJobExecutionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetBatchJobExecutionCommandInput,
33
33
  GetBatchJobExecutionCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetBatchJobExecutionCommand extends GetBatchJobExecutionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDataSetDetailsCommandOutput
19
19
  declare const GetDataSetDetailsCommand_base: {
20
20
  new (
21
21
  input: GetDataSetDetailsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDataSetDetailsCommandInput,
24
24
  GetDataSetDetailsCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDataSetDetailsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDataSetDetailsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDataSetDetailsCommandInput,
33
33
  GetDataSetDetailsCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDataSetDetailsCommand extends GetDataSetDetailsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDataSetExportTaskCommandOutput
19
19
  declare const GetDataSetExportTaskCommand_base: {
20
20
  new (
21
21
  input: GetDataSetExportTaskCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDataSetExportTaskCommandInput,
24
24
  GetDataSetExportTaskCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDataSetExportTaskCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDataSetExportTaskCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDataSetExportTaskCommandInput,
33
33
  GetDataSetExportTaskCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDataSetExportTaskCommand extends GetDataSetExportTaskCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDataSetImportTaskCommandOutput
19
19
  declare const GetDataSetImportTaskCommand_base: {
20
20
  new (
21
21
  input: GetDataSetImportTaskCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDataSetImportTaskCommandInput,
24
24
  GetDataSetImportTaskCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDataSetImportTaskCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDataSetImportTaskCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDataSetImportTaskCommandInput,
33
33
  GetDataSetImportTaskCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDataSetImportTaskCommand extends GetDataSetImportTaskCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetDeploymentCommandOutput
18
18
  declare const GetDeploymentCommand_base: {
19
19
  new (
20
20
  input: GetDeploymentCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetDeploymentCommandInput,
23
23
  GetDeploymentCommandOutput,
24
24
  M2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetDeploymentCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetDeploymentCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetDeploymentCommandInput,
32
32
  GetDeploymentCommandOutput,
33
33
  M2ClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetEnvironmentCommandOutput
18
18
  declare const GetEnvironmentCommand_base: {
19
19
  new (
20
20
  input: GetEnvironmentCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetEnvironmentCommandInput,
23
23
  GetEnvironmentCommandOutput,
24
24
  M2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetEnvironmentCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetEnvironmentCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetEnvironmentCommandInput,
32
32
  GetEnvironmentCommandOutput,
33
33
  M2ClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetSignedBluinsightsUrlCommandOutput
15
15
  declare const GetSignedBluinsightsUrlCommand_base: {
16
16
  new (
17
17
  input: GetSignedBluinsightsUrlCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetSignedBluinsightsUrlCommandInput,
20
20
  GetSignedBluinsightsUrlCommandOutput,
21
21
  M2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetSignedBluinsightsUrlCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [GetSignedBluinsightsUrlCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetSignedBluinsightsUrlCommandInput,
29
29
  GetSignedBluinsightsUrlCommandOutput,
30
30
  M2ClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetSignedBluinsightsUrlCommand extends GetSignedBluinsightsUrlCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListApplicationVersionsCommandOutput
19
19
  declare const ListApplicationVersionsCommand_base: {
20
20
  new (
21
21
  input: ListApplicationVersionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListApplicationVersionsCommandInput,
24
24
  ListApplicationVersionsCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListApplicationVersionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListApplicationVersionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListApplicationVersionsCommandInput,
33
33
  ListApplicationVersionsCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListApplicationsCommandOutput
18
18
  declare const ListApplicationsCommand_base: {
19
19
  new (
20
20
  input: ListApplicationsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListApplicationsCommandInput,
23
23
  ListApplicationsCommandOutput,
24
24
  M2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListApplicationsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListApplicationsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListApplicationsCommandInput,
32
32
  ListApplicationsCommandOutput,
33
33
  M2ClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBatchJobDefinitionsCommandOutput
19
19
  declare const ListBatchJobDefinitionsCommand_base: {
20
20
  new (
21
21
  input: ListBatchJobDefinitionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBatchJobDefinitionsCommandInput,
24
24
  ListBatchJobDefinitionsCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBatchJobDefinitionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBatchJobDefinitionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBatchJobDefinitionsCommandInput,
33
33
  ListBatchJobDefinitionsCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBatchJobDefinitionsCommand extends ListBatchJobDefinitionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBatchJobExecutionsCommandOutput
19
19
  declare const ListBatchJobExecutionsCommand_base: {
20
20
  new (
21
21
  input: ListBatchJobExecutionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBatchJobExecutionsCommandInput,
24
24
  ListBatchJobExecutionsCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBatchJobExecutionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBatchJobExecutionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBatchJobExecutionsCommandInput,
33
33
  ListBatchJobExecutionsCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBatchJobExecutionsCommand extends ListBatchJobExecutionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBatchJobRestartPointsCommandOutput
19
19
  declare const ListBatchJobRestartPointsCommand_base: {
20
20
  new (
21
21
  input: ListBatchJobRestartPointsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBatchJobRestartPointsCommandInput,
24
24
  ListBatchJobRestartPointsCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBatchJobRestartPointsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBatchJobRestartPointsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBatchJobRestartPointsCommandInput,
33
33
  ListBatchJobRestartPointsCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBatchJobRestartPointsCommand extends ListBatchJobRestartPointsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  M2ClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListDataSetExportHistoryCommandOutput
19
19
  declare const ListDataSetExportHistoryCommand_base: {
20
20
  new (
21
21
  input: ListDataSetExportHistoryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListDataSetExportHistoryCommandInput,
24
24
  ListDataSetExportHistoryCommandOutput,
25
25
  M2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListDataSetExportHistoryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListDataSetExportHistoryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListDataSetExportHistoryCommandInput,
33
33
  ListDataSetExportHistoryCommandOutput,
34
34
  M2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListDataSetExportHistoryCommand extends ListDataSetExportHistoryCommand_base {
41
43
  protected static __types: {