@aws-sdk/client-appflow 3.490.0 → 3.496.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.
Files changed (44) hide show
  1. package/dist-cjs/Appflow.js +1 -61
  2. package/dist-cjs/AppflowClient.js +1 -43
  3. package/dist-cjs/commands/CancelFlowExecutionsCommand.js +1 -28
  4. package/dist-cjs/commands/CreateConnectorProfileCommand.js +1 -29
  5. package/dist-cjs/commands/CreateFlowCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteFlowCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeConnectorCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeConnectorsCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeFlowCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +1 -28
  14. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +1 -28
  15. package/dist-cjs/commands/ListConnectorsCommand.js +1 -28
  16. package/dist-cjs/commands/ListFlowsCommand.js +1 -28
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  18. package/dist-cjs/commands/RegisterConnectorCommand.js +1 -28
  19. package/dist-cjs/commands/ResetConnectorMetadataCacheCommand.js +1 -28
  20. package/dist-cjs/commands/StartFlowCommand.js +1 -28
  21. package/dist-cjs/commands/StopFlowCommand.js +1 -28
  22. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  23. package/dist-cjs/commands/UnregisterConnectorCommand.js +1 -28
  24. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +1 -29
  26. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateFlowCommand.js +1 -28
  28. package/dist-cjs/commands/index.js +1 -28
  29. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  30. package/dist-cjs/extensionConfiguration.js +1 -2
  31. package/dist-cjs/index.js +3572 -11
  32. package/dist-cjs/models/AppflowServiceException.js +1 -12
  33. package/dist-cjs/models/index.js +1 -4
  34. package/dist-cjs/models/models_0.js +1 -806
  35. package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js +1 -7
  36. package/dist-cjs/pagination/DescribeConnectorsPaginator.js +1 -7
  37. package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js +1 -7
  38. package/dist-cjs/pagination/Interfaces.js +1 -2
  39. package/dist-cjs/pagination/ListConnectorsPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListFlowsPaginator.js +1 -7
  41. package/dist-cjs/pagination/index.js +1 -9
  42. package/dist-cjs/protocols/Aws_restJson1.js +1 -1928
  43. package/dist-cjs/runtimeExtensions.js +1 -22
  44. package/package.json +40 -40
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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");