@aws-sdk/client-appflow 3.329.0 → 3.334.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.
|
@@ -51,6 +51,12 @@ export interface CancelFlowExecutionsCommandOutput extends CancelFlowExecutionsR
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new CancelFlowExecutionsCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // CancelFlowExecutionsResponse
|
|
55
|
+
* // invalidExecutions: [ // ExecutionIds
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
54
60
|
* ```
|
|
55
61
|
*
|
|
56
62
|
* @param CancelFlowExecutionsCommandInput - {@link CancelFlowExecutionsCommandInput}
|
|
@@ -77,6 +83,8 @@ export interface CancelFlowExecutionsCommandOutput extends CancelFlowExecutionsR
|
|
|
77
83
|
* @throws {@link ValidationException} (client fault)
|
|
78
84
|
* <p> The request has invalid or missing parameters. </p>
|
|
79
85
|
*
|
|
86
|
+
* @throws {@link AppflowServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from Appflow service.</p>
|
|
80
88
|
*
|
|
81
89
|
*/
|
|
82
90
|
export declare class CancelFlowExecutionsCommand extends $Command<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput, AppflowClientResolvedConfig> {
|
|
@@ -251,7 +251,7 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
|
|
|
251
251
|
* // lastRunExecutionDetails: { // ExecutionDetails
|
|
252
252
|
* // mostRecentExecutionMessage: "STRING_VALUE",
|
|
253
253
|
* // mostRecentExecutionTime: new Date("TIMESTAMP"),
|
|
254
|
-
* // mostRecentExecutionStatus: "InProgress" || "Successful" || "Error",
|
|
254
|
+
* // mostRecentExecutionStatus: "InProgress" || "Successful" || "Error" || "CancelStarted" || "Canceled",
|
|
255
255
|
* // },
|
|
256
256
|
* // triggerConfig: { // TriggerConfig
|
|
257
257
|
* // triggerType: "Scheduled" || "Event" || "OnDemand", // required
|
|
@@ -320,12 +320,12 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
|
|
|
320
320
|
* // tableRegistrationOutput: { // RegistrationOutput
|
|
321
321
|
* // message: "STRING_VALUE",
|
|
322
322
|
* // result: "STRING_VALUE",
|
|
323
|
-
* // status: "InProgress" || "Successful" || "Error",
|
|
323
|
+
* // status: "InProgress" || "Successful" || "Error" || "CancelStarted" || "Canceled",
|
|
324
324
|
* // },
|
|
325
325
|
* // partitionRegistrationOutput: {
|
|
326
326
|
* // message: "STRING_VALUE",
|
|
327
327
|
* // result: "STRING_VALUE",
|
|
328
|
-
* // status: "InProgress" || "Successful" || "Error",
|
|
328
|
+
* // status: "InProgress" || "Successful" || "Error" || "CancelStarted" || "Canceled",
|
|
329
329
|
* // },
|
|
330
330
|
* // },
|
|
331
331
|
* // ],
|
|
@@ -37,7 +37,7 @@ export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowE
|
|
|
37
37
|
* // flowExecutions: [ // FlowExecutionList
|
|
38
38
|
* // { // ExecutionRecord
|
|
39
39
|
* // executionId: "STRING_VALUE",
|
|
40
|
-
* // executionStatus: "InProgress" || "Successful" || "Error",
|
|
40
|
+
* // executionStatus: "InProgress" || "Successful" || "Error" || "CancelStarted" || "Canceled",
|
|
41
41
|
* // executionResult: { // ExecutionResult
|
|
42
42
|
* // errorInfo: { // ErrorInfo
|
|
43
43
|
* // putFailuresCount: Number("long"),
|
|
@@ -58,12 +58,12 @@ export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowE
|
|
|
58
58
|
* // tableRegistrationOutput: { // RegistrationOutput
|
|
59
59
|
* // message: "STRING_VALUE",
|
|
60
60
|
* // result: "STRING_VALUE",
|
|
61
|
-
* // status: "InProgress" || "Successful" || "Error",
|
|
61
|
+
* // status: "InProgress" || "Successful" || "Error" || "CancelStarted" || "Canceled",
|
|
62
62
|
* // },
|
|
63
63
|
* // partitionRegistrationOutput: {
|
|
64
64
|
* // message: "STRING_VALUE",
|
|
65
65
|
* // result: "STRING_VALUE",
|
|
66
|
-
* // status: "InProgress" || "Successful" || "Error",
|
|
66
|
+
* // status: "InProgress" || "Successful" || "Error" || "CancelStarted" || "Canceled",
|
|
67
67
|
* // },
|
|
68
68
|
* // },
|
|
69
69
|
* // ],
|
|
@@ -54,7 +54,7 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea
|
|
|
54
54
|
* // lastRunExecutionDetails: { // ExecutionDetails
|
|
55
55
|
* // mostRecentExecutionMessage: "STRING_VALUE",
|
|
56
56
|
* // mostRecentExecutionTime: new Date("TIMESTAMP"),
|
|
57
|
-
* // mostRecentExecutionStatus: "InProgress" || "Successful" || "Error",
|
|
57
|
+
* // mostRecentExecutionStatus: "InProgress" || "Successful" || "Error" || "CancelStarted" || "Canceled",
|
|
58
58
|
* // },
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
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.334.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.332.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.329.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.332.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.329.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.329.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.329.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.329.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.329.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.329.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.332.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.329.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.329.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.329.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.329.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.329.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.332.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.329.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.329.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.329.0",
|