@aws-sdk/client-appflow 3.651.1 → 3.658.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/CancelFlowExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +11 -0
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +11 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +11 -0
- package/dist-types/commands/ListFlowsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterConnectorCommand.d.ts +11 -0
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +11 -0
- package/dist-types/commands/StartFlowCommand.d.ts +11 -0
- package/dist-types/commands/StopFlowCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -97,4 +97,15 @@ declare const CancelFlowExecutionsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class CancelFlowExecutionsCommand extends CancelFlowExecutionsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: CancelFlowExecutionsRequest;
|
|
104
|
+
output: CancelFlowExecutionsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: CancelFlowExecutionsCommandInput;
|
|
108
|
+
output: CancelFlowExecutionsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -319,4 +319,15 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
319
319
|
* @public
|
|
320
320
|
*/
|
|
321
321
|
export declare class CreateConnectorProfileCommand extends CreateConnectorProfileCommand_base {
|
|
322
|
+
/** @internal type navigation helper, not in runtime. */
|
|
323
|
+
protected static __types: {
|
|
324
|
+
api: {
|
|
325
|
+
input: CreateConnectorProfileRequest;
|
|
326
|
+
output: CreateConnectorProfileResponse;
|
|
327
|
+
};
|
|
328
|
+
sdk: {
|
|
329
|
+
input: CreateConnectorProfileCommandInput;
|
|
330
|
+
output: CreateConnectorProfileCommandOutput;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
322
333
|
}
|
|
@@ -369,4 +369,15 @@ declare const CreateFlowCommand_base: {
|
|
|
369
369
|
* @public
|
|
370
370
|
*/
|
|
371
371
|
export declare class CreateFlowCommand extends CreateFlowCommand_base {
|
|
372
|
+
/** @internal type navigation helper, not in runtime. */
|
|
373
|
+
protected static __types: {
|
|
374
|
+
api: {
|
|
375
|
+
input: CreateFlowRequest;
|
|
376
|
+
output: CreateFlowResponse;
|
|
377
|
+
};
|
|
378
|
+
sdk: {
|
|
379
|
+
input: CreateFlowCommandInput;
|
|
380
|
+
output: CreateFlowCommandOutput;
|
|
381
|
+
};
|
|
382
|
+
};
|
|
372
383
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeleteConnectorProfileCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteConnectorProfileCommand extends DeleteConnectorProfileCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteConnectorProfileRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteConnectorProfileCommandInput;
|
|
79
|
+
output: DeleteConnectorProfileCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteFlowCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteFlowRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteFlowCommandInput;
|
|
80
|
+
output: DeleteFlowCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -237,4 +237,15 @@ declare const DescribeConnectorCommand_base: {
|
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
239
239
|
export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
|
|
240
|
+
/** @internal type navigation helper, not in runtime. */
|
|
241
|
+
protected static __types: {
|
|
242
|
+
api: {
|
|
243
|
+
input: DescribeConnectorRequest;
|
|
244
|
+
output: DescribeConnectorResponse;
|
|
245
|
+
};
|
|
246
|
+
sdk: {
|
|
247
|
+
input: DescribeConnectorCommandInput;
|
|
248
|
+
output: DescribeConnectorCommandOutput;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
240
251
|
}
|
|
@@ -127,4 +127,15 @@ declare const DescribeConnectorEntityCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class DescribeConnectorEntityCommand extends DescribeConnectorEntityCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: DescribeConnectorEntityRequest;
|
|
134
|
+
output: DescribeConnectorEntityResponse;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: DescribeConnectorEntityCommandInput;
|
|
138
|
+
output: DescribeConnectorEntityCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -180,4 +180,15 @@ declare const DescribeConnectorProfilesCommand_base: {
|
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
export declare class DescribeConnectorProfilesCommand extends DescribeConnectorProfilesCommand_base {
|
|
183
|
+
/** @internal type navigation helper, not in runtime. */
|
|
184
|
+
protected static __types: {
|
|
185
|
+
api: {
|
|
186
|
+
input: DescribeConnectorProfilesRequest;
|
|
187
|
+
output: DescribeConnectorProfilesResponse;
|
|
188
|
+
};
|
|
189
|
+
sdk: {
|
|
190
|
+
input: DescribeConnectorProfilesCommandInput;
|
|
191
|
+
output: DescribeConnectorProfilesCommandOutput;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
183
194
|
}
|
|
@@ -260,4 +260,15 @@ declare const DescribeConnectorsCommand_base: {
|
|
|
260
260
|
* @public
|
|
261
261
|
*/
|
|
262
262
|
export declare class DescribeConnectorsCommand extends DescribeConnectorsCommand_base {
|
|
263
|
+
/** @internal type navigation helper, not in runtime. */
|
|
264
|
+
protected static __types: {
|
|
265
|
+
api: {
|
|
266
|
+
input: DescribeConnectorsRequest;
|
|
267
|
+
output: DescribeConnectorsResponse;
|
|
268
|
+
};
|
|
269
|
+
sdk: {
|
|
270
|
+
input: DescribeConnectorsCommandInput;
|
|
271
|
+
output: DescribeConnectorsCommandOutput;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
263
274
|
}
|
|
@@ -372,4 +372,15 @@ declare const DescribeFlowCommand_base: {
|
|
|
372
372
|
* @public
|
|
373
373
|
*/
|
|
374
374
|
export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
|
|
375
|
+
/** @internal type navigation helper, not in runtime. */
|
|
376
|
+
protected static __types: {
|
|
377
|
+
api: {
|
|
378
|
+
input: DescribeFlowRequest;
|
|
379
|
+
output: DescribeFlowResponse;
|
|
380
|
+
};
|
|
381
|
+
sdk: {
|
|
382
|
+
input: DescribeFlowCommandInput;
|
|
383
|
+
output: DescribeFlowCommandOutput;
|
|
384
|
+
};
|
|
385
|
+
};
|
|
375
386
|
}
|
|
@@ -107,4 +107,15 @@ declare const DescribeFlowExecutionRecordsCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class DescribeFlowExecutionRecordsCommand extends DescribeFlowExecutionRecordsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: DescribeFlowExecutionRecordsRequest;
|
|
114
|
+
output: DescribeFlowExecutionRecordsResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: DescribeFlowExecutionRecordsCommandInput;
|
|
118
|
+
output: DescribeFlowExecutionRecordsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListConnectorEntitiesCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListConnectorEntitiesCommand extends ListConnectorEntitiesCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListConnectorEntitiesRequest;
|
|
98
|
+
output: ListConnectorEntitiesResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListConnectorEntitiesCommandInput;
|
|
102
|
+
output: ListConnectorEntitiesCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListConnectorsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListConnectorsRequest;
|
|
94
|
+
output: ListConnectorsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListConnectorsCommandInput;
|
|
98
|
+
output: ListConnectorsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListFlowsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListFlowsCommand extends ListFlowsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListFlowsRequest;
|
|
97
|
+
output: ListFlowsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListFlowsCommandInput;
|
|
101
|
+
output: ListFlowsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -70,4 +70,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: ListTagsForResourceRequest;
|
|
77
|
+
output: ListTagsForResourceResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: ListTagsForResourceCommandInput;
|
|
81
|
+
output: ListTagsForResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -99,4 +99,15 @@ declare const RegisterConnectorCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class RegisterConnectorCommand extends RegisterConnectorCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: RegisterConnectorRequest;
|
|
106
|
+
output: RegisterConnectorResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: RegisterConnectorCommandInput;
|
|
110
|
+
output: RegisterConnectorCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -80,4 +80,15 @@ declare const ResetConnectorMetadataCacheCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ResetConnectorMetadataCacheCommand extends ResetConnectorMetadataCacheCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ResetConnectorMetadataCacheRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ResetConnectorMetadataCacheCommandInput;
|
|
91
|
+
output: ResetConnectorMetadataCacheCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -77,4 +77,15 @@ declare const StartFlowCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class StartFlowCommand extends StartFlowCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: StartFlowRequest;
|
|
84
|
+
output: StartFlowResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: StartFlowCommandInput;
|
|
88
|
+
output: StartFlowCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -75,4 +75,15 @@ declare const StopFlowCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class StopFlowCommand extends StopFlowCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: StopFlowRequest;
|
|
82
|
+
output: StopFlowResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: StopFlowCommandInput;
|
|
86
|
+
output: StopFlowCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -69,4 +69,15 @@ declare const TagResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: TagResourceRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: TagResourceCommandInput;
|
|
80
|
+
output: TagResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -69,4 +69,15 @@ declare const UnregisterConnectorCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UnregisterConnectorCommand extends UnregisterConnectorCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UnregisterConnectorRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UnregisterConnectorCommandInput;
|
|
80
|
+
output: UnregisterConnectorCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -69,4 +69,15 @@ declare const UntagResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UntagResourceRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UntagResourceCommandInput;
|
|
80
|
+
output: UntagResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -312,4 +312,15 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
312
312
|
* @public
|
|
313
313
|
*/
|
|
314
314
|
export declare class UpdateConnectorProfileCommand extends UpdateConnectorProfileCommand_base {
|
|
315
|
+
/** @internal type navigation helper, not in runtime. */
|
|
316
|
+
protected static __types: {
|
|
317
|
+
api: {
|
|
318
|
+
input: UpdateConnectorProfileRequest;
|
|
319
|
+
output: UpdateConnectorProfileResponse;
|
|
320
|
+
};
|
|
321
|
+
sdk: {
|
|
322
|
+
input: UpdateConnectorProfileCommandInput;
|
|
323
|
+
output: UpdateConnectorProfileCommandOutput;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
315
326
|
}
|
|
@@ -105,4 +105,15 @@ declare const UpdateConnectorRegistrationCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class UpdateConnectorRegistrationCommand extends UpdateConnectorRegistrationCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: UpdateConnectorRegistrationRequest;
|
|
112
|
+
output: UpdateConnectorRegistrationResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: UpdateConnectorRegistrationCommandInput;
|
|
116
|
+
output: UpdateConnectorRegistrationCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -360,4 +360,15 @@ declare const UpdateFlowCommand_base: {
|
|
|
360
360
|
* @public
|
|
361
361
|
*/
|
|
362
362
|
export declare class UpdateFlowCommand extends UpdateFlowCommand_base {
|
|
363
|
+
/** @internal type navigation helper, not in runtime. */
|
|
364
|
+
protected static __types: {
|
|
365
|
+
api: {
|
|
366
|
+
input: UpdateFlowRequest;
|
|
367
|
+
output: UpdateFlowResponse;
|
|
368
|
+
};
|
|
369
|
+
sdk: {
|
|
370
|
+
input: UpdateFlowCommandInput;
|
|
371
|
+
output: UpdateFlowCommandOutput;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
363
374
|
}
|
|
@@ -37,4 +37,15 @@ declare const CancelFlowExecutionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelFlowExecutionsCommand extends CancelFlowExecutionsCommand_base {
|
|
40
|
+
export declare class CancelFlowExecutionsCommand extends CancelFlowExecutionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelFlowExecutionsRequest;
|
|
44
|
+
output: CancelFlowExecutionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelFlowExecutionsCommandInput;
|
|
48
|
+
output: CancelFlowExecutionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateConnectorProfileCommand extends CreateConnectorProfileCommand_base {
|
|
40
|
+
export declare class CreateConnectorProfileCommand extends CreateConnectorProfileCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConnectorProfileRequest;
|
|
44
|
+
output: CreateConnectorProfileResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConnectorProfileCommandInput;
|
|
48
|
+
output: CreateConnectorProfileCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFlowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFlowCommand extends CreateFlowCommand_base {
|
|
36
|
+
export declare class CreateFlowCommand extends CreateFlowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFlowRequest;
|
|
40
|
+
output: CreateFlowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFlowCommandInput;
|
|
44
|
+
output: CreateFlowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteConnectorProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteConnectorProfileCommand extends DeleteConnectorProfileCommand_base {
|
|
40
|
+
export declare class DeleteConnectorProfileCommand extends DeleteConnectorProfileCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteConnectorProfileRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteConnectorProfileCommandInput;
|
|
48
|
+
output: DeleteConnectorProfileCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteFlowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
|
|
36
|
+
export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteFlowRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteFlowCommandInput;
|
|
44
|
+
output: DeleteFlowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
|
|
40
|
+
export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectorRequest;
|
|
44
|
+
output: DescribeConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectorCommandInput;
|
|
48
|
+
output: DescribeConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectorEntityCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectorEntityCommand extends DescribeConnectorEntityCommand_base {
|
|
40
|
+
export declare class DescribeConnectorEntityCommand extends DescribeConnectorEntityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectorEntityRequest;
|
|
44
|
+
output: DescribeConnectorEntityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectorEntityCommandInput;
|
|
48
|
+
output: DescribeConnectorEntityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectorProfilesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectorProfilesCommand extends DescribeConnectorProfilesCommand_base {
|
|
40
|
+
export declare class DescribeConnectorProfilesCommand extends DescribeConnectorProfilesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectorProfilesRequest;
|
|
44
|
+
output: DescribeConnectorProfilesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectorProfilesCommandInput;
|
|
48
|
+
output: DescribeConnectorProfilesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectorsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectorsCommand extends DescribeConnectorsCommand_base {
|
|
40
|
+
export declare class DescribeConnectorsCommand extends DescribeConnectorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectorsRequest;
|
|
44
|
+
output: DescribeConnectorsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectorsCommandInput;
|
|
48
|
+
output: DescribeConnectorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeFlowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
|
|
36
|
+
export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeFlowRequest;
|
|
40
|
+
output: DescribeFlowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeFlowCommandInput;
|
|
44
|
+
output: DescribeFlowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeFlowExecutionRecordsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeFlowExecutionRecordsCommand extends DescribeFlowExecutionRecordsCommand_base {
|
|
40
|
+
export declare class DescribeFlowExecutionRecordsCommand extends DescribeFlowExecutionRecordsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeFlowExecutionRecordsRequest;
|
|
44
|
+
output: DescribeFlowExecutionRecordsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeFlowExecutionRecordsCommandInput;
|
|
48
|
+
output: DescribeFlowExecutionRecordsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListConnectorEntitiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListConnectorEntitiesCommand extends ListConnectorEntitiesCommand_base {
|
|
40
|
+
export declare class ListConnectorEntitiesCommand extends ListConnectorEntitiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListConnectorEntitiesRequest;
|
|
44
|
+
output: ListConnectorEntitiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListConnectorEntitiesCommandInput;
|
|
48
|
+
output: ListConnectorEntitiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListConnectorsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
39
|
+
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListConnectorsRequest;
|
|
43
|
+
output: ListConnectorsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListConnectorsCommandInput;
|
|
47
|
+
output: ListConnectorsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListFlowsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListFlowsCommand extends ListFlowsCommand_base {
|
|
36
|
+
export declare class ListFlowsCommand extends ListFlowsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListFlowsRequest;
|
|
40
|
+
output: ListFlowsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListFlowsCommandInput;
|
|
44
|
+
output: ListFlowsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RegisterConnectorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RegisterConnectorCommand extends RegisterConnectorCommand_base {
|
|
40
|
+
export declare class RegisterConnectorCommand extends RegisterConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RegisterConnectorRequest;
|
|
44
|
+
output: RegisterConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RegisterConnectorCommandInput;
|
|
48
|
+
output: RegisterConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ResetConnectorMetadataCacheCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ResetConnectorMetadataCacheCommand extends ResetConnectorMetadataCacheCommand_base {
|
|
40
|
+
export declare class ResetConnectorMetadataCacheCommand extends ResetConnectorMetadataCacheCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ResetConnectorMetadataCacheRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ResetConnectorMetadataCacheCommandInput;
|
|
48
|
+
output: ResetConnectorMetadataCacheCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StartFlowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StartFlowCommand extends StartFlowCommand_base {
|
|
36
|
+
export declare class StartFlowCommand extends StartFlowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StartFlowRequest;
|
|
40
|
+
output: StartFlowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StartFlowCommandInput;
|
|
44
|
+
output: StartFlowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StopFlowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StopFlowCommand extends StopFlowCommand_base {
|
|
36
|
+
export declare class StopFlowCommand extends StopFlowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StopFlowRequest;
|
|
40
|
+
output: StopFlowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StopFlowCommandInput;
|
|
44
|
+
output: StopFlowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UnregisterConnectorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UnregisterConnectorCommand extends UnregisterConnectorCommand_base {
|
|
40
|
+
export declare class UnregisterConnectorCommand extends UnregisterConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UnregisterConnectorRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UnregisterConnectorCommandInput;
|
|
48
|
+
output: UnregisterConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateConnectorProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateConnectorProfileCommand extends UpdateConnectorProfileCommand_base {
|
|
40
|
+
export declare class UpdateConnectorProfileCommand extends UpdateConnectorProfileCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateConnectorProfileRequest;
|
|
44
|
+
output: UpdateConnectorProfileResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateConnectorProfileCommandInput;
|
|
48
|
+
output: UpdateConnectorProfileCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateConnectorRegistrationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateConnectorRegistrationCommand extends UpdateConnectorRegistrationCommand_base {
|
|
40
|
+
export declare class UpdateConnectorRegistrationCommand extends UpdateConnectorRegistrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateConnectorRegistrationRequest;
|
|
44
|
+
output: UpdateConnectorRegistrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateConnectorRegistrationCommandInput;
|
|
48
|
+
output: UpdateConnectorRegistrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateFlowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateFlowCommand extends UpdateFlowCommand_base {
|
|
36
|
+
export declare class UpdateFlowCommand extends UpdateFlowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateFlowRequest;
|
|
40
|
+
output: UpdateFlowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateFlowCommandInput;
|
|
44
|
+
output: UpdateFlowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appflow",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.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-appflow",
|
|
@@ -20,43 +20,43 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|