@aws-sdk/client-nova-act 3.987.0 → 3.989.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 +35 -771
- package/dist-cjs/models/NovaActServiceException.js +12 -0
- package/dist-cjs/models/errors.js +129 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +560 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +65 -59
- 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
|
@@ -135,7 +135,7 @@ const _rAS = "retryAfterSeconds";
|
|
|
135
135
|
const _rI = "resourceId";
|
|
136
136
|
const _rMI = "resolvedModelId";
|
|
137
137
|
const _rT = "resourceType";
|
|
138
|
-
const _s = "
|
|
138
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.novaact";
|
|
139
139
|
const _sA = "startedAt";
|
|
140
140
|
const _sBN = "s3BucketName";
|
|
141
141
|
const _sC = "serviceCode";
|
|
@@ -147,7 +147,7 @@ const _sO = "sortOrder";
|
|
|
147
147
|
const _sS = "sessionSummaries";
|
|
148
148
|
const _sV = "sdkVersion";
|
|
149
149
|
const _se = "server";
|
|
150
|
-
const
|
|
150
|
+
const _st = "status";
|
|
151
151
|
const _t = "type";
|
|
152
152
|
const _tL = "traceLocation";
|
|
153
153
|
const _tS = "toolSpecs";
|
|
@@ -163,17 +163,61 @@ const n0 = "com.amazonaws.novaact";
|
|
|
163
163
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
164
164
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
165
165
|
import { NovaActServiceException } from "../models/NovaActServiceException";
|
|
166
|
-
|
|
167
|
-
var
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
var WorkflowDescription = [0, n0, _WD, 8, 0];
|
|
166
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
167
|
+
export var NovaActServiceException$ = [-3, _s, "NovaActServiceException", 0, [], []];
|
|
168
|
+
_s_registry.registerError(NovaActServiceException$, NovaActServiceException);
|
|
169
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
171
170
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
172
171
|
{ [_e]: _c, [_hE]: 403 },
|
|
173
172
|
[_m],
|
|
174
173
|
[0], 1
|
|
175
174
|
];
|
|
176
|
-
|
|
175
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
176
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
177
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
178
|
+
[_m, _rI, _rT],
|
|
179
|
+
[0, 0, 0], 3
|
|
180
|
+
];
|
|
181
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
182
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
183
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
184
|
+
[_m, _rAS, _r],
|
|
185
|
+
[0, [1, { [_hH]: _RA }], 0], 1
|
|
186
|
+
];
|
|
187
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
188
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
189
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
190
|
+
[_m, _rI, _rT],
|
|
191
|
+
[0, 0, 0], 3
|
|
192
|
+
];
|
|
193
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
194
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
195
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
196
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
197
|
+
[0, 0, 0, 0, 0], 5
|
|
198
|
+
];
|
|
199
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
200
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
201
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
202
|
+
[_m, _sC, _qC, _rAS],
|
|
203
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
204
|
+
];
|
|
205
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
206
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
207
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
208
|
+
[_m, _r, _fL],
|
|
209
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
210
|
+
];
|
|
211
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
212
|
+
export const errorTypeRegistries = [
|
|
213
|
+
_s_registry,
|
|
214
|
+
n0_registry,
|
|
215
|
+
];
|
|
216
|
+
var SensitiveDocument = [0, n0, _SD, 8, 15];
|
|
217
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
218
|
+
var Task = [0, n0, _T, 8, 0];
|
|
219
|
+
var ToolDescription = [0, n0, _TD, 8, 0];
|
|
220
|
+
var WorkflowDescription = [0, n0, _WD, 8, 0];
|
|
177
221
|
export var ActError$ = [3, n0, _AE,
|
|
178
222
|
0,
|
|
179
223
|
[_m, _t],
|
|
@@ -181,7 +225,7 @@ export var ActError$ = [3, n0, _AE,
|
|
|
181
225
|
];
|
|
182
226
|
export var ActSummary$ = [3, n0, _AS,
|
|
183
227
|
0,
|
|
184
|
-
[_wRI, _sI, _aI,
|
|
228
|
+
[_wRI, _sI, _aI, _st, _sA, _eA, _tL],
|
|
185
229
|
[0, 0, 0, 0, 5, 5, () => TraceLocation$], 5
|
|
186
230
|
];
|
|
187
231
|
export var Call$ = [3, n0, _C,
|
|
@@ -204,12 +248,6 @@ export var CompatibilityInformation$ = [3, n0, _CIo,
|
|
|
204
248
|
[_cCV, _sMI, _m],
|
|
205
249
|
[1, 64 | 0, 0], 2
|
|
206
250
|
];
|
|
207
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
208
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
209
|
-
[_m, _rI, _rT],
|
|
210
|
-
[0, 0, 0], 3
|
|
211
|
-
];
|
|
212
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
213
251
|
export var CreateActRequest$ = [3, n0, _CAR,
|
|
214
252
|
0,
|
|
215
253
|
[_wDN, _wRI, _sI, _ta, _tS, _cT],
|
|
@@ -217,7 +255,7 @@ export var CreateActRequest$ = [3, n0, _CAR,
|
|
|
217
255
|
];
|
|
218
256
|
export var CreateActResponse$ = [3, n0, _CARr,
|
|
219
257
|
0,
|
|
220
|
-
[_aI,
|
|
258
|
+
[_aI, _st],
|
|
221
259
|
[0, 0], 2
|
|
222
260
|
];
|
|
223
261
|
export var CreateSessionRequest$ = [3, n0, _CSR,
|
|
@@ -237,7 +275,7 @@ export var CreateWorkflowDefinitionRequest$ = [3, n0, _CWDR,
|
|
|
237
275
|
];
|
|
238
276
|
export var CreateWorkflowDefinitionResponse$ = [3, n0, _CWDRr,
|
|
239
277
|
0,
|
|
240
|
-
[
|
|
278
|
+
[_st],
|
|
241
279
|
[0], 1
|
|
242
280
|
];
|
|
243
281
|
export var CreateWorkflowRunRequest$ = [3, n0, _CWRR,
|
|
@@ -247,7 +285,7 @@ export var CreateWorkflowRunRequest$ = [3, n0, _CWRR,
|
|
|
247
285
|
];
|
|
248
286
|
export var CreateWorkflowRunResponse$ = [3, n0, _CWRRr,
|
|
249
287
|
0,
|
|
250
|
-
[_wRI,
|
|
288
|
+
[_wRI, _st],
|
|
251
289
|
[0, 0], 2
|
|
252
290
|
];
|
|
253
291
|
export var DeleteWorkflowDefinitionRequest$ = [3, n0, _DWDR,
|
|
@@ -257,7 +295,7 @@ export var DeleteWorkflowDefinitionRequest$ = [3, n0, _DWDR,
|
|
|
257
295
|
];
|
|
258
296
|
export var DeleteWorkflowDefinitionResponse$ = [3, n0, _DWDRe,
|
|
259
297
|
0,
|
|
260
|
-
[
|
|
298
|
+
[_st],
|
|
261
299
|
[0], 1
|
|
262
300
|
];
|
|
263
301
|
export var DeleteWorkflowRunRequest$ = [3, n0, _DWRR,
|
|
@@ -267,7 +305,7 @@ export var DeleteWorkflowRunRequest$ = [3, n0, _DWRR,
|
|
|
267
305
|
];
|
|
268
306
|
export var DeleteWorkflowRunResponse$ = [3, n0, _DWRRe,
|
|
269
307
|
0,
|
|
270
|
-
[
|
|
308
|
+
[_st],
|
|
271
309
|
[0], 1
|
|
272
310
|
];
|
|
273
311
|
export var GetWorkflowDefinitionRequest$ = [3, n0, _GWDR,
|
|
@@ -277,7 +315,7 @@ export var GetWorkflowDefinitionRequest$ = [3, n0, _GWDR,
|
|
|
277
315
|
];
|
|
278
316
|
export var GetWorkflowDefinitionResponse$ = [3, n0, _GWDRe,
|
|
279
317
|
0,
|
|
280
|
-
[_n, _a, _cA,
|
|
318
|
+
[_n, _a, _cA, _st, _d, _eC],
|
|
281
319
|
[0, 0, 5, 0, [() => WorkflowDescription, 0], () => WorkflowExportConfig$], 4
|
|
282
320
|
];
|
|
283
321
|
export var GetWorkflowRunRequest$ = [3, n0, _GWRR,
|
|
@@ -287,15 +325,9 @@ export var GetWorkflowRunRequest$ = [3, n0, _GWRR,
|
|
|
287
325
|
];
|
|
288
326
|
export var GetWorkflowRunResponse$ = [3, n0, _GWRRe,
|
|
289
327
|
0,
|
|
290
|
-
[_wRA, _wRI,
|
|
328
|
+
[_wRA, _wRI, _st, _sA, _mI, _eA, _lGN],
|
|
291
329
|
[0, 0, 0, 5, 0, 5, 0], 5
|
|
292
330
|
];
|
|
293
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
294
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
295
|
-
[_m, _rAS, _r],
|
|
296
|
-
[0, [1, { [_hH]: _RA }], 0], 1
|
|
297
|
-
];
|
|
298
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
299
331
|
export var InvokeActStepRequest$ = [3, n0, _IASR,
|
|
300
332
|
0,
|
|
301
333
|
[_wDN, _wRI, _sI, _aI, _cR, _pSI],
|
|
@@ -363,7 +395,7 @@ export var ModelAlias$ = [3, n0, _MA,
|
|
|
363
395
|
];
|
|
364
396
|
export var ModelLifecycle$ = [3, n0, _ML,
|
|
365
397
|
0,
|
|
366
|
-
[
|
|
398
|
+
[_st],
|
|
367
399
|
[0], 1
|
|
368
400
|
];
|
|
369
401
|
export var ModelSummary$ = [3, n0, _MS,
|
|
@@ -371,29 +403,11 @@ export var ModelSummary$ = [3, n0, _MS,
|
|
|
371
403
|
[_mI, _mL, _mCV],
|
|
372
404
|
[0, () => ModelLifecycle$, 1], 3
|
|
373
405
|
];
|
|
374
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
375
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
376
|
-
[_m, _rI, _rT],
|
|
377
|
-
[0, 0, 0], 3
|
|
378
|
-
];
|
|
379
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
380
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
381
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
382
|
-
[_m, _rI, _rT, _sC, _qC],
|
|
383
|
-
[0, 0, 0, 0, 0], 5
|
|
384
|
-
];
|
|
385
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
386
406
|
export var SessionSummary$ = [3, n0, _SSe,
|
|
387
407
|
0,
|
|
388
408
|
[_sI],
|
|
389
409
|
[0], 1
|
|
390
410
|
];
|
|
391
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
392
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
393
|
-
[_m, _sC, _qC, _rAS],
|
|
394
|
-
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
395
|
-
];
|
|
396
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
397
411
|
export var ToolSpec$ = [3, n0, _TS,
|
|
398
412
|
0,
|
|
399
413
|
[_n, _d, _iS],
|
|
@@ -406,7 +420,7 @@ export var TraceLocation$ = [3, n0, _TL,
|
|
|
406
420
|
];
|
|
407
421
|
export var UpdateActRequest$ = [3, n0, _UAR,
|
|
408
422
|
0,
|
|
409
|
-
[_wDN, _wRI, _sI, _aI,
|
|
423
|
+
[_wDN, _wRI, _sI, _aI, _st, _e],
|
|
410
424
|
[[0, 1], [0, 1], [0, 1], [0, 1], 0, [() => ActError$, 0]], 5
|
|
411
425
|
];
|
|
412
426
|
export var UpdateActResponse$ = [3, n0, _UARp,
|
|
@@ -416,7 +430,7 @@ export var UpdateActResponse$ = [3, n0, _UARp,
|
|
|
416
430
|
];
|
|
417
431
|
export var UpdateWorkflowRunRequest$ = [3, n0, _UWRR,
|
|
418
432
|
0,
|
|
419
|
-
[_wDN, _wRI,
|
|
433
|
+
[_wDN, _wRI, _st],
|
|
420
434
|
[[0, 1], [0, 1], 0], 3
|
|
421
435
|
];
|
|
422
436
|
export var UpdateWorkflowRunResponse$ = [3, n0, _UWRRp,
|
|
@@ -424,12 +438,6 @@ export var UpdateWorkflowRunResponse$ = [3, n0, _UWRRp,
|
|
|
424
438
|
[],
|
|
425
439
|
[]
|
|
426
440
|
];
|
|
427
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
428
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
429
|
-
[_m, _r, _fL],
|
|
430
|
-
[0, 0, () => ValidationExceptionFieldList], 2
|
|
431
|
-
];
|
|
432
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
433
441
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
434
442
|
0,
|
|
435
443
|
[_n, _m],
|
|
@@ -437,7 +445,7 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
|
437
445
|
];
|
|
438
446
|
export var WorkflowDefinitionSummary$ = [3, n0, _WDS,
|
|
439
447
|
0,
|
|
440
|
-
[_wDA, _wDN, _cA,
|
|
448
|
+
[_wDA, _wDN, _cA, _st],
|
|
441
449
|
[0, 0, 5, 0], 4
|
|
442
450
|
];
|
|
443
451
|
export var WorkflowExportConfig$ = [3, n0, _WEC,
|
|
@@ -447,11 +455,9 @@ export var WorkflowExportConfig$ = [3, n0, _WEC,
|
|
|
447
455
|
];
|
|
448
456
|
export var WorkflowRunSummary$ = [3, n0, _WRS,
|
|
449
457
|
0,
|
|
450
|
-
[_wRA, _wRI,
|
|
458
|
+
[_wRA, _wRI, _st, _sA, _eA, _tL],
|
|
451
459
|
[0, 0, 0, 5, 5, () => TraceLocation$], 4
|
|
452
460
|
];
|
|
453
|
-
export var NovaActServiceException$ = [-3, _sm, "NovaActServiceException", 0, [], []];
|
|
454
|
-
TypeRegistry.for(_sm).registerError(NovaActServiceException$, NovaActServiceException);
|
|
455
461
|
var ActSummaries = [1, n0, _ASc,
|
|
456
462
|
0, () => ActSummary$
|
|
457
463
|
];
|
|
@@ -1,12 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var NovaActServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var ActError$: StaticStructureSchema;
|
|
4
18
|
export declare var ActSummary$: StaticStructureSchema;
|
|
5
19
|
export declare var Call$: StaticStructureSchema;
|
|
6
20
|
export declare var CallResult$: StaticStructureSchema;
|
|
7
21
|
export declare var ClientInfo$: StaticStructureSchema;
|
|
8
22
|
export declare var CompatibilityInformation$: StaticStructureSchema;
|
|
9
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
10
23
|
export declare var CreateActRequest$: StaticStructureSchema;
|
|
11
24
|
export declare var CreateActResponse$: StaticStructureSchema;
|
|
12
25
|
export declare var CreateSessionRequest$: StaticStructureSchema;
|
|
@@ -23,7 +36,6 @@ export declare var GetWorkflowDefinitionRequest$: StaticStructureSchema;
|
|
|
23
36
|
export declare var GetWorkflowDefinitionResponse$: StaticStructureSchema;
|
|
24
37
|
export declare var GetWorkflowRunRequest$: StaticStructureSchema;
|
|
25
38
|
export declare var GetWorkflowRunResponse$: StaticStructureSchema;
|
|
26
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
27
39
|
export declare var InvokeActStepRequest$: StaticStructureSchema;
|
|
28
40
|
export declare var InvokeActStepResponse$: StaticStructureSchema;
|
|
29
41
|
export declare var ListActsRequest$: StaticStructureSchema;
|
|
@@ -39,22 +51,17 @@ export declare var ListWorkflowRunsResponse$: StaticStructureSchema;
|
|
|
39
51
|
export declare var ModelAlias$: StaticStructureSchema;
|
|
40
52
|
export declare var ModelLifecycle$: StaticStructureSchema;
|
|
41
53
|
export declare var ModelSummary$: StaticStructureSchema;
|
|
42
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
43
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
44
54
|
export declare var SessionSummary$: StaticStructureSchema;
|
|
45
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
46
55
|
export declare var ToolSpec$: StaticStructureSchema;
|
|
47
56
|
export declare var TraceLocation$: StaticStructureSchema;
|
|
48
57
|
export declare var UpdateActRequest$: StaticStructureSchema;
|
|
49
58
|
export declare var UpdateActResponse$: StaticStructureSchema;
|
|
50
59
|
export declare var UpdateWorkflowRunRequest$: StaticStructureSchema;
|
|
51
60
|
export declare var UpdateWorkflowRunResponse$: StaticStructureSchema;
|
|
52
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
53
61
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
54
62
|
export declare var WorkflowDefinitionSummary$: StaticStructureSchema;
|
|
55
63
|
export declare var WorkflowExportConfig$: StaticStructureSchema;
|
|
56
64
|
export declare var WorkflowRunSummary$: StaticStructureSchema;
|
|
57
|
-
export declare var NovaActServiceException$: StaticErrorSchema;
|
|
58
65
|
export declare var CallResultContent$: StaticUnionSchema;
|
|
59
66
|
export declare var ToolInputSchema$: StaticUnionSchema;
|
|
60
67
|
export declare var CreateAct$: StaticOperationSchema;
|
|
@@ -1,17 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var NovaActServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: 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 ActError$: StaticStructureSchema;
|
|
9
18
|
export declare var ActSummary$: StaticStructureSchema;
|
|
10
19
|
export declare var Call$: StaticStructureSchema;
|
|
11
20
|
export declare var CallResult$: StaticStructureSchema;
|
|
12
21
|
export declare var ClientInfo$: StaticStructureSchema;
|
|
13
22
|
export declare var CompatibilityInformation$: StaticStructureSchema;
|
|
14
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
15
23
|
export declare var CreateActRequest$: StaticStructureSchema;
|
|
16
24
|
export declare var CreateActResponse$: StaticStructureSchema;
|
|
17
25
|
export declare var CreateSessionRequest$: StaticStructureSchema;
|
|
@@ -28,7 +36,6 @@ export declare var GetWorkflowDefinitionRequest$: StaticStructureSchema;
|
|
|
28
36
|
export declare var GetWorkflowDefinitionResponse$: StaticStructureSchema;
|
|
29
37
|
export declare var GetWorkflowRunRequest$: StaticStructureSchema;
|
|
30
38
|
export declare var GetWorkflowRunResponse$: StaticStructureSchema;
|
|
31
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
32
39
|
export declare var InvokeActStepRequest$: StaticStructureSchema;
|
|
33
40
|
export declare var InvokeActStepResponse$: StaticStructureSchema;
|
|
34
41
|
export declare var ListActsRequest$: StaticStructureSchema;
|
|
@@ -44,22 +51,17 @@ export declare var ListWorkflowRunsResponse$: StaticStructureSchema;
|
|
|
44
51
|
export declare var ModelAlias$: StaticStructureSchema;
|
|
45
52
|
export declare var ModelLifecycle$: StaticStructureSchema;
|
|
46
53
|
export declare var ModelSummary$: StaticStructureSchema;
|
|
47
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
48
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
49
54
|
export declare var SessionSummary$: StaticStructureSchema;
|
|
50
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
51
55
|
export declare var ToolSpec$: StaticStructureSchema;
|
|
52
56
|
export declare var TraceLocation$: StaticStructureSchema;
|
|
53
57
|
export declare var UpdateActRequest$: StaticStructureSchema;
|
|
54
58
|
export declare var UpdateActResponse$: StaticStructureSchema;
|
|
55
59
|
export declare var UpdateWorkflowRunRequest$: StaticStructureSchema;
|
|
56
60
|
export declare var UpdateWorkflowRunResponse$: StaticStructureSchema;
|
|
57
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
58
61
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
59
62
|
export declare var WorkflowDefinitionSummary$: StaticStructureSchema;
|
|
60
63
|
export declare var WorkflowExportConfig$: StaticStructureSchema;
|
|
61
64
|
export declare var WorkflowRunSummary$: StaticStructureSchema;
|
|
62
|
-
export declare var NovaActServiceException$: StaticErrorSchema;
|
|
63
65
|
export declare var CallResultContent$: StaticUnionSchema;
|
|
64
66
|
export declare var ToolInputSchema$: StaticUnionSchema;
|
|
65
67
|
export declare var CreateAct$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-nova-act",
|
|
3
3
|
"description": "AWS SDK for JavaScript Nova Act Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.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-nova-act",
|
|
@@ -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.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
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.9",
|
|
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.989.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.7",
|
|
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",
|