@aws-sdk/client-sfn 3.651.1 → 3.654.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-types/commands/CreateActivityCommand.d.ts +11 -0
- package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/DeleteActivityCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeActivityCommand.d.ts +11 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMapRunCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetActivityTaskCommand.d.ts +11 -0
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListActivitiesCommand.d.ts +11 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListMapRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListStateMachinesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +11 -0
- package/dist-types/commands/RedriveExecutionCommand.d.ts +11 -0
- package/dist-types/commands/SendTaskFailureCommand.d.ts +11 -0
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +11 -0
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +11 -0
- package/dist-types/commands/StartExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StopExecutionCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestStateCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMapRunCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestStateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ValidateStateMachineDefinitionCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -108,4 +108,15 @@ declare const CreateActivityCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class CreateActivityCommand extends CreateActivityCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: CreateActivityInput;
|
|
115
|
+
output: CreateActivityOutput;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: CreateActivityCommandInput;
|
|
119
|
+
output: CreateActivityCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -128,4 +128,15 @@ declare const CreateStateMachineAliasCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class CreateStateMachineAliasCommand extends CreateStateMachineAliasCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: CreateStateMachineAliasInput;
|
|
135
|
+
output: CreateStateMachineAliasOutput;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: CreateStateMachineAliasCommandInput;
|
|
139
|
+
output: CreateStateMachineAliasCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -163,4 +163,15 @@ declare const CreateStateMachineCommand_base: {
|
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class CreateStateMachineCommand extends CreateStateMachineCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: CreateStateMachineInput;
|
|
170
|
+
output: CreateStateMachineOutput;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: CreateStateMachineCommandInput;
|
|
174
|
+
output: CreateStateMachineCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
166
177
|
}
|
|
@@ -58,4 +58,15 @@ declare const DeleteActivityCommand_base: {
|
|
|
58
58
|
* @public
|
|
59
59
|
*/
|
|
60
60
|
export declare class DeleteActivityCommand extends DeleteActivityCommand_base {
|
|
61
|
+
/** @internal type navigation helper, not in runtime. */
|
|
62
|
+
protected static __types: {
|
|
63
|
+
api: {
|
|
64
|
+
input: DeleteActivityInput;
|
|
65
|
+
output: {};
|
|
66
|
+
};
|
|
67
|
+
sdk: {
|
|
68
|
+
input: DeleteActivityCommandInput;
|
|
69
|
+
output: DeleteActivityCommandOutput;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
61
72
|
}
|
|
@@ -96,4 +96,15 @@ declare const DeleteStateMachineAliasCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DeleteStateMachineAliasCommand extends DeleteStateMachineAliasCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DeleteStateMachineAliasInput;
|
|
103
|
+
output: {};
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DeleteStateMachineAliasCommandInput;
|
|
107
|
+
output: DeleteStateMachineAliasCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -87,4 +87,15 @@ declare const DeleteStateMachineCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DeleteStateMachineCommand extends DeleteStateMachineCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DeleteStateMachineInput;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DeleteStateMachineCommandInput;
|
|
98
|
+
output: DeleteStateMachineCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -88,4 +88,15 @@ declare const DeleteStateMachineVersionCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DeleteStateMachineVersionCommand extends DeleteStateMachineVersionCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DeleteStateMachineVersionInput;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DeleteStateMachineVersionCommandInput;
|
|
99
|
+
output: DeleteStateMachineVersionCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -73,4 +73,15 @@ declare const DescribeActivityCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DescribeActivityCommand extends DescribeActivityCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DescribeActivityInput;
|
|
80
|
+
output: DescribeActivityOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DescribeActivityCommandInput;
|
|
84
|
+
output: DescribeActivityCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -102,4 +102,15 @@ declare const DescribeExecutionCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: DescribeExecutionInput;
|
|
109
|
+
output: DescribeExecutionOutput;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: DescribeExecutionCommandInput;
|
|
113
|
+
output: DescribeExecutionCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -96,4 +96,15 @@ declare const DescribeMapRunCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DescribeMapRunCommand extends DescribeMapRunCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DescribeMapRunInput;
|
|
103
|
+
output: DescribeMapRunOutput;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DescribeMapRunCommandInput;
|
|
107
|
+
output: DescribeMapRunCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -101,4 +101,15 @@ declare const DescribeStateMachineAliasCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class DescribeStateMachineAliasCommand extends DescribeStateMachineAliasCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: DescribeStateMachineAliasInput;
|
|
108
|
+
output: DescribeStateMachineAliasOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: DescribeStateMachineAliasCommandInput;
|
|
112
|
+
output: DescribeStateMachineAliasCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -134,4 +134,15 @@ declare const DescribeStateMachineCommand_base: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export declare class DescribeStateMachineCommand extends DescribeStateMachineCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: DescribeStateMachineInput;
|
|
141
|
+
output: DescribeStateMachineOutput;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: DescribeStateMachineCommandInput;
|
|
145
|
+
output: DescribeStateMachineCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -106,4 +106,15 @@ declare const DescribeStateMachineForExecutionCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class DescribeStateMachineForExecutionCommand extends DescribeStateMachineForExecutionCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: DescribeStateMachineForExecutionInput;
|
|
113
|
+
output: DescribeStateMachineForExecutionOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: DescribeStateMachineForExecutionCommandInput;
|
|
117
|
+
output: DescribeStateMachineForExecutionCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -93,4 +93,15 @@ declare const GetActivityTaskCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetActivityTaskCommand extends GetActivityTaskCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: GetActivityTaskInput;
|
|
100
|
+
output: GetActivityTaskOutput;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: GetActivityTaskCommandInput;
|
|
104
|
+
output: GetActivityTaskCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -274,4 +274,15 @@ declare const GetExecutionHistoryCommand_base: {
|
|
|
274
274
|
* @public
|
|
275
275
|
*/
|
|
276
276
|
export declare class GetExecutionHistoryCommand extends GetExecutionHistoryCommand_base {
|
|
277
|
+
/** @internal type navigation helper, not in runtime. */
|
|
278
|
+
protected static __types: {
|
|
279
|
+
api: {
|
|
280
|
+
input: GetExecutionHistoryInput;
|
|
281
|
+
output: GetExecutionHistoryOutput;
|
|
282
|
+
};
|
|
283
|
+
sdk: {
|
|
284
|
+
input: GetExecutionHistoryCommandInput;
|
|
285
|
+
output: GetExecutionHistoryCommandOutput;
|
|
286
|
+
};
|
|
287
|
+
};
|
|
277
288
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListActivitiesCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListActivitiesCommand extends ListActivitiesCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListActivitiesInput;
|
|
80
|
+
output: ListActivitiesOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListActivitiesCommandInput;
|
|
84
|
+
output: ListActivitiesCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListExecutionsCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListExecutionsInput;
|
|
112
|
+
output: ListExecutionsOutput;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListExecutionsCommandInput;
|
|
116
|
+
output: ListExecutionsCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListMapRunsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListMapRunsCommand extends ListMapRunsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListMapRunsInput;
|
|
84
|
+
output: ListMapRunsOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListMapRunsCommandInput;
|
|
88
|
+
output: ListMapRunsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -108,4 +108,15 @@ declare const ListStateMachineAliasesCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class ListStateMachineAliasesCommand extends ListStateMachineAliasesCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: ListStateMachineAliasesInput;
|
|
115
|
+
output: ListStateMachineAliasesOutput;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: ListStateMachineAliasesCommandInput;
|
|
119
|
+
output: ListStateMachineAliasesCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListStateMachineVersionsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListStateMachineVersionsCommand extends ListStateMachineVersionsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListStateMachineVersionsInput;
|
|
99
|
+
output: ListStateMachineVersionsOutput;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListStateMachineVersionsCommandInput;
|
|
103
|
+
output: ListStateMachineVersionsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListStateMachinesCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListStateMachinesCommand extends ListStateMachinesCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListStateMachinesInput;
|
|
81
|
+
output: ListStateMachinesOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListStateMachinesCommandInput;
|
|
85
|
+
output: ListStateMachinesCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -69,4 +69,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: ListTagsForResourceInput;
|
|
76
|
+
output: ListTagsForResourceOutput;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: ListTagsForResourceCommandInput;
|
|
80
|
+
output: ListTagsForResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -106,4 +106,15 @@ declare const PublishStateMachineVersionCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class PublishStateMachineVersionCommand extends PublishStateMachineVersionCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: PublishStateMachineVersionInput;
|
|
113
|
+
output: PublishStateMachineVersionOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: PublishStateMachineVersionCommandInput;
|
|
117
|
+
output: PublishStateMachineVersionCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -95,4 +95,15 @@ declare const RedriveExecutionCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class RedriveExecutionCommand extends RedriveExecutionCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: RedriveExecutionInput;
|
|
102
|
+
output: RedriveExecutionOutput;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: RedriveExecutionCommandInput;
|
|
106
|
+
output: RedriveExecutionCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -78,4 +78,15 @@ declare const SendTaskFailureCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class SendTaskFailureCommand extends SendTaskFailureCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: SendTaskFailureInput;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: SendTaskFailureCommandInput;
|
|
89
|
+
output: SendTaskFailureCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -78,4 +78,15 @@ declare const SendTaskHeartbeatCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class SendTaskHeartbeatCommand extends SendTaskHeartbeatCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: SendTaskHeartbeatInput;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: SendTaskHeartbeatCommandInput;
|
|
89
|
+
output: SendTaskHeartbeatCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -79,4 +79,15 @@ declare const SendTaskSuccessCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class SendTaskSuccessCommand extends SendTaskSuccessCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: SendTaskSuccessInput;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: SendTaskSuccessCommandInput;
|
|
90
|
+
output: SendTaskSuccessCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -141,4 +141,15 @@ declare const StartExecutionCommand_base: {
|
|
|
141
141
|
* @public
|
|
142
142
|
*/
|
|
143
143
|
export declare class StartExecutionCommand extends StartExecutionCommand_base {
|
|
144
|
+
/** @internal type navigation helper, not in runtime. */
|
|
145
|
+
protected static __types: {
|
|
146
|
+
api: {
|
|
147
|
+
input: StartExecutionInput;
|
|
148
|
+
output: StartExecutionOutput;
|
|
149
|
+
};
|
|
150
|
+
sdk: {
|
|
151
|
+
input: StartExecutionCommandInput;
|
|
152
|
+
output: StartExecutionCommandOutput;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
144
155
|
}
|
|
@@ -120,4 +120,15 @@ declare const StartSyncExecutionCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class StartSyncExecutionCommand extends StartSyncExecutionCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: StartSyncExecutionInput;
|
|
127
|
+
output: StartSyncExecutionOutput;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: StartSyncExecutionCommandInput;
|
|
131
|
+
output: StartSyncExecutionCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -80,4 +80,15 @@ declare const StopExecutionCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class StopExecutionCommand extends StopExecutionCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: StopExecutionInput;
|
|
87
|
+
output: StopExecutionOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: StopExecutionCommandInput;
|
|
91
|
+
output: StopExecutionCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: TagResourceInput;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: TagResourceCommandInput;
|
|
87
|
+
output: TagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -148,4 +148,15 @@ declare const TestStateCommand_base: {
|
|
|
148
148
|
* @public
|
|
149
149
|
*/
|
|
150
150
|
export declare class TestStateCommand extends TestStateCommand_base {
|
|
151
|
+
/** @internal type navigation helper, not in runtime. */
|
|
152
|
+
protected static __types: {
|
|
153
|
+
api: {
|
|
154
|
+
input: TestStateInput;
|
|
155
|
+
output: TestStateOutput;
|
|
156
|
+
};
|
|
157
|
+
sdk: {
|
|
158
|
+
input: TestStateCommandInput;
|
|
159
|
+
output: TestStateCommandOutput;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
151
162
|
}
|
|
@@ -64,4 +64,15 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: UntagResourceInput;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: UntagResourceCommandInput;
|
|
75
|
+
output: UntagResourceCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -67,4 +67,15 @@ declare const UpdateMapRunCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UpdateMapRunCommand extends UpdateMapRunCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UpdateMapRunInput;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UpdateMapRunCommandInput;
|
|
78
|
+
output: UpdateMapRunCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -119,4 +119,15 @@ declare const UpdateStateMachineAliasCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class UpdateStateMachineAliasCommand extends UpdateStateMachineAliasCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: UpdateStateMachineAliasInput;
|
|
126
|
+
output: UpdateStateMachineAliasOutput;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: UpdateStateMachineAliasCommandInput;
|
|
130
|
+
output: UpdateStateMachineAliasCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -170,4 +170,15 @@ declare const UpdateStateMachineCommand_base: {
|
|
|
170
170
|
* @public
|
|
171
171
|
*/
|
|
172
172
|
export declare class UpdateStateMachineCommand extends UpdateStateMachineCommand_base {
|
|
173
|
+
/** @internal type navigation helper, not in runtime. */
|
|
174
|
+
protected static __types: {
|
|
175
|
+
api: {
|
|
176
|
+
input: UpdateStateMachineInput;
|
|
177
|
+
output: UpdateStateMachineOutput;
|
|
178
|
+
};
|
|
179
|
+
sdk: {
|
|
180
|
+
input: UpdateStateMachineCommandInput;
|
|
181
|
+
output: UpdateStateMachineCommandOutput;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
173
184
|
}
|
|
@@ -92,4 +92,15 @@ declare const ValidateStateMachineDefinitionCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ValidateStateMachineDefinitionCommand extends ValidateStateMachineDefinitionCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ValidateStateMachineDefinitionInput;
|
|
99
|
+
output: ValidateStateMachineDefinitionOutput;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ValidateStateMachineDefinitionCommandInput;
|
|
103
|
+
output: ValidateStateMachineDefinitionCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -33,4 +33,15 @@ declare const CreateActivityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateActivityCommand extends CreateActivityCommand_base {
|
|
36
|
+
export declare class CreateActivityCommand extends CreateActivityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateActivityInput;
|
|
40
|
+
output: CreateActivityOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateActivityCommandInput;
|
|
44
|
+
output: CreateActivityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateStateMachineAliasCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateStateMachineAliasCommand extends CreateStateMachineAliasCommand_base {
|
|
40
|
+
export declare class CreateStateMachineAliasCommand extends CreateStateMachineAliasCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateStateMachineAliasInput;
|
|
44
|
+
output: CreateStateMachineAliasOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateStateMachineAliasCommandInput;
|
|
48
|
+
output: CreateStateMachineAliasCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|