@aws-sdk/client-appflow 3.361.0 → 3.363.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 (151) hide show
  1. package/dist-cjs/Appflow.js +1 -1
  2. package/dist-cjs/AppflowClient.js +5 -5
  3. package/dist-cjs/commands/CancelFlowExecutionsCommand.js +3 -3
  4. package/dist-cjs/commands/CreateConnectorProfileCommand.js +3 -3
  5. package/dist-cjs/commands/CreateFlowCommand.js +3 -3
  6. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteFlowCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeConnectorCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeConnectorsCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeFlowCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
  14. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +3 -3
  15. package/dist-cjs/commands/ListConnectorsCommand.js +3 -3
  16. package/dist-cjs/commands/ListFlowsCommand.js +3 -3
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  18. package/dist-cjs/commands/RegisterConnectorCommand.js +3 -3
  19. package/dist-cjs/commands/ResetConnectorMetadataCacheCommand.js +3 -3
  20. package/dist-cjs/commands/StartFlowCommand.js +3 -3
  21. package/dist-cjs/commands/StopFlowCommand.js +3 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  23. package/dist-cjs/commands/UnregisterConnectorCommand.js +3 -3
  24. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  25. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +3 -3
  26. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +3 -3
  27. package/dist-cjs/commands/UpdateFlowCommand.js +3 -3
  28. package/dist-cjs/models/AppflowServiceException.js +1 -1
  29. package/dist-cjs/models/models_0.js +1 -1
  30. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  31. package/dist-cjs/runtimeConfig.browser.js +7 -7
  32. package/dist-cjs/runtimeConfig.js +10 -10
  33. package/dist-cjs/runtimeConfig.shared.js +4 -4
  34. package/dist-es/Appflow.js +1 -1
  35. package/dist-es/AppflowClient.js +5 -5
  36. package/dist-es/commands/CancelFlowExecutionsCommand.js +3 -3
  37. package/dist-es/commands/CreateConnectorProfileCommand.js +3 -3
  38. package/dist-es/commands/CreateFlowCommand.js +3 -3
  39. package/dist-es/commands/DeleteConnectorProfileCommand.js +3 -3
  40. package/dist-es/commands/DeleteFlowCommand.js +3 -3
  41. package/dist-es/commands/DescribeConnectorCommand.js +3 -3
  42. package/dist-es/commands/DescribeConnectorEntityCommand.js +3 -3
  43. package/dist-es/commands/DescribeConnectorProfilesCommand.js +3 -3
  44. package/dist-es/commands/DescribeConnectorsCommand.js +3 -3
  45. package/dist-es/commands/DescribeFlowCommand.js +3 -3
  46. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
  47. package/dist-es/commands/ListConnectorEntitiesCommand.js +3 -3
  48. package/dist-es/commands/ListConnectorsCommand.js +3 -3
  49. package/dist-es/commands/ListFlowsCommand.js +3 -3
  50. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  51. package/dist-es/commands/RegisterConnectorCommand.js +3 -3
  52. package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +3 -3
  53. package/dist-es/commands/StartFlowCommand.js +3 -3
  54. package/dist-es/commands/StopFlowCommand.js +3 -3
  55. package/dist-es/commands/TagResourceCommand.js +3 -3
  56. package/dist-es/commands/UnregisterConnectorCommand.js +3 -3
  57. package/dist-es/commands/UntagResourceCommand.js +3 -3
  58. package/dist-es/commands/UpdateConnectorProfileCommand.js +3 -3
  59. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +3 -3
  60. package/dist-es/commands/UpdateFlowCommand.js +3 -3
  61. package/dist-es/models/AppflowServiceException.js +1 -1
  62. package/dist-es/models/models_0.js +1 -1
  63. package/dist-es/protocols/Aws_restJson1.js +1 -1
  64. package/dist-es/runtimeConfig.browser.js +7 -7
  65. package/dist-es/runtimeConfig.js +10 -10
  66. package/dist-es/runtimeConfig.shared.js +4 -4
  67. package/dist-types/Appflow.d.ts +1 -1
  68. package/dist-types/AppflowClient.d.ts +8 -8
  69. package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +3 -3
  70. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +3 -3
  71. package/dist-types/commands/CreateFlowCommand.d.ts +3 -3
  72. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +3 -3
  73. package/dist-types/commands/DeleteFlowCommand.d.ts +3 -3
  74. package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -3
  75. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +3 -3
  76. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +3 -3
  77. package/dist-types/commands/DescribeConnectorsCommand.d.ts +3 -3
  78. package/dist-types/commands/DescribeFlowCommand.d.ts +3 -3
  79. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +3 -3
  80. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +3 -3
  81. package/dist-types/commands/ListConnectorsCommand.d.ts +3 -3
  82. package/dist-types/commands/ListFlowsCommand.d.ts +3 -3
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  84. package/dist-types/commands/RegisterConnectorCommand.d.ts +3 -3
  85. package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -3
  86. package/dist-types/commands/StartFlowCommand.d.ts +3 -3
  87. package/dist-types/commands/StopFlowCommand.d.ts +3 -3
  88. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  89. package/dist-types/commands/UnregisterConnectorCommand.d.ts +3 -3
  90. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  91. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +3 -3
  92. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +3 -3
  93. package/dist-types/commands/UpdateFlowCommand.d.ts +3 -3
  94. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  95. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  96. package/dist-types/endpoint/ruleset.d.ts +1 -1
  97. package/dist-types/models/AppflowServiceException.d.ts +1 -1
  98. package/dist-types/models/models_0.d.ts +1 -1
  99. package/dist-types/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  100. package/dist-types/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  102. package/dist-types/pagination/Interfaces.d.ts +1 -1
  103. package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
  105. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  106. package/dist-types/runtimeConfig.d.ts +20 -20
  107. package/dist-types/runtimeConfig.native.d.ts +19 -19
  108. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  109. package/dist-types/ts3.4/Appflow.d.ts +1 -1
  110. package/dist-types/ts3.4/AppflowClient.d.ts +19 -21
  111. package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +3 -3
  112. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +3 -3
  114. package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +3 -3
  115. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +3 -3
  116. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +3 -3
  117. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +3 -3
  118. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +3 -3
  119. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +3 -3
  120. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +3 -3
  121. package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +3 -3
  123. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +3 -3
  124. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +3 -3
  125. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  126. package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +3 -3
  127. package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -3
  128. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +3 -3
  129. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +3 -3
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  131. package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +3 -3
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  133. package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +3 -3
  134. package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +3 -3
  135. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +3 -3
  136. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  137. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  138. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  139. package/dist-types/ts3.4/models/AppflowServiceException.d.ts +1 -1
  140. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  141. package/dist-types/ts3.4/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  142. package/dist-types/ts3.4/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  143. package/dist-types/ts3.4/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  144. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  145. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +1 -1
  146. package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -1
  147. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  148. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  149. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  150. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  151. package/package.json +31 -30
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Appflow = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const AppflowClient_1 = require("./AppflowClient");
6
6
  const CancelFlowExecutionsCommand_1 = require("./commands/CancelFlowExecutionsCommand");
7
7
  const CreateConnectorProfileCommand_1 = require("./commands/CreateConnectorProfileCommand");
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AppflowClient = exports.__Client = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
7
4
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
5
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
6
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
7
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
8
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
- const smithy_client_1 = require("@aws-sdk/smithy-client");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
+ const middleware_retry_1 = require("@smithy/middleware-retry");
13
+ const smithy_client_1 = require("@smithy/smithy-client");
14
14
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
16
  const runtimeConfig_1 = require("./runtimeConfig");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CancelFlowExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CancelFlowExecutionsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectorProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateFlowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CreateFlowCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConnectorProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteConnectorProfileCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteFlowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteFlowCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeConnectorCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorEntityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeConnectorEntityCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorProfilesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeConnectorProfilesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeConnectorsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeFlowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeFlowCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeFlowExecutionRecordsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeFlowExecutionRecordsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListConnectorEntitiesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListConnectorEntitiesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListConnectorsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListConnectorsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListFlowsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListFlowsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RegisterConnectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class RegisterConnectorCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ResetConnectorMetadataCacheCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ResetConnectorMetadataCacheCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartFlowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class StartFlowCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StopFlowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class StopFlowCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class TagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UnregisterConnectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UnregisterConnectorCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateConnectorProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateConnectorRegistrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateConnectorRegistrationCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateFlowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateFlowCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AppflowServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class AppflowServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TaskType = exports.OperatorPropertiesKeys = exports.S3InputFileType = exports.PrefixType = exports.PrefixFormat = exports.PathPrefix = exports.FileType = exports.ServiceQuotaExceededException = exports.ConnectorServerException = exports.PrivateConnectionProvisioningStatus = exports.PrivateConnectionProvisioningFailureCause = exports.ZendeskConnectorOperator = exports.VeevaConnectorOperator = exports.TrendmicroConnectorOperator = exports.SlackConnectorOperator = exports.SingularConnectorOperator = exports.ServiceNowConnectorOperator = exports.SAPODataConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = exports.PardotConnectorOperator = exports.MarketoConnectorOperator = exports.InforNexusConnectorOperator = exports.GoogleAnalyticsConnectorOperator = exports.DynatraceConnectorOperator = exports.DatadogConnectorOperator = exports.Operator = exports.WriteOperationType = exports.TriggerType = exports.ScheduleFrequencyType = exports.Operators = exports.SupportedDataTransferType = exports.DataTransferApiType = exports.ConnectorType = exports.ConnectorProvisioningType = exports.SalesforceDataTransferApi = exports.ConnectorAuthenticationException = exports.ConnectionMode = exports.ConflictException = exports.CatalogType = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AuthenticationType = exports.OAuth2GrantType = exports.OAuth2CustomPropType = exports.AmplitudeConnectorOperator = exports.AggregationType = exports.AccessDeniedException = void 0;
4
4
  exports.UpdateConnectorProfileRequestFilterSensitiveLog = exports.CreateConnectorProfileRequestFilterSensitiveLog = exports.ConnectorProfileConfigFilterSensitiveLog = exports.ConnectorProfileCredentialsFilterSensitiveLog = exports.ZendeskConnectorProfileCredentialsFilterSensitiveLog = exports.VeevaConnectorProfileCredentialsFilterSensitiveLog = exports.TrendmicroConnectorProfileCredentialsFilterSensitiveLog = exports.SnowflakeConnectorProfileCredentialsFilterSensitiveLog = exports.SlackConnectorProfileCredentialsFilterSensitiveLog = exports.SingularConnectorProfileCredentialsFilterSensitiveLog = exports.ServiceNowConnectorProfileCredentialsFilterSensitiveLog = exports.SAPODataConnectorProfileCredentialsFilterSensitiveLog = exports.OAuthCredentialsFilterSensitiveLog = exports.SalesforceConnectorProfileCredentialsFilterSensitiveLog = exports.RedshiftConnectorProfileCredentialsFilterSensitiveLog = exports.PardotConnectorProfileCredentialsFilterSensitiveLog = exports.MarketoConnectorProfileCredentialsFilterSensitiveLog = exports.InforNexusConnectorProfileCredentialsFilterSensitiveLog = exports.HoneycodeConnectorProfileCredentialsFilterSensitiveLog = exports.GoogleAnalyticsConnectorProfileCredentialsFilterSensitiveLog = exports.DatadogConnectorProfileCredentialsFilterSensitiveLog = exports.CustomConnectorProfileCredentialsFilterSensitiveLog = exports.OAuth2CredentialsFilterSensitiveLog = exports.CustomAuthCredentialsFilterSensitiveLog = exports.BasicAuthCredentialsFilterSensitiveLog = exports.ApiKeyCredentialsFilterSensitiveLog = exports.AmplitudeConnectorProfileCredentialsFilterSensitiveLog = exports.UnsupportedOperationException = exports.ExecutionStatus = exports.FlowStatus = exports.DataPullMode = void 0;
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ const smithy_client_1 = require("@smithy/smithy-client");
6
6
  const AppflowServiceException_1 = require("./AppflowServiceException");
7
7
  class AccessDeniedException extends AppflowServiceException_1.AppflowServiceException {
8
8
  constructor(opts) {
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.de_UpdateFlowCommand = exports.de_UpdateConnectorRegistrationCommand = exports.de_UpdateConnectorProfileCommand = exports.de_UntagResourceCommand = exports.de_UnregisterConnectorCommand = exports.de_TagResourceCommand = exports.de_StopFlowCommand = exports.de_StartFlowCommand = exports.de_ResetConnectorMetadataCacheCommand = exports.de_RegisterConnectorCommand = exports.de_ListTagsForResourceCommand = exports.de_ListFlowsCommand = exports.de_ListConnectorsCommand = exports.de_ListConnectorEntitiesCommand = exports.de_DescribeFlowExecutionRecordsCommand = exports.de_DescribeFlowCommand = exports.de_DescribeConnectorsCommand = exports.de_DescribeConnectorProfilesCommand = exports.de_DescribeConnectorEntityCommand = exports.de_DescribeConnectorCommand = exports.de_DeleteFlowCommand = exports.de_DeleteConnectorProfileCommand = exports.de_CreateFlowCommand = exports.de_CreateConnectorProfileCommand = exports.de_CancelFlowExecutionsCommand = exports.se_UpdateFlowCommand = exports.se_UpdateConnectorRegistrationCommand = exports.se_UpdateConnectorProfileCommand = exports.se_UntagResourceCommand = exports.se_UnregisterConnectorCommand = exports.se_TagResourceCommand = exports.se_StopFlowCommand = exports.se_StartFlowCommand = exports.se_ResetConnectorMetadataCacheCommand = exports.se_RegisterConnectorCommand = exports.se_ListTagsForResourceCommand = exports.se_ListFlowsCommand = exports.se_ListConnectorsCommand = exports.se_ListConnectorEntitiesCommand = exports.se_DescribeFlowExecutionRecordsCommand = exports.se_DescribeFlowCommand = exports.se_DescribeConnectorsCommand = exports.se_DescribeConnectorProfilesCommand = exports.se_DescribeConnectorEntityCommand = exports.se_DescribeConnectorCommand = exports.se_DeleteFlowCommand = exports.se_DeleteConnectorProfileCommand = exports.se_CreateFlowCommand = exports.se_CreateConnectorProfileCommand = exports.se_CancelFlowExecutionsCommand = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
4
  const protocol_http_1 = require("@smithy/protocol-http");
5
+ const smithy_client_1 = require("@smithy/smithy-client");
6
6
  const uuid_1 = require("uuid");
7
7
  const AppflowServiceException_1 = require("../models/AppflowServiceException");
8
8
  const models_0_1 = require("../models/models_0");
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
7
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const hash_node_1 = require("@aws-sdk/hash-node");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
- const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
14
- const util_retry_1 = require("@aws-sdk/util-retry");
15
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const hash_node_1 = require("@smithy/hash-node");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_retry_1 = require("@smithy/util-retry");
16
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@aws-sdk/smithy-client");
18
- const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
- const smithy_client_2 = require("@aws-sdk/smithy-client");
17
+ const smithy_client_1 = require("@smithy/smithy-client");
18
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
+ const smithy_client_2 = require("@smithy/smithy-client");
20
20
  const getRuntimeConfig = (config) => {
21
21
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
22
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
- const url_parser_1 = require("@aws-sdk/url-parser");
6
- const util_base64_1 = require("@aws-sdk/util-base64");
7
- const util_utf8_1 = require("@aws-sdk/util-utf8");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ const url_parser_1 = require("@smithy/url-parser");
6
+ const util_base64_1 = require("@smithy/util-base64");
7
+ const util_utf8_1 = require("@smithy/util-utf8");
8
8
  const endpointResolver_1 = require("./endpoint/endpointResolver");
9
9
  const getRuntimeConfig = (config) => ({
10
10
  apiVersion: "2020-08-23",
@@ -1,4 +1,4 @@
1
- import { createAggregatedClient } from "@aws-sdk/smithy-client";
1
+ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AppflowClient } from "./AppflowClient";
3
3
  import { CancelFlowExecutionsCommand, } from "./commands/CancelFlowExecutionsCommand";
4
4
  import { CreateConnectorProfileCommand, } from "./commands/CreateConnectorProfileCommand";
@@ -1,13 +1,13 @@
1
- import { resolveRegionConfig } from "@aws-sdk/config-resolver";
2
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
- import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
4
1
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
2
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
3
  import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
7
- import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
4
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
5
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
- import { Client as __Client, } from "@aws-sdk/smithy-client";
6
+ import { resolveRegionConfig } from "@smithy/config-resolver";
7
+ import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
+ import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
+ import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { Client as __Client, } from "@smithy/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
13
  export { __Client };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CancelFlowExecutionsCommand, se_CancelFlowExecutionsCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class CancelFlowExecutionsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { CreateConnectorProfileRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateConnectorProfileCommand, se_CreateConnectorProfileCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateFlowCommand, se_CreateFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class CreateFlowCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteConnectorProfileCommand, se_DeleteConnectorProfileCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class DeleteConnectorProfileCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteFlowCommand, se_DeleteFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class DeleteFlowCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
6
  export class DescribeConnectorCommand extends $Command {