@aws-sdk/client-sfn 3.758.0 → 3.772.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 +44 -44
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ActivityAlreadyExists: () => ActivityAlreadyExists,
|
|
25
25
|
ActivityDoesNotExist: () => ActivityDoesNotExist,
|
|
26
26
|
ActivityFailedEventDetailsFilterSensitiveLog: () => ActivityFailedEventDetailsFilterSensitiveLog,
|
|
@@ -169,7 +169,7 @@ __export(src_exports, {
|
|
|
169
169
|
paginateListMapRuns: () => paginateListMapRuns,
|
|
170
170
|
paginateListStateMachines: () => paginateListStateMachines
|
|
171
171
|
});
|
|
172
|
-
module.exports = __toCommonJS(
|
|
172
|
+
module.exports = __toCommonJS(index_exports);
|
|
173
173
|
|
|
174
174
|
// src/SFNClient.ts
|
|
175
175
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -296,9 +296,9 @@ var SFNClient = class extends import_smithy_client.Client {
|
|
|
296
296
|
this.middlewareStack.use(
|
|
297
297
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
298
298
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSFNHttpAuthSchemeParametersProvider,
|
|
299
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
299
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
300
300
|
"aws.auth#sigv4": config.credentials
|
|
301
|
-
})
|
|
301
|
+
}), "identityProviderConfigProvider")
|
|
302
302
|
})
|
|
303
303
|
);
|
|
304
304
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2604,25 +2604,25 @@ var de_ActivityList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2604
2604
|
var de_ActivityListItem = /* @__PURE__ */ __name((output, context) => {
|
|
2605
2605
|
return (0, import_smithy_client.take)(output, {
|
|
2606
2606
|
activityArn: import_smithy_client.expectString,
|
|
2607
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2607
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2608
2608
|
name: import_smithy_client.expectString
|
|
2609
2609
|
});
|
|
2610
2610
|
}, "de_ActivityListItem");
|
|
2611
2611
|
var de_CreateActivityOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2612
2612
|
return (0, import_smithy_client.take)(output, {
|
|
2613
2613
|
activityArn: import_smithy_client.expectString,
|
|
2614
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2614
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate")
|
|
2615
2615
|
});
|
|
2616
2616
|
}, "de_CreateActivityOutput");
|
|
2617
2617
|
var de_CreateStateMachineAliasOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2618
2618
|
return (0, import_smithy_client.take)(output, {
|
|
2619
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2619
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2620
2620
|
stateMachineAliasArn: import_smithy_client.expectString
|
|
2621
2621
|
});
|
|
2622
2622
|
}, "de_CreateStateMachineAliasOutput");
|
|
2623
2623
|
var de_CreateStateMachineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2624
2624
|
return (0, import_smithy_client.take)(output, {
|
|
2625
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2625
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2626
2626
|
stateMachineArn: import_smithy_client.expectString,
|
|
2627
2627
|
stateMachineVersionArn: import_smithy_client.expectString
|
|
2628
2628
|
});
|
|
@@ -2630,7 +2630,7 @@ var de_CreateStateMachineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
2630
2630
|
var de_DescribeActivityOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2631
2631
|
return (0, import_smithy_client.take)(output, {
|
|
2632
2632
|
activityArn: import_smithy_client.expectString,
|
|
2633
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2633
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2634
2634
|
encryptionConfiguration: import_smithy_client._json,
|
|
2635
2635
|
name: import_smithy_client.expectString
|
|
2636
2636
|
});
|
|
@@ -2647,15 +2647,15 @@ var de_DescribeExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
2647
2647
|
output: import_smithy_client.expectString,
|
|
2648
2648
|
outputDetails: import_smithy_client._json,
|
|
2649
2649
|
redriveCount: import_smithy_client.expectInt32,
|
|
2650
|
-
redriveDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2650
|
+
redriveDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "redriveDate"),
|
|
2651
2651
|
redriveStatus: import_smithy_client.expectString,
|
|
2652
2652
|
redriveStatusReason: import_smithy_client.expectString,
|
|
2653
|
-
startDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2653
|
+
startDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDate"),
|
|
2654
2654
|
stateMachineAliasArn: import_smithy_client.expectString,
|
|
2655
2655
|
stateMachineArn: import_smithy_client.expectString,
|
|
2656
2656
|
stateMachineVersionArn: import_smithy_client.expectString,
|
|
2657
2657
|
status: import_smithy_client.expectString,
|
|
2658
|
-
stopDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2658
|
+
stopDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopDate"),
|
|
2659
2659
|
traceHeader: import_smithy_client.expectString
|
|
2660
2660
|
});
|
|
2661
2661
|
}, "de_DescribeExecutionOutput");
|
|
@@ -2667,22 +2667,22 @@ var de_DescribeMapRunOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
2667
2667
|
mapRunArn: import_smithy_client.expectString,
|
|
2668
2668
|
maxConcurrency: import_smithy_client.expectInt32,
|
|
2669
2669
|
redriveCount: import_smithy_client.expectInt32,
|
|
2670
|
-
redriveDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2671
|
-
startDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2670
|
+
redriveDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "redriveDate"),
|
|
2671
|
+
startDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDate"),
|
|
2672
2672
|
status: import_smithy_client.expectString,
|
|
2673
|
-
stopDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2673
|
+
stopDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopDate"),
|
|
2674
2674
|
toleratedFailureCount: import_smithy_client.expectLong,
|
|
2675
2675
|
toleratedFailurePercentage: import_smithy_client.limitedParseFloat32
|
|
2676
2676
|
});
|
|
2677
2677
|
}, "de_DescribeMapRunOutput");
|
|
2678
2678
|
var de_DescribeStateMachineAliasOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2679
2679
|
return (0, import_smithy_client.take)(output, {
|
|
2680
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2680
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2681
2681
|
description: import_smithy_client.expectString,
|
|
2682
2682
|
name: import_smithy_client.expectString,
|
|
2683
2683
|
routingConfiguration: import_smithy_client._json,
|
|
2684
2684
|
stateMachineAliasArn: import_smithy_client.expectString,
|
|
2685
|
-
updateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2685
|
+
updateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateDate")
|
|
2686
2686
|
});
|
|
2687
2687
|
}, "de_DescribeStateMachineAliasOutput");
|
|
2688
2688
|
var de_DescribeStateMachineForExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2697,13 +2697,13 @@ var de_DescribeStateMachineForExecutionOutput = /* @__PURE__ */ __name((output,
|
|
|
2697
2697
|
roleArn: import_smithy_client.expectString,
|
|
2698
2698
|
stateMachineArn: import_smithy_client.expectString,
|
|
2699
2699
|
tracingConfiguration: import_smithy_client._json,
|
|
2700
|
-
updateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2700
|
+
updateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateDate"),
|
|
2701
2701
|
variableReferences: import_smithy_client._json
|
|
2702
2702
|
});
|
|
2703
2703
|
}, "de_DescribeStateMachineForExecutionOutput");
|
|
2704
2704
|
var de_DescribeStateMachineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2705
2705
|
return (0, import_smithy_client.take)(output, {
|
|
2706
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2706
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2707
2707
|
definition: import_smithy_client.expectString,
|
|
2708
2708
|
description: import_smithy_client.expectString,
|
|
2709
2709
|
encryptionConfiguration: import_smithy_client._json,
|
|
@@ -2732,18 +2732,18 @@ var de_ExecutionListItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
2732
2732
|
mapRunArn: import_smithy_client.expectString,
|
|
2733
2733
|
name: import_smithy_client.expectString,
|
|
2734
2734
|
redriveCount: import_smithy_client.expectInt32,
|
|
2735
|
-
redriveDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2736
|
-
startDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2735
|
+
redriveDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "redriveDate"),
|
|
2736
|
+
startDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDate"),
|
|
2737
2737
|
stateMachineAliasArn: import_smithy_client.expectString,
|
|
2738
2738
|
stateMachineArn: import_smithy_client.expectString,
|
|
2739
2739
|
stateMachineVersionArn: import_smithy_client.expectString,
|
|
2740
2740
|
status: import_smithy_client.expectString,
|
|
2741
|
-
stopDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2741
|
+
stopDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopDate")
|
|
2742
2742
|
});
|
|
2743
2743
|
}, "de_ExecutionListItem");
|
|
2744
2744
|
var de_GetExecutionHistoryOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2745
2745
|
return (0, import_smithy_client.take)(output, {
|
|
2746
|
-
events: (_) => de_HistoryEventList(_, context),
|
|
2746
|
+
events: /* @__PURE__ */ __name((_) => de_HistoryEventList(_, context), "events"),
|
|
2747
2747
|
nextToken: import_smithy_client.expectString
|
|
2748
2748
|
});
|
|
2749
2749
|
}, "de_GetExecutionHistoryOutput");
|
|
@@ -2788,7 +2788,7 @@ var de_HistoryEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
2788
2788
|
taskSubmittedEventDetails: import_smithy_client._json,
|
|
2789
2789
|
taskSucceededEventDetails: import_smithy_client._json,
|
|
2790
2790
|
taskTimedOutEventDetails: import_smithy_client._json,
|
|
2791
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2791
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp"),
|
|
2792
2792
|
type: import_smithy_client.expectString
|
|
2793
2793
|
});
|
|
2794
2794
|
}, "de_HistoryEvent");
|
|
@@ -2800,38 +2800,38 @@ var de_HistoryEventList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2800
2800
|
}, "de_HistoryEventList");
|
|
2801
2801
|
var de_ListActivitiesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2802
2802
|
return (0, import_smithy_client.take)(output, {
|
|
2803
|
-
activities: (_) => de_ActivityList(_, context),
|
|
2803
|
+
activities: /* @__PURE__ */ __name((_) => de_ActivityList(_, context), "activities"),
|
|
2804
2804
|
nextToken: import_smithy_client.expectString
|
|
2805
2805
|
});
|
|
2806
2806
|
}, "de_ListActivitiesOutput");
|
|
2807
2807
|
var de_ListExecutionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2808
2808
|
return (0, import_smithy_client.take)(output, {
|
|
2809
|
-
executions: (_) => de_ExecutionList(_, context),
|
|
2809
|
+
executions: /* @__PURE__ */ __name((_) => de_ExecutionList(_, context), "executions"),
|
|
2810
2810
|
nextToken: import_smithy_client.expectString
|
|
2811
2811
|
});
|
|
2812
2812
|
}, "de_ListExecutionsOutput");
|
|
2813
2813
|
var de_ListMapRunsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2814
2814
|
return (0, import_smithy_client.take)(output, {
|
|
2815
|
-
mapRuns: (_) => de_MapRunList(_, context),
|
|
2815
|
+
mapRuns: /* @__PURE__ */ __name((_) => de_MapRunList(_, context), "mapRuns"),
|
|
2816
2816
|
nextToken: import_smithy_client.expectString
|
|
2817
2817
|
});
|
|
2818
2818
|
}, "de_ListMapRunsOutput");
|
|
2819
2819
|
var de_ListStateMachineAliasesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2820
2820
|
return (0, import_smithy_client.take)(output, {
|
|
2821
2821
|
nextToken: import_smithy_client.expectString,
|
|
2822
|
-
stateMachineAliases: (_) => de_StateMachineAliasList(_, context)
|
|
2822
|
+
stateMachineAliases: /* @__PURE__ */ __name((_) => de_StateMachineAliasList(_, context), "stateMachineAliases")
|
|
2823
2823
|
});
|
|
2824
2824
|
}, "de_ListStateMachineAliasesOutput");
|
|
2825
2825
|
var de_ListStateMachinesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2826
2826
|
return (0, import_smithy_client.take)(output, {
|
|
2827
2827
|
nextToken: import_smithy_client.expectString,
|
|
2828
|
-
stateMachines: (_) => de_StateMachineList(_, context)
|
|
2828
|
+
stateMachines: /* @__PURE__ */ __name((_) => de_StateMachineList(_, context), "stateMachines")
|
|
2829
2829
|
});
|
|
2830
2830
|
}, "de_ListStateMachinesOutput");
|
|
2831
2831
|
var de_ListStateMachineVersionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2832
2832
|
return (0, import_smithy_client.take)(output, {
|
|
2833
2833
|
nextToken: import_smithy_client.expectString,
|
|
2834
|
-
stateMachineVersions: (_) => de_StateMachineVersionList(_, context)
|
|
2834
|
+
stateMachineVersions: /* @__PURE__ */ __name((_) => de_StateMachineVersionList(_, context), "stateMachineVersions")
|
|
2835
2835
|
});
|
|
2836
2836
|
}, "de_ListStateMachineVersionsOutput");
|
|
2837
2837
|
var de_MapRunList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2844,26 +2844,26 @@ var de_MapRunListItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
2844
2844
|
return (0, import_smithy_client.take)(output, {
|
|
2845
2845
|
executionArn: import_smithy_client.expectString,
|
|
2846
2846
|
mapRunArn: import_smithy_client.expectString,
|
|
2847
|
-
startDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2847
|
+
startDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDate"),
|
|
2848
2848
|
stateMachineArn: import_smithy_client.expectString,
|
|
2849
|
-
stopDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2849
|
+
stopDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopDate")
|
|
2850
2850
|
});
|
|
2851
2851
|
}, "de_MapRunListItem");
|
|
2852
2852
|
var de_PublishStateMachineVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2853
2853
|
return (0, import_smithy_client.take)(output, {
|
|
2854
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2854
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2855
2855
|
stateMachineVersionArn: import_smithy_client.expectString
|
|
2856
2856
|
});
|
|
2857
2857
|
}, "de_PublishStateMachineVersionOutput");
|
|
2858
2858
|
var de_RedriveExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2859
2859
|
return (0, import_smithy_client.take)(output, {
|
|
2860
|
-
redriveDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2860
|
+
redriveDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "redriveDate")
|
|
2861
2861
|
});
|
|
2862
2862
|
}, "de_RedriveExecutionOutput");
|
|
2863
2863
|
var de_StartExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2864
2864
|
return (0, import_smithy_client.take)(output, {
|
|
2865
2865
|
executionArn: import_smithy_client.expectString,
|
|
2866
|
-
startDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2866
|
+
startDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDate")
|
|
2867
2867
|
});
|
|
2868
2868
|
}, "de_StartExecutionOutput");
|
|
2869
2869
|
var de_StartSyncExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2877,10 +2877,10 @@ var de_StartSyncExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
2877
2877
|
name: import_smithy_client.expectString,
|
|
2878
2878
|
output: import_smithy_client.expectString,
|
|
2879
2879
|
outputDetails: import_smithy_client._json,
|
|
2880
|
-
startDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2880
|
+
startDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startDate"),
|
|
2881
2881
|
stateMachineArn: import_smithy_client.expectString,
|
|
2882
2882
|
status: import_smithy_client.expectString,
|
|
2883
|
-
stopDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2883
|
+
stopDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopDate"),
|
|
2884
2884
|
traceHeader: import_smithy_client.expectString
|
|
2885
2885
|
});
|
|
2886
2886
|
}, "de_StartSyncExecutionOutput");
|
|
@@ -2892,7 +2892,7 @@ var de_StateMachineAliasList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2892
2892
|
}, "de_StateMachineAliasList");
|
|
2893
2893
|
var de_StateMachineAliasListItem = /* @__PURE__ */ __name((output, context) => {
|
|
2894
2894
|
return (0, import_smithy_client.take)(output, {
|
|
2895
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2895
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2896
2896
|
stateMachineAliasArn: import_smithy_client.expectString
|
|
2897
2897
|
});
|
|
2898
2898
|
}, "de_StateMachineAliasListItem");
|
|
@@ -2904,7 +2904,7 @@ var de_StateMachineList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2904
2904
|
}, "de_StateMachineList");
|
|
2905
2905
|
var de_StateMachineListItem = /* @__PURE__ */ __name((output, context) => {
|
|
2906
2906
|
return (0, import_smithy_client.take)(output, {
|
|
2907
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2907
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2908
2908
|
name: import_smithy_client.expectString,
|
|
2909
2909
|
stateMachineArn: import_smithy_client.expectString,
|
|
2910
2910
|
type: import_smithy_client.expectString
|
|
@@ -2918,25 +2918,25 @@ var de_StateMachineVersionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2918
2918
|
}, "de_StateMachineVersionList");
|
|
2919
2919
|
var de_StateMachineVersionListItem = /* @__PURE__ */ __name((output, context) => {
|
|
2920
2920
|
return (0, import_smithy_client.take)(output, {
|
|
2921
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2921
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2922
2922
|
stateMachineVersionArn: import_smithy_client.expectString
|
|
2923
2923
|
});
|
|
2924
2924
|
}, "de_StateMachineVersionListItem");
|
|
2925
2925
|
var de_StopExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2926
2926
|
return (0, import_smithy_client.take)(output, {
|
|
2927
|
-
stopDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2927
|
+
stopDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopDate")
|
|
2928
2928
|
});
|
|
2929
2929
|
}, "de_StopExecutionOutput");
|
|
2930
2930
|
var de_UpdateStateMachineAliasOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2931
2931
|
return (0, import_smithy_client.take)(output, {
|
|
2932
|
-
updateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2932
|
+
updateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateDate")
|
|
2933
2933
|
});
|
|
2934
2934
|
}, "de_UpdateStateMachineAliasOutput");
|
|
2935
2935
|
var de_UpdateStateMachineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2936
2936
|
return (0, import_smithy_client.take)(output, {
|
|
2937
2937
|
revisionId: import_smithy_client.expectString,
|
|
2938
2938
|
stateMachineVersionArn: import_smithy_client.expectString,
|
|
2939
|
-
updateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2939
|
+
updateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updateDate")
|
|
2940
2940
|
});
|
|
2941
2941
|
}, "de_UpdateStateMachineOutput");
|
|
2942
2942
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sfn",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sfn",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|