@aws-sdk/client-emr-containers 3.35.0 → 3.38.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 (188) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/EMRContainers.js +0 -25
  3. package/dist-cjs/EMRContainersClient.js +0 -30
  4. package/dist-cjs/commands/CancelJobRunCommand.js +0 -25
  5. package/dist-cjs/commands/CreateManagedEndpointCommand.js +0 -25
  6. package/dist-cjs/commands/CreateVirtualClusterCommand.js +0 -25
  7. package/dist-cjs/commands/DeleteManagedEndpointCommand.js +0 -25
  8. package/dist-cjs/commands/DeleteVirtualClusterCommand.js +0 -25
  9. package/dist-cjs/commands/DescribeJobRunCommand.js +0 -25
  10. package/dist-cjs/commands/DescribeManagedEndpointCommand.js +0 -25
  11. package/dist-cjs/commands/DescribeVirtualClusterCommand.js +0 -25
  12. package/dist-cjs/commands/ListJobRunsCommand.js +0 -25
  13. package/dist-cjs/commands/ListManagedEndpointsCommand.js +0 -25
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  15. package/dist-cjs/commands/ListVirtualClustersCommand.js +0 -25
  16. package/dist-cjs/commands/StartJobRunCommand.js +0 -25
  17. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  18. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  19. package/dist-cjs/commands/index.js +18 -0
  20. package/dist-cjs/endpoints.js +1 -2
  21. package/dist-cjs/index.js +4 -22
  22. package/dist-cjs/models/index.js +0 -1
  23. package/dist-cjs/models/models_0.js +0 -139
  24. package/dist-cjs/pagination/Interfaces.js +0 -1
  25. package/dist-cjs/pagination/ListJobRunsPaginator.js +0 -11
  26. package/dist-cjs/pagination/ListManagedEndpointsPaginator.js +0 -11
  27. package/dist-cjs/pagination/ListVirtualClustersPaginator.js +0 -11
  28. package/dist-cjs/pagination/index.js +7 -0
  29. package/dist-cjs/protocols/Aws_restJson1.js +0 -6
  30. package/dist-cjs/runtimeConfig.browser.js +1 -6
  31. package/dist-cjs/runtimeConfig.js +2 -7
  32. package/dist-cjs/runtimeConfig.native.js +0 -4
  33. package/dist-cjs/runtimeConfig.shared.js +0 -4
  34. package/dist-es/EMRContainers.js +0 -1
  35. package/dist-es/EMRContainersClient.js +0 -1
  36. package/dist-es/commands/CancelJobRunCommand.js +0 -1
  37. package/dist-es/commands/CreateManagedEndpointCommand.js +0 -1
  38. package/dist-es/commands/CreateVirtualClusterCommand.js +0 -1
  39. package/dist-es/commands/DeleteManagedEndpointCommand.js +0 -1
  40. package/dist-es/commands/DeleteVirtualClusterCommand.js +0 -1
  41. package/dist-es/commands/DescribeJobRunCommand.js +0 -1
  42. package/dist-es/commands/DescribeManagedEndpointCommand.js +0 -1
  43. package/dist-es/commands/DescribeVirtualClusterCommand.js +0 -1
  44. package/dist-es/commands/ListJobRunsCommand.js +0 -1
  45. package/dist-es/commands/ListManagedEndpointsCommand.js +0 -1
  46. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  47. package/dist-es/commands/ListVirtualClustersCommand.js +0 -1
  48. package/dist-es/commands/StartJobRunCommand.js +0 -1
  49. package/dist-es/commands/TagResourceCommand.js +0 -1
  50. package/dist-es/commands/UntagResourceCommand.js +0 -1
  51. package/dist-es/commands/index.js +15 -0
  52. package/dist-es/endpoints.js +1 -2
  53. package/dist-es/index.js +4 -22
  54. package/dist-es/models/index.js +0 -1
  55. package/dist-es/models/models_0.js +0 -1
  56. package/dist-es/pagination/Interfaces.js +0 -1
  57. package/dist-es/pagination/ListJobRunsPaginator.js +0 -1
  58. package/dist-es/pagination/ListManagedEndpointsPaginator.js +0 -1
  59. package/dist-es/pagination/ListVirtualClustersPaginator.js +0 -1
  60. package/dist-es/pagination/index.js +4 -0
  61. package/dist-es/protocols/Aws_restJson1.js +0 -1
  62. package/dist-es/runtimeConfig.browser.js +1 -2
  63. package/dist-es/runtimeConfig.js +2 -3
  64. package/dist-es/runtimeConfig.native.js +0 -1
  65. package/dist-es/runtimeConfig.shared.js +0 -1
  66. package/dist-types/commands/index.d.ts +15 -0
  67. package/dist-types/index.d.ts +4 -21
  68. package/dist-types/pagination/index.d.ts +4 -0
  69. package/dist-types/ts3.4/EMRContainers.d.ts +16 -69
  70. package/dist-types/ts3.4/EMRContainersClient.d.ts +24 -110
  71. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +2 -20
  72. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +2 -20
  73. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +2 -20
  74. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +2 -20
  75. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +2 -20
  76. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +2 -20
  77. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +2 -20
  78. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +2 -20
  79. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +2 -20
  80. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +2 -20
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  87. package/dist-types/ts3.4/index.d.ts +4 -21
  88. package/dist-types/ts3.4/models/models_0.d.ts +205 -623
  89. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  94. package/package.json +33 -30
  95. package/dist-cjs/EMRContainers.js.map +0 -1
  96. package/dist-cjs/EMRContainersClient.js.map +0 -1
  97. package/dist-cjs/commands/CancelJobRunCommand.js.map +0 -1
  98. package/dist-cjs/commands/CreateManagedEndpointCommand.js.map +0 -1
  99. package/dist-cjs/commands/CreateVirtualClusterCommand.js.map +0 -1
  100. package/dist-cjs/commands/DeleteManagedEndpointCommand.js.map +0 -1
  101. package/dist-cjs/commands/DeleteVirtualClusterCommand.js.map +0 -1
  102. package/dist-cjs/commands/DescribeJobRunCommand.js.map +0 -1
  103. package/dist-cjs/commands/DescribeManagedEndpointCommand.js.map +0 -1
  104. package/dist-cjs/commands/DescribeVirtualClusterCommand.js.map +0 -1
  105. package/dist-cjs/commands/ListJobRunsCommand.js.map +0 -1
  106. package/dist-cjs/commands/ListManagedEndpointsCommand.js.map +0 -1
  107. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  108. package/dist-cjs/commands/ListVirtualClustersCommand.js.map +0 -1
  109. package/dist-cjs/commands/StartJobRunCommand.js.map +0 -1
  110. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  111. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  112. package/dist-cjs/endpoints.js.map +0 -1
  113. package/dist-cjs/index.js.map +0 -1
  114. package/dist-cjs/models/index.js.map +0 -1
  115. package/dist-cjs/models/models_0.js.map +0 -1
  116. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  117. package/dist-cjs/pagination/ListJobRunsPaginator.js.map +0 -1
  118. package/dist-cjs/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  119. package/dist-cjs/pagination/ListVirtualClustersPaginator.js.map +0 -1
  120. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  121. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  122. package/dist-cjs/runtimeConfig.js.map +0 -1
  123. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  124. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  125. package/dist-es/EMRContainers.js.map +0 -1
  126. package/dist-es/EMRContainersClient.js.map +0 -1
  127. package/dist-es/commands/CancelJobRunCommand.js.map +0 -1
  128. package/dist-es/commands/CreateManagedEndpointCommand.js.map +0 -1
  129. package/dist-es/commands/CreateVirtualClusterCommand.js.map +0 -1
  130. package/dist-es/commands/DeleteManagedEndpointCommand.js.map +0 -1
  131. package/dist-es/commands/DeleteVirtualClusterCommand.js.map +0 -1
  132. package/dist-es/commands/DescribeJobRunCommand.js.map +0 -1
  133. package/dist-es/commands/DescribeManagedEndpointCommand.js.map +0 -1
  134. package/dist-es/commands/DescribeVirtualClusterCommand.js.map +0 -1
  135. package/dist-es/commands/ListJobRunsCommand.js.map +0 -1
  136. package/dist-es/commands/ListManagedEndpointsCommand.js.map +0 -1
  137. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  138. package/dist-es/commands/ListVirtualClustersCommand.js.map +0 -1
  139. package/dist-es/commands/StartJobRunCommand.js.map +0 -1
  140. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  141. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  142. package/dist-es/endpoints.js.map +0 -1
  143. package/dist-es/index.js.map +0 -1
  144. package/dist-es/models/index.js.map +0 -1
  145. package/dist-es/models/models_0.js.map +0 -1
  146. package/dist-es/pagination/Interfaces.js.map +0 -1
  147. package/dist-es/pagination/ListJobRunsPaginator.js.map +0 -1
  148. package/dist-es/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  149. package/dist-es/pagination/ListVirtualClustersPaginator.js.map +0 -1
  150. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  151. package/dist-es/runtimeConfig.browser.js.map +0 -1
  152. package/dist-es/runtimeConfig.js.map +0 -1
  153. package/dist-es/runtimeConfig.native.js.map +0 -1
  154. package/dist-es/runtimeConfig.shared.js.map +0 -1
  155. package/jest.config.js +0 -4
  156. package/src/EMRContainers.ts +0 -551
  157. package/src/EMRContainersClient.ts +0 -329
  158. package/src/commands/CancelJobRunCommand.ts +0 -95
  159. package/src/commands/CreateManagedEndpointCommand.ts +0 -95
  160. package/src/commands/CreateVirtualClusterCommand.ts +0 -95
  161. package/src/commands/DeleteManagedEndpointCommand.ts +0 -95
  162. package/src/commands/DeleteVirtualClusterCommand.ts +0 -95
  163. package/src/commands/DescribeJobRunCommand.ts +0 -95
  164. package/src/commands/DescribeManagedEndpointCommand.ts +0 -95
  165. package/src/commands/DescribeVirtualClusterCommand.ts +0 -95
  166. package/src/commands/ListJobRunsCommand.ts +0 -95
  167. package/src/commands/ListManagedEndpointsCommand.ts +0 -95
  168. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  169. package/src/commands/ListVirtualClustersCommand.ts +0 -95
  170. package/src/commands/StartJobRunCommand.ts +0 -95
  171. package/src/commands/TagResourceCommand.ts +0 -95
  172. package/src/commands/UntagResourceCommand.ts +0 -95
  173. package/src/endpoints.ts +0 -83
  174. package/src/index.ts +0 -22
  175. package/src/models/index.ts +0 -1
  176. package/src/models/models_0.ts +0 -1388
  177. package/src/pagination/Interfaces.ts +0 -8
  178. package/src/pagination/ListJobRunsPaginator.ts +0 -55
  179. package/src/pagination/ListManagedEndpointsPaginator.ts +0 -59
  180. package/src/pagination/ListVirtualClustersPaginator.ts +0 -59
  181. package/src/protocols/Aws_restJson1.ts +0 -2265
  182. package/src/runtimeConfig.browser.ts +0 -41
  183. package/src/runtimeConfig.native.ts +0 -17
  184. package/src/runtimeConfig.shared.ts +0 -17
  185. package/src/runtimeConfig.ts +0 -46
  186. package/tsconfig.es.json +0 -10
  187. package/tsconfig.json +0 -33
  188. package/tsconfig.types.json +0 -9
@@ -1,186 +1,118 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
2
  export interface CancelJobRunRequest {
3
- /**
4
- * <p>The ID of the job run to cancel.</p>
5
- */
3
+
6
4
  id: string | undefined;
7
- /**
8
- * <p>The ID of the virtual cluster for which the job run will be canceled.</p>
9
- */
5
+
10
6
  virtualClusterId: string | undefined;
11
7
  }
12
8
  export declare namespace CancelJobRunRequest {
13
- /**
14
- * @internal
15
- */
9
+
16
10
  const filterSensitiveLog: (obj: CancelJobRunRequest) => any;
17
11
  }
18
12
  export interface CancelJobRunResponse {
19
- /**
20
- * <p>The output contains the ID of the cancelled job run.</p>
21
- */
13
+
22
14
  id?: string;
23
- /**
24
- * <p>The output contains the virtual cluster ID for which the job run is cancelled.</p>
25
- */
15
+
26
16
  virtualClusterId?: string;
27
17
  }
28
18
  export declare namespace CancelJobRunResponse {
29
- /**
30
- * @internal
31
- */
19
+
32
20
  const filterSensitiveLog: (obj: CancelJobRunResponse) => any;
33
21
  }
34
- /**
35
- * <p>This is an internal server exception.</p>
36
- */
22
+
37
23
  export interface InternalServerException extends __SmithyException, $MetadataBearer {
38
24
  name: "InternalServerException";
39
25
  $fault: "server";
40
26
  message?: string;
41
27
  }
42
28
  export declare namespace InternalServerException {
43
- /**
44
- * @internal
45
- */
29
+
46
30
  const filterSensitiveLog: (obj: InternalServerException) => any;
47
31
  }
48
- /**
49
- * <p>There are invalid parameters in the client request.</p>
50
- */
32
+
51
33
  export interface ValidationException extends __SmithyException, $MetadataBearer {
52
34
  name: "ValidationException";
53
35
  $fault: "client";
54
36
  message?: string;
55
37
  }
56
38
  export declare namespace ValidationException {
57
- /**
58
- * @internal
59
- */
39
+
60
40
  const filterSensitiveLog: (obj: ValidationException) => any;
61
41
  }
62
- /**
63
- * <p>A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.</p>
64
- */
42
+
65
43
  export interface CloudWatchMonitoringConfiguration {
66
- /**
67
- * <p>The name of the log group for log publishing.</p>
68
- */
44
+
69
45
  logGroupName: string | undefined;
70
- /**
71
- * <p>The specified name prefix for log streams.</p>
72
- */
46
+
73
47
  logStreamNamePrefix?: string;
74
48
  }
75
49
  export declare namespace CloudWatchMonitoringConfiguration {
76
- /**
77
- * @internal
78
- */
50
+
79
51
  const filterSensitiveLog: (obj: CloudWatchMonitoringConfiguration) => any;
80
52
  }
81
53
  export declare enum PersistentAppUI {
82
54
  DISABLED = "DISABLED",
83
55
  ENABLED = "ENABLED"
84
56
  }
85
- /**
86
- * <p> Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.</p>
87
- */
57
+
88
58
  export interface S3MonitoringConfiguration {
89
- /**
90
- * <p>Amazon S3 destination URI for log publishing.</p>
91
- */
59
+
92
60
  logUri: string | undefined;
93
61
  }
94
62
  export declare namespace S3MonitoringConfiguration {
95
- /**
96
- * @internal
97
- */
63
+
98
64
  const filterSensitiveLog: (obj: S3MonitoringConfiguration) => any;
99
65
  }
100
- /**
101
- * <p>Configuration setting for monitoring.</p>
102
- */
66
+
103
67
  export interface MonitoringConfiguration {
104
- /**
105
- * <p>Monitoring configurations for the persistent application UI. </p>
106
- */
68
+
107
69
  persistentAppUI?: PersistentAppUI | string;
108
- /**
109
- * <p>Monitoring configurations for CloudWatch.</p>
110
- */
70
+
111
71
  cloudWatchMonitoringConfiguration?: CloudWatchMonitoringConfiguration;
112
- /**
113
- * <p>Amazon S3 configuration for monitoring log publishing.</p>
114
- */
72
+
115
73
  s3MonitoringConfiguration?: S3MonitoringConfiguration;
116
74
  }
117
75
  export declare namespace MonitoringConfiguration {
118
- /**
119
- * @internal
120
- */
76
+
121
77
  const filterSensitiveLog: (obj: MonitoringConfiguration) => any;
122
78
  }
123
79
  export interface CreateManagedEndpointResponse {
124
- /**
125
- * <p>The output contains the ID of the managed endpoint.</p>
126
- */
80
+
127
81
  id?: string;
128
- /**
129
- * <p>The output contains the name of the managed endpoint.</p>
130
- */
82
+
131
83
  name?: string;
132
- /**
133
- * <p>The output contains the ARN of the managed endpoint.</p>
134
- */
84
+
135
85
  arn?: string;
136
- /**
137
- * <p>The output contains the ID of the virtual cluster.</p>
138
- */
86
+
139
87
  virtualClusterId?: string;
140
88
  }
141
89
  export declare namespace CreateManagedEndpointResponse {
142
- /**
143
- * @internal
144
- */
90
+
145
91
  const filterSensitiveLog: (obj: CreateManagedEndpointResponse) => any;
146
92
  }
147
- /**
148
- * <p>The specified resource was not found.</p>
149
- */
93
+
150
94
  export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
151
95
  name: "ResourceNotFoundException";
152
96
  $fault: "client";
153
97
  message?: string;
154
98
  }
155
99
  export declare namespace ResourceNotFoundException {
156
- /**
157
- * @internal
158
- */
100
+
159
101
  const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
160
102
  }
161
- /**
162
- * <p>The information about the EKS cluster.</p>
163
- */
103
+
164
104
  export interface EksInfo {
165
- /**
166
- * <p>The namespaces of the EKS cluster.</p>
167
- */
105
+
168
106
  namespace?: string;
169
107
  }
170
108
  export declare namespace EksInfo {
171
- /**
172
- * @internal
173
- */
109
+
174
110
  const filterSensitiveLog: (obj: EksInfo) => any;
175
111
  }
176
- /**
177
- * <p>The information about the container used for a job run or a managed endpoint.</p>
178
- */
112
+
179
113
  export declare type ContainerInfo = ContainerInfo.EksInfoMember | ContainerInfo.$UnknownMember;
180
114
  export declare namespace ContainerInfo {
181
- /**
182
- * <p>The information about the EKS cluster.</p>
183
- */
115
+
184
116
  interface EksInfoMember {
185
117
  eksInfo: EksInfo;
186
118
  $unknown?: never;
@@ -197,153 +129,97 @@ export declare namespace ContainerInfo {
197
129
  _: (name: string, value: any) => T;
198
130
  }
199
131
  const visit: <T>(value: ContainerInfo, visitor: Visitor<T>) => T;
200
- /**
201
- * @internal
202
- */
132
+
203
133
  const filterSensitiveLog: (obj: ContainerInfo) => any;
204
134
  }
205
135
  export declare enum ContainerProviderType {
206
136
  EKS = "EKS"
207
137
  }
208
- /**
209
- * <p>The information about the container provider.</p>
210
- */
138
+
211
139
  export interface ContainerProvider {
212
- /**
213
- * <p>The type of the container provider. EKS is the only supported type as of now.</p>
214
- */
140
+
215
141
  type: ContainerProviderType | string | undefined;
216
- /**
217
- * <p>The ID of the container cluster.</p>
218
- */
142
+
219
143
  id: string | undefined;
220
- /**
221
- * <p>The information about the container cluster.</p>
222
- */
144
+
223
145
  info?: ContainerInfo;
224
146
  }
225
147
  export declare namespace ContainerProvider {
226
- /**
227
- * @internal
228
- */
148
+
229
149
  const filterSensitiveLog: (obj: ContainerProvider) => any;
230
150
  }
231
151
  export interface CreateVirtualClusterRequest {
232
- /**
233
- * <p>The specified name of the virtual cluster.</p>
234
- */
152
+
235
153
  name: string | undefined;
236
- /**
237
- * <p>The container provider of the virtual cluster.</p>
238
- */
154
+
239
155
  containerProvider: ContainerProvider | undefined;
240
- /**
241
- * <p>The client token of the virtual cluster.</p>
242
- */
156
+
243
157
  clientToken?: string;
244
- /**
245
- * <p>The tags assigned to the virtual cluster.</p>
246
- */
158
+
247
159
  tags?: {
248
160
  [key: string]: string;
249
161
  };
250
162
  }
251
163
  export declare namespace CreateVirtualClusterRequest {
252
- /**
253
- * @internal
254
- */
164
+
255
165
  const filterSensitiveLog: (obj: CreateVirtualClusterRequest) => any;
256
166
  }
257
167
  export interface CreateVirtualClusterResponse {
258
- /**
259
- * <p>This output contains the virtual cluster ID.</p>
260
- */
168
+
261
169
  id?: string;
262
- /**
263
- * <p>This output contains the name of the virtual cluster.</p>
264
- */
170
+
265
171
  name?: string;
266
- /**
267
- * <p>This output contains the ARN of virtual cluster.</p>
268
- */
172
+
269
173
  arn?: string;
270
174
  }
271
175
  export declare namespace CreateVirtualClusterResponse {
272
- /**
273
- * @internal
274
- */
176
+
275
177
  const filterSensitiveLog: (obj: CreateVirtualClusterResponse) => any;
276
178
  }
277
179
  export interface DeleteManagedEndpointRequest {
278
- /**
279
- * <p>The ID of the managed endpoint.</p>
280
- */
180
+
281
181
  id: string | undefined;
282
- /**
283
- * <p>The ID of the endpoint's virtual cluster.</p>
284
- */
182
+
285
183
  virtualClusterId: string | undefined;
286
184
  }
287
185
  export declare namespace DeleteManagedEndpointRequest {
288
- /**
289
- * @internal
290
- */
186
+
291
187
  const filterSensitiveLog: (obj: DeleteManagedEndpointRequest) => any;
292
188
  }
293
189
  export interface DeleteManagedEndpointResponse {
294
- /**
295
- * <p>The output displays the ID of the managed endpoint.</p>
296
- */
190
+
297
191
  id?: string;
298
- /**
299
- * <p>The output displays the ID of the endpoint's virtual cluster.</p>
300
- */
192
+
301
193
  virtualClusterId?: string;
302
194
  }
303
195
  export declare namespace DeleteManagedEndpointResponse {
304
- /**
305
- * @internal
306
- */
196
+
307
197
  const filterSensitiveLog: (obj: DeleteManagedEndpointResponse) => any;
308
198
  }
309
199
  export interface DeleteVirtualClusterRequest {
310
- /**
311
- * <p>The ID of the virtual cluster that will be deleted.</p>
312
- */
200
+
313
201
  id: string | undefined;
314
202
  }
315
203
  export declare namespace DeleteVirtualClusterRequest {
316
- /**
317
- * @internal
318
- */
204
+
319
205
  const filterSensitiveLog: (obj: DeleteVirtualClusterRequest) => any;
320
206
  }
321
207
  export interface DeleteVirtualClusterResponse {
322
- /**
323
- * <p>This output contains the ID of the virtual cluster that will be deleted. </p>
324
- */
208
+
325
209
  id?: string;
326
210
  }
327
211
  export declare namespace DeleteVirtualClusterResponse {
328
- /**
329
- * @internal
330
- */
212
+
331
213
  const filterSensitiveLog: (obj: DeleteVirtualClusterResponse) => any;
332
214
  }
333
215
  export interface DescribeJobRunRequest {
334
- /**
335
- * <p>The ID of the job run request. </p>
336
- */
216
+
337
217
  id: string | undefined;
338
- /**
339
- * <p>The ID of the virtual cluster for which the job run is submitted.</p>
340
- */
218
+
341
219
  virtualClusterId: string | undefined;
342
220
  }
343
221
  export declare namespace DescribeJobRunRequest {
344
- /**
345
- * @internal
346
- */
222
+
347
223
  const filterSensitiveLog: (obj: DescribeJobRunRequest) => any;
348
224
  }
349
225
  export declare enum FailureReason {
@@ -352,42 +228,26 @@ export declare enum FailureReason {
352
228
  USER_ERROR = "USER_ERROR",
353
229
  VALIDATION_ERROR = "VALIDATION_ERROR"
354
230
  }
355
- /**
356
- * <p>The information about job driver for Spark submit.</p>
357
- */
231
+
358
232
  export interface SparkSubmitJobDriver {
359
- /**
360
- * <p>The entry point of job application.</p>
361
- */
233
+
362
234
  entryPoint: string | undefined;
363
- /**
364
- * <p>The arguments for job application.</p>
365
- */
235
+
366
236
  entryPointArguments?: string[];
367
- /**
368
- * <p>The Spark submit parameters that are used for job runs.</p>
369
- */
237
+
370
238
  sparkSubmitParameters?: string;
371
239
  }
372
240
  export declare namespace SparkSubmitJobDriver {
373
- /**
374
- * @internal
375
- */
241
+
376
242
  const filterSensitiveLog: (obj: SparkSubmitJobDriver) => any;
377
243
  }
378
- /**
379
- * <p>Specify the driver that the job runs on.</p>
380
- */
244
+
381
245
  export interface JobDriver {
382
- /**
383
- * <p>The job driver parameters specified for spark submit.</p>
384
- */
246
+
385
247
  sparkSubmitJobDriver?: SparkSubmitJobDriver;
386
248
  }
387
249
  export declare namespace JobDriver {
388
- /**
389
- * @internal
390
- */
250
+
391
251
  const filterSensitiveLog: (obj: JobDriver) => any;
392
252
  }
393
253
  export declare enum JobRunState {
@@ -400,19 +260,13 @@ export declare enum JobRunState {
400
260
  SUBMITTED = "SUBMITTED"
401
261
  }
402
262
  export interface DescribeManagedEndpointRequest {
403
- /**
404
- * <p>This output displays ID of the managed endpoint.</p>
405
- */
263
+
406
264
  id: string | undefined;
407
- /**
408
- * <p>The ID of the endpoint's virtual cluster.</p>
409
- */
265
+
410
266
  virtualClusterId: string | undefined;
411
267
  }
412
268
  export declare namespace DescribeManagedEndpointRequest {
413
- /**
414
- * @internal
415
- */
269
+
416
270
  const filterSensitiveLog: (obj: DescribeManagedEndpointRequest) => any;
417
271
  }
418
272
  export declare enum EndpointState {
@@ -423,15 +277,11 @@ export declare enum EndpointState {
423
277
  TERMINATING = "TERMINATING"
424
278
  }
425
279
  export interface DescribeVirtualClusterRequest {
426
- /**
427
- * <p>The ID of the virtual cluster that will be described.</p>
428
- */
280
+
429
281
  id: string | undefined;
430
282
  }
431
283
  export declare namespace DescribeVirtualClusterRequest {
432
- /**
433
- * @internal
434
- */
284
+
435
285
  const filterSensitiveLog: (obj: DescribeVirtualClusterRequest) => any;
436
286
  }
437
287
  export declare enum VirtualClusterState {
@@ -440,634 +290,366 @@ export declare enum VirtualClusterState {
440
290
  TERMINATED = "TERMINATED",
441
291
  TERMINATING = "TERMINATING"
442
292
  }
443
- /**
444
- * <p>This entity describes a virtual cluster. A virtual cluster is a Kubernetes namespace that Amazon EMR is registered with. Amazon EMR uses virtual clusters to run jobs and host endpoints. Multiple virtual clusters can be backed by the same physical cluster. However, each virtual cluster maps to one namespace on an EKS cluster. Virtual clusters do not create any active resources that contribute to your bill or that require lifecycle management outside the service.</p>
445
- */
293
+
446
294
  export interface VirtualCluster {
447
- /**
448
- * <p>The ID of the virtual cluster.</p>
449
- */
295
+
450
296
  id?: string;
451
- /**
452
- * <p>The name of the virtual cluster.</p>
453
- */
297
+
454
298
  name?: string;
455
- /**
456
- * <p>The ARN of the virtual cluster.</p>
457
- */
299
+
458
300
  arn?: string;
459
- /**
460
- * <p>The state of the virtual cluster.</p>
461
- */
301
+
462
302
  state?: VirtualClusterState | string;
463
- /**
464
- * <p>The container provider of the virtual cluster.</p>
465
- */
303
+
466
304
  containerProvider?: ContainerProvider;
467
- /**
468
- * <p>The date and time when the virtual cluster is created.</p>
469
- */
305
+
470
306
  createdAt?: Date;
471
- /**
472
- * <p>The assigned tags of the virtual cluster.</p>
473
- */
307
+
474
308
  tags?: {
475
309
  [key: string]: string;
476
310
  };
477
311
  }
478
312
  export declare namespace VirtualCluster {
479
- /**
480
- * @internal
481
- */
313
+
482
314
  const filterSensitiveLog: (obj: VirtualCluster) => any;
483
315
  }
484
316
  export interface DescribeVirtualClusterResponse {
485
- /**
486
- * <p>This output displays information about the specified virtual cluster.</p>
487
- */
317
+
488
318
  virtualCluster?: VirtualCluster;
489
319
  }
490
320
  export declare namespace DescribeVirtualClusterResponse {
491
- /**
492
- * @internal
493
- */
321
+
494
322
  const filterSensitiveLog: (obj: DescribeVirtualClusterResponse) => any;
495
323
  }
496
324
  export interface ListJobRunsRequest {
497
- /**
498
- * <p>The ID of the virtual cluster for which to list the job run. </p>
499
- */
325
+
500
326
  virtualClusterId: string | undefined;
501
- /**
502
- * <p>The date and time before which the job runs were submitted.</p>
503
- */
327
+
504
328
  createdBefore?: Date;
505
- /**
506
- * <p>The date and time after which the job runs were submitted.</p>
507
- */
329
+
508
330
  createdAfter?: Date;
509
- /**
510
- * <p>The name of the job run.</p>
511
- */
331
+
512
332
  name?: string;
513
- /**
514
- * <p>The states of the job run.</p>
515
- */
333
+
516
334
  states?: (JobRunState | string)[];
517
- /**
518
- * <p>The maximum number of job runs that can be listed.</p>
519
- */
335
+
520
336
  maxResults?: number;
521
- /**
522
- * <p>The token for the next set of job runs to return.</p>
523
- */
337
+
524
338
  nextToken?: string;
525
339
  }
526
340
  export declare namespace ListJobRunsRequest {
527
- /**
528
- * @internal
529
- */
341
+
530
342
  const filterSensitiveLog: (obj: ListJobRunsRequest) => any;
531
343
  }
532
344
  export interface ListManagedEndpointsRequest {
533
- /**
534
- * <p>The ID of the virtual cluster.</p>
535
- */
345
+
536
346
  virtualClusterId: string | undefined;
537
- /**
538
- * <p>The date and time before which the endpoints are created.</p>
539
- */
347
+
540
348
  createdBefore?: Date;
541
- /**
542
- * <p> The date and time after which the endpoints are created.</p>
543
- */
349
+
544
350
  createdAfter?: Date;
545
- /**
546
- * <p>The types of the managed endpoints.</p>
547
- */
351
+
548
352
  types?: string[];
549
- /**
550
- * <p>The states of the managed endpoints.</p>
551
- */
353
+
552
354
  states?: (EndpointState | string)[];
553
- /**
554
- * <p>The maximum number of managed endpoints that can be listed.</p>
555
- */
355
+
556
356
  maxResults?: number;
557
- /**
558
- * <p> The token for the next set of managed endpoints to return. </p>
559
- */
357
+
560
358
  nextToken?: string;
561
359
  }
562
360
  export declare namespace ListManagedEndpointsRequest {
563
- /**
564
- * @internal
565
- */
361
+
566
362
  const filterSensitiveLog: (obj: ListManagedEndpointsRequest) => any;
567
363
  }
568
364
  export interface ListTagsForResourceRequest {
569
- /**
570
- * <p>The ARN of tagged resources.</p>
571
- */
365
+
572
366
  resourceArn: string | undefined;
573
367
  }
574
368
  export declare namespace ListTagsForResourceRequest {
575
- /**
576
- * @internal
577
- */
369
+
578
370
  const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
579
371
  }
580
372
  export interface ListTagsForResourceResponse {
581
- /**
582
- * <p>The tags assigned to resources.</p>
583
- */
373
+
584
374
  tags?: {
585
375
  [key: string]: string;
586
376
  };
587
377
  }
588
378
  export declare namespace ListTagsForResourceResponse {
589
- /**
590
- * @internal
591
- */
379
+
592
380
  const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
593
381
  }
594
382
  export interface ListVirtualClustersRequest {
595
- /**
596
- * <p>The container provider ID of the virtual cluster.</p>
597
- */
383
+
598
384
  containerProviderId?: string;
599
- /**
600
- * <p>The container provider type of the virtual cluster. EKS is the only supported type as of now.</p>
601
- */
385
+
602
386
  containerProviderType?: ContainerProviderType | string;
603
- /**
604
- * <p>The date and time after which the virtual clusters are created.</p>
605
- */
387
+
606
388
  createdAfter?: Date;
607
- /**
608
- * <p>The date and time before which the virtual clusters are created.</p>
609
- */
389
+
610
390
  createdBefore?: Date;
611
- /**
612
- * <p>The states of the requested virtual clusters.</p>
613
- */
391
+
614
392
  states?: (VirtualClusterState | string)[];
615
- /**
616
- * <p>The maximum number of virtual clusters that can be listed.</p>
617
- */
393
+
618
394
  maxResults?: number;
619
- /**
620
- * <p>The token for the next set of virtual clusters to return. </p>
621
- */
395
+
622
396
  nextToken?: string;
623
397
  }
624
398
  export declare namespace ListVirtualClustersRequest {
625
- /**
626
- * @internal
627
- */
399
+
628
400
  const filterSensitiveLog: (obj: ListVirtualClustersRequest) => any;
629
401
  }
630
402
  export interface ListVirtualClustersResponse {
631
- /**
632
- * <p>This output lists the specified virtual clusters.</p>
633
- */
403
+
634
404
  virtualClusters?: VirtualCluster[];
635
- /**
636
- * <p>This output displays the token for the next set of virtual clusters.</p>
637
- */
405
+
638
406
  nextToken?: string;
639
407
  }
640
408
  export declare namespace ListVirtualClustersResponse {
641
- /**
642
- * @internal
643
- */
409
+
644
410
  const filterSensitiveLog: (obj: ListVirtualClustersResponse) => any;
645
411
  }
646
412
  export interface StartJobRunResponse {
647
- /**
648
- * <p>This output displays the started job run ID.</p>
649
- */
413
+
650
414
  id?: string;
651
- /**
652
- * <p>This output displays the name of the started job run.</p>
653
- */
415
+
654
416
  name?: string;
655
- /**
656
- * <p>This output lists the ARN of job run.</p>
657
- */
417
+
658
418
  arn?: string;
659
- /**
660
- * <p>This output displays the virtual cluster ID for which the job run was submitted.</p>
661
- */
419
+
662
420
  virtualClusterId?: string;
663
421
  }
664
422
  export declare namespace StartJobRunResponse {
665
- /**
666
- * @internal
667
- */
423
+
668
424
  const filterSensitiveLog: (obj: StartJobRunResponse) => any;
669
425
  }
670
426
  export interface TagResourceRequest {
671
- /**
672
- * <p>The ARN of resources.</p>
673
- */
427
+
674
428
  resourceArn: string | undefined;
675
- /**
676
- * <p>The tags assigned to resources.</p>
677
- */
429
+
678
430
  tags: {
679
431
  [key: string]: string;
680
432
  } | undefined;
681
433
  }
682
434
  export declare namespace TagResourceRequest {
683
- /**
684
- * @internal
685
- */
435
+
686
436
  const filterSensitiveLog: (obj: TagResourceRequest) => any;
687
437
  }
688
438
  export interface TagResourceResponse {
689
439
  }
690
440
  export declare namespace TagResourceResponse {
691
- /**
692
- * @internal
693
- */
441
+
694
442
  const filterSensitiveLog: (obj: TagResourceResponse) => any;
695
443
  }
696
444
  export interface UntagResourceRequest {
697
- /**
698
- * <p>The ARN of resources.</p>
699
- */
445
+
700
446
  resourceArn: string | undefined;
701
- /**
702
- * <p>The tag keys of the resources.</p>
703
- */
447
+
704
448
  tagKeys: string[] | undefined;
705
449
  }
706
450
  export declare namespace UntagResourceRequest {
707
- /**
708
- * @internal
709
- */
451
+
710
452
  const filterSensitiveLog: (obj: UntagResourceRequest) => any;
711
453
  }
712
454
  export interface UntagResourceResponse {
713
455
  }
714
456
  export declare namespace UntagResourceResponse {
715
- /**
716
- * @internal
717
- */
457
+
718
458
  const filterSensitiveLog: (obj: UntagResourceResponse) => any;
719
459
  }
720
- /**
721
- * <p>A configuration specification to be used when provisioning virtual clusters, which can include configurations for applications and software bundled with Amazon EMR on EKS. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.</p>
722
- */
460
+
723
461
  export interface Configuration {
724
- /**
725
- * <p>The classification within a configuration.</p>
726
- */
462
+
727
463
  classification: string | undefined;
728
- /**
729
- * <p>A set of properties specified within a configuration classification.</p>
730
- */
464
+
731
465
  properties?: {
732
466
  [key: string]: string;
733
467
  };
734
- /**
735
- * <p>A list of additional configurations to apply within a configuration object.</p>
736
- */
468
+
737
469
  configurations?: Configuration[];
738
470
  }
739
471
  export declare namespace Configuration {
740
- /**
741
- * @internal
742
- */
472
+
743
473
  const filterSensitiveLog: (obj: Configuration) => any;
744
474
  }
745
- /**
746
- * <p>A configuration specification to be used to override existing configurations.</p>
747
- */
475
+
748
476
  export interface ConfigurationOverrides {
749
- /**
750
- * <p>The configurations for the application running by the job run. </p>
751
- */
477
+
752
478
  applicationConfiguration?: Configuration[];
753
- /**
754
- * <p>The configurations for monitoring.</p>
755
- */
479
+
756
480
  monitoringConfiguration?: MonitoringConfiguration;
757
481
  }
758
482
  export declare namespace ConfigurationOverrides {
759
- /**
760
- * @internal
761
- */
483
+
762
484
  const filterSensitiveLog: (obj: ConfigurationOverrides) => any;
763
485
  }
764
486
  export interface CreateManagedEndpointRequest {
765
- /**
766
- * <p>The name of the managed endpoint.</p>
767
- */
487
+
768
488
  name: string | undefined;
769
- /**
770
- * <p>The ID of the virtual cluster for which a managed endpoint is created.</p>
771
- */
489
+
772
490
  virtualClusterId: string | undefined;
773
- /**
774
- * <p>The type of the managed endpoint.</p>
775
- */
491
+
776
492
  type: string | undefined;
777
- /**
778
- * <p>The Amazon EMR release version.</p>
779
- */
493
+
780
494
  releaseLabel: string | undefined;
781
- /**
782
- * <p>The ARN of the execution role.</p>
783
- */
495
+
784
496
  executionRoleArn: string | undefined;
785
- /**
786
- * <p>The certificate ARN of the managed endpoint.</p>
787
- */
497
+
788
498
  certificateArn: string | undefined;
789
- /**
790
- * <p>The configuration settings that will be used to override existing configurations.</p>
791
- */
499
+
792
500
  configurationOverrides?: ConfigurationOverrides;
793
- /**
794
- * <p>The client idempotency token for this create call.</p>
795
- */
501
+
796
502
  clientToken?: string;
797
- /**
798
- * <p>The tags of the managed endpoint.
799
- * </p>
800
- */
503
+
801
504
  tags?: {
802
505
  [key: string]: string;
803
506
  };
804
507
  }
805
508
  export declare namespace CreateManagedEndpointRequest {
806
- /**
807
- * @internal
808
- */
509
+
809
510
  const filterSensitiveLog: (obj: CreateManagedEndpointRequest) => any;
810
511
  }
811
- /**
812
- * <p>This entity represents the endpoint that is managed by Amazon EMR on EKS.</p>
813
- */
512
+
814
513
  export interface Endpoint {
815
- /**
816
- * <p>The ID of the endpoint.</p>
817
- */
514
+
818
515
  id?: string;
819
- /**
820
- * <p>The name of the endpoint.</p>
821
- */
516
+
822
517
  name?: string;
823
- /**
824
- * <p>The ARN of the endpoint.</p>
825
- */
518
+
826
519
  arn?: string;
827
- /**
828
- * <p>The ID of the endpoint's virtual cluster.</p>
829
- */
520
+
830
521
  virtualClusterId?: string;
831
- /**
832
- * <p>The type of the endpoint.</p>
833
- */
522
+
834
523
  type?: string;
835
- /**
836
- * <p>The state of the endpoint.</p>
837
- */
524
+
838
525
  state?: EndpointState | string;
839
- /**
840
- * <p>The EMR release version to be used for the endpoint.</p>
841
- */
526
+
842
527
  releaseLabel?: string;
843
- /**
844
- * <p>The execution role ARN of the endpoint.</p>
845
- */
528
+
846
529
  executionRoleArn?: string;
847
- /**
848
- * <p>The certificate ARN of the endpoint.</p>
849
- */
530
+
850
531
  certificateArn?: string;
851
- /**
852
- * <p>The configuration settings that are used to override existing configurations for endpoints.</p>
853
- */
532
+
854
533
  configurationOverrides?: ConfigurationOverrides;
855
- /**
856
- * <p>The server URL of the endpoint.</p>
857
- */
534
+
858
535
  serverUrl?: string;
859
- /**
860
- * <p>The date and time when the endpoint was created.</p>
861
- */
536
+
862
537
  createdAt?: Date;
863
- /**
864
- * <p>The security group configuration of the endpoint.
865
- * </p>
866
- */
538
+
867
539
  securityGroup?: string;
868
- /**
869
- * <p>The subnet IDs of the endpoint.
870
- * </p>
871
- */
540
+
872
541
  subnetIds?: string[];
873
- /**
874
- * <p>
875
- * Additional details of the endpoint state.
876
- * </p>
877
- */
542
+
878
543
  stateDetails?: string;
879
- /**
880
- * <p>
881
- * The reasons why the endpoint has failed.
882
- * </p>
883
- */
544
+
884
545
  failureReason?: FailureReason | string;
885
- /**
886
- * <p>The tags of the endpoint.
887
- * </p>
888
- */
546
+
889
547
  tags?: {
890
548
  [key: string]: string;
891
549
  };
892
550
  }
893
551
  export declare namespace Endpoint {
894
- /**
895
- * @internal
896
- */
552
+
897
553
  const filterSensitiveLog: (obj: Endpoint) => any;
898
554
  }
899
- /**
900
- * <p>This entity describes a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS. </p>
901
- */
555
+
902
556
  export interface JobRun {
903
- /**
904
- * <p>The ID of the job run.</p>
905
- */
557
+
906
558
  id?: string;
907
- /**
908
- * <p>The name of the job run.</p>
909
- */
559
+
910
560
  name?: string;
911
- /**
912
- * <p>The ID of the job run's virtual cluster.</p>
913
- */
561
+
914
562
  virtualClusterId?: string;
915
- /**
916
- * <p>The ARN of job run.</p>
917
- */
563
+
918
564
  arn?: string;
919
- /**
920
- * <p>The state of the job run. </p>
921
- */
565
+
922
566
  state?: JobRunState | string;
923
- /**
924
- * <p>The client token used to start a job run.</p>
925
- */
567
+
926
568
  clientToken?: string;
927
- /**
928
- * <p>The execution role ARN of the job run.</p>
929
- */
569
+
930
570
  executionRoleArn?: string;
931
- /**
932
- * <p>The release version of Amazon EMR.</p>
933
- */
571
+
934
572
  releaseLabel?: string;
935
- /**
936
- * <p>The configuration settings that are used to override default configuration.</p>
937
- */
573
+
938
574
  configurationOverrides?: ConfigurationOverrides;
939
- /**
940
- * <p>Parameters of job driver for the job run.</p>
941
- */
575
+
942
576
  jobDriver?: JobDriver;
943
- /**
944
- * <p>The date and time when the job run was created.</p>
945
- */
577
+
946
578
  createdAt?: Date;
947
- /**
948
- * <p>The user who created the job run.</p>
949
- */
579
+
950
580
  createdBy?: string;
951
- /**
952
- * <p>The date and time when the job run has finished.</p>
953
- */
581
+
954
582
  finishedAt?: Date;
955
- /**
956
- * <p>Additional details of the job run state.</p>
957
- */
583
+
958
584
  stateDetails?: string;
959
- /**
960
- * <p>The reasons why the job run has failed.</p>
961
- */
585
+
962
586
  failureReason?: FailureReason | string;
963
- /**
964
- * <p>The assigned tags of the job run.</p>
965
- */
587
+
966
588
  tags?: {
967
589
  [key: string]: string;
968
590
  };
969
591
  }
970
592
  export declare namespace JobRun {
971
- /**
972
- * @internal
973
- */
593
+
974
594
  const filterSensitiveLog: (obj: JobRun) => any;
975
595
  }
976
596
  export interface StartJobRunRequest {
977
- /**
978
- * <p>The name of the job run.</p>
979
- */
597
+
980
598
  name?: string;
981
- /**
982
- * <p>The virtual cluster ID for which the job run request is submitted.</p>
983
- */
599
+
984
600
  virtualClusterId: string | undefined;
985
- /**
986
- * <p>The client idempotency token of the job run request. </p>
987
- */
601
+
988
602
  clientToken?: string;
989
- /**
990
- * <p>The execution role ARN for the job run.</p>
991
- */
603
+
992
604
  executionRoleArn: string | undefined;
993
- /**
994
- * <p>The Amazon EMR release version to use for the job run.</p>
995
- */
605
+
996
606
  releaseLabel: string | undefined;
997
- /**
998
- * <p>The job driver for the job run.</p>
999
- */
607
+
1000
608
  jobDriver: JobDriver | undefined;
1001
- /**
1002
- * <p>The configuration overrides for the job run.</p>
1003
- */
609
+
1004
610
  configurationOverrides?: ConfigurationOverrides;
1005
- /**
1006
- * <p>The tags assigned to job runs.</p>
1007
- */
611
+
1008
612
  tags?: {
1009
613
  [key: string]: string;
1010
614
  };
1011
615
  }
1012
616
  export declare namespace StartJobRunRequest {
1013
- /**
1014
- * @internal
1015
- */
617
+
1016
618
  const filterSensitiveLog: (obj: StartJobRunRequest) => any;
1017
619
  }
1018
620
  export interface DescribeJobRunResponse {
1019
- /**
1020
- * <p>The output displays information about a job run.</p>
1021
- */
621
+
1022
622
  jobRun?: JobRun;
1023
623
  }
1024
624
  export declare namespace DescribeJobRunResponse {
1025
- /**
1026
- * @internal
1027
- */
625
+
1028
626
  const filterSensitiveLog: (obj: DescribeJobRunResponse) => any;
1029
627
  }
1030
628
  export interface DescribeManagedEndpointResponse {
1031
- /**
1032
- * <p>This output displays information about a managed endpoint.</p>
1033
- */
629
+
1034
630
  endpoint?: Endpoint;
1035
631
  }
1036
632
  export declare namespace DescribeManagedEndpointResponse {
1037
- /**
1038
- * @internal
1039
- */
633
+
1040
634
  const filterSensitiveLog: (obj: DescribeManagedEndpointResponse) => any;
1041
635
  }
1042
636
  export interface ListJobRunsResponse {
1043
- /**
1044
- * <p>This output lists information about the specified job runs.</p>
1045
- */
637
+
1046
638
  jobRuns?: JobRun[];
1047
- /**
1048
- * <p>This output displays the token for the next set of job runs.</p>
1049
- */
639
+
1050
640
  nextToken?: string;
1051
641
  }
1052
642
  export declare namespace ListJobRunsResponse {
1053
- /**
1054
- * @internal
1055
- */
643
+
1056
644
  const filterSensitiveLog: (obj: ListJobRunsResponse) => any;
1057
645
  }
1058
646
  export interface ListManagedEndpointsResponse {
1059
- /**
1060
- * <p>The managed endpoints to be listed.</p>
1061
- */
647
+
1062
648
  endpoints?: Endpoint[];
1063
- /**
1064
- * <p> The token for the next set of endpoints to return. </p>
1065
- */
649
+
1066
650
  nextToken?: string;
1067
651
  }
1068
652
  export declare namespace ListManagedEndpointsResponse {
1069
- /**
1070
- * @internal
1071
- */
653
+
1072
654
  const filterSensitiveLog: (obj: ListManagedEndpointsResponse) => any;
1073
655
  }