@aws-sdk/client-sfn 3.306.0 → 3.309.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/commands/CreateActivityCommand.js +2 -2
- package/dist-cjs/commands/CreateStateMachineCommand.js +2 -2
- package/dist-cjs/commands/DeleteActivityCommand.js +2 -2
- package/dist-cjs/commands/DeleteStateMachineCommand.js +2 -2
- package/dist-cjs/commands/DescribeActivityCommand.js +2 -2
- package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
- package/dist-cjs/commands/DescribeMapRunCommand.js +2 -2
- package/dist-cjs/commands/DescribeStateMachineCommand.js +2 -2
- package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetActivityTaskCommand.js +2 -2
- package/dist-cjs/commands/GetExecutionHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListActivitiesCommand.js +2 -2
- package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListMapRunsCommand.js +2 -2
- package/dist-cjs/commands/ListStateMachinesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/SendTaskFailureCommand.js +2 -2
- package/dist-cjs/commands/SendTaskHeartbeatCommand.js +2 -2
- package/dist-cjs/commands/SendTaskSuccessCommand.js +2 -2
- package/dist-cjs/commands/StartExecutionCommand.js +2 -2
- package/dist-cjs/commands/StartSyncExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateMapRunCommand.js +2 -2
- package/dist-cjs/commands/UpdateStateMachineCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +571 -615
- package/dist-es/commands/CreateActivityCommand.js +3 -3
- package/dist-es/commands/CreateStateMachineCommand.js +3 -3
- package/dist-es/commands/DeleteActivityCommand.js +3 -3
- package/dist-es/commands/DeleteStateMachineCommand.js +3 -3
- package/dist-es/commands/DescribeActivityCommand.js +3 -3
- package/dist-es/commands/DescribeExecutionCommand.js +3 -3
- package/dist-es/commands/DescribeMapRunCommand.js +3 -3
- package/dist-es/commands/DescribeStateMachineCommand.js +3 -3
- package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -3
- package/dist-es/commands/GetActivityTaskCommand.js +3 -3
- package/dist-es/commands/GetExecutionHistoryCommand.js +3 -3
- package/dist-es/commands/ListActivitiesCommand.js +3 -3
- package/dist-es/commands/ListExecutionsCommand.js +3 -3
- package/dist-es/commands/ListMapRunsCommand.js +3 -3
- package/dist-es/commands/ListStateMachinesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/SendTaskFailureCommand.js +3 -3
- package/dist-es/commands/SendTaskHeartbeatCommand.js +3 -3
- package/dist-es/commands/SendTaskSuccessCommand.js +3 -3
- package/dist-es/commands/StartExecutionCommand.js +3 -3
- package/dist-es/commands/StartSyncExecutionCommand.js +3 -3
- package/dist-es/commands/StopExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateMapRunCommand.js +3 -3
- package/dist-es/commands/UpdateStateMachineCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +517 -561
- package/dist-types/protocols/Aws_json1_0.d.ts +208 -52
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +52 -52
- package/package.json +6 -6
|
@@ -26,55 +26,211 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
26
26
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
27
27
|
import { UpdateMapRunCommandInput, UpdateMapRunCommandOutput } from "../commands/UpdateMapRunCommand";
|
|
28
28
|
import { UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput } from "../commands/UpdateStateMachineCommand";
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_json1_0CreateActivityCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_CreateActivityCommand: (input: CreateActivityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_json1_0CreateStateMachineCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_CreateStateMachineCommand: (input: CreateStateMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_json1_0DeleteActivityCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_DeleteActivityCommand: (input: DeleteActivityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_json1_0DeleteStateMachineCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_DeleteStateMachineCommand: (input: DeleteStateMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_json1_0DescribeActivityCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_DescribeActivityCommand: (input: DescribeActivityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_json1_0DescribeExecutionCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_DescribeExecutionCommand: (input: DescribeExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_json1_0DescribeMapRunCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_DescribeMapRunCommand: (input: DescribeMapRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_json1_0DescribeStateMachineCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_DescribeStateMachineCommand: (input: DescribeStateMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_json1_0DescribeStateMachineForExecutionCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_DescribeStateMachineForExecutionCommand: (input: DescribeStateMachineForExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_json1_0GetActivityTaskCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_GetActivityTaskCommand: (input: GetActivityTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_json1_0GetExecutionHistoryCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_GetExecutionHistoryCommand: (input: GetExecutionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_json1_0ListActivitiesCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_ListActivitiesCommand: (input: ListActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_json1_0ListExecutionsCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_ListExecutionsCommand: (input: ListExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_json1_0ListMapRunsCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_ListMapRunsCommand: (input: ListMapRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_json1_0ListStateMachinesCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_ListStateMachinesCommand: (input: ListStateMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_json1_0ListTagsForResourceCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_json1_0SendTaskFailureCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_SendTaskFailureCommand: (input: SendTaskFailureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_json1_0SendTaskHeartbeatCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_SendTaskHeartbeatCommand: (input: SendTaskHeartbeatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_json1_0SendTaskSuccessCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_SendTaskSuccessCommand: (input: SendTaskSuccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_json1_0StartExecutionCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_StartExecutionCommand: (input: StartExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_json1_0StartSyncExecutionCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_StartSyncExecutionCommand: (input: StartSyncExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_json1_0StopExecutionCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_StopExecutionCommand: (input: StopExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_json1_0TagResourceCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_json1_0UntagResourceCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_json1_0UpdateMapRunCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_UpdateMapRunCommand: (input: UpdateMapRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_json1_0UpdateStateMachineCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_UpdateStateMachineCommand: (input: UpdateStateMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_json1_0CreateActivityCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_CreateActivityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateActivityCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* deserializeAws_json1_0CreateStateMachineCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const de_CreateStateMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStateMachineCommandOutput>;
|
|
141
|
+
/**
|
|
142
|
+
* deserializeAws_json1_0DeleteActivityCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const de_DeleteActivityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActivityCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_json1_0DeleteStateMachineCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_DeleteStateMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStateMachineCommandOutput>;
|
|
149
|
+
/**
|
|
150
|
+
* deserializeAws_json1_0DescribeActivityCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const de_DescribeActivityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActivityCommandOutput>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_json1_0DescribeExecutionCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_DescribeExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExecutionCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_json1_0DescribeMapRunCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_DescribeMapRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMapRunCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_json1_0DescribeStateMachineCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_DescribeStateMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStateMachineCommandOutput>;
|
|
165
|
+
/**
|
|
166
|
+
* deserializeAws_json1_0DescribeStateMachineForExecutionCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const de_DescribeStateMachineForExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStateMachineForExecutionCommandOutput>;
|
|
169
|
+
/**
|
|
170
|
+
* deserializeAws_json1_0GetActivityTaskCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const de_GetActivityTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetActivityTaskCommandOutput>;
|
|
173
|
+
/**
|
|
174
|
+
* deserializeAws_json1_0GetExecutionHistoryCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const de_GetExecutionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExecutionHistoryCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_json1_0ListActivitiesCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_ListActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActivitiesCommandOutput>;
|
|
181
|
+
/**
|
|
182
|
+
* deserializeAws_json1_0ListExecutionsCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const de_ListExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutionsCommandOutput>;
|
|
185
|
+
/**
|
|
186
|
+
* deserializeAws_json1_0ListMapRunsCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const de_ListMapRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMapRunsCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_json1_0ListStateMachinesCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_ListStateMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStateMachinesCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_json1_0SendTaskFailureCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_SendTaskFailureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTaskFailureCommandOutput>;
|
|
201
|
+
/**
|
|
202
|
+
* deserializeAws_json1_0SendTaskHeartbeatCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const de_SendTaskHeartbeatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTaskHeartbeatCommandOutput>;
|
|
205
|
+
/**
|
|
206
|
+
* deserializeAws_json1_0SendTaskSuccessCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const de_SendTaskSuccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTaskSuccessCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* deserializeAws_json1_0StartExecutionCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const de_StartExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExecutionCommandOutput>;
|
|
213
|
+
/**
|
|
214
|
+
* deserializeAws_json1_0StartSyncExecutionCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const de_StartSyncExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSyncExecutionCommandOutput>;
|
|
217
|
+
/**
|
|
218
|
+
* deserializeAws_json1_0StopExecutionCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const de_StopExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopExecutionCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* deserializeAws_json1_0TagResourceCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_json1_0UntagResourceCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
229
|
+
/**
|
|
230
|
+
* deserializeAws_json1_0UpdateMapRunCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const de_UpdateMapRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMapRunCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_json1_0UpdateStateMachineCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_UpdateStateMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStateMachineCommandOutput>;
|
|
@@ -107,211 +107,211 @@ import {
|
|
|
107
107
|
UpdateStateMachineCommandInput,
|
|
108
108
|
UpdateStateMachineCommandOutput,
|
|
109
109
|
} from "../commands/UpdateStateMachineCommand";
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_CreateActivityCommand: (
|
|
111
111
|
input: CreateActivityCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_CreateStateMachineCommand: (
|
|
115
115
|
input: CreateStateMachineCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DeleteActivityCommand: (
|
|
119
119
|
input: DeleteActivityCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DeleteStateMachineCommand: (
|
|
123
123
|
input: DeleteStateMachineCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DescribeActivityCommand: (
|
|
127
127
|
input: DescribeActivityCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DescribeExecutionCommand: (
|
|
131
131
|
input: DescribeExecutionCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DescribeMapRunCommand: (
|
|
135
135
|
input: DescribeMapRunCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DescribeStateMachineCommand: (
|
|
139
139
|
input: DescribeStateMachineCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DescribeStateMachineForExecutionCommand: (
|
|
143
143
|
input: DescribeStateMachineForExecutionCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_GetActivityTaskCommand: (
|
|
147
147
|
input: GetActivityTaskCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_GetExecutionHistoryCommand: (
|
|
151
151
|
input: GetExecutionHistoryCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_ListActivitiesCommand: (
|
|
155
155
|
input: ListActivitiesCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_ListExecutionsCommand: (
|
|
159
159
|
input: ListExecutionsCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_ListMapRunsCommand: (
|
|
163
163
|
input: ListMapRunsCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_ListStateMachinesCommand: (
|
|
167
167
|
input: ListStateMachinesCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
171
171
|
input: ListTagsForResourceCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_SendTaskFailureCommand: (
|
|
175
175
|
input: SendTaskFailureCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_SendTaskHeartbeatCommand: (
|
|
179
179
|
input: SendTaskHeartbeatCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_SendTaskSuccessCommand: (
|
|
183
183
|
input: SendTaskSuccessCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_StartExecutionCommand: (
|
|
187
187
|
input: StartExecutionCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_StartSyncExecutionCommand: (
|
|
191
191
|
input: StartSyncExecutionCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_StopExecutionCommand: (
|
|
195
195
|
input: StopExecutionCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_TagResourceCommand: (
|
|
199
199
|
input: TagResourceCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_UntagResourceCommand: (
|
|
203
203
|
input: UntagResourceCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_UpdateMapRunCommand: (
|
|
207
207
|
input: UpdateMapRunCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_UpdateStateMachineCommand: (
|
|
211
211
|
input: UpdateStateMachineCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_CreateActivityCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<CreateActivityCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_CreateStateMachineCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<CreateStateMachineCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_DeleteActivityCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<DeleteActivityCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_DeleteStateMachineCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<DeleteStateMachineCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_DescribeActivityCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<DescribeActivityCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_DescribeExecutionCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<DescribeExecutionCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_DescribeMapRunCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<DescribeMapRunCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DescribeStateMachineCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DescribeStateMachineCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DescribeStateMachineForExecutionCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DescribeStateMachineForExecutionCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_GetActivityTaskCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<GetActivityTaskCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_GetExecutionHistoryCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<GetExecutionHistoryCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_ListActivitiesCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<ListActivitiesCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_ListExecutionsCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<ListExecutionsCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_ListMapRunsCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<ListMapRunsCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_ListStateMachinesCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<ListStateMachinesCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_SendTaskFailureCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<SendTaskFailureCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_SendTaskHeartbeatCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<SendTaskHeartbeatCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_SendTaskSuccessCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<SendTaskSuccessCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_StartExecutionCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<StartExecutionCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_StartSyncExecutionCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<StartSyncExecutionCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_StopExecutionCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<StopExecutionCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_TagResourceCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<TagResourceCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_UntagResourceCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<UntagResourceCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_UpdateMapRunCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<UpdateMapRunCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_UpdateStateMachineCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<UpdateStateMachineCommandOutput>;
|
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.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|