@aws-sdk/client-sfn 3.588.0 → 3.592.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 +0 -37
- package/dist-types/SFNClient.d.ts +4 -4
- package/dist-types/commands/CreateActivityCommand.d.ts +2 -1
- package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteActivityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeActivityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMapRunCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetActivityTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListActivitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListMapRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachinesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/commands/RedriveExecutionCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskFailureCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +2 -1
- package/dist-types/commands/StartExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestStateCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMapRunCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SFNServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SFNClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TestStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ValidateStateMachineDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SFNServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -310,7 +310,6 @@ var SFNClient = _SFNClient;
|
|
|
310
310
|
|
|
311
311
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
312
312
|
|
|
313
|
-
var import_types = require("@smithy/types");
|
|
314
313
|
|
|
315
314
|
// src/protocols/Aws_json1_0.ts
|
|
316
315
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -2738,7 +2737,6 @@ var CreateActivityCommand = _CreateActivityCommand;
|
|
|
2738
2737
|
|
|
2739
2738
|
|
|
2740
2739
|
|
|
2741
|
-
|
|
2742
2740
|
var _CreateStateMachineAliasCommand = class _CreateStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2743
2741
|
...commonParams
|
|
2744
2742
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2755,7 +2753,6 @@ var CreateStateMachineAliasCommand = _CreateStateMachineAliasCommand;
|
|
|
2755
2753
|
|
|
2756
2754
|
|
|
2757
2755
|
|
|
2758
|
-
|
|
2759
2756
|
var _CreateStateMachineCommand = class _CreateStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2760
2757
|
...commonParams
|
|
2761
2758
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2772,7 +2769,6 @@ var CreateStateMachineCommand = _CreateStateMachineCommand;
|
|
|
2772
2769
|
|
|
2773
2770
|
|
|
2774
2771
|
|
|
2775
|
-
|
|
2776
2772
|
var _DeleteActivityCommand = class _DeleteActivityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2777
2773
|
...commonParams
|
|
2778
2774
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2789,7 +2785,6 @@ var DeleteActivityCommand = _DeleteActivityCommand;
|
|
|
2789
2785
|
|
|
2790
2786
|
|
|
2791
2787
|
|
|
2792
|
-
|
|
2793
2788
|
var _DeleteStateMachineAliasCommand = class _DeleteStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2794
2789
|
...commonParams
|
|
2795
2790
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2806,7 +2801,6 @@ var DeleteStateMachineAliasCommand = _DeleteStateMachineAliasCommand;
|
|
|
2806
2801
|
|
|
2807
2802
|
|
|
2808
2803
|
|
|
2809
|
-
|
|
2810
2804
|
var _DeleteStateMachineCommand = class _DeleteStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2811
2805
|
...commonParams
|
|
2812
2806
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2823,7 +2817,6 @@ var DeleteStateMachineCommand = _DeleteStateMachineCommand;
|
|
|
2823
2817
|
|
|
2824
2818
|
|
|
2825
2819
|
|
|
2826
|
-
|
|
2827
2820
|
var _DeleteStateMachineVersionCommand = class _DeleteStateMachineVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2828
2821
|
...commonParams
|
|
2829
2822
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2840,7 +2833,6 @@ var DeleteStateMachineVersionCommand = _DeleteStateMachineVersionCommand;
|
|
|
2840
2833
|
|
|
2841
2834
|
|
|
2842
2835
|
|
|
2843
|
-
|
|
2844
2836
|
var _DescribeActivityCommand = class _DescribeActivityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2845
2837
|
...commonParams
|
|
2846
2838
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2857,7 +2849,6 @@ var DescribeActivityCommand = _DescribeActivityCommand;
|
|
|
2857
2849
|
|
|
2858
2850
|
|
|
2859
2851
|
|
|
2860
|
-
|
|
2861
2852
|
var _DescribeExecutionCommand = class _DescribeExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2862
2853
|
...commonParams
|
|
2863
2854
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2874,7 +2865,6 @@ var DescribeExecutionCommand = _DescribeExecutionCommand;
|
|
|
2874
2865
|
|
|
2875
2866
|
|
|
2876
2867
|
|
|
2877
|
-
|
|
2878
2868
|
var _DescribeMapRunCommand = class _DescribeMapRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2879
2869
|
...commonParams
|
|
2880
2870
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2891,7 +2881,6 @@ var DescribeMapRunCommand = _DescribeMapRunCommand;
|
|
|
2891
2881
|
|
|
2892
2882
|
|
|
2893
2883
|
|
|
2894
|
-
|
|
2895
2884
|
var _DescribeStateMachineAliasCommand = class _DescribeStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2896
2885
|
...commonParams
|
|
2897
2886
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2908,7 +2897,6 @@ var DescribeStateMachineAliasCommand = _DescribeStateMachineAliasCommand;
|
|
|
2908
2897
|
|
|
2909
2898
|
|
|
2910
2899
|
|
|
2911
|
-
|
|
2912
2900
|
var _DescribeStateMachineCommand = class _DescribeStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2913
2901
|
...commonParams
|
|
2914
2902
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2925,7 +2913,6 @@ var DescribeStateMachineCommand = _DescribeStateMachineCommand;
|
|
|
2925
2913
|
|
|
2926
2914
|
|
|
2927
2915
|
|
|
2928
|
-
|
|
2929
2916
|
var _DescribeStateMachineForExecutionCommand = class _DescribeStateMachineForExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2930
2917
|
...commonParams
|
|
2931
2918
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2942,7 +2929,6 @@ var DescribeStateMachineForExecutionCommand = _DescribeStateMachineForExecutionC
|
|
|
2942
2929
|
|
|
2943
2930
|
|
|
2944
2931
|
|
|
2945
|
-
|
|
2946
2932
|
var _GetActivityTaskCommand = class _GetActivityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2947
2933
|
...commonParams
|
|
2948
2934
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2959,7 +2945,6 @@ var GetActivityTaskCommand = _GetActivityTaskCommand;
|
|
|
2959
2945
|
|
|
2960
2946
|
|
|
2961
2947
|
|
|
2962
|
-
|
|
2963
2948
|
var _GetExecutionHistoryCommand = class _GetExecutionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2964
2949
|
...commonParams
|
|
2965
2950
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2976,7 +2961,6 @@ var GetExecutionHistoryCommand = _GetExecutionHistoryCommand;
|
|
|
2976
2961
|
|
|
2977
2962
|
|
|
2978
2963
|
|
|
2979
|
-
|
|
2980
2964
|
var _ListActivitiesCommand = class _ListActivitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2981
2965
|
...commonParams
|
|
2982
2966
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2993,7 +2977,6 @@ var ListActivitiesCommand = _ListActivitiesCommand;
|
|
|
2993
2977
|
|
|
2994
2978
|
|
|
2995
2979
|
|
|
2996
|
-
|
|
2997
2980
|
var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2998
2981
|
...commonParams
|
|
2999
2982
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3010,7 +2993,6 @@ var ListExecutionsCommand = _ListExecutionsCommand;
|
|
|
3010
2993
|
|
|
3011
2994
|
|
|
3012
2995
|
|
|
3013
|
-
|
|
3014
2996
|
var _ListMapRunsCommand = class _ListMapRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3015
2997
|
...commonParams
|
|
3016
2998
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3027,7 +3009,6 @@ var ListMapRunsCommand = _ListMapRunsCommand;
|
|
|
3027
3009
|
|
|
3028
3010
|
|
|
3029
3011
|
|
|
3030
|
-
|
|
3031
3012
|
var _ListStateMachineAliasesCommand = class _ListStateMachineAliasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3032
3013
|
...commonParams
|
|
3033
3014
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3044,7 +3025,6 @@ var ListStateMachineAliasesCommand = _ListStateMachineAliasesCommand;
|
|
|
3044
3025
|
|
|
3045
3026
|
|
|
3046
3027
|
|
|
3047
|
-
|
|
3048
3028
|
var _ListStateMachinesCommand = class _ListStateMachinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3049
3029
|
...commonParams
|
|
3050
3030
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3061,7 +3041,6 @@ var ListStateMachinesCommand = _ListStateMachinesCommand;
|
|
|
3061
3041
|
|
|
3062
3042
|
|
|
3063
3043
|
|
|
3064
|
-
|
|
3065
3044
|
var _ListStateMachineVersionsCommand = class _ListStateMachineVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3066
3045
|
...commonParams
|
|
3067
3046
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3078,7 +3057,6 @@ var ListStateMachineVersionsCommand = _ListStateMachineVersionsCommand;
|
|
|
3078
3057
|
|
|
3079
3058
|
|
|
3080
3059
|
|
|
3081
|
-
|
|
3082
3060
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3083
3061
|
...commonParams
|
|
3084
3062
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3095,7 +3073,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3095
3073
|
|
|
3096
3074
|
|
|
3097
3075
|
|
|
3098
|
-
|
|
3099
3076
|
var _PublishStateMachineVersionCommand = class _PublishStateMachineVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3100
3077
|
...commonParams
|
|
3101
3078
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3112,7 +3089,6 @@ var PublishStateMachineVersionCommand = _PublishStateMachineVersionCommand;
|
|
|
3112
3089
|
|
|
3113
3090
|
|
|
3114
3091
|
|
|
3115
|
-
|
|
3116
3092
|
var _RedriveExecutionCommand = class _RedriveExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3117
3093
|
...commonParams
|
|
3118
3094
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3129,7 +3105,6 @@ var RedriveExecutionCommand = _RedriveExecutionCommand;
|
|
|
3129
3105
|
|
|
3130
3106
|
|
|
3131
3107
|
|
|
3132
|
-
|
|
3133
3108
|
var _SendTaskFailureCommand = class _SendTaskFailureCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3134
3109
|
...commonParams
|
|
3135
3110
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3146,7 +3121,6 @@ var SendTaskFailureCommand = _SendTaskFailureCommand;
|
|
|
3146
3121
|
|
|
3147
3122
|
|
|
3148
3123
|
|
|
3149
|
-
|
|
3150
3124
|
var _SendTaskHeartbeatCommand = class _SendTaskHeartbeatCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3151
3125
|
...commonParams
|
|
3152
3126
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3163,7 +3137,6 @@ var SendTaskHeartbeatCommand = _SendTaskHeartbeatCommand;
|
|
|
3163
3137
|
|
|
3164
3138
|
|
|
3165
3139
|
|
|
3166
|
-
|
|
3167
3140
|
var _SendTaskSuccessCommand = class _SendTaskSuccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3168
3141
|
...commonParams
|
|
3169
3142
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3180,7 +3153,6 @@ var SendTaskSuccessCommand = _SendTaskSuccessCommand;
|
|
|
3180
3153
|
|
|
3181
3154
|
|
|
3182
3155
|
|
|
3183
|
-
|
|
3184
3156
|
var _StartExecutionCommand = class _StartExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3185
3157
|
...commonParams
|
|
3186
3158
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3197,7 +3169,6 @@ var StartExecutionCommand = _StartExecutionCommand;
|
|
|
3197
3169
|
|
|
3198
3170
|
|
|
3199
3171
|
|
|
3200
|
-
|
|
3201
3172
|
var _StartSyncExecutionCommand = class _StartSyncExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3202
3173
|
...commonParams
|
|
3203
3174
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3214,7 +3185,6 @@ var StartSyncExecutionCommand = _StartSyncExecutionCommand;
|
|
|
3214
3185
|
|
|
3215
3186
|
|
|
3216
3187
|
|
|
3217
|
-
|
|
3218
3188
|
var _StopExecutionCommand = class _StopExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3219
3189
|
...commonParams
|
|
3220
3190
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3231,7 +3201,6 @@ var StopExecutionCommand = _StopExecutionCommand;
|
|
|
3231
3201
|
|
|
3232
3202
|
|
|
3233
3203
|
|
|
3234
|
-
|
|
3235
3204
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3236
3205
|
...commonParams
|
|
3237
3206
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3248,7 +3217,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3248
3217
|
|
|
3249
3218
|
|
|
3250
3219
|
|
|
3251
|
-
|
|
3252
3220
|
var _TestStateCommand = class _TestStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3253
3221
|
...commonParams
|
|
3254
3222
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3265,7 +3233,6 @@ var TestStateCommand = _TestStateCommand;
|
|
|
3265
3233
|
|
|
3266
3234
|
|
|
3267
3235
|
|
|
3268
|
-
|
|
3269
3236
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3270
3237
|
...commonParams
|
|
3271
3238
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3282,7 +3249,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3282
3249
|
|
|
3283
3250
|
|
|
3284
3251
|
|
|
3285
|
-
|
|
3286
3252
|
var _UpdateMapRunCommand = class _UpdateMapRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3287
3253
|
...commonParams
|
|
3288
3254
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3299,7 +3265,6 @@ var UpdateMapRunCommand = _UpdateMapRunCommand;
|
|
|
3299
3265
|
|
|
3300
3266
|
|
|
3301
3267
|
|
|
3302
|
-
|
|
3303
3268
|
var _UpdateStateMachineAliasCommand = class _UpdateStateMachineAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3304
3269
|
...commonParams
|
|
3305
3270
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3316,7 +3281,6 @@ var UpdateStateMachineAliasCommand = _UpdateStateMachineAliasCommand;
|
|
|
3316
3281
|
|
|
3317
3282
|
|
|
3318
3283
|
|
|
3319
|
-
|
|
3320
3284
|
var _UpdateStateMachineCommand = class _UpdateStateMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3321
3285
|
...commonParams
|
|
3322
3286
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3333,7 +3297,6 @@ var UpdateStateMachineCommand = _UpdateStateMachineCommand;
|
|
|
3333
3297
|
|
|
3334
3298
|
|
|
3335
3299
|
|
|
3336
|
-
|
|
3337
3300
|
var _ValidateStateMachineDefinitionCommand = class _ValidateStateMachineDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3338
3301
|
...commonParams
|
|
3339
3302
|
}).m(function(Command, cs, config, o) {
|
|
@@ -127,15 +127,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
127
127
|
* Enables FIPS compatible endpoints.
|
|
128
128
|
*/
|
|
129
129
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
130
|
+
/**
|
|
131
|
+
* The AWS region to which this client will send requests
|
|
132
|
+
*/
|
|
133
|
+
region?: string | __Provider<string>;
|
|
130
134
|
/**
|
|
131
135
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
132
136
|
* @internal
|
|
133
137
|
*/
|
|
134
138
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
135
|
-
/**
|
|
136
|
-
* The AWS region to which this client will send requests
|
|
137
|
-
*/
|
|
138
|
-
region?: string | __Provider<string>;
|
|
139
139
|
/**
|
|
140
140
|
* Default credentials provider; Not available in browser runtime.
|
|
141
141
|
* @deprecated
|