@aws-sdk/client-m2 3.296.0 → 3.298.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 (114) hide show
  1. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -3
  2. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  5. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -3
  9. package/dist-cjs/commands/GetApplicationCommand.js +2 -3
  10. package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -3
  11. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -3
  12. package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -3
  13. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -3
  14. package/dist-cjs/commands/GetDeploymentCommand.js +2 -3
  15. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -3
  16. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -3
  17. package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  18. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -3
  19. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -3
  20. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -3
  21. package/dist-cjs/commands/ListDataSetsCommand.js +2 -3
  22. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
  23. package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -3
  24. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  26. package/dist-cjs/commands/StartApplicationCommand.js +2 -3
  27. package/dist-cjs/commands/StartBatchJobCommand.js +2 -3
  28. package/dist-cjs/commands/StopApplicationCommand.js +2 -3
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -3
  33. package/dist-cjs/models/models_0.js +1 -471
  34. package/dist-es/commands/CancelBatchJobExecutionCommand.js +2 -3
  35. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  36. package/dist-es/commands/CreateDataSetImportTaskCommand.js +2 -3
  37. package/dist-es/commands/CreateDeploymentCommand.js +2 -3
  38. package/dist-es/commands/CreateEnvironmentCommand.js +2 -3
  39. package/dist-es/commands/DeleteApplicationCommand.js +2 -3
  40. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
  41. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -3
  42. package/dist-es/commands/GetApplicationCommand.js +2 -3
  43. package/dist-es/commands/GetApplicationVersionCommand.js +2 -3
  44. package/dist-es/commands/GetBatchJobExecutionCommand.js +2 -3
  45. package/dist-es/commands/GetDataSetDetailsCommand.js +2 -3
  46. package/dist-es/commands/GetDataSetImportTaskCommand.js +2 -3
  47. package/dist-es/commands/GetDeploymentCommand.js +2 -3
  48. package/dist-es/commands/GetEnvironmentCommand.js +2 -3
  49. package/dist-es/commands/ListApplicationVersionsCommand.js +2 -3
  50. package/dist-es/commands/ListApplicationsCommand.js +2 -3
  51. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +2 -3
  52. package/dist-es/commands/ListBatchJobExecutionsCommand.js +2 -3
  53. package/dist-es/commands/ListDataSetImportHistoryCommand.js +2 -3
  54. package/dist-es/commands/ListDataSetsCommand.js +2 -3
  55. package/dist-es/commands/ListDeploymentsCommand.js +2 -3
  56. package/dist-es/commands/ListEngineVersionsCommand.js +2 -3
  57. package/dist-es/commands/ListEnvironmentsCommand.js +2 -3
  58. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  59. package/dist-es/commands/StartApplicationCommand.js +2 -3
  60. package/dist-es/commands/StartBatchJobCommand.js +2 -3
  61. package/dist-es/commands/StopApplicationCommand.js +2 -3
  62. package/dist-es/commands/TagResourceCommand.js +2 -3
  63. package/dist-es/commands/UntagResourceCommand.js +2 -3
  64. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  65. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -3
  66. package/dist-es/models/models_0.js +0 -366
  67. package/dist-types/M2.d.ts +33 -0
  68. package/dist-types/M2Client.d.ts +24 -4
  69. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  71. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
  77. package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
  78. package/dist-types/commands/GetApplicationVersionCommand.d.ts +16 -0
  79. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +16 -0
  80. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +16 -0
  81. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +16 -0
  82. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  83. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  84. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +16 -0
  87. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +16 -0
  88. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +16 -0
  89. package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  91. package/dist-types/commands/ListEngineVersionsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  94. package/dist-types/commands/StartApplicationCommand.d.ts +16 -0
  95. package/dist-types/commands/StartBatchJobCommand.d.ts +16 -0
  96. package/dist-types/commands/StopApplicationCommand.d.ts +16 -0
  97. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  98. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  101. package/dist-types/models/M2ServiceException.d.ts +2 -0
  102. package/dist-types/models/models_0.d.ts +291 -408
  103. package/dist-types/pagination/Interfaces.d.ts +3 -0
  104. package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +3 -0
  107. package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +0 -296
  114. package/package.json +4 -3
@@ -40,15 +40,24 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
40
40
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
41
41
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
42
42
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
43
+ /**
44
+ * @public
45
+ */
43
46
  export type ServiceInputTypes = CancelBatchJobExecutionCommandInput | CreateApplicationCommandInput | CreateDataSetImportTaskCommandInput | CreateDeploymentCommandInput | CreateEnvironmentCommandInput | DeleteApplicationCommandInput | DeleteApplicationFromEnvironmentCommandInput | DeleteEnvironmentCommandInput | GetApplicationCommandInput | GetApplicationVersionCommandInput | GetBatchJobExecutionCommandInput | GetDataSetDetailsCommandInput | GetDataSetImportTaskCommandInput | GetDeploymentCommandInput | GetEnvironmentCommandInput | ListApplicationVersionsCommandInput | ListApplicationsCommandInput | ListBatchJobDefinitionsCommandInput | ListBatchJobExecutionsCommandInput | ListDataSetImportHistoryCommandInput | ListDataSetsCommandInput | ListDeploymentsCommandInput | ListEngineVersionsCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | StartApplicationCommandInput | StartBatchJobCommandInput | StopApplicationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateEnvironmentCommandInput;
47
+ /**
48
+ * @public
49
+ */
44
50
  export type ServiceOutputTypes = CancelBatchJobExecutionCommandOutput | CreateApplicationCommandOutput | CreateDataSetImportTaskCommandOutput | CreateDeploymentCommandOutput | CreateEnvironmentCommandOutput | DeleteApplicationCommandOutput | DeleteApplicationFromEnvironmentCommandOutput | DeleteEnvironmentCommandOutput | GetApplicationCommandOutput | GetApplicationVersionCommandOutput | GetBatchJobExecutionCommandOutput | GetDataSetDetailsCommandOutput | GetDataSetImportTaskCommandOutput | GetDeploymentCommandOutput | GetEnvironmentCommandOutput | ListApplicationVersionsCommandOutput | ListApplicationsCommandOutput | ListBatchJobDefinitionsCommandOutput | ListBatchJobExecutionsCommandOutput | ListDataSetImportHistoryCommandOutput | ListDataSetsCommandOutput | ListDeploymentsCommandOutput | ListEngineVersionsCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | StartApplicationCommandOutput | StartBatchJobCommandOutput | StopApplicationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateEnvironmentCommandOutput;
51
+ /**
52
+ * @public
53
+ */
45
54
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
46
55
  /**
47
56
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
48
57
  */
49
58
  requestHandler?: __HttpHandler;
50
59
  /**
51
- * A constructor for a class implementing the {@link __Checksum} interface
60
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
52
61
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
53
62
  * @internal
54
63
  */
@@ -138,23 +147,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
138
147
  */
139
148
  logger?: __Logger;
140
149
  /**
141
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
150
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
142
151
  */
143
152
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
144
153
  }
154
+ /**
155
+ * @public
156
+ */
145
157
  type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
146
158
  /**
147
- * The configuration interface of M2Client class constructor that set the region, credentials and other options.
159
+ * @public
160
+ *
161
+ * The configuration interface of M2Client class constructor that set the region, credentials and other options.
148
162
  */
149
163
  export interface M2ClientConfig extends M2ClientConfigType {
150
164
  }
165
+ /**
166
+ * @public
167
+ */
151
168
  type M2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
152
169
  /**
153
- * The resolved configuration interface of M2Client class. This is resolved and normalized from the {@link M2ClientConfig | constructor configuration interface}.
170
+ * @public
171
+ *
172
+ * The resolved configuration interface of M2Client class. This is resolved and normalized from the {@link M2ClientConfig | constructor configuration interface}.
154
173
  */
155
174
  export interface M2ClientResolvedConfig extends M2ClientResolvedConfigType {
156
175
  }
157
176
  /**
177
+ * @public
158
178
  * <p>Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and
159
179
  * modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for
160
180
  * analyzing existing mainframe applications, developing or updating mainframe applications
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CancelBatchJobExecutionRequest, CancelBatchJobExecutionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelBatchJobExecutionCommand}.
8
10
  */
9
11
  export interface CancelBatchJobExecutionCommandInput extends CancelBatchJobExecutionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelBatchJobExecutionCommand}.
13
17
  */
14
18
  export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExecutionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels the running of a specific batch job execution.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExec
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelBatchJobExecutionCommandInput - {@link CancelBatchJobExecutionCommandInput}
34
+ * @returns {@link CancelBatchJobExecutionCommandOutput}
28
35
  * @see {@link CancelBatchJobExecutionCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelBatchJobExecutionCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -52,11 +59,20 @@ export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExec
52
59
  export declare class CancelBatchJobExecutionCommand extends $Command<CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput, M2ClientResolvedConfig> {
53
60
  readonly input: CancelBatchJobExecutionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CancelBatchJobExecutionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateApplicationCommand}.
8
10
  */
9
11
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateApplicationCommand}.
13
17
  */
14
18
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new application with given parameters. Requires an existing runtime environment and
18
23
  * application definition file.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
35
+ * @returns {@link CreateApplicationCommandOutput}
29
36
  * @see {@link CreateApplicationCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
31
38
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
53
60
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, M2ClientResolvedConfig> {
54
61
  readonly input: CreateApplicationCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: CreateApplicationCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateDataSetImportTaskRequest, CreateDataSetImportTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDataSetImportTaskCommand}.
8
10
  */
9
11
  export interface CreateDataSetImportTaskCommandInput extends CreateDataSetImportTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDataSetImportTaskCommand}.
13
17
  */
14
18
  export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImportTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a data set import task for a specific application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDataSetImportTaskCommandInput - {@link CreateDataSetImportTaskCommandInput}
34
+ * @returns {@link CreateDataSetImportTaskCommandOutput}
28
35
  * @see {@link CreateDataSetImportTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDataSetImportTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
55
62
  export declare class CreateDataSetImportTaskCommand extends $Command<CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput, M2ClientResolvedConfig> {
56
63
  readonly input: CreateDataSetImportTaskCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateDataSetImportTaskCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDeploymentCommand}.
8
10
  */
9
11
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDeploymentCommand}.
13
17
  */
14
18
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates and starts a deployment to deploy an application into a runtime environment.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDeploymentCommandInput - {@link CreateDeploymentCommandInput}
34
+ * @returns {@link CreateDeploymentCommandOutput}
28
35
  * @see {@link CreateDeploymentCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
55
62
  export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, M2ClientResolvedConfig> {
56
63
  readonly input: CreateDeploymentCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateDeploymentCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEnvironmentCommand}.
8
10
  */
9
11
  export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEnvironmentCommand}.
13
17
  */
14
18
  export interface CreateEnvironmentCommandOutput extends CreateEnvironmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a runtime environment for a given runtime engine.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateEnvironmentCommandInput - {@link CreateEnvironmentCommandInput}
34
+ * @returns {@link CreateEnvironmentCommandOutput}
28
35
  * @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
52
59
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, M2ClientResolvedConfig> {
53
60
  readonly input: CreateEnvironmentCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateEnvironmentCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteApplicationCommand}.
8
10
  */
9
11
  export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteApplicationCommand}.
13
17
  */
14
18
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specific application. You cannot delete a running application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteApplicationCommandInput - {@link DeleteApplicationCommandInput}
34
+ * @returns {@link DeleteApplicationCommandOutput}
28
35
  * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
49
56
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, M2ClientResolvedConfig> {
50
57
  readonly input: DeleteApplicationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteApplicationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { DeleteApplicationFromEnvironmentRequest, DeleteApplicationFromEnvironmentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteApplicationFromEnvironmentCommand}.
8
10
  */
9
11
  export interface DeleteApplicationFromEnvironmentCommandInput extends DeleteApplicationFromEnvironmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteApplicationFromEnvironmentCommand}.
13
17
  */
14
18
  export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApplicationFromEnvironmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specific application from the specific runtime environment where it was previously
18
23
  * deployed. You cannot delete a runtime environment using DeleteEnvironment if any application has
19
24
  * ever been deployed to it. This API removes the association of the application with the
@@ -28,6 +33,8 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteApplicationFromEnvironmentCommandInput - {@link DeleteApplicationFromEnvironmentCommandInput}
37
+ * @returns {@link DeleteApplicationFromEnvironmentCommandOutput}
31
38
  * @see {@link DeleteApplicationFromEnvironmentCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteApplicationFromEnvironmentCommandOutput} for command's `response` shape.
33
40
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
55
62
  export declare class DeleteApplicationFromEnvironmentCommand extends $Command<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput, M2ClientResolvedConfig> {
56
63
  readonly input: DeleteApplicationFromEnvironmentCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteApplicationFromEnvironmentCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEnvironmentCommand}.
8
10
  */
9
11
  export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEnvironmentCommand}.
13
17
  */
14
18
  export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specific runtime environment. The environment cannot contain deployed applications. If
18
23
  * it does, you must delete those applications before you delete the environment.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteEnvironmentCommandInput - {@link DeleteEnvironmentCommandInput}
35
+ * @returns {@link DeleteEnvironmentCommandOutput}
29
36
  * @see {@link DeleteEnvironmentCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
31
38
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
50
57
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, M2ClientResolvedConfig> {
51
58
  readonly input: DeleteEnvironmentCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DeleteEnvironmentCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetApplicationCommand}.
8
10
  */
9
11
  export interface GetApplicationCommandInput extends GetApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetApplicationCommand}.
13
17
  */
14
18
  export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the details of a specific application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetApplicationCommandInput - {@link GetApplicationCommandInput}
34
+ * @returns {@link GetApplicationCommandOutput}
28
35
  * @see {@link GetApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
49
56
  export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, M2ClientResolvedConfig> {
50
57
  readonly input: GetApplicationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetApplicationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetApplicationVersionRequest, GetApplicationVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetApplicationVersionCommand}.
8
10
  */
9
11
  export interface GetApplicationVersionCommandInput extends GetApplicationVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetApplicationVersionCommand}.
13
17
  */
14
18
  export interface GetApplicationVersionCommandOutput extends GetApplicationVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details about a specific version of a specific application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetApplicationVersionCommandOutput extends GetApplicationVersio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetApplicationVersionCommandInput - {@link GetApplicationVersionCommandInput}
34
+ * @returns {@link GetApplicationVersionCommandOutput}
28
35
  * @see {@link GetApplicationVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetApplicationVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface GetApplicationVersionCommandOutput extends GetApplicationVersio
49
56
  export declare class GetApplicationVersionCommand extends $Command<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput, M2ClientResolvedConfig> {
50
57
  readonly input: GetApplicationVersionCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetApplicationVersionCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
5
5
  import { GetBatchJobExecutionRequest, GetBatchJobExecutionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBatchJobExecutionCommand}.
8
10
  */
9
11
  export interface GetBatchJobExecutionCommandInput extends GetBatchJobExecutionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBatchJobExecutionCommand}.
13
17
  */
14
18
  export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the details of a specific batch job execution for a specific application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBatchJobExecutionCommandInput - {@link GetBatchJobExecutionCommandInput}
34
+ * @returns {@link GetBatchJobExecutionCommandOutput}
28
35
  * @see {@link GetBatchJobExecutionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBatchJobExecutionCommandOutput} for command's `response` shape.
30
37
  * @see {@link M2ClientResolvedConfig | config} for M2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionR
49
56
  export declare class GetBatchJobExecutionCommand extends $Command<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput, M2ClientResolvedConfig> {
50
57
  readonly input: GetBatchJobExecutionCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetBatchJobExecutionCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: M2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }