@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.
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 +3570 -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,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppflowServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class AppflowServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, AppflowServiceException.prototype);
10
- }
11
- }
12
- exports.AppflowServiceException = AppflowServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");