@aws-sdk/client-mwaa-serverless 3.986.0 → 3.988.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.
- package/dist-cjs/index.js +34 -712
- package/dist-cjs/models/MWAAServerlessServiceException.js +12 -0
- package/dist-cjs/models/errors.js +156 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +489 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +57 -51
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -65,10 +65,10 @@ const _OP = "OverrideParameters";
|
|
|
65
65
|
const _OTE = "OperationTimeoutException";
|
|
66
66
|
const _QC = "QuotaCode";
|
|
67
67
|
const _R = "Reason";
|
|
68
|
-
const _RA = "
|
|
68
|
+
const _RA = "Retry-After";
|
|
69
69
|
const _RAS = "RetryAfterSeconds";
|
|
70
|
-
const _RA_ = "Retry-After";
|
|
71
70
|
const _RAe = "ResourceArn";
|
|
71
|
+
const _RAo = "RoleArn";
|
|
72
72
|
const _RD = "RunDetail";
|
|
73
73
|
const _RDS = "RunDetailSummary";
|
|
74
74
|
const _RI = "ResourceId";
|
|
@@ -80,8 +80,8 @@ const _RT = "ResourceType";
|
|
|
80
80
|
const _RTu = "RunType";
|
|
81
81
|
const _S = "Status";
|
|
82
82
|
const _SA = "StartedAt";
|
|
83
|
-
const _SC = "
|
|
84
|
-
const
|
|
83
|
+
const _SC = "ServiceCode";
|
|
84
|
+
const _SCc = "ScheduleConfiguration";
|
|
85
85
|
const _SGI = "SecurityGroupIds";
|
|
86
86
|
const _SI = "SubnetIds";
|
|
87
87
|
const _SO = "StartedOn";
|
|
@@ -139,29 +139,73 @@ const _hH = "httpHeader";
|
|
|
139
139
|
const _hQ = "httpQuery";
|
|
140
140
|
const _mR = "maxResults";
|
|
141
141
|
const _nT = "nextToken";
|
|
142
|
-
const _s = "
|
|
143
|
-
const
|
|
142
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mwaaserverless";
|
|
143
|
+
const _se = "server";
|
|
144
144
|
const _tK = "tagKeys";
|
|
145
145
|
const _wV = "workflowVersion";
|
|
146
146
|
const n0 = "com.amazonaws.mwaaserverless";
|
|
147
147
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
148
148
|
import { AccessDeniedException, ConflictException, InternalServerException, OperationTimeoutException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
149
149
|
import { MWAAServerlessServiceException } from "../models/MWAAServerlessServiceException";
|
|
150
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
151
|
+
export var MWAAServerlessServiceException$ = [-3, _s, "MWAAServerlessServiceException", 0, [], []];
|
|
152
|
+
_s_registry.registerError(MWAAServerlessServiceException$, MWAAServerlessServiceException);
|
|
153
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
150
154
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
151
155
|
{ [_e]: _c, [_hE]: 403 },
|
|
152
156
|
[_M],
|
|
153
157
|
[0], 1
|
|
154
158
|
];
|
|
155
|
-
|
|
159
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
156
160
|
export var ConflictException$ = [-3, n0, _CE,
|
|
157
161
|
{ [_e]: _c, [_hE]: 409 },
|
|
158
162
|
[_M, _RI, _RT],
|
|
159
163
|
[0, 0, 0], 3
|
|
160
164
|
];
|
|
161
|
-
|
|
165
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
166
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
167
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
168
|
+
[_M, _RAS],
|
|
169
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
170
|
+
];
|
|
171
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
172
|
+
export var OperationTimeoutException$ = [-3, n0, _OTE,
|
|
173
|
+
{ [_e]: _se, [_hE]: 504 },
|
|
174
|
+
[_M],
|
|
175
|
+
[0]
|
|
176
|
+
];
|
|
177
|
+
n0_registry.registerError(OperationTimeoutException$, OperationTimeoutException);
|
|
178
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
179
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
180
|
+
[_M, _RI, _RT],
|
|
181
|
+
[0, 0, 0], 3
|
|
182
|
+
];
|
|
183
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
184
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
185
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
186
|
+
[_M, _RI, _RT, _SC, _QC],
|
|
187
|
+
[0, 0, 0, 0, 0], 5
|
|
188
|
+
];
|
|
189
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
190
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
191
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
192
|
+
[_M, _SC, _QC, _RAS],
|
|
193
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 3
|
|
194
|
+
];
|
|
195
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
196
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
197
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
198
|
+
[_M, _R, _FL],
|
|
199
|
+
[0, 0, () => ValidationExceptionFields], 2
|
|
200
|
+
];
|
|
201
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
202
|
+
export const errorTypeRegistries = [
|
|
203
|
+
_s_registry,
|
|
204
|
+
n0_registry,
|
|
205
|
+
];
|
|
162
206
|
export var CreateWorkflowRequest$ = [3, n0, _CWR,
|
|
163
207
|
0,
|
|
164
|
-
[_N, _DSL,
|
|
208
|
+
[_N, _DSL, _RAo, _CT, _D, _EC, _LC, _EV, _NC, _T, _TM],
|
|
165
209
|
[0, () => DefinitionS3Location$, 0, [0, 4], 0, () => EncryptionConfiguration$, () => LoggingConfiguration$, 1, () => NetworkConfiguration$, 128 | 0, 0], 3
|
|
166
210
|
];
|
|
167
211
|
export var CreateWorkflowResponse$ = [3, n0, _CWRr,
|
|
@@ -206,7 +250,7 @@ export var GetWorkflowRequest$ = [3, n0, _GWR,
|
|
|
206
250
|
];
|
|
207
251
|
export var GetWorkflowResponse$ = [3, n0, _GWRe,
|
|
208
252
|
0,
|
|
209
|
-
[_WA, _WV, _N, _D, _CA, _MA, _EC, _LC, _EV, _WS, _DSL,
|
|
253
|
+
[_WA, _WV, _N, _D, _CA, _MA, _EC, _LC, _EV, _WS, _DSL, _SCc, _RAo, _NC, _TM, _WD],
|
|
210
254
|
[0, 0, 0, 0, 5, 5, () => EncryptionConfiguration$, () => LoggingConfiguration$, 1, 0, () => DefinitionS3Location$, () => ScheduleConfiguration$, 0, () => NetworkConfiguration$, 0, 0], 1
|
|
211
255
|
];
|
|
212
256
|
export var GetWorkflowRunRequest$ = [3, n0, _GWRR,
|
|
@@ -219,12 +263,6 @@ export var GetWorkflowRunResponse$ = [3, n0, _GWRRe,
|
|
|
219
263
|
[_WA, _WV, _RIu, _RTu, _OP, _RD],
|
|
220
264
|
[0, 0, 0, 0, [() => ObjectMap, 0], () => WorkflowRunDetail$]
|
|
221
265
|
];
|
|
222
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
223
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
224
|
-
[_M, _RAS],
|
|
225
|
-
[0, [1, { [_hH]: _RA_ }]], 1
|
|
226
|
-
];
|
|
227
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
228
266
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
229
267
|
0,
|
|
230
268
|
[_RAe],
|
|
@@ -285,34 +323,16 @@ export var NetworkConfiguration$ = [3, n0, _NC,
|
|
|
285
323
|
[_SGI, _SI],
|
|
286
324
|
[64 | 0, 64 | 0]
|
|
287
325
|
];
|
|
288
|
-
export var OperationTimeoutException$ = [-3, n0, _OTE,
|
|
289
|
-
{ [_e]: _s, [_hE]: 504 },
|
|
290
|
-
[_M],
|
|
291
|
-
[0]
|
|
292
|
-
];
|
|
293
|
-
TypeRegistry.for(n0).registerError(OperationTimeoutException$, OperationTimeoutException);
|
|
294
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
295
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
296
|
-
[_M, _RI, _RT],
|
|
297
|
-
[0, 0, 0], 3
|
|
298
|
-
];
|
|
299
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
300
326
|
export var RunDetailSummary$ = [3, n0, _RDS,
|
|
301
327
|
0,
|
|
302
328
|
[_S, _CO, _SA, _EA],
|
|
303
329
|
[0, 5, 5, 5]
|
|
304
330
|
];
|
|
305
|
-
export var ScheduleConfiguration$ = [3, n0,
|
|
331
|
+
export var ScheduleConfiguration$ = [3, n0, _SCc,
|
|
306
332
|
0,
|
|
307
333
|
[_CEr],
|
|
308
334
|
[0]
|
|
309
335
|
];
|
|
310
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
311
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
312
|
-
[_M, _RI, _RT, _SCe, _QC],
|
|
313
|
-
[0, 0, 0, 0, 0], 5
|
|
314
|
-
];
|
|
315
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
316
336
|
export var StartWorkflowRunRequest$ = [3, n0, _SWRR,
|
|
317
337
|
0,
|
|
318
338
|
[_WA, _CT, _OP, _WV],
|
|
@@ -348,12 +368,6 @@ export var TaskInstanceSummary$ = [3, n0, _TIS,
|
|
|
348
368
|
[_WA, _WV, _RIu, _TII, _S, _DIS, _ON],
|
|
349
369
|
[0, 0, 0, 0, 0, 1, 0]
|
|
350
370
|
];
|
|
351
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
352
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
353
|
-
[_M, _SCe, _QC, _RAS],
|
|
354
|
-
[0, 0, 0, [1, { [_hH]: _RA_ }]], 3
|
|
355
|
-
];
|
|
356
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
357
371
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
358
372
|
0,
|
|
359
373
|
[_RAe, _TK],
|
|
@@ -366,7 +380,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
366
380
|
];
|
|
367
381
|
export var UpdateWorkflowRequest$ = [3, n0, _UWR,
|
|
368
382
|
0,
|
|
369
|
-
[_WA, _DSL,
|
|
383
|
+
[_WA, _DSL, _RAo, _D, _LC, _EV, _NC, _TM],
|
|
370
384
|
[[0, 1], () => DefinitionS3Location$, 0, 0, () => LoggingConfiguration$, 1, () => NetworkConfiguration$, 0], 3
|
|
371
385
|
];
|
|
372
386
|
export var UpdateWorkflowResponse$ = [3, n0, _UWRp,
|
|
@@ -374,12 +388,6 @@ export var UpdateWorkflowResponse$ = [3, n0, _UWRp,
|
|
|
374
388
|
[_WA, _MA, _WV, _W],
|
|
375
389
|
[0, 5, 0, 64 | 0], 1
|
|
376
390
|
];
|
|
377
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
378
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
379
|
-
[_M, _R, _FL],
|
|
380
|
-
[0, 0, () => ValidationExceptionFields], 2
|
|
381
|
-
];
|
|
382
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
383
391
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
384
392
|
0,
|
|
385
393
|
[_N, _M],
|
|
@@ -402,11 +410,9 @@ export var WorkflowSummary$ = [3, n0, _WSo,
|
|
|
402
410
|
];
|
|
403
411
|
export var WorkflowVersionSummary$ = [3, n0, _WVS,
|
|
404
412
|
0,
|
|
405
|
-
[_WV, _WA, _ILV, _CA, _MA, _DSL,
|
|
413
|
+
[_WV, _WA, _ILV, _CA, _MA, _DSL, _SCc, _TM],
|
|
406
414
|
[0, 0, 2, 5, 5, () => DefinitionS3Location$, () => ScheduleConfiguration$, 0], 2
|
|
407
415
|
];
|
|
408
|
-
export var MWAAServerlessServiceException$ = [-3, _sm, "MWAAServerlessServiceException", 0, [], []];
|
|
409
|
-
TypeRegistry.for(_sm).registerError(MWAAServerlessServiceException$, MWAAServerlessServiceException);
|
|
410
416
|
var SecurityGroupIds = 64 | 0;
|
|
411
417
|
var SubnetIds = 64 | 0;
|
|
412
418
|
var TagKeys = 64 | 0;
|
|
@@ -1,6 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var MWAAServerlessServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
18
|
export declare var CreateWorkflowRequest$: StaticStructureSchema;
|
|
5
19
|
export declare var CreateWorkflowResponse$: StaticStructureSchema;
|
|
6
20
|
export declare var DefinitionS3Location$: StaticStructureSchema;
|
|
@@ -13,7 +27,6 @@ export declare var GetWorkflowRequest$: StaticStructureSchema;
|
|
|
13
27
|
export declare var GetWorkflowResponse$: StaticStructureSchema;
|
|
14
28
|
export declare var GetWorkflowRunRequest$: StaticStructureSchema;
|
|
15
29
|
export declare var GetWorkflowRunResponse$: StaticStructureSchema;
|
|
16
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
17
30
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
18
31
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
19
32
|
export declare var ListTaskInstancesRequest$: StaticStructureSchema;
|
|
@@ -26,11 +39,8 @@ export declare var ListWorkflowVersionsRequest$: StaticStructureSchema;
|
|
|
26
39
|
export declare var ListWorkflowVersionsResponse$: StaticStructureSchema;
|
|
27
40
|
export declare var LoggingConfiguration$: StaticStructureSchema;
|
|
28
41
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
29
|
-
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
30
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
31
42
|
export declare var RunDetailSummary$: StaticStructureSchema;
|
|
32
43
|
export declare var ScheduleConfiguration$: StaticStructureSchema;
|
|
33
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
34
44
|
export declare var StartWorkflowRunRequest$: StaticStructureSchema;
|
|
35
45
|
export declare var StartWorkflowRunResponse$: StaticStructureSchema;
|
|
36
46
|
export declare var StopWorkflowRunRequest$: StaticStructureSchema;
|
|
@@ -38,18 +48,15 @@ export declare var StopWorkflowRunResponse$: StaticStructureSchema;
|
|
|
38
48
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
39
49
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
40
50
|
export declare var TaskInstanceSummary$: StaticStructureSchema;
|
|
41
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
42
51
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
43
52
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
44
53
|
export declare var UpdateWorkflowRequest$: StaticStructureSchema;
|
|
45
54
|
export declare var UpdateWorkflowResponse$: StaticStructureSchema;
|
|
46
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
47
55
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
48
56
|
export declare var WorkflowRunDetail$: StaticStructureSchema;
|
|
49
57
|
export declare var WorkflowRunSummary$: StaticStructureSchema;
|
|
50
58
|
export declare var WorkflowSummary$: StaticStructureSchema;
|
|
51
59
|
export declare var WorkflowVersionSummary$: StaticStructureSchema;
|
|
52
|
-
export declare var MWAAServerlessServiceException$: StaticErrorSchema;
|
|
53
60
|
export declare var CreateWorkflow$: StaticOperationSchema;
|
|
54
61
|
export declare var DeleteWorkflow$: StaticOperationSchema;
|
|
55
62
|
export declare var GetTaskInstance$: StaticOperationSchema;
|
|
@@ -1,10 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var MWAAServerlessServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
9
|
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
17
|
export declare var CreateWorkflowRequest$: StaticStructureSchema;
|
|
9
18
|
export declare var CreateWorkflowResponse$: StaticStructureSchema;
|
|
10
19
|
export declare var DefinitionS3Location$: StaticStructureSchema;
|
|
@@ -17,7 +26,6 @@ export declare var GetWorkflowRequest$: StaticStructureSchema;
|
|
|
17
26
|
export declare var GetWorkflowResponse$: StaticStructureSchema;
|
|
18
27
|
export declare var GetWorkflowRunRequest$: StaticStructureSchema;
|
|
19
28
|
export declare var GetWorkflowRunResponse$: StaticStructureSchema;
|
|
20
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
21
29
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
22
30
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
23
31
|
export declare var ListTaskInstancesRequest$: StaticStructureSchema;
|
|
@@ -30,11 +38,8 @@ export declare var ListWorkflowVersionsRequest$: StaticStructureSchema;
|
|
|
30
38
|
export declare var ListWorkflowVersionsResponse$: StaticStructureSchema;
|
|
31
39
|
export declare var LoggingConfiguration$: StaticStructureSchema;
|
|
32
40
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
33
|
-
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
34
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
35
41
|
export declare var RunDetailSummary$: StaticStructureSchema;
|
|
36
42
|
export declare var ScheduleConfiguration$: StaticStructureSchema;
|
|
37
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
38
43
|
export declare var StartWorkflowRunRequest$: StaticStructureSchema;
|
|
39
44
|
export declare var StartWorkflowRunResponse$: StaticStructureSchema;
|
|
40
45
|
export declare var StopWorkflowRunRequest$: StaticStructureSchema;
|
|
@@ -42,18 +47,15 @@ export declare var StopWorkflowRunResponse$: StaticStructureSchema;
|
|
|
42
47
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
43
48
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
44
49
|
export declare var TaskInstanceSummary$: StaticStructureSchema;
|
|
45
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
46
50
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
47
51
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
48
52
|
export declare var UpdateWorkflowRequest$: StaticStructureSchema;
|
|
49
53
|
export declare var UpdateWorkflowResponse$: StaticStructureSchema;
|
|
50
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
51
54
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
52
55
|
export declare var WorkflowRunDetail$: StaticStructureSchema;
|
|
53
56
|
export declare var WorkflowRunSummary$: StaticStructureSchema;
|
|
54
57
|
export declare var WorkflowSummary$: StaticStructureSchema;
|
|
55
58
|
export declare var WorkflowVersionSummary$: StaticStructureSchema;
|
|
56
|
-
export declare var MWAAServerlessServiceException$: StaticErrorSchema;
|
|
57
59
|
export declare var CreateWorkflow$: StaticOperationSchema;
|
|
58
60
|
export declare var DeleteWorkflow$: StaticOperationSchema;
|
|
59
61
|
export declare var GetTaskInstance$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mwaa-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mwaa Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mwaa-serverless",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|