@aws-sdk/client-appflow 3.337.0 → 3.341.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/AppflowClient.js +2 -1
- package/dist-cjs/commands/CancelFlowExecutionsCommand.js +2 -1
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +2 -1
- package/dist-cjs/commands/CreateFlowCommand.js +2 -1
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -1
- package/dist-cjs/commands/DeleteFlowCommand.js +2 -1
- package/dist-cjs/commands/DescribeConnectorCommand.js +2 -1
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -1
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -1
- package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -1
- package/dist-cjs/commands/DescribeFlowCommand.js +2 -1
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -1
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -1
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -1
- package/dist-cjs/commands/ListFlowsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/RegisterConnectorCommand.js +2 -1
- package/dist-cjs/commands/StartFlowCommand.js +2 -1
- package/dist-cjs/commands/StopFlowCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +2 -1
- package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +2 -1
- package/dist-cjs/commands/UpdateFlowCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/AppflowServiceException.js +2 -1
- package/dist-es/AppflowClient.js +1 -0
- package/dist-es/commands/CancelFlowExecutionsCommand.js +1 -0
- package/dist-es/commands/CreateConnectorProfileCommand.js +1 -0
- package/dist-es/commands/CreateFlowCommand.js +1 -0
- package/dist-es/commands/DeleteConnectorProfileCommand.js +1 -0
- package/dist-es/commands/DeleteFlowCommand.js +1 -0
- package/dist-es/commands/DescribeConnectorCommand.js +1 -0
- package/dist-es/commands/DescribeConnectorEntityCommand.js +1 -0
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +1 -0
- package/dist-es/commands/DescribeConnectorsCommand.js +1 -0
- package/dist-es/commands/DescribeFlowCommand.js +1 -0
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +1 -0
- package/dist-es/commands/ListConnectorEntitiesCommand.js +1 -0
- package/dist-es/commands/ListConnectorsCommand.js +1 -0
- package/dist-es/commands/ListFlowsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/RegisterConnectorCommand.js +1 -0
- package/dist-es/commands/StartFlowCommand.js +1 -0
- package/dist-es/commands/StopFlowCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UnregisterConnectorCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateConnectorProfileCommand.js +1 -0
- package/dist-es/commands/UpdateConnectorRegistrationCommand.js +1 -0
- package/dist-es/commands/UpdateFlowCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/AppflowServiceException.js +1 -0
- package/dist-types/AppflowClient.d.ts +3 -3
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +4 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +4 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +4 -0
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +4 -0
- package/dist-types/commands/ListFlowsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/RegisterConnectorCommand.d.ts +4 -0
- package/dist-types/commands/StartFlowCommand.d.ts +4 -0
- package/dist-types/commands/StopFlowCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +4 -0
- package/dist-types/index.d.ts +41 -2
- package/dist-types/models/AppflowServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AppflowClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/AppflowServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -33,6 +33,7 @@ import { UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput
|
|
|
33
33
|
import { UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput } from "./commands/UpdateConnectorRegistrationCommand";
|
|
34
34
|
import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
|
|
35
35
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
36
|
+
export { __Client };
|
|
36
37
|
/**
|
|
37
38
|
* @public
|
|
38
39
|
*/
|
|
@@ -147,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
147
148
|
/**
|
|
148
149
|
* @public
|
|
149
150
|
*/
|
|
150
|
-
type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
151
|
+
export type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
151
152
|
/**
|
|
152
153
|
* @public
|
|
153
154
|
*
|
|
@@ -158,7 +159,7 @@ export interface AppflowClientConfig extends AppflowClientConfigType {
|
|
|
158
159
|
/**
|
|
159
160
|
* @public
|
|
160
161
|
*/
|
|
161
|
-
type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
162
|
+
export type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
162
163
|
/**
|
|
163
164
|
* @public
|
|
164
165
|
*
|
|
@@ -217,4 +218,3 @@ export declare class AppflowClient extends __Client<__HttpHandlerOptions, Servic
|
|
|
217
218
|
*/
|
|
218
219
|
destroy(): void;
|
|
219
220
|
}
|
|
220
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { RegisterConnectorRequest, RegisterConnectorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { UnregisterConnectorRequest, UnregisterConnectorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { UpdateConnectorProfileRequest, UpdateConnectorProfileResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,45 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
|
|
3
|
+
* detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
|
|
4
|
+
* <p>Amazon AppFlow is a fully managed integration service that enables you to securely
|
|
5
|
+
* transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
|
|
6
|
+
* Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
|
|
7
|
+
* <p>Use the following links to get started on the Amazon AppFlow API:</p>
|
|
8
|
+
* <ul>
|
|
9
|
+
* <li>
|
|
10
|
+
* <p>
|
|
11
|
+
* <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Amazon AppFlow API operations.</p>
|
|
12
|
+
* </li>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>
|
|
15
|
+
* <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html">Data
|
|
16
|
+
* types</a>: An alphabetical list of all Amazon AppFlow data types.</p>
|
|
17
|
+
* </li>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html">Common
|
|
25
|
+
* errors</a>: Client and server errors that all operations can return.</p>
|
|
26
|
+
* </li>
|
|
27
|
+
* </ul>
|
|
28
|
+
* <p>If you're new to Amazon AppFlow, we recommend that you review the <a href="https://docs.aws.amazon.com/appflow/latest/userguide/what-is-appflow.html">Amazon AppFlow
|
|
29
|
+
* User Guide</a>.</p>
|
|
30
|
+
* <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
|
|
31
|
+
* applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
|
|
32
|
+
* the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
|
|
33
|
+
* profile using Amazon AppFlow API operations. For example, Salesforce users can refer to
|
|
34
|
+
* the <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
|
|
35
|
+
* <i>Authorize Apps with OAuth</i>
|
|
36
|
+
* </a> documentation.</p>
|
|
37
|
+
*
|
|
38
|
+
* @packageDocumentation
|
|
39
|
+
*/
|
|
2
40
|
export * from "./AppflowClient";
|
|
41
|
+
export * from "./Appflow";
|
|
3
42
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
43
|
export * from "./pagination";
|
|
44
|
+
export * from "./models";
|
|
6
45
|
export { AppflowServiceException } from "./models/AppflowServiceException";
|
|
@@ -147,6 +147,7 @@ import {
|
|
|
147
147
|
ClientResolvedEndpointParameters,
|
|
148
148
|
EndpointParameters,
|
|
149
149
|
} from "./endpoint/EndpointParameters";
|
|
150
|
+
export { __Client };
|
|
150
151
|
export type ServiceInputTypes =
|
|
151
152
|
| CancelFlowExecutionsCommandInput
|
|
152
153
|
| CreateConnectorProfileCommandInput
|
|
@@ -221,7 +222,7 @@ export interface ClientDefaults
|
|
|
221
222
|
logger?: __Logger;
|
|
222
223
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
223
224
|
}
|
|
224
|
-
type AppflowClientConfigType = Partial<
|
|
225
|
+
export type AppflowClientConfigType = Partial<
|
|
225
226
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
226
227
|
> &
|
|
227
228
|
ClientDefaults &
|
|
@@ -233,7 +234,7 @@ type AppflowClientConfigType = Partial<
|
|
|
233
234
|
UserAgentInputConfig &
|
|
234
235
|
ClientInputEndpointParameters;
|
|
235
236
|
export interface AppflowClientConfig extends AppflowClientConfigType {}
|
|
236
|
-
type AppflowClientResolvedConfigType =
|
|
237
|
+
export type AppflowClientResolvedConfigType =
|
|
237
238
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
238
239
|
Required<ClientDefaults> &
|
|
239
240
|
RegionResolvedConfig &
|
|
@@ -255,4 +256,3 @@ export declare class AppflowClient extends __Client<
|
|
|
255
256
|
constructor(configuration: AppflowClientConfig);
|
|
256
257
|
destroy(): void;
|
|
257
258
|
}
|
|
258
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CancelFlowExecutionsRequest,
|
|
16
16
|
CancelFlowExecutionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CancelFlowExecutionsCommandInput
|
|
19
20
|
extends CancelFlowExecutionsRequest {}
|
|
20
21
|
export interface CancelFlowExecutionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateConnectorProfileRequest,
|
|
16
16
|
CreateConnectorProfileResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateConnectorProfileCommandInput
|
|
19
20
|
extends CreateConnectorProfileRequest {}
|
|
20
21
|
export interface CreateConnectorProfileCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateFlowCommandInput extends CreateFlowRequest {}
|
|
16
17
|
export interface CreateFlowCommandOutput
|
|
17
18
|
extends CreateFlowResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteConnectorProfileRequest,
|
|
16
16
|
DeleteConnectorProfileResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteConnectorProfileCommandInput
|
|
19
20
|
extends DeleteConnectorProfileRequest {}
|
|
20
21
|
export interface DeleteConnectorProfileCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
|
|
16
17
|
export interface DeleteFlowCommandOutput
|
|
17
18
|
extends DeleteFlowResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeConnectorRequest,
|
|
16
16
|
DescribeConnectorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeConnectorCommandInput
|
|
19
20
|
extends DescribeConnectorRequest {}
|
|
20
21
|
export interface DescribeConnectorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeConnectorEntityRequest,
|
|
16
16
|
DescribeConnectorEntityResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeConnectorEntityCommandInput
|
|
19
20
|
extends DescribeConnectorEntityRequest {}
|
|
20
21
|
export interface DescribeConnectorEntityCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeConnectorProfilesRequest,
|
|
16
16
|
DescribeConnectorProfilesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeConnectorProfilesCommandInput
|
|
19
20
|
extends DescribeConnectorProfilesRequest {}
|
|
20
21
|
export interface DescribeConnectorProfilesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeConnectorsRequest,
|
|
16
16
|
DescribeConnectorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeConnectorsCommandInput
|
|
19
20
|
extends DescribeConnectorsRequest {}
|
|
20
21
|
export interface DescribeConnectorsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
|
|
16
17
|
export interface DescribeFlowCommandOutput
|
|
17
18
|
extends DescribeFlowResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFlowExecutionRecordsRequest,
|
|
16
16
|
DescribeFlowExecutionRecordsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFlowExecutionRecordsCommandInput
|
|
19
20
|
extends DescribeFlowExecutionRecordsRequest {}
|
|
20
21
|
export interface DescribeFlowExecutionRecordsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListConnectorEntitiesRequest,
|
|
16
16
|
ListConnectorEntitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListConnectorEntitiesCommandInput
|
|
19
20
|
extends ListConnectorEntitiesRequest {}
|
|
20
21
|
export interface ListConnectorEntitiesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListConnectorsRequest,
|
|
16
16
|
ListConnectorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
|
|
19
20
|
export interface ListConnectorsCommandOutput
|
|
20
21
|
extends ListConnectorsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListFlowsCommandInput extends ListFlowsRequest {}
|
|
16
17
|
export interface ListFlowsCommandOutput
|
|
17
18
|
extends ListFlowsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RegisterConnectorRequest,
|
|
16
16
|
RegisterConnectorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RegisterConnectorCommandInput
|
|
19
20
|
extends RegisterConnectorRequest {}
|
|
20
21
|
export interface RegisterConnectorCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartFlowCommandInput extends StartFlowRequest {}
|
|
16
17
|
export interface StartFlowCommandOutput
|
|
17
18
|
extends StartFlowResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopFlowCommandInput extends StopFlowRequest {}
|
|
16
17
|
export interface StopFlowCommandOutput
|
|
17
18
|
extends StopFlowResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UnregisterConnectorRequest,
|
|
16
16
|
UnregisterConnectorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UnregisterConnectorCommandInput
|
|
19
20
|
extends UnregisterConnectorRequest {}
|
|
20
21
|
export interface UnregisterConnectorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateConnectorProfileRequest,
|
|
16
16
|
UpdateConnectorProfileResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateConnectorProfileCommandInput
|
|
19
20
|
extends UpdateConnectorProfileRequest {}
|
|
20
21
|
export interface UpdateConnectorProfileCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateConnectorRegistrationRequest,
|
|
16
16
|
UpdateConnectorRegistrationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateConnectorRegistrationCommandInput
|
|
19
20
|
extends UpdateConnectorRegistrationRequest {}
|
|
20
21
|
export interface UpdateConnectorRegistrationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppflowClient";
|
|
14
14
|
import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateFlowCommandInput extends UpdateFlowRequest {}
|
|
16
17
|
export interface UpdateFlowCommandOutput
|
|
17
18
|
extends UpdateFlowResponse,
|