@aws-sdk/client-sfn 3.649.0 → 3.650.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 +37 -111
- package/dist-es/commands/CreateActivityCommand.js +1 -3
- package/dist-es/commands/CreateStateMachineAliasCommand.js +1 -3
- package/dist-es/commands/CreateStateMachineCommand.js +1 -3
- package/dist-es/commands/DeleteActivityCommand.js +1 -3
- package/dist-es/commands/DeleteStateMachineAliasCommand.js +1 -3
- package/dist-es/commands/DeleteStateMachineCommand.js +1 -3
- package/dist-es/commands/DeleteStateMachineVersionCommand.js +1 -3
- package/dist-es/commands/DescribeActivityCommand.js +1 -3
- package/dist-es/commands/DescribeExecutionCommand.js +1 -3
- package/dist-es/commands/DescribeMapRunCommand.js +1 -3
- package/dist-es/commands/DescribeStateMachineAliasCommand.js +1 -3
- package/dist-es/commands/DescribeStateMachineCommand.js +1 -3
- package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +1 -3
- package/dist-es/commands/GetActivityTaskCommand.js +1 -3
- package/dist-es/commands/GetExecutionHistoryCommand.js +1 -3
- package/dist-es/commands/ListActivitiesCommand.js +1 -3
- package/dist-es/commands/ListExecutionsCommand.js +1 -3
- package/dist-es/commands/ListMapRunsCommand.js +1 -3
- package/dist-es/commands/ListStateMachineAliasesCommand.js +1 -3
- package/dist-es/commands/ListStateMachineVersionsCommand.js +1 -3
- package/dist-es/commands/ListStateMachinesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PublishStateMachineVersionCommand.js +1 -3
- package/dist-es/commands/RedriveExecutionCommand.js +1 -3
- package/dist-es/commands/SendTaskFailureCommand.js +1 -3
- package/dist-es/commands/SendTaskHeartbeatCommand.js +1 -3
- package/dist-es/commands/SendTaskSuccessCommand.js +1 -3
- package/dist-es/commands/StartExecutionCommand.js +1 -3
- package/dist-es/commands/StartSyncExecutionCommand.js +1 -3
- package/dist-es/commands/StopExecutionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/TestStateCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateMapRunCommand.js +1 -3
- package/dist-es/commands/UpdateStateMachineAliasCommand.js +1 -3
- package/dist-es/commands/UpdateStateMachineCommand.js +1 -3
- package/dist-es/commands/ValidateStateMachineDefinitionCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -2888,9 +2888,7 @@ function sharedHeaders(operation) {
|
|
|
2888
2888
|
__name(sharedHeaders, "sharedHeaders");
|
|
2889
2889
|
|
|
2890
2890
|
// src/commands/CreateActivityCommand.ts
|
|
2891
|
-
var _CreateActivityCommand = class _CreateActivityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2892
|
-
...commonParams
|
|
2893
|
-
}).m(function(Command, cs, config, o) {
|
|
2891
|
+
var _CreateActivityCommand = class _CreateActivityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2894
2892
|
return [
|
|
2895
2893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2896
2894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2904,9 +2902,7 @@ var CreateActivityCommand = _CreateActivityCommand;
|
|
|
2904
2902
|
|
|
2905
2903
|
|
|
2906
2904
|
|
|
2907
|
-
var _CreateStateMachineAliasCommand = class _CreateStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2908
|
-
...commonParams
|
|
2909
|
-
}).m(function(Command, cs, config, o) {
|
|
2905
|
+
var _CreateStateMachineAliasCommand = class _CreateStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2910
2906
|
return [
|
|
2911
2907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2912
2908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2920,9 +2916,7 @@ var CreateStateMachineAliasCommand = _CreateStateMachineAliasCommand;
|
|
|
2920
2916
|
|
|
2921
2917
|
|
|
2922
2918
|
|
|
2923
|
-
var _CreateStateMachineCommand = class _CreateStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2924
|
-
...commonParams
|
|
2925
|
-
}).m(function(Command, cs, config, o) {
|
|
2919
|
+
var _CreateStateMachineCommand = class _CreateStateMachineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2926
2920
|
return [
|
|
2927
2921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2928
2922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2936,9 +2930,7 @@ var CreateStateMachineCommand = _CreateStateMachineCommand;
|
|
|
2936
2930
|
|
|
2937
2931
|
|
|
2938
2932
|
|
|
2939
|
-
var _DeleteActivityCommand = class _DeleteActivityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2940
|
-
...commonParams
|
|
2941
|
-
}).m(function(Command, cs, config, o) {
|
|
2933
|
+
var _DeleteActivityCommand = class _DeleteActivityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2942
2934
|
return [
|
|
2943
2935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2944
2936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2952,9 +2944,7 @@ var DeleteActivityCommand = _DeleteActivityCommand;
|
|
|
2952
2944
|
|
|
2953
2945
|
|
|
2954
2946
|
|
|
2955
|
-
var _DeleteStateMachineAliasCommand = class _DeleteStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2956
|
-
...commonParams
|
|
2957
|
-
}).m(function(Command, cs, config, o) {
|
|
2947
|
+
var _DeleteStateMachineAliasCommand = class _DeleteStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2958
2948
|
return [
|
|
2959
2949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2960
2950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2968,9 +2958,7 @@ var DeleteStateMachineAliasCommand = _DeleteStateMachineAliasCommand;
|
|
|
2968
2958
|
|
|
2969
2959
|
|
|
2970
2960
|
|
|
2971
|
-
var _DeleteStateMachineCommand = class _DeleteStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2972
|
-
...commonParams
|
|
2973
|
-
}).m(function(Command, cs, config, o) {
|
|
2961
|
+
var _DeleteStateMachineCommand = class _DeleteStateMachineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2974
2962
|
return [
|
|
2975
2963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2976
2964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2984,9 +2972,7 @@ var DeleteStateMachineCommand = _DeleteStateMachineCommand;
|
|
|
2984
2972
|
|
|
2985
2973
|
|
|
2986
2974
|
|
|
2987
|
-
var _DeleteStateMachineVersionCommand = class _DeleteStateMachineVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2988
|
-
...commonParams
|
|
2989
|
-
}).m(function(Command, cs, config, o) {
|
|
2975
|
+
var _DeleteStateMachineVersionCommand = class _DeleteStateMachineVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2990
2976
|
return [
|
|
2991
2977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2992
2978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3000,9 +2986,7 @@ var DeleteStateMachineVersionCommand = _DeleteStateMachineVersionCommand;
|
|
|
3000
2986
|
|
|
3001
2987
|
|
|
3002
2988
|
|
|
3003
|
-
var _DescribeActivityCommand = class _DescribeActivityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3004
|
-
...commonParams
|
|
3005
|
-
}).m(function(Command, cs, config, o) {
|
|
2989
|
+
var _DescribeActivityCommand = class _DescribeActivityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3006
2990
|
return [
|
|
3007
2991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3008
2992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3016,9 +3000,7 @@ var DescribeActivityCommand = _DescribeActivityCommand;
|
|
|
3016
3000
|
|
|
3017
3001
|
|
|
3018
3002
|
|
|
3019
|
-
var _DescribeExecutionCommand = class _DescribeExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3020
|
-
...commonParams
|
|
3021
|
-
}).m(function(Command, cs, config, o) {
|
|
3003
|
+
var _DescribeExecutionCommand = class _DescribeExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3022
3004
|
return [
|
|
3023
3005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3024
3006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3032,9 +3014,7 @@ var DescribeExecutionCommand = _DescribeExecutionCommand;
|
|
|
3032
3014
|
|
|
3033
3015
|
|
|
3034
3016
|
|
|
3035
|
-
var _DescribeMapRunCommand = class _DescribeMapRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3036
|
-
...commonParams
|
|
3037
|
-
}).m(function(Command, cs, config, o) {
|
|
3017
|
+
var _DescribeMapRunCommand = class _DescribeMapRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3038
3018
|
return [
|
|
3039
3019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3040
3020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3048,9 +3028,7 @@ var DescribeMapRunCommand = _DescribeMapRunCommand;
|
|
|
3048
3028
|
|
|
3049
3029
|
|
|
3050
3030
|
|
|
3051
|
-
var _DescribeStateMachineAliasCommand = class _DescribeStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3052
|
-
...commonParams
|
|
3053
|
-
}).m(function(Command, cs, config, o) {
|
|
3031
|
+
var _DescribeStateMachineAliasCommand = class _DescribeStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3054
3032
|
return [
|
|
3055
3033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3056
3034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3064,9 +3042,7 @@ var DescribeStateMachineAliasCommand = _DescribeStateMachineAliasCommand;
|
|
|
3064
3042
|
|
|
3065
3043
|
|
|
3066
3044
|
|
|
3067
|
-
var _DescribeStateMachineCommand = class _DescribeStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3068
|
-
...commonParams
|
|
3069
|
-
}).m(function(Command, cs, config, o) {
|
|
3045
|
+
var _DescribeStateMachineCommand = class _DescribeStateMachineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3070
3046
|
return [
|
|
3071
3047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3072
3048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3080,9 +3056,7 @@ var DescribeStateMachineCommand = _DescribeStateMachineCommand;
|
|
|
3080
3056
|
|
|
3081
3057
|
|
|
3082
3058
|
|
|
3083
|
-
var _DescribeStateMachineForExecutionCommand = class _DescribeStateMachineForExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3084
|
-
...commonParams
|
|
3085
|
-
}).m(function(Command, cs, config, o) {
|
|
3059
|
+
var _DescribeStateMachineForExecutionCommand = class _DescribeStateMachineForExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3086
3060
|
return [
|
|
3087
3061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3088
3062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3096,9 +3070,7 @@ var DescribeStateMachineForExecutionCommand = _DescribeStateMachineForExecutionC
|
|
|
3096
3070
|
|
|
3097
3071
|
|
|
3098
3072
|
|
|
3099
|
-
var _GetActivityTaskCommand = class _GetActivityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3100
|
-
...commonParams
|
|
3101
|
-
}).m(function(Command, cs, config, o) {
|
|
3073
|
+
var _GetActivityTaskCommand = class _GetActivityTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3102
3074
|
return [
|
|
3103
3075
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3104
3076
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3112,9 +3084,7 @@ var GetActivityTaskCommand = _GetActivityTaskCommand;
|
|
|
3112
3084
|
|
|
3113
3085
|
|
|
3114
3086
|
|
|
3115
|
-
var _GetExecutionHistoryCommand = class _GetExecutionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3116
|
-
...commonParams
|
|
3117
|
-
}).m(function(Command, cs, config, o) {
|
|
3087
|
+
var _GetExecutionHistoryCommand = class _GetExecutionHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3118
3088
|
return [
|
|
3119
3089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3120
3090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3128,9 +3098,7 @@ var GetExecutionHistoryCommand = _GetExecutionHistoryCommand;
|
|
|
3128
3098
|
|
|
3129
3099
|
|
|
3130
3100
|
|
|
3131
|
-
var _ListActivitiesCommand = class _ListActivitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3132
|
-
...commonParams
|
|
3133
|
-
}).m(function(Command, cs, config, o) {
|
|
3101
|
+
var _ListActivitiesCommand = class _ListActivitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3134
3102
|
return [
|
|
3135
3103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3136
3104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3144,9 +3112,7 @@ var ListActivitiesCommand = _ListActivitiesCommand;
|
|
|
3144
3112
|
|
|
3145
3113
|
|
|
3146
3114
|
|
|
3147
|
-
var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3148
|
-
...commonParams
|
|
3149
|
-
}).m(function(Command, cs, config, o) {
|
|
3115
|
+
var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3150
3116
|
return [
|
|
3151
3117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3152
3118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3160,9 +3126,7 @@ var ListExecutionsCommand = _ListExecutionsCommand;
|
|
|
3160
3126
|
|
|
3161
3127
|
|
|
3162
3128
|
|
|
3163
|
-
var _ListMapRunsCommand = class _ListMapRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3164
|
-
...commonParams
|
|
3165
|
-
}).m(function(Command, cs, config, o) {
|
|
3129
|
+
var _ListMapRunsCommand = class _ListMapRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3166
3130
|
return [
|
|
3167
3131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3168
3132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3176,9 +3140,7 @@ var ListMapRunsCommand = _ListMapRunsCommand;
|
|
|
3176
3140
|
|
|
3177
3141
|
|
|
3178
3142
|
|
|
3179
|
-
var _ListStateMachineAliasesCommand = class _ListStateMachineAliasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3180
|
-
...commonParams
|
|
3181
|
-
}).m(function(Command, cs, config, o) {
|
|
3143
|
+
var _ListStateMachineAliasesCommand = class _ListStateMachineAliasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3182
3144
|
return [
|
|
3183
3145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3184
3146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3192,9 +3154,7 @@ var ListStateMachineAliasesCommand = _ListStateMachineAliasesCommand;
|
|
|
3192
3154
|
|
|
3193
3155
|
|
|
3194
3156
|
|
|
3195
|
-
var _ListStateMachinesCommand = class _ListStateMachinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3196
|
-
...commonParams
|
|
3197
|
-
}).m(function(Command, cs, config, o) {
|
|
3157
|
+
var _ListStateMachinesCommand = class _ListStateMachinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3198
3158
|
return [
|
|
3199
3159
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3200
3160
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3208,9 +3168,7 @@ var ListStateMachinesCommand = _ListStateMachinesCommand;
|
|
|
3208
3168
|
|
|
3209
3169
|
|
|
3210
3170
|
|
|
3211
|
-
var _ListStateMachineVersionsCommand = class _ListStateMachineVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3212
|
-
...commonParams
|
|
3213
|
-
}).m(function(Command, cs, config, o) {
|
|
3171
|
+
var _ListStateMachineVersionsCommand = class _ListStateMachineVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3214
3172
|
return [
|
|
3215
3173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3216
3174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3224,9 +3182,7 @@ var ListStateMachineVersionsCommand = _ListStateMachineVersionsCommand;
|
|
|
3224
3182
|
|
|
3225
3183
|
|
|
3226
3184
|
|
|
3227
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3228
|
-
...commonParams
|
|
3229
|
-
}).m(function(Command, cs, config, o) {
|
|
3185
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3230
3186
|
return [
|
|
3231
3187
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3232
3188
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3240,9 +3196,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3240
3196
|
|
|
3241
3197
|
|
|
3242
3198
|
|
|
3243
|
-
var _PublishStateMachineVersionCommand = class _PublishStateMachineVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3244
|
-
...commonParams
|
|
3245
|
-
}).m(function(Command, cs, config, o) {
|
|
3199
|
+
var _PublishStateMachineVersionCommand = class _PublishStateMachineVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3246
3200
|
return [
|
|
3247
3201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3248
3202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3256,9 +3210,7 @@ var PublishStateMachineVersionCommand = _PublishStateMachineVersionCommand;
|
|
|
3256
3210
|
|
|
3257
3211
|
|
|
3258
3212
|
|
|
3259
|
-
var _RedriveExecutionCommand = class _RedriveExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3260
|
-
...commonParams
|
|
3261
|
-
}).m(function(Command, cs, config, o) {
|
|
3213
|
+
var _RedriveExecutionCommand = class _RedriveExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3262
3214
|
return [
|
|
3263
3215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3264
3216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3272,9 +3224,7 @@ var RedriveExecutionCommand = _RedriveExecutionCommand;
|
|
|
3272
3224
|
|
|
3273
3225
|
|
|
3274
3226
|
|
|
3275
|
-
var _SendTaskFailureCommand = class _SendTaskFailureCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3276
|
-
...commonParams
|
|
3277
|
-
}).m(function(Command, cs, config, o) {
|
|
3227
|
+
var _SendTaskFailureCommand = class _SendTaskFailureCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3278
3228
|
return [
|
|
3279
3229
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3280
3230
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3288,9 +3238,7 @@ var SendTaskFailureCommand = _SendTaskFailureCommand;
|
|
|
3288
3238
|
|
|
3289
3239
|
|
|
3290
3240
|
|
|
3291
|
-
var _SendTaskHeartbeatCommand = class _SendTaskHeartbeatCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3292
|
-
...commonParams
|
|
3293
|
-
}).m(function(Command, cs, config, o) {
|
|
3241
|
+
var _SendTaskHeartbeatCommand = class _SendTaskHeartbeatCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3294
3242
|
return [
|
|
3295
3243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3296
3244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3304,9 +3252,7 @@ var SendTaskHeartbeatCommand = _SendTaskHeartbeatCommand;
|
|
|
3304
3252
|
|
|
3305
3253
|
|
|
3306
3254
|
|
|
3307
|
-
var _SendTaskSuccessCommand = class _SendTaskSuccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3308
|
-
...commonParams
|
|
3309
|
-
}).m(function(Command, cs, config, o) {
|
|
3255
|
+
var _SendTaskSuccessCommand = class _SendTaskSuccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3310
3256
|
return [
|
|
3311
3257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3312
3258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3320,9 +3266,7 @@ var SendTaskSuccessCommand = _SendTaskSuccessCommand;
|
|
|
3320
3266
|
|
|
3321
3267
|
|
|
3322
3268
|
|
|
3323
|
-
var _StartExecutionCommand = class _StartExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3324
|
-
...commonParams
|
|
3325
|
-
}).m(function(Command, cs, config, o) {
|
|
3269
|
+
var _StartExecutionCommand = class _StartExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3326
3270
|
return [
|
|
3327
3271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3328
3272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3336,9 +3280,7 @@ var StartExecutionCommand = _StartExecutionCommand;
|
|
|
3336
3280
|
|
|
3337
3281
|
|
|
3338
3282
|
|
|
3339
|
-
var _StartSyncExecutionCommand = class _StartSyncExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3340
|
-
...commonParams
|
|
3341
|
-
}).m(function(Command, cs, config, o) {
|
|
3283
|
+
var _StartSyncExecutionCommand = class _StartSyncExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3342
3284
|
return [
|
|
3343
3285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3344
3286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3352,9 +3294,7 @@ var StartSyncExecutionCommand = _StartSyncExecutionCommand;
|
|
|
3352
3294
|
|
|
3353
3295
|
|
|
3354
3296
|
|
|
3355
|
-
var _StopExecutionCommand = class _StopExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3356
|
-
...commonParams
|
|
3357
|
-
}).m(function(Command, cs, config, o) {
|
|
3297
|
+
var _StopExecutionCommand = class _StopExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3358
3298
|
return [
|
|
3359
3299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3360
3300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3368,9 +3308,7 @@ var StopExecutionCommand = _StopExecutionCommand;
|
|
|
3368
3308
|
|
|
3369
3309
|
|
|
3370
3310
|
|
|
3371
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3372
|
-
...commonParams
|
|
3373
|
-
}).m(function(Command, cs, config, o) {
|
|
3311
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3374
3312
|
return [
|
|
3375
3313
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3376
3314
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3384,9 +3322,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3384
3322
|
|
|
3385
3323
|
|
|
3386
3324
|
|
|
3387
|
-
var _TestStateCommand = class _TestStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3388
|
-
...commonParams
|
|
3389
|
-
}).m(function(Command, cs, config, o) {
|
|
3325
|
+
var _TestStateCommand = class _TestStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3390
3326
|
return [
|
|
3391
3327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3392
3328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3400,9 +3336,7 @@ var TestStateCommand = _TestStateCommand;
|
|
|
3400
3336
|
|
|
3401
3337
|
|
|
3402
3338
|
|
|
3403
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3404
|
-
...commonParams
|
|
3405
|
-
}).m(function(Command, cs, config, o) {
|
|
3339
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3406
3340
|
return [
|
|
3407
3341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3408
3342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3416,9 +3350,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3416
3350
|
|
|
3417
3351
|
|
|
3418
3352
|
|
|
3419
|
-
var _UpdateMapRunCommand = class _UpdateMapRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3420
|
-
...commonParams
|
|
3421
|
-
}).m(function(Command, cs, config, o) {
|
|
3353
|
+
var _UpdateMapRunCommand = class _UpdateMapRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3422
3354
|
return [
|
|
3423
3355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3424
3356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3432,9 +3364,7 @@ var UpdateMapRunCommand = _UpdateMapRunCommand;
|
|
|
3432
3364
|
|
|
3433
3365
|
|
|
3434
3366
|
|
|
3435
|
-
var _UpdateStateMachineAliasCommand = class _UpdateStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3436
|
-
...commonParams
|
|
3437
|
-
}).m(function(Command, cs, config, o) {
|
|
3367
|
+
var _UpdateStateMachineAliasCommand = class _UpdateStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3438
3368
|
return [
|
|
3439
3369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3440
3370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3448,9 +3378,7 @@ var UpdateStateMachineAliasCommand = _UpdateStateMachineAliasCommand;
|
|
|
3448
3378
|
|
|
3449
3379
|
|
|
3450
3380
|
|
|
3451
|
-
var _UpdateStateMachineCommand = class _UpdateStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3452
|
-
...commonParams
|
|
3453
|
-
}).m(function(Command, cs, config, o) {
|
|
3381
|
+
var _UpdateStateMachineCommand = class _UpdateStateMachineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3454
3382
|
return [
|
|
3455
3383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3456
3384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3464,9 +3392,7 @@ var UpdateStateMachineCommand = _UpdateStateMachineCommand;
|
|
|
3464
3392
|
|
|
3465
3393
|
|
|
3466
3394
|
|
|
3467
|
-
var _ValidateStateMachineDefinitionCommand = class _ValidateStateMachineDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3468
|
-
...commonParams
|
|
3469
|
-
}).m(function(Command, cs, config, o) {
|
|
3395
|
+
var _ValidateStateMachineDefinitionCommand = class _ValidateStateMachineDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3470
3396
|
return [
|
|
3471
3397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3472
3398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateActivityCommand, se_CreateActivityCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateActivityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateStateMachineAliasCommand, se_CreateStateMachineAliasCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateStateMachineAliasCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateStateMachineCommand, se_CreateStateMachineCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateStateMachineCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteActivityCommand, se_DeleteActivityCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteActivityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteStateMachineAliasCommand, se_DeleteStateMachineAliasCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteStateMachineAliasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteStateMachineCommand, se_DeleteStateMachineCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteStateMachineCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteStateMachineVersionCommand, se_DeleteStateMachineVersionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteStateMachineVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeActivityCommand, se_DescribeActivityCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeActivityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeExecutionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeMapRunCommand, se_DescribeMapRunCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeMapRunCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeStateMachineAliasCommand, se_DescribeStateMachineAliasComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeStateMachineAliasCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeStateMachineCommand, se_DescribeStateMachineCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeStateMachineCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeStateMachineForExecutionCommand, se_DescribeStateMachineForE
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeStateMachineForExecutionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetActivityTaskCommand, se_GetActivityTaskCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetActivityTaskCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetExecutionHistoryCommand, se_GetExecutionHistoryCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetExecutionHistoryCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListActivitiesCommand, se_ListActivitiesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListActivitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMapRunsCommand, se_ListMapRunsCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMapRunsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListStateMachineAliasesCommand, se_ListStateMachineAliasesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStateMachineAliasesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListStateMachineVersionsCommand, se_ListStateMachineVersionsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStateMachineVersionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListStateMachinesCommand, se_ListStateMachinesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStateMachinesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PublishStateMachineVersionCommand, se_PublishStateMachineVersionComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PublishStateMachineVersionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RedriveExecutionCommand, se_RedriveExecutionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RedriveExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_SendTaskFailureCommand, se_SendTaskFailureCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SendTaskFailureCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SendTaskHeartbeatCommand, se_SendTaskHeartbeatCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SendTaskHeartbeatCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_SendTaskSuccessCommand, se_SendTaskSuccessCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SendTaskSuccessCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StartExecutionCommand, se_StartExecutionCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartExecutionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StartSyncExecutionCommand, se_StartSyncExecutionCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartSyncExecutionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StopExecutionCommand, se_StopExecutionCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StopExecutionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TestStateCommand, se_TestStateCommand } from "../protocols/Aws_json1
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TestStateCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateMapRunCommand, se_UpdateMapRunCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateMapRunCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateStateMachineAliasCommand, se_UpdateStateMachineAliasCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateStateMachineAliasCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateStateMachineCommand, se_UpdateStateMachineCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateStateMachineCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ValidateStateMachineDefinitionCommand, se_ValidateStateMachineDefini
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ValidateStateMachineDefinitionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|