@aws-sdk/client-appflow 3.95.0 → 3.101.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 +27 -0
- package/README.md +5 -9
- package/dist-cjs/protocols/Aws_restJson1.js +8 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +9 -3
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/Appflow.d.ts +17 -24
- package/dist-types/AppflowClient.d.ts +5 -11
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateFlowCommand.d.ts +4 -3
- package/dist-types/commands/DeleteFlowCommand.d.ts +2 -3
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +3 -4
- package/dist-types/models/models_0.d.ts +155 -123
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.101.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.100.0...v3.101.0) (2022-05-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-appflow
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.99.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.98.0...v3.99.0) (2022-05-25)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-appflow
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
|
|
7
34
|
|
|
8
35
|
**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
|
|
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
|
|
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
|
|
|
@@ -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,
|
|
@@ -17,8 +17,10 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
20
|
+
const smithy_client_2 = require("@aws-sdk/smithy-client");
|
|
20
21
|
const getRuntimeConfig = (config) => {
|
|
21
22
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
23
|
+
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
24
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
25
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
26
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -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,
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -14,8 +14,10 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
16
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
17
18
|
export var getRuntimeConfig = function (config) {
|
|
18
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
19
21
|
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
22
|
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
21
23
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
package/dist-types/Appflow.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
64
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
128
|
-
* don't specify a connector type, this operation describes all connectors vended by Amazon
|
|
129
|
-
*
|
|
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
|
|
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
|
|
189
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
11
|
-
* don't specify a connector type, this operation describes all connectors vended by Amazon
|
|
12
|
-
*
|
|
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.
|
|
@@ -21,8 +21,8 @@ export declare enum AggregationType {
|
|
|
21
21
|
*/
|
|
22
22
|
export interface AggregationConfig {
|
|
23
23
|
/**
|
|
24
|
-
* <p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or
|
|
25
|
-
* them unaggregated. </p>
|
|
24
|
+
* <p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or
|
|
25
|
+
* leave them unaggregated. </p>
|
|
26
26
|
*/
|
|
27
27
|
aggregationType?: AggregationType | string;
|
|
28
28
|
}
|
|
@@ -987,9 +987,10 @@ export declare namespace ConnectorDetail {
|
|
|
987
987
|
const filterSensitiveLog: (obj: ConnectorDetail) => any;
|
|
988
988
|
}
|
|
989
989
|
/**
|
|
990
|
-
* <p> The high-level entity that can be queried in Amazon AppFlow. For example, a
|
|
991
|
-
* entity might be an <i>Account</i> or
|
|
992
|
-
* ServiceNow entity might be an
|
|
990
|
+
* <p> The high-level entity that can be queried in Amazon AppFlow. For example, a
|
|
991
|
+
* Salesforce entity might be an <i>Account</i> or
|
|
992
|
+
* <i>Opportunity</i>, whereas a ServiceNow entity might be an
|
|
993
|
+
* <i>Incident</i>. </p>
|
|
993
994
|
*/
|
|
994
995
|
export interface ConnectorEntity {
|
|
995
996
|
/**
|
|
@@ -1607,8 +1608,8 @@ export interface OAuth2Properties {
|
|
|
1607
1608
|
*/
|
|
1608
1609
|
oAuth2GrantType: OAuth2GrantType | string | undefined;
|
|
1609
1610
|
/**
|
|
1610
|
-
* <p>Associates your token URL with a map of properties that you define. Use this parameter
|
|
1611
|
-
*
|
|
1611
|
+
* <p>Associates your token URL with a map of properties that you define. Use this parameter to
|
|
1612
|
+
* provide any additional details that the connector requires to authenticate your
|
|
1612
1613
|
* request.</p>
|
|
1613
1614
|
*/
|
|
1614
1615
|
tokenUrlCustomProperties?: {
|
|
@@ -1886,9 +1887,8 @@ export interface SnowflakeConnectorProfileProperties {
|
|
|
1886
1887
|
*/
|
|
1887
1888
|
warehouse: string | undefined;
|
|
1888
1889
|
/**
|
|
1889
|
-
* <p> The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in
|
|
1890
|
-
*
|
|
1891
|
-
* Schema><Stage Name>. </p>
|
|
1890
|
+
* <p> The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <
|
|
1891
|
+
* Database>< Schema><Stage Name>. </p>
|
|
1892
1892
|
*/
|
|
1893
1893
|
stage: string | undefined;
|
|
1894
1894
|
/**
|
|
@@ -1896,7 +1896,8 @@ export interface SnowflakeConnectorProfileProperties {
|
|
|
1896
1896
|
*/
|
|
1897
1897
|
bucketName: string | undefined;
|
|
1898
1898
|
/**
|
|
1899
|
-
* <p> The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
|
1899
|
+
* <p> The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
|
1900
|
+
* </p>
|
|
1900
1901
|
*/
|
|
1901
1902
|
bucketPrefix?: string;
|
|
1902
1903
|
/**
|
|
@@ -2373,7 +2374,8 @@ export declare namespace MarketoConnectorProfileCredentials {
|
|
|
2373
2374
|
const filterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
|
|
2374
2375
|
}
|
|
2375
2376
|
/**
|
|
2376
|
-
* <p> The connector-specific profile credentials required when using Amazon Redshift.
|
|
2377
|
+
* <p> The connector-specific profile credentials required when using Amazon Redshift.
|
|
2378
|
+
* </p>
|
|
2377
2379
|
*/
|
|
2378
2380
|
export interface RedshiftConnectorProfileCredentials {
|
|
2379
2381
|
/**
|
|
@@ -2741,9 +2743,8 @@ export interface CreateConnectorProfileRequest {
|
|
|
2741
2743
|
connectorProfileName: string | undefined;
|
|
2742
2744
|
/**
|
|
2743
2745
|
* <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
|
|
2744
|
-
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
|
|
2745
|
-
* you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
2746
|
-
* </p>
|
|
2746
|
+
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
|
|
2747
|
+
* key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>
|
|
2747
2748
|
*/
|
|
2748
2749
|
kmsArn?: string;
|
|
2749
2750
|
/**
|
|
@@ -2821,9 +2822,9 @@ export declare class ValidationException extends __BaseException {
|
|
|
2821
2822
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
2822
2823
|
}
|
|
2823
2824
|
/**
|
|
2824
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2825
|
-
* destination. For example, this setting would determine if the flow should fail after
|
|
2826
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2825
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2826
|
+
* in the destination. For example, this setting would determine if the flow should fail after
|
|
2827
|
+
* one insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2827
2828
|
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2828
2829
|
* </p>
|
|
2829
2830
|
*/
|
|
@@ -2858,8 +2859,8 @@ export interface CustomConnectorDestinationProperties {
|
|
|
2858
2859
|
*/
|
|
2859
2860
|
entityName: string | undefined;
|
|
2860
2861
|
/**
|
|
2861
|
-
* <p>The settings that determine how Amazon AppFlow handles an error when placing data in
|
|
2862
|
-
* custom connector as destination.</p>
|
|
2862
|
+
* <p>The settings that determine how Amazon AppFlow handles an error when placing data in
|
|
2863
|
+
* the custom connector as destination.</p>
|
|
2863
2864
|
*/
|
|
2864
2865
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2865
2866
|
/**
|
|
@@ -2868,8 +2869,8 @@ export interface CustomConnectorDestinationProperties {
|
|
|
2868
2869
|
*/
|
|
2869
2870
|
writeOperationType?: WriteOperationType | string;
|
|
2870
2871
|
/**
|
|
2871
|
-
* <p>The name of the field that Amazon AppFlow uses as an ID when performing a write
|
|
2872
|
-
* such as update, delete, or upsert.</p>
|
|
2872
|
+
* <p>The name of the field that Amazon AppFlow uses as an ID when performing a write
|
|
2873
|
+
* operation such as update, delete, or upsert.</p>
|
|
2873
2874
|
*/
|
|
2874
2875
|
idFieldNames?: string[];
|
|
2875
2876
|
/**
|
|
@@ -2896,7 +2897,8 @@ export interface CustomerProfilesDestinationProperties {
|
|
|
2896
2897
|
*/
|
|
2897
2898
|
domainName: string | undefined;
|
|
2898
2899
|
/**
|
|
2899
|
-
* <p> The object specified in the Amazon Connect Customer Profiles flow destination.
|
|
2900
|
+
* <p> The object specified in the Amazon Connect Customer Profiles flow destination.
|
|
2901
|
+
* </p>
|
|
2900
2902
|
*/
|
|
2901
2903
|
objectTypeName?: string;
|
|
2902
2904
|
}
|
|
@@ -2907,8 +2909,8 @@ export declare namespace CustomerProfilesDestinationProperties {
|
|
|
2907
2909
|
const filterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
|
|
2908
2910
|
}
|
|
2909
2911
|
/**
|
|
2910
|
-
* <p> The properties that are applied when Amazon EventBridge is being used as a
|
|
2911
|
-
*
|
|
2912
|
+
* <p> The properties that are applied when Amazon EventBridge is being used as a
|
|
2913
|
+
* destination. </p>
|
|
2912
2914
|
*/
|
|
2913
2915
|
export interface EventBridgeDestinationProperties {
|
|
2914
2916
|
/**
|
|
@@ -2916,9 +2918,9 @@ export interface EventBridgeDestinationProperties {
|
|
|
2916
2918
|
*/
|
|
2917
2919
|
object: string | undefined;
|
|
2918
2920
|
/**
|
|
2919
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2920
|
-
* destination. For example, this setting would determine if the flow should fail after
|
|
2921
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2921
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2922
|
+
* in the destination. For example, this setting would determine if the flow should fail after
|
|
2923
|
+
* one insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2922
2924
|
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2923
2925
|
* </p>
|
|
2924
2926
|
*/
|
|
@@ -2939,9 +2941,9 @@ export interface HoneycodeDestinationProperties {
|
|
|
2939
2941
|
*/
|
|
2940
2942
|
object: string | undefined;
|
|
2941
2943
|
/**
|
|
2942
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2943
|
-
* destination. For example, this setting would determine if the flow should fail after
|
|
2944
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2944
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2945
|
+
* in the destination. For example, this setting would determine if the flow should fail after
|
|
2946
|
+
* one insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2945
2947
|
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2946
2948
|
* </p>
|
|
2947
2949
|
*/
|
|
@@ -2966,7 +2968,8 @@ export declare namespace LookoutMetricsDestinationProperties {
|
|
|
2966
2968
|
const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
2967
2969
|
}
|
|
2968
2970
|
/**
|
|
2969
|
-
* <p>The properties that Amazon AppFlow applies when you use Marketo as a flow
|
|
2971
|
+
* <p>The properties that Amazon AppFlow applies when you use Marketo as a flow
|
|
2972
|
+
* destination.</p>
|
|
2970
2973
|
*/
|
|
2971
2974
|
export interface MarketoDestinationProperties {
|
|
2972
2975
|
/**
|
|
@@ -2974,9 +2977,9 @@ export interface MarketoDestinationProperties {
|
|
|
2974
2977
|
*/
|
|
2975
2978
|
object: string | undefined;
|
|
2976
2979
|
/**
|
|
2977
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2978
|
-
* destination. For example, this setting would determine if the flow should fail after
|
|
2979
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2980
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
2981
|
+
* in the destination. For example, this setting would determine if the flow should fail after
|
|
2982
|
+
* one insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2980
2983
|
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2981
2984
|
* </p>
|
|
2982
2985
|
*/
|
|
@@ -2998,8 +3001,7 @@ export interface RedshiftDestinationProperties {
|
|
|
2998
3001
|
*/
|
|
2999
3002
|
object: string | undefined;
|
|
3000
3003
|
/**
|
|
3001
|
-
* <p> The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
|
|
3002
|
-
* </p>
|
|
3004
|
+
* <p> The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift. </p>
|
|
3003
3005
|
*/
|
|
3004
3006
|
intermediateBucketName: string | undefined;
|
|
3005
3007
|
/**
|
|
@@ -3008,11 +3010,11 @@ export interface RedshiftDestinationProperties {
|
|
|
3008
3010
|
*/
|
|
3009
3011
|
bucketPrefix?: string;
|
|
3010
3012
|
/**
|
|
3011
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3012
|
-
* Amazon Redshift destination. For example, this setting would determine if the flow
|
|
3013
|
-
* after one insertion error, or continue and attempt to insert every record
|
|
3014
|
-
* initial failure. <code>ErrorHandlingConfig</code> is a part of the
|
|
3015
|
-
* details. </p>
|
|
3013
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3014
|
+
* in the Amazon Redshift destination. For example, this setting would determine if the flow
|
|
3015
|
+
* should fail after one insertion error, or continue and attempt to insert every record
|
|
3016
|
+
* regardless of the initial failure. <code>ErrorHandlingConfig</code> is a part of the
|
|
3017
|
+
* destination connector details. </p>
|
|
3016
3018
|
*/
|
|
3017
3019
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
3018
3020
|
}
|
|
@@ -3040,8 +3042,8 @@ export declare enum PrefixType {
|
|
|
3040
3042
|
PATH_AND_FILENAME = "PATH_AND_FILENAME"
|
|
3041
3043
|
}
|
|
3042
3044
|
/**
|
|
3043
|
-
* <p> Determines the prefix that Amazon AppFlow applies to the destination folder name.
|
|
3044
|
-
* name your destination folders according to the flow frequency and date. </p>
|
|
3045
|
+
* <p> Determines the prefix that Amazon AppFlow applies to the destination folder name.
|
|
3046
|
+
* You can name your destination folders according to the flow frequency and date. </p>
|
|
3045
3047
|
*/
|
|
3046
3048
|
export interface PrefixConfig {
|
|
3047
3049
|
/**
|
|
@@ -3061,17 +3063,17 @@ export declare namespace PrefixConfig {
|
|
|
3061
3063
|
const filterSensitiveLog: (obj: PrefixConfig) => any;
|
|
3062
3064
|
}
|
|
3063
3065
|
/**
|
|
3064
|
-
* <p> The configuration that determines how Amazon AppFlow should format the flow output
|
|
3065
|
-
* when Amazon S3 is used as the destination. </p>
|
|
3066
|
+
* <p> The configuration that determines how Amazon AppFlow should format the flow output
|
|
3067
|
+
* data when Amazon S3 is used as the destination. </p>
|
|
3066
3068
|
*/
|
|
3067
3069
|
export interface S3OutputFormatConfig {
|
|
3068
3070
|
/**
|
|
3069
|
-
* <p> Indicates the file type that Amazon AppFlow places in the Amazon S3
|
|
3071
|
+
* <p> Indicates the file type that Amazon AppFlow places in the Amazon S3
|
|
3072
|
+
* bucket. </p>
|
|
3070
3073
|
*/
|
|
3071
3074
|
fileType?: FileType | string;
|
|
3072
3075
|
/**
|
|
3073
|
-
* <p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3
|
|
3074
|
-
* bucket. You can name folders according to the flow frequency and date. </p>
|
|
3076
|
+
* <p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. </p>
|
|
3075
3077
|
*/
|
|
3076
3078
|
prefixConfig?: PrefixConfig;
|
|
3077
3079
|
/**
|
|
@@ -3079,6 +3081,24 @@ export interface S3OutputFormatConfig {
|
|
|
3079
3081
|
* data. </p>
|
|
3080
3082
|
*/
|
|
3081
3083
|
aggregationConfig?: AggregationConfig;
|
|
3084
|
+
/**
|
|
3085
|
+
* <p>If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. </p>
|
|
3086
|
+
* <ul>
|
|
3087
|
+
* <li>
|
|
3088
|
+
* <p>
|
|
3089
|
+
* <code>true</code>: Amazon AppFlow preserves the data types when it writes to
|
|
3090
|
+
* Amazon S3. For example, an integer or <code>1</code> in your source data is
|
|
3091
|
+
* still an integer in your output.</p>
|
|
3092
|
+
* </li>
|
|
3093
|
+
* <li>
|
|
3094
|
+
* <p>
|
|
3095
|
+
* <code>false</code>: Amazon AppFlow converts all of the source data into strings
|
|
3096
|
+
* when it writes to Amazon S3. For example, an integer of <code>1</code> in your
|
|
3097
|
+
* source data becomes the string <code>"1"</code> in the output.</p>
|
|
3098
|
+
* </li>
|
|
3099
|
+
* </ul>
|
|
3100
|
+
*/
|
|
3101
|
+
preserveSourceDataTyping?: boolean;
|
|
3082
3102
|
}
|
|
3083
3103
|
export declare namespace S3OutputFormatConfig {
|
|
3084
3104
|
/**
|
|
@@ -3091,7 +3111,8 @@ export declare namespace S3OutputFormatConfig {
|
|
|
3091
3111
|
*/
|
|
3092
3112
|
export interface S3DestinationProperties {
|
|
3093
3113
|
/**
|
|
3094
|
-
* <p> The Amazon S3 bucket name in which Amazon AppFlow places the transferred
|
|
3114
|
+
* <p> The Amazon S3 bucket name in which Amazon AppFlow places the transferred
|
|
3115
|
+
* data. </p>
|
|
3095
3116
|
*/
|
|
3096
3117
|
bucketName: string | undefined;
|
|
3097
3118
|
/**
|
|
@@ -3100,8 +3121,8 @@ export interface S3DestinationProperties {
|
|
|
3100
3121
|
*/
|
|
3101
3122
|
bucketPrefix?: string;
|
|
3102
3123
|
/**
|
|
3103
|
-
* <p> The configuration that determines how Amazon AppFlow should format the flow output
|
|
3104
|
-
* when Amazon S3 is used as the destination. </p>
|
|
3124
|
+
* <p> The configuration that determines how Amazon AppFlow should format the flow output
|
|
3125
|
+
* data when Amazon S3 is used as the destination. </p>
|
|
3105
3126
|
*/
|
|
3106
3127
|
s3OutputFormatConfig?: S3OutputFormatConfig;
|
|
3107
3128
|
}
|
|
@@ -3120,15 +3141,15 @@ export interface SalesforceDestinationProperties {
|
|
|
3120
3141
|
*/
|
|
3121
3142
|
object: string | undefined;
|
|
3122
3143
|
/**
|
|
3123
|
-
* <p> The name of the field that Amazon AppFlow uses as an ID when performing a write
|
|
3124
|
-
* such as update or delete. </p>
|
|
3144
|
+
* <p> The name of the field that Amazon AppFlow uses as an ID when performing a write
|
|
3145
|
+
* operation such as update or delete. </p>
|
|
3125
3146
|
*/
|
|
3126
3147
|
idFieldNames?: string[];
|
|
3127
3148
|
/**
|
|
3128
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3129
|
-
* Salesforce destination. For example, this setting would determine if the flow should
|
|
3130
|
-
* after one insertion error, or continue and attempt to insert every record regardless of
|
|
3131
|
-
* initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
|
|
3149
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3150
|
+
* in the Salesforce destination. For example, this setting would determine if the flow should
|
|
3151
|
+
* fail after one insertion error, or continue and attempt to insert every record regardless of
|
|
3152
|
+
* the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
|
|
3132
3153
|
* details. </p>
|
|
3133
3154
|
*/
|
|
3134
3155
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
@@ -3145,11 +3166,10 @@ export declare namespace SalesforceDestinationProperties {
|
|
|
3145
3166
|
const filterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
|
|
3146
3167
|
}
|
|
3147
3168
|
/**
|
|
3148
|
-
* <p>Determines how Amazon AppFlow handles the success response that it gets
|
|
3149
|
-
*
|
|
3150
|
-
* <p>For example, this setting would determine
|
|
3151
|
-
*
|
|
3152
|
-
* operation.</p>
|
|
3169
|
+
* <p>Determines how Amazon AppFlow handles the success response that it gets from the
|
|
3170
|
+
* connector after placing data.</p>
|
|
3171
|
+
* <p>For example, this setting would determine where to write the response from the destination
|
|
3172
|
+
* connector upon a successful insert operation.</p>
|
|
3153
3173
|
*/
|
|
3154
3174
|
export interface SuccessResponseHandlingConfig {
|
|
3155
3175
|
/**
|
|
@@ -3176,8 +3196,8 @@ export interface SAPODataDestinationProperties {
|
|
|
3176
3196
|
*/
|
|
3177
3197
|
objectPath: string | undefined;
|
|
3178
3198
|
/**
|
|
3179
|
-
* <p>Determines how Amazon AppFlow handles the success response that it gets
|
|
3180
|
-
*
|
|
3199
|
+
* <p>Determines how Amazon AppFlow handles the success response that it gets from the
|
|
3200
|
+
* connector after placing data.</p>
|
|
3181
3201
|
* <p>For example, this setting would determine where to write the response from a destination
|
|
3182
3202
|
* connector upon a successful insert operation.</p>
|
|
3183
3203
|
*/
|
|
@@ -3188,9 +3208,9 @@ export interface SAPODataDestinationProperties {
|
|
|
3188
3208
|
*/
|
|
3189
3209
|
idFieldNames?: string[];
|
|
3190
3210
|
/**
|
|
3191
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3192
|
-
* destination. For example, this setting would determine if the flow should fail after
|
|
3193
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
3211
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3212
|
+
* in the destination. For example, this setting would determine if the flow should fail after
|
|
3213
|
+
* one insertion error, or continue and attempt to insert every record regardless of the initial
|
|
3194
3214
|
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
3195
3215
|
* </p>
|
|
3196
3216
|
*/
|
|
@@ -3216,7 +3236,8 @@ export interface SnowflakeDestinationProperties {
|
|
|
3216
3236
|
*/
|
|
3217
3237
|
object: string | undefined;
|
|
3218
3238
|
/**
|
|
3219
|
-
* <p> The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
|
|
3239
|
+
* <p> The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
|
|
3240
|
+
* </p>
|
|
3220
3241
|
*/
|
|
3221
3242
|
intermediateBucketName: string | undefined;
|
|
3222
3243
|
/**
|
|
@@ -3225,11 +3246,11 @@ export interface SnowflakeDestinationProperties {
|
|
|
3225
3246
|
*/
|
|
3226
3247
|
bucketPrefix?: string;
|
|
3227
3248
|
/**
|
|
3228
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3229
|
-
* Snowflake destination. For example, this setting would determine if the flow should
|
|
3230
|
-
* one insertion error, or continue and attempt to insert every record regardless of
|
|
3231
|
-
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
|
|
3232
|
-
*
|
|
3249
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3250
|
+
* in the Snowflake destination. For example, this setting would determine if the flow should
|
|
3251
|
+
* fail after one insertion error, or continue and attempt to insert every record regardless of
|
|
3252
|
+
* the initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
|
|
3253
|
+
* details. </p>
|
|
3233
3254
|
*/
|
|
3234
3255
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
3235
3256
|
}
|
|
@@ -3240,18 +3261,17 @@ export declare namespace SnowflakeDestinationProperties {
|
|
|
3240
3261
|
const filterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
|
|
3241
3262
|
}
|
|
3242
3263
|
/**
|
|
3243
|
-
* <p> The configuration that determines how Amazon AppFlow formats the flow output data
|
|
3244
|
-
* Upsolver is used as the destination. </p>
|
|
3264
|
+
* <p> The configuration that determines how Amazon AppFlow formats the flow output data
|
|
3265
|
+
* when Upsolver is used as the destination. </p>
|
|
3245
3266
|
*/
|
|
3246
3267
|
export interface UpsolverS3OutputFormatConfig {
|
|
3247
3268
|
/**
|
|
3248
|
-
* <p> Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
|
3249
|
-
* </p>
|
|
3269
|
+
* <p> Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. </p>
|
|
3250
3270
|
*/
|
|
3251
3271
|
fileType?: FileType | string;
|
|
3252
3272
|
/**
|
|
3253
|
-
* <p> Determines the prefix that Amazon AppFlow applies to the destination folder name.
|
|
3254
|
-
* name your destination folders according to the flow frequency and date. </p>
|
|
3273
|
+
* <p> Determines the prefix that Amazon AppFlow applies to the destination folder name.
|
|
3274
|
+
* You can name your destination folders according to the flow frequency and date. </p>
|
|
3255
3275
|
*/
|
|
3256
3276
|
prefixConfig: PrefixConfig | undefined;
|
|
3257
3277
|
/**
|
|
@@ -3271,13 +3291,12 @@ export declare namespace UpsolverS3OutputFormatConfig {
|
|
|
3271
3291
|
*/
|
|
3272
3292
|
export interface UpsolverDestinationProperties {
|
|
3273
3293
|
/**
|
|
3274
|
-
* <p> The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the
|
|
3275
|
-
*
|
|
3294
|
+
* <p> The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the
|
|
3295
|
+
* transferred data. </p>
|
|
3276
3296
|
*/
|
|
3277
3297
|
bucketName: string | undefined;
|
|
3278
3298
|
/**
|
|
3279
|
-
* <p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow
|
|
3280
|
-
* places the files. </p>
|
|
3299
|
+
* <p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files. </p>
|
|
3281
3300
|
*/
|
|
3282
3301
|
bucketPrefix?: string;
|
|
3283
3302
|
/**
|
|
@@ -3306,9 +3325,9 @@ export interface ZendeskDestinationProperties {
|
|
|
3306
3325
|
*/
|
|
3307
3326
|
idFieldNames?: string[];
|
|
3308
3327
|
/**
|
|
3309
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3310
|
-
* destination. For example, this setting would determine if the flow should fail after
|
|
3311
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
3328
|
+
* <p> The settings that determine how Amazon AppFlow handles an error when placing data
|
|
3329
|
+
* in the destination. For example, this setting would determine if the flow should fail after
|
|
3330
|
+
* one insertion error, or continue and attempt to insert every record regardless of the initial
|
|
3312
3331
|
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
3313
3332
|
* </p>
|
|
3314
3333
|
*/
|
|
@@ -3536,7 +3555,8 @@ export declare enum S3InputFileType {
|
|
|
3536
3555
|
JSON = "JSON"
|
|
3537
3556
|
}
|
|
3538
3557
|
/**
|
|
3539
|
-
* <p> When you use Amazon S3 as the source, the configuration format that you provide
|
|
3558
|
+
* <p> When you use Amazon S3 as the source, the configuration format that you provide
|
|
3559
|
+
* the flow input data. </p>
|
|
3540
3560
|
*/
|
|
3541
3561
|
export interface S3InputFormatConfig {
|
|
3542
3562
|
/**
|
|
@@ -3551,7 +3571,8 @@ export declare namespace S3InputFormatConfig {
|
|
|
3551
3571
|
const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
3552
3572
|
}
|
|
3553
3573
|
/**
|
|
3554
|
-
* <p> The properties that are applied when Amazon S3 is being used as the flow source.
|
|
3574
|
+
* <p> The properties that are applied when Amazon S3 is being used as the flow source.
|
|
3575
|
+
* </p>
|
|
3555
3576
|
*/
|
|
3556
3577
|
export interface S3SourceProperties {
|
|
3557
3578
|
/**
|
|
@@ -3559,11 +3580,13 @@ export interface S3SourceProperties {
|
|
|
3559
3580
|
*/
|
|
3560
3581
|
bucketName: string | undefined;
|
|
3561
3582
|
/**
|
|
3562
|
-
* <p> The object key for the Amazon S3 bucket in which the source files are stored.
|
|
3583
|
+
* <p> The object key for the Amazon S3 bucket in which the source files are stored.
|
|
3584
|
+
* </p>
|
|
3563
3585
|
*/
|
|
3564
3586
|
bucketPrefix?: string;
|
|
3565
3587
|
/**
|
|
3566
|
-
* <p> When you use Amazon S3 as the source, the configuration format that you provide
|
|
3588
|
+
* <p> When you use Amazon S3 as the source, the configuration format that you provide
|
|
3589
|
+
* the flow input data. </p>
|
|
3567
3590
|
*/
|
|
3568
3591
|
s3InputFormatConfig?: S3InputFormatConfig;
|
|
3569
3592
|
}
|
|
@@ -3914,16 +3937,22 @@ export interface ScheduledTriggerProperties {
|
|
|
3914
3937
|
*/
|
|
3915
3938
|
dataPullMode?: DataPullMode | string;
|
|
3916
3939
|
/**
|
|
3917
|
-
* <p>
|
|
3940
|
+
* <p>The time at which the scheduled flow starts. The time is formatted as a timestamp that
|
|
3941
|
+
* follows the ISO 8601 standard, such as <code>2022-04-26T13:00:00-07:00</code>.</p>
|
|
3918
3942
|
*/
|
|
3919
3943
|
scheduleStartTime?: Date;
|
|
3920
3944
|
/**
|
|
3921
|
-
* <p>
|
|
3945
|
+
* <p>The time at which the scheduled flow ends. The time is formatted as a timestamp that
|
|
3946
|
+
* follows the ISO 8601 standard, such as <code>2022-04-27T13:00:00-07:00</code>.</p>
|
|
3922
3947
|
*/
|
|
3923
3948
|
scheduleEndTime?: Date;
|
|
3924
3949
|
/**
|
|
3925
|
-
* <p>
|
|
3926
|
-
*
|
|
3950
|
+
* <p>Specifies the time zone used when referring to the dates and times of a scheduled flow,
|
|
3951
|
+
* such as <code>America/New_York</code>. This time zone is only a descriptive label. It doesn't affect how
|
|
3952
|
+
* Amazon AppFlow interprets the timestamps that you specify to schedule the flow.</p>
|
|
3953
|
+
* <p>If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC
|
|
3954
|
+
* offset in your timestamps. For example, the UTC offsets for the <code>America/New_York</code> timezone are
|
|
3955
|
+
* <code>-04:00</code> EDT and <code>-05:00 EST</code>.</p>
|
|
3927
3956
|
*/
|
|
3928
3957
|
timezone?: string;
|
|
3929
3958
|
/**
|
|
@@ -3936,6 +3965,11 @@ export interface ScheduledTriggerProperties {
|
|
|
3936
3965
|
* run. </p>
|
|
3937
3966
|
*/
|
|
3938
3967
|
firstExecutionFrom?: Date;
|
|
3968
|
+
/**
|
|
3969
|
+
* <p>Defines how many times a scheduled flow fails consecutively before Amazon AppFlow
|
|
3970
|
+
* deactivates it.</p>
|
|
3971
|
+
*/
|
|
3972
|
+
flowErrorDeactivationThreshold?: number;
|
|
3939
3973
|
}
|
|
3940
3974
|
export declare namespace ScheduledTriggerProperties {
|
|
3941
3975
|
/**
|
|
@@ -3961,8 +3995,8 @@ export declare namespace TriggerProperties {
|
|
|
3961
3995
|
const filterSensitiveLog: (obj: TriggerProperties) => any;
|
|
3962
3996
|
}
|
|
3963
3997
|
/**
|
|
3964
|
-
* <p> The trigger settings that determine how and when Amazon AppFlow runs the specified
|
|
3965
|
-
*
|
|
3998
|
+
* <p> The trigger settings that determine how and when Amazon AppFlow runs the specified
|
|
3999
|
+
* flow. </p>
|
|
3966
4000
|
*/
|
|
3967
4001
|
export interface TriggerConfig {
|
|
3968
4002
|
/**
|
|
@@ -3994,9 +4028,8 @@ export interface CreateFlowRequest {
|
|
|
3994
4028
|
description?: string;
|
|
3995
4029
|
/**
|
|
3996
4030
|
* <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
|
|
3997
|
-
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
|
|
3998
|
-
* you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
3999
|
-
* </p>
|
|
4031
|
+
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
|
|
4032
|
+
* key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>
|
|
4000
4033
|
*/
|
|
4001
4034
|
kmsArn?: string;
|
|
4002
4035
|
/**
|
|
@@ -4014,8 +4047,8 @@ export interface CreateFlowRequest {
|
|
|
4014
4047
|
*/
|
|
4015
4048
|
destinationFlowConfigList: DestinationFlowConfig[] | undefined;
|
|
4016
4049
|
/**
|
|
4017
|
-
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
|
|
4018
|
-
*
|
|
4050
|
+
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
|
|
4051
|
+
* flow run. </p>
|
|
4019
4052
|
*/
|
|
4020
4053
|
tasks: Task[] | undefined;
|
|
4021
4054
|
/**
|
|
@@ -4074,8 +4107,8 @@ export interface DeleteConnectorProfileRequest {
|
|
|
4074
4107
|
*/
|
|
4075
4108
|
connectorProfileName: string | undefined;
|
|
4076
4109
|
/**
|
|
4077
|
-
* <p> Indicates whether Amazon AppFlow should delete the profile, even if it is currently
|
|
4078
|
-
* use in one or more flows. </p>
|
|
4110
|
+
* <p> Indicates whether Amazon AppFlow should delete the profile, even if it is currently
|
|
4111
|
+
* in use in one or more flows. </p>
|
|
4079
4112
|
*/
|
|
4080
4113
|
forceDelete?: boolean;
|
|
4081
4114
|
}
|
|
@@ -4100,8 +4133,8 @@ export interface DeleteFlowRequest {
|
|
|
4100
4133
|
*/
|
|
4101
4134
|
flowName: string | undefined;
|
|
4102
4135
|
/**
|
|
4103
|
-
* <p> Indicates whether Amazon AppFlow should delete the flow, even if it is currently in
|
|
4104
|
-
*
|
|
4136
|
+
* <p> Indicates whether Amazon AppFlow should delete the flow, even if it is currently in
|
|
4137
|
+
* use. </p>
|
|
4105
4138
|
*/
|
|
4106
4139
|
forceDelete?: boolean;
|
|
4107
4140
|
}
|
|
@@ -4339,9 +4372,8 @@ export interface DescribeFlowResponse {
|
|
|
4339
4372
|
flowName?: string;
|
|
4340
4373
|
/**
|
|
4341
4374
|
* <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
|
|
4342
|
-
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
|
|
4343
|
-
* you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
4344
|
-
* </p>
|
|
4375
|
+
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS
|
|
4376
|
+
* key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. </p>
|
|
4345
4377
|
*/
|
|
4346
4378
|
kmsArn?: string;
|
|
4347
4379
|
/**
|
|
@@ -4359,8 +4391,8 @@ export interface DescribeFlowResponse {
|
|
|
4359
4391
|
*/
|
|
4360
4392
|
sourceFlowConfig?: SourceFlowConfig;
|
|
4361
4393
|
/**
|
|
4362
|
-
* <p> The configuration that controls how Amazon AppFlow transfers data to the
|
|
4363
|
-
* connector. </p>
|
|
4394
|
+
* <p> The configuration that controls how Amazon AppFlow transfers data to the
|
|
4395
|
+
* destination connector. </p>
|
|
4364
4396
|
*/
|
|
4365
4397
|
destinationFlowConfigList?: DestinationFlowConfig[];
|
|
4366
4398
|
/**
|
|
@@ -4372,8 +4404,8 @@ export interface DescribeFlowResponse {
|
|
|
4372
4404
|
*/
|
|
4373
4405
|
triggerConfig?: TriggerConfig;
|
|
4374
4406
|
/**
|
|
4375
|
-
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
|
|
4376
|
-
*
|
|
4407
|
+
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
|
|
4408
|
+
* flow run. </p>
|
|
4377
4409
|
*/
|
|
4378
4410
|
tasks?: Task[];
|
|
4379
4411
|
/**
|
|
@@ -4555,8 +4587,8 @@ export interface FlowDefinition {
|
|
|
4555
4587
|
*/
|
|
4556
4588
|
flowStatus?: FlowStatus | string;
|
|
4557
4589
|
/**
|
|
4558
|
-
* <p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude,
|
|
4559
|
-
*
|
|
4590
|
+
* <p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude,
|
|
4591
|
+
* and so on. </p>
|
|
4560
4592
|
*/
|
|
4561
4593
|
sourceConnectorType?: ConnectorType | string;
|
|
4562
4594
|
/**
|
|
@@ -4564,8 +4596,8 @@ export interface FlowDefinition {
|
|
|
4564
4596
|
*/
|
|
4565
4597
|
sourceConnectorLabel?: string;
|
|
4566
4598
|
/**
|
|
4567
|
-
* <p> Specifies the destination connector type, such as Salesforce, Amazon S3,
|
|
4568
|
-
* so on. </p>
|
|
4599
|
+
* <p> Specifies the destination connector type, such as Salesforce, Amazon S3,
|
|
4600
|
+
* Amplitude, and so on. </p>
|
|
4569
4601
|
*/
|
|
4570
4602
|
destinationConnectorType?: ConnectorType | string;
|
|
4571
4603
|
/**
|
|
@@ -4906,8 +4938,8 @@ export interface UnregisterConnectorRequest {
|
|
|
4906
4938
|
*/
|
|
4907
4939
|
connectorLabel: string | undefined;
|
|
4908
4940
|
/**
|
|
4909
|
-
* <p>Indicates whether Amazon AppFlow should unregister the connector, even if it is
|
|
4910
|
-
* in use in one or more connector profiles. The default value is false.</p>
|
|
4941
|
+
* <p>Indicates whether Amazon AppFlow should unregister the connector, even if it is
|
|
4942
|
+
* currently in use in one or more connector profiles. The default value is false.</p>
|
|
4911
4943
|
*/
|
|
4912
4944
|
forceDelete?: boolean;
|
|
4913
4945
|
}
|
|
@@ -5002,13 +5034,13 @@ export interface UpdateFlowRequest {
|
|
|
5002
5034
|
*/
|
|
5003
5035
|
sourceFlowConfig: SourceFlowConfig | undefined;
|
|
5004
5036
|
/**
|
|
5005
|
-
* <p> The configuration that controls how Amazon AppFlow transfers data to the
|
|
5006
|
-
* connector. </p>
|
|
5037
|
+
* <p> The configuration that controls how Amazon AppFlow transfers data to the
|
|
5038
|
+
* destination connector. </p>
|
|
5007
5039
|
*/
|
|
5008
5040
|
destinationFlowConfigList: DestinationFlowConfig[] | undefined;
|
|
5009
5041
|
/**
|
|
5010
|
-
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
|
|
5011
|
-
*
|
|
5042
|
+
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the
|
|
5043
|
+
* flow run. </p>
|
|
5012
5044
|
*/
|
|
5013
5045
|
tasks: Task[] | undefined;
|
|
5014
5046
|
}
|
|
@@ -1850,6 +1850,8 @@ export interface S3OutputFormatConfig {
|
|
|
1850
1850
|
prefixConfig?: PrefixConfig;
|
|
1851
1851
|
|
|
1852
1852
|
aggregationConfig?: AggregationConfig;
|
|
1853
|
+
|
|
1854
|
+
preserveSourceDataTyping?: boolean;
|
|
1853
1855
|
}
|
|
1854
1856
|
export declare namespace S3OutputFormatConfig {
|
|
1855
1857
|
|
|
@@ -2315,6 +2317,8 @@ export interface ScheduledTriggerProperties {
|
|
|
2315
2317
|
scheduleOffset?: number;
|
|
2316
2318
|
|
|
2317
2319
|
firstExecutionFrom?: Date;
|
|
2320
|
+
|
|
2321
|
+
flowErrorDeactivationThreshold?: number;
|
|
2318
2322
|
}
|
|
2319
2323
|
export declare namespace ScheduledTriggerProperties {
|
|
2320
2324
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appflow",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.101.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.100.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.100.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
36
|
"@aws-sdk/node-http-handler": "3.94.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
38
|
+
"@aws-sdk/smithy-client": "3.99.0",
|
|
39
39
|
"@aws-sdk/types": "3.78.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.78.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.99.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.99.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "3.80.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|