@aws-sdk/client-appflow 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Appflow.js +0 -44
- package/dist-cjs/AppflowClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CreateConnectorProfileCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CreateFlowCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteConnectorProfileCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteFlowCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectorEntityCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectorProfilesCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectorsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeFlowCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeFlowExecutionRecordsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListConnectorEntitiesCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListFlowsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartFlowCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StopFlowCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateConnectorProfileCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateFlowCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -484
- package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorProfilesPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListFlowsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +15 -21
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Appflow.js +0 -1
- package/{dist/es → dist-es}/AppflowClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateConnectorProfileCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateFlowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConnectorProfileCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteFlowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConnectorEntityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConnectorProfilesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConnectorsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeFlowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListConnectorEntitiesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListFlowsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartFlowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopFlowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConnectorProfileCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateFlowCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeConnectorProfilesPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeConnectorsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListFlowsPaginator.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/Appflow.d.ts +1 -1
- package/{dist/types → dist-types}/AppflowClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateConnectorProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateFlowCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConnectorProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFlowCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectorEntityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectorProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFlowCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConnectorEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListFlowsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartFlowCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopFlowCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConnectorProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateFlowCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeConnectorsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListFlowsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Appflow.d.ts +20 -121
- package/{dist/types → dist-types}/ts3.4/AppflowClient.d.ts +32 -137
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2397 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/Appflow.ts +0 -663
- package/AppflowClient.ts +0 -353
- package/commands/CreateConnectorProfileCommand.ts +0 -97
- package/commands/CreateFlowCommand.ts +0 -97
- package/commands/DeleteConnectorProfileCommand.ts +0 -94
- package/commands/DeleteFlowCommand.ts +0 -96
- package/commands/DescribeConnectorEntityCommand.ts +0 -95
- package/commands/DescribeConnectorProfilesCommand.ts +0 -101
- package/commands/DescribeConnectorsCommand.ts +0 -98
- package/commands/DescribeFlowCommand.ts +0 -94
- package/commands/DescribeFlowExecutionRecordsCommand.ts +0 -99
- package/commands/ListConnectorEntitiesCommand.ts +0 -97
- package/commands/ListFlowsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/StartFlowCommand.ts +0 -95
- package/commands/StopFlowCommand.ts +0 -96
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateConnectorProfileCommand.ts +0 -94
- package/commands/UpdateFlowCommand.ts +0 -94
- package/dist/cjs/Appflow.js.map +0 -1
- package/dist/cjs/AppflowClient.js +0 -84
- package/dist/cjs/AppflowClient.js.map +0 -1
- package/dist/cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectorsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFlowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
- package/dist/cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFlowsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartFlowCommand.js.map +0 -1
- package/dist/cjs/commands/StopFlowCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFlowCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFlowsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Appflow.js.map +0 -1
- package/dist/es/AppflowClient.js.map +0 -1
- package/dist/es/commands/CreateConnectorProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateFlowCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectorProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteFlowCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectorEntityCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectorProfilesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectorsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFlowCommand.js.map +0 -1
- package/dist/es/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
- package/dist/es/commands/ListConnectorEntitiesCommand.js.map +0 -1
- package/dist/es/commands/ListFlowsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartFlowCommand.js.map +0 -1
- package/dist/es/commands/StopFlowCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectorProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateFlowCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -27
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeConnectorsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFlowsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateFlowCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeConnectorsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListFlowsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartFlowCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StopFlowCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4030
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5012
- package/pagination/DescribeConnectorProfilesPaginator.ts +0 -58
- package/pagination/DescribeConnectorsPaginator.ts +0 -57
- package/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFlowsPaginator.ts +0 -54
- package/protocols/Aws_restJson1.ts +0 -5151
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -4,22 +4,13 @@ exports.paginateDescribeConnectorProfiles = void 0;
|
|
|
4
4
|
const Appflow_1 = require("../Appflow");
|
|
5
5
|
const AppflowClient_1 = require("../AppflowClient");
|
|
6
6
|
const DescribeConnectorProfilesCommand_1 = require("../commands/DescribeConnectorProfilesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeConnectorProfilesCommand_1.DescribeConnectorProfilesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeConnectorProfiles(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeConnectorProfiles(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeConnectorProfiles(config, input, ...additionalAr
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeConnectorProfiles = paginateDescribeConnectorProfiles;
|
|
46
|
-
//# sourceMappingURL=DescribeConnectorProfilesPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeConnectors = void 0;
|
|
|
4
4
|
const Appflow_1 = require("../Appflow");
|
|
5
5
|
const AppflowClient_1 = require("../AppflowClient");
|
|
6
6
|
const DescribeConnectorsCommand_1 = require("../commands/DescribeConnectorsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeConnectorsCommand_1.DescribeConnectorsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeConnectors(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeConnectors(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,8 +29,6 @@ async function* paginateDescribeConnectors(config, input, ...additionalArguments
|
|
|
38
29
|
token = page.nextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateDescribeConnectors = paginateDescribeConnectors;
|
|
45
|
-
//# sourceMappingURL=DescribeConnectorsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeFlowExecutionRecords = void 0;
|
|
|
4
4
|
const Appflow_1 = require("../Appflow");
|
|
5
5
|
const AppflowClient_1 = require("../AppflowClient");
|
|
6
6
|
const DescribeFlowExecutionRecordsCommand_1 = require("../commands/DescribeFlowExecutionRecordsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeFlowExecutionRecordsCommand_1.DescribeFlowExecutionRecordsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeFlowExecutionRecords(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeFlowExecutionRecords(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeFlowExecutionRecords(config, input, ...additiona
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeFlowExecutionRecords = paginateDescribeFlowExecutionRecords;
|
|
46
|
-
//# sourceMappingURL=DescribeFlowExecutionRecordsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListFlows = void 0;
|
|
|
4
4
|
const Appflow_1 = require("../Appflow");
|
|
5
5
|
const AppflowClient_1 = require("../AppflowClient");
|
|
6
6
|
const ListFlowsCommand_1 = require("../commands/ListFlowsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListFlowsCommand_1.ListFlowsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listFlows(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListFlows(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListFlows(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListFlows = paginateListFlows;
|
|
46
|
-
//# sourceMappingURL=ListFlowsPaginator.js.map
|
|
@@ -8,7 +8,7 @@ const serializeAws_restJson1CreateConnectorProfileCommand = async (input, contex
|
|
|
8
8
|
const headers = {
|
|
9
9
|
"content-type": "application/json",
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/create-connector-profile";
|
|
12
12
|
let body;
|
|
13
13
|
body = JSON.stringify({
|
|
14
14
|
...(input.connectionMode !== undefined &&
|
|
@@ -38,7 +38,7 @@ const serializeAws_restJson1CreateFlowCommand = async (input, context) => {
|
|
|
38
38
|
const headers = {
|
|
39
39
|
"content-type": "application/json",
|
|
40
40
|
};
|
|
41
|
-
|
|
41
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/create-flow";
|
|
42
42
|
let body;
|
|
43
43
|
body = JSON.stringify({
|
|
44
44
|
...(input.description !== undefined && input.description !== null && { description: input.description }),
|
|
@@ -76,7 +76,7 @@ const serializeAws_restJson1DeleteConnectorProfileCommand = async (input, contex
|
|
|
76
76
|
const headers = {
|
|
77
77
|
"content-type": "application/json",
|
|
78
78
|
};
|
|
79
|
-
|
|
79
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/delete-connector-profile";
|
|
80
80
|
let body;
|
|
81
81
|
body = JSON.stringify({
|
|
82
82
|
...(input.connectorProfileName !== undefined &&
|
|
@@ -99,7 +99,7 @@ const serializeAws_restJson1DeleteFlowCommand = async (input, context) => {
|
|
|
99
99
|
const headers = {
|
|
100
100
|
"content-type": "application/json",
|
|
101
101
|
};
|
|
102
|
-
|
|
102
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/delete-flow";
|
|
103
103
|
let body;
|
|
104
104
|
body = JSON.stringify({
|
|
105
105
|
...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
|
|
@@ -121,7 +121,7 @@ const serializeAws_restJson1DescribeConnectorEntityCommand = async (input, conte
|
|
|
121
121
|
const headers = {
|
|
122
122
|
"content-type": "application/json",
|
|
123
123
|
};
|
|
124
|
-
|
|
124
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connector-entity";
|
|
125
125
|
let body;
|
|
126
126
|
body = JSON.stringify({
|
|
127
127
|
...(input.connectorEntityName !== undefined &&
|
|
@@ -146,7 +146,7 @@ const serializeAws_restJson1DescribeConnectorProfilesCommand = async (input, con
|
|
|
146
146
|
const headers = {
|
|
147
147
|
"content-type": "application/json",
|
|
148
148
|
};
|
|
149
|
-
|
|
149
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connector-profiles";
|
|
150
150
|
let body;
|
|
151
151
|
body = JSON.stringify({
|
|
152
152
|
...(input.connectorProfileNames !== undefined &&
|
|
@@ -173,7 +173,7 @@ const serializeAws_restJson1DescribeConnectorsCommand = async (input, context) =
|
|
|
173
173
|
const headers = {
|
|
174
174
|
"content-type": "application/json",
|
|
175
175
|
};
|
|
176
|
-
|
|
176
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connectors";
|
|
177
177
|
let body;
|
|
178
178
|
body = JSON.stringify({
|
|
179
179
|
...(input.connectorTypes !== undefined &&
|
|
@@ -198,7 +198,7 @@ const serializeAws_restJson1DescribeFlowCommand = async (input, context) => {
|
|
|
198
198
|
const headers = {
|
|
199
199
|
"content-type": "application/json",
|
|
200
200
|
};
|
|
201
|
-
|
|
201
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-flow";
|
|
202
202
|
let body;
|
|
203
203
|
body = JSON.stringify({
|
|
204
204
|
...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
|
|
@@ -219,7 +219,7 @@ const serializeAws_restJson1DescribeFlowExecutionRecordsCommand = async (input,
|
|
|
219
219
|
const headers = {
|
|
220
220
|
"content-type": "application/json",
|
|
221
221
|
};
|
|
222
|
-
|
|
222
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-flow-execution-records";
|
|
223
223
|
let body;
|
|
224
224
|
body = JSON.stringify({
|
|
225
225
|
...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
|
|
@@ -242,7 +242,7 @@ const serializeAws_restJson1ListConnectorEntitiesCommand = async (input, context
|
|
|
242
242
|
const headers = {
|
|
243
243
|
"content-type": "application/json",
|
|
244
244
|
};
|
|
245
|
-
|
|
245
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/list-connector-entities";
|
|
246
246
|
let body;
|
|
247
247
|
body = JSON.stringify({
|
|
248
248
|
...(input.connectorProfileName !== undefined &&
|
|
@@ -266,7 +266,7 @@ const serializeAws_restJson1ListFlowsCommand = async (input, context) => {
|
|
|
266
266
|
const headers = {
|
|
267
267
|
"content-type": "application/json",
|
|
268
268
|
};
|
|
269
|
-
|
|
269
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/list-flows";
|
|
270
270
|
let body;
|
|
271
271
|
body = JSON.stringify({
|
|
272
272
|
...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
|
|
@@ -314,7 +314,7 @@ const serializeAws_restJson1StartFlowCommand = async (input, context) => {
|
|
|
314
314
|
const headers = {
|
|
315
315
|
"content-type": "application/json",
|
|
316
316
|
};
|
|
317
|
-
|
|
317
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/start-flow";
|
|
318
318
|
let body;
|
|
319
319
|
body = JSON.stringify({
|
|
320
320
|
...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
|
|
@@ -335,7 +335,7 @@ const serializeAws_restJson1StopFlowCommand = async (input, context) => {
|
|
|
335
335
|
const headers = {
|
|
336
336
|
"content-type": "application/json",
|
|
337
337
|
};
|
|
338
|
-
|
|
338
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/stop-flow";
|
|
339
339
|
let body;
|
|
340
340
|
body = JSON.stringify({
|
|
341
341
|
...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
|
|
@@ -417,7 +417,7 @@ const serializeAws_restJson1UpdateConnectorProfileCommand = async (input, contex
|
|
|
417
417
|
const headers = {
|
|
418
418
|
"content-type": "application/json",
|
|
419
419
|
};
|
|
420
|
-
|
|
420
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/update-connector-profile";
|
|
421
421
|
let body;
|
|
422
422
|
body = JSON.stringify({
|
|
423
423
|
...(input.connectionMode !== undefined &&
|
|
@@ -445,7 +445,7 @@ const serializeAws_restJson1UpdateFlowCommand = async (input, context) => {
|
|
|
445
445
|
const headers = {
|
|
446
446
|
"content-type": "application/json",
|
|
447
447
|
};
|
|
448
|
-
|
|
448
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/update-flow";
|
|
449
449
|
let body;
|
|
450
450
|
body = JSON.stringify({
|
|
451
451
|
...(input.description !== undefined && input.description !== null && { description: input.description }),
|
|
@@ -3951,14 +3951,12 @@ const deserializeMetadata = (output) => {
|
|
|
3951
3951
|
cfId: output.headers["x-amz-cf-id"],
|
|
3952
3952
|
});
|
|
3953
3953
|
};
|
|
3954
|
-
// Collect low-level response body stream to Uint8Array.
|
|
3955
3954
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
3956
3955
|
if (streamBody instanceof Uint8Array) {
|
|
3957
3956
|
return Promise.resolve(streamBody);
|
|
3958
3957
|
}
|
|
3959
3958
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
3960
3959
|
};
|
|
3961
|
-
// Encode Uint8Array data into string with utf-8.
|
|
3962
3960
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
3963
3961
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
3964
3962
|
value !== null &&
|
|
@@ -3971,9 +3969,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
3971
3969
|
}
|
|
3972
3970
|
return {};
|
|
3973
3971
|
});
|
|
3974
|
-
/**
|
|
3975
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
3976
|
-
*/
|
|
3977
3972
|
const loadRestJsonErrorCode = (output, data) => {
|
|
3978
3973
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
3979
3974
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -3998,4 +3993,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
3998
3993
|
}
|
|
3999
3994
|
return "";
|
|
4000
3995
|
};
|
|
4001
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var AppflowClient = (function (_super) {
|
|
12
12
|
__extends(AppflowClient, _super);
|
|
13
13
|
function AppflowClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var AppflowClient = (function (_super) {
|
|
|
35
35
|
return AppflowClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { AppflowClient };
|
|
38
|
-
//# sourceMappingURL=AppflowClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateConnectorProfileCommand, serializeAws_restJson1CreateConnectorProfileCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateConnectorProfileCommand, serializeAws_restJson1CreateConnectorProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateConnectorProfileCommand = (function (_super) {
|
|
7
7
|
__extends(CreateConnectorProfileCommand, _super);
|
|
8
8
|
function CreateConnectorProfileCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateConnectorProfileCommand = (function (_super) {
|
|
|
37
37
|
return CreateConnectorProfileCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateConnectorProfileCommand };
|
|
40
|
-
//# sourceMappingURL=CreateConnectorProfileCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateFlowCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFlowCommand, _super);
|
|
8
8
|
function CreateFlowCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateFlowCommand = (function (_super) {
|
|
|
37
37
|
return CreateFlowCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateFlowCommand };
|
|
40
|
-
//# sourceMappingURL=CreateFlowCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteConnectorProfileCommand, serializeAws_restJson1DeleteConnectorProfileCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteConnectorProfileCommand, serializeAws_restJson1DeleteConnectorProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteConnectorProfileCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteConnectorProfileCommand, _super);
|
|
8
8
|
function DeleteConnectorProfileCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteConnectorProfileCommand = (function (_super) {
|
|
|
37
37
|
return DeleteConnectorProfileCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteConnectorProfileCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteConnectorProfileCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFlowCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFlowCommand, _super);
|
|
8
8
|
function DeleteFlowCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteFlowCommand = (function (_super) {
|
|
|
37
37
|
return DeleteFlowCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteFlowCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteFlowCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeConnectorEntityCommand, serializeAws_restJson1DescribeConnectorEntityCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeConnectorEntityCommand, serializeAws_restJson1DescribeConnectorEntityCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeConnectorEntityCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConnectorEntityCommand, _super);
|
|
8
8
|
function DescribeConnectorEntityCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeConnectorEntityCommand = (function (_super) {
|
|
|
37
37
|
return DescribeConnectorEntityCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeConnectorEntityCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeConnectorEntityCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeConnectorProfilesCommand, serializeAws_restJson1DescribeConnectorProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeConnectorProfilesCommand, serializeAws_restJson1DescribeConnectorProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeConnectorProfilesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConnectorProfilesCommand, _super);
|
|
8
8
|
function DescribeConnectorProfilesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeConnectorProfilesCommand = (function (_super) {
|
|
|
37
37
|
return DescribeConnectorProfilesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeConnectorProfilesCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeConnectorProfilesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeConnectorsCommand, serializeAws_restJson1DescribeConnectorsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeConnectorsCommand, serializeAws_restJson1DescribeConnectorsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeConnectorsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConnectorsCommand, _super);
|
|
8
8
|
function DescribeConnectorsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeConnectorsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeConnectorsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeConnectorsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeConnectorsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeFlowCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFlowCommand, _super);
|
|
8
8
|
function DescribeFlowCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeFlowCommand = (function (_super) {
|
|
|
37
37
|
return DescribeFlowCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeFlowCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeFlowCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeFlowExecutionRecordsCommand, serializeAws_restJson1DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeFlowExecutionRecordsCommand, serializeAws_restJson1DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeFlowExecutionRecordsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFlowExecutionRecordsCommand, _super);
|
|
8
8
|
function DescribeFlowExecutionRecordsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeFlowExecutionRecordsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeFlowExecutionRecordsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeFlowExecutionRecordsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeFlowExecutionRecordsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListConnectorEntitiesCommand, serializeAws_restJson1ListConnectorEntitiesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListConnectorEntitiesCommand, serializeAws_restJson1ListConnectorEntitiesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListConnectorEntitiesCommand = (function (_super) {
|
|
7
7
|
__extends(ListConnectorEntitiesCommand, _super);
|
|
8
8
|
function ListConnectorEntitiesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListConnectorEntitiesCommand = (function (_super) {
|
|
|
37
37
|
return ListConnectorEntitiesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListConnectorEntitiesCommand };
|
|
40
|
-
//# sourceMappingURL=ListConnectorEntitiesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListFlowsCommand, serializeAws_restJson1ListFlowsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListFlowsCommand, serializeAws_restJson1ListFlowsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListFlowsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFlowsCommand, _super);
|
|
8
8
|
function ListFlowsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListFlowsCommand = (function (_super) {
|
|
|
37
37
|
return ListFlowsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListFlowsCommand };
|
|
40
|
-
//# sourceMappingURL=ListFlowsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
8
8
|
function ListTagsForResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
37
37
|
return ListTagsForResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListTagsForResourceCommand };
|
|
40
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1StartFlowCommand, serializeAws_restJson1StartFlowCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StartFlowCommand, serializeAws_restJson1StartFlowCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StartFlowCommand = (function (_super) {
|
|
7
7
|
__extends(StartFlowCommand, _super);
|
|
8
8
|
function StartFlowCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartFlowCommand = (function (_super) {
|
|
|
37
37
|
return StartFlowCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartFlowCommand };
|
|
40
|
-
//# sourceMappingURL=StartFlowCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1StopFlowCommand, serializeAws_restJson1StopFlowCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StopFlowCommand, serializeAws_restJson1StopFlowCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var StopFlowCommand = (function (_super) {
|
|
7
7
|
__extends(StopFlowCommand, _super);
|
|
8
8
|
function StopFlowCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StopFlowCommand = (function (_super) {
|
|
|
37
37
|
return StopFlowCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StopFlowCommand };
|
|
40
|
-
//# sourceMappingURL=StopFlowCommand.js.map
|