@aws-sdk/client-m2 3.335.0 → 3.338.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 (141) hide show
  1. package/dist-cjs/M2Client.js +2 -1
  2. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -1
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
  4. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -1
  5. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -1
  10. package/dist-cjs/commands/GetApplicationCommand.js +2 -1
  11. package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -1
  12. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -1
  13. package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -1
  14. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -1
  15. package/dist-cjs/commands/GetDeploymentCommand.js +2 -1
  16. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -1
  17. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -1
  18. package/dist-cjs/commands/ListApplicationsCommand.js +2 -1
  19. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -1
  20. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -1
  21. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -1
  22. package/dist-cjs/commands/ListDataSetsCommand.js +2 -1
  23. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -1
  24. package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -1
  25. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -1
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  27. package/dist-cjs/commands/StartApplicationCommand.js +2 -1
  28. package/dist-cjs/commands/StartBatchJobCommand.js +2 -1
  29. package/dist-cjs/commands/StopApplicationCommand.js +2 -1
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
  33. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -1
  34. package/dist-cjs/index.js +2 -2
  35. package/dist-cjs/models/M2ServiceException.js +2 -1
  36. package/dist-es/M2Client.js +1 -0
  37. package/dist-es/commands/CancelBatchJobExecutionCommand.js +1 -0
  38. package/dist-es/commands/CreateApplicationCommand.js +1 -0
  39. package/dist-es/commands/CreateDataSetImportTaskCommand.js +1 -0
  40. package/dist-es/commands/CreateDeploymentCommand.js +1 -0
  41. package/dist-es/commands/CreateEnvironmentCommand.js +1 -0
  42. package/dist-es/commands/DeleteApplicationCommand.js +1 -0
  43. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +1 -0
  44. package/dist-es/commands/DeleteEnvironmentCommand.js +1 -0
  45. package/dist-es/commands/GetApplicationCommand.js +1 -0
  46. package/dist-es/commands/GetApplicationVersionCommand.js +1 -0
  47. package/dist-es/commands/GetBatchJobExecutionCommand.js +1 -0
  48. package/dist-es/commands/GetDataSetDetailsCommand.js +1 -0
  49. package/dist-es/commands/GetDataSetImportTaskCommand.js +1 -0
  50. package/dist-es/commands/GetDeploymentCommand.js +1 -0
  51. package/dist-es/commands/GetEnvironmentCommand.js +1 -0
  52. package/dist-es/commands/ListApplicationVersionsCommand.js +1 -0
  53. package/dist-es/commands/ListApplicationsCommand.js +1 -0
  54. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +1 -0
  55. package/dist-es/commands/ListBatchJobExecutionsCommand.js +1 -0
  56. package/dist-es/commands/ListDataSetImportHistoryCommand.js +1 -0
  57. package/dist-es/commands/ListDataSetsCommand.js +1 -0
  58. package/dist-es/commands/ListDeploymentsCommand.js +1 -0
  59. package/dist-es/commands/ListEngineVersionsCommand.js +1 -0
  60. package/dist-es/commands/ListEnvironmentsCommand.js +1 -0
  61. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  62. package/dist-es/commands/StartApplicationCommand.js +1 -0
  63. package/dist-es/commands/StartBatchJobCommand.js +1 -0
  64. package/dist-es/commands/StopApplicationCommand.js +1 -0
  65. package/dist-es/commands/TagResourceCommand.js +1 -0
  66. package/dist-es/commands/UntagResourceCommand.js +1 -0
  67. package/dist-es/commands/UpdateApplicationCommand.js +1 -0
  68. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -0
  69. package/dist-es/index.js +2 -2
  70. package/dist-es/models/M2ServiceException.js +1 -0
  71. package/dist-types/M2Client.d.ts +3 -3
  72. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +4 -0
  73. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
  74. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +4 -0
  75. package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
  76. package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -0
  77. package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
  78. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +4 -0
  80. package/dist-types/commands/GetApplicationCommand.d.ts +4 -0
  81. package/dist-types/commands/GetApplicationVersionCommand.d.ts +4 -0
  82. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +4 -0
  83. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +4 -0
  84. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +4 -0
  85. package/dist-types/commands/GetDeploymentCommand.d.ts +4 -0
  86. package/dist-types/commands/GetEnvironmentCommand.d.ts +4 -0
  87. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +4 -0
  88. package/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
  89. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +4 -0
  90. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +4 -0
  91. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +4 -0
  92. package/dist-types/commands/ListDataSetsCommand.d.ts +4 -0
  93. package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -0
  94. package/dist-types/commands/ListEngineVersionsCommand.d.ts +4 -0
  95. package/dist-types/commands/ListEnvironmentsCommand.d.ts +4 -0
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/StartApplicationCommand.d.ts +4 -0
  98. package/dist-types/commands/StartBatchJobCommand.d.ts +4 -0
  99. package/dist-types/commands/StopApplicationCommand.d.ts +4 -0
  100. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  102. package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +4 -0
  104. package/dist-types/index.d.ts +11 -2
  105. package/dist-types/models/M2ServiceException.d.ts +1 -0
  106. package/dist-types/ts3.4/M2Client.d.ts +5 -3
  107. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/index.d.ts +2 -2
  140. package/dist-types/ts3.4/models/M2ServiceException.d.ts +1 -0
  141. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetEnvironmentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListApplicationVersionsCommand, se_ListApplicationVersionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListApplicationVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListApplicationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListBatchJobDefinitionsCommand, se_ListBatchJobDefinitionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListBatchJobDefinitionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListBatchJobExecutionsCommand, se_ListBatchJobExecutionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListBatchJobExecutionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDataSetImportHistoryCommand, se_ListDataSetImportHistoryCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListDataSetImportHistoryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListDataSetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListDeploymentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListEngineVersionsCommand, se_ListEngineVersionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListEngineVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListEnvironmentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartApplicationCommand, se_StartApplicationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartApplicationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartBatchJobCommand, se_StartBatchJobCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartBatchJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopApplicationCommand, se_StopApplicationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StopApplicationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateApplicationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateEnvironmentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./M2";
2
1
  export * from "./M2Client";
2
+ export * from "./M2";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { M2ServiceException } from "./models/M2ServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class M2ServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -41,6 +41,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
41
41
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
42
42
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
43
43
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
44
+ export { __Client };
44
45
  /**
45
46
  * @public
46
47
  */
@@ -155,7 +156,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
155
156
  /**
156
157
  * @public
157
158
  */
158
- type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
159
+ export type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
159
160
  /**
160
161
  * @public
161
162
  *
@@ -166,7 +167,7 @@ export interface M2ClientConfig extends M2ClientConfigType {
166
167
  /**
167
168
  * @public
168
169
  */
169
- type M2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
+ export type M2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
171
  /**
171
172
  * @public
172
173
  *
@@ -195,4 +196,3 @@ export declare class M2Client extends __Client<__HttpHandlerOptions, ServiceInpu
195
196
  */
196
197
  destroy(): void;
197
198
  }
198
- export {};
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,15 @@
1
- export * from "./M2";
1
+ /**
2
+ * <p>Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and
3
+ * modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for
4
+ * analyzing existing mainframe applications, developing or updating mainframe applications
5
+ * using COBOL or PL/I, and implementing an automated pipeline for continuous integration and
6
+ * continuous delivery (CI/CD) of the applications.</p>
7
+ *
8
+ * @packageDocumentation
9
+ */
2
10
  export * from "./M2Client";
11
+ export * from "./M2";
3
12
  export * from "./commands";
4
- export * from "./models";
5
13
  export * from "./pagination";
14
+ export * from "./models";
6
15
  export { M2ServiceException } from "./models/M2ServiceException";