@aws-sdk/client-m2 3.107.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 (228) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +209 -0
  4. package/dist-cjs/M2.js +487 -0
  5. package/dist-cjs/M2Client.js +37 -0
  6. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +36 -0
  7. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  8. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +36 -0
  9. package/dist-cjs/commands/CreateDeploymentCommand.js +36 -0
  10. package/dist-cjs/commands/CreateEnvironmentCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteEnvironmentCommand.js +36 -0
  14. package/dist-cjs/commands/GetApplicationCommand.js +36 -0
  15. package/dist-cjs/commands/GetApplicationVersionCommand.js +36 -0
  16. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +36 -0
  17. package/dist-cjs/commands/GetDataSetDetailsCommand.js +36 -0
  18. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +36 -0
  19. package/dist-cjs/commands/GetDeploymentCommand.js +36 -0
  20. package/dist-cjs/commands/GetEnvironmentCommand.js +36 -0
  21. package/dist-cjs/commands/ListApplicationVersionsCommand.js +36 -0
  22. package/dist-cjs/commands/ListApplicationsCommand.js +36 -0
  23. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +36 -0
  24. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +36 -0
  25. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +36 -0
  26. package/dist-cjs/commands/ListDataSetsCommand.js +36 -0
  27. package/dist-cjs/commands/ListDeploymentsCommand.js +36 -0
  28. package/dist-cjs/commands/ListEngineVersionsCommand.js +36 -0
  29. package/dist-cjs/commands/ListEnvironmentsCommand.js +36 -0
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  31. package/dist-cjs/commands/StartApplicationCommand.js +36 -0
  32. package/dist-cjs/commands/StartBatchJobCommand.js +36 -0
  33. package/dist-cjs/commands/StopApplicationCommand.js +36 -0
  34. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  35. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  36. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  37. package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
  38. package/dist-cjs/commands/index.js +35 -0
  39. package/dist-cjs/endpoints.js +131 -0
  40. package/dist-cjs/index.js +11 -0
  41. package/dist-cjs/models/M2ServiceException.js +11 -0
  42. package/dist-cjs/models/index.js +4 -0
  43. package/dist-cjs/models/models_0.js +911 -0
  44. package/dist-cjs/pagination/Interfaces.js +2 -0
  45. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListApplicationsPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListBatchJobDefinitionsPaginator.js +36 -0
  48. package/dist-cjs/pagination/ListBatchJobExecutionsPaginator.js +36 -0
  49. package/dist-cjs/pagination/ListDataSetImportHistoryPaginator.js +36 -0
  50. package/dist-cjs/pagination/ListDataSetsPaginator.js +36 -0
  51. package/dist-cjs/pagination/ListDeploymentsPaginator.js +36 -0
  52. package/dist-cjs/pagination/ListEngineVersionsPaginator.js +36 -0
  53. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +36 -0
  54. package/dist-cjs/pagination/index.js +13 -0
  55. package/dist-cjs/protocols/Aws_restJson1.js +3744 -0
  56. package/dist-cjs/runtimeConfig.browser.js +45 -0
  57. package/dist-cjs/runtimeConfig.js +52 -0
  58. package/dist-cjs/runtimeConfig.native.js +16 -0
  59. package/dist-cjs/runtimeConfig.shared.js +17 -0
  60. package/dist-es/M2.js +490 -0
  61. package/dist-es/M2Client.js +39 -0
  62. package/dist-es/commands/CancelBatchJobExecutionCommand.js +39 -0
  63. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  64. package/dist-es/commands/CreateDataSetImportTaskCommand.js +39 -0
  65. package/dist-es/commands/CreateDeploymentCommand.js +39 -0
  66. package/dist-es/commands/CreateEnvironmentCommand.js +39 -0
  67. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  68. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +39 -0
  69. package/dist-es/commands/DeleteEnvironmentCommand.js +39 -0
  70. package/dist-es/commands/GetApplicationCommand.js +39 -0
  71. package/dist-es/commands/GetApplicationVersionCommand.js +39 -0
  72. package/dist-es/commands/GetBatchJobExecutionCommand.js +39 -0
  73. package/dist-es/commands/GetDataSetDetailsCommand.js +39 -0
  74. package/dist-es/commands/GetDataSetImportTaskCommand.js +39 -0
  75. package/dist-es/commands/GetDeploymentCommand.js +39 -0
  76. package/dist-es/commands/GetEnvironmentCommand.js +39 -0
  77. package/dist-es/commands/ListApplicationVersionsCommand.js +39 -0
  78. package/dist-es/commands/ListApplicationsCommand.js +39 -0
  79. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +39 -0
  80. package/dist-es/commands/ListBatchJobExecutionsCommand.js +39 -0
  81. package/dist-es/commands/ListDataSetImportHistoryCommand.js +39 -0
  82. package/dist-es/commands/ListDataSetsCommand.js +39 -0
  83. package/dist-es/commands/ListDeploymentsCommand.js +39 -0
  84. package/dist-es/commands/ListEngineVersionsCommand.js +39 -0
  85. package/dist-es/commands/ListEnvironmentsCommand.js +39 -0
  86. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  87. package/dist-es/commands/StartApplicationCommand.js +39 -0
  88. package/dist-es/commands/StartBatchJobCommand.js +39 -0
  89. package/dist-es/commands/StopApplicationCommand.js +39 -0
  90. package/dist-es/commands/TagResourceCommand.js +39 -0
  91. package/dist-es/commands/UntagResourceCommand.js +39 -0
  92. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  93. package/dist-es/commands/UpdateEnvironmentCommand.js +39 -0
  94. package/dist-es/commands/index.js +32 -0
  95. package/dist-es/endpoints.js +127 -0
  96. package/dist-es/index.js +6 -0
  97. package/dist-es/models/M2ServiceException.js +12 -0
  98. package/dist-es/models/index.js +1 -0
  99. package/dist-es/models/models_0.js +709 -0
  100. package/dist-es/pagination/Interfaces.js +1 -0
  101. package/dist-es/pagination/ListApplicationVersionsPaginator.js +75 -0
  102. package/dist-es/pagination/ListApplicationsPaginator.js +75 -0
  103. package/dist-es/pagination/ListBatchJobDefinitionsPaginator.js +75 -0
  104. package/dist-es/pagination/ListBatchJobExecutionsPaginator.js +75 -0
  105. package/dist-es/pagination/ListDataSetImportHistoryPaginator.js +75 -0
  106. package/dist-es/pagination/ListDataSetsPaginator.js +75 -0
  107. package/dist-es/pagination/ListDeploymentsPaginator.js +75 -0
  108. package/dist-es/pagination/ListEngineVersionsPaginator.js +75 -0
  109. package/dist-es/pagination/ListEnvironmentsPaginator.js +75 -0
  110. package/dist-es/pagination/index.js +10 -0
  111. package/dist-es/protocols/Aws_restJson1.js +4508 -0
  112. package/dist-es/runtimeConfig.browser.js +26 -0
  113. package/dist-es/runtimeConfig.js +30 -0
  114. package/dist-es/runtimeConfig.native.js +8 -0
  115. package/dist-es/runtimeConfig.shared.js +13 -0
  116. package/dist-types/M2.d.ts +250 -0
  117. package/dist-types/M2Client.d.ts +180 -0
  118. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +35 -0
  119. package/dist-types/commands/CreateApplicationCommand.d.ts +36 -0
  120. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +35 -0
  121. package/dist-types/commands/CreateDeploymentCommand.d.ts +35 -0
  122. package/dist-types/commands/CreateEnvironmentCommand.d.ts +35 -0
  123. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  124. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +38 -0
  125. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +36 -0
  126. package/dist-types/commands/GetApplicationCommand.d.ts +35 -0
  127. package/dist-types/commands/GetApplicationVersionCommand.d.ts +35 -0
  128. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +35 -0
  129. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +35 -0
  130. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +35 -0
  131. package/dist-types/commands/GetDeploymentCommand.d.ts +35 -0
  132. package/dist-types/commands/GetEnvironmentCommand.d.ts +35 -0
  133. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +35 -0
  134. package/dist-types/commands/ListApplicationsCommand.d.ts +37 -0
  135. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +37 -0
  136. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +36 -0
  137. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +35 -0
  138. package/dist-types/commands/ListDataSetsCommand.d.ts +37 -0
  139. package/dist-types/commands/ListDeploymentsCommand.d.ts +37 -0
  140. package/dist-types/commands/ListEngineVersionsCommand.d.ts +35 -0
  141. package/dist-types/commands/ListEnvironmentsCommand.d.ts +35 -0
  142. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  143. package/dist-types/commands/StartApplicationCommand.d.ts +35 -0
  144. package/dist-types/commands/StartBatchJobCommand.d.ts +36 -0
  145. package/dist-types/commands/StopApplicationCommand.d.ts +35 -0
  146. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  147. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  148. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  149. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +35 -0
  150. package/dist-types/commands/index.d.ts +32 -0
  151. package/dist-types/endpoints.d.ts +2 -0
  152. package/dist-types/index.d.ts +6 -0
  153. package/dist-types/models/M2ServiceException.d.ts +10 -0
  154. package/dist-types/models/index.d.ts +1 -0
  155. package/dist-types/models/models_0.d.ts +2682 -0
  156. package/dist-types/pagination/Interfaces.d.ts +6 -0
  157. package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListApplicationsPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +4 -0
  160. package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +4 -0
  161. package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +4 -0
  162. package/dist-types/pagination/ListDataSetsPaginator.d.ts +4 -0
  163. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +4 -0
  164. package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +4 -0
  165. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +4 -0
  166. package/dist-types/pagination/index.d.ts +10 -0
  167. package/dist-types/protocols/Aws_restJson1.d.ts +98 -0
  168. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  169. package/dist-types/runtimeConfig.d.ts +40 -0
  170. package/dist-types/runtimeConfig.native.d.ts +39 -0
  171. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  172. package/dist-types/ts3.4/M2.d.ts +165 -0
  173. package/dist-types/ts3.4/M2Client.d.ts +105 -0
  174. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/index.d.ts +32 -0
  207. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  208. package/dist-types/ts3.4/index.d.ts +6 -0
  209. package/dist-types/ts3.4/models/M2ServiceException.d.ts +6 -0
  210. package/dist-types/ts3.4/models/index.d.ts +1 -0
  211. package/dist-types/ts3.4/models/models_0.d.ts +1609 -0
  212. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  213. package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +4 -0
  215. package/dist-types/ts3.4/pagination/ListBatchJobDefinitionsPaginator.d.ts +4 -0
  216. package/dist-types/ts3.4/pagination/ListBatchJobExecutionsPaginator.d.ts +4 -0
  217. package/dist-types/ts3.4/pagination/ListDataSetImportHistoryPaginator.d.ts +4 -0
  218. package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +4 -0
  219. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +4 -0
  220. package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +4 -0
  221. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +4 -0
  222. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  223. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +98 -0
  224. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  225. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  226. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  227. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  228. package/package.json +96 -0
@@ -0,0 +1,2682 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { M2ServiceException as __BaseException } from "./M2ServiceException";
3
+ /**
4
+ * <p>The account or role doesn't have the right permissions to make the request.</p>
5
+ */
6
+ export declare class AccessDeniedException extends __BaseException {
7
+ readonly name: "AccessDeniedException";
8
+ readonly $fault: "client";
9
+ /**
10
+ * @internal
11
+ */
12
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
13
+ }
14
+ /**
15
+ * <p>Defines an alternate key. This value is optional. A legacy data set might not have any
16
+ * alternate key defined but if those alternate keys definitions exist, provide them, as some
17
+ * applications will make use of them.</p>
18
+ */
19
+ export interface AlternateKey {
20
+ /**
21
+ * <p>The name of the alternate key.</p>
22
+ */
23
+ name?: string;
24
+ /**
25
+ * <p>A positive integer value representing the offset to mark the start of the alternate key
26
+ * part in the record byte array.</p>
27
+ */
28
+ offset: number | undefined;
29
+ /**
30
+ * <p>A strictly positive integer value representing the length of the alternate key.</p>
31
+ */
32
+ length: number | undefined;
33
+ /**
34
+ * <p>Indicates whether the alternate key values are supposed to be unique for the given data
35
+ * set.</p>
36
+ */
37
+ allowDuplicates?: boolean;
38
+ }
39
+ export declare namespace AlternateKey {
40
+ /**
41
+ * @internal
42
+ */
43
+ const filterSensitiveLog: (obj: AlternateKey) => any;
44
+ }
45
+ export interface CancelBatchJobExecutionRequest {
46
+ /**
47
+ * <p>The unique identifier of the application.</p>
48
+ */
49
+ applicationId: string | undefined;
50
+ /**
51
+ * <p>The unique identifier of the batch job execution.</p>
52
+ */
53
+ executionId: string | undefined;
54
+ }
55
+ export declare namespace CancelBatchJobExecutionRequest {
56
+ /**
57
+ * @internal
58
+ */
59
+ const filterSensitiveLog: (obj: CancelBatchJobExecutionRequest) => any;
60
+ }
61
+ export interface CancelBatchJobExecutionResponse {
62
+ }
63
+ export declare namespace CancelBatchJobExecutionResponse {
64
+ /**
65
+ * @internal
66
+ */
67
+ const filterSensitiveLog: (obj: CancelBatchJobExecutionResponse) => any;
68
+ }
69
+ /**
70
+ * <p>The parameters provided in the request conflict with existing resources.</p>
71
+ */
72
+ export declare class ConflictException extends __BaseException {
73
+ readonly name: "ConflictException";
74
+ readonly $fault: "client";
75
+ /**
76
+ * <p>The ID of the conflicting resource.</p>
77
+ */
78
+ resourceId?: string;
79
+ /**
80
+ * <p>The type of the conflicting resource.</p>
81
+ */
82
+ resourceType?: string;
83
+ /**
84
+ * @internal
85
+ */
86
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
87
+ }
88
+ /**
89
+ * <p>An unexpected error occurred during the processing of the request.</p>
90
+ */
91
+ export declare class InternalServerException extends __BaseException {
92
+ readonly name: "InternalServerException";
93
+ readonly $fault: "server";
94
+ $retryable: {};
95
+ /**
96
+ * <p>The number of seconds to wait before retrying the request.</p>
97
+ */
98
+ retryAfterSeconds?: number;
99
+ /**
100
+ * @internal
101
+ */
102
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
103
+ }
104
+ /**
105
+ * <p>The specified resource was not found.</p>
106
+ */
107
+ export declare class ResourceNotFoundException extends __BaseException {
108
+ readonly name: "ResourceNotFoundException";
109
+ readonly $fault: "client";
110
+ /**
111
+ * <p>The ID of the missing resource.</p>
112
+ */
113
+ resourceId?: string;
114
+ /**
115
+ * <p>The type of the missing resource.</p>
116
+ */
117
+ resourceType?: string;
118
+ /**
119
+ * @internal
120
+ */
121
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
122
+ }
123
+ /**
124
+ * <p>The number of requests made exceeds the limit.</p>
125
+ */
126
+ export declare class ThrottlingException extends __BaseException {
127
+ readonly name: "ThrottlingException";
128
+ readonly $fault: "client";
129
+ $retryable: {
130
+ throttling: boolean;
131
+ };
132
+ /**
133
+ * <p>The identifier of the service that the throttled request was made to.</p>
134
+ */
135
+ serviceCode?: string;
136
+ /**
137
+ * <p>The identifier of the throttled reuqest.</p>
138
+ */
139
+ quotaCode?: string;
140
+ /**
141
+ * <p>The number of seconds to wait before retrying the request.</p>
142
+ */
143
+ retryAfterSeconds?: number;
144
+ /**
145
+ * @internal
146
+ */
147
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
148
+ }
149
+ /**
150
+ * <p>Contains information about a validation exception field.</p>
151
+ */
152
+ export interface ValidationExceptionField {
153
+ /**
154
+ * <p>The name of the exception field.</p>
155
+ */
156
+ name: string | undefined;
157
+ /**
158
+ * <p>The message of the exception field.</p>
159
+ */
160
+ message: string | undefined;
161
+ }
162
+ export declare namespace ValidationExceptionField {
163
+ /**
164
+ * @internal
165
+ */
166
+ const filterSensitiveLog: (obj: ValidationExceptionField) => any;
167
+ }
168
+ export declare enum ValidationExceptionReason {
169
+ CANNOT_PARSE = "cannotParse",
170
+ FIELD_VALIDATION_FAILED = "fieldValidationFailed",
171
+ OTHER = "other",
172
+ UNKNOWN_OPERATION = "unknownOperation"
173
+ }
174
+ /**
175
+ * <p>One or more parameters provided in the request is not valid.</p>
176
+ */
177
+ export declare class ValidationException extends __BaseException {
178
+ readonly name: "ValidationException";
179
+ readonly $fault: "client";
180
+ /**
181
+ * <p>The reason why it failed service validation.</p>
182
+ */
183
+ reason?: ValidationExceptionReason | string;
184
+ /**
185
+ * <p>The list of fields that failed service validation.</p>
186
+ */
187
+ fieldList?: ValidationExceptionField[];
188
+ /**
189
+ * @internal
190
+ */
191
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
192
+ }
193
+ /**
194
+ * <p>The application definition for a particular application. </p>
195
+ */
196
+ export declare type Definition = Definition.ContentMember | Definition.S3LocationMember | Definition.$UnknownMember;
197
+ export declare namespace Definition {
198
+ /**
199
+ * <p>The S3 bucket that contains the application definition.</p>
200
+ */
201
+ interface S3LocationMember {
202
+ s3Location: string;
203
+ content?: never;
204
+ $unknown?: never;
205
+ }
206
+ /**
207
+ * <p>The content of the application definition. This is a JSON object that contains the
208
+ * resource configuration/definitions that identify an application.</p>
209
+ */
210
+ interface ContentMember {
211
+ s3Location?: never;
212
+ content: string;
213
+ $unknown?: never;
214
+ }
215
+ interface $UnknownMember {
216
+ s3Location?: never;
217
+ content?: never;
218
+ $unknown: [string, any];
219
+ }
220
+ interface Visitor<T> {
221
+ s3Location: (value: string) => T;
222
+ content: (value: string) => T;
223
+ _: (name: string, value: any) => T;
224
+ }
225
+ const visit: <T>(value: Definition, visitor: Visitor<T>) => T;
226
+ /**
227
+ * @internal
228
+ */
229
+ const filterSensitiveLog: (obj: Definition) => any;
230
+ }
231
+ export declare enum EngineType {
232
+ BLUAGE = "bluage",
233
+ MICROFOCUS = "microfocus"
234
+ }
235
+ export interface CreateApplicationRequest {
236
+ /**
237
+ * <p>The unique identifier of the application.</p>
238
+ */
239
+ name: string | undefined;
240
+ /**
241
+ * <p>The description of the application.</p>
242
+ */
243
+ description?: string;
244
+ /**
245
+ * <p>The type of the target platform for this application.</p>
246
+ */
247
+ engineType: EngineType | string | undefined;
248
+ /**
249
+ * <p>The application definition for this application. You can specify either inline JSON or
250
+ * an S3 bucket location.</p>
251
+ */
252
+ definition: Definition | undefined;
253
+ /**
254
+ * <p>A list of tags to apply to the application.</p>
255
+ */
256
+ tags?: Record<string, string>;
257
+ /**
258
+ * <p>Unique, case-sensitive identifier the service generates to ensure the idempotency of the
259
+ * request to create an application. The service generates the clientToken when the API call
260
+ * is triggered. The token expires after one hour, so if you retry the API within this
261
+ * timeframe with the same clientToken, you will get the same response. The service also
262
+ * handles deleting the clientToken after it expires. </p>
263
+ */
264
+ clientToken?: string;
265
+ }
266
+ export declare namespace CreateApplicationRequest {
267
+ /**
268
+ * @internal
269
+ */
270
+ const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
271
+ }
272
+ export interface CreateApplicationResponse {
273
+ /**
274
+ * <p>The Amazon Resource Name (ARN) of the application.</p>
275
+ */
276
+ applicationArn: string | undefined;
277
+ /**
278
+ * <p>The unique application identifier.</p>
279
+ */
280
+ applicationId: string | undefined;
281
+ /**
282
+ * <p>The version number of the application.</p>
283
+ */
284
+ applicationVersion: number | undefined;
285
+ }
286
+ export declare namespace CreateApplicationResponse {
287
+ /**
288
+ * @internal
289
+ */
290
+ const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
291
+ }
292
+ /**
293
+ * <p>One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.</p>
294
+ */
295
+ export declare class ServiceQuotaExceededException extends __BaseException {
296
+ readonly name: "ServiceQuotaExceededException";
297
+ readonly $fault: "client";
298
+ /**
299
+ * <p>The ID of the resource that is exceeding the quota limit.</p>
300
+ */
301
+ resourceId?: string;
302
+ /**
303
+ * <p>The type of resource that is exceeding the quota limit for Amazon Web Services Mainframe Modernization.</p>
304
+ */
305
+ resourceType?: string;
306
+ /**
307
+ * <p>A code that identifies the service that the exceeded quota belongs to.</p>
308
+ */
309
+ serviceCode?: string;
310
+ /**
311
+ * <p>The identifier of the exceeded quota.</p>
312
+ */
313
+ quotaCode?: string;
314
+ /**
315
+ * @internal
316
+ */
317
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
318
+ }
319
+ /**
320
+ * <p>The required attributes for a generation data group data set. A generation data set is
321
+ * one of a collection of successive, historically related, catalogued data sets that together
322
+ * are known as a generation data group (GDG). Use this structure when you want to import a
323
+ * GDG. For more information on GDG, see <a href="https://www.ibm.com/docs/en/zos/2.3.0?topic=guide-generation-data-sets">Generation
324
+ * data sets</a>.</p>
325
+ */
326
+ export interface GdgAttributes {
327
+ /**
328
+ * <p>The maximum number of generation data sets, up to 255, in a GDG.</p>
329
+ */
330
+ limit?: number;
331
+ /**
332
+ * <p>The disposition of the data set in the catalog.</p>
333
+ */
334
+ rollDisposition?: string;
335
+ }
336
+ export declare namespace GdgAttributes {
337
+ /**
338
+ * @internal
339
+ */
340
+ const filterSensitiveLog: (obj: GdgAttributes) => any;
341
+ }
342
+ /**
343
+ * <p>The primary key for a KSDS data set.</p>
344
+ */
345
+ export interface PrimaryKey {
346
+ /**
347
+ * <p>A name for the Primary Key.</p>
348
+ */
349
+ name?: string;
350
+ /**
351
+ * <p>A positive integer value representing the offset to mark the start of the primary key in
352
+ * the record byte array.</p>
353
+ */
354
+ offset: number | undefined;
355
+ /**
356
+ * <p>A strictly positive integer value representing the length of the primary key. </p>
357
+ */
358
+ length: number | undefined;
359
+ }
360
+ export declare namespace PrimaryKey {
361
+ /**
362
+ * @internal
363
+ */
364
+ const filterSensitiveLog: (obj: PrimaryKey) => any;
365
+ }
366
+ /**
367
+ * <p>The attributes of a VSAM type data set.</p>
368
+ */
369
+ export interface VsamAttributes {
370
+ /**
371
+ * <p>The record format of the data set.</p>
372
+ */
373
+ format: string | undefined;
374
+ /**
375
+ * <p>The character set used by the data set. Can be ASCII, EBCDIC, or unknown.</p>
376
+ */
377
+ encoding?: string;
378
+ /**
379
+ * <p>Indicates whether indexes for this dataset are stored as compressed values. If you have
380
+ * a large data set (typically &gt; 100 Mb), consider setting this flag to True.</p>
381
+ */
382
+ compressed?: boolean;
383
+ /**
384
+ * <p>The primary key of the data set.</p>
385
+ */
386
+ primaryKey?: PrimaryKey;
387
+ /**
388
+ * <p>The alternate key definitions, if any. A legacy dataset might not have any alternate key
389
+ * defined, but if those alternate keys definitions exist, provide them as some applications
390
+ * will make use of them.</p>
391
+ */
392
+ alternateKeys?: AlternateKey[];
393
+ }
394
+ export declare namespace VsamAttributes {
395
+ /**
396
+ * @internal
397
+ */
398
+ const filterSensitiveLog: (obj: VsamAttributes) => any;
399
+ }
400
+ /**
401
+ * <p>Additional details about the data set. Different attributes correspond to different data
402
+ * set organizations. The values are populated based on datasetOrg, storageType and backend
403
+ * (Blu Age or Micro Focus).</p>
404
+ */
405
+ export declare type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
406
+ export declare namespace DatasetOrgAttributes {
407
+ /**
408
+ * <p>The details of a VSAM data set.</p>
409
+ */
410
+ interface VsamMember {
411
+ vsam: VsamAttributes;
412
+ gdg?: never;
413
+ $unknown?: never;
414
+ }
415
+ /**
416
+ * <p>The generation data group of the data set.</p>
417
+ */
418
+ interface GdgMember {
419
+ vsam?: never;
420
+ gdg: GdgAttributes;
421
+ $unknown?: never;
422
+ }
423
+ interface $UnknownMember {
424
+ vsam?: never;
425
+ gdg?: never;
426
+ $unknown: [string, any];
427
+ }
428
+ interface Visitor<T> {
429
+ vsam: (value: VsamAttributes) => T;
430
+ gdg: (value: GdgAttributes) => T;
431
+ _: (name: string, value: any) => T;
432
+ }
433
+ const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
434
+ /**
435
+ * @internal
436
+ */
437
+ const filterSensitiveLog: (obj: DatasetOrgAttributes) => any;
438
+ }
439
+ /**
440
+ * <p>The length of the records in the data set.</p>
441
+ */
442
+ export interface RecordLength {
443
+ /**
444
+ * <p>The minimum record length of a record.</p>
445
+ */
446
+ min: number | undefined;
447
+ /**
448
+ * <p>The maximum record length. In case of fixed, both minimum and maximum are the
449
+ * same.</p>
450
+ */
451
+ max: number | undefined;
452
+ }
453
+ export declare namespace RecordLength {
454
+ /**
455
+ * @internal
456
+ */
457
+ const filterSensitiveLog: (obj: RecordLength) => any;
458
+ }
459
+ /**
460
+ * <p>Defines a data set.</p>
461
+ */
462
+ export interface DataSet {
463
+ /**
464
+ * <p>The storage type of the data set: database or file system. For Micro Focus, database
465
+ * corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no
466
+ * support of file system and database corresponds to Blusam. </p>
467
+ */
468
+ storageType?: string;
469
+ /**
470
+ * <p>The logical identifier for a specific data set (in mainframe format).</p>
471
+ */
472
+ datasetName: string | undefined;
473
+ /**
474
+ * <p>The type of dataset. Possible values include VSAM, IS, PS, GDG, PO, PS, UNKNOWN
475
+ * etc.</p>
476
+ */
477
+ datasetOrg: DatasetOrgAttributes | undefined;
478
+ /**
479
+ * <p>The relative location of the data set in the database or file system. </p>
480
+ */
481
+ relativePath?: string;
482
+ /**
483
+ * <p>The length of a record.</p>
484
+ */
485
+ recordLength: RecordLength | undefined;
486
+ }
487
+ export declare namespace DataSet {
488
+ /**
489
+ * @internal
490
+ */
491
+ const filterSensitiveLog: (obj: DataSet) => any;
492
+ }
493
+ /**
494
+ * <p>Defines an external storage location.</p>
495
+ */
496
+ export declare type ExternalLocation = ExternalLocation.S3LocationMember | ExternalLocation.$UnknownMember;
497
+ export declare namespace ExternalLocation {
498
+ /**
499
+ * <p>The URI of the Amazon S3 bucket.</p>
500
+ */
501
+ interface S3LocationMember {
502
+ s3Location: string;
503
+ $unknown?: never;
504
+ }
505
+ interface $UnknownMember {
506
+ s3Location?: never;
507
+ $unknown: [string, any];
508
+ }
509
+ interface Visitor<T> {
510
+ s3Location: (value: string) => T;
511
+ _: (name: string, value: any) => T;
512
+ }
513
+ const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
514
+ /**
515
+ * @internal
516
+ */
517
+ const filterSensitiveLog: (obj: ExternalLocation) => any;
518
+ }
519
+ /**
520
+ * <p>Identifies a specific data set to import from an external location.</p>
521
+ */
522
+ export interface DataSetImportItem {
523
+ /**
524
+ * <p>The data set.</p>
525
+ */
526
+ dataSet: DataSet | undefined;
527
+ /**
528
+ * <p>The location of the data set.</p>
529
+ */
530
+ externalLocation: ExternalLocation | undefined;
531
+ }
532
+ export declare namespace DataSetImportItem {
533
+ /**
534
+ * @internal
535
+ */
536
+ const filterSensitiveLog: (obj: DataSetImportItem) => any;
537
+ }
538
+ /**
539
+ * <p>Identifies one or more data sets you want to import with the <a>CreateDataSetImportTask</a> operation.</p>
540
+ */
541
+ export declare type DataSetImportConfig = DataSetImportConfig.DataSetsMember | DataSetImportConfig.S3LocationMember | DataSetImportConfig.$UnknownMember;
542
+ export declare namespace DataSetImportConfig {
543
+ /**
544
+ * <p>The Amazon S3 location of the data sets.</p>
545
+ */
546
+ interface S3LocationMember {
547
+ s3Location: string;
548
+ dataSets?: never;
549
+ $unknown?: never;
550
+ }
551
+ /**
552
+ * <p>The data sets.</p>
553
+ */
554
+ interface DataSetsMember {
555
+ s3Location?: never;
556
+ dataSets: DataSetImportItem[];
557
+ $unknown?: never;
558
+ }
559
+ interface $UnknownMember {
560
+ s3Location?: never;
561
+ dataSets?: never;
562
+ $unknown: [string, any];
563
+ }
564
+ interface Visitor<T> {
565
+ s3Location: (value: string) => T;
566
+ dataSets: (value: DataSetImportItem[]) => T;
567
+ _: (name: string, value: any) => T;
568
+ }
569
+ const visit: <T>(value: DataSetImportConfig, visitor: Visitor<T>) => T;
570
+ /**
571
+ * @internal
572
+ */
573
+ const filterSensitiveLog: (obj: DataSetImportConfig) => any;
574
+ }
575
+ export interface CreateDataSetImportTaskRequest {
576
+ /**
577
+ * <p>The unique identifier of the application for which you want to import data sets.</p>
578
+ */
579
+ applicationId: string | undefined;
580
+ /**
581
+ * <p>The data set import task configuration.</p>
582
+ */
583
+ importConfig: DataSetImportConfig | undefined;
584
+ /**
585
+ * <p> Unique, case-sensitive identifier you provide to ensure the idempotency of the request
586
+ * to create a data set import. The service generates the clientToken when the API call is
587
+ * triggered. The token expires after one hour, so if you retry the API within this timeframe
588
+ * with the same clientToken, you will get the same response. The service also handles
589
+ * deleting the clientToken after it expires. </p>
590
+ */
591
+ clientToken?: string;
592
+ }
593
+ export declare namespace CreateDataSetImportTaskRequest {
594
+ /**
595
+ * @internal
596
+ */
597
+ const filterSensitiveLog: (obj: CreateDataSetImportTaskRequest) => any;
598
+ }
599
+ export interface CreateDataSetImportTaskResponse {
600
+ /**
601
+ * <p>The task identifier. This operation is asynchronous. Use this identifier with the <a>GetDataSetImportTask</a> operation to obtain the status of this task.</p>
602
+ */
603
+ taskId: string | undefined;
604
+ }
605
+ export declare namespace CreateDataSetImportTaskResponse {
606
+ /**
607
+ * @internal
608
+ */
609
+ const filterSensitiveLog: (obj: CreateDataSetImportTaskResponse) => any;
610
+ }
611
+ export interface CreateDeploymentRequest {
612
+ /**
613
+ * <p>The identifier of the environment where this application will be deployed.</p>
614
+ */
615
+ environmentId: string | undefined;
616
+ /**
617
+ * <p>The application identifier.</p>
618
+ */
619
+ applicationId: string | undefined;
620
+ /**
621
+ * <p>The version of the application to deploy.</p>
622
+ */
623
+ applicationVersion: number | undefined;
624
+ /**
625
+ * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request
626
+ * to create a deployment. The service generates the clientToken when the API call is
627
+ * triggered. The token expires after one hour, so if you retry the API within this timeframe
628
+ * with the same clientToken, you will get the same response. The service also handles
629
+ * deleting the clientToken after it expires. </p>
630
+ */
631
+ clientToken?: string;
632
+ }
633
+ export declare namespace CreateDeploymentRequest {
634
+ /**
635
+ * @internal
636
+ */
637
+ const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
638
+ }
639
+ export interface CreateDeploymentResponse {
640
+ /**
641
+ * <p>The unique identifier of the deployment.</p>
642
+ */
643
+ deploymentId: string | undefined;
644
+ }
645
+ export declare namespace CreateDeploymentResponse {
646
+ /**
647
+ * @internal
648
+ */
649
+ const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
650
+ }
651
+ export interface DeleteApplicationRequest {
652
+ /**
653
+ * <p>The unique identifier of the application you want to delete.</p>
654
+ */
655
+ applicationId: string | undefined;
656
+ }
657
+ export declare namespace DeleteApplicationRequest {
658
+ /**
659
+ * @internal
660
+ */
661
+ const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
662
+ }
663
+ export interface DeleteApplicationResponse {
664
+ }
665
+ export declare namespace DeleteApplicationResponse {
666
+ /**
667
+ * @internal
668
+ */
669
+ const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
670
+ }
671
+ export interface DeleteApplicationFromEnvironmentRequest {
672
+ /**
673
+ * <p>The unique identifier of the application you want to delete.</p>
674
+ */
675
+ applicationId: string | undefined;
676
+ /**
677
+ * <p>The unique identifier of the runtime environment where the application was previously
678
+ * deployed.</p>
679
+ */
680
+ environmentId: string | undefined;
681
+ }
682
+ export declare namespace DeleteApplicationFromEnvironmentRequest {
683
+ /**
684
+ * @internal
685
+ */
686
+ const filterSensitiveLog: (obj: DeleteApplicationFromEnvironmentRequest) => any;
687
+ }
688
+ export interface DeleteApplicationFromEnvironmentResponse {
689
+ }
690
+ export declare namespace DeleteApplicationFromEnvironmentResponse {
691
+ /**
692
+ * @internal
693
+ */
694
+ const filterSensitiveLog: (obj: DeleteApplicationFromEnvironmentResponse) => any;
695
+ }
696
+ export interface GetApplicationRequest {
697
+ /**
698
+ * <p>The identifier of the application.</p>
699
+ */
700
+ applicationId: string | undefined;
701
+ }
702
+ export declare namespace GetApplicationRequest {
703
+ /**
704
+ * @internal
705
+ */
706
+ const filterSensitiveLog: (obj: GetApplicationRequest) => any;
707
+ }
708
+ export declare enum DeploymentLifecycle {
709
+ DEPLOYING = "Deploying",
710
+ FAILED = "Failed",
711
+ SUCCEEDED = "Succeeded"
712
+ }
713
+ /**
714
+ * <p>Contains a summary of a deployed application.</p>
715
+ */
716
+ export interface DeployedVersionSummary {
717
+ /**
718
+ * <p>The version of the deployed application.</p>
719
+ */
720
+ applicationVersion: number | undefined;
721
+ /**
722
+ * <p>The status of the deployment.</p>
723
+ */
724
+ status: DeploymentLifecycle | string | undefined;
725
+ /**
726
+ * <p>The reason for the reported status.</p>
727
+ */
728
+ statusReason?: string;
729
+ }
730
+ export declare namespace DeployedVersionSummary {
731
+ /**
732
+ * @internal
733
+ */
734
+ const filterSensitiveLog: (obj: DeployedVersionSummary) => any;
735
+ }
736
+ export declare enum ApplicationVersionLifecycle {
737
+ AVAILABLE = "Available",
738
+ CREATING = "Creating",
739
+ FAILED = "Failed"
740
+ }
741
+ /**
742
+ * <p>Defines an application version summary.</p>
743
+ */
744
+ export interface ApplicationVersionSummary {
745
+ /**
746
+ * <p>The application version.</p>
747
+ */
748
+ applicationVersion: number | undefined;
749
+ /**
750
+ * <p>The status of the application.</p>
751
+ */
752
+ status: ApplicationVersionLifecycle | string | undefined;
753
+ /**
754
+ * <p>The reason for the reported status.</p>
755
+ */
756
+ statusReason?: string;
757
+ /**
758
+ * <p>The timestamp when the application version was created.</p>
759
+ */
760
+ creationTime: Date | undefined;
761
+ }
762
+ export declare namespace ApplicationVersionSummary {
763
+ /**
764
+ * @internal
765
+ */
766
+ const filterSensitiveLog: (obj: ApplicationVersionSummary) => any;
767
+ }
768
+ /**
769
+ * <p>A subset of the attributes about a log group. In CloudWatch a log group is a group of log
770
+ * streams that share the same retention, monitoring, and access control settings.</p>
771
+ */
772
+ export interface LogGroupSummary {
773
+ /**
774
+ * <p>The type of log.</p>
775
+ */
776
+ logType: string | undefined;
777
+ /**
778
+ * <p>The name of the log group.</p>
779
+ */
780
+ logGroupName: string | undefined;
781
+ }
782
+ export declare namespace LogGroupSummary {
783
+ /**
784
+ * @internal
785
+ */
786
+ const filterSensitiveLog: (obj: LogGroupSummary) => any;
787
+ }
788
+ export declare enum ApplicationLifecycle {
789
+ AVAILABLE = "Available",
790
+ CREATED = "Created",
791
+ CREATING = "Creating",
792
+ DELETING = "Deleting",
793
+ FAILED = "Failed",
794
+ READY = "Ready",
795
+ RUNNING = "Running",
796
+ STARTING = "Starting",
797
+ STOPPED = "Stopped",
798
+ STOPPING = "Stopping"
799
+ }
800
+ export interface GetApplicationResponse {
801
+ /**
802
+ * <p>The unique identifier of the application.</p>
803
+ */
804
+ name: string | undefined;
805
+ /**
806
+ * <p>The description of the application.</p>
807
+ */
808
+ description?: string;
809
+ /**
810
+ * <p>The identifier of the application.</p>
811
+ */
812
+ applicationId: string | undefined;
813
+ /**
814
+ * <p>The Amazon Resource Name (ARN) of the application.</p>
815
+ */
816
+ applicationArn: string | undefined;
817
+ /**
818
+ * <p>The status of the application.</p>
819
+ */
820
+ status: ApplicationLifecycle | string | undefined;
821
+ /**
822
+ * <p>The latest version of the application.</p>
823
+ */
824
+ latestVersion: ApplicationVersionSummary | undefined;
825
+ /**
826
+ * <p>The version of the application that is deployed.</p>
827
+ */
828
+ deployedVersion?: DeployedVersionSummary;
829
+ /**
830
+ * <p>The type of the target platform for the application.</p>
831
+ */
832
+ engineType: EngineType | string | undefined;
833
+ /**
834
+ * <p>The list of log summaries. Each log summary includes the log type as well as the log
835
+ * group identifier. These are CloudWatch logs. The Amazon Web Services Mainframe Modernization application log is pushed to CloudWatch
836
+ * under the customer's account.</p>
837
+ */
838
+ logGroups?: LogGroupSummary[];
839
+ /**
840
+ * <p>The timestamp when this application was created.</p>
841
+ */
842
+ creationTime: Date | undefined;
843
+ /**
844
+ * <p>The timestamp when the application was last started. Null until the application has
845
+ * started running for the first time.</p>
846
+ */
847
+ lastStartTime?: Date;
848
+ /**
849
+ * <p>A list of tags associated with the application.</p>
850
+ */
851
+ tags?: Record<string, string>;
852
+ /**
853
+ * <p>The identifier of the environment where the application will be deployed.</p>
854
+ */
855
+ environmentId?: string;
856
+ /**
857
+ * <p>Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the
858
+ * network load balancer.</p>
859
+ */
860
+ targetGroupArns?: string[];
861
+ /**
862
+ * <p>The Amazon Resource Name (ARN) for the network load balancer listener created in your
863
+ * Amazon Web Services account. Amazon Web Services Mainframe Modernization creates this listener on your behalf the first time you deploy an
864
+ * application.</p>
865
+ */
866
+ listenerArns?: string[];
867
+ /**
868
+ * <p>The port associated with the network load balancer listener created in your Amazon Web Services
869
+ * account.</p>
870
+ */
871
+ listenerPorts?: number[];
872
+ /**
873
+ * <p>The public DNS name of the load balancer created in your Amazon Web Services account.</p>
874
+ */
875
+ loadBalancerDnsName?: string;
876
+ /**
877
+ * <p>The reason for the reported status.</p>
878
+ */
879
+ statusReason?: string;
880
+ }
881
+ export declare namespace GetApplicationResponse {
882
+ /**
883
+ * @internal
884
+ */
885
+ const filterSensitiveLog: (obj: GetApplicationResponse) => any;
886
+ }
887
+ export interface GetApplicationVersionRequest {
888
+ /**
889
+ * <p>The unique identifier of the application.</p>
890
+ */
891
+ applicationId: string | undefined;
892
+ /**
893
+ * <p>The specific version of the application.</p>
894
+ */
895
+ applicationVersion: number | undefined;
896
+ }
897
+ export declare namespace GetApplicationVersionRequest {
898
+ /**
899
+ * @internal
900
+ */
901
+ const filterSensitiveLog: (obj: GetApplicationVersionRequest) => any;
902
+ }
903
+ export interface GetApplicationVersionResponse {
904
+ /**
905
+ * <p>The name of the application version.</p>
906
+ */
907
+ name: string | undefined;
908
+ /**
909
+ * <p>The specific version of the application.</p>
910
+ */
911
+ applicationVersion: number | undefined;
912
+ /**
913
+ * <p>The application description.</p>
914
+ */
915
+ description?: string;
916
+ /**
917
+ * <p>The content of the application definition. This is a JSON object that contains the
918
+ * resource configuration/definitions that identify an application.</p>
919
+ */
920
+ definitionContent: string | undefined;
921
+ /**
922
+ * <p>The status of the application version.</p>
923
+ */
924
+ status: ApplicationVersionLifecycle | string | undefined;
925
+ /**
926
+ * <p>The timestamp when the application version was created.</p>
927
+ */
928
+ creationTime: Date | undefined;
929
+ /**
930
+ * <p>The reason for the reported status.</p>
931
+ */
932
+ statusReason?: string;
933
+ }
934
+ export declare namespace GetApplicationVersionResponse {
935
+ /**
936
+ * @internal
937
+ */
938
+ const filterSensitiveLog: (obj: GetApplicationVersionResponse) => any;
939
+ }
940
+ export interface GetBatchJobExecutionRequest {
941
+ /**
942
+ * <p>The identifier of the application.</p>
943
+ */
944
+ applicationId: string | undefined;
945
+ /**
946
+ * <p>The unique identifier of the batch job execution.</p>
947
+ */
948
+ executionId: string | undefined;
949
+ }
950
+ export declare namespace GetBatchJobExecutionRequest {
951
+ /**
952
+ * @internal
953
+ */
954
+ const filterSensitiveLog: (obj: GetBatchJobExecutionRequest) => any;
955
+ }
956
+ export declare enum BatchJobType {
957
+ JES2 = "JES2",
958
+ JES3 = "JES3",
959
+ VSE = "VSE"
960
+ }
961
+ export declare enum BatchJobExecutionStatus {
962
+ CANCELLED = "Cancelled",
963
+ CANCELLING = "Cancelling",
964
+ DISPATCH = "Dispatching",
965
+ FAILED = "Failed",
966
+ HOLDING = "Holding",
967
+ RUNNING = "Running",
968
+ SUBMITTING = "Submitting",
969
+ SUCCEEDED = "Succeeded",
970
+ SUCCEEDED_WITH_WARNING = "Succeeded With Warning"
971
+ }
972
+ export interface GetBatchJobExecutionResponse {
973
+ /**
974
+ * <p>The unique identifier for this batch job execution.</p>
975
+ */
976
+ executionId: string | undefined;
977
+ /**
978
+ * <p>The identifier of the application.</p>
979
+ */
980
+ applicationId: string | undefined;
981
+ /**
982
+ * <p>The unique identifier for this batch job.</p>
983
+ */
984
+ jobId?: string;
985
+ /**
986
+ * <p>The name of this batch job.</p>
987
+ */
988
+ jobName?: string;
989
+ /**
990
+ * <p>The user for the job.</p>
991
+ */
992
+ jobUser?: string;
993
+ /**
994
+ * <p>The type of job.</p>
995
+ */
996
+ jobType?: BatchJobType | string;
997
+ /**
998
+ * <p>The status of the batch job execution.</p>
999
+ */
1000
+ status: BatchJobExecutionStatus | string | undefined;
1001
+ /**
1002
+ * <p>The timestamp when the batch job execution started.</p>
1003
+ */
1004
+ startTime: Date | undefined;
1005
+ /**
1006
+ * <p>The timestamp when the batch job execution ended.</p>
1007
+ */
1008
+ endTime?: Date;
1009
+ /**
1010
+ * <p>The reason for the reported status.</p>
1011
+ */
1012
+ statusReason?: string;
1013
+ }
1014
+ export declare namespace GetBatchJobExecutionResponse {
1015
+ /**
1016
+ * @internal
1017
+ */
1018
+ const filterSensitiveLog: (obj: GetBatchJobExecutionResponse) => any;
1019
+ }
1020
+ export interface GetDataSetDetailsRequest {
1021
+ /**
1022
+ * <p>The unique identifier of the application that this data set is associated with.</p>
1023
+ */
1024
+ applicationId: string | undefined;
1025
+ /**
1026
+ * <p>The name of the data set.</p>
1027
+ */
1028
+ dataSetName: string | undefined;
1029
+ }
1030
+ export declare namespace GetDataSetDetailsRequest {
1031
+ /**
1032
+ * @internal
1033
+ */
1034
+ const filterSensitiveLog: (obj: GetDataSetDetailsRequest) => any;
1035
+ }
1036
+ /**
1037
+ * <p>The required attributes for a generation data group data set. A generation data set is
1038
+ * one of a collection of successive, historically related, catalogued data sets that together
1039
+ * are known as a generation data group (GDG). Use this structure when you want to import a
1040
+ * GDG. For more information on GDG, see <a href="https://www.ibm.com/docs/en/zos/2.3.0?topic=guide-generation-data-sets">Generation
1041
+ * data sets</a>.</p>
1042
+ */
1043
+ export interface GdgDetailAttributes {
1044
+ /**
1045
+ * <p>The maximum number of generation data sets, up to 255, in a GDG.</p>
1046
+ */
1047
+ limit?: number;
1048
+ /**
1049
+ * <p>The disposition of the data set in the catalog.</p>
1050
+ */
1051
+ rollDisposition?: string;
1052
+ }
1053
+ export declare namespace GdgDetailAttributes {
1054
+ /**
1055
+ * @internal
1056
+ */
1057
+ const filterSensitiveLog: (obj: GdgDetailAttributes) => any;
1058
+ }
1059
+ /**
1060
+ * <p>The attributes of a VSAM type data set.</p>
1061
+ */
1062
+ export interface VsamDetailAttributes {
1063
+ /**
1064
+ * <p>The character set used by the data set. Can be ASCII, EBCDIC, or unknown.</p>
1065
+ */
1066
+ encoding?: string;
1067
+ /**
1068
+ * <p>The record format of the data set.</p>
1069
+ */
1070
+ recordFormat?: string;
1071
+ /**
1072
+ * <p>Indicates whether indexes for this dataset are stored as compressed values. If you have
1073
+ * a large data set (typically &gt; 100 Mb), consider setting this flag to True.</p>
1074
+ */
1075
+ compressed?: boolean;
1076
+ /**
1077
+ * <p>If set to True, enforces loading the data set into cache before it’s used by the
1078
+ * application.</p>
1079
+ */
1080
+ cacheAtStartup?: boolean;
1081
+ /**
1082
+ * <p>The primary key of the data set.</p>
1083
+ */
1084
+ primaryKey?: PrimaryKey;
1085
+ /**
1086
+ * <p>The alternate key definitions, if any. A legacy dataset might not have any alternate key
1087
+ * defined, but if those alternate keys definitions exist, provide them as some applications
1088
+ * will make use of them.</p>
1089
+ */
1090
+ alternateKeys?: AlternateKey[];
1091
+ }
1092
+ export declare namespace VsamDetailAttributes {
1093
+ /**
1094
+ * @internal
1095
+ */
1096
+ const filterSensitiveLog: (obj: VsamDetailAttributes) => any;
1097
+ }
1098
+ /**
1099
+ * <p>Additional details about the data set. Different attributes correspond to different data
1100
+ * set organizations. The values are populated based on datasetOrg, storageType and backend
1101
+ * (Blu Age or Micro Focus).</p>
1102
+ */
1103
+ export declare type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
1104
+ export declare namespace DatasetDetailOrgAttributes {
1105
+ /**
1106
+ * <p>The details of a VSAM data set.</p>
1107
+ */
1108
+ interface VsamMember {
1109
+ vsam: VsamDetailAttributes;
1110
+ gdg?: never;
1111
+ $unknown?: never;
1112
+ }
1113
+ /**
1114
+ * <p>The generation data group of the data set.</p>
1115
+ */
1116
+ interface GdgMember {
1117
+ vsam?: never;
1118
+ gdg: GdgDetailAttributes;
1119
+ $unknown?: never;
1120
+ }
1121
+ interface $UnknownMember {
1122
+ vsam?: never;
1123
+ gdg?: never;
1124
+ $unknown: [string, any];
1125
+ }
1126
+ interface Visitor<T> {
1127
+ vsam: (value: VsamDetailAttributes) => T;
1128
+ gdg: (value: GdgDetailAttributes) => T;
1129
+ _: (name: string, value: any) => T;
1130
+ }
1131
+ const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
1132
+ /**
1133
+ * @internal
1134
+ */
1135
+ const filterSensitiveLog: (obj: DatasetDetailOrgAttributes) => any;
1136
+ }
1137
+ export interface GetDataSetDetailsResponse {
1138
+ /**
1139
+ * <p>The name of the data set.</p>
1140
+ */
1141
+ dataSetName: string | undefined;
1142
+ /**
1143
+ * <p>The type of data set. Possible values include VSAM, IS, PS, GDG, PO, PS, or
1144
+ * unknown.</p>
1145
+ */
1146
+ dataSetOrg?: DatasetDetailOrgAttributes;
1147
+ /**
1148
+ * <p>The length of records in the data set.</p>
1149
+ */
1150
+ recordLength?: number;
1151
+ /**
1152
+ * <p>The locaion where the data set is stored.</p>
1153
+ */
1154
+ location?: string;
1155
+ /**
1156
+ * <p>The size of the block on disk. </p>
1157
+ */
1158
+ blocksize?: number;
1159
+ /**
1160
+ * <p>The timestamp when the data set was created.</p>
1161
+ */
1162
+ creationTime?: Date;
1163
+ /**
1164
+ * <p>The last time the data set was updated.</p>
1165
+ */
1166
+ lastUpdatedTime?: Date;
1167
+ /**
1168
+ * <p>The last time the data set was referenced.</p>
1169
+ */
1170
+ lastReferencedTime?: Date;
1171
+ }
1172
+ export declare namespace GetDataSetDetailsResponse {
1173
+ /**
1174
+ * @internal
1175
+ */
1176
+ const filterSensitiveLog: (obj: GetDataSetDetailsResponse) => any;
1177
+ }
1178
+ export interface GetDataSetImportTaskRequest {
1179
+ /**
1180
+ * <p>The application identifier.</p>
1181
+ */
1182
+ applicationId: string | undefined;
1183
+ /**
1184
+ * <p>The task identifier returned by the <a>CreateDataSetImportTask</a> operation.
1185
+ * </p>
1186
+ */
1187
+ taskId: string | undefined;
1188
+ }
1189
+ export declare namespace GetDataSetImportTaskRequest {
1190
+ /**
1191
+ * @internal
1192
+ */
1193
+ const filterSensitiveLog: (obj: GetDataSetImportTaskRequest) => any;
1194
+ }
1195
+ export declare enum DataSetTaskLifecycle {
1196
+ COMPLETED = "Completed",
1197
+ CREATING = "Creating",
1198
+ RUNNING = "Running"
1199
+ }
1200
+ /**
1201
+ * <p>Represents a summary of data set imports.</p>
1202
+ */
1203
+ export interface DataSetImportSummary {
1204
+ /**
1205
+ * <p>The total number of data set imports.</p>
1206
+ */
1207
+ total: number | undefined;
1208
+ /**
1209
+ * <p>The number of data set imports that have succeeded.</p>
1210
+ */
1211
+ succeeded: number | undefined;
1212
+ /**
1213
+ * <p>The number of data set imports that have failed.</p>
1214
+ */
1215
+ failed: number | undefined;
1216
+ /**
1217
+ * <p>The number of data set imports that are pending.</p>
1218
+ */
1219
+ pending: number | undefined;
1220
+ /**
1221
+ * <p>The number of data set imports that are in progress.</p>
1222
+ */
1223
+ inProgress: number | undefined;
1224
+ }
1225
+ export declare namespace DataSetImportSummary {
1226
+ /**
1227
+ * @internal
1228
+ */
1229
+ const filterSensitiveLog: (obj: DataSetImportSummary) => any;
1230
+ }
1231
+ export interface GetDataSetImportTaskResponse {
1232
+ /**
1233
+ * <p>The task identifier.</p>
1234
+ */
1235
+ taskId: string | undefined;
1236
+ /**
1237
+ * <p>The status of the task.</p>
1238
+ */
1239
+ status: DataSetTaskLifecycle | string | undefined;
1240
+ /**
1241
+ * <p>A summary of the status of the task.</p>
1242
+ */
1243
+ summary?: DataSetImportSummary;
1244
+ }
1245
+ export declare namespace GetDataSetImportTaskResponse {
1246
+ /**
1247
+ * @internal
1248
+ */
1249
+ const filterSensitiveLog: (obj: GetDataSetImportTaskResponse) => any;
1250
+ }
1251
+ export interface GetDeploymentRequest {
1252
+ /**
1253
+ * <p>The unique identifier for the deployment.</p>
1254
+ */
1255
+ deploymentId: string | undefined;
1256
+ /**
1257
+ * <p>The unique identifier of the application.</p>
1258
+ */
1259
+ applicationId: string | undefined;
1260
+ }
1261
+ export declare namespace GetDeploymentRequest {
1262
+ /**
1263
+ * @internal
1264
+ */
1265
+ const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
1266
+ }
1267
+ export interface GetDeploymentResponse {
1268
+ /**
1269
+ * <p>The unique identifier of the deployment.</p>
1270
+ */
1271
+ deploymentId: string | undefined;
1272
+ /**
1273
+ * <p>The unique identifier of the application.</p>
1274
+ */
1275
+ applicationId: string | undefined;
1276
+ /**
1277
+ * <p>The unique identifier of the runtime environment.</p>
1278
+ */
1279
+ environmentId: string | undefined;
1280
+ /**
1281
+ * <p>The application version.</p>
1282
+ */
1283
+ applicationVersion: number | undefined;
1284
+ /**
1285
+ * <p>The status of the deployment.</p>
1286
+ */
1287
+ status: DeploymentLifecycle | string | undefined;
1288
+ /**
1289
+ * <p>The timestamp when the deployment was created.</p>
1290
+ */
1291
+ creationTime: Date | undefined;
1292
+ /**
1293
+ * <p>The reason for the reported status.</p>
1294
+ */
1295
+ statusReason?: string;
1296
+ }
1297
+ export declare namespace GetDeploymentResponse {
1298
+ /**
1299
+ * @internal
1300
+ */
1301
+ const filterSensitiveLog: (obj: GetDeploymentResponse) => any;
1302
+ }
1303
+ export interface ListApplicationsRequest {
1304
+ /**
1305
+ * <p>A pagination token to control the number of applications displayed in the list.</p>
1306
+ */
1307
+ nextToken?: string;
1308
+ /**
1309
+ * <p>The maximum number of applications to return.</p>
1310
+ */
1311
+ maxResults?: number;
1312
+ /**
1313
+ * <p>The names of the applications.</p>
1314
+ */
1315
+ names?: string[];
1316
+ /**
1317
+ * <p>The unique identifier of the runtime environment where the applications are
1318
+ * deployed.</p>
1319
+ */
1320
+ environmentId?: string;
1321
+ }
1322
+ export declare namespace ListApplicationsRequest {
1323
+ /**
1324
+ * @internal
1325
+ */
1326
+ const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
1327
+ }
1328
+ export declare enum ApplicationDeploymentLifecycle {
1329
+ DEPLOYED = "Deployed",
1330
+ DEPLOYING = "Deploying"
1331
+ }
1332
+ /**
1333
+ * <p>A subset of the possible application attributes. Used in the application list.</p>
1334
+ */
1335
+ export interface ApplicationSummary {
1336
+ /**
1337
+ * <p>The name of the application.</p>
1338
+ */
1339
+ name: string | undefined;
1340
+ /**
1341
+ * <p>The description of the application.</p>
1342
+ */
1343
+ description?: string;
1344
+ /**
1345
+ * <p>The unique identifier of the application.</p>
1346
+ */
1347
+ applicationId: string | undefined;
1348
+ /**
1349
+ * <p>The Amazon Resource Name (ARN) of the application.</p>
1350
+ */
1351
+ applicationArn: string | undefined;
1352
+ /**
1353
+ * <p>The version of the application.</p>
1354
+ */
1355
+ applicationVersion: number | undefined;
1356
+ /**
1357
+ * <p>The status of the application.</p>
1358
+ */
1359
+ status: ApplicationLifecycle | string | undefined;
1360
+ /**
1361
+ * <p>The type of the target platform for this application.</p>
1362
+ */
1363
+ engineType: EngineType | string | undefined;
1364
+ /**
1365
+ * <p>The timestamp when the application was created.</p>
1366
+ */
1367
+ creationTime: Date | undefined;
1368
+ /**
1369
+ * <p>The unique identifier of the runtime environment that hosts this application.</p>
1370
+ */
1371
+ environmentId?: string;
1372
+ /**
1373
+ * <p>The timestamp when the application was last started. Null until the application has
1374
+ * started running for the first time.</p>
1375
+ */
1376
+ lastStartTime?: Date;
1377
+ /**
1378
+ * <p>Indicates the status of the latest version of the application.</p>
1379
+ */
1380
+ versionStatus?: ApplicationVersionLifecycle | string;
1381
+ /**
1382
+ * <p>Indicates whether there is an ongoing deployment or if the application has ever deployed
1383
+ * successfully.</p>
1384
+ */
1385
+ deploymentStatus?: ApplicationDeploymentLifecycle | string;
1386
+ }
1387
+ export declare namespace ApplicationSummary {
1388
+ /**
1389
+ * @internal
1390
+ */
1391
+ const filterSensitiveLog: (obj: ApplicationSummary) => any;
1392
+ }
1393
+ export interface ListApplicationsResponse {
1394
+ /**
1395
+ * <p>Returns a list of summary details for all the applications in an environment.</p>
1396
+ */
1397
+ applications: ApplicationSummary[] | undefined;
1398
+ /**
1399
+ * <p>A pagination token that's returned when the response doesn't contain all
1400
+ * applications.</p>
1401
+ */
1402
+ nextToken?: string;
1403
+ }
1404
+ export declare namespace ListApplicationsResponse {
1405
+ /**
1406
+ * @internal
1407
+ */
1408
+ const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
1409
+ }
1410
+ export interface ListApplicationVersionsRequest {
1411
+ /**
1412
+ * <p>A pagination token returned from a previous call to
1413
+ * this operation. This specifies the next item to return. To return to the beginning of the
1414
+ * list, exclude this parameter.</p>
1415
+ */
1416
+ nextToken?: string;
1417
+ /**
1418
+ * <p>The maximum number of application versions to return.</p>
1419
+ */
1420
+ maxResults?: number;
1421
+ /**
1422
+ * <p>The unique identifier of the application.</p>
1423
+ */
1424
+ applicationId: string | undefined;
1425
+ }
1426
+ export declare namespace ListApplicationVersionsRequest {
1427
+ /**
1428
+ * @internal
1429
+ */
1430
+ const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
1431
+ }
1432
+ export interface ListApplicationVersionsResponse {
1433
+ /**
1434
+ * <p>The list of application versions.</p>
1435
+ */
1436
+ applicationVersions: ApplicationVersionSummary[] | undefined;
1437
+ /**
1438
+ * <p>If there are more items to return, this contains a token
1439
+ * that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
1440
+ */
1441
+ nextToken?: string;
1442
+ }
1443
+ export declare namespace ListApplicationVersionsResponse {
1444
+ /**
1445
+ * @internal
1446
+ */
1447
+ const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
1448
+ }
1449
+ export interface ListBatchJobDefinitionsRequest {
1450
+ /**
1451
+ * <p>A pagination token returned from a previous call to
1452
+ * this operation. This specifies the next item to return. To return to the beginning of the
1453
+ * list, exclude this parameter.</p>
1454
+ */
1455
+ nextToken?: string;
1456
+ /**
1457
+ * <p>The maximum number of batch job definitions to return.</p>
1458
+ */
1459
+ maxResults?: number;
1460
+ /**
1461
+ * <p>The identifier of the application.</p>
1462
+ */
1463
+ applicationId: string | undefined;
1464
+ /**
1465
+ * <p>If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search
1466
+ * on the file names of FileBatchJobDefinitions.</p>
1467
+ */
1468
+ prefix?: string;
1469
+ }
1470
+ export declare namespace ListBatchJobDefinitionsRequest {
1471
+ /**
1472
+ * @internal
1473
+ */
1474
+ const filterSensitiveLog: (obj: ListBatchJobDefinitionsRequest) => any;
1475
+ }
1476
+ /**
1477
+ * <p>A file containing a batch job definition.</p>
1478
+ */
1479
+ export interface FileBatchJobDefinition {
1480
+ /**
1481
+ * <p>The name of the file containing the batch job definition.</p>
1482
+ */
1483
+ fileName: string | undefined;
1484
+ /**
1485
+ * <p>The path to the file containing the batch job definition.</p>
1486
+ */
1487
+ folderPath?: string;
1488
+ }
1489
+ export declare namespace FileBatchJobDefinition {
1490
+ /**
1491
+ * @internal
1492
+ */
1493
+ const filterSensitiveLog: (obj: FileBatchJobDefinition) => any;
1494
+ }
1495
+ /**
1496
+ * <p>A batch job definition contained in a script.</p>
1497
+ */
1498
+ export interface ScriptBatchJobDefinition {
1499
+ /**
1500
+ * <p>The name of the script containing the batch job definition.</p>
1501
+ */
1502
+ scriptName: string | undefined;
1503
+ }
1504
+ export declare namespace ScriptBatchJobDefinition {
1505
+ /**
1506
+ * @internal
1507
+ */
1508
+ const filterSensitiveLog: (obj: ScriptBatchJobDefinition) => any;
1509
+ }
1510
+ /**
1511
+ * <p>Defines the details of a batch job.</p>
1512
+ */
1513
+ export declare type BatchJobDefinition = BatchJobDefinition.FileBatchJobDefinitionMember | BatchJobDefinition.ScriptBatchJobDefinitionMember | BatchJobDefinition.$UnknownMember;
1514
+ export declare namespace BatchJobDefinition {
1515
+ /**
1516
+ * <p>Specifies a file containing a batch job definition.</p>
1517
+ */
1518
+ interface FileBatchJobDefinitionMember {
1519
+ fileBatchJobDefinition: FileBatchJobDefinition;
1520
+ scriptBatchJobDefinition?: never;
1521
+ $unknown?: never;
1522
+ }
1523
+ /**
1524
+ * <p>A script containing a batch job definition.</p>
1525
+ */
1526
+ interface ScriptBatchJobDefinitionMember {
1527
+ fileBatchJobDefinition?: never;
1528
+ scriptBatchJobDefinition: ScriptBatchJobDefinition;
1529
+ $unknown?: never;
1530
+ }
1531
+ interface $UnknownMember {
1532
+ fileBatchJobDefinition?: never;
1533
+ scriptBatchJobDefinition?: never;
1534
+ $unknown: [string, any];
1535
+ }
1536
+ interface Visitor<T> {
1537
+ fileBatchJobDefinition: (value: FileBatchJobDefinition) => T;
1538
+ scriptBatchJobDefinition: (value: ScriptBatchJobDefinition) => T;
1539
+ _: (name: string, value: any) => T;
1540
+ }
1541
+ const visit: <T>(value: BatchJobDefinition, visitor: Visitor<T>) => T;
1542
+ /**
1543
+ * @internal
1544
+ */
1545
+ const filterSensitiveLog: (obj: BatchJobDefinition) => any;
1546
+ }
1547
+ export interface ListBatchJobDefinitionsResponse {
1548
+ /**
1549
+ * <p>The list of batch job definitions.</p>
1550
+ */
1551
+ batchJobDefinitions: BatchJobDefinition[] | undefined;
1552
+ /**
1553
+ * <p>If there are more items to return, this contains a token
1554
+ * that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
1555
+ */
1556
+ nextToken?: string;
1557
+ }
1558
+ export declare namespace ListBatchJobDefinitionsResponse {
1559
+ /**
1560
+ * @internal
1561
+ */
1562
+ const filterSensitiveLog: (obj: ListBatchJobDefinitionsResponse) => any;
1563
+ }
1564
+ export interface ListBatchJobExecutionsRequest {
1565
+ /**
1566
+ * <p>A pagination token to control the number of batch job executions displayed in the
1567
+ * list.</p>
1568
+ */
1569
+ nextToken?: string;
1570
+ /**
1571
+ * <p>The maximum number of batch job executions to return.</p>
1572
+ */
1573
+ maxResults?: number;
1574
+ /**
1575
+ * <p>The unique identifier of the application.</p>
1576
+ */
1577
+ applicationId: string | undefined;
1578
+ /**
1579
+ * <p>The unique identifier of each batch job execution.</p>
1580
+ */
1581
+ executionIds?: string[];
1582
+ /**
1583
+ * <p>The name of each batch job execution.</p>
1584
+ */
1585
+ jobName?: string;
1586
+ /**
1587
+ * <p>The status of the batch job executions.</p>
1588
+ */
1589
+ status?: BatchJobExecutionStatus | string;
1590
+ /**
1591
+ * <p>The time after which the batch job executions started.</p>
1592
+ */
1593
+ startedAfter?: Date;
1594
+ /**
1595
+ * <p>The time before the batch job executions started.</p>
1596
+ */
1597
+ startedBefore?: Date;
1598
+ }
1599
+ export declare namespace ListBatchJobExecutionsRequest {
1600
+ /**
1601
+ * @internal
1602
+ */
1603
+ const filterSensitiveLog: (obj: ListBatchJobExecutionsRequest) => any;
1604
+ }
1605
+ /**
1606
+ * <p>A subset of the possible batch job attributes. Used in the batch job list.</p>
1607
+ */
1608
+ export interface BatchJobExecutionSummary {
1609
+ /**
1610
+ * <p>The unique identifier of this execution of the batch job.</p>
1611
+ */
1612
+ executionId: string | undefined;
1613
+ /**
1614
+ * <p>The unique identifier of the application that hosts this batch job.</p>
1615
+ */
1616
+ applicationId: string | undefined;
1617
+ /**
1618
+ * <p>The unique identifier of a particular batch job.</p>
1619
+ */
1620
+ jobId?: string;
1621
+ /**
1622
+ * <p>The name of a particular batch job.</p>
1623
+ */
1624
+ jobName?: string;
1625
+ /**
1626
+ * <p>The type of a particular batch job execution.</p>
1627
+ */
1628
+ jobType?: BatchJobType | string;
1629
+ /**
1630
+ * <p>The status of a particular batch job execution.</p>
1631
+ */
1632
+ status: BatchJobExecutionStatus | string | undefined;
1633
+ /**
1634
+ * <p>The timestamp when a particular batch job execution started.</p>
1635
+ */
1636
+ startTime: Date | undefined;
1637
+ /**
1638
+ * <p>The timestamp when this batch job execution ended.</p>
1639
+ */
1640
+ endTime?: Date;
1641
+ }
1642
+ export declare namespace BatchJobExecutionSummary {
1643
+ /**
1644
+ * @internal
1645
+ */
1646
+ const filterSensitiveLog: (obj: BatchJobExecutionSummary) => any;
1647
+ }
1648
+ export interface ListBatchJobExecutionsResponse {
1649
+ /**
1650
+ * <p>Returns a list of batch job executions for an application.</p>
1651
+ */
1652
+ batchJobExecutions: BatchJobExecutionSummary[] | undefined;
1653
+ /**
1654
+ * <p>A pagination token that's returned when the response doesn't contain all batch job
1655
+ * executions.</p>
1656
+ */
1657
+ nextToken?: string;
1658
+ }
1659
+ export declare namespace ListBatchJobExecutionsResponse {
1660
+ /**
1661
+ * @internal
1662
+ */
1663
+ const filterSensitiveLog: (obj: ListBatchJobExecutionsResponse) => any;
1664
+ }
1665
+ export interface ListDataSetImportHistoryRequest {
1666
+ /**
1667
+ * <p>A pagination token returned from a previous call to
1668
+ * this operation. This specifies the next item to return. To return to the beginning of the
1669
+ * list, exclude this parameter.</p>
1670
+ */
1671
+ nextToken?: string;
1672
+ /**
1673
+ * <p>The maximum number of objects to return.</p>
1674
+ */
1675
+ maxResults?: number;
1676
+ /**
1677
+ * <p>The unique identifier of the application.</p>
1678
+ */
1679
+ applicationId: string | undefined;
1680
+ }
1681
+ export declare namespace ListDataSetImportHistoryRequest {
1682
+ /**
1683
+ * @internal
1684
+ */
1685
+ const filterSensitiveLog: (obj: ListDataSetImportHistoryRequest) => any;
1686
+ }
1687
+ /**
1688
+ * <p>Contains information about a data set import task.</p>
1689
+ */
1690
+ export interface DataSetImportTask {
1691
+ /**
1692
+ * <p>The identifier of the data set import task.</p>
1693
+ */
1694
+ taskId: string | undefined;
1695
+ /**
1696
+ * <p>The status of the data set import task.</p>
1697
+ */
1698
+ status: DataSetTaskLifecycle | string | undefined;
1699
+ /**
1700
+ * <p>A summary of the data set import task.</p>
1701
+ */
1702
+ summary: DataSetImportSummary | undefined;
1703
+ }
1704
+ export declare namespace DataSetImportTask {
1705
+ /**
1706
+ * @internal
1707
+ */
1708
+ const filterSensitiveLog: (obj: DataSetImportTask) => any;
1709
+ }
1710
+ export interface ListDataSetImportHistoryResponse {
1711
+ /**
1712
+ * <p>The data set import tasks.</p>
1713
+ */
1714
+ dataSetImportTasks: DataSetImportTask[] | undefined;
1715
+ /**
1716
+ * <p>If there are more items to return, this contains a token
1717
+ * that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
1718
+ */
1719
+ nextToken?: string;
1720
+ }
1721
+ export declare namespace ListDataSetImportHistoryResponse {
1722
+ /**
1723
+ * @internal
1724
+ */
1725
+ const filterSensitiveLog: (obj: ListDataSetImportHistoryResponse) => any;
1726
+ }
1727
+ export interface ListDataSetsRequest {
1728
+ /**
1729
+ * <p>The unique identifier of the application for which you want to list the associated data
1730
+ * sets.</p>
1731
+ */
1732
+ applicationId: string | undefined;
1733
+ /**
1734
+ * <p>A pagination token returned from a previous call to
1735
+ * this operation. This specifies the next item to return. To return to the beginning of the
1736
+ * list, exclude this parameter.</p>
1737
+ */
1738
+ nextToken?: string;
1739
+ /**
1740
+ * <p>The maximum number of objects to return.</p>
1741
+ */
1742
+ maxResults?: number;
1743
+ /**
1744
+ * <p>The prefix of the data set name, which you can use to filter the list of data
1745
+ * sets.</p>
1746
+ */
1747
+ prefix?: string;
1748
+ }
1749
+ export declare namespace ListDataSetsRequest {
1750
+ /**
1751
+ * @internal
1752
+ */
1753
+ const filterSensitiveLog: (obj: ListDataSetsRequest) => any;
1754
+ }
1755
+ /**
1756
+ * <p>A subset of the possible data set attributes.</p>
1757
+ */
1758
+ export interface DataSetSummary {
1759
+ /**
1760
+ * <p>The name of the data set.</p>
1761
+ */
1762
+ dataSetName: string | undefined;
1763
+ /**
1764
+ * <p>The type of data set. Possible values include VSAM, IS, PS, GDG, PO, PS, or
1765
+ * unknown.</p>
1766
+ */
1767
+ dataSetOrg?: string;
1768
+ /**
1769
+ * <p>The format of the data set. </p>
1770
+ */
1771
+ format?: string;
1772
+ /**
1773
+ * <p>The timestamp when the data set was created.</p>
1774
+ */
1775
+ creationTime?: Date;
1776
+ /**
1777
+ * <p>The last time the data set was updated.</p>
1778
+ */
1779
+ lastUpdatedTime?: Date;
1780
+ /**
1781
+ * <p>The last time the data set was referenced.</p>
1782
+ */
1783
+ lastReferencedTime?: Date;
1784
+ }
1785
+ export declare namespace DataSetSummary {
1786
+ /**
1787
+ * @internal
1788
+ */
1789
+ const filterSensitiveLog: (obj: DataSetSummary) => any;
1790
+ }
1791
+ export interface ListDataSetsResponse {
1792
+ /**
1793
+ * <p>The list of data sets, containing ionformation including the creating time, the data set
1794
+ * name, the data set organization, the data set format, and the last time the data set was
1795
+ * referenced or updated.</p>
1796
+ */
1797
+ dataSets: DataSetSummary[] | undefined;
1798
+ /**
1799
+ * <p>If there are more items to return, this contains a token
1800
+ * that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
1801
+ */
1802
+ nextToken?: string;
1803
+ }
1804
+ export declare namespace ListDataSetsResponse {
1805
+ /**
1806
+ * @internal
1807
+ */
1808
+ const filterSensitiveLog: (obj: ListDataSetsResponse) => any;
1809
+ }
1810
+ export interface ListDeploymentsRequest {
1811
+ /**
1812
+ * <p>A pagination token returned from a previous call to
1813
+ * this operation. This specifies the next item to return. To return to the beginning of the
1814
+ * list, exclude this parameter.</p>
1815
+ */
1816
+ nextToken?: string;
1817
+ /**
1818
+ * <p>The maximum number of objects to return.</p>
1819
+ */
1820
+ maxResults?: number;
1821
+ /**
1822
+ * <p>The application identifier.</p>
1823
+ */
1824
+ applicationId: string | undefined;
1825
+ }
1826
+ export declare namespace ListDeploymentsRequest {
1827
+ /**
1828
+ * @internal
1829
+ */
1830
+ const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
1831
+ }
1832
+ /**
1833
+ * <p>A subset of information about a specific deployment.</p>
1834
+ */
1835
+ export interface DeploymentSummary {
1836
+ /**
1837
+ * <p>The unique identifier of the deployment.</p>
1838
+ */
1839
+ deploymentId: string | undefined;
1840
+ /**
1841
+ * <p>The unique identifier of the application.</p>
1842
+ */
1843
+ applicationId: string | undefined;
1844
+ /**
1845
+ * <p>The unique identifier of the environment.</p>
1846
+ */
1847
+ environmentId: string | undefined;
1848
+ /**
1849
+ * <p>The version of the application.</p>
1850
+ */
1851
+ applicationVersion: number | undefined;
1852
+ /**
1853
+ * <p>The current status of the deployment.</p>
1854
+ */
1855
+ status: DeploymentLifecycle | string | undefined;
1856
+ /**
1857
+ * <p>The timestamp when the deployment was created.</p>
1858
+ */
1859
+ creationTime: Date | undefined;
1860
+ /**
1861
+ * <p>The reason for the reported status.</p>
1862
+ */
1863
+ statusReason?: string;
1864
+ }
1865
+ export declare namespace DeploymentSummary {
1866
+ /**
1867
+ * @internal
1868
+ */
1869
+ const filterSensitiveLog: (obj: DeploymentSummary) => any;
1870
+ }
1871
+ export interface ListDeploymentsResponse {
1872
+ /**
1873
+ * <p>The list of deployments that is returned.</p>
1874
+ */
1875
+ deployments: DeploymentSummary[] | undefined;
1876
+ /**
1877
+ * <p>If there are more items to return, this contains a token
1878
+ * that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
1879
+ */
1880
+ nextToken?: string;
1881
+ }
1882
+ export declare namespace ListDeploymentsResponse {
1883
+ /**
1884
+ * @internal
1885
+ */
1886
+ const filterSensitiveLog: (obj: ListDeploymentsResponse) => any;
1887
+ }
1888
+ export interface StartApplicationRequest {
1889
+ /**
1890
+ * <p>The unique identifier of the application you want to start.</p>
1891
+ */
1892
+ applicationId: string | undefined;
1893
+ }
1894
+ export declare namespace StartApplicationRequest {
1895
+ /**
1896
+ * @internal
1897
+ */
1898
+ const filterSensitiveLog: (obj: StartApplicationRequest) => any;
1899
+ }
1900
+ export interface StartApplicationResponse {
1901
+ }
1902
+ export declare namespace StartApplicationResponse {
1903
+ /**
1904
+ * @internal
1905
+ */
1906
+ const filterSensitiveLog: (obj: StartApplicationResponse) => any;
1907
+ }
1908
+ /**
1909
+ * <p>A batch job identifier in which the batch job to run is identified by the file name and
1910
+ * the relative path to the file name.</p>
1911
+ */
1912
+ export interface FileBatchJobIdentifier {
1913
+ /**
1914
+ * <p>The file name for the batch job identifier.</p>
1915
+ */
1916
+ fileName: string | undefined;
1917
+ /**
1918
+ * <p>The relative path to the file name for the batch job identifier.</p>
1919
+ */
1920
+ folderPath?: string;
1921
+ }
1922
+ export declare namespace FileBatchJobIdentifier {
1923
+ /**
1924
+ * @internal
1925
+ */
1926
+ const filterSensitiveLog: (obj: FileBatchJobIdentifier) => any;
1927
+ }
1928
+ /**
1929
+ * <p>A batch job identifier in which the batch job to run is identified by the script
1930
+ * name.</p>
1931
+ */
1932
+ export interface ScriptBatchJobIdentifier {
1933
+ /**
1934
+ * <p>The name of the script containing the batch job definition.</p>
1935
+ */
1936
+ scriptName: string | undefined;
1937
+ }
1938
+ export declare namespace ScriptBatchJobIdentifier {
1939
+ /**
1940
+ * @internal
1941
+ */
1942
+ const filterSensitiveLog: (obj: ScriptBatchJobIdentifier) => any;
1943
+ }
1944
+ /**
1945
+ * <p>Identifies a specific batch job.</p>
1946
+ */
1947
+ export declare type BatchJobIdentifier = BatchJobIdentifier.FileBatchJobIdentifierMember | BatchJobIdentifier.ScriptBatchJobIdentifierMember | BatchJobIdentifier.$UnknownMember;
1948
+ export declare namespace BatchJobIdentifier {
1949
+ /**
1950
+ * <p>Specifies a file associated with a specific batch job.</p>
1951
+ */
1952
+ interface FileBatchJobIdentifierMember {
1953
+ fileBatchJobIdentifier: FileBatchJobIdentifier;
1954
+ scriptBatchJobIdentifier?: never;
1955
+ $unknown?: never;
1956
+ }
1957
+ /**
1958
+ * <p>A batch job identifier in which the batch job to run is identified by the script name.</p>
1959
+ */
1960
+ interface ScriptBatchJobIdentifierMember {
1961
+ fileBatchJobIdentifier?: never;
1962
+ scriptBatchJobIdentifier: ScriptBatchJobIdentifier;
1963
+ $unknown?: never;
1964
+ }
1965
+ interface $UnknownMember {
1966
+ fileBatchJobIdentifier?: never;
1967
+ scriptBatchJobIdentifier?: never;
1968
+ $unknown: [string, any];
1969
+ }
1970
+ interface Visitor<T> {
1971
+ fileBatchJobIdentifier: (value: FileBatchJobIdentifier) => T;
1972
+ scriptBatchJobIdentifier: (value: ScriptBatchJobIdentifier) => T;
1973
+ _: (name: string, value: any) => T;
1974
+ }
1975
+ const visit: <T>(value: BatchJobIdentifier, visitor: Visitor<T>) => T;
1976
+ /**
1977
+ * @internal
1978
+ */
1979
+ const filterSensitiveLog: (obj: BatchJobIdentifier) => any;
1980
+ }
1981
+ export interface StartBatchJobRequest {
1982
+ /**
1983
+ * <p>The unique identifier of the application associated with this batch job.</p>
1984
+ */
1985
+ applicationId: string | undefined;
1986
+ /**
1987
+ * <p>The unique identifier of the batch job.</p>
1988
+ */
1989
+ batchJobIdentifier: BatchJobIdentifier | undefined;
1990
+ /**
1991
+ * <p>The collection of batch job parameters. For details about limits for keys and values,
1992
+ * see <a href="https://www.ibm.com/docs/en/workload-automation/9.3.0?topic=zos-coding-variables-in-jcl">Coding variables in JCL</a>.</p>
1993
+ */
1994
+ jobParams?: Record<string, string>;
1995
+ }
1996
+ export declare namespace StartBatchJobRequest {
1997
+ /**
1998
+ * @internal
1999
+ */
2000
+ const filterSensitiveLog: (obj: StartBatchJobRequest) => any;
2001
+ }
2002
+ export interface StartBatchJobResponse {
2003
+ /**
2004
+ * <p>The unique identifier of this execution of the batch job.</p>
2005
+ */
2006
+ executionId: string | undefined;
2007
+ }
2008
+ export declare namespace StartBatchJobResponse {
2009
+ /**
2010
+ * @internal
2011
+ */
2012
+ const filterSensitiveLog: (obj: StartBatchJobResponse) => any;
2013
+ }
2014
+ export interface StopApplicationRequest {
2015
+ /**
2016
+ * <p>The unique identifier of the application you want to stop.</p>
2017
+ */
2018
+ applicationId: string | undefined;
2019
+ /**
2020
+ * <p>Stopping an application process can take a long time. Setting this parameter to true
2021
+ * lets you force stop the application so you don't need to wait until the process finishes to
2022
+ * apply another action on the application. The default value is false.</p>
2023
+ */
2024
+ forceStop?: boolean;
2025
+ }
2026
+ export declare namespace StopApplicationRequest {
2027
+ /**
2028
+ * @internal
2029
+ */
2030
+ const filterSensitiveLog: (obj: StopApplicationRequest) => any;
2031
+ }
2032
+ export interface StopApplicationResponse {
2033
+ }
2034
+ export declare namespace StopApplicationResponse {
2035
+ /**
2036
+ * @internal
2037
+ */
2038
+ const filterSensitiveLog: (obj: StopApplicationResponse) => any;
2039
+ }
2040
+ export interface UpdateApplicationRequest {
2041
+ /**
2042
+ * <p>The unique identifier of the application you want to update.</p>
2043
+ */
2044
+ applicationId: string | undefined;
2045
+ /**
2046
+ * <p>The description of the application to update.</p>
2047
+ */
2048
+ description?: string;
2049
+ /**
2050
+ * <p>The current version of the application to update.</p>
2051
+ */
2052
+ currentApplicationVersion: number | undefined;
2053
+ /**
2054
+ * <p>The application definition for this application. You can specify either inline JSON or
2055
+ * an S3 bucket location.</p>
2056
+ */
2057
+ definition?: Definition;
2058
+ }
2059
+ export declare namespace UpdateApplicationRequest {
2060
+ /**
2061
+ * @internal
2062
+ */
2063
+ const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
2064
+ }
2065
+ export interface UpdateApplicationResponse {
2066
+ /**
2067
+ * <p>The new version of the application.</p>
2068
+ */
2069
+ applicationVersion: number | undefined;
2070
+ }
2071
+ export declare namespace UpdateApplicationResponse {
2072
+ /**
2073
+ * @internal
2074
+ */
2075
+ const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
2076
+ }
2077
+ /**
2078
+ * <p>Defines the details of a high availability configuration.</p>
2079
+ */
2080
+ export interface HighAvailabilityConfig {
2081
+ /**
2082
+ * <p>The number of instances in a high availability configuration.</p>
2083
+ */
2084
+ desiredCapacity: number | undefined;
2085
+ }
2086
+ export declare namespace HighAvailabilityConfig {
2087
+ /**
2088
+ * @internal
2089
+ */
2090
+ const filterSensitiveLog: (obj: HighAvailabilityConfig) => any;
2091
+ }
2092
+ /**
2093
+ * <p>Defines the storage configuration for an Amazon EFS file system.</p>
2094
+ */
2095
+ export interface EfsStorageConfiguration {
2096
+ /**
2097
+ * <p>The file system identifier.</p>
2098
+ */
2099
+ fileSystemId: string | undefined;
2100
+ /**
2101
+ * <p>The mount point for the file system.</p>
2102
+ */
2103
+ mountPoint: string | undefined;
2104
+ }
2105
+ export declare namespace EfsStorageConfiguration {
2106
+ /**
2107
+ * @internal
2108
+ */
2109
+ const filterSensitiveLog: (obj: EfsStorageConfiguration) => any;
2110
+ }
2111
+ /**
2112
+ * <p>Defines the storage configuration for an Amazon FSx file system.</p>
2113
+ */
2114
+ export interface FsxStorageConfiguration {
2115
+ /**
2116
+ * <p>The file system identifier.</p>
2117
+ */
2118
+ fileSystemId: string | undefined;
2119
+ /**
2120
+ * <p>The mount point for the file system.</p>
2121
+ */
2122
+ mountPoint: string | undefined;
2123
+ }
2124
+ export declare namespace FsxStorageConfiguration {
2125
+ /**
2126
+ * @internal
2127
+ */
2128
+ const filterSensitiveLog: (obj: FsxStorageConfiguration) => any;
2129
+ }
2130
+ /**
2131
+ * <p>Defines the storage configuration for an environment.</p>
2132
+ */
2133
+ export declare type StorageConfiguration = StorageConfiguration.EfsMember | StorageConfiguration.FsxMember | StorageConfiguration.$UnknownMember;
2134
+ export declare namespace StorageConfiguration {
2135
+ /**
2136
+ * <p>Defines the storage configuration for an Amazon EFS file system.</p>
2137
+ */
2138
+ interface EfsMember {
2139
+ efs: EfsStorageConfiguration;
2140
+ fsx?: never;
2141
+ $unknown?: never;
2142
+ }
2143
+ /**
2144
+ * <p>Defines the storage configuration for an Amazon FSx file system.</p>
2145
+ */
2146
+ interface FsxMember {
2147
+ efs?: never;
2148
+ fsx: FsxStorageConfiguration;
2149
+ $unknown?: never;
2150
+ }
2151
+ interface $UnknownMember {
2152
+ efs?: never;
2153
+ fsx?: never;
2154
+ $unknown: [string, any];
2155
+ }
2156
+ interface Visitor<T> {
2157
+ efs: (value: EfsStorageConfiguration) => T;
2158
+ fsx: (value: FsxStorageConfiguration) => T;
2159
+ _: (name: string, value: any) => T;
2160
+ }
2161
+ const visit: <T>(value: StorageConfiguration, visitor: Visitor<T>) => T;
2162
+ /**
2163
+ * @internal
2164
+ */
2165
+ const filterSensitiveLog: (obj: StorageConfiguration) => any;
2166
+ }
2167
+ export interface CreateEnvironmentRequest {
2168
+ /**
2169
+ * <p>The unique identifier of the environment.</p>
2170
+ */
2171
+ name: string | undefined;
2172
+ /**
2173
+ * <p>The type of instance for the environment.</p>
2174
+ */
2175
+ instanceType: string | undefined;
2176
+ /**
2177
+ * <p>The description of the environment.</p>
2178
+ */
2179
+ description?: string;
2180
+ /**
2181
+ * <p>The engine type for the environment.</p>
2182
+ */
2183
+ engineType: EngineType | string | undefined;
2184
+ /**
2185
+ * <p>The version of the engine type for the environment.</p>
2186
+ */
2187
+ engineVersion?: string;
2188
+ /**
2189
+ * <p>The list of subnets associated with the VPC for this environment.</p>
2190
+ */
2191
+ subnetIds?: string[];
2192
+ /**
2193
+ * <p>The list of security groups for the VPC associated with this environment.</p>
2194
+ */
2195
+ securityGroupIds?: string[];
2196
+ /**
2197
+ * <p>Optional. The storage configurations for this environment.</p>
2198
+ */
2199
+ storageConfigurations?: StorageConfiguration[];
2200
+ /**
2201
+ * <p>Specifies whether the environment is publicly accessible.</p>
2202
+ */
2203
+ publiclyAccessible?: boolean;
2204
+ /**
2205
+ * <p>The details of a high availability configuration for this runtime environment.</p>
2206
+ */
2207
+ highAvailabilityConfig?: HighAvailabilityConfig;
2208
+ /**
2209
+ * <p>The tags for the environment.</p>
2210
+ */
2211
+ tags?: Record<string, string>;
2212
+ /**
2213
+ * <p>Configures a desired maintenance window for the environment. If you do not provide a
2214
+ * value, a random system-generated value will be assigned.</p>
2215
+ */
2216
+ preferredMaintenanceWindow?: string;
2217
+ /**
2218
+ * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request
2219
+ * to create an environment. The service generates the clientToken when the API call is
2220
+ * triggered. The token expires after one hour, so if you retry the API within this timeframe
2221
+ * with the same clientToken, you will get the same response. The service also handles
2222
+ * deleting the clientToken after it expires. </p>
2223
+ */
2224
+ clientToken?: string;
2225
+ }
2226
+ export declare namespace CreateEnvironmentRequest {
2227
+ /**
2228
+ * @internal
2229
+ */
2230
+ const filterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
2231
+ }
2232
+ export interface CreateEnvironmentResponse {
2233
+ /**
2234
+ * <p>The identifier of this environment.</p>
2235
+ */
2236
+ environmentId: string | undefined;
2237
+ }
2238
+ export declare namespace CreateEnvironmentResponse {
2239
+ /**
2240
+ * @internal
2241
+ */
2242
+ const filterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
2243
+ }
2244
+ export interface DeleteEnvironmentRequest {
2245
+ /**
2246
+ * <p>The unique identifier of the runtime environment you want to delete.</p>
2247
+ */
2248
+ environmentId: string | undefined;
2249
+ }
2250
+ export declare namespace DeleteEnvironmentRequest {
2251
+ /**
2252
+ * @internal
2253
+ */
2254
+ const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
2255
+ }
2256
+ export interface DeleteEnvironmentResponse {
2257
+ }
2258
+ export declare namespace DeleteEnvironmentResponse {
2259
+ /**
2260
+ * @internal
2261
+ */
2262
+ const filterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
2263
+ }
2264
+ export interface GetEnvironmentRequest {
2265
+ /**
2266
+ * <p>The unique identifier of the runtime environment.</p>
2267
+ */
2268
+ environmentId: string | undefined;
2269
+ }
2270
+ export declare namespace GetEnvironmentRequest {
2271
+ /**
2272
+ * @internal
2273
+ */
2274
+ const filterSensitiveLog: (obj: GetEnvironmentRequest) => any;
2275
+ }
2276
+ /**
2277
+ * <p>The information about the maintenance schedule.</p>
2278
+ */
2279
+ export interface MaintenanceSchedule {
2280
+ /**
2281
+ * <p>The time the scheduled maintenance is to start.</p>
2282
+ */
2283
+ startTime?: Date;
2284
+ /**
2285
+ * <p>The time the scheduled maintenance is to end.</p>
2286
+ */
2287
+ endTime?: Date;
2288
+ }
2289
+ export declare namespace MaintenanceSchedule {
2290
+ /**
2291
+ * @internal
2292
+ */
2293
+ const filterSensitiveLog: (obj: MaintenanceSchedule) => any;
2294
+ }
2295
+ /**
2296
+ * <p>The scheduled maintenance for a runtime engine.</p>
2297
+ */
2298
+ export interface PendingMaintenance {
2299
+ /**
2300
+ * <p>The maintenance schedule for the engine version.</p>
2301
+ */
2302
+ schedule?: MaintenanceSchedule;
2303
+ /**
2304
+ * <p>The specific runtime engine that the maintenance schedule applies to.</p>
2305
+ */
2306
+ engineVersion?: string;
2307
+ }
2308
+ export declare namespace PendingMaintenance {
2309
+ /**
2310
+ * @internal
2311
+ */
2312
+ const filterSensitiveLog: (obj: PendingMaintenance) => any;
2313
+ }
2314
+ export declare enum EnvironmentLifecycle {
2315
+ AVAILABLE = "Available",
2316
+ CREATING = "Creating",
2317
+ DELETING = "Deleting",
2318
+ FAILED = "Failed"
2319
+ }
2320
+ export interface GetEnvironmentResponse {
2321
+ /**
2322
+ * <p>The name of the runtime environment. </p>
2323
+ */
2324
+ name: string | undefined;
2325
+ /**
2326
+ * <p>The description of the runtime environment.</p>
2327
+ */
2328
+ description?: string;
2329
+ /**
2330
+ * <p>The Amazon Resource Name (ARN) of the runtime environment.</p>
2331
+ */
2332
+ environmentArn: string | undefined;
2333
+ /**
2334
+ * <p>The unique identifier of the runtime environment.</p>
2335
+ */
2336
+ environmentId: string | undefined;
2337
+ /**
2338
+ * <p>The type of instance underlying the runtime environment.</p>
2339
+ */
2340
+ instanceType: string | undefined;
2341
+ /**
2342
+ * <p>The status of the runtime environment.</p>
2343
+ */
2344
+ status: EnvironmentLifecycle | string | undefined;
2345
+ /**
2346
+ * <p>The target platform for the runtime environment.</p>
2347
+ */
2348
+ engineType: EngineType | string | undefined;
2349
+ /**
2350
+ * <p>The version of the runtime engine.</p>
2351
+ */
2352
+ engineVersion: string | undefined;
2353
+ /**
2354
+ * <p>The unique identifier for the VPC used with this runtime environment.</p>
2355
+ */
2356
+ vpcId: string | undefined;
2357
+ /**
2358
+ * <p>The unique identifiers of the subnets assigned to this runtime environment.</p>
2359
+ */
2360
+ subnetIds: string[] | undefined;
2361
+ /**
2362
+ * <p>The unique identifiers of the security groups assigned to this runtime
2363
+ * environment.</p>
2364
+ */
2365
+ securityGroupIds: string[] | undefined;
2366
+ /**
2367
+ * <p>The timestamp when the runtime environment was created.</p>
2368
+ */
2369
+ creationTime: Date | undefined;
2370
+ /**
2371
+ * <p>The storage configurations defined for the runtime environment.</p>
2372
+ */
2373
+ storageConfigurations?: StorageConfiguration[];
2374
+ /**
2375
+ * <p>The tags defined for this runtime environment.</p>
2376
+ */
2377
+ tags?: Record<string, string>;
2378
+ /**
2379
+ * <p>The desired capacity of the high availability configuration for the runtime
2380
+ * environment.</p>
2381
+ */
2382
+ highAvailabilityConfig?: HighAvailabilityConfig;
2383
+ /**
2384
+ * <p>Whether applications running in this runtime environment are publicly accessible.
2385
+ * </p>
2386
+ */
2387
+ publiclyAccessible?: boolean;
2388
+ /**
2389
+ * <p>The number of instances included in the runtime environment. A standalone runtime
2390
+ * environment has a maxiumum of one instance. Currently, a high availability runtime
2391
+ * environment has a maximum of two instances. </p>
2392
+ */
2393
+ actualCapacity?: number;
2394
+ /**
2395
+ * <p>The Amazon Resource Name (ARN) for the load balancer used with the runtime
2396
+ * environment.</p>
2397
+ */
2398
+ loadBalancerArn?: string;
2399
+ /**
2400
+ * <p>The reason for the reported status.</p>
2401
+ */
2402
+ statusReason?: string;
2403
+ /**
2404
+ * <p>Configures a desired maintenance window for the environment. If you do not provide a
2405
+ * value, a random system-generated value will be assigned.</p>
2406
+ */
2407
+ preferredMaintenanceWindow?: string;
2408
+ /**
2409
+ * <p>Indicates the pending maintenance scheduled on this environment.</p>
2410
+ */
2411
+ pendingMaintenance?: PendingMaintenance;
2412
+ }
2413
+ export declare namespace GetEnvironmentResponse {
2414
+ /**
2415
+ * @internal
2416
+ */
2417
+ const filterSensitiveLog: (obj: GetEnvironmentResponse) => any;
2418
+ }
2419
+ export interface ListEnvironmentsRequest {
2420
+ /**
2421
+ * <p>A pagination token to control the number of environments displayed in the list.</p>
2422
+ */
2423
+ nextToken?: string;
2424
+ /**
2425
+ * <p>The maximum number of environments to return.</p>
2426
+ */
2427
+ maxResults?: number;
2428
+ /**
2429
+ * <p>The name of the environment.</p>
2430
+ */
2431
+ names?: string[];
2432
+ /**
2433
+ * <p>The engine type for the environment.</p>
2434
+ */
2435
+ engineType?: EngineType | string;
2436
+ }
2437
+ export declare namespace ListEnvironmentsRequest {
2438
+ /**
2439
+ * @internal
2440
+ */
2441
+ const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
2442
+ }
2443
+ /**
2444
+ * <p>Contains a subset of the possible environment attributes. Used in the environment
2445
+ * list.</p>
2446
+ */
2447
+ export interface EnvironmentSummary {
2448
+ /**
2449
+ * <p>The name of the environment.</p>
2450
+ */
2451
+ name: string | undefined;
2452
+ /**
2453
+ * <p>The Amazon Resource Name (ARN) of a particular runtime environment.</p>
2454
+ */
2455
+ environmentArn: string | undefined;
2456
+ /**
2457
+ * <p>The unique identifier of a particular runtime environment.</p>
2458
+ */
2459
+ environmentId: string | undefined;
2460
+ /**
2461
+ * <p>The instance type of the environment.</p>
2462
+ */
2463
+ instanceType: string | undefined;
2464
+ /**
2465
+ * <p>The status of the environment</p>
2466
+ */
2467
+ status: EnvironmentLifecycle | string | undefined;
2468
+ /**
2469
+ * <p>The target platform for the environment.</p>
2470
+ */
2471
+ engineType: EngineType | string | undefined;
2472
+ /**
2473
+ * <p>The version of the runtime engine.</p>
2474
+ */
2475
+ engineVersion: string | undefined;
2476
+ /**
2477
+ * <p>The timestamp when the environment was created.</p>
2478
+ */
2479
+ creationTime: Date | undefined;
2480
+ }
2481
+ export declare namespace EnvironmentSummary {
2482
+ /**
2483
+ * @internal
2484
+ */
2485
+ const filterSensitiveLog: (obj: EnvironmentSummary) => any;
2486
+ }
2487
+ export interface ListEnvironmentsResponse {
2488
+ /**
2489
+ * <p>Returns a list of summary details for all the environments in your account. </p>
2490
+ */
2491
+ environments: EnvironmentSummary[] | undefined;
2492
+ /**
2493
+ * <p>A pagination token that's returned when the response doesn't contain all the
2494
+ * environments.</p>
2495
+ */
2496
+ nextToken?: string;
2497
+ }
2498
+ export declare namespace ListEnvironmentsResponse {
2499
+ /**
2500
+ * @internal
2501
+ */
2502
+ const filterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
2503
+ }
2504
+ export interface UpdateEnvironmentRequest {
2505
+ /**
2506
+ * <p>The unique identifier of the runtime environment that you want to update.</p>
2507
+ */
2508
+ environmentId: string | undefined;
2509
+ /**
2510
+ * <p>The desired capacity for the environment to update.</p>
2511
+ */
2512
+ desiredCapacity?: number;
2513
+ /**
2514
+ * <p>The instance type for the environment to update.</p>
2515
+ */
2516
+ instanceType?: string;
2517
+ /**
2518
+ * <p>The version of the runtime engine for the environment.</p>
2519
+ */
2520
+ engineVersion?: string;
2521
+ /**
2522
+ * <p>Configures a desired maintenance window for the environment. If you do not provide a
2523
+ * value, a random system-generated value will be assigned.</p>
2524
+ */
2525
+ preferredMaintenanceWindow?: string;
2526
+ /**
2527
+ * <p>Indicates whether to update the environment during the maintenance window. The default
2528
+ * is false. Currently, Amazon Web Services Mainframe Modernization accepts the <code>engineVersion</code> parameter only if
2529
+ * <code>applyDuringMaintenanceWindow</code> is true. If any parameter other than
2530
+ * <code>engineVersion</code> is provided in <code>UpdateEnvironmentRequest</code>, it will
2531
+ * fail if <code>applyDuringMaintenanceWindow</code> is set to true.</p>
2532
+ */
2533
+ applyDuringMaintenanceWindow?: boolean;
2534
+ }
2535
+ export declare namespace UpdateEnvironmentRequest {
2536
+ /**
2537
+ * @internal
2538
+ */
2539
+ const filterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
2540
+ }
2541
+ export interface UpdateEnvironmentResponse {
2542
+ /**
2543
+ * <p>The unique identifier of the runtime environment that was updated.</p>
2544
+ */
2545
+ environmentId: string | undefined;
2546
+ }
2547
+ export declare namespace UpdateEnvironmentResponse {
2548
+ /**
2549
+ * @internal
2550
+ */
2551
+ const filterSensitiveLog: (obj: UpdateEnvironmentResponse) => any;
2552
+ }
2553
+ export interface ListEngineVersionsRequest {
2554
+ /**
2555
+ * <p>The type of target platform.</p>
2556
+ */
2557
+ engineType?: EngineType | string;
2558
+ /**
2559
+ * <p>A pagination token returned from a previous call to
2560
+ * this operation. This specifies the next item to return. To return to the beginning of the
2561
+ * list, exclude this parameter.</p>
2562
+ */
2563
+ nextToken?: string;
2564
+ /**
2565
+ * <p>The maximum number of objects to return.</p>
2566
+ */
2567
+ maxResults?: number;
2568
+ }
2569
+ export declare namespace ListEngineVersionsRequest {
2570
+ /**
2571
+ * @internal
2572
+ */
2573
+ const filterSensitiveLog: (obj: ListEngineVersionsRequest) => any;
2574
+ }
2575
+ /**
2576
+ * <p>A subset of information about the engine version for a specific application.</p>
2577
+ */
2578
+ export interface EngineVersionsSummary {
2579
+ /**
2580
+ * <p>The type of target platform for the application.</p>
2581
+ */
2582
+ engineType: string | undefined;
2583
+ /**
2584
+ * <p>The version of the engine type used by the application.</p>
2585
+ */
2586
+ engineVersion: string | undefined;
2587
+ }
2588
+ export declare namespace EngineVersionsSummary {
2589
+ /**
2590
+ * @internal
2591
+ */
2592
+ const filterSensitiveLog: (obj: EngineVersionsSummary) => any;
2593
+ }
2594
+ export interface ListEngineVersionsResponse {
2595
+ /**
2596
+ * <p>Returns the engine versions.</p>
2597
+ */
2598
+ engineVersions: EngineVersionsSummary[] | undefined;
2599
+ /**
2600
+ * <p>If there are more items to return, this contains a token
2601
+ * that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
2602
+ */
2603
+ nextToken?: string;
2604
+ }
2605
+ export declare namespace ListEngineVersionsResponse {
2606
+ /**
2607
+ * @internal
2608
+ */
2609
+ const filterSensitiveLog: (obj: ListEngineVersionsResponse) => any;
2610
+ }
2611
+ export interface ListTagsForResourceRequest {
2612
+ /**
2613
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
2614
+ */
2615
+ resourceArn: string | undefined;
2616
+ }
2617
+ export declare namespace ListTagsForResourceRequest {
2618
+ /**
2619
+ * @internal
2620
+ */
2621
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2622
+ }
2623
+ export interface ListTagsForResourceResponse {
2624
+ /**
2625
+ * <p>The tags for the resource.</p>
2626
+ */
2627
+ tags: Record<string, string> | undefined;
2628
+ }
2629
+ export declare namespace ListTagsForResourceResponse {
2630
+ /**
2631
+ * @internal
2632
+ */
2633
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2634
+ }
2635
+ export interface TagResourceRequest {
2636
+ /**
2637
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
2638
+ */
2639
+ resourceArn: string | undefined;
2640
+ /**
2641
+ * <p>The tags to add to the resource.</p>
2642
+ */
2643
+ tags: Record<string, string> | undefined;
2644
+ }
2645
+ export declare namespace TagResourceRequest {
2646
+ /**
2647
+ * @internal
2648
+ */
2649
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2650
+ }
2651
+ export interface TagResourceResponse {
2652
+ }
2653
+ export declare namespace TagResourceResponse {
2654
+ /**
2655
+ * @internal
2656
+ */
2657
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
2658
+ }
2659
+ export interface UntagResourceRequest {
2660
+ /**
2661
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
2662
+ */
2663
+ resourceArn: string | undefined;
2664
+ /**
2665
+ * <p>The keys of the tags to remove.</p>
2666
+ */
2667
+ tagKeys: string[] | undefined;
2668
+ }
2669
+ export declare namespace UntagResourceRequest {
2670
+ /**
2671
+ * @internal
2672
+ */
2673
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2674
+ }
2675
+ export interface UntagResourceResponse {
2676
+ }
2677
+ export declare namespace UntagResourceResponse {
2678
+ /**
2679
+ * @internal
2680
+ */
2681
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2682
+ }