@aws-sdk/client-appflow 3.337.0 → 3.341.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 (109) hide show
  1. package/dist-cjs/AppflowClient.js +2 -1
  2. package/dist-cjs/commands/CancelFlowExecutionsCommand.js +2 -1
  3. package/dist-cjs/commands/CreateConnectorProfileCommand.js +2 -1
  4. package/dist-cjs/commands/CreateFlowCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteFlowCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeFlowCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -1
  13. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -1
  14. package/dist-cjs/commands/ListConnectorsCommand.js +2 -1
  15. package/dist-cjs/commands/ListFlowsCommand.js +2 -1
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  17. package/dist-cjs/commands/RegisterConnectorCommand.js +2 -1
  18. package/dist-cjs/commands/StartFlowCommand.js +2 -1
  19. package/dist-cjs/commands/StopFlowCommand.js +2 -1
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  21. package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -1
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  23. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateFlowCommand.js +2 -1
  26. package/dist-cjs/index.js +2 -2
  27. package/dist-cjs/models/AppflowServiceException.js +2 -1
  28. package/dist-es/AppflowClient.js +1 -0
  29. package/dist-es/commands/CancelFlowExecutionsCommand.js +1 -0
  30. package/dist-es/commands/CreateConnectorProfileCommand.js +1 -0
  31. package/dist-es/commands/CreateFlowCommand.js +1 -0
  32. package/dist-es/commands/DeleteConnectorProfileCommand.js +1 -0
  33. package/dist-es/commands/DeleteFlowCommand.js +1 -0
  34. package/dist-es/commands/DescribeConnectorCommand.js +1 -0
  35. package/dist-es/commands/DescribeConnectorEntityCommand.js +1 -0
  36. package/dist-es/commands/DescribeConnectorProfilesCommand.js +1 -0
  37. package/dist-es/commands/DescribeConnectorsCommand.js +1 -0
  38. package/dist-es/commands/DescribeFlowCommand.js +1 -0
  39. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +1 -0
  40. package/dist-es/commands/ListConnectorEntitiesCommand.js +1 -0
  41. package/dist-es/commands/ListConnectorsCommand.js +1 -0
  42. package/dist-es/commands/ListFlowsCommand.js +1 -0
  43. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  44. package/dist-es/commands/RegisterConnectorCommand.js +1 -0
  45. package/dist-es/commands/StartFlowCommand.js +1 -0
  46. package/dist-es/commands/StopFlowCommand.js +1 -0
  47. package/dist-es/commands/TagResourceCommand.js +1 -0
  48. package/dist-es/commands/UnregisterConnectorCommand.js +1 -0
  49. package/dist-es/commands/UntagResourceCommand.js +1 -0
  50. package/dist-es/commands/UpdateConnectorProfileCommand.js +1 -0
  51. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +1 -0
  52. package/dist-es/commands/UpdateFlowCommand.js +1 -0
  53. package/dist-es/index.js +2 -2
  54. package/dist-es/models/AppflowServiceException.js +1 -0
  55. package/dist-types/AppflowClient.d.ts +3 -3
  56. package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +4 -0
  57. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +4 -0
  58. package/dist-types/commands/CreateFlowCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +4 -0
  60. package/dist-types/commands/DeleteFlowCommand.d.ts +4 -0
  61. package/dist-types/commands/DescribeConnectorCommand.d.ts +4 -0
  62. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +4 -0
  63. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeConnectorsCommand.d.ts +4 -0
  65. package/dist-types/commands/DescribeFlowCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +4 -0
  67. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +4 -0
  68. package/dist-types/commands/ListConnectorsCommand.d.ts +4 -0
  69. package/dist-types/commands/ListFlowsCommand.d.ts +4 -0
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  71. package/dist-types/commands/RegisterConnectorCommand.d.ts +4 -0
  72. package/dist-types/commands/StartFlowCommand.d.ts +4 -0
  73. package/dist-types/commands/StopFlowCommand.d.ts +4 -0
  74. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  75. package/dist-types/commands/UnregisterConnectorCommand.d.ts +4 -0
  76. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  77. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +4 -0
  78. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +4 -0
  79. package/dist-types/commands/UpdateFlowCommand.d.ts +4 -0
  80. package/dist-types/index.d.ts +41 -2
  81. package/dist-types/models/AppflowServiceException.d.ts +1 -0
  82. package/dist-types/ts3.4/AppflowClient.d.ts +3 -3
  83. package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/index.d.ts +2 -2
  108. package/dist-types/ts3.4/models/AppflowServiceException.d.ts +1 -0
  109. package/package.json +28 -28
@@ -33,6 +33,7 @@ import { UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput
33
33
  import { UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput } from "./commands/UpdateConnectorRegistrationCommand";
34
34
  import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
35
35
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
36
+ export { __Client };
36
37
  /**
37
38
  * @public
38
39
  */
@@ -147,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
147
148
  /**
148
149
  * @public
149
150
  */
150
- type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
151
+ export type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
151
152
  /**
152
153
  * @public
153
154
  *
@@ -158,7 +159,7 @@ export interface AppflowClientConfig extends AppflowClientConfigType {
158
159
  /**
159
160
  * @public
160
161
  */
161
- type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
+ export type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
163
  /**
163
164
  * @public
164
165
  *
@@ -217,4 +218,3 @@ export declare class AppflowClient extends __Client<__HttpHandlerOptions, Servic
217
218
  */
218
219
  destroy(): void;
219
220
  }
220
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { RegisterConnectorRequest, RegisterConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { UnregisterConnectorRequest, UnregisterConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { UpdateConnectorProfileRequest, UpdateConnectorProfileResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,45 @@
1
- export * from "./Appflow";
1
+ /**
2
+ * <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
3
+ * detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
4
+ * <p>Amazon AppFlow is a fully managed integration service that enables you to securely
5
+ * transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
6
+ * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
7
+ * <p>Use the following links to get started on the Amazon AppFlow API:</p>
8
+ * <ul>
9
+ * <li>
10
+ * <p>
11
+ * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Amazon AppFlow API operations.</p>
12
+ * </li>
13
+ * <li>
14
+ * <p>
15
+ * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html">Data
16
+ * types</a>: An alphabetical list of all Amazon AppFlow data types.</p>
17
+ * </li>
18
+ * <li>
19
+ * <p>
20
+ * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>
24
+ * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html">Common
25
+ * errors</a>: Client and server errors that all operations can return.</p>
26
+ * </li>
27
+ * </ul>
28
+ * <p>If you're new to Amazon AppFlow, we recommend that you review the <a href="https://docs.aws.amazon.com/appflow/latest/userguide/what-is-appflow.html">Amazon AppFlow
29
+ * User Guide</a>.</p>
30
+ * <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
31
+ * applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
32
+ * the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
33
+ * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to
34
+ * the <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
35
+ * <i>Authorize Apps with OAuth</i>
36
+ * </a> documentation.</p>
37
+ *
38
+ * @packageDocumentation
39
+ */
2
40
  export * from "./AppflowClient";
41
+ export * from "./Appflow";
3
42
  export * from "./commands";
4
- export * from "./models";
5
43
  export * from "./pagination";
44
+ export * from "./models";
6
45
  export { AppflowServiceException } from "./models/AppflowServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -147,6 +147,7 @@ import {
147
147
  ClientResolvedEndpointParameters,
148
148
  EndpointParameters,
149
149
  } from "./endpoint/EndpointParameters";
150
+ export { __Client };
150
151
  export type ServiceInputTypes =
151
152
  | CancelFlowExecutionsCommandInput
152
153
  | CreateConnectorProfileCommandInput
@@ -221,7 +222,7 @@ export interface ClientDefaults
221
222
  logger?: __Logger;
222
223
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
223
224
  }
224
- type AppflowClientConfigType = Partial<
225
+ export type AppflowClientConfigType = Partial<
225
226
  __SmithyConfiguration<__HttpHandlerOptions>
226
227
  > &
227
228
  ClientDefaults &
@@ -233,7 +234,7 @@ type AppflowClientConfigType = Partial<
233
234
  UserAgentInputConfig &
234
235
  ClientInputEndpointParameters;
235
236
  export interface AppflowClientConfig extends AppflowClientConfigType {}
236
- type AppflowClientResolvedConfigType =
237
+ export type AppflowClientResolvedConfigType =
237
238
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
238
239
  Required<ClientDefaults> &
239
240
  RegionResolvedConfig &
@@ -255,4 +256,3 @@ export declare class AppflowClient extends __Client<
255
256
  constructor(configuration: AppflowClientConfig);
256
257
  destroy(): void;
257
258
  }
258
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CancelFlowExecutionsRequest,
16
16
  CancelFlowExecutionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelFlowExecutionsCommandInput
19
20
  extends CancelFlowExecutionsRequest {}
20
21
  export interface CancelFlowExecutionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateConnectorProfileRequest,
16
16
  CreateConnectorProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateConnectorProfileCommandInput
19
20
  extends CreateConnectorProfileRequest {}
20
21
  export interface CreateConnectorProfileCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateFlowCommandInput extends CreateFlowRequest {}
16
17
  export interface CreateFlowCommandOutput
17
18
  extends CreateFlowResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteConnectorProfileRequest,
16
16
  DeleteConnectorProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteConnectorProfileCommandInput
19
20
  extends DeleteConnectorProfileRequest {}
20
21
  export interface DeleteConnectorProfileCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
16
17
  export interface DeleteFlowCommandOutput
17
18
  extends DeleteFlowResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeConnectorRequest,
16
16
  DescribeConnectorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeConnectorCommandInput
19
20
  extends DescribeConnectorRequest {}
20
21
  export interface DescribeConnectorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeConnectorEntityRequest,
16
16
  DescribeConnectorEntityResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeConnectorEntityCommandInput
19
20
  extends DescribeConnectorEntityRequest {}
20
21
  export interface DescribeConnectorEntityCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeConnectorProfilesRequest,
16
16
  DescribeConnectorProfilesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeConnectorProfilesCommandInput
19
20
  extends DescribeConnectorProfilesRequest {}
20
21
  export interface DescribeConnectorProfilesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeConnectorsRequest,
16
16
  DescribeConnectorsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeConnectorsCommandInput
19
20
  extends DescribeConnectorsRequest {}
20
21
  export interface DescribeConnectorsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
16
17
  export interface DescribeFlowCommandOutput
17
18
  extends DescribeFlowResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeFlowExecutionRecordsRequest,
16
16
  DescribeFlowExecutionRecordsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeFlowExecutionRecordsCommandInput
19
20
  extends DescribeFlowExecutionRecordsRequest {}
20
21
  export interface DescribeFlowExecutionRecordsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListConnectorEntitiesRequest,
16
16
  ListConnectorEntitiesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListConnectorEntitiesCommandInput
19
20
  extends ListConnectorEntitiesRequest {}
20
21
  export interface ListConnectorEntitiesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListConnectorsRequest,
16
16
  ListConnectorsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
19
20
  export interface ListConnectorsCommandOutput
20
21
  extends ListConnectorsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListFlowsCommandInput extends ListFlowsRequest {}
16
17
  export interface ListFlowsCommandOutput
17
18
  extends ListFlowsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RegisterConnectorRequest,
16
16
  RegisterConnectorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterConnectorCommandInput
19
20
  extends RegisterConnectorRequest {}
20
21
  export interface RegisterConnectorCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StartFlowCommandInput extends StartFlowRequest {}
16
17
  export interface StartFlowCommandOutput
17
18
  extends StartFlowResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StopFlowCommandInput extends StopFlowRequest {}
16
17
  export interface StopFlowCommandOutput
17
18
  extends StopFlowResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UnregisterConnectorRequest,
16
16
  UnregisterConnectorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UnregisterConnectorCommandInput
19
20
  extends UnregisterConnectorRequest {}
20
21
  export interface UnregisterConnectorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateConnectorProfileRequest,
16
16
  UpdateConnectorProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateConnectorProfileCommandInput
19
20
  extends UpdateConnectorProfileRequest {}
20
21
  export interface UpdateConnectorProfileCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateConnectorRegistrationRequest,
16
16
  UpdateConnectorRegistrationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateConnectorRegistrationCommandInput
19
20
  extends UpdateConnectorRegistrationRequest {}
20
21
  export interface UpdateConnectorRegistrationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppflowClient";
14
14
  import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateFlowCommandInput extends UpdateFlowRequest {}
16
17
  export interface UpdateFlowCommandOutput
17
18
  extends UpdateFlowResponse,