@aws-sdk/client-appflow 3.100.0 → 3.109.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-appflow
9
+
10
+
11
+
12
+
13
+
14
+ # [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
15
+
16
+
17
+ ### Features
18
+
19
+ * **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
20
+
21
+
22
+
23
+
24
+
25
+ # [3.101.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.100.0...v3.101.0) (2022-05-27)
26
+
27
+
28
+ ### Features
29
+
30
+ * **client-appflow:** Adding the following features/changes: Parquet output that preserves typing from the source connector, Failed executions threshold before deactivation for scheduled flows, increasing max size of access and refresh token from 2048 to 4096 ([0762754](https://github.com/aws/aws-sdk-js-v3/commit/07627544b4981b3a4fdd76fa6101db4883a322dc))
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
7
37
 
8
38
  **Note:** Version bump only for package @aws-sdk/client-appflow
package/README.md CHANGED
@@ -11,17 +11,15 @@ AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native.
11
11
 
12
12
  <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
13
13
  detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
14
-
15
14
  <p>Amazon AppFlow is a fully managed integration service that enables you to securely
16
15
  transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
17
16
  Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
18
-
19
17
  <p>Use the following links to get started on the Amazon AppFlow API:</p>
20
-
21
18
  <ul>
22
19
  <li>
23
20
  <p>
24
- <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>
21
+ <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Amazon AppFlow API
22
+ operations.</p>
25
23
  </li>
26
24
  <li>
27
25
  <p>
@@ -38,14 +36,12 @@ types</a>: An alphabetical list of all Amazon AppFlow data types.</p>
38
36
  errors</a>: Client and server errors that all operations can return.</p>
39
37
  </li>
40
38
  </ul>
41
-
42
- <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 User
43
- Guide</a>.</p>
39
+ <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 User Guide</a>.</p>
44
40
  <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
45
41
  applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
46
42
  the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
47
- profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the
48
- <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
43
+ profile using Amazon AppFlow API operations. For example, Salesforce users can refer to
44
+ the <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
49
45
  <i>Authorize Apps with OAuth</i>
50
46
  </a> documentation.</p>
51
47
 
@@ -5,6 +5,7 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
7
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
8
9
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
10
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
11
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
@@ -25,6 +26,7 @@ class AppflowClient extends smithy_client_1.Client {
25
26
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
27
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
28
  this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
28
30
  this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
31
  this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
32
  }
@@ -2483,6 +2483,8 @@ const serializeAws_restJson1S3OutputFormatConfig = (input, context) => {
2483
2483
  ...(input.fileType !== undefined && input.fileType !== null && { fileType: input.fileType }),
2484
2484
  ...(input.prefixConfig !== undefined &&
2485
2485
  input.prefixConfig !== null && { prefixConfig: serializeAws_restJson1PrefixConfig(input.prefixConfig, context) }),
2486
+ ...(input.preserveSourceDataTyping !== undefined &&
2487
+ input.preserveSourceDataTyping !== null && { preserveSourceDataTyping: input.preserveSourceDataTyping }),
2486
2488
  };
2487
2489
  };
2488
2490
  const serializeAws_restJson1S3SourceProperties = (input, context) => {
@@ -2598,6 +2600,10 @@ const serializeAws_restJson1ScheduledTriggerProperties = (input, context) => {
2598
2600
  input.firstExecutionFrom !== null && {
2599
2601
  firstExecutionFrom: Math.round(input.firstExecutionFrom.getTime() / 1000),
2600
2602
  }),
2603
+ ...(input.flowErrorDeactivationThreshold !== undefined &&
2604
+ input.flowErrorDeactivationThreshold !== null && {
2605
+ flowErrorDeactivationThreshold: input.flowErrorDeactivationThreshold,
2606
+ }),
2601
2607
  ...(input.scheduleEndTime !== undefined &&
2602
2608
  input.scheduleEndTime !== null && { scheduleEndTime: Math.round(input.scheduleEndTime.getTime() / 1000) }),
2603
2609
  ...(input.scheduleExpression !== undefined &&
@@ -3997,6 +4003,7 @@ const deserializeAws_restJson1S3OutputFormatConfig = (output, context) => {
3997
4003
  prefixConfig: output.prefixConfig !== undefined && output.prefixConfig !== null
3998
4004
  ? deserializeAws_restJson1PrefixConfig(output.prefixConfig, context)
3999
4005
  : undefined,
4006
+ preserveSourceDataTyping: (0, smithy_client_1.expectBoolean)(output.preserveSourceDataTyping),
4000
4007
  };
4001
4008
  };
4002
4009
  const deserializeAws_restJson1S3SourceProperties = (output, context) => {
@@ -4082,6 +4089,7 @@ const deserializeAws_restJson1ScheduledTriggerProperties = (output, context) =>
4082
4089
  firstExecutionFrom: output.firstExecutionFrom !== undefined && output.firstExecutionFrom !== null
4083
4090
  ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.firstExecutionFrom)))
4084
4091
  : undefined,
4092
+ flowErrorDeactivationThreshold: (0, smithy_client_1.expectInt32)(output.flowErrorDeactivationThreshold),
4085
4093
  scheduleEndTime: output.scheduleEndTime !== undefined && output.scheduleEndTime !== null
4086
4094
  ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.scheduleEndTime)))
4087
4095
  : undefined,
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
3
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
4
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
5
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
+ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
6
7
  import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
7
8
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
8
9
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
@@ -25,6 +26,7 @@ var AppflowClient = (function (_super) {
25
26
  _this.middlewareStack.use(getContentLengthPlugin(_this.config));
26
27
  _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
27
28
  _this.middlewareStack.use(getLoggerPlugin(_this.config));
29
+ _this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
28
30
  _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
29
31
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
30
32
  return _this;
@@ -2746,11 +2746,12 @@ var serializeAws_restJson1S3InputFormatConfig = function (input, context) {
2746
2746
  input.s3InputFileType !== null && { s3InputFileType: input.s3InputFileType }));
2747
2747
  };
2748
2748
  var serializeAws_restJson1S3OutputFormatConfig = function (input, context) {
2749
- return __assign(__assign(__assign({}, (input.aggregationConfig !== undefined &&
2749
+ return __assign(__assign(__assign(__assign({}, (input.aggregationConfig !== undefined &&
2750
2750
  input.aggregationConfig !== null && {
2751
2751
  aggregationConfig: serializeAws_restJson1AggregationConfig(input.aggregationConfig, context),
2752
2752
  })), (input.fileType !== undefined && input.fileType !== null && { fileType: input.fileType })), (input.prefixConfig !== undefined &&
2753
- input.prefixConfig !== null && { prefixConfig: serializeAws_restJson1PrefixConfig(input.prefixConfig, context) }));
2753
+ input.prefixConfig !== null && { prefixConfig: serializeAws_restJson1PrefixConfig(input.prefixConfig, context) })), (input.preserveSourceDataTyping !== undefined &&
2754
+ input.preserveSourceDataTyping !== null && { preserveSourceDataTyping: input.preserveSourceDataTyping }));
2754
2755
  };
2755
2756
  var serializeAws_restJson1S3SourceProperties = function (input, context) {
2756
2757
  return __assign(__assign(__assign({}, (input.bucketName !== undefined && input.bucketName !== null && { bucketName: input.bucketName })), (input.bucketPrefix !== undefined && input.bucketPrefix !== null && { bucketPrefix: input.bucketPrefix })), (input.s3InputFormatConfig !== undefined &&
@@ -2819,9 +2820,12 @@ var serializeAws_restJson1SAPODataSourceProperties = function (input, context) {
2819
2820
  return __assign({}, (input.objectPath !== undefined && input.objectPath !== null && { objectPath: input.objectPath }));
2820
2821
  };
2821
2822
  var serializeAws_restJson1ScheduledTriggerProperties = function (input, context) {
2822
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.dataPullMode !== undefined && input.dataPullMode !== null && { dataPullMode: input.dataPullMode })), (input.firstExecutionFrom !== undefined &&
2823
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.dataPullMode !== undefined && input.dataPullMode !== null && { dataPullMode: input.dataPullMode })), (input.firstExecutionFrom !== undefined &&
2823
2824
  input.firstExecutionFrom !== null && {
2824
2825
  firstExecutionFrom: Math.round(input.firstExecutionFrom.getTime() / 1000),
2826
+ })), (input.flowErrorDeactivationThreshold !== undefined &&
2827
+ input.flowErrorDeactivationThreshold !== null && {
2828
+ flowErrorDeactivationThreshold: input.flowErrorDeactivationThreshold,
2825
2829
  })), (input.scheduleEndTime !== undefined &&
2826
2830
  input.scheduleEndTime !== null && { scheduleEndTime: Math.round(input.scheduleEndTime.getTime() / 1000) })), (input.scheduleExpression !== undefined &&
2827
2831
  input.scheduleExpression !== null && { scheduleExpression: input.scheduleExpression })), (input.scheduleOffset !== undefined &&
@@ -4099,6 +4103,7 @@ var deserializeAws_restJson1S3OutputFormatConfig = function (output, context) {
4099
4103
  prefixConfig: output.prefixConfig !== undefined && output.prefixConfig !== null
4100
4104
  ? deserializeAws_restJson1PrefixConfig(output.prefixConfig, context)
4101
4105
  : undefined,
4106
+ preserveSourceDataTyping: __expectBoolean(output.preserveSourceDataTyping),
4102
4107
  };
4103
4108
  };
4104
4109
  var deserializeAws_restJson1S3SourceProperties = function (output, context) {
@@ -4184,6 +4189,7 @@ var deserializeAws_restJson1ScheduledTriggerProperties = function (output, conte
4184
4189
  firstExecutionFrom: output.firstExecutionFrom !== undefined && output.firstExecutionFrom !== null
4185
4190
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.firstExecutionFrom)))
4186
4191
  : undefined,
4192
+ flowErrorDeactivationThreshold: __expectInt32(output.flowErrorDeactivationThreshold),
4187
4193
  scheduleEndTime: output.scheduleEndTime !== undefined && output.scheduleEndTime !== null
4188
4194
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.scheduleEndTime)))
4189
4195
  : undefined,
@@ -25,19 +25,15 @@ import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/Upda
25
25
  /**
26
26
  * <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
27
27
  * detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
28
- *
29
28
  * <p>Amazon AppFlow is a fully managed integration service that enables you to securely
30
29
  * transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
31
30
  * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
32
- *
33
- *
34
- *
35
31
  * <p>Use the following links to get started on the Amazon AppFlow API:</p>
36
- *
37
32
  * <ul>
38
33
  * <li>
39
34
  * <p>
40
- * <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>
35
+ * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Amazon AppFlow API
36
+ * operations.</p>
41
37
  * </li>
42
38
  * <li>
43
39
  * <p>
@@ -54,14 +50,12 @@ import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/Upda
54
50
  * errors</a>: Client and server errors that all operations can return.</p>
55
51
  * </li>
56
52
  * </ul>
57
- *
58
- * <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 User
59
- * Guide</a>.</p>
53
+ * <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 User Guide</a>.</p>
60
54
  * <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
61
55
  * applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
62
56
  * the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
63
- * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the
64
- * <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
57
+ * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to
58
+ * the <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
65
59
  * <i>Authorize Apps with OAuth</i>
66
60
  * </a> documentation.</p>
67
61
  */
@@ -69,17 +63,18 @@ export declare class Appflow extends AppflowClient {
69
63
  /**
70
64
  * <p> Creates a new connector profile associated with your Amazon Web Services account. There
71
65
  * is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more
72
- * connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team
73
- * through the Amazon AppFlow support channel. </p>
66
+ * connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you
67
+ * create, you can provide the credentials and properties for only one connector.</p>
74
68
  */
75
69
  createConnectorProfile(args: CreateConnectorProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorProfileCommandOutput>;
76
70
  createConnectorProfile(args: CreateConnectorProfileCommandInput, cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void): void;
77
71
  createConnectorProfile(args: CreateConnectorProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void): void;
78
72
  /**
79
- * <p> Enables your application to create a new flow using Amazon AppFlow. You must create a
80
- * connector profile before calling this API. Please note that the Request Syntax below shows
73
+ * <p> Enables your application to create a new flow using Amazon AppFlow. You must create
74
+ * a connector profile before calling this API. Please note that the Request Syntax below shows
81
75
  * syntax for multiple destinations, however, you can only transfer data to one item in this list
82
- * at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>
76
+ * at a time. Amazon AppFlow does not currently support flows to multiple destinations at
77
+ * once. </p>
83
78
  */
84
79
  createFlow(args: CreateFlowCommandInput, options?: __HttpHandlerOptions): Promise<CreateFlowCommandOutput>;
85
80
  createFlow(args: CreateFlowCommandInput, cb: (err: any, data?: CreateFlowCommandOutput) => void): void;
@@ -91,9 +86,8 @@ export declare class Appflow extends AppflowClient {
91
86
  deleteConnectorProfile(args: DeleteConnectorProfileCommandInput, cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void): void;
92
87
  deleteConnectorProfile(args: DeleteConnectorProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void): void;
93
88
  /**
94
- * <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon
95
- * AppFlow validates the request by checking the flow configuration and status. You can delete
96
- * flows one at a time. </p>
89
+ * <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can
90
+ * delete flows one at a time. </p>
97
91
  */
98
92
  deleteFlow(args: DeleteFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFlowCommandOutput>;
99
93
  deleteFlow(args: DeleteFlowCommandInput, cb: (err: any, data?: DeleteFlowCommandOutput) => void): void;
@@ -108,7 +102,7 @@ export declare class Appflow extends AppflowClient {
108
102
  describeConnector(args: DescribeConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
109
103
  /**
110
104
  * <p> Provides details regarding the entity used with the connector, with a description of the
111
- * data model for each entity. </p>
105
+ * data model for each field in that entity. </p>
112
106
  */
113
107
  describeConnectorEntity(args: DescribeConnectorEntityCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorEntityCommandOutput>;
114
108
  describeConnectorEntity(args: DescribeConnectorEntityCommandInput, cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void): void;
@@ -124,10 +118,9 @@ export declare class Appflow extends AppflowClient {
124
118
  describeConnectorProfiles(args: DescribeConnectorProfilesCommandInput, cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void): void;
125
119
  describeConnectorProfiles(args: DescribeConnectorProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void): void;
126
120
  /**
127
- * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If you
128
- * don't specify a connector type, this operation describes all connectors vended by Amazon
129
- * AppFlow. If there are more connectors than can be returned in one page, the response contains
130
- * a <code>nextToken</code> object, which can be be passed in to the next call to the
121
+ * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If
122
+ * you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response
123
+ * contains a <code>nextToken</code> object, which can be be passed in to the next call to the
131
124
  * <code>DescribeConnectors</code> API operation to retrieve the next page. </p>
132
125
  */
133
126
  describeConnectors(args: DescribeConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorsCommandOutput>;
@@ -150,19 +150,15 @@ export interface AppflowClientResolvedConfig extends AppflowClientResolvedConfig
150
150
  /**
151
151
  * <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
152
152
  * detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
153
- *
154
153
  * <p>Amazon AppFlow is a fully managed integration service that enables you to securely
155
154
  * transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
156
155
  * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
157
- *
158
- *
159
- *
160
156
  * <p>Use the following links to get started on the Amazon AppFlow API:</p>
161
- *
162
157
  * <ul>
163
158
  * <li>
164
159
  * <p>
165
- * <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>
160
+ * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Amazon AppFlow API
161
+ * operations.</p>
166
162
  * </li>
167
163
  * <li>
168
164
  * <p>
@@ -179,14 +175,12 @@ export interface AppflowClientResolvedConfig extends AppflowClientResolvedConfig
179
175
  * errors</a>: Client and server errors that all operations can return.</p>
180
176
  * </li>
181
177
  * </ul>
182
- *
183
- * <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 User
184
- * Guide</a>.</p>
178
+ * <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 User Guide</a>.</p>
185
179
  * <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
186
180
  * applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
187
181
  * the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
188
- * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the
189
- * <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
182
+ * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to
183
+ * the <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
190
184
  * <i>Authorize Apps with OAuth</i>
191
185
  * </a> documentation.</p>
192
186
  */
@@ -9,8 +9,8 @@ export interface CreateConnectorProfileCommandOutput extends CreateConnectorProf
9
9
  /**
10
10
  * <p> Creates a new connector profile associated with your Amazon Web Services account. There
11
11
  * is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more
12
- * connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team
13
- * through the Amazon AppFlow support channel. </p>
12
+ * connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you
13
+ * create, you can provide the credentials and properties for only one connector.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -7,10 +7,11 @@ export interface CreateFlowCommandInput extends CreateFlowRequest {
7
7
  export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p> Enables your application to create a new flow using Amazon AppFlow. You must create a
11
- * connector profile before calling this API. Please note that the Request Syntax below shows
10
+ * <p> Enables your application to create a new flow using Amazon AppFlow. You must create
11
+ * a connector profile before calling this API. Please note that the Request Syntax below shows
12
12
  * syntax for multiple destinations, however, you can only transfer data to one item in this list
13
- * at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>
13
+ * at a time. Amazon AppFlow does not currently support flows to multiple destinations at
14
+ * once. </p>
14
15
  * @example
15
16
  * Use a bare-bones client and the command you need to make an API call.
16
17
  * ```javascript
@@ -7,9 +7,8 @@ export interface DeleteFlowCommandInput extends DeleteFlowRequest {
7
7
  export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon
11
- * AppFlow validates the request by checking the flow configuration and status. You can delete
12
- * flows one at a time. </p>
10
+ * <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can
11
+ * delete flows one at a time. </p>
13
12
  * @example
14
13
  * Use a bare-bones client and the command you need to make an API call.
15
14
  * ```javascript
@@ -8,7 +8,7 @@ export interface DescribeConnectorEntityCommandOutput extends DescribeConnectorE
8
8
  }
9
9
  /**
10
10
  * <p> Provides details regarding the entity used with the connector, with a description of the
11
- * data model for each entity. </p>
11
+ * data model for each field in that entity. </p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -7,10 +7,9 @@ export interface DescribeConnectorsCommandInput extends DescribeConnectorsReques
7
7
  export interface DescribeConnectorsCommandOutput extends DescribeConnectorsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If you
11
- * don't specify a connector type, this operation describes all connectors vended by Amazon
12
- * AppFlow. If there are more connectors than can be returned in one page, the response contains
13
- * a <code>nextToken</code> object, which can be be passed in to the next call to the
10
+ * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If
11
+ * you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response
12
+ * contains a <code>nextToken</code> object, which can be be passed in to the next call to the
14
13
  * <code>DescribeConnectors</code> API operation to retrieve the next page. </p>
15
14
  * @example
16
15
  * Use a bare-bones client and the command you need to make an API call.