@aws-sdk/client-appflow 3.490.0 → 3.495.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/Appflow.js +1 -61
- package/dist-cjs/AppflowClient.js +1 -43
- package/dist-cjs/commands/CancelFlowExecutionsCommand.js +1 -28
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +1 -29
- package/dist-cjs/commands/CreateFlowCommand.js +1 -28
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteFlowCommand.js +1 -28
- package/dist-cjs/commands/DescribeConnectorCommand.js +1 -28
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +1 -28
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +1 -28
- package/dist-cjs/commands/DescribeConnectorsCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlowCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +1 -28
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +1 -28
- package/dist-cjs/commands/ListConnectorsCommand.js +1 -28
- package/dist-cjs/commands/ListFlowsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/RegisterConnectorCommand.js +1 -28
- package/dist-cjs/commands/ResetConnectorMetadataCacheCommand.js +1 -28
- package/dist-cjs/commands/StartFlowCommand.js +1 -28
- package/dist-cjs/commands/StopFlowCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UnregisterConnectorCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +1 -29
- package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -28
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3570 -11
- package/dist-cjs/models/AppflowServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -806
- package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeConnectorsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListConnectorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlowsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1928
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeConnectorProfiles = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppflowClient_1 = require("../AppflowClient");
|
|
6
|
-
const DescribeConnectorProfilesCommand_1 = require("../commands/DescribeConnectorProfilesCommand");
|
|
7
|
-
exports.paginateDescribeConnectorProfiles = (0, core_1.createPaginator)(AppflowClient_1.AppflowClient, DescribeConnectorProfilesCommand_1.DescribeConnectorProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeConnectors = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppflowClient_1 = require("../AppflowClient");
|
|
6
|
-
const DescribeConnectorsCommand_1 = require("../commands/DescribeConnectorsCommand");
|
|
7
|
-
exports.paginateDescribeConnectors = (0, core_1.createPaginator)(AppflowClient_1.AppflowClient, DescribeConnectorsCommand_1.DescribeConnectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeFlowExecutionRecords = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppflowClient_1 = require("../AppflowClient");
|
|
6
|
-
const DescribeFlowExecutionRecordsCommand_1 = require("../commands/DescribeFlowExecutionRecordsCommand");
|
|
7
|
-
exports.paginateDescribeFlowExecutionRecords = (0, core_1.createPaginator)(AppflowClient_1.AppflowClient, DescribeFlowExecutionRecordsCommand_1.DescribeFlowExecutionRecordsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListConnectors = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppflowClient_1 = require("../AppflowClient");
|
|
6
|
-
const ListConnectorsCommand_1 = require("../commands/ListConnectorsCommand");
|
|
7
|
-
exports.paginateListConnectors = (0, core_1.createPaginator)(AppflowClient_1.AppflowClient, ListConnectorsCommand_1.ListConnectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFlows = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppflowClient_1 = require("../AppflowClient");
|
|
6
|
-
const ListFlowsCommand_1 = require("../commands/ListFlowsCommand");
|
|
7
|
-
exports.paginateListFlows = (0, core_1.createPaginator)(AppflowClient_1.AppflowClient, ListFlowsCommand_1.ListFlowsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeConnectorProfilesPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeConnectorsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./DescribeFlowExecutionRecordsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListConnectorsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListFlowsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|