@aws-sdk/client-appflow 3.35.0 → 3.38.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 +48 -0
- package/dist-cjs/Appflow.js +0 -44
- package/dist-cjs/AppflowClient.js +0 -49
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +0 -28
- package/dist-cjs/commands/CreateFlowCommand.js +0 -28
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +0 -25
- package/dist-cjs/commands/DeleteFlowCommand.js +0 -27
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +0 -26
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +0 -29
- package/dist-cjs/commands/DescribeConnectorsCommand.js +0 -29
- package/dist-cjs/commands/DescribeFlowCommand.js +0 -25
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +0 -25
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +0 -28
- package/dist-cjs/commands/ListFlowsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/StartFlowCommand.js +0 -26
- package/dist-cjs/commands/StopFlowCommand.js +0 -27
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +0 -25
- package/dist-cjs/commands/UpdateFlowCommand.js +0 -25
- package/dist-cjs/commands/index.js +21 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -26
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +13 -486
- package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeConnectorsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListFlowsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +18 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Appflow.js +0 -1
- package/dist-es/AppflowClient.js +0 -1
- package/dist-es/commands/CreateConnectorProfileCommand.js +0 -1
- package/dist-es/commands/CreateFlowCommand.js +0 -1
- package/dist-es/commands/DeleteConnectorProfileCommand.js +0 -1
- package/dist-es/commands/DeleteFlowCommand.js +0 -1
- package/dist-es/commands/DescribeConnectorEntityCommand.js +0 -1
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +0 -1
- package/dist-es/commands/DescribeConnectorsCommand.js +0 -1
- package/dist-es/commands/DescribeFlowCommand.js +0 -1
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +0 -1
- package/dist-es/commands/ListConnectorEntitiesCommand.js +0 -1
- package/dist-es/commands/ListFlowsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/StartFlowCommand.js +0 -1
- package/dist-es/commands/StopFlowCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateConnectorProfileCommand.js +0 -1
- package/dist-es/commands/UpdateFlowCommand.js +0 -1
- package/dist-es/commands/index.js +18 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -26
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +9 -1
- package/dist-es/pagination/DescribeConnectorProfilesPaginator.js +0 -1
- package/dist-es/pagination/DescribeConnectorsPaginator.js +0 -1
- package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListFlowsPaginator.js +0 -1
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +16 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/models/models_0.d.ts +23 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/Appflow.d.ts +19 -120
- package/dist-types/ts3.4/AppflowClient.d.ts +24 -129
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +731 -2349
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Appflow.js.map +0 -1
- package/dist-cjs/AppflowClient.js.map +0 -1
- package/dist-cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFlowCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFlowCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectorsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFlowCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/ListFlowsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/StartFlowCommand.js.map +0 -1
- package/dist-cjs/commands/StopFlowCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateFlowCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListFlowsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Appflow.js.map +0 -1
- package/dist-es/AppflowClient.js.map +0 -1
- package/dist-es/commands/CreateConnectorProfileCommand.js.map +0 -1
- package/dist-es/commands/CreateFlowCommand.js.map +0 -1
- package/dist-es/commands/DeleteConnectorProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteFlowCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectorEntityCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectorProfilesCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectorsCommand.js.map +0 -1
- package/dist-es/commands/DescribeFlowCommand.js.map +0 -1
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
- package/dist-es/commands/ListConnectorEntitiesCommand.js.map +0 -1
- package/dist-es/commands/ListFlowsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/StartFlowCommand.js.map +0 -1
- package/dist-es/commands/StopFlowCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateConnectorProfileCommand.js.map +0 -1
- package/dist-es/commands/UpdateFlowCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeConnectorsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListFlowsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Appflow.ts +0 -664
- package/src/AppflowClient.ts +0 -354
- package/src/commands/CreateConnectorProfileCommand.ts +0 -98
- package/src/commands/CreateFlowCommand.ts +0 -98
- package/src/commands/DeleteConnectorProfileCommand.ts +0 -95
- package/src/commands/DeleteFlowCommand.ts +0 -97
- package/src/commands/DescribeConnectorEntityCommand.ts +0 -96
- package/src/commands/DescribeConnectorProfilesCommand.ts +0 -102
- package/src/commands/DescribeConnectorsCommand.ts +0 -99
- package/src/commands/DescribeFlowCommand.ts +0 -95
- package/src/commands/DescribeFlowExecutionRecordsCommand.ts +0 -100
- package/src/commands/ListConnectorEntitiesCommand.ts +0 -98
- package/src/commands/ListFlowsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/StartFlowCommand.ts +0 -96
- package/src/commands/StopFlowCommand.ts +0 -97
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateConnectorProfileCommand.ts +0 -95
- package/src/commands/UpdateFlowCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -26
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -5012
- package/src/pagination/DescribeConnectorProfilesPaginator.ts +0 -59
- package/src/pagination/DescribeConnectorsPaginator.ts +0 -58
- package/src/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListFlowsPaginator.ts +0 -55
- package/src/protocols/Aws_restJson1.ts +0 -5153
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -3,473 +3,286 @@ export declare enum AggregationType {
|
|
|
3
3
|
NONE = "None",
|
|
4
4
|
SINGLE_FILE = "SingleFile"
|
|
5
5
|
}
|
|
6
|
-
|
|
7
|
-
* <p> The aggregation settings that you can use to customize the output format of your flow
|
|
8
|
-
* data. </p>
|
|
9
|
-
*/
|
|
6
|
+
|
|
10
7
|
export interface AggregationConfig {
|
|
11
|
-
|
|
12
|
-
* <p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave
|
|
13
|
-
* them unaggregated. </p>
|
|
14
|
-
*/
|
|
8
|
+
|
|
15
9
|
aggregationType?: AggregationType | string;
|
|
16
10
|
}
|
|
17
11
|
export declare namespace AggregationConfig {
|
|
18
|
-
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
12
|
+
|
|
21
13
|
const filterSensitiveLog: (obj: AggregationConfig) => any;
|
|
22
14
|
}
|
|
23
15
|
export declare enum AmplitudeConnectorOperator {
|
|
24
16
|
BETWEEN = "BETWEEN"
|
|
25
17
|
}
|
|
26
|
-
|
|
27
|
-
* <p> The connector-specific credentials required when using Amplitude. </p>
|
|
28
|
-
*/
|
|
18
|
+
|
|
29
19
|
export interface AmplitudeConnectorProfileCredentials {
|
|
30
|
-
|
|
31
|
-
* <p> A unique alphanumeric identifier used to authenticate a user, developer, or calling
|
|
32
|
-
* program to your API. </p>
|
|
33
|
-
*/
|
|
20
|
+
|
|
34
21
|
apiKey: string | undefined;
|
|
35
|
-
|
|
36
|
-
* <p> The Secret Access Key portion of the credentials. </p>
|
|
37
|
-
*/
|
|
22
|
+
|
|
38
23
|
secretKey: string | undefined;
|
|
39
24
|
}
|
|
40
25
|
export declare namespace AmplitudeConnectorProfileCredentials {
|
|
41
|
-
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
26
|
+
|
|
44
27
|
const filterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
|
|
45
28
|
}
|
|
46
|
-
|
|
47
|
-
* <p> The connector-specific profile properties required when using Amplitude. </p>
|
|
48
|
-
*/
|
|
29
|
+
|
|
49
30
|
export interface AmplitudeConnectorProfileProperties {
|
|
50
31
|
}
|
|
51
32
|
export declare namespace AmplitudeConnectorProfileProperties {
|
|
52
|
-
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
33
|
+
|
|
55
34
|
const filterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
|
|
56
35
|
}
|
|
57
|
-
|
|
58
|
-
* <p> The connector metadata specific to Amplitude. </p>
|
|
59
|
-
*/
|
|
36
|
+
|
|
60
37
|
export interface AmplitudeMetadata {
|
|
61
38
|
}
|
|
62
39
|
export declare namespace AmplitudeMetadata {
|
|
63
|
-
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
40
|
+
|
|
66
41
|
const filterSensitiveLog: (obj: AmplitudeMetadata) => any;
|
|
67
42
|
}
|
|
68
|
-
|
|
69
|
-
* <p> The properties that are applied when Amplitude is being used as a source. </p>
|
|
70
|
-
*/
|
|
43
|
+
|
|
71
44
|
export interface AmplitudeSourceProperties {
|
|
72
|
-
|
|
73
|
-
* <p> The object specified in the Amplitude flow source. </p>
|
|
74
|
-
*/
|
|
45
|
+
|
|
75
46
|
object: string | undefined;
|
|
76
47
|
}
|
|
77
48
|
export declare namespace AmplitudeSourceProperties {
|
|
78
|
-
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
49
|
+
|
|
81
50
|
const filterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
|
|
82
51
|
}
|
|
83
|
-
|
|
84
|
-
* <p> The basic auth credentials required for basic authentication. </p>
|
|
85
|
-
*/
|
|
52
|
+
|
|
86
53
|
export interface BasicAuthCredentials {
|
|
87
|
-
|
|
88
|
-
* <p> The username to use to connect to a resource. </p>
|
|
89
|
-
*/
|
|
54
|
+
|
|
90
55
|
username: string | undefined;
|
|
91
|
-
|
|
92
|
-
* <p> The password to use to connect to a resource.</p>
|
|
93
|
-
*/
|
|
56
|
+
|
|
94
57
|
password: string | undefined;
|
|
95
58
|
}
|
|
96
59
|
export declare namespace BasicAuthCredentials {
|
|
97
|
-
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
60
|
+
|
|
100
61
|
const filterSensitiveLog: (obj: BasicAuthCredentials) => any;
|
|
101
62
|
}
|
|
102
|
-
|
|
103
|
-
* <p> There was a conflict when processing the request (for example, a flow with the given name
|
|
104
|
-
* already exists within the account. Check for conflicting resource names and try again. </p>
|
|
105
|
-
*/
|
|
63
|
+
|
|
106
64
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
107
65
|
name: "ConflictException";
|
|
108
66
|
$fault: "client";
|
|
109
67
|
message?: string;
|
|
110
68
|
}
|
|
111
69
|
export declare namespace ConflictException {
|
|
112
|
-
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
70
|
+
|
|
115
71
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
116
72
|
}
|
|
117
73
|
export declare enum ConnectionMode {
|
|
118
74
|
PRIVATE = "Private",
|
|
119
75
|
PUBLIC = "Public"
|
|
120
76
|
}
|
|
121
|
-
|
|
122
|
-
* <p> An error occurred when authenticating with the connector endpoint. </p>
|
|
123
|
-
*/
|
|
77
|
+
|
|
124
78
|
export interface ConnectorAuthenticationException extends __SmithyException, $MetadataBearer {
|
|
125
79
|
name: "ConnectorAuthenticationException";
|
|
126
80
|
$fault: "client";
|
|
127
81
|
message?: string;
|
|
128
82
|
}
|
|
129
83
|
export declare namespace ConnectorAuthenticationException {
|
|
130
|
-
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
84
|
+
|
|
133
85
|
const filterSensitiveLog: (obj: ConnectorAuthenticationException) => any;
|
|
134
86
|
}
|
|
135
|
-
|
|
136
|
-
* <p> The connector metadata specific to Amazon Connect Customer Profiles. </p>
|
|
137
|
-
*/
|
|
87
|
+
|
|
138
88
|
export interface CustomerProfilesMetadata {
|
|
139
89
|
}
|
|
140
90
|
export declare namespace CustomerProfilesMetadata {
|
|
141
|
-
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
91
|
+
|
|
144
92
|
const filterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
|
|
145
93
|
}
|
|
146
|
-
|
|
147
|
-
* <p> The connector metadata specific to Datadog. </p>
|
|
148
|
-
*/
|
|
94
|
+
|
|
149
95
|
export interface DatadogMetadata {
|
|
150
96
|
}
|
|
151
97
|
export declare namespace DatadogMetadata {
|
|
152
|
-
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
98
|
+
|
|
155
99
|
const filterSensitiveLog: (obj: DatadogMetadata) => any;
|
|
156
100
|
}
|
|
157
|
-
|
|
158
|
-
* <p> The connector metadata specific to Dynatrace. </p>
|
|
159
|
-
*/
|
|
101
|
+
|
|
160
102
|
export interface DynatraceMetadata {
|
|
161
103
|
}
|
|
162
104
|
export declare namespace DynatraceMetadata {
|
|
163
|
-
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
105
|
+
|
|
166
106
|
const filterSensitiveLog: (obj: DynatraceMetadata) => any;
|
|
167
107
|
}
|
|
168
|
-
|
|
169
|
-
* <p> The connector metadata specific to Amazon EventBridge. </p>
|
|
170
|
-
*/
|
|
108
|
+
|
|
171
109
|
export interface EventBridgeMetadata {
|
|
172
110
|
}
|
|
173
111
|
export declare namespace EventBridgeMetadata {
|
|
174
|
-
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
112
|
+
|
|
177
113
|
const filterSensitiveLog: (obj: EventBridgeMetadata) => any;
|
|
178
114
|
}
|
|
179
|
-
|
|
180
|
-
* <p> The connector metadata specific to Google Analytics. </p>
|
|
181
|
-
*/
|
|
115
|
+
|
|
182
116
|
export interface GoogleAnalyticsMetadata {
|
|
183
|
-
|
|
184
|
-
* <p> The desired authorization scope for the Google Analytics account. </p>
|
|
185
|
-
*/
|
|
117
|
+
|
|
186
118
|
oAuthScopes?: string[];
|
|
187
119
|
}
|
|
188
120
|
export declare namespace GoogleAnalyticsMetadata {
|
|
189
|
-
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
121
|
+
|
|
192
122
|
const filterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
|
|
193
123
|
}
|
|
194
|
-
|
|
195
|
-
* <p> The connector metadata specific to Amazon Honeycode. </p>
|
|
196
|
-
*/
|
|
124
|
+
|
|
197
125
|
export interface HoneycodeMetadata {
|
|
198
|
-
|
|
199
|
-
* <p> The desired authorization scope for the Amazon Honeycode account. </p>
|
|
200
|
-
*/
|
|
126
|
+
|
|
201
127
|
oAuthScopes?: string[];
|
|
202
128
|
}
|
|
203
129
|
export declare namespace HoneycodeMetadata {
|
|
204
|
-
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
130
|
+
|
|
207
131
|
const filterSensitiveLog: (obj: HoneycodeMetadata) => any;
|
|
208
132
|
}
|
|
209
|
-
|
|
210
|
-
* <p> The connector metadata specific to Infor Nexus. </p>
|
|
211
|
-
*/
|
|
133
|
+
|
|
212
134
|
export interface InforNexusMetadata {
|
|
213
135
|
}
|
|
214
136
|
export declare namespace InforNexusMetadata {
|
|
215
|
-
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
137
|
+
|
|
218
138
|
const filterSensitiveLog: (obj: InforNexusMetadata) => any;
|
|
219
139
|
}
|
|
220
|
-
|
|
221
|
-
* <p> The connector metadata specific to Marketo. </p>
|
|
222
|
-
*/
|
|
140
|
+
|
|
223
141
|
export interface MarketoMetadata {
|
|
224
142
|
}
|
|
225
143
|
export declare namespace MarketoMetadata {
|
|
226
|
-
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
144
|
+
|
|
229
145
|
const filterSensitiveLog: (obj: MarketoMetadata) => any;
|
|
230
146
|
}
|
|
231
|
-
|
|
232
|
-
* <p> The connector metadata specific to Amazon Redshift. </p>
|
|
233
|
-
*/
|
|
147
|
+
|
|
234
148
|
export interface RedshiftMetadata {
|
|
235
149
|
}
|
|
236
150
|
export declare namespace RedshiftMetadata {
|
|
237
|
-
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
151
|
+
|
|
240
152
|
const filterSensitiveLog: (obj: RedshiftMetadata) => any;
|
|
241
153
|
}
|
|
242
|
-
|
|
243
|
-
* <p> The connector metadata specific to Amazon S3. </p>
|
|
244
|
-
*/
|
|
154
|
+
|
|
245
155
|
export interface S3Metadata {
|
|
246
156
|
}
|
|
247
157
|
export declare namespace S3Metadata {
|
|
248
|
-
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
158
|
+
|
|
251
159
|
const filterSensitiveLog: (obj: S3Metadata) => any;
|
|
252
160
|
}
|
|
253
|
-
|
|
254
|
-
* <p> The connector metadata specific to Salesforce. </p>
|
|
255
|
-
*/
|
|
161
|
+
|
|
256
162
|
export interface SalesforceMetadata {
|
|
257
|
-
|
|
258
|
-
* <p> The desired authorization scope for the Salesforce account. </p>
|
|
259
|
-
*/
|
|
163
|
+
|
|
260
164
|
oAuthScopes?: string[];
|
|
261
165
|
}
|
|
262
166
|
export declare namespace SalesforceMetadata {
|
|
263
|
-
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
167
|
+
|
|
266
168
|
const filterSensitiveLog: (obj: SalesforceMetadata) => any;
|
|
267
169
|
}
|
|
268
|
-
|
|
269
|
-
* <p> The connector metadata specific to SAPOData. </p>
|
|
270
|
-
*/
|
|
170
|
+
|
|
271
171
|
export interface SAPODataMetadata {
|
|
272
172
|
}
|
|
273
173
|
export declare namespace SAPODataMetadata {
|
|
274
|
-
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
174
|
+
|
|
277
175
|
const filterSensitiveLog: (obj: SAPODataMetadata) => any;
|
|
278
176
|
}
|
|
279
|
-
|
|
280
|
-
* <p> The connector metadata specific to ServiceNow. </p>
|
|
281
|
-
*/
|
|
177
|
+
|
|
282
178
|
export interface ServiceNowMetadata {
|
|
283
179
|
}
|
|
284
180
|
export declare namespace ServiceNowMetadata {
|
|
285
|
-
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
181
|
+
|
|
288
182
|
const filterSensitiveLog: (obj: ServiceNowMetadata) => any;
|
|
289
183
|
}
|
|
290
|
-
|
|
291
|
-
* <p> The connector metadata specific to Singular. </p>
|
|
292
|
-
*/
|
|
184
|
+
|
|
293
185
|
export interface SingularMetadata {
|
|
294
186
|
}
|
|
295
187
|
export declare namespace SingularMetadata {
|
|
296
|
-
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
188
|
+
|
|
299
189
|
const filterSensitiveLog: (obj: SingularMetadata) => any;
|
|
300
190
|
}
|
|
301
|
-
|
|
302
|
-
* <p> The connector metadata specific to Slack. </p>
|
|
303
|
-
*/
|
|
191
|
+
|
|
304
192
|
export interface SlackMetadata {
|
|
305
|
-
|
|
306
|
-
* <p> The desired authorization scope for the Slack account. </p>
|
|
307
|
-
*/
|
|
193
|
+
|
|
308
194
|
oAuthScopes?: string[];
|
|
309
195
|
}
|
|
310
196
|
export declare namespace SlackMetadata {
|
|
311
|
-
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
197
|
+
|
|
314
198
|
const filterSensitiveLog: (obj: SlackMetadata) => any;
|
|
315
199
|
}
|
|
316
|
-
|
|
317
|
-
* <p> The connector metadata specific to Snowflake. </p>
|
|
318
|
-
*/
|
|
200
|
+
|
|
319
201
|
export interface SnowflakeMetadata {
|
|
320
|
-
|
|
321
|
-
* <p> Specifies the supported Amazon Web Services Regions when using Snowflake. </p>
|
|
322
|
-
*/
|
|
202
|
+
|
|
323
203
|
supportedRegions?: string[];
|
|
324
204
|
}
|
|
325
205
|
export declare namespace SnowflakeMetadata {
|
|
326
|
-
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
206
|
+
|
|
329
207
|
const filterSensitiveLog: (obj: SnowflakeMetadata) => any;
|
|
330
208
|
}
|
|
331
|
-
|
|
332
|
-
* <p> The connector metadata specific to Trend Micro. </p>
|
|
333
|
-
*/
|
|
209
|
+
|
|
334
210
|
export interface TrendmicroMetadata {
|
|
335
211
|
}
|
|
336
212
|
export declare namespace TrendmicroMetadata {
|
|
337
|
-
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
213
|
+
|
|
340
214
|
const filterSensitiveLog: (obj: TrendmicroMetadata) => any;
|
|
341
215
|
}
|
|
342
|
-
|
|
343
|
-
* <p> The connector metadata specific to Upsolver. </p>
|
|
344
|
-
*/
|
|
216
|
+
|
|
345
217
|
export interface UpsolverMetadata {
|
|
346
218
|
}
|
|
347
219
|
export declare namespace UpsolverMetadata {
|
|
348
|
-
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
220
|
+
|
|
351
221
|
const filterSensitiveLog: (obj: UpsolverMetadata) => any;
|
|
352
222
|
}
|
|
353
|
-
|
|
354
|
-
* <p> The connector metadata specific to Veeva. </p>
|
|
355
|
-
*/
|
|
223
|
+
|
|
356
224
|
export interface VeevaMetadata {
|
|
357
225
|
}
|
|
358
226
|
export declare namespace VeevaMetadata {
|
|
359
|
-
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
227
|
+
|
|
362
228
|
const filterSensitiveLog: (obj: VeevaMetadata) => any;
|
|
363
229
|
}
|
|
364
|
-
|
|
365
|
-
* <p> The connector metadata specific to Zendesk. </p>
|
|
366
|
-
*/
|
|
230
|
+
|
|
367
231
|
export interface ZendeskMetadata {
|
|
368
|
-
|
|
369
|
-
* <p> The desired authorization scope for the Zendesk account. </p>
|
|
370
|
-
*/
|
|
232
|
+
|
|
371
233
|
oAuthScopes?: string[];
|
|
372
234
|
}
|
|
373
235
|
export declare namespace ZendeskMetadata {
|
|
374
|
-
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
236
|
+
|
|
377
237
|
const filterSensitiveLog: (obj: ZendeskMetadata) => any;
|
|
378
238
|
}
|
|
379
|
-
|
|
380
|
-
* <p> A structure to specify connector-specific metadata such as <code>oAuthScopes</code>,
|
|
381
|
-
* <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>
|
|
382
|
-
*/
|
|
239
|
+
|
|
383
240
|
export interface ConnectorMetadata {
|
|
384
|
-
|
|
385
|
-
* <p> The connector metadata specific to Amplitude. </p>
|
|
386
|
-
*/
|
|
241
|
+
|
|
387
242
|
Amplitude?: AmplitudeMetadata;
|
|
388
|
-
|
|
389
|
-
* <p> The connector metadata specific to Datadog. </p>
|
|
390
|
-
*/
|
|
243
|
+
|
|
391
244
|
Datadog?: DatadogMetadata;
|
|
392
|
-
|
|
393
|
-
* <p> The connector metadata specific to Dynatrace. </p>
|
|
394
|
-
*/
|
|
245
|
+
|
|
395
246
|
Dynatrace?: DynatraceMetadata;
|
|
396
|
-
|
|
397
|
-
* <p> The connector metadata specific to Google Analytics. </p>
|
|
398
|
-
*/
|
|
247
|
+
|
|
399
248
|
GoogleAnalytics?: GoogleAnalyticsMetadata;
|
|
400
|
-
|
|
401
|
-
* <p> The connector metadata specific to Infor Nexus. </p>
|
|
402
|
-
*/
|
|
249
|
+
|
|
403
250
|
InforNexus?: InforNexusMetadata;
|
|
404
|
-
|
|
405
|
-
* <p> The connector metadata specific to Marketo. </p>
|
|
406
|
-
*/
|
|
251
|
+
|
|
407
252
|
Marketo?: MarketoMetadata;
|
|
408
|
-
|
|
409
|
-
* <p> The connector metadata specific to Amazon Redshift. </p>
|
|
410
|
-
*/
|
|
253
|
+
|
|
411
254
|
Redshift?: RedshiftMetadata;
|
|
412
|
-
|
|
413
|
-
* <p> The connector metadata specific to Amazon S3. </p>
|
|
414
|
-
*/
|
|
255
|
+
|
|
415
256
|
S3?: S3Metadata;
|
|
416
|
-
|
|
417
|
-
* <p> The connector metadata specific to Salesforce. </p>
|
|
418
|
-
*/
|
|
257
|
+
|
|
419
258
|
Salesforce?: SalesforceMetadata;
|
|
420
|
-
|
|
421
|
-
* <p> The connector metadata specific to ServiceNow. </p>
|
|
422
|
-
*/
|
|
259
|
+
|
|
423
260
|
ServiceNow?: ServiceNowMetadata;
|
|
424
|
-
|
|
425
|
-
* <p> The connector metadata specific to Singular. </p>
|
|
426
|
-
*/
|
|
261
|
+
|
|
427
262
|
Singular?: SingularMetadata;
|
|
428
|
-
|
|
429
|
-
* <p> The connector metadata specific to Slack. </p>
|
|
430
|
-
*/
|
|
263
|
+
|
|
431
264
|
Slack?: SlackMetadata;
|
|
432
|
-
|
|
433
|
-
* <p> The connector metadata specific to Snowflake. </p>
|
|
434
|
-
*/
|
|
265
|
+
|
|
435
266
|
Snowflake?: SnowflakeMetadata;
|
|
436
|
-
|
|
437
|
-
* <p> The connector metadata specific to Trend Micro. </p>
|
|
438
|
-
*/
|
|
267
|
+
|
|
439
268
|
Trendmicro?: TrendmicroMetadata;
|
|
440
|
-
|
|
441
|
-
* <p> The connector metadata specific to Veeva. </p>
|
|
442
|
-
*/
|
|
269
|
+
|
|
443
270
|
Veeva?: VeevaMetadata;
|
|
444
|
-
|
|
445
|
-
* <p> The connector metadata specific to Zendesk. </p>
|
|
446
|
-
*/
|
|
271
|
+
|
|
447
272
|
Zendesk?: ZendeskMetadata;
|
|
448
|
-
|
|
449
|
-
* <p> The connector metadata specific to Amazon EventBridge. </p>
|
|
450
|
-
*/
|
|
273
|
+
|
|
451
274
|
EventBridge?: EventBridgeMetadata;
|
|
452
|
-
|
|
453
|
-
* <p> The connector metadata specific to Upsolver. </p>
|
|
454
|
-
*/
|
|
275
|
+
|
|
455
276
|
Upsolver?: UpsolverMetadata;
|
|
456
|
-
|
|
457
|
-
* <p> The connector metadata specific to Amazon Connect Customer Profiles. </p>
|
|
458
|
-
*/
|
|
277
|
+
|
|
459
278
|
CustomerProfiles?: CustomerProfilesMetadata;
|
|
460
|
-
|
|
461
|
-
* <p> The connector metadata specific to Amazon Honeycode. </p>
|
|
462
|
-
*/
|
|
279
|
+
|
|
463
280
|
Honeycode?: HoneycodeMetadata;
|
|
464
|
-
|
|
465
|
-
* <p> The connector metadata specific to SAPOData. </p>
|
|
466
|
-
*/
|
|
281
|
+
|
|
467
282
|
SAPOData?: SAPODataMetadata;
|
|
468
283
|
}
|
|
469
284
|
export declare namespace ConnectorMetadata {
|
|
470
|
-
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
285
|
+
|
|
473
286
|
const filterSensitiveLog: (obj: ConnectorMetadata) => any;
|
|
474
287
|
}
|
|
475
288
|
export declare enum ConnectorType {
|
|
@@ -509,77 +322,40 @@ export declare enum TriggerType {
|
|
|
509
322
|
ONDEMAND = "OnDemand",
|
|
510
323
|
SCHEDULED = "Scheduled"
|
|
511
324
|
}
|
|
512
|
-
|
|
513
|
-
* <p> The configuration settings related to a given connector. </p>
|
|
514
|
-
*/
|
|
325
|
+
|
|
515
326
|
export interface ConnectorConfiguration {
|
|
516
|
-
|
|
517
|
-
* <p> Specifies whether the connector can be used as a source. </p>
|
|
518
|
-
*/
|
|
327
|
+
|
|
519
328
|
canUseAsSource?: boolean;
|
|
520
|
-
|
|
521
|
-
* <p> Specifies whether the connector can be used as a destination. </p>
|
|
522
|
-
*/
|
|
329
|
+
|
|
523
330
|
canUseAsDestination?: boolean;
|
|
524
|
-
|
|
525
|
-
* <p> Lists the connectors that are available for use as destinations. </p>
|
|
526
|
-
*/
|
|
331
|
+
|
|
527
332
|
supportedDestinationConnectors?: (ConnectorType | string)[];
|
|
528
|
-
|
|
529
|
-
* <p> Specifies the supported flow frequency for that connector. </p>
|
|
530
|
-
*/
|
|
333
|
+
|
|
531
334
|
supportedSchedulingFrequencies?: (ScheduleFrequencyType | string)[];
|
|
532
|
-
|
|
533
|
-
* <p> Specifies if PrivateLink is enabled for that connector. </p>
|
|
534
|
-
*/
|
|
335
|
+
|
|
535
336
|
isPrivateLinkEnabled?: boolean;
|
|
536
|
-
|
|
537
|
-
* <p> Specifies if a PrivateLink endpoint URL is required. </p>
|
|
538
|
-
*/
|
|
337
|
+
|
|
539
338
|
isPrivateLinkEndpointUrlRequired?: boolean;
|
|
540
|
-
|
|
541
|
-
* <p> Specifies the supported trigger types for the flow. </p>
|
|
542
|
-
*/
|
|
339
|
+
|
|
543
340
|
supportedTriggerTypes?: (TriggerType | string)[];
|
|
544
|
-
|
|
545
|
-
* <p> Specifies connector-specific metadata such as <code>oAuthScopes</code>,
|
|
546
|
-
* <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>
|
|
547
|
-
*/
|
|
341
|
+
|
|
548
342
|
connectorMetadata?: ConnectorMetadata;
|
|
549
343
|
}
|
|
550
344
|
export declare namespace ConnectorConfiguration {
|
|
551
|
-
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
345
|
+
|
|
554
346
|
const filterSensitiveLog: (obj: ConnectorConfiguration) => any;
|
|
555
347
|
}
|
|
556
|
-
|
|
557
|
-
* <p> The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce
|
|
558
|
-
* entity might be an <i>Account</i> or <i>Opportunity</i>, whereas a
|
|
559
|
-
* ServiceNow entity might be an <i>Incident</i>. </p>
|
|
560
|
-
*/
|
|
348
|
+
|
|
561
349
|
export interface ConnectorEntity {
|
|
562
|
-
|
|
563
|
-
* <p> The name of the connector entity. </p>
|
|
564
|
-
*/
|
|
350
|
+
|
|
565
351
|
name: string | undefined;
|
|
566
|
-
|
|
567
|
-
* <p> The label applied to the connector entity. </p>
|
|
568
|
-
*/
|
|
352
|
+
|
|
569
353
|
label?: string;
|
|
570
|
-
|
|
571
|
-
* <p> Specifies whether the connector entity is a parent or a category and has more entities
|
|
572
|
-
* nested underneath it. If another call is made with <code>entitiesPath =
|
|
573
|
-
* "the_current_entity_name_with_hasNestedEntities_true"</code>, then it returns the nested
|
|
574
|
-
* entities underneath it. This provides a way to retrieve all supported entities in a recursive
|
|
575
|
-
* fashion. </p>
|
|
576
|
-
*/
|
|
354
|
+
|
|
577
355
|
hasNestedEntities?: boolean;
|
|
578
356
|
}
|
|
579
357
|
export declare namespace ConnectorEntity {
|
|
580
|
-
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
358
|
+
|
|
583
359
|
const filterSensitiveLog: (obj: ConnectorEntity) => any;
|
|
584
360
|
}
|
|
585
361
|
export declare enum WriteOperationType {
|
|
@@ -587,60 +363,32 @@ export declare enum WriteOperationType {
|
|
|
587
363
|
UPDATE = "UPDATE",
|
|
588
364
|
UPSERT = "UPSERT"
|
|
589
365
|
}
|
|
590
|
-
|
|
591
|
-
* <p> The properties that can be applied to a field when connector is being used as a
|
|
592
|
-
* destination. </p>
|
|
593
|
-
*/
|
|
366
|
+
|
|
594
367
|
export interface DestinationFieldProperties {
|
|
595
|
-
|
|
596
|
-
* <p> Specifies if the destination field can be created by the current user. </p>
|
|
597
|
-
*/
|
|
368
|
+
|
|
598
369
|
isCreatable?: boolean;
|
|
599
|
-
|
|
600
|
-
* <p> Specifies if the destination field can have a null value. </p>
|
|
601
|
-
*/
|
|
370
|
+
|
|
602
371
|
isNullable?: boolean;
|
|
603
|
-
|
|
604
|
-
* <p> Specifies if the flow run can either insert new rows in the destination field if they do
|
|
605
|
-
* not already exist, or update them if they do. </p>
|
|
606
|
-
*/
|
|
372
|
+
|
|
607
373
|
isUpsertable?: boolean;
|
|
608
|
-
|
|
609
|
-
* <p> Specifies whether the field can be updated during an <code>UPDATE</code> or
|
|
610
|
-
* <code>UPSERT</code> write operation. </p>
|
|
611
|
-
*/
|
|
374
|
+
|
|
612
375
|
isUpdatable?: boolean;
|
|
613
|
-
|
|
614
|
-
* <p> A list of supported write operations. For each write operation listed, this field can be
|
|
615
|
-
* used in <code>idFieldNames</code> when that write operation is present as a destination
|
|
616
|
-
* option. </p>
|
|
617
|
-
*/
|
|
376
|
+
|
|
618
377
|
supportedWriteOperations?: (WriteOperationType | string)[];
|
|
619
378
|
}
|
|
620
379
|
export declare namespace DestinationFieldProperties {
|
|
621
|
-
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
380
|
+
|
|
624
381
|
const filterSensitiveLog: (obj: DestinationFieldProperties) => any;
|
|
625
382
|
}
|
|
626
|
-
|
|
627
|
-
* <p> The properties that can be applied to a field when the connector is being used as a
|
|
628
|
-
* source. </p>
|
|
629
|
-
*/
|
|
383
|
+
|
|
630
384
|
export interface SourceFieldProperties {
|
|
631
|
-
|
|
632
|
-
* <p> Indicates whether the field can be returned in a search result. </p>
|
|
633
|
-
*/
|
|
385
|
+
|
|
634
386
|
isRetrievable?: boolean;
|
|
635
|
-
|
|
636
|
-
* <p> Indicates if the field can be queried. </p>
|
|
637
|
-
*/
|
|
387
|
+
|
|
638
388
|
isQueryable?: boolean;
|
|
639
389
|
}
|
|
640
390
|
export declare namespace SourceFieldProperties {
|
|
641
|
-
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
391
|
+
|
|
644
392
|
const filterSensitiveLog: (obj: SourceFieldProperties) => any;
|
|
645
393
|
}
|
|
646
394
|
export declare enum Operator {
|
|
@@ -666,108 +414,56 @@ export declare enum Operator {
|
|
|
666
414
|
VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
|
|
667
415
|
VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
|
|
668
416
|
}
|
|
669
|
-
|
|
670
|
-
* <p> Contains details regarding the supported field type and the operators that can be applied
|
|
671
|
-
* for filtering. </p>
|
|
672
|
-
*/
|
|
417
|
+
|
|
673
418
|
export interface FieldTypeDetails {
|
|
674
|
-
|
|
675
|
-
* <p> The type of field, such as string, integer, date, and so on. </p>
|
|
676
|
-
*/
|
|
419
|
+
|
|
677
420
|
fieldType: string | undefined;
|
|
678
|
-
|
|
679
|
-
* <p> The list of operators supported by a field. </p>
|
|
680
|
-
*/
|
|
421
|
+
|
|
681
422
|
filterOperators: (Operator | string)[] | undefined;
|
|
682
|
-
|
|
683
|
-
* <p> The list of values that a field can contain. For example, a Boolean
|
|
684
|
-
* <code>fieldType</code> can have two values: "true" and "false". </p>
|
|
685
|
-
*/
|
|
423
|
+
|
|
686
424
|
supportedValues?: string[];
|
|
687
425
|
}
|
|
688
426
|
export declare namespace FieldTypeDetails {
|
|
689
|
-
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
427
|
+
|
|
692
428
|
const filterSensitiveLog: (obj: FieldTypeDetails) => any;
|
|
693
429
|
}
|
|
694
|
-
|
|
695
|
-
* <p> Contains details regarding all the supported <code>FieldTypes</code> and their
|
|
696
|
-
* corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>
|
|
697
|
-
*/
|
|
430
|
+
|
|
698
431
|
export interface SupportedFieldTypeDetails {
|
|
699
|
-
|
|
700
|
-
* <p> The initial supported version for <code>fieldType</code>. If this is later changed to a
|
|
701
|
-
* different version, v2 will be introduced. </p>
|
|
702
|
-
*/
|
|
432
|
+
|
|
703
433
|
v1: FieldTypeDetails | undefined;
|
|
704
434
|
}
|
|
705
435
|
export declare namespace SupportedFieldTypeDetails {
|
|
706
|
-
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
436
|
+
|
|
709
437
|
const filterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
|
|
710
438
|
}
|
|
711
|
-
|
|
712
|
-
* <p> Describes the data model of a connector field. For example, for an
|
|
713
|
-
* <i>account</i> entity, the fields would be <i>account name</i>,
|
|
714
|
-
* <i>account ID</i>, and so on. </p>
|
|
715
|
-
*/
|
|
439
|
+
|
|
716
440
|
export interface ConnectorEntityField {
|
|
717
|
-
|
|
718
|
-
* <p> The unique identifier of the connector field. </p>
|
|
719
|
-
*/
|
|
441
|
+
|
|
720
442
|
identifier: string | undefined;
|
|
721
|
-
|
|
722
|
-
* <p> The label applied to a connector entity field. </p>
|
|
723
|
-
*/
|
|
443
|
+
|
|
724
444
|
label?: string;
|
|
725
|
-
|
|
726
|
-
* <p> Contains details regarding the supported <code>FieldType</code>, including the
|
|
727
|
-
* corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>
|
|
728
|
-
*/
|
|
445
|
+
|
|
729
446
|
supportedFieldTypeDetails?: SupportedFieldTypeDetails;
|
|
730
|
-
|
|
731
|
-
* <p> A description of the connector entity field. </p>
|
|
732
|
-
*/
|
|
447
|
+
|
|
733
448
|
description?: string;
|
|
734
|
-
|
|
735
|
-
* <p> The properties that can be applied to a field when the connector is being used as a
|
|
736
|
-
* source. </p>
|
|
737
|
-
*/
|
|
449
|
+
|
|
738
450
|
sourceProperties?: SourceFieldProperties;
|
|
739
|
-
|
|
740
|
-
* <p> The properties applied to a field when the connector is being used as a destination.
|
|
741
|
-
* </p>
|
|
742
|
-
*/
|
|
451
|
+
|
|
743
452
|
destinationProperties?: DestinationFieldProperties;
|
|
744
453
|
}
|
|
745
454
|
export declare namespace ConnectorEntityField {
|
|
746
|
-
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
455
|
+
|
|
749
456
|
const filterSensitiveLog: (obj: ConnectorEntityField) => any;
|
|
750
457
|
}
|
|
751
|
-
|
|
752
|
-
* <p> Used by select connectors for which the OAuth workflow is supported, such as Salesforce,
|
|
753
|
-
* Google Analytics, Marketo, Zendesk, and Slack. </p>
|
|
754
|
-
*/
|
|
458
|
+
|
|
755
459
|
export interface ConnectorOAuthRequest {
|
|
756
|
-
|
|
757
|
-
* <p> The code provided by the connector when it has been authenticated via the connected app.
|
|
758
|
-
* </p>
|
|
759
|
-
*/
|
|
460
|
+
|
|
760
461
|
authCode?: string;
|
|
761
|
-
|
|
762
|
-
* <p> The URL to which the authentication server redirects the browser after authorization has
|
|
763
|
-
* been granted. </p>
|
|
764
|
-
*/
|
|
462
|
+
|
|
765
463
|
redirectUri?: string;
|
|
766
464
|
}
|
|
767
465
|
export declare namespace ConnectorOAuthRequest {
|
|
768
|
-
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
466
|
+
|
|
771
467
|
const filterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
|
|
772
468
|
}
|
|
773
469
|
export declare enum DatadogConnectorOperator {
|
|
@@ -1026,471 +722,263 @@ export declare enum ZendeskConnectorOperator {
|
|
|
1026
722
|
VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
|
|
1027
723
|
VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
|
|
1028
724
|
}
|
|
1029
|
-
|
|
1030
|
-
* <p> The operation to be performed on the provided source fields. </p>
|
|
1031
|
-
*/
|
|
725
|
+
|
|
1032
726
|
export interface ConnectorOperator {
|
|
1033
|
-
|
|
1034
|
-
* <p> The operation to be performed on the provided Amplitude source fields. </p>
|
|
1035
|
-
*/
|
|
727
|
+
|
|
1036
728
|
Amplitude?: AmplitudeConnectorOperator | string;
|
|
1037
|
-
|
|
1038
|
-
* <p> The operation to be performed on the provided Datadog source fields. </p>
|
|
1039
|
-
*/
|
|
729
|
+
|
|
1040
730
|
Datadog?: DatadogConnectorOperator | string;
|
|
1041
|
-
|
|
1042
|
-
* <p> The operation to be performed on the provided Dynatrace source fields. </p>
|
|
1043
|
-
*/
|
|
731
|
+
|
|
1044
732
|
Dynatrace?: DynatraceConnectorOperator | string;
|
|
1045
|
-
|
|
1046
|
-
* <p> The operation to be performed on the provided Google Analytics source fields. </p>
|
|
1047
|
-
*/
|
|
733
|
+
|
|
1048
734
|
GoogleAnalytics?: GoogleAnalyticsConnectorOperator | string;
|
|
1049
|
-
|
|
1050
|
-
* <p> The operation to be performed on the provided Infor Nexus source fields. </p>
|
|
1051
|
-
*/
|
|
735
|
+
|
|
1052
736
|
InforNexus?: InforNexusConnectorOperator | string;
|
|
1053
|
-
|
|
1054
|
-
* <p> The operation to be performed on the provided Marketo source fields. </p>
|
|
1055
|
-
*/
|
|
737
|
+
|
|
1056
738
|
Marketo?: MarketoConnectorOperator | string;
|
|
1057
|
-
|
|
1058
|
-
* <p> The operation to be performed on the provided Amazon S3 source fields. </p>
|
|
1059
|
-
*/
|
|
739
|
+
|
|
1060
740
|
S3?: S3ConnectorOperator | string;
|
|
1061
|
-
|
|
1062
|
-
* <p> The operation to be performed on the provided Salesforce source fields. </p>
|
|
1063
|
-
*/
|
|
741
|
+
|
|
1064
742
|
Salesforce?: SalesforceConnectorOperator | string;
|
|
1065
|
-
|
|
1066
|
-
* <p> The operation to be performed on the provided ServiceNow source fields. </p>
|
|
1067
|
-
*/
|
|
743
|
+
|
|
1068
744
|
ServiceNow?: ServiceNowConnectorOperator | string;
|
|
1069
|
-
|
|
1070
|
-
* <p> The operation to be performed on the provided Singular source fields. </p>
|
|
1071
|
-
*/
|
|
745
|
+
|
|
1072
746
|
Singular?: SingularConnectorOperator | string;
|
|
1073
|
-
|
|
1074
|
-
* <p> The operation to be performed on the provided Slack source fields. </p>
|
|
1075
|
-
*/
|
|
747
|
+
|
|
1076
748
|
Slack?: SlackConnectorOperator | string;
|
|
1077
|
-
|
|
1078
|
-
* <p> The operation to be performed on the provided Trend Micro source fields. </p>
|
|
1079
|
-
*/
|
|
749
|
+
|
|
1080
750
|
Trendmicro?: TrendmicroConnectorOperator | string;
|
|
1081
|
-
|
|
1082
|
-
* <p> The operation to be performed on the provided Veeva source fields. </p>
|
|
1083
|
-
*/
|
|
751
|
+
|
|
1084
752
|
Veeva?: VeevaConnectorOperator | string;
|
|
1085
|
-
|
|
1086
|
-
* <p> The operation to be performed on the provided Zendesk source fields. </p>
|
|
1087
|
-
*/
|
|
753
|
+
|
|
1088
754
|
Zendesk?: ZendeskConnectorOperator | string;
|
|
1089
|
-
|
|
1090
|
-
* <p> The operation to be performed on the provided SAPOData source fields. </p>
|
|
1091
|
-
*/
|
|
755
|
+
|
|
1092
756
|
SAPOData?: SAPODataConnectorOperator | string;
|
|
1093
757
|
}
|
|
1094
758
|
export declare namespace ConnectorOperator {
|
|
1095
|
-
|
|
1096
|
-
* @internal
|
|
1097
|
-
*/
|
|
759
|
+
|
|
1098
760
|
const filterSensitiveLog: (obj: ConnectorOperator) => any;
|
|
1099
761
|
}
|
|
1100
|
-
|
|
1101
|
-
* <p> The connector-specific profile properties required by Datadog. </p>
|
|
1102
|
-
*/
|
|
762
|
+
|
|
1103
763
|
export interface DatadogConnectorProfileProperties {
|
|
1104
|
-
|
|
1105
|
-
* <p> The location of the Datadog resource. </p>
|
|
1106
|
-
*/
|
|
764
|
+
|
|
1107
765
|
instanceUrl: string | undefined;
|
|
1108
766
|
}
|
|
1109
767
|
export declare namespace DatadogConnectorProfileProperties {
|
|
1110
|
-
|
|
1111
|
-
* @internal
|
|
1112
|
-
*/
|
|
768
|
+
|
|
1113
769
|
const filterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
|
|
1114
770
|
}
|
|
1115
|
-
|
|
1116
|
-
* <p> The connector-specific profile properties required by Dynatrace. </p>
|
|
1117
|
-
*/
|
|
771
|
+
|
|
1118
772
|
export interface DynatraceConnectorProfileProperties {
|
|
1119
|
-
|
|
1120
|
-
* <p> The location of the Dynatrace resource. </p>
|
|
1121
|
-
*/
|
|
773
|
+
|
|
1122
774
|
instanceUrl: string | undefined;
|
|
1123
775
|
}
|
|
1124
776
|
export declare namespace DynatraceConnectorProfileProperties {
|
|
1125
|
-
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
777
|
+
|
|
1128
778
|
const filterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
|
|
1129
779
|
}
|
|
1130
|
-
|
|
1131
|
-
* <p> The connector-specific profile properties required by Google Analytics. </p>
|
|
1132
|
-
*/
|
|
780
|
+
|
|
1133
781
|
export interface GoogleAnalyticsConnectorProfileProperties {
|
|
1134
782
|
}
|
|
1135
783
|
export declare namespace GoogleAnalyticsConnectorProfileProperties {
|
|
1136
|
-
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
784
|
+
|
|
1139
785
|
const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
|
|
1140
786
|
}
|
|
1141
|
-
|
|
1142
|
-
* <p> The connector-specific properties required when using Amazon Honeycode. </p>
|
|
1143
|
-
*/
|
|
787
|
+
|
|
1144
788
|
export interface HoneycodeConnectorProfileProperties {
|
|
1145
789
|
}
|
|
1146
790
|
export declare namespace HoneycodeConnectorProfileProperties {
|
|
1147
|
-
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
791
|
+
|
|
1150
792
|
const filterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
|
|
1151
793
|
}
|
|
1152
|
-
|
|
1153
|
-
* <p> The connector-specific profile properties required by Infor Nexus. </p>
|
|
1154
|
-
*/
|
|
794
|
+
|
|
1155
795
|
export interface InforNexusConnectorProfileProperties {
|
|
1156
|
-
|
|
1157
|
-
* <p> The location of the Infor Nexus resource. </p>
|
|
1158
|
-
*/
|
|
796
|
+
|
|
1159
797
|
instanceUrl: string | undefined;
|
|
1160
798
|
}
|
|
1161
799
|
export declare namespace InforNexusConnectorProfileProperties {
|
|
1162
|
-
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
800
|
+
|
|
1165
801
|
const filterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
|
|
1166
802
|
}
|
|
1167
|
-
|
|
1168
|
-
* <p> The connector-specific profile properties required when using Marketo. </p>
|
|
1169
|
-
*/
|
|
803
|
+
|
|
1170
804
|
export interface MarketoConnectorProfileProperties {
|
|
1171
|
-
|
|
1172
|
-
* <p> The location of the Marketo resource. </p>
|
|
1173
|
-
*/
|
|
805
|
+
|
|
1174
806
|
instanceUrl: string | undefined;
|
|
1175
807
|
}
|
|
1176
808
|
export declare namespace MarketoConnectorProfileProperties {
|
|
1177
|
-
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
809
|
+
|
|
1180
810
|
const filterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
|
|
1181
811
|
}
|
|
1182
|
-
|
|
1183
|
-
* <p> The connector-specific profile properties when using Amazon Redshift. </p>
|
|
1184
|
-
*/
|
|
812
|
+
|
|
1185
813
|
export interface RedshiftConnectorProfileProperties {
|
|
1186
|
-
|
|
1187
|
-
* <p> The JDBC URL of the Amazon Redshift cluster. </p>
|
|
1188
|
-
*/
|
|
814
|
+
|
|
1189
815
|
databaseUrl: string | undefined;
|
|
1190
|
-
|
|
1191
|
-
* <p> A name for the associated Amazon S3 bucket. </p>
|
|
1192
|
-
*/
|
|
816
|
+
|
|
1193
817
|
bucketName: string | undefined;
|
|
1194
|
-
|
|
1195
|
-
* <p> The object key for the destination bucket in which Amazon AppFlow places the files.
|
|
1196
|
-
* </p>
|
|
1197
|
-
*/
|
|
818
|
+
|
|
1198
819
|
bucketPrefix?: string;
|
|
1199
|
-
|
|
1200
|
-
* <p> The Amazon Resource Name (ARN) of the IAM role. </p>
|
|
1201
|
-
*/
|
|
820
|
+
|
|
1202
821
|
roleArn: string | undefined;
|
|
1203
822
|
}
|
|
1204
823
|
export declare namespace RedshiftConnectorProfileProperties {
|
|
1205
|
-
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
824
|
+
|
|
1208
825
|
const filterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
|
|
1209
826
|
}
|
|
1210
|
-
|
|
1211
|
-
* <p> The connector-specific profile properties required when using Salesforce. </p>
|
|
1212
|
-
*/
|
|
827
|
+
|
|
1213
828
|
export interface SalesforceConnectorProfileProperties {
|
|
1214
|
-
|
|
1215
|
-
* <p> The location of the Salesforce resource. </p>
|
|
1216
|
-
*/
|
|
829
|
+
|
|
1217
830
|
instanceUrl?: string;
|
|
1218
|
-
|
|
1219
|
-
* <p> Indicates whether the connector profile applies to a sandbox or production environment.
|
|
1220
|
-
* </p>
|
|
1221
|
-
*/
|
|
831
|
+
|
|
1222
832
|
isSandboxEnvironment?: boolean;
|
|
1223
833
|
}
|
|
1224
834
|
export declare namespace SalesforceConnectorProfileProperties {
|
|
1225
|
-
|
|
1226
|
-
* @internal
|
|
1227
|
-
*/
|
|
835
|
+
|
|
1228
836
|
const filterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
|
|
1229
837
|
}
|
|
1230
|
-
|
|
1231
|
-
* <p> The OAuth properties required for OAuth type authentication. </p>
|
|
1232
|
-
*/
|
|
838
|
+
|
|
1233
839
|
export interface OAuthProperties {
|
|
1234
|
-
|
|
1235
|
-
* <p> The token url required to fetch access/refresh tokens using authorization code and also to refresh expired
|
|
1236
|
-
* access token using refresh token.</p>
|
|
1237
|
-
*/
|
|
840
|
+
|
|
1238
841
|
tokenUrl: string | undefined;
|
|
1239
|
-
|
|
1240
|
-
* <p> The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type
|
|
1241
|
-
* authentication. </p>
|
|
1242
|
-
*/
|
|
842
|
+
|
|
1243
843
|
authCodeUrl: string | undefined;
|
|
1244
|
-
|
|
1245
|
-
* <p> The OAuth scopes required for OAuth type authentication. </p>
|
|
1246
|
-
*/
|
|
844
|
+
|
|
1247
845
|
oAuthScopes: string[] | undefined;
|
|
1248
846
|
}
|
|
1249
847
|
export declare namespace OAuthProperties {
|
|
1250
|
-
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
848
|
+
|
|
1253
849
|
const filterSensitiveLog: (obj: OAuthProperties) => any;
|
|
1254
850
|
}
|
|
1255
|
-
|
|
1256
|
-
* <p> The connector-specific profile properties required when using SAPOData. </p>
|
|
1257
|
-
*/
|
|
851
|
+
|
|
1258
852
|
export interface SAPODataConnectorProfileProperties {
|
|
1259
|
-
|
|
1260
|
-
* <p> The location of the SAPOData resource. </p>
|
|
1261
|
-
*/
|
|
853
|
+
|
|
1262
854
|
applicationHostUrl: string | undefined;
|
|
1263
|
-
|
|
1264
|
-
* <p> The application path to catalog service. </p>
|
|
1265
|
-
*/
|
|
855
|
+
|
|
1266
856
|
applicationServicePath: string | undefined;
|
|
1267
|
-
|
|
1268
|
-
* <p> The port number of the SAPOData instance. </p>
|
|
1269
|
-
*/
|
|
857
|
+
|
|
1270
858
|
portNumber: number | undefined;
|
|
1271
|
-
|
|
1272
|
-
* <p> The client number for the client creating the connection. </p>
|
|
1273
|
-
*/
|
|
859
|
+
|
|
1274
860
|
clientNumber: string | undefined;
|
|
1275
|
-
|
|
1276
|
-
* <p> The logon language of SAPOData instance. </p>
|
|
1277
|
-
*/
|
|
861
|
+
|
|
1278
862
|
logonLanguage?: string;
|
|
1279
|
-
|
|
1280
|
-
* <p> The SAPOData Private Link service name to be used for private data transfers. </p>
|
|
1281
|
-
*/
|
|
863
|
+
|
|
1282
864
|
privateLinkServiceName?: string;
|
|
1283
|
-
|
|
1284
|
-
* <p> The SAPOData OAuth properties required for OAuth type authentication. </p>
|
|
1285
|
-
*/
|
|
865
|
+
|
|
1286
866
|
oAuthProperties?: OAuthProperties;
|
|
1287
867
|
}
|
|
1288
868
|
export declare namespace SAPODataConnectorProfileProperties {
|
|
1289
|
-
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
869
|
+
|
|
1292
870
|
const filterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
|
|
1293
871
|
}
|
|
1294
|
-
|
|
1295
|
-
* <p> The connector-specific profile properties required when using ServiceNow. </p>
|
|
1296
|
-
*/
|
|
872
|
+
|
|
1297
873
|
export interface ServiceNowConnectorProfileProperties {
|
|
1298
|
-
|
|
1299
|
-
* <p> The location of the ServiceNow resource. </p>
|
|
1300
|
-
*/
|
|
874
|
+
|
|
1301
875
|
instanceUrl: string | undefined;
|
|
1302
876
|
}
|
|
1303
877
|
export declare namespace ServiceNowConnectorProfileProperties {
|
|
1304
|
-
|
|
1305
|
-
* @internal
|
|
1306
|
-
*/
|
|
878
|
+
|
|
1307
879
|
const filterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
|
|
1308
880
|
}
|
|
1309
|
-
|
|
1310
|
-
* <p> The connector-specific profile properties required when using Singular. </p>
|
|
1311
|
-
*/
|
|
881
|
+
|
|
1312
882
|
export interface SingularConnectorProfileProperties {
|
|
1313
883
|
}
|
|
1314
884
|
export declare namespace SingularConnectorProfileProperties {
|
|
1315
|
-
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
885
|
+
|
|
1318
886
|
const filterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
|
|
1319
887
|
}
|
|
1320
|
-
|
|
1321
|
-
* <p> The connector-specific profile properties required when using Slack. </p>
|
|
1322
|
-
*/
|
|
888
|
+
|
|
1323
889
|
export interface SlackConnectorProfileProperties {
|
|
1324
|
-
|
|
1325
|
-
* <p> The location of the Slack resource. </p>
|
|
1326
|
-
*/
|
|
890
|
+
|
|
1327
891
|
instanceUrl: string | undefined;
|
|
1328
892
|
}
|
|
1329
893
|
export declare namespace SlackConnectorProfileProperties {
|
|
1330
|
-
|
|
1331
|
-
* @internal
|
|
1332
|
-
*/
|
|
894
|
+
|
|
1333
895
|
const filterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
|
|
1334
896
|
}
|
|
1335
|
-
|
|
1336
|
-
* <p> The connector-specific profile properties required when using Snowflake. </p>
|
|
1337
|
-
*/
|
|
897
|
+
|
|
1338
898
|
export interface SnowflakeConnectorProfileProperties {
|
|
1339
|
-
|
|
1340
|
-
* <p> The name of the Snowflake warehouse. </p>
|
|
1341
|
-
*/
|
|
899
|
+
|
|
1342
900
|
warehouse: string | undefined;
|
|
1343
|
-
|
|
1344
|
-
* <p> The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in
|
|
1345
|
-
* the Snowflake account. This is written in the following format: < Database><
|
|
1346
|
-
* Schema><Stage Name>. </p>
|
|
1347
|
-
*/
|
|
901
|
+
|
|
1348
902
|
stage: string | undefined;
|
|
1349
|
-
|
|
1350
|
-
* <p> The name of the Amazon S3 bucket associated with Snowflake. </p>
|
|
1351
|
-
*/
|
|
903
|
+
|
|
1352
904
|
bucketName: string | undefined;
|
|
1353
|
-
|
|
1354
|
-
* <p> The bucket path that refers to the Amazon S3 bucket associated with Snowflake. </p>
|
|
1355
|
-
*/
|
|
905
|
+
|
|
1356
906
|
bucketPrefix?: string;
|
|
1357
|
-
|
|
1358
|
-
* <p> The Snowflake Private Link service name to be used for private data transfers. </p>
|
|
1359
|
-
*/
|
|
907
|
+
|
|
1360
908
|
privateLinkServiceName?: string;
|
|
1361
|
-
|
|
1362
|
-
* <p> The name of the account. </p>
|
|
1363
|
-
*/
|
|
909
|
+
|
|
1364
910
|
accountName?: string;
|
|
1365
|
-
|
|
1366
|
-
* <p> The Amazon Web Services Region of the Snowflake account. </p>
|
|
1367
|
-
*/
|
|
911
|
+
|
|
1368
912
|
region?: string;
|
|
1369
913
|
}
|
|
1370
914
|
export declare namespace SnowflakeConnectorProfileProperties {
|
|
1371
|
-
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
915
|
+
|
|
1374
916
|
const filterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
|
|
1375
917
|
}
|
|
1376
|
-
|
|
1377
|
-
* <p> The connector-specific profile properties required when using Trend Micro. </p>
|
|
1378
|
-
*/
|
|
918
|
+
|
|
1379
919
|
export interface TrendmicroConnectorProfileProperties {
|
|
1380
920
|
}
|
|
1381
921
|
export declare namespace TrendmicroConnectorProfileProperties {
|
|
1382
|
-
|
|
1383
|
-
* @internal
|
|
1384
|
-
*/
|
|
922
|
+
|
|
1385
923
|
const filterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
|
|
1386
924
|
}
|
|
1387
|
-
|
|
1388
|
-
* <p> The connector-specific profile properties required when using Veeva. </p>
|
|
1389
|
-
*/
|
|
925
|
+
|
|
1390
926
|
export interface VeevaConnectorProfileProperties {
|
|
1391
|
-
|
|
1392
|
-
* <p> The location of the Veeva resource. </p>
|
|
1393
|
-
*/
|
|
927
|
+
|
|
1394
928
|
instanceUrl: string | undefined;
|
|
1395
929
|
}
|
|
1396
930
|
export declare namespace VeevaConnectorProfileProperties {
|
|
1397
|
-
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
931
|
+
|
|
1400
932
|
const filterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
|
|
1401
933
|
}
|
|
1402
|
-
|
|
1403
|
-
* <p> The connector-specific profile properties required when using Zendesk. </p>
|
|
1404
|
-
*/
|
|
934
|
+
|
|
1405
935
|
export interface ZendeskConnectorProfileProperties {
|
|
1406
|
-
|
|
1407
|
-
* <p> The location of the Zendesk resource. </p>
|
|
1408
|
-
*/
|
|
936
|
+
|
|
1409
937
|
instanceUrl: string | undefined;
|
|
1410
938
|
}
|
|
1411
939
|
export declare namespace ZendeskConnectorProfileProperties {
|
|
1412
|
-
|
|
1413
|
-
* @internal
|
|
1414
|
-
*/
|
|
940
|
+
|
|
1415
941
|
const filterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
|
|
1416
942
|
}
|
|
1417
|
-
|
|
1418
|
-
* <p> The connector-specific profile properties required by each connector. </p>
|
|
1419
|
-
*/
|
|
943
|
+
|
|
1420
944
|
export interface ConnectorProfileProperties {
|
|
1421
|
-
|
|
1422
|
-
* <p> The connector-specific properties required by Amplitude. </p>
|
|
1423
|
-
*/
|
|
945
|
+
|
|
1424
946
|
Amplitude?: AmplitudeConnectorProfileProperties;
|
|
1425
|
-
|
|
1426
|
-
* <p> The connector-specific properties required by Datadog. </p>
|
|
1427
|
-
*/
|
|
947
|
+
|
|
1428
948
|
Datadog?: DatadogConnectorProfileProperties;
|
|
1429
|
-
|
|
1430
|
-
* <p> The connector-specific properties required by Dynatrace. </p>
|
|
1431
|
-
*/
|
|
949
|
+
|
|
1432
950
|
Dynatrace?: DynatraceConnectorProfileProperties;
|
|
1433
|
-
|
|
1434
|
-
* <p> The connector-specific properties required Google Analytics. </p>
|
|
1435
|
-
*/
|
|
951
|
+
|
|
1436
952
|
GoogleAnalytics?: GoogleAnalyticsConnectorProfileProperties;
|
|
1437
|
-
|
|
1438
|
-
* <p> The connector-specific properties required by Amazon Honeycode. </p>
|
|
1439
|
-
*/
|
|
953
|
+
|
|
1440
954
|
Honeycode?: HoneycodeConnectorProfileProperties;
|
|
1441
|
-
|
|
1442
|
-
* <p> The connector-specific properties required by Infor Nexus. </p>
|
|
1443
|
-
*/
|
|
955
|
+
|
|
1444
956
|
InforNexus?: InforNexusConnectorProfileProperties;
|
|
1445
|
-
|
|
1446
|
-
* <p> The connector-specific properties required by Marketo. </p>
|
|
1447
|
-
*/
|
|
957
|
+
|
|
1448
958
|
Marketo?: MarketoConnectorProfileProperties;
|
|
1449
|
-
|
|
1450
|
-
* <p> The connector-specific properties required by Amazon Redshift. </p>
|
|
1451
|
-
*/
|
|
959
|
+
|
|
1452
960
|
Redshift?: RedshiftConnectorProfileProperties;
|
|
1453
|
-
|
|
1454
|
-
* <p> The connector-specific properties required by Salesforce. </p>
|
|
1455
|
-
*/
|
|
961
|
+
|
|
1456
962
|
Salesforce?: SalesforceConnectorProfileProperties;
|
|
1457
|
-
|
|
1458
|
-
* <p> The connector-specific properties required by serviceNow. </p>
|
|
1459
|
-
*/
|
|
963
|
+
|
|
1460
964
|
ServiceNow?: ServiceNowConnectorProfileProperties;
|
|
1461
|
-
|
|
1462
|
-
* <p> The connector-specific properties required by Singular. </p>
|
|
1463
|
-
*/
|
|
965
|
+
|
|
1464
966
|
Singular?: SingularConnectorProfileProperties;
|
|
1465
|
-
|
|
1466
|
-
* <p> The connector-specific properties required by Slack. </p>
|
|
1467
|
-
*/
|
|
967
|
+
|
|
1468
968
|
Slack?: SlackConnectorProfileProperties;
|
|
1469
|
-
|
|
1470
|
-
* <p> The connector-specific properties required by Snowflake. </p>
|
|
1471
|
-
*/
|
|
969
|
+
|
|
1472
970
|
Snowflake?: SnowflakeConnectorProfileProperties;
|
|
1473
|
-
|
|
1474
|
-
* <p> The connector-specific properties required by Trend Micro. </p>
|
|
1475
|
-
*/
|
|
971
|
+
|
|
1476
972
|
Trendmicro?: TrendmicroConnectorProfileProperties;
|
|
1477
|
-
|
|
1478
|
-
* <p> The connector-specific properties required by Veeva. </p>
|
|
1479
|
-
*/
|
|
973
|
+
|
|
1480
974
|
Veeva?: VeevaConnectorProfileProperties;
|
|
1481
|
-
|
|
1482
|
-
* <p> The connector-specific properties required by Zendesk. </p>
|
|
1483
|
-
*/
|
|
975
|
+
|
|
1484
976
|
Zendesk?: ZendeskConnectorProfileProperties;
|
|
1485
|
-
|
|
1486
|
-
* <p> The connector-specific profile properties required when using SAPOData. </p>
|
|
1487
|
-
*/
|
|
977
|
+
|
|
1488
978
|
SAPOData?: SAPODataConnectorProfileProperties;
|
|
1489
979
|
}
|
|
1490
980
|
export declare namespace ConnectorProfileProperties {
|
|
1491
|
-
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
981
|
+
|
|
1494
982
|
const filterSensitiveLog: (obj: ConnectorProfileProperties) => any;
|
|
1495
983
|
}
|
|
1496
984
|
export declare enum PrivateConnectionProvisioningFailureCause {
|
|
@@ -1505,820 +993,441 @@ export declare enum PrivateConnectionProvisioningStatus {
|
|
|
1505
993
|
FAILED = "FAILED",
|
|
1506
994
|
PENDING = "PENDING"
|
|
1507
995
|
}
|
|
1508
|
-
|
|
1509
|
-
* <p> Specifies the private connection provisioning state. </p>
|
|
1510
|
-
*/
|
|
996
|
+
|
|
1511
997
|
export interface PrivateConnectionProvisioningState {
|
|
1512
|
-
|
|
1513
|
-
* <p> Specifies the private connection provisioning status. </p>
|
|
1514
|
-
*/
|
|
998
|
+
|
|
1515
999
|
status?: PrivateConnectionProvisioningStatus | string;
|
|
1516
|
-
|
|
1517
|
-
* <p> Specifies the private connection provisioning failure reason. </p>
|
|
1518
|
-
*/
|
|
1000
|
+
|
|
1519
1001
|
failureMessage?: string;
|
|
1520
|
-
|
|
1521
|
-
* <p> Specifies the private connection provisioning failure cause. </p>
|
|
1522
|
-
*/
|
|
1002
|
+
|
|
1523
1003
|
failureCause?: PrivateConnectionProvisioningFailureCause | string;
|
|
1524
1004
|
}
|
|
1525
1005
|
export declare namespace PrivateConnectionProvisioningState {
|
|
1526
|
-
|
|
1527
|
-
* @internal
|
|
1528
|
-
*/
|
|
1006
|
+
|
|
1529
1007
|
const filterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
|
|
1530
1008
|
}
|
|
1531
|
-
|
|
1532
|
-
* <p> Describes an instance of a connector. This includes the provided name, credentials ARN,
|
|
1533
|
-
* connection-mode, and so on. To keep the API intuitive and extensible, the fields that are
|
|
1534
|
-
* common to all types of connector profiles are explicitly specified at the top level. The rest
|
|
1535
|
-
* of the connector-specific properties are available via the
|
|
1536
|
-
* <code>connectorProfileProperties</code> field. </p>
|
|
1537
|
-
*/
|
|
1009
|
+
|
|
1538
1010
|
export interface ConnectorProfile {
|
|
1539
|
-
|
|
1540
|
-
* <p> The Amazon Resource Name (ARN) of the connector profile. </p>
|
|
1541
|
-
*/
|
|
1011
|
+
|
|
1542
1012
|
connectorProfileArn?: string;
|
|
1543
|
-
|
|
1544
|
-
* <p> The name of the connector profile. The name is unique for each
|
|
1545
|
-
* <code>ConnectorProfile</code> in the Amazon Web Services account. </p>
|
|
1546
|
-
*/
|
|
1013
|
+
|
|
1547
1014
|
connectorProfileName?: string;
|
|
1548
|
-
|
|
1549
|
-
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
1550
|
-
*/
|
|
1015
|
+
|
|
1551
1016
|
connectorType?: ConnectorType | string;
|
|
1552
|
-
|
|
1553
|
-
* <p> Indicates the connection mode and if it is public or private. </p>
|
|
1554
|
-
*/
|
|
1017
|
+
|
|
1555
1018
|
connectionMode?: ConnectionMode | string;
|
|
1556
|
-
|
|
1557
|
-
* <p> The Amazon Resource Name (ARN) of the connector profile credentials. </p>
|
|
1558
|
-
*/
|
|
1019
|
+
|
|
1559
1020
|
credentialsArn?: string;
|
|
1560
|
-
|
|
1561
|
-
* <p> The connector-specific properties of the profile configuration. </p>
|
|
1562
|
-
*/
|
|
1021
|
+
|
|
1563
1022
|
connectorProfileProperties?: ConnectorProfileProperties;
|
|
1564
|
-
|
|
1565
|
-
* <p> Specifies when the connector profile was created. </p>
|
|
1566
|
-
*/
|
|
1023
|
+
|
|
1567
1024
|
createdAt?: Date;
|
|
1568
|
-
|
|
1569
|
-
* <p> Specifies when the connector profile was last updated. </p>
|
|
1570
|
-
*/
|
|
1025
|
+
|
|
1571
1026
|
lastUpdatedAt?: Date;
|
|
1572
|
-
|
|
1573
|
-
* <p> Specifies the private connection provisioning state. </p>
|
|
1574
|
-
*/
|
|
1027
|
+
|
|
1575
1028
|
privateConnectionProvisioningState?: PrivateConnectionProvisioningState;
|
|
1576
1029
|
}
|
|
1577
1030
|
export declare namespace ConnectorProfile {
|
|
1578
|
-
|
|
1579
|
-
* @internal
|
|
1580
|
-
*/
|
|
1031
|
+
|
|
1581
1032
|
const filterSensitiveLog: (obj: ConnectorProfile) => any;
|
|
1582
1033
|
}
|
|
1583
|
-
|
|
1584
|
-
* <p> The connector-specific credentials required by Datadog. </p>
|
|
1585
|
-
*/
|
|
1034
|
+
|
|
1586
1035
|
export interface DatadogConnectorProfileCredentials {
|
|
1587
|
-
|
|
1588
|
-
* <p> A unique alphanumeric identifier used to authenticate a user, developer, or calling
|
|
1589
|
-
* program to your API. </p>
|
|
1590
|
-
*/
|
|
1036
|
+
|
|
1591
1037
|
apiKey: string | undefined;
|
|
1592
|
-
|
|
1593
|
-
* <p> Application keys, in conjunction with your API key, give you full access to Datadog’s
|
|
1594
|
-
* programmatic API. Application keys are associated with the user account that created them. The
|
|
1595
|
-
* application key is used to log all requests made to the API. </p>
|
|
1596
|
-
*/
|
|
1038
|
+
|
|
1597
1039
|
applicationKey: string | undefined;
|
|
1598
1040
|
}
|
|
1599
1041
|
export declare namespace DatadogConnectorProfileCredentials {
|
|
1600
|
-
|
|
1601
|
-
* @internal
|
|
1602
|
-
*/
|
|
1042
|
+
|
|
1603
1043
|
const filterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
|
|
1604
1044
|
}
|
|
1605
|
-
|
|
1606
|
-
* <p> The connector-specific profile credentials required by Dynatrace. </p>
|
|
1607
|
-
*/
|
|
1045
|
+
|
|
1608
1046
|
export interface DynatraceConnectorProfileCredentials {
|
|
1609
|
-
|
|
1610
|
-
* <p> The API tokens used by Dynatrace API to authenticate various API calls. </p>
|
|
1611
|
-
*/
|
|
1047
|
+
|
|
1612
1048
|
apiToken: string | undefined;
|
|
1613
1049
|
}
|
|
1614
1050
|
export declare namespace DynatraceConnectorProfileCredentials {
|
|
1615
|
-
|
|
1616
|
-
* @internal
|
|
1617
|
-
*/
|
|
1051
|
+
|
|
1618
1052
|
const filterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
|
|
1619
1053
|
}
|
|
1620
|
-
|
|
1621
|
-
* <p> The connector-specific profile credentials required by Google Analytics. </p>
|
|
1622
|
-
*/
|
|
1054
|
+
|
|
1623
1055
|
export interface GoogleAnalyticsConnectorProfileCredentials {
|
|
1624
|
-
|
|
1625
|
-
* <p> The identifier for the desired client. </p>
|
|
1626
|
-
*/
|
|
1056
|
+
|
|
1627
1057
|
clientId: string | undefined;
|
|
1628
|
-
|
|
1629
|
-
* <p> The client secret used by the OAuth client to authenticate to the authorization server.
|
|
1630
|
-
* </p>
|
|
1631
|
-
*/
|
|
1058
|
+
|
|
1632
1059
|
clientSecret: string | undefined;
|
|
1633
|
-
|
|
1634
|
-
* <p> The credentials used to access protected Google Analytics resources. </p>
|
|
1635
|
-
*/
|
|
1060
|
+
|
|
1636
1061
|
accessToken?: string;
|
|
1637
|
-
|
|
1638
|
-
* <p> The credentials used to acquire new access tokens. This is required only for OAuth2
|
|
1639
|
-
* access tokens, and is not required for OAuth1 access tokens. </p>
|
|
1640
|
-
*/
|
|
1062
|
+
|
|
1641
1063
|
refreshToken?: string;
|
|
1642
|
-
|
|
1643
|
-
* <p> The OAuth requirement needed to request security tokens from the connector endpoint.
|
|
1644
|
-
* </p>
|
|
1645
|
-
*/
|
|
1064
|
+
|
|
1646
1065
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1647
1066
|
}
|
|
1648
1067
|
export declare namespace GoogleAnalyticsConnectorProfileCredentials {
|
|
1649
|
-
|
|
1650
|
-
* @internal
|
|
1651
|
-
*/
|
|
1068
|
+
|
|
1652
1069
|
const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
|
|
1653
1070
|
}
|
|
1654
|
-
|
|
1655
|
-
* <p> The connector-specific credentials required when using Amazon Honeycode. </p>
|
|
1656
|
-
*/
|
|
1071
|
+
|
|
1657
1072
|
export interface HoneycodeConnectorProfileCredentials {
|
|
1658
|
-
|
|
1659
|
-
* <p> The credentials used to access protected Amazon Honeycode resources. </p>
|
|
1660
|
-
*/
|
|
1073
|
+
|
|
1661
1074
|
accessToken?: string;
|
|
1662
|
-
|
|
1663
|
-
* <p> The credentials used to acquire new access tokens. </p>
|
|
1664
|
-
*/
|
|
1075
|
+
|
|
1665
1076
|
refreshToken?: string;
|
|
1666
|
-
|
|
1667
|
-
* <p> Used by select connectors for which the OAuth workflow is supported, such as Salesforce,
|
|
1668
|
-
* Google Analytics, Marketo, Zendesk, and Slack. </p>
|
|
1669
|
-
*/
|
|
1077
|
+
|
|
1670
1078
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1671
1079
|
}
|
|
1672
1080
|
export declare namespace HoneycodeConnectorProfileCredentials {
|
|
1673
|
-
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1081
|
+
|
|
1676
1082
|
const filterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
|
|
1677
1083
|
}
|
|
1678
|
-
|
|
1679
|
-
* <p> The connector-specific profile credentials required by Infor Nexus. </p>
|
|
1680
|
-
*/
|
|
1084
|
+
|
|
1681
1085
|
export interface InforNexusConnectorProfileCredentials {
|
|
1682
|
-
|
|
1683
|
-
* <p> The Access Key portion of the credentials. </p>
|
|
1684
|
-
*/
|
|
1086
|
+
|
|
1685
1087
|
accessKeyId: string | undefined;
|
|
1686
|
-
|
|
1687
|
-
* <p> The identifier for the user. </p>
|
|
1688
|
-
*/
|
|
1088
|
+
|
|
1689
1089
|
userId: string | undefined;
|
|
1690
|
-
|
|
1691
|
-
* <p> The secret key used to sign requests. </p>
|
|
1692
|
-
*/
|
|
1090
|
+
|
|
1693
1091
|
secretAccessKey: string | undefined;
|
|
1694
|
-
|
|
1695
|
-
* <p> The encryption keys used to encrypt data. </p>
|
|
1696
|
-
*/
|
|
1092
|
+
|
|
1697
1093
|
datakey: string | undefined;
|
|
1698
1094
|
}
|
|
1699
1095
|
export declare namespace InforNexusConnectorProfileCredentials {
|
|
1700
|
-
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1096
|
+
|
|
1703
1097
|
const filterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
|
|
1704
1098
|
}
|
|
1705
|
-
|
|
1706
|
-
* <p> The connector-specific profile credentials required by Marketo. </p>
|
|
1707
|
-
*/
|
|
1099
|
+
|
|
1708
1100
|
export interface MarketoConnectorProfileCredentials {
|
|
1709
|
-
|
|
1710
|
-
* <p> The identifier for the desired client. </p>
|
|
1711
|
-
*/
|
|
1101
|
+
|
|
1712
1102
|
clientId: string | undefined;
|
|
1713
|
-
|
|
1714
|
-
* <p> The client secret used by the OAuth client to authenticate to the authorization server.
|
|
1715
|
-
* </p>
|
|
1716
|
-
*/
|
|
1103
|
+
|
|
1717
1104
|
clientSecret: string | undefined;
|
|
1718
|
-
|
|
1719
|
-
* <p> The credentials used to access protected Marketo resources. </p>
|
|
1720
|
-
*/
|
|
1105
|
+
|
|
1721
1106
|
accessToken?: string;
|
|
1722
|
-
|
|
1723
|
-
* <p> The OAuth requirement needed to request security tokens from the connector endpoint.
|
|
1724
|
-
* </p>
|
|
1725
|
-
*/
|
|
1107
|
+
|
|
1726
1108
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1727
1109
|
}
|
|
1728
1110
|
export declare namespace MarketoConnectorProfileCredentials {
|
|
1729
|
-
|
|
1730
|
-
* @internal
|
|
1731
|
-
*/
|
|
1111
|
+
|
|
1732
1112
|
const filterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
|
|
1733
1113
|
}
|
|
1734
|
-
|
|
1735
|
-
* <p> The connector-specific profile credentials required when using Amazon Redshift. </p>
|
|
1736
|
-
*/
|
|
1114
|
+
|
|
1737
1115
|
export interface RedshiftConnectorProfileCredentials {
|
|
1738
|
-
|
|
1739
|
-
* <p> The name of the user. </p>
|
|
1740
|
-
*/
|
|
1116
|
+
|
|
1741
1117
|
username: string | undefined;
|
|
1742
|
-
|
|
1743
|
-
* <p> The password that corresponds to the user name. </p>
|
|
1744
|
-
*/
|
|
1118
|
+
|
|
1745
1119
|
password: string | undefined;
|
|
1746
1120
|
}
|
|
1747
1121
|
export declare namespace RedshiftConnectorProfileCredentials {
|
|
1748
|
-
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1122
|
+
|
|
1751
1123
|
const filterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
|
|
1752
1124
|
}
|
|
1753
|
-
|
|
1754
|
-
* <p> The connector-specific profile credentials required when using Salesforce. </p>
|
|
1755
|
-
*/
|
|
1125
|
+
|
|
1756
1126
|
export interface SalesforceConnectorProfileCredentials {
|
|
1757
|
-
|
|
1758
|
-
* <p> The credentials used to access protected Salesforce resources. </p>
|
|
1759
|
-
*/
|
|
1127
|
+
|
|
1760
1128
|
accessToken?: string;
|
|
1761
|
-
|
|
1762
|
-
* <p> The credentials used to acquire new access tokens. </p>
|
|
1763
|
-
*/
|
|
1129
|
+
|
|
1764
1130
|
refreshToken?: string;
|
|
1765
|
-
|
|
1766
|
-
* <p> The OAuth requirement needed to request security tokens from the connector endpoint.
|
|
1767
|
-
* </p>
|
|
1768
|
-
*/
|
|
1131
|
+
|
|
1769
1132
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1770
|
-
|
|
1771
|
-
* <p> The secret manager ARN, which contains the client ID and client secret of the connected
|
|
1772
|
-
* app. </p>
|
|
1773
|
-
*/
|
|
1133
|
+
|
|
1774
1134
|
clientCredentialsArn?: string;
|
|
1775
1135
|
}
|
|
1776
1136
|
export declare namespace SalesforceConnectorProfileCredentials {
|
|
1777
|
-
|
|
1778
|
-
* @internal
|
|
1779
|
-
*/
|
|
1137
|
+
|
|
1780
1138
|
const filterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
|
|
1781
1139
|
}
|
|
1782
|
-
|
|
1783
|
-
* <p> The OAuth credentials required for OAuth type authentication. </p>
|
|
1784
|
-
*/
|
|
1140
|
+
|
|
1785
1141
|
export interface OAuthCredentials {
|
|
1786
|
-
|
|
1787
|
-
* <p> The identifier for the desired client. </p>
|
|
1788
|
-
*/
|
|
1142
|
+
|
|
1789
1143
|
clientId: string | undefined;
|
|
1790
|
-
|
|
1791
|
-
* <p> The client secret used by the OAuth client to authenticate to the authorization server.
|
|
1792
|
-
* </p>
|
|
1793
|
-
*/
|
|
1144
|
+
|
|
1794
1145
|
clientSecret: string | undefined;
|
|
1795
|
-
|
|
1796
|
-
* <p> The access token used to access protected SAPOData resources. </p>
|
|
1797
|
-
*/
|
|
1146
|
+
|
|
1798
1147
|
accessToken?: string;
|
|
1799
|
-
|
|
1800
|
-
* <p> The refresh token used to refresh expired access token. </p>
|
|
1801
|
-
*/
|
|
1148
|
+
|
|
1802
1149
|
refreshToken?: string;
|
|
1803
|
-
|
|
1804
|
-
* <p> The OAuth requirement needed to request security tokens from the connector endpoint.
|
|
1805
|
-
* </p>
|
|
1806
|
-
*/
|
|
1150
|
+
|
|
1807
1151
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1808
1152
|
}
|
|
1809
1153
|
export declare namespace OAuthCredentials {
|
|
1810
|
-
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1154
|
+
|
|
1813
1155
|
const filterSensitiveLog: (obj: OAuthCredentials) => any;
|
|
1814
1156
|
}
|
|
1815
|
-
|
|
1816
|
-
* <p> The connector-specific profile credentials required when using SAPOData. </p>
|
|
1817
|
-
*/
|
|
1157
|
+
|
|
1818
1158
|
export interface SAPODataConnectorProfileCredentials {
|
|
1819
|
-
|
|
1820
|
-
* <p> The SAPOData basic authentication credentials. </p>
|
|
1821
|
-
*/
|
|
1159
|
+
|
|
1822
1160
|
basicAuthCredentials?: BasicAuthCredentials;
|
|
1823
|
-
|
|
1824
|
-
* <p> The SAPOData OAuth type authentication credentials. </p>
|
|
1825
|
-
*/
|
|
1161
|
+
|
|
1826
1162
|
oAuthCredentials?: OAuthCredentials;
|
|
1827
1163
|
}
|
|
1828
1164
|
export declare namespace SAPODataConnectorProfileCredentials {
|
|
1829
|
-
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1165
|
+
|
|
1832
1166
|
const filterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
|
|
1833
1167
|
}
|
|
1834
|
-
|
|
1835
|
-
* <p> The connector-specific profile credentials required when using ServiceNow. </p>
|
|
1836
|
-
*/
|
|
1168
|
+
|
|
1837
1169
|
export interface ServiceNowConnectorProfileCredentials {
|
|
1838
|
-
|
|
1839
|
-
* <p> The name of the user. </p>
|
|
1840
|
-
*/
|
|
1170
|
+
|
|
1841
1171
|
username: string | undefined;
|
|
1842
|
-
|
|
1843
|
-
* <p> The password that corresponds to the user name. </p>
|
|
1844
|
-
*/
|
|
1172
|
+
|
|
1845
1173
|
password: string | undefined;
|
|
1846
1174
|
}
|
|
1847
1175
|
export declare namespace ServiceNowConnectorProfileCredentials {
|
|
1848
|
-
|
|
1849
|
-
* @internal
|
|
1850
|
-
*/
|
|
1176
|
+
|
|
1851
1177
|
const filterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
|
|
1852
1178
|
}
|
|
1853
|
-
|
|
1854
|
-
* <p> The connector-specific profile credentials required when using Singular. </p>
|
|
1855
|
-
*/
|
|
1179
|
+
|
|
1856
1180
|
export interface SingularConnectorProfileCredentials {
|
|
1857
|
-
|
|
1858
|
-
* <p> A unique alphanumeric identifier used to authenticate a user, developer, or calling
|
|
1859
|
-
* program to your API. </p>
|
|
1860
|
-
*/
|
|
1181
|
+
|
|
1861
1182
|
apiKey: string | undefined;
|
|
1862
1183
|
}
|
|
1863
1184
|
export declare namespace SingularConnectorProfileCredentials {
|
|
1864
|
-
|
|
1865
|
-
* @internal
|
|
1866
|
-
*/
|
|
1185
|
+
|
|
1867
1186
|
const filterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
|
|
1868
1187
|
}
|
|
1869
|
-
|
|
1870
|
-
* <p> The connector-specific profile credentials required when using Slack. </p>
|
|
1871
|
-
*/
|
|
1188
|
+
|
|
1872
1189
|
export interface SlackConnectorProfileCredentials {
|
|
1873
|
-
|
|
1874
|
-
* <p> The identifier for the client. </p>
|
|
1875
|
-
*/
|
|
1190
|
+
|
|
1876
1191
|
clientId: string | undefined;
|
|
1877
|
-
|
|
1878
|
-
* <p> The client secret used by the OAuth client to authenticate to the authorization server.
|
|
1879
|
-
* </p>
|
|
1880
|
-
*/
|
|
1192
|
+
|
|
1881
1193
|
clientSecret: string | undefined;
|
|
1882
|
-
|
|
1883
|
-
* <p> The credentials used to access protected Slack resources. </p>
|
|
1884
|
-
*/
|
|
1194
|
+
|
|
1885
1195
|
accessToken?: string;
|
|
1886
|
-
|
|
1887
|
-
* <p> The OAuth requirement needed to request security tokens from the connector endpoint.
|
|
1888
|
-
* </p>
|
|
1889
|
-
*/
|
|
1196
|
+
|
|
1890
1197
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1891
1198
|
}
|
|
1892
1199
|
export declare namespace SlackConnectorProfileCredentials {
|
|
1893
|
-
|
|
1894
|
-
* @internal
|
|
1895
|
-
*/
|
|
1200
|
+
|
|
1896
1201
|
const filterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
|
|
1897
1202
|
}
|
|
1898
|
-
|
|
1899
|
-
* <p> The connector-specific profile credentials required when using Snowflake. </p>
|
|
1900
|
-
*/
|
|
1203
|
+
|
|
1901
1204
|
export interface SnowflakeConnectorProfileCredentials {
|
|
1902
|
-
|
|
1903
|
-
* <p> The name of the user. </p>
|
|
1904
|
-
*/
|
|
1205
|
+
|
|
1905
1206
|
username: string | undefined;
|
|
1906
|
-
|
|
1907
|
-
* <p> The password that corresponds to the user name. </p>
|
|
1908
|
-
*/
|
|
1207
|
+
|
|
1909
1208
|
password: string | undefined;
|
|
1910
1209
|
}
|
|
1911
1210
|
export declare namespace SnowflakeConnectorProfileCredentials {
|
|
1912
|
-
|
|
1913
|
-
* @internal
|
|
1914
|
-
*/
|
|
1211
|
+
|
|
1915
1212
|
const filterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
|
|
1916
1213
|
}
|
|
1917
|
-
|
|
1918
|
-
* <p> The connector-specific profile credentials required when using Trend Micro. </p>
|
|
1919
|
-
*/
|
|
1214
|
+
|
|
1920
1215
|
export interface TrendmicroConnectorProfileCredentials {
|
|
1921
|
-
|
|
1922
|
-
* <p> The Secret Access Key portion of the credentials. </p>
|
|
1923
|
-
*/
|
|
1216
|
+
|
|
1924
1217
|
apiSecretKey: string | undefined;
|
|
1925
1218
|
}
|
|
1926
1219
|
export declare namespace TrendmicroConnectorProfileCredentials {
|
|
1927
|
-
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1220
|
+
|
|
1930
1221
|
const filterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
|
|
1931
1222
|
}
|
|
1932
|
-
|
|
1933
|
-
* <p> The connector-specific profile credentials required when using Veeva. </p>
|
|
1934
|
-
*/
|
|
1223
|
+
|
|
1935
1224
|
export interface VeevaConnectorProfileCredentials {
|
|
1936
|
-
|
|
1937
|
-
* <p> The name of the user. </p>
|
|
1938
|
-
*/
|
|
1225
|
+
|
|
1939
1226
|
username: string | undefined;
|
|
1940
|
-
|
|
1941
|
-
* <p> The password that corresponds to the user name. </p>
|
|
1942
|
-
*/
|
|
1227
|
+
|
|
1943
1228
|
password: string | undefined;
|
|
1944
1229
|
}
|
|
1945
1230
|
export declare namespace VeevaConnectorProfileCredentials {
|
|
1946
|
-
|
|
1947
|
-
* @internal
|
|
1948
|
-
*/
|
|
1231
|
+
|
|
1949
1232
|
const filterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
|
|
1950
1233
|
}
|
|
1951
|
-
|
|
1952
|
-
* <p> The connector-specific profile credentials required when using Zendesk. </p>
|
|
1953
|
-
*/
|
|
1234
|
+
|
|
1954
1235
|
export interface ZendeskConnectorProfileCredentials {
|
|
1955
|
-
|
|
1956
|
-
* <p> The identifier for the desired client. </p>
|
|
1957
|
-
*/
|
|
1236
|
+
|
|
1958
1237
|
clientId: string | undefined;
|
|
1959
|
-
|
|
1960
|
-
* <p> The client secret used by the OAuth client to authenticate to the authorization server.
|
|
1961
|
-
* </p>
|
|
1962
|
-
*/
|
|
1238
|
+
|
|
1963
1239
|
clientSecret: string | undefined;
|
|
1964
|
-
|
|
1965
|
-
* <p> The credentials used to access protected Zendesk resources. </p>
|
|
1966
|
-
*/
|
|
1240
|
+
|
|
1967
1241
|
accessToken?: string;
|
|
1968
|
-
|
|
1969
|
-
* <p> The OAuth requirement needed to request security tokens from the connector endpoint.
|
|
1970
|
-
* </p>
|
|
1971
|
-
*/
|
|
1242
|
+
|
|
1972
1243
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1973
1244
|
}
|
|
1974
1245
|
export declare namespace ZendeskConnectorProfileCredentials {
|
|
1975
|
-
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1246
|
+
|
|
1978
1247
|
const filterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
|
|
1979
1248
|
}
|
|
1980
|
-
|
|
1981
|
-
* <p> The connector-specific credentials required by a connector. </p>
|
|
1982
|
-
*/
|
|
1249
|
+
|
|
1983
1250
|
export interface ConnectorProfileCredentials {
|
|
1984
|
-
|
|
1985
|
-
* <p> The connector-specific credentials required when using Amplitude. </p>
|
|
1986
|
-
*/
|
|
1251
|
+
|
|
1987
1252
|
Amplitude?: AmplitudeConnectorProfileCredentials;
|
|
1988
|
-
|
|
1989
|
-
* <p> The connector-specific credentials required when using Datadog. </p>
|
|
1990
|
-
*/
|
|
1253
|
+
|
|
1991
1254
|
Datadog?: DatadogConnectorProfileCredentials;
|
|
1992
|
-
|
|
1993
|
-
* <p> The connector-specific credentials required when using Dynatrace. </p>
|
|
1994
|
-
*/
|
|
1255
|
+
|
|
1995
1256
|
Dynatrace?: DynatraceConnectorProfileCredentials;
|
|
1996
|
-
|
|
1997
|
-
* <p> The connector-specific credentials required when using Google Analytics. </p>
|
|
1998
|
-
*/
|
|
1257
|
+
|
|
1999
1258
|
GoogleAnalytics?: GoogleAnalyticsConnectorProfileCredentials;
|
|
2000
|
-
|
|
2001
|
-
* <p> The connector-specific credentials required when using Amazon Honeycode. </p>
|
|
2002
|
-
*/
|
|
1259
|
+
|
|
2003
1260
|
Honeycode?: HoneycodeConnectorProfileCredentials;
|
|
2004
|
-
|
|
2005
|
-
* <p> The connector-specific credentials required when using Infor Nexus. </p>
|
|
2006
|
-
*/
|
|
1261
|
+
|
|
2007
1262
|
InforNexus?: InforNexusConnectorProfileCredentials;
|
|
2008
|
-
|
|
2009
|
-
* <p> The connector-specific credentials required when using Marketo. </p>
|
|
2010
|
-
*/
|
|
1263
|
+
|
|
2011
1264
|
Marketo?: MarketoConnectorProfileCredentials;
|
|
2012
|
-
|
|
2013
|
-
* <p> The connector-specific credentials required when using Amazon Redshift. </p>
|
|
2014
|
-
*/
|
|
1265
|
+
|
|
2015
1266
|
Redshift?: RedshiftConnectorProfileCredentials;
|
|
2016
|
-
|
|
2017
|
-
* <p> The connector-specific credentials required when using Salesforce. </p>
|
|
2018
|
-
*/
|
|
1267
|
+
|
|
2019
1268
|
Salesforce?: SalesforceConnectorProfileCredentials;
|
|
2020
|
-
|
|
2021
|
-
* <p> The connector-specific credentials required when using ServiceNow. </p>
|
|
2022
|
-
*/
|
|
1269
|
+
|
|
2023
1270
|
ServiceNow?: ServiceNowConnectorProfileCredentials;
|
|
2024
|
-
|
|
2025
|
-
* <p> The connector-specific credentials required when using Singular. </p>
|
|
2026
|
-
*/
|
|
1271
|
+
|
|
2027
1272
|
Singular?: SingularConnectorProfileCredentials;
|
|
2028
|
-
|
|
2029
|
-
* <p> The connector-specific credentials required when using Slack. </p>
|
|
2030
|
-
*/
|
|
1273
|
+
|
|
2031
1274
|
Slack?: SlackConnectorProfileCredentials;
|
|
2032
|
-
|
|
2033
|
-
* <p> The connector-specific credentials required when using Snowflake. </p>
|
|
2034
|
-
*/
|
|
1275
|
+
|
|
2035
1276
|
Snowflake?: SnowflakeConnectorProfileCredentials;
|
|
2036
|
-
|
|
2037
|
-
* <p> The connector-specific credentials required when using Trend Micro. </p>
|
|
2038
|
-
*/
|
|
1277
|
+
|
|
2039
1278
|
Trendmicro?: TrendmicroConnectorProfileCredentials;
|
|
2040
|
-
|
|
2041
|
-
* <p> The connector-specific credentials required when using Veeva. </p>
|
|
2042
|
-
*/
|
|
1279
|
+
|
|
2043
1280
|
Veeva?: VeevaConnectorProfileCredentials;
|
|
2044
|
-
|
|
2045
|
-
* <p> The connector-specific credentials required when using Zendesk. </p>
|
|
2046
|
-
*/
|
|
1281
|
+
|
|
2047
1282
|
Zendesk?: ZendeskConnectorProfileCredentials;
|
|
2048
|
-
|
|
2049
|
-
* <p> The connector-specific profile credentials required when using SAPOData. </p>
|
|
2050
|
-
*/
|
|
1283
|
+
|
|
2051
1284
|
SAPOData?: SAPODataConnectorProfileCredentials;
|
|
2052
1285
|
}
|
|
2053
1286
|
export declare namespace ConnectorProfileCredentials {
|
|
2054
|
-
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
1287
|
+
|
|
2057
1288
|
const filterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
|
|
2058
1289
|
}
|
|
2059
|
-
|
|
2060
|
-
* <p> Defines the connector-specific configuration and credentials for the connector profile.
|
|
2061
|
-
* </p>
|
|
2062
|
-
*/
|
|
1290
|
+
|
|
2063
1291
|
export interface ConnectorProfileConfig {
|
|
2064
|
-
|
|
2065
|
-
* <p> The connector-specific properties of the profile configuration. </p>
|
|
2066
|
-
*/
|
|
1292
|
+
|
|
2067
1293
|
connectorProfileProperties: ConnectorProfileProperties | undefined;
|
|
2068
|
-
|
|
2069
|
-
* <p> The connector-specific credentials required by each connector. </p>
|
|
2070
|
-
*/
|
|
1294
|
+
|
|
2071
1295
|
connectorProfileCredentials: ConnectorProfileCredentials | undefined;
|
|
2072
1296
|
}
|
|
2073
1297
|
export declare namespace ConnectorProfileConfig {
|
|
2074
|
-
|
|
2075
|
-
* @internal
|
|
2076
|
-
*/
|
|
1298
|
+
|
|
2077
1299
|
const filterSensitiveLog: (obj: ConnectorProfileConfig) => any;
|
|
2078
1300
|
}
|
|
2079
|
-
|
|
2080
|
-
* <p> An error occurred when retrieving data from the connector endpoint. </p>
|
|
2081
|
-
*/
|
|
1301
|
+
|
|
2082
1302
|
export interface ConnectorServerException extends __SmithyException, $MetadataBearer {
|
|
2083
1303
|
name: "ConnectorServerException";
|
|
2084
1304
|
$fault: "client";
|
|
2085
1305
|
message?: string;
|
|
2086
1306
|
}
|
|
2087
1307
|
export declare namespace ConnectorServerException {
|
|
2088
|
-
|
|
2089
|
-
* @internal
|
|
2090
|
-
*/
|
|
1308
|
+
|
|
2091
1309
|
const filterSensitiveLog: (obj: ConnectorServerException) => any;
|
|
2092
1310
|
}
|
|
2093
1311
|
export interface CreateConnectorProfileRequest {
|
|
2094
|
-
|
|
2095
|
-
* <p> The name of the connector profile. The name is unique for each
|
|
2096
|
-
* <code>ConnectorProfile</code> in your Amazon Web Services account. </p>
|
|
2097
|
-
*/
|
|
1312
|
+
|
|
2098
1313
|
connectorProfileName: string | undefined;
|
|
2099
|
-
|
|
2100
|
-
* <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
|
|
2101
|
-
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
|
|
2102
|
-
* you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
2103
|
-
* </p>
|
|
2104
|
-
*/
|
|
1314
|
+
|
|
2105
1315
|
kmsArn?: string;
|
|
2106
|
-
|
|
2107
|
-
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
2108
|
-
*/
|
|
1316
|
+
|
|
2109
1317
|
connectorType: ConnectorType | string | undefined;
|
|
2110
|
-
|
|
2111
|
-
* <p> Indicates the connection mode and specifies whether it is public or private. Private
|
|
2112
|
-
* flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the
|
|
2113
|
-
* public internet. </p>
|
|
2114
|
-
*/
|
|
1318
|
+
|
|
2115
1319
|
connectionMode: ConnectionMode | string | undefined;
|
|
2116
|
-
|
|
2117
|
-
* <p> Defines the connector-specific configuration and credentials. </p>
|
|
2118
|
-
*/
|
|
1320
|
+
|
|
2119
1321
|
connectorProfileConfig: ConnectorProfileConfig | undefined;
|
|
2120
1322
|
}
|
|
2121
1323
|
export declare namespace CreateConnectorProfileRequest {
|
|
2122
|
-
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
1324
|
+
|
|
2125
1325
|
const filterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
|
|
2126
1326
|
}
|
|
2127
1327
|
export interface CreateConnectorProfileResponse {
|
|
2128
|
-
|
|
2129
|
-
* <p> The Amazon Resource Name (ARN) of the connector profile. </p>
|
|
2130
|
-
*/
|
|
1328
|
+
|
|
2131
1329
|
connectorProfileArn?: string;
|
|
2132
1330
|
}
|
|
2133
1331
|
export declare namespace CreateConnectorProfileResponse {
|
|
2134
|
-
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
1332
|
+
|
|
2137
1333
|
const filterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
|
|
2138
1334
|
}
|
|
2139
|
-
|
|
2140
|
-
* <p> An internal service error occurred during the processing of your request. Try again
|
|
2141
|
-
* later. </p>
|
|
2142
|
-
*/
|
|
1335
|
+
|
|
2143
1336
|
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
2144
1337
|
name: "InternalServerException";
|
|
2145
1338
|
$fault: "server";
|
|
2146
1339
|
message?: string;
|
|
2147
1340
|
}
|
|
2148
1341
|
export declare namespace InternalServerException {
|
|
2149
|
-
|
|
2150
|
-
* @internal
|
|
2151
|
-
*/
|
|
1342
|
+
|
|
2152
1343
|
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
2153
1344
|
}
|
|
2154
|
-
|
|
2155
|
-
* <p> The request would cause a service quota (such as the number of flows) to be exceeded.
|
|
2156
|
-
* </p>
|
|
2157
|
-
*/
|
|
1345
|
+
|
|
2158
1346
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
2159
1347
|
name: "ServiceQuotaExceededException";
|
|
2160
1348
|
$fault: "client";
|
|
2161
1349
|
message?: string;
|
|
2162
1350
|
}
|
|
2163
1351
|
export declare namespace ServiceQuotaExceededException {
|
|
2164
|
-
|
|
2165
|
-
* @internal
|
|
2166
|
-
*/
|
|
1352
|
+
|
|
2167
1353
|
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
2168
1354
|
}
|
|
2169
|
-
|
|
2170
|
-
* <p> The request has invalid or missing parameters. </p>
|
|
2171
|
-
*/
|
|
1355
|
+
|
|
2172
1356
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
2173
1357
|
name: "ValidationException";
|
|
2174
1358
|
$fault: "client";
|
|
2175
1359
|
message?: string;
|
|
2176
1360
|
}
|
|
2177
1361
|
export declare namespace ValidationException {
|
|
2178
|
-
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
1362
|
+
|
|
2181
1363
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
2182
1364
|
}
|
|
2183
|
-
|
|
2184
|
-
* <p> The properties that are applied when Amazon Connect Customer Profiles is used as a
|
|
2185
|
-
* destination. </p>
|
|
2186
|
-
*/
|
|
1365
|
+
|
|
2187
1366
|
export interface CustomerProfilesDestinationProperties {
|
|
2188
|
-
|
|
2189
|
-
* <p> The unique name of the Amazon Connect Customer Profiles domain. </p>
|
|
2190
|
-
*/
|
|
1367
|
+
|
|
2191
1368
|
domainName: string | undefined;
|
|
2192
|
-
|
|
2193
|
-
* <p> The object specified in the Amazon Connect Customer Profiles flow destination. </p>
|
|
2194
|
-
*/
|
|
1369
|
+
|
|
2195
1370
|
objectTypeName?: string;
|
|
2196
1371
|
}
|
|
2197
1372
|
export declare namespace CustomerProfilesDestinationProperties {
|
|
2198
|
-
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
1373
|
+
|
|
2201
1374
|
const filterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
|
|
2202
1375
|
}
|
|
2203
|
-
|
|
2204
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2205
|
-
* destination. For example, this setting would determine if the flow should fail after one
|
|
2206
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2207
|
-
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2208
|
-
* </p>
|
|
2209
|
-
*/
|
|
1376
|
+
|
|
2210
1377
|
export interface ErrorHandlingConfig {
|
|
2211
|
-
|
|
2212
|
-
* <p> Specifies if the flow should fail after the first instance of a failure when attempting
|
|
2213
|
-
* to place data in the destination. </p>
|
|
2214
|
-
*/
|
|
1378
|
+
|
|
2215
1379
|
failOnFirstDestinationError?: boolean;
|
|
2216
|
-
|
|
2217
|
-
* <p> Specifies the Amazon S3 bucket prefix. </p>
|
|
2218
|
-
*/
|
|
1380
|
+
|
|
2219
1381
|
bucketPrefix?: string;
|
|
2220
|
-
|
|
2221
|
-
* <p> Specifies the name of the Amazon S3 bucket. </p>
|
|
2222
|
-
*/
|
|
1382
|
+
|
|
2223
1383
|
bucketName?: string;
|
|
2224
1384
|
}
|
|
2225
1385
|
export declare namespace ErrorHandlingConfig {
|
|
2226
|
-
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
1386
|
+
|
|
2229
1387
|
const filterSensitiveLog: (obj: ErrorHandlingConfig) => any;
|
|
2230
1388
|
}
|
|
2231
|
-
|
|
2232
|
-
* <p> The properties that are applied when Amazon EventBridge is being used as a destination.
|
|
2233
|
-
* </p>
|
|
2234
|
-
*/
|
|
1389
|
+
|
|
2235
1390
|
export interface EventBridgeDestinationProperties {
|
|
2236
|
-
|
|
2237
|
-
* <p> The object specified in the Amazon EventBridge flow destination. </p>
|
|
2238
|
-
*/
|
|
1391
|
+
|
|
2239
1392
|
object: string | undefined;
|
|
2240
|
-
|
|
2241
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2242
|
-
* destination. For example, this setting would determine if the flow should fail after one
|
|
2243
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2244
|
-
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2245
|
-
* </p>
|
|
2246
|
-
*/
|
|
1393
|
+
|
|
2247
1394
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2248
1395
|
}
|
|
2249
1396
|
export declare namespace EventBridgeDestinationProperties {
|
|
2250
|
-
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
1397
|
+
|
|
2253
1398
|
const filterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
|
|
2254
1399
|
}
|
|
2255
|
-
|
|
2256
|
-
* <p> The properties that are applied when Amazon Honeycode is used as a destination. </p>
|
|
2257
|
-
*/
|
|
1400
|
+
|
|
2258
1401
|
export interface HoneycodeDestinationProperties {
|
|
2259
|
-
|
|
2260
|
-
* <p> The object specified in the Amazon Honeycode flow destination. </p>
|
|
2261
|
-
*/
|
|
1402
|
+
|
|
2262
1403
|
object: string | undefined;
|
|
2263
|
-
|
|
2264
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2265
|
-
* destination. For example, this setting would determine if the flow should fail after one
|
|
2266
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2267
|
-
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2268
|
-
* </p>
|
|
2269
|
-
*/
|
|
1404
|
+
|
|
2270
1405
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2271
1406
|
}
|
|
2272
1407
|
export declare namespace HoneycodeDestinationProperties {
|
|
2273
|
-
|
|
2274
|
-
* @internal
|
|
2275
|
-
*/
|
|
1408
|
+
|
|
2276
1409
|
const filterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
|
|
2277
1410
|
}
|
|
2278
|
-
|
|
2279
|
-
* <p> The properties that are applied when Amazon Lookout for Metrics is used as a destination.
|
|
2280
|
-
* </p>
|
|
2281
|
-
*/
|
|
1411
|
+
|
|
2282
1412
|
export interface LookoutMetricsDestinationProperties {
|
|
2283
1413
|
}
|
|
2284
1414
|
export declare namespace LookoutMetricsDestinationProperties {
|
|
2285
|
-
|
|
2286
|
-
* @internal
|
|
2287
|
-
*/
|
|
1415
|
+
|
|
2288
1416
|
const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
2289
1417
|
}
|
|
2290
|
-
|
|
2291
|
-
* <p> The properties that are applied when Amazon Redshift is being used as a destination.
|
|
2292
|
-
* </p>
|
|
2293
|
-
*/
|
|
1418
|
+
|
|
2294
1419
|
export interface RedshiftDestinationProperties {
|
|
2295
|
-
|
|
2296
|
-
* <p> The object specified in the Amazon Redshift flow destination. </p>
|
|
2297
|
-
*/
|
|
1420
|
+
|
|
2298
1421
|
object: string | undefined;
|
|
2299
|
-
|
|
2300
|
-
* <p> The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
|
|
2301
|
-
* </p>
|
|
2302
|
-
*/
|
|
1422
|
+
|
|
2303
1423
|
intermediateBucketName: string | undefined;
|
|
2304
|
-
|
|
2305
|
-
* <p> The object key for the bucket in which Amazon AppFlow places the destination files.
|
|
2306
|
-
* </p>
|
|
2307
|
-
*/
|
|
1424
|
+
|
|
2308
1425
|
bucketPrefix?: string;
|
|
2309
|
-
|
|
2310
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2311
|
-
* Amazon Redshift destination. For example, this setting would determine if the flow should fail
|
|
2312
|
-
* after one insertion error, or continue and attempt to insert every record regardless of the
|
|
2313
|
-
* initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
|
|
2314
|
-
* details. </p>
|
|
2315
|
-
*/
|
|
1426
|
+
|
|
2316
1427
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2317
1428
|
}
|
|
2318
1429
|
export declare namespace RedshiftDestinationProperties {
|
|
2319
|
-
|
|
2320
|
-
* @internal
|
|
2321
|
-
*/
|
|
1430
|
+
|
|
2322
1431
|
const filterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
|
|
2323
1432
|
}
|
|
2324
1433
|
export declare enum FileType {
|
|
@@ -2338,662 +1447,368 @@ export declare enum PrefixType {
|
|
|
2338
1447
|
PATH = "PATH",
|
|
2339
1448
|
PATH_AND_FILENAME = "PATH_AND_FILENAME"
|
|
2340
1449
|
}
|
|
2341
|
-
|
|
2342
|
-
* <p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can
|
|
2343
|
-
* name your destination folders according to the flow frequency and date. </p>
|
|
2344
|
-
*/
|
|
1450
|
+
|
|
2345
1451
|
export interface PrefixConfig {
|
|
2346
|
-
|
|
2347
|
-
* <p> Determines the format of the prefix, and whether it applies to the file name, file path,
|
|
2348
|
-
* or both. </p>
|
|
2349
|
-
*/
|
|
1452
|
+
|
|
2350
1453
|
prefixType?: PrefixType | string;
|
|
2351
|
-
|
|
2352
|
-
* <p> Determines the level of granularity that's included in the prefix. </p>
|
|
2353
|
-
*/
|
|
1454
|
+
|
|
2354
1455
|
prefixFormat?: PrefixFormat | string;
|
|
2355
1456
|
}
|
|
2356
1457
|
export declare namespace PrefixConfig {
|
|
2357
|
-
|
|
2358
|
-
* @internal
|
|
2359
|
-
*/
|
|
1458
|
+
|
|
2360
1459
|
const filterSensitiveLog: (obj: PrefixConfig) => any;
|
|
2361
1460
|
}
|
|
2362
|
-
|
|
2363
|
-
* <p> The configuration that determines how Amazon AppFlow should format the flow output data
|
|
2364
|
-
* when Amazon S3 is used as the destination. </p>
|
|
2365
|
-
*/
|
|
1461
|
+
|
|
2366
1462
|
export interface S3OutputFormatConfig {
|
|
2367
|
-
|
|
2368
|
-
* <p> Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket. </p>
|
|
2369
|
-
*/
|
|
1463
|
+
|
|
2370
1464
|
fileType?: FileType | string;
|
|
2371
|
-
|
|
2372
|
-
* <p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3
|
|
2373
|
-
* bucket. You can name folders according to the flow frequency and date. </p>
|
|
2374
|
-
*/
|
|
1465
|
+
|
|
2375
1466
|
prefixConfig?: PrefixConfig;
|
|
2376
|
-
|
|
2377
|
-
* <p> The aggregation settings that you can use to customize the output format of your flow
|
|
2378
|
-
* data. </p>
|
|
2379
|
-
*/
|
|
1467
|
+
|
|
2380
1468
|
aggregationConfig?: AggregationConfig;
|
|
2381
1469
|
}
|
|
2382
1470
|
export declare namespace S3OutputFormatConfig {
|
|
2383
|
-
|
|
2384
|
-
* @internal
|
|
2385
|
-
*/
|
|
1471
|
+
|
|
2386
1472
|
const filterSensitiveLog: (obj: S3OutputFormatConfig) => any;
|
|
2387
1473
|
}
|
|
2388
|
-
|
|
2389
|
-
* <p> The properties that are applied when Amazon S3 is used as a destination. </p>
|
|
2390
|
-
*/
|
|
1474
|
+
|
|
2391
1475
|
export interface S3DestinationProperties {
|
|
2392
|
-
|
|
2393
|
-
* <p> The Amazon S3 bucket name in which Amazon AppFlow places the transferred data. </p>
|
|
2394
|
-
*/
|
|
1476
|
+
|
|
2395
1477
|
bucketName: string | undefined;
|
|
2396
|
-
|
|
2397
|
-
* <p> The object key for the destination bucket in which Amazon AppFlow places the files.
|
|
2398
|
-
* </p>
|
|
2399
|
-
*/
|
|
1478
|
+
|
|
2400
1479
|
bucketPrefix?: string;
|
|
2401
|
-
|
|
2402
|
-
* <p> The configuration that determines how Amazon AppFlow should format the flow output data
|
|
2403
|
-
* when Amazon S3 is used as the destination. </p>
|
|
2404
|
-
*/
|
|
1480
|
+
|
|
2405
1481
|
s3OutputFormatConfig?: S3OutputFormatConfig;
|
|
2406
1482
|
}
|
|
2407
1483
|
export declare namespace S3DestinationProperties {
|
|
2408
|
-
|
|
2409
|
-
* @internal
|
|
2410
|
-
*/
|
|
1484
|
+
|
|
2411
1485
|
const filterSensitiveLog: (obj: S3DestinationProperties) => any;
|
|
2412
1486
|
}
|
|
2413
|
-
|
|
2414
|
-
* <p> The properties that are applied when Salesforce is being used as a destination. </p>
|
|
2415
|
-
*/
|
|
1487
|
+
|
|
2416
1488
|
export interface SalesforceDestinationProperties {
|
|
2417
|
-
|
|
2418
|
-
* <p> The object specified in the Salesforce flow destination. </p>
|
|
2419
|
-
*/
|
|
1489
|
+
|
|
2420
1490
|
object: string | undefined;
|
|
2421
|
-
|
|
2422
|
-
* <p> The name of the field that Amazon AppFlow uses as an ID when performing a write operation
|
|
2423
|
-
* such as update or delete. </p>
|
|
2424
|
-
*/
|
|
1491
|
+
|
|
2425
1492
|
idFieldNames?: string[];
|
|
2426
|
-
|
|
2427
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2428
|
-
* Salesforce destination. For example, this setting would determine if the flow should fail
|
|
2429
|
-
* after one insertion error, or continue and attempt to insert every record regardless of the
|
|
2430
|
-
* initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
|
|
2431
|
-
* details. </p>
|
|
2432
|
-
*/
|
|
1493
|
+
|
|
2433
1494
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2434
|
-
|
|
2435
|
-
* <p> This specifies the type of write operation to be performed in Salesforce. When the value
|
|
2436
|
-
* is <code>UPSERT</code>, then <code>idFieldNames</code> is required. </p>
|
|
2437
|
-
*/
|
|
1495
|
+
|
|
2438
1496
|
writeOperationType?: WriteOperationType | string;
|
|
2439
1497
|
}
|
|
2440
1498
|
export declare namespace SalesforceDestinationProperties {
|
|
2441
|
-
|
|
2442
|
-
* @internal
|
|
2443
|
-
*/
|
|
1499
|
+
|
|
2444
1500
|
const filterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
|
|
2445
1501
|
}
|
|
2446
|
-
|
|
2447
|
-
* <p> The properties that are applied when Snowflake is being used as a destination. </p>
|
|
2448
|
-
*/
|
|
1502
|
+
|
|
2449
1503
|
export interface SnowflakeDestinationProperties {
|
|
2450
|
-
|
|
2451
|
-
* <p> The object specified in the Snowflake flow destination. </p>
|
|
2452
|
-
*/
|
|
1504
|
+
|
|
2453
1505
|
object: string | undefined;
|
|
2454
|
-
|
|
2455
|
-
* <p> The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake. </p>
|
|
2456
|
-
*/
|
|
1506
|
+
|
|
2457
1507
|
intermediateBucketName: string | undefined;
|
|
2458
|
-
|
|
2459
|
-
* <p> The object key for the destination bucket in which Amazon AppFlow places the files.
|
|
2460
|
-
* </p>
|
|
2461
|
-
*/
|
|
1508
|
+
|
|
2462
1509
|
bucketPrefix?: string;
|
|
2463
|
-
|
|
2464
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2465
|
-
* Snowflake destination. For example, this setting would determine if the flow should fail after
|
|
2466
|
-
* one insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2467
|
-
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2468
|
-
* </p>
|
|
2469
|
-
*/
|
|
1510
|
+
|
|
2470
1511
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2471
1512
|
}
|
|
2472
1513
|
export declare namespace SnowflakeDestinationProperties {
|
|
2473
|
-
|
|
2474
|
-
* @internal
|
|
2475
|
-
*/
|
|
1514
|
+
|
|
2476
1515
|
const filterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
|
|
2477
1516
|
}
|
|
2478
|
-
|
|
2479
|
-
* <p> The configuration that determines how Amazon AppFlow formats the flow output data when
|
|
2480
|
-
* Upsolver is used as the destination. </p>
|
|
2481
|
-
*/
|
|
1517
|
+
|
|
2482
1518
|
export interface UpsolverS3OutputFormatConfig {
|
|
2483
|
-
|
|
2484
|
-
* <p> Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
|
2485
|
-
* </p>
|
|
2486
|
-
*/
|
|
1519
|
+
|
|
2487
1520
|
fileType?: FileType | string;
|
|
2488
|
-
|
|
2489
|
-
* <p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can
|
|
2490
|
-
* name your destination folders according to the flow frequency and date. </p>
|
|
2491
|
-
*/
|
|
1521
|
+
|
|
2492
1522
|
prefixConfig: PrefixConfig | undefined;
|
|
2493
|
-
|
|
2494
|
-
* <p> The aggregation settings that you can use to customize the output format of your flow
|
|
2495
|
-
* data. </p>
|
|
2496
|
-
*/
|
|
1523
|
+
|
|
2497
1524
|
aggregationConfig?: AggregationConfig;
|
|
2498
1525
|
}
|
|
2499
1526
|
export declare namespace UpsolverS3OutputFormatConfig {
|
|
2500
|
-
|
|
2501
|
-
* @internal
|
|
2502
|
-
*/
|
|
1527
|
+
|
|
2503
1528
|
const filterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
|
|
2504
1529
|
}
|
|
2505
|
-
|
|
2506
|
-
* <p> The properties that are applied when Upsolver is used as a destination. </p>
|
|
2507
|
-
*/
|
|
1530
|
+
|
|
2508
1531
|
export interface UpsolverDestinationProperties {
|
|
2509
|
-
|
|
2510
|
-
* <p> The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
|
2511
|
-
* </p>
|
|
2512
|
-
*/
|
|
1532
|
+
|
|
2513
1533
|
bucketName: string | undefined;
|
|
2514
|
-
|
|
2515
|
-
* <p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow
|
|
2516
|
-
* places the files. </p>
|
|
2517
|
-
*/
|
|
1534
|
+
|
|
2518
1535
|
bucketPrefix?: string;
|
|
2519
|
-
|
|
2520
|
-
* <p> The configuration that determines how data is formatted when Upsolver is used as the flow
|
|
2521
|
-
* destination. </p>
|
|
2522
|
-
*/
|
|
1536
|
+
|
|
2523
1537
|
s3OutputFormatConfig: UpsolverS3OutputFormatConfig | undefined;
|
|
2524
1538
|
}
|
|
2525
1539
|
export declare namespace UpsolverDestinationProperties {
|
|
2526
|
-
|
|
2527
|
-
* @internal
|
|
2528
|
-
*/
|
|
1540
|
+
|
|
2529
1541
|
const filterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
|
|
2530
1542
|
}
|
|
2531
|
-
|
|
2532
|
-
* <p>The properties that are applied when Zendesk is used as a destination.</p>
|
|
2533
|
-
*/
|
|
1543
|
+
|
|
2534
1544
|
export interface ZendeskDestinationProperties {
|
|
2535
|
-
|
|
2536
|
-
* <p>The object specified in the Zendesk flow destination.</p>
|
|
2537
|
-
*/
|
|
1545
|
+
|
|
2538
1546
|
object: string | undefined;
|
|
2539
|
-
|
|
2540
|
-
* <p> A list of field names that can be used as an ID field when performing a write operation.
|
|
2541
|
-
* </p>
|
|
2542
|
-
*/
|
|
1547
|
+
|
|
2543
1548
|
idFieldNames?: string[];
|
|
2544
|
-
|
|
2545
|
-
* <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
|
|
2546
|
-
* destination. For example, this setting would determine if the flow should fail after one
|
|
2547
|
-
* insertion error, or continue and attempt to insert every record regardless of the initial
|
|
2548
|
-
* failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
|
|
2549
|
-
* </p>
|
|
2550
|
-
*/
|
|
1549
|
+
|
|
2551
1550
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2552
|
-
|
|
2553
|
-
* <p> The possible write operations in the destination connector. When this value is not
|
|
2554
|
-
* provided, this defaults to the <code>INSERT</code> operation. </p>
|
|
2555
|
-
*/
|
|
1551
|
+
|
|
2556
1552
|
writeOperationType?: WriteOperationType | string;
|
|
2557
1553
|
}
|
|
2558
1554
|
export declare namespace ZendeskDestinationProperties {
|
|
2559
|
-
|
|
2560
|
-
* @internal
|
|
2561
|
-
*/
|
|
1555
|
+
|
|
2562
1556
|
const filterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
|
|
2563
1557
|
}
|
|
2564
|
-
|
|
2565
|
-
* <p> This stores the information that is required to query a particular connector. </p>
|
|
2566
|
-
*/
|
|
1558
|
+
|
|
2567
1559
|
export interface DestinationConnectorProperties {
|
|
2568
|
-
|
|
2569
|
-
* <p> The properties required to query Amazon Redshift. </p>
|
|
2570
|
-
*/
|
|
1560
|
+
|
|
2571
1561
|
Redshift?: RedshiftDestinationProperties;
|
|
2572
|
-
|
|
2573
|
-
* <p> The properties required to query Amazon S3. </p>
|
|
2574
|
-
*/
|
|
1562
|
+
|
|
2575
1563
|
S3?: S3DestinationProperties;
|
|
2576
|
-
|
|
2577
|
-
* <p> The properties required to query Salesforce. </p>
|
|
2578
|
-
*/
|
|
1564
|
+
|
|
2579
1565
|
Salesforce?: SalesforceDestinationProperties;
|
|
2580
|
-
|
|
2581
|
-
* <p> The properties required to query Snowflake. </p>
|
|
2582
|
-
*/
|
|
1566
|
+
|
|
2583
1567
|
Snowflake?: SnowflakeDestinationProperties;
|
|
2584
|
-
|
|
2585
|
-
* <p> The properties required to query Amazon EventBridge. </p>
|
|
2586
|
-
*/
|
|
1568
|
+
|
|
2587
1569
|
EventBridge?: EventBridgeDestinationProperties;
|
|
2588
|
-
|
|
2589
|
-
* <p> The properties required to query Amazon Lookout for Metrics. </p>
|
|
2590
|
-
*/
|
|
1570
|
+
|
|
2591
1571
|
LookoutMetrics?: LookoutMetricsDestinationProperties;
|
|
2592
|
-
|
|
2593
|
-
* <p> The properties required to query Upsolver. </p>
|
|
2594
|
-
*/
|
|
1572
|
+
|
|
2595
1573
|
Upsolver?: UpsolverDestinationProperties;
|
|
2596
|
-
|
|
2597
|
-
* <p> The properties required to query Amazon Honeycode. </p>
|
|
2598
|
-
*/
|
|
1574
|
+
|
|
2599
1575
|
Honeycode?: HoneycodeDestinationProperties;
|
|
2600
|
-
|
|
2601
|
-
* <p> The properties required to query Amazon Connect Customer Profiles. </p>
|
|
2602
|
-
*/
|
|
1576
|
+
|
|
2603
1577
|
CustomerProfiles?: CustomerProfilesDestinationProperties;
|
|
2604
|
-
|
|
2605
|
-
* <p>The properties required to query Zendesk.</p>
|
|
2606
|
-
*/
|
|
1578
|
+
|
|
2607
1579
|
Zendesk?: ZendeskDestinationProperties;
|
|
2608
1580
|
}
|
|
2609
1581
|
export declare namespace DestinationConnectorProperties {
|
|
2610
|
-
|
|
2611
|
-
* @internal
|
|
2612
|
-
*/
|
|
1582
|
+
|
|
2613
1583
|
const filterSensitiveLog: (obj: DestinationConnectorProperties) => any;
|
|
2614
1584
|
}
|
|
2615
|
-
|
|
2616
|
-
* <p> Contains information about the configuration of destination connectors present in the
|
|
2617
|
-
* flow. </p>
|
|
2618
|
-
*/
|
|
1585
|
+
|
|
2619
1586
|
export interface DestinationFlowConfig {
|
|
2620
|
-
|
|
2621
|
-
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
2622
|
-
*/
|
|
1587
|
+
|
|
2623
1588
|
connectorType: ConnectorType | string | undefined;
|
|
2624
|
-
|
|
2625
|
-
* <p> The name of the connector profile. This name must be unique for each connector profile in
|
|
2626
|
-
* the Amazon Web Services account. </p>
|
|
2627
|
-
*/
|
|
1589
|
+
|
|
2628
1590
|
connectorProfileName?: string;
|
|
2629
|
-
|
|
2630
|
-
* <p> This stores the information that is required to query a particular connector. </p>
|
|
2631
|
-
*/
|
|
1591
|
+
|
|
2632
1592
|
destinationConnectorProperties: DestinationConnectorProperties | undefined;
|
|
2633
1593
|
}
|
|
2634
1594
|
export declare namespace DestinationFlowConfig {
|
|
2635
|
-
|
|
2636
|
-
* @internal
|
|
2637
|
-
*/
|
|
1595
|
+
|
|
2638
1596
|
const filterSensitiveLog: (obj: DestinationFlowConfig) => any;
|
|
2639
1597
|
}
|
|
2640
|
-
|
|
2641
|
-
* <p> Specifies the configuration used when importing incremental records from the source.
|
|
2642
|
-
* </p>
|
|
2643
|
-
*/
|
|
1598
|
+
|
|
2644
1599
|
export interface IncrementalPullConfig {
|
|
2645
|
-
|
|
2646
|
-
* <p> A field that specifies the date time or timestamp field as the criteria to use when
|
|
2647
|
-
* importing incremental records from the source. </p>
|
|
2648
|
-
*/
|
|
1600
|
+
|
|
2649
1601
|
datetimeTypeFieldName?: string;
|
|
2650
1602
|
}
|
|
2651
1603
|
export declare namespace IncrementalPullConfig {
|
|
2652
|
-
|
|
2653
|
-
* @internal
|
|
2654
|
-
*/
|
|
1604
|
+
|
|
2655
1605
|
const filterSensitiveLog: (obj: IncrementalPullConfig) => any;
|
|
2656
1606
|
}
|
|
2657
|
-
|
|
2658
|
-
* <p> The properties that are applied when Datadog is being used as a source. </p>
|
|
2659
|
-
*/
|
|
1607
|
+
|
|
2660
1608
|
export interface DatadogSourceProperties {
|
|
2661
|
-
|
|
2662
|
-
* <p> The object specified in the Datadog flow source. </p>
|
|
2663
|
-
*/
|
|
1609
|
+
|
|
2664
1610
|
object: string | undefined;
|
|
2665
1611
|
}
|
|
2666
1612
|
export declare namespace DatadogSourceProperties {
|
|
2667
|
-
|
|
2668
|
-
* @internal
|
|
2669
|
-
*/
|
|
1613
|
+
|
|
2670
1614
|
const filterSensitiveLog: (obj: DatadogSourceProperties) => any;
|
|
2671
1615
|
}
|
|
2672
|
-
|
|
2673
|
-
* <p> The properties that are applied when Dynatrace is being used as a source. </p>
|
|
2674
|
-
*/
|
|
1616
|
+
|
|
2675
1617
|
export interface DynatraceSourceProperties {
|
|
2676
|
-
|
|
2677
|
-
* <p> The object specified in the Dynatrace flow source. </p>
|
|
2678
|
-
*/
|
|
1618
|
+
|
|
2679
1619
|
object: string | undefined;
|
|
2680
1620
|
}
|
|
2681
1621
|
export declare namespace DynatraceSourceProperties {
|
|
2682
|
-
|
|
2683
|
-
* @internal
|
|
2684
|
-
*/
|
|
1622
|
+
|
|
2685
1623
|
const filterSensitiveLog: (obj: DynatraceSourceProperties) => any;
|
|
2686
1624
|
}
|
|
2687
|
-
|
|
2688
|
-
* <p> The properties that are applied when Google Analytics is being used as a source. </p>
|
|
2689
|
-
*/
|
|
1625
|
+
|
|
2690
1626
|
export interface GoogleAnalyticsSourceProperties {
|
|
2691
|
-
|
|
2692
|
-
* <p> The object specified in the Google Analytics flow source. </p>
|
|
2693
|
-
*/
|
|
1627
|
+
|
|
2694
1628
|
object: string | undefined;
|
|
2695
1629
|
}
|
|
2696
1630
|
export declare namespace GoogleAnalyticsSourceProperties {
|
|
2697
|
-
|
|
2698
|
-
* @internal
|
|
2699
|
-
*/
|
|
1631
|
+
|
|
2700
1632
|
const filterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
|
|
2701
1633
|
}
|
|
2702
|
-
|
|
2703
|
-
* <p> The properties that are applied when Infor Nexus is being used as a source. </p>
|
|
2704
|
-
*/
|
|
1634
|
+
|
|
2705
1635
|
export interface InforNexusSourceProperties {
|
|
2706
|
-
|
|
2707
|
-
* <p> The object specified in the Infor Nexus flow source. </p>
|
|
2708
|
-
*/
|
|
1636
|
+
|
|
2709
1637
|
object: string | undefined;
|
|
2710
1638
|
}
|
|
2711
1639
|
export declare namespace InforNexusSourceProperties {
|
|
2712
|
-
|
|
2713
|
-
* @internal
|
|
2714
|
-
*/
|
|
1640
|
+
|
|
2715
1641
|
const filterSensitiveLog: (obj: InforNexusSourceProperties) => any;
|
|
2716
1642
|
}
|
|
2717
|
-
|
|
2718
|
-
* <p> The properties that are applied when Marketo is being used as a source. </p>
|
|
2719
|
-
*/
|
|
1643
|
+
|
|
2720
1644
|
export interface MarketoSourceProperties {
|
|
2721
|
-
|
|
2722
|
-
* <p> The object specified in the Marketo flow source. </p>
|
|
2723
|
-
*/
|
|
1645
|
+
|
|
2724
1646
|
object: string | undefined;
|
|
2725
1647
|
}
|
|
2726
1648
|
export declare namespace MarketoSourceProperties {
|
|
2727
|
-
|
|
2728
|
-
* @internal
|
|
2729
|
-
*/
|
|
1649
|
+
|
|
2730
1650
|
const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
2731
1651
|
}
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
1652
|
+
export declare enum S3InputFileType {
|
|
1653
|
+
CSV = "CSV",
|
|
1654
|
+
JSON = "JSON"
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
export interface S3InputFormatConfig {
|
|
1658
|
+
|
|
1659
|
+
s3InputFileType?: S3InputFileType | string;
|
|
1660
|
+
}
|
|
1661
|
+
export declare namespace S3InputFormatConfig {
|
|
1662
|
+
|
|
1663
|
+
const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
2735
1666
|
export interface S3SourceProperties {
|
|
2736
|
-
|
|
2737
|
-
* <p> The Amazon S3 bucket name where the source files are stored. </p>
|
|
2738
|
-
*/
|
|
1667
|
+
|
|
2739
1668
|
bucketName: string | undefined;
|
|
2740
|
-
|
|
2741
|
-
* <p> The object key for the Amazon S3 bucket in which the source files are stored. </p>
|
|
2742
|
-
*/
|
|
1669
|
+
|
|
2743
1670
|
bucketPrefix?: string;
|
|
1671
|
+
|
|
1672
|
+
s3InputFormatConfig?: S3InputFormatConfig;
|
|
2744
1673
|
}
|
|
2745
1674
|
export declare namespace S3SourceProperties {
|
|
2746
|
-
|
|
2747
|
-
* @internal
|
|
2748
|
-
*/
|
|
1675
|
+
|
|
2749
1676
|
const filterSensitiveLog: (obj: S3SourceProperties) => any;
|
|
2750
1677
|
}
|
|
2751
|
-
|
|
2752
|
-
* <p> The properties that are applied when Salesforce is being used as a source. </p>
|
|
2753
|
-
*/
|
|
1678
|
+
|
|
2754
1679
|
export interface SalesforceSourceProperties {
|
|
2755
|
-
|
|
2756
|
-
* <p> The object specified in the Salesforce flow source. </p>
|
|
2757
|
-
*/
|
|
1680
|
+
|
|
2758
1681
|
object: string | undefined;
|
|
2759
|
-
|
|
2760
|
-
* <p> The flag that enables dynamic fetching of new (recently added) fields in the Salesforce
|
|
2761
|
-
* objects while running a flow. </p>
|
|
2762
|
-
*/
|
|
1682
|
+
|
|
2763
1683
|
enableDynamicFieldUpdate?: boolean;
|
|
2764
|
-
|
|
2765
|
-
* <p> Indicates whether Amazon AppFlow includes deleted files in the flow run. </p>
|
|
2766
|
-
*/
|
|
1684
|
+
|
|
2767
1685
|
includeDeletedRecords?: boolean;
|
|
2768
1686
|
}
|
|
2769
1687
|
export declare namespace SalesforceSourceProperties {
|
|
2770
|
-
|
|
2771
|
-
* @internal
|
|
2772
|
-
*/
|
|
1688
|
+
|
|
2773
1689
|
const filterSensitiveLog: (obj: SalesforceSourceProperties) => any;
|
|
2774
1690
|
}
|
|
2775
|
-
|
|
2776
|
-
* <p> The properties that are applied when using SAPOData as a flow source. </p>
|
|
2777
|
-
*/
|
|
1691
|
+
|
|
2778
1692
|
export interface SAPODataSourceProperties {
|
|
2779
|
-
|
|
2780
|
-
* <p> The object path specified in the SAPOData flow source. </p>
|
|
2781
|
-
*/
|
|
1693
|
+
|
|
2782
1694
|
objectPath?: string;
|
|
2783
1695
|
}
|
|
2784
1696
|
export declare namespace SAPODataSourceProperties {
|
|
2785
|
-
|
|
2786
|
-
* @internal
|
|
2787
|
-
*/
|
|
1697
|
+
|
|
2788
1698
|
const filterSensitiveLog: (obj: SAPODataSourceProperties) => any;
|
|
2789
1699
|
}
|
|
2790
|
-
|
|
2791
|
-
* <p> The properties that are applied when ServiceNow is being used as a source. </p>
|
|
2792
|
-
*/
|
|
1700
|
+
|
|
2793
1701
|
export interface ServiceNowSourceProperties {
|
|
2794
|
-
|
|
2795
|
-
* <p> The object specified in the ServiceNow flow source. </p>
|
|
2796
|
-
*/
|
|
1702
|
+
|
|
2797
1703
|
object: string | undefined;
|
|
2798
1704
|
}
|
|
2799
1705
|
export declare namespace ServiceNowSourceProperties {
|
|
2800
|
-
|
|
2801
|
-
* @internal
|
|
2802
|
-
*/
|
|
1706
|
+
|
|
2803
1707
|
const filterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
|
|
2804
1708
|
}
|
|
2805
|
-
|
|
2806
|
-
* <p> The properties that are applied when Singular is being used as a source. </p>
|
|
2807
|
-
*/
|
|
1709
|
+
|
|
2808
1710
|
export interface SingularSourceProperties {
|
|
2809
|
-
|
|
2810
|
-
* <p> The object specified in the Singular flow source. </p>
|
|
2811
|
-
*/
|
|
1711
|
+
|
|
2812
1712
|
object: string | undefined;
|
|
2813
1713
|
}
|
|
2814
1714
|
export declare namespace SingularSourceProperties {
|
|
2815
|
-
|
|
2816
|
-
* @internal
|
|
2817
|
-
*/
|
|
1715
|
+
|
|
2818
1716
|
const filterSensitiveLog: (obj: SingularSourceProperties) => any;
|
|
2819
1717
|
}
|
|
2820
|
-
|
|
2821
|
-
* <p> The properties that are applied when Slack is being used as a source. </p>
|
|
2822
|
-
*/
|
|
1718
|
+
|
|
2823
1719
|
export interface SlackSourceProperties {
|
|
2824
|
-
|
|
2825
|
-
* <p> The object specified in the Slack flow source. </p>
|
|
2826
|
-
*/
|
|
1720
|
+
|
|
2827
1721
|
object: string | undefined;
|
|
2828
1722
|
}
|
|
2829
1723
|
export declare namespace SlackSourceProperties {
|
|
2830
|
-
|
|
2831
|
-
* @internal
|
|
2832
|
-
*/
|
|
1724
|
+
|
|
2833
1725
|
const filterSensitiveLog: (obj: SlackSourceProperties) => any;
|
|
2834
1726
|
}
|
|
2835
|
-
|
|
2836
|
-
* <p> The properties that are applied when using Trend Micro as a flow source. </p>
|
|
2837
|
-
*/
|
|
1727
|
+
|
|
2838
1728
|
export interface TrendmicroSourceProperties {
|
|
2839
|
-
|
|
2840
|
-
* <p> The object specified in the Trend Micro flow source. </p>
|
|
2841
|
-
*/
|
|
1729
|
+
|
|
2842
1730
|
object: string | undefined;
|
|
2843
1731
|
}
|
|
2844
1732
|
export declare namespace TrendmicroSourceProperties {
|
|
2845
|
-
|
|
2846
|
-
* @internal
|
|
2847
|
-
*/
|
|
1733
|
+
|
|
2848
1734
|
const filterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
|
|
2849
1735
|
}
|
|
2850
|
-
|
|
2851
|
-
* <p> The properties that are applied when using Veeva as a flow source. </p>
|
|
2852
|
-
*/
|
|
1736
|
+
|
|
2853
1737
|
export interface VeevaSourceProperties {
|
|
2854
|
-
|
|
2855
|
-
* <p> The object specified in the Veeva flow source. </p>
|
|
2856
|
-
*/
|
|
1738
|
+
|
|
2857
1739
|
object: string | undefined;
|
|
2858
|
-
|
|
2859
|
-
* <p>The document type specified in the Veeva document extract flow.</p>
|
|
2860
|
-
*/
|
|
1740
|
+
|
|
2861
1741
|
documentType?: string;
|
|
2862
|
-
|
|
2863
|
-
* <p>Boolean value to include source files in Veeva document extract flow.</p>
|
|
2864
|
-
*/
|
|
1742
|
+
|
|
2865
1743
|
includeSourceFiles?: boolean;
|
|
2866
|
-
|
|
2867
|
-
* <p>Boolean value to include file renditions in Veeva document extract flow.</p>
|
|
2868
|
-
*/
|
|
1744
|
+
|
|
2869
1745
|
includeRenditions?: boolean;
|
|
2870
|
-
|
|
2871
|
-
* <p>Boolean value to include All Versions of files in Veeva document extract flow.</p>
|
|
2872
|
-
*/
|
|
1746
|
+
|
|
2873
1747
|
includeAllVersions?: boolean;
|
|
2874
1748
|
}
|
|
2875
1749
|
export declare namespace VeevaSourceProperties {
|
|
2876
|
-
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
1750
|
+
|
|
2879
1751
|
const filterSensitiveLog: (obj: VeevaSourceProperties) => any;
|
|
2880
1752
|
}
|
|
2881
|
-
|
|
2882
|
-
* <p> The properties that are applied when using Zendesk as a flow source. </p>
|
|
2883
|
-
*/
|
|
1753
|
+
|
|
2884
1754
|
export interface ZendeskSourceProperties {
|
|
2885
|
-
|
|
2886
|
-
* <p> The object specified in the Zendesk flow source. </p>
|
|
2887
|
-
*/
|
|
1755
|
+
|
|
2888
1756
|
object: string | undefined;
|
|
2889
1757
|
}
|
|
2890
1758
|
export declare namespace ZendeskSourceProperties {
|
|
2891
|
-
|
|
2892
|
-
* @internal
|
|
2893
|
-
*/
|
|
1759
|
+
|
|
2894
1760
|
const filterSensitiveLog: (obj: ZendeskSourceProperties) => any;
|
|
2895
1761
|
}
|
|
2896
|
-
|
|
2897
|
-
* <p> Specifies the information that is required to query a particular connector. </p>
|
|
2898
|
-
*/
|
|
1762
|
+
|
|
2899
1763
|
export interface SourceConnectorProperties {
|
|
2900
|
-
|
|
2901
|
-
* <p> Specifies the information that is required for querying Amplitude. </p>
|
|
2902
|
-
*/
|
|
1764
|
+
|
|
2903
1765
|
Amplitude?: AmplitudeSourceProperties;
|
|
2904
|
-
|
|
2905
|
-
* <p> Specifies the information that is required for querying Datadog. </p>
|
|
2906
|
-
*/
|
|
1766
|
+
|
|
2907
1767
|
Datadog?: DatadogSourceProperties;
|
|
2908
|
-
|
|
2909
|
-
* <p> Specifies the information that is required for querying Dynatrace. </p>
|
|
2910
|
-
*/
|
|
1768
|
+
|
|
2911
1769
|
Dynatrace?: DynatraceSourceProperties;
|
|
2912
|
-
|
|
2913
|
-
* <p> Specifies the information that is required for querying Google Analytics. </p>
|
|
2914
|
-
*/
|
|
1770
|
+
|
|
2915
1771
|
GoogleAnalytics?: GoogleAnalyticsSourceProperties;
|
|
2916
|
-
|
|
2917
|
-
* <p> Specifies the information that is required for querying Infor Nexus. </p>
|
|
2918
|
-
*/
|
|
1772
|
+
|
|
2919
1773
|
InforNexus?: InforNexusSourceProperties;
|
|
2920
|
-
|
|
2921
|
-
* <p> Specifies the information that is required for querying Marketo. </p>
|
|
2922
|
-
*/
|
|
1774
|
+
|
|
2923
1775
|
Marketo?: MarketoSourceProperties;
|
|
2924
|
-
|
|
2925
|
-
* <p> Specifies the information that is required for querying Amazon S3. </p>
|
|
2926
|
-
*/
|
|
1776
|
+
|
|
2927
1777
|
S3?: S3SourceProperties;
|
|
2928
|
-
|
|
2929
|
-
* <p> Specifies the information that is required for querying Salesforce. </p>
|
|
2930
|
-
*/
|
|
1778
|
+
|
|
2931
1779
|
Salesforce?: SalesforceSourceProperties;
|
|
2932
|
-
|
|
2933
|
-
* <p> Specifies the information that is required for querying ServiceNow. </p>
|
|
2934
|
-
*/
|
|
1780
|
+
|
|
2935
1781
|
ServiceNow?: ServiceNowSourceProperties;
|
|
2936
|
-
|
|
2937
|
-
* <p> Specifies the information that is required for querying Singular. </p>
|
|
2938
|
-
*/
|
|
1782
|
+
|
|
2939
1783
|
Singular?: SingularSourceProperties;
|
|
2940
|
-
|
|
2941
|
-
* <p> Specifies the information that is required for querying Slack. </p>
|
|
2942
|
-
*/
|
|
1784
|
+
|
|
2943
1785
|
Slack?: SlackSourceProperties;
|
|
2944
|
-
|
|
2945
|
-
* <p> Specifies the information that is required for querying Trend Micro. </p>
|
|
2946
|
-
*/
|
|
1786
|
+
|
|
2947
1787
|
Trendmicro?: TrendmicroSourceProperties;
|
|
2948
|
-
|
|
2949
|
-
* <p> Specifies the information that is required for querying Veeva. </p>
|
|
2950
|
-
*/
|
|
1788
|
+
|
|
2951
1789
|
Veeva?: VeevaSourceProperties;
|
|
2952
|
-
|
|
2953
|
-
* <p> Specifies the information that is required for querying Zendesk. </p>
|
|
2954
|
-
*/
|
|
1790
|
+
|
|
2955
1791
|
Zendesk?: ZendeskSourceProperties;
|
|
2956
|
-
|
|
2957
|
-
* <p> The properties that are applied when using SAPOData as a flow source. </p>
|
|
2958
|
-
*/
|
|
1792
|
+
|
|
2959
1793
|
SAPOData?: SAPODataSourceProperties;
|
|
2960
1794
|
}
|
|
2961
1795
|
export declare namespace SourceConnectorProperties {
|
|
2962
|
-
|
|
2963
|
-
* @internal
|
|
2964
|
-
*/
|
|
1796
|
+
|
|
2965
1797
|
const filterSensitiveLog: (obj: SourceConnectorProperties) => any;
|
|
2966
1798
|
}
|
|
2967
|
-
|
|
2968
|
-
* <p> Contains information about the configuration of the source connector used in the flow.
|
|
2969
|
-
* </p>
|
|
2970
|
-
*/
|
|
1799
|
+
|
|
2971
1800
|
export interface SourceFlowConfig {
|
|
2972
|
-
|
|
2973
|
-
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
2974
|
-
*/
|
|
1801
|
+
|
|
2975
1802
|
connectorType: ConnectorType | string | undefined;
|
|
2976
|
-
|
|
2977
|
-
* <p> The name of the connector profile. This name must be unique for each connector profile in
|
|
2978
|
-
* the Amazon Web Services account. </p>
|
|
2979
|
-
*/
|
|
1803
|
+
|
|
2980
1804
|
connectorProfileName?: string;
|
|
2981
|
-
|
|
2982
|
-
* <p> Specifies the information that is required to query a particular source connector.
|
|
2983
|
-
* </p>
|
|
2984
|
-
*/
|
|
1805
|
+
|
|
2985
1806
|
sourceConnectorProperties: SourceConnectorProperties | undefined;
|
|
2986
|
-
|
|
2987
|
-
* <p> Defines the configuration for a scheduled incremental data pull. If a valid configuration
|
|
2988
|
-
* is provided, the fields specified in the configuration are used when querying for the
|
|
2989
|
-
* incremental data pull. </p>
|
|
2990
|
-
*/
|
|
1807
|
+
|
|
2991
1808
|
incrementalPullConfig?: IncrementalPullConfig;
|
|
2992
1809
|
}
|
|
2993
1810
|
export declare namespace SourceFlowConfig {
|
|
2994
|
-
|
|
2995
|
-
* @internal
|
|
2996
|
-
*/
|
|
1811
|
+
|
|
2997
1812
|
const filterSensitiveLog: (obj: SourceFlowConfig) => any;
|
|
2998
1813
|
}
|
|
2999
1814
|
export declare enum OperatorPropertiesKeys {
|
|
@@ -3023,177 +1838,92 @@ export declare enum TaskType {
|
|
|
3023
1838
|
TRUNCATE = "Truncate",
|
|
3024
1839
|
VALIDATE = "Validate"
|
|
3025
1840
|
}
|
|
3026
|
-
|
|
3027
|
-
* <p> A class for modeling different type of tasks. Task implementation varies based on the
|
|
3028
|
-
* <code>TaskType</code>. </p>
|
|
3029
|
-
*/
|
|
1841
|
+
|
|
3030
1842
|
export interface Task {
|
|
3031
|
-
|
|
3032
|
-
* <p> The source fields to which a particular task is applied. </p>
|
|
3033
|
-
*/
|
|
1843
|
+
|
|
3034
1844
|
sourceFields: string[] | undefined;
|
|
3035
|
-
|
|
3036
|
-
* <p> The operation to be performed on the provided source fields. </p>
|
|
3037
|
-
*/
|
|
1845
|
+
|
|
3038
1846
|
connectorOperator?: ConnectorOperator;
|
|
3039
|
-
|
|
3040
|
-
* <p> A field in a destination connector, or a field value against which Amazon AppFlow
|
|
3041
|
-
* validates a source field. </p>
|
|
3042
|
-
*/
|
|
1847
|
+
|
|
3043
1848
|
destinationField?: string;
|
|
3044
|
-
|
|
3045
|
-
* <p> Specifies the particular task implementation that Amazon AppFlow performs. </p>
|
|
3046
|
-
*/
|
|
1849
|
+
|
|
3047
1850
|
taskType: TaskType | string | undefined;
|
|
3048
|
-
|
|
3049
|
-
* <p> A map used to store task-related information. The execution service looks for particular
|
|
3050
|
-
* information based on the <code>TaskType</code>. </p>
|
|
3051
|
-
*/
|
|
1851
|
+
|
|
3052
1852
|
taskProperties?: {
|
|
3053
1853
|
[key: string]: string;
|
|
3054
1854
|
};
|
|
3055
1855
|
}
|
|
3056
1856
|
export declare namespace Task {
|
|
3057
|
-
|
|
3058
|
-
* @internal
|
|
3059
|
-
*/
|
|
1857
|
+
|
|
3060
1858
|
const filterSensitiveLog: (obj: Task) => any;
|
|
3061
1859
|
}
|
|
3062
1860
|
export declare enum DataPullMode {
|
|
3063
1861
|
COMPLETE = "Complete",
|
|
3064
1862
|
INCREMENTAL = "Incremental"
|
|
3065
1863
|
}
|
|
3066
|
-
|
|
3067
|
-
* <p> Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
|
3068
|
-
* Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>
|
|
3069
|
-
*/
|
|
1864
|
+
|
|
3070
1865
|
export interface ScheduledTriggerProperties {
|
|
3071
|
-
|
|
3072
|
-
* <p> The scheduling expression that determines the rate at which the schedule will run, for
|
|
3073
|
-
* example <code>rate(5minutes)</code>. </p>
|
|
3074
|
-
*/
|
|
1866
|
+
|
|
3075
1867
|
scheduleExpression: string | undefined;
|
|
3076
|
-
|
|
3077
|
-
* <p> Specifies whether a scheduled flow has an incremental data transfer or a complete data
|
|
3078
|
-
* transfer for each flow run. </p>
|
|
3079
|
-
*/
|
|
1868
|
+
|
|
3080
1869
|
dataPullMode?: DataPullMode | string;
|
|
3081
|
-
|
|
3082
|
-
* <p> Specifies the scheduled start time for a schedule-triggered flow. </p>
|
|
3083
|
-
*/
|
|
1870
|
+
|
|
3084
1871
|
scheduleStartTime?: Date;
|
|
3085
|
-
|
|
3086
|
-
* <p> Specifies the scheduled end time for a schedule-triggered flow. </p>
|
|
3087
|
-
*/
|
|
1872
|
+
|
|
3088
1873
|
scheduleEndTime?: Date;
|
|
3089
|
-
|
|
3090
|
-
* <p> Specifies the time zone used when referring to the date and time of a scheduled-triggered
|
|
3091
|
-
* flow, such as <code>America/New_York</code>. </p>
|
|
3092
|
-
*/
|
|
1874
|
+
|
|
3093
1875
|
timezone?: string;
|
|
3094
|
-
|
|
3095
|
-
* <p> Specifies the optional offset that is added to the time interval for a schedule-triggered
|
|
3096
|
-
* flow. </p>
|
|
3097
|
-
*/
|
|
1876
|
+
|
|
3098
1877
|
scheduleOffset?: number;
|
|
3099
|
-
|
|
3100
|
-
* <p> Specifies the date range for the records to import from the connector in the first flow
|
|
3101
|
-
* run. </p>
|
|
3102
|
-
*/
|
|
1878
|
+
|
|
3103
1879
|
firstExecutionFrom?: Date;
|
|
3104
1880
|
}
|
|
3105
1881
|
export declare namespace ScheduledTriggerProperties {
|
|
3106
|
-
|
|
3107
|
-
* @internal
|
|
3108
|
-
*/
|
|
1882
|
+
|
|
3109
1883
|
const filterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
|
|
3110
1884
|
}
|
|
3111
|
-
|
|
3112
|
-
* <p> Specifies the configuration details that control the trigger for a flow. Currently, these
|
|
3113
|
-
* settings only apply to the <code>Scheduled</code> trigger type. </p>
|
|
3114
|
-
*/
|
|
1885
|
+
|
|
3115
1886
|
export interface TriggerProperties {
|
|
3116
|
-
|
|
3117
|
-
* <p> Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
|
3118
|
-
* </p>
|
|
3119
|
-
*/
|
|
1887
|
+
|
|
3120
1888
|
Scheduled?: ScheduledTriggerProperties;
|
|
3121
1889
|
}
|
|
3122
1890
|
export declare namespace TriggerProperties {
|
|
3123
|
-
|
|
3124
|
-
* @internal
|
|
3125
|
-
*/
|
|
1891
|
+
|
|
3126
1892
|
const filterSensitiveLog: (obj: TriggerProperties) => any;
|
|
3127
1893
|
}
|
|
3128
|
-
|
|
3129
|
-
* <p> The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
|
|
3130
|
-
* </p>
|
|
3131
|
-
*/
|
|
1894
|
+
|
|
3132
1895
|
export interface TriggerConfig {
|
|
3133
|
-
|
|
3134
|
-
* <p> Specifies the type of flow trigger. This can be <code>OnDemand</code>,
|
|
3135
|
-
* <code>Scheduled</code>, or <code>Event</code>. </p>
|
|
3136
|
-
*/
|
|
1896
|
+
|
|
3137
1897
|
triggerType: TriggerType | string | undefined;
|
|
3138
|
-
|
|
3139
|
-
* <p> Specifies the configuration details of a schedule-triggered flow as defined by the user.
|
|
3140
|
-
* Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>
|
|
3141
|
-
*/
|
|
1898
|
+
|
|
3142
1899
|
triggerProperties?: TriggerProperties;
|
|
3143
1900
|
}
|
|
3144
1901
|
export declare namespace TriggerConfig {
|
|
3145
|
-
|
|
3146
|
-
* @internal
|
|
3147
|
-
*/
|
|
1902
|
+
|
|
3148
1903
|
const filterSensitiveLog: (obj: TriggerConfig) => any;
|
|
3149
1904
|
}
|
|
3150
1905
|
export interface CreateFlowRequest {
|
|
3151
|
-
|
|
3152
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3153
|
-
* (-) only. </p>
|
|
3154
|
-
*/
|
|
1906
|
+
|
|
3155
1907
|
flowName: string | undefined;
|
|
3156
|
-
|
|
3157
|
-
* <p> A description of the flow you want to create. </p>
|
|
3158
|
-
*/
|
|
1908
|
+
|
|
3159
1909
|
description?: string;
|
|
3160
|
-
|
|
3161
|
-
* <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
|
|
3162
|
-
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
|
|
3163
|
-
* you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
3164
|
-
* </p>
|
|
3165
|
-
*/
|
|
1910
|
+
|
|
3166
1911
|
kmsArn?: string;
|
|
3167
|
-
|
|
3168
|
-
* <p> The trigger settings that determine how and when the flow runs. </p>
|
|
3169
|
-
*/
|
|
1912
|
+
|
|
3170
1913
|
triggerConfig: TriggerConfig | undefined;
|
|
3171
|
-
|
|
3172
|
-
* <p> The configuration that controls how Amazon AppFlow retrieves data from the source
|
|
3173
|
-
* connector. </p>
|
|
3174
|
-
*/
|
|
1914
|
+
|
|
3175
1915
|
sourceFlowConfig: SourceFlowConfig | undefined;
|
|
3176
|
-
|
|
3177
|
-
* <p> The configuration that controls how Amazon AppFlow places data in the destination
|
|
3178
|
-
* connector. </p>
|
|
3179
|
-
*/
|
|
1916
|
+
|
|
3180
1917
|
destinationFlowConfigList: DestinationFlowConfig[] | undefined;
|
|
3181
|
-
|
|
3182
|
-
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
|
3183
|
-
* </p>
|
|
3184
|
-
*/
|
|
1918
|
+
|
|
3185
1919
|
tasks: Task[] | undefined;
|
|
3186
|
-
|
|
3187
|
-
* <p> The tags used to organize, track, or control access for your flow. </p>
|
|
3188
|
-
*/
|
|
1920
|
+
|
|
3189
1921
|
tags?: {
|
|
3190
1922
|
[key: string]: string;
|
|
3191
1923
|
};
|
|
3192
1924
|
}
|
|
3193
1925
|
export declare namespace CreateFlowRequest {
|
|
3194
|
-
|
|
3195
|
-
* @internal
|
|
3196
|
-
*/
|
|
1926
|
+
|
|
3197
1927
|
const filterSensitiveLog: (obj: CreateFlowRequest) => any;
|
|
3198
1928
|
}
|
|
3199
1929
|
export declare enum FlowStatus {
|
|
@@ -3205,211 +1935,129 @@ export declare enum FlowStatus {
|
|
|
3205
1935
|
SUSPENDED = "Suspended"
|
|
3206
1936
|
}
|
|
3207
1937
|
export interface CreateFlowResponse {
|
|
3208
|
-
|
|
3209
|
-
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
3210
|
-
*/
|
|
1938
|
+
|
|
3211
1939
|
flowArn?: string;
|
|
3212
|
-
|
|
3213
|
-
* <p> Indicates the current status of the flow. </p>
|
|
3214
|
-
*/
|
|
1940
|
+
|
|
3215
1941
|
flowStatus?: FlowStatus | string;
|
|
3216
1942
|
}
|
|
3217
1943
|
export declare namespace CreateFlowResponse {
|
|
3218
|
-
|
|
3219
|
-
* @internal
|
|
3220
|
-
*/
|
|
1944
|
+
|
|
3221
1945
|
const filterSensitiveLog: (obj: CreateFlowResponse) => any;
|
|
3222
1946
|
}
|
|
3223
|
-
|
|
3224
|
-
* <p> The resource specified in the request (such as the source or destination connector
|
|
3225
|
-
* profile) is not found. </p>
|
|
3226
|
-
*/
|
|
1947
|
+
|
|
3227
1948
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
3228
1949
|
name: "ResourceNotFoundException";
|
|
3229
1950
|
$fault: "client";
|
|
3230
1951
|
message?: string;
|
|
3231
1952
|
}
|
|
3232
1953
|
export declare namespace ResourceNotFoundException {
|
|
3233
|
-
|
|
3234
|
-
* @internal
|
|
3235
|
-
*/
|
|
1954
|
+
|
|
3236
1955
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
3237
1956
|
}
|
|
3238
1957
|
export interface DeleteConnectorProfileRequest {
|
|
3239
|
-
|
|
3240
|
-
* <p> The name of the connector profile. The name is unique for each
|
|
3241
|
-
* <code>ConnectorProfile</code> in your account. </p>
|
|
3242
|
-
*/
|
|
1958
|
+
|
|
3243
1959
|
connectorProfileName: string | undefined;
|
|
3244
|
-
|
|
3245
|
-
* <p> Indicates whether Amazon AppFlow should delete the profile, even if it is currently in
|
|
3246
|
-
* use in one or more flows. </p>
|
|
3247
|
-
*/
|
|
1960
|
+
|
|
3248
1961
|
forceDelete?: boolean;
|
|
3249
1962
|
}
|
|
3250
1963
|
export declare namespace DeleteConnectorProfileRequest {
|
|
3251
|
-
|
|
3252
|
-
* @internal
|
|
3253
|
-
*/
|
|
1964
|
+
|
|
3254
1965
|
const filterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
|
|
3255
1966
|
}
|
|
3256
1967
|
export interface DeleteConnectorProfileResponse {
|
|
3257
1968
|
}
|
|
3258
1969
|
export declare namespace DeleteConnectorProfileResponse {
|
|
3259
|
-
|
|
3260
|
-
* @internal
|
|
3261
|
-
*/
|
|
1970
|
+
|
|
3262
1971
|
const filterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
|
|
3263
1972
|
}
|
|
3264
1973
|
export interface DeleteFlowRequest {
|
|
3265
|
-
|
|
3266
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3267
|
-
* (-) only. </p>
|
|
3268
|
-
*/
|
|
1974
|
+
|
|
3269
1975
|
flowName: string | undefined;
|
|
3270
|
-
|
|
3271
|
-
* <p> Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
|
|
3272
|
-
* </p>
|
|
3273
|
-
*/
|
|
1976
|
+
|
|
3274
1977
|
forceDelete?: boolean;
|
|
3275
1978
|
}
|
|
3276
1979
|
export declare namespace DeleteFlowRequest {
|
|
3277
|
-
|
|
3278
|
-
* @internal
|
|
3279
|
-
*/
|
|
1980
|
+
|
|
3280
1981
|
const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
|
|
3281
1982
|
}
|
|
3282
1983
|
export interface DeleteFlowResponse {
|
|
3283
1984
|
}
|
|
3284
1985
|
export declare namespace DeleteFlowResponse {
|
|
3285
|
-
|
|
3286
|
-
* @internal
|
|
3287
|
-
*/
|
|
1986
|
+
|
|
3288
1987
|
const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
|
|
3289
1988
|
}
|
|
3290
1989
|
export interface DescribeConnectorEntityRequest {
|
|
3291
|
-
|
|
3292
|
-
* <p> The entity name for that connector. </p>
|
|
3293
|
-
*/
|
|
1990
|
+
|
|
3294
1991
|
connectorEntityName: string | undefined;
|
|
3295
|
-
|
|
3296
|
-
* <p> The type of connector application, such as Salesforce, Amplitude, and so on. </p>
|
|
3297
|
-
*/
|
|
1992
|
+
|
|
3298
1993
|
connectorType?: ConnectorType | string;
|
|
3299
|
-
|
|
3300
|
-
* <p> The name of the connector profile. The name is unique for each
|
|
3301
|
-
* <code>ConnectorProfile</code> in the Amazon Web Services account. </p>
|
|
3302
|
-
*/
|
|
1994
|
+
|
|
3303
1995
|
connectorProfileName?: string;
|
|
3304
1996
|
}
|
|
3305
1997
|
export declare namespace DescribeConnectorEntityRequest {
|
|
3306
|
-
|
|
3307
|
-
* @internal
|
|
3308
|
-
*/
|
|
1998
|
+
|
|
3309
1999
|
const filterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
|
|
3310
2000
|
}
|
|
3311
2001
|
export interface DescribeConnectorEntityResponse {
|
|
3312
|
-
|
|
3313
|
-
* <p> Describes the fields for that connector entity. For example, for an
|
|
3314
|
-
* <i>account</i> entity, the fields would be <i>account name</i>,
|
|
3315
|
-
* <i>account ID</i>, and so on. </p>
|
|
3316
|
-
*/
|
|
2002
|
+
|
|
3317
2003
|
connectorEntityFields: ConnectorEntityField[] | undefined;
|
|
3318
2004
|
}
|
|
3319
2005
|
export declare namespace DescribeConnectorEntityResponse {
|
|
3320
|
-
|
|
3321
|
-
* @internal
|
|
3322
|
-
*/
|
|
2006
|
+
|
|
3323
2007
|
const filterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
|
|
3324
2008
|
}
|
|
3325
2009
|
export interface DescribeConnectorProfilesRequest {
|
|
3326
|
-
|
|
3327
|
-
* <p> The name of the connector profile. The name is unique for each
|
|
3328
|
-
* <code>ConnectorProfile</code> in the Amazon Web Services account. </p>
|
|
3329
|
-
*/
|
|
2010
|
+
|
|
3330
2011
|
connectorProfileNames?: string[];
|
|
3331
|
-
|
|
3332
|
-
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
3333
|
-
*/
|
|
2012
|
+
|
|
3334
2013
|
connectorType?: ConnectorType | string;
|
|
3335
|
-
|
|
3336
|
-
* <p> Specifies the maximum number of items that should be returned in the result set. The
|
|
3337
|
-
* default for <code>maxResults</code> is 20 (for all paginated API operations). </p>
|
|
3338
|
-
*/
|
|
2014
|
+
|
|
3339
2015
|
maxResults?: number;
|
|
3340
|
-
|
|
3341
|
-
* <p> The pagination token for the next page of data. </p>
|
|
3342
|
-
*/
|
|
2016
|
+
|
|
3343
2017
|
nextToken?: string;
|
|
3344
2018
|
}
|
|
3345
2019
|
export declare namespace DescribeConnectorProfilesRequest {
|
|
3346
|
-
|
|
3347
|
-
* @internal
|
|
3348
|
-
*/
|
|
2020
|
+
|
|
3349
2021
|
const filterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
|
|
3350
2022
|
}
|
|
3351
2023
|
export interface DescribeConnectorProfilesResponse {
|
|
3352
|
-
|
|
3353
|
-
* <p> Returns information about the connector profiles associated with the flow. </p>
|
|
3354
|
-
*/
|
|
2024
|
+
|
|
3355
2025
|
connectorProfileDetails?: ConnectorProfile[];
|
|
3356
|
-
|
|
3357
|
-
* <p> The pagination token for the next page of data. If <code>nextToken=null</code>, this
|
|
3358
|
-
* means that all records have been fetched. </p>
|
|
3359
|
-
*/
|
|
2026
|
+
|
|
3360
2027
|
nextToken?: string;
|
|
3361
2028
|
}
|
|
3362
2029
|
export declare namespace DescribeConnectorProfilesResponse {
|
|
3363
|
-
|
|
3364
|
-
* @internal
|
|
3365
|
-
*/
|
|
2030
|
+
|
|
3366
2031
|
const filterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
|
|
3367
2032
|
}
|
|
3368
2033
|
export interface DescribeConnectorsRequest {
|
|
3369
|
-
|
|
3370
|
-
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
3371
|
-
*/
|
|
2034
|
+
|
|
3372
2035
|
connectorTypes?: (ConnectorType | string)[];
|
|
3373
|
-
|
|
3374
|
-
* <p> The pagination token for the next page of data. </p>
|
|
3375
|
-
*/
|
|
2036
|
+
|
|
3376
2037
|
nextToken?: string;
|
|
3377
2038
|
}
|
|
3378
2039
|
export declare namespace DescribeConnectorsRequest {
|
|
3379
|
-
|
|
3380
|
-
* @internal
|
|
3381
|
-
*/
|
|
2040
|
+
|
|
3382
2041
|
const filterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
|
|
3383
2042
|
}
|
|
3384
2043
|
export interface DescribeConnectorsResponse {
|
|
3385
|
-
|
|
3386
|
-
* <p> The configuration that is applied to the connectors used in the flow. </p>
|
|
3387
|
-
*/
|
|
2044
|
+
|
|
3388
2045
|
connectorConfigurations?: {
|
|
3389
2046
|
[key: string]: ConnectorConfiguration;
|
|
3390
2047
|
};
|
|
3391
|
-
|
|
3392
|
-
* <p> The pagination token for the next page of data. </p>
|
|
3393
|
-
*/
|
|
2048
|
+
|
|
3394
2049
|
nextToken?: string;
|
|
3395
2050
|
}
|
|
3396
2051
|
export declare namespace DescribeConnectorsResponse {
|
|
3397
|
-
|
|
3398
|
-
* @internal
|
|
3399
|
-
*/
|
|
2052
|
+
|
|
3400
2053
|
const filterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
|
|
3401
2054
|
}
|
|
3402
2055
|
export interface DescribeFlowRequest {
|
|
3403
|
-
|
|
3404
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3405
|
-
* (-) only. </p>
|
|
3406
|
-
*/
|
|
2056
|
+
|
|
3407
2057
|
flowName: string | undefined;
|
|
3408
2058
|
}
|
|
3409
2059
|
export declare namespace DescribeFlowRequest {
|
|
3410
|
-
|
|
3411
|
-
* @internal
|
|
3412
|
-
*/
|
|
2060
|
+
|
|
3413
2061
|
const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
|
|
3414
2062
|
}
|
|
3415
2063
|
export declare enum ExecutionStatus {
|
|
@@ -3417,614 +2065,348 @@ export declare enum ExecutionStatus {
|
|
|
3417
2065
|
INPROGRESS = "InProgress",
|
|
3418
2066
|
SUCCESSFUL = "Successful"
|
|
3419
2067
|
}
|
|
3420
|
-
|
|
3421
|
-
* <p> Describes the details of the flow run, including the timestamp, status, and message.
|
|
3422
|
-
* </p>
|
|
3423
|
-
*/
|
|
2068
|
+
|
|
3424
2069
|
export interface ExecutionDetails {
|
|
3425
|
-
|
|
3426
|
-
* <p> Describes the details of the most recent flow run. </p>
|
|
3427
|
-
*/
|
|
2070
|
+
|
|
3428
2071
|
mostRecentExecutionMessage?: string;
|
|
3429
|
-
|
|
3430
|
-
* <p> Specifies the time of the most recent flow run. </p>
|
|
3431
|
-
*/
|
|
2072
|
+
|
|
3432
2073
|
mostRecentExecutionTime?: Date;
|
|
3433
|
-
|
|
3434
|
-
* <p> Specifies the status of the most recent flow run. </p>
|
|
3435
|
-
*/
|
|
2074
|
+
|
|
3436
2075
|
mostRecentExecutionStatus?: ExecutionStatus | string;
|
|
3437
2076
|
}
|
|
3438
2077
|
export declare namespace ExecutionDetails {
|
|
3439
|
-
|
|
3440
|
-
* @internal
|
|
3441
|
-
*/
|
|
2078
|
+
|
|
3442
2079
|
const filterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
3443
2080
|
}
|
|
3444
2081
|
export interface DescribeFlowResponse {
|
|
3445
|
-
|
|
3446
|
-
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
3447
|
-
*/
|
|
2082
|
+
|
|
3448
2083
|
flowArn?: string;
|
|
3449
|
-
|
|
3450
|
-
* <p> A description of the flow. </p>
|
|
3451
|
-
*/
|
|
2084
|
+
|
|
3452
2085
|
description?: string;
|
|
3453
|
-
|
|
3454
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3455
|
-
* (-) only. </p>
|
|
3456
|
-
*/
|
|
2086
|
+
|
|
3457
2087
|
flowName?: string;
|
|
3458
|
-
|
|
3459
|
-
* <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
|
|
3460
|
-
* encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
|
|
3461
|
-
* you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
3462
|
-
* </p>
|
|
3463
|
-
*/
|
|
2088
|
+
|
|
3464
2089
|
kmsArn?: string;
|
|
3465
|
-
|
|
3466
|
-
* <p> Indicates the current status of the flow. </p>
|
|
3467
|
-
*/
|
|
2090
|
+
|
|
3468
2091
|
flowStatus?: FlowStatus | string;
|
|
3469
|
-
|
|
3470
|
-
* <p> Contains an error message if the flow status is in a suspended or error state. This
|
|
3471
|
-
* applies only to scheduled or event-triggered flows. </p>
|
|
3472
|
-
*/
|
|
2092
|
+
|
|
3473
2093
|
flowStatusMessage?: string;
|
|
3474
|
-
|
|
3475
|
-
* <p> The configuration that controls how Amazon AppFlow retrieves data from the source
|
|
3476
|
-
* connector. </p>
|
|
3477
|
-
*/
|
|
2094
|
+
|
|
3478
2095
|
sourceFlowConfig?: SourceFlowConfig;
|
|
3479
|
-
|
|
3480
|
-
* <p> The configuration that controls how Amazon AppFlow transfers data to the destination
|
|
3481
|
-
* connector. </p>
|
|
3482
|
-
*/
|
|
2096
|
+
|
|
3483
2097
|
destinationFlowConfigList?: DestinationFlowConfig[];
|
|
3484
|
-
|
|
3485
|
-
* <p> Describes the details of the most recent flow run. </p>
|
|
3486
|
-
*/
|
|
2098
|
+
|
|
3487
2099
|
lastRunExecutionDetails?: ExecutionDetails;
|
|
3488
|
-
|
|
3489
|
-
* <p> The trigger settings that determine how and when the flow runs. </p>
|
|
3490
|
-
*/
|
|
2100
|
+
|
|
3491
2101
|
triggerConfig?: TriggerConfig;
|
|
3492
|
-
|
|
3493
|
-
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
|
3494
|
-
* </p>
|
|
3495
|
-
*/
|
|
2102
|
+
|
|
3496
2103
|
tasks?: Task[];
|
|
3497
|
-
|
|
3498
|
-
* <p> Specifies when the flow was created. </p>
|
|
3499
|
-
*/
|
|
2104
|
+
|
|
3500
2105
|
createdAt?: Date;
|
|
3501
|
-
|
|
3502
|
-
* <p> Specifies when the flow was last updated. </p>
|
|
3503
|
-
*/
|
|
2106
|
+
|
|
3504
2107
|
lastUpdatedAt?: Date;
|
|
3505
|
-
|
|
3506
|
-
* <p> The ARN of the user who created the flow. </p>
|
|
3507
|
-
*/
|
|
2108
|
+
|
|
3508
2109
|
createdBy?: string;
|
|
3509
|
-
|
|
3510
|
-
* <p> Specifies the user name of the account that performed the most recent update. </p>
|
|
3511
|
-
*/
|
|
2110
|
+
|
|
3512
2111
|
lastUpdatedBy?: string;
|
|
3513
|
-
|
|
3514
|
-
* <p> The tags used to organize, track, or control access for your flow. </p>
|
|
3515
|
-
*/
|
|
2112
|
+
|
|
3516
2113
|
tags?: {
|
|
3517
2114
|
[key: string]: string;
|
|
3518
2115
|
};
|
|
3519
2116
|
}
|
|
3520
2117
|
export declare namespace DescribeFlowResponse {
|
|
3521
|
-
|
|
3522
|
-
* @internal
|
|
3523
|
-
*/
|
|
2118
|
+
|
|
3524
2119
|
const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
|
|
3525
2120
|
}
|
|
3526
2121
|
export interface DescribeFlowExecutionRecordsRequest {
|
|
3527
|
-
|
|
3528
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3529
|
-
* (-) only. </p>
|
|
3530
|
-
*/
|
|
2122
|
+
|
|
3531
2123
|
flowName: string | undefined;
|
|
3532
|
-
|
|
3533
|
-
* <p> Specifies the maximum number of items that should be returned in the result set. The
|
|
3534
|
-
* default for <code>maxResults</code> is 20 (for all paginated API operations). </p>
|
|
3535
|
-
*/
|
|
2124
|
+
|
|
3536
2125
|
maxResults?: number;
|
|
3537
|
-
|
|
3538
|
-
* <p> The pagination token for the next page of data. </p>
|
|
3539
|
-
*/
|
|
2126
|
+
|
|
3540
2127
|
nextToken?: string;
|
|
3541
2128
|
}
|
|
3542
2129
|
export declare namespace DescribeFlowExecutionRecordsRequest {
|
|
3543
|
-
|
|
3544
|
-
* @internal
|
|
3545
|
-
*/
|
|
2130
|
+
|
|
3546
2131
|
const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
|
|
3547
2132
|
}
|
|
3548
|
-
|
|
3549
|
-
* <p> Provides details in the event of a failed flow, including the failure count and the
|
|
3550
|
-
* related error messages. </p>
|
|
3551
|
-
*/
|
|
2133
|
+
|
|
3552
2134
|
export interface ErrorInfo {
|
|
3553
|
-
|
|
3554
|
-
* <p> Specifies the failure count for the attempted flow. </p>
|
|
3555
|
-
*/
|
|
2135
|
+
|
|
3556
2136
|
putFailuresCount?: number;
|
|
3557
|
-
|
|
3558
|
-
* <p> Specifies the error message that appears if a flow fails. </p>
|
|
3559
|
-
*/
|
|
2137
|
+
|
|
3560
2138
|
executionMessage?: string;
|
|
3561
2139
|
}
|
|
3562
2140
|
export declare namespace ErrorInfo {
|
|
3563
|
-
|
|
3564
|
-
* @internal
|
|
3565
|
-
*/
|
|
2141
|
+
|
|
3566
2142
|
const filterSensitiveLog: (obj: ErrorInfo) => any;
|
|
3567
2143
|
}
|
|
3568
|
-
|
|
3569
|
-
* <p> Specifies the end result of the flow run. </p>
|
|
3570
|
-
*/
|
|
2144
|
+
|
|
3571
2145
|
export interface ExecutionResult {
|
|
3572
|
-
|
|
3573
|
-
* <p> Provides any error message information related to the flow run. </p>
|
|
3574
|
-
*/
|
|
2146
|
+
|
|
3575
2147
|
errorInfo?: ErrorInfo;
|
|
3576
|
-
|
|
3577
|
-
* <p> The total number of bytes processed by the flow run. </p>
|
|
3578
|
-
*/
|
|
2148
|
+
|
|
3579
2149
|
bytesProcessed?: number;
|
|
3580
|
-
|
|
3581
|
-
* <p> The total number of bytes written as a result of the flow run. </p>
|
|
3582
|
-
*/
|
|
2150
|
+
|
|
3583
2151
|
bytesWritten?: number;
|
|
3584
|
-
|
|
3585
|
-
* <p> The number of records processed in the flow run. </p>
|
|
3586
|
-
*/
|
|
2152
|
+
|
|
3587
2153
|
recordsProcessed?: number;
|
|
3588
2154
|
}
|
|
3589
2155
|
export declare namespace ExecutionResult {
|
|
3590
|
-
|
|
3591
|
-
* @internal
|
|
3592
|
-
*/
|
|
2156
|
+
|
|
3593
2157
|
const filterSensitiveLog: (obj: ExecutionResult) => any;
|
|
3594
2158
|
}
|
|
3595
|
-
|
|
3596
|
-
* <p> Specifies information about the past flow run instances for a given flow. </p>
|
|
3597
|
-
*/
|
|
2159
|
+
|
|
3598
2160
|
export interface ExecutionRecord {
|
|
3599
|
-
|
|
3600
|
-
* <p> Specifies the identifier of the given flow run. </p>
|
|
3601
|
-
*/
|
|
2161
|
+
|
|
3602
2162
|
executionId?: string;
|
|
3603
|
-
|
|
3604
|
-
* <p> Specifies the flow run status and whether it is in progress, has completed successfully,
|
|
3605
|
-
* or has failed. </p>
|
|
3606
|
-
*/
|
|
2163
|
+
|
|
3607
2164
|
executionStatus?: ExecutionStatus | string;
|
|
3608
|
-
|
|
3609
|
-
* <p> Describes the result of the given flow run. </p>
|
|
3610
|
-
*/
|
|
2165
|
+
|
|
3611
2166
|
executionResult?: ExecutionResult;
|
|
3612
|
-
|
|
3613
|
-
* <p> Specifies the start time of the flow run. </p>
|
|
3614
|
-
*/
|
|
2167
|
+
|
|
3615
2168
|
startedAt?: Date;
|
|
3616
|
-
|
|
3617
|
-
* <p> Specifies the time of the most recent update. </p>
|
|
3618
|
-
*/
|
|
2169
|
+
|
|
3619
2170
|
lastUpdatedAt?: Date;
|
|
3620
|
-
|
|
3621
|
-
* <p> The timestamp that determines the first new or updated record to be transferred in the
|
|
3622
|
-
* flow run. </p>
|
|
3623
|
-
*/
|
|
2171
|
+
|
|
3624
2172
|
dataPullStartTime?: Date;
|
|
3625
|
-
|
|
3626
|
-
* <p> The timestamp that indicates the last new or updated record to be transferred in the flow
|
|
3627
|
-
* run. </p>
|
|
3628
|
-
*/
|
|
2173
|
+
|
|
3629
2174
|
dataPullEndTime?: Date;
|
|
3630
2175
|
}
|
|
3631
2176
|
export declare namespace ExecutionRecord {
|
|
3632
|
-
|
|
3633
|
-
* @internal
|
|
3634
|
-
*/
|
|
2177
|
+
|
|
3635
2178
|
const filterSensitiveLog: (obj: ExecutionRecord) => any;
|
|
3636
2179
|
}
|
|
3637
2180
|
export interface DescribeFlowExecutionRecordsResponse {
|
|
3638
|
-
|
|
3639
|
-
* <p> Returns a list of all instances when this flow was run. </p>
|
|
3640
|
-
*/
|
|
2181
|
+
|
|
3641
2182
|
flowExecutions?: ExecutionRecord[];
|
|
3642
|
-
|
|
3643
|
-
* <p> The pagination token for the next page of data. </p>
|
|
3644
|
-
*/
|
|
2183
|
+
|
|
3645
2184
|
nextToken?: string;
|
|
3646
2185
|
}
|
|
3647
2186
|
export declare namespace DescribeFlowExecutionRecordsResponse {
|
|
3648
|
-
|
|
3649
|
-
* @internal
|
|
3650
|
-
*/
|
|
2187
|
+
|
|
3651
2188
|
const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
|
|
3652
2189
|
}
|
|
3653
|
-
|
|
3654
|
-
* <p> The properties of the flow, such as its source, destination, trigger type, and so on.
|
|
3655
|
-
* </p>
|
|
3656
|
-
*/
|
|
2190
|
+
|
|
3657
2191
|
export interface FlowDefinition {
|
|
3658
|
-
|
|
3659
|
-
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
3660
|
-
*/
|
|
2192
|
+
|
|
3661
2193
|
flowArn?: string;
|
|
3662
|
-
|
|
3663
|
-
* <p> A user-entered description of the flow. </p>
|
|
3664
|
-
*/
|
|
2194
|
+
|
|
3665
2195
|
description?: string;
|
|
3666
|
-
|
|
3667
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3668
|
-
* (-) only. </p>
|
|
3669
|
-
*/
|
|
2196
|
+
|
|
3670
2197
|
flowName?: string;
|
|
3671
|
-
|
|
3672
|
-
* <p> Indicates the current status of the flow. </p>
|
|
3673
|
-
*/
|
|
2198
|
+
|
|
3674
2199
|
flowStatus?: FlowStatus | string;
|
|
3675
|
-
|
|
3676
|
-
* <p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
|
3677
|
-
* </p>
|
|
3678
|
-
*/
|
|
2200
|
+
|
|
3679
2201
|
sourceConnectorType?: ConnectorType | string;
|
|
3680
|
-
|
|
3681
|
-
* <p> Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and
|
|
3682
|
-
* so on. </p>
|
|
3683
|
-
*/
|
|
2202
|
+
|
|
3684
2203
|
destinationConnectorType?: ConnectorType | string;
|
|
3685
|
-
|
|
3686
|
-
* <p> Specifies the type of flow trigger. This can be <code>OnDemand</code>,
|
|
3687
|
-
* <code>Scheduled</code>, or <code>Event</code>. </p>
|
|
3688
|
-
*/
|
|
2204
|
+
|
|
3689
2205
|
triggerType?: TriggerType | string;
|
|
3690
|
-
|
|
3691
|
-
* <p> Specifies when the flow was created. </p>
|
|
3692
|
-
*/
|
|
2206
|
+
|
|
3693
2207
|
createdAt?: Date;
|
|
3694
|
-
|
|
3695
|
-
* <p> Specifies when the flow was last updated. </p>
|
|
3696
|
-
*/
|
|
2208
|
+
|
|
3697
2209
|
lastUpdatedAt?: Date;
|
|
3698
|
-
|
|
3699
|
-
* <p> The ARN of the user who created the flow. </p>
|
|
3700
|
-
*/
|
|
2210
|
+
|
|
3701
2211
|
createdBy?: string;
|
|
3702
|
-
|
|
3703
|
-
* <p> Specifies the account user name that most recently updated the flow. </p>
|
|
3704
|
-
*/
|
|
2212
|
+
|
|
3705
2213
|
lastUpdatedBy?: string;
|
|
3706
|
-
|
|
3707
|
-
* <p> The tags used to organize, track, or control access for your flow. </p>
|
|
3708
|
-
*/
|
|
2214
|
+
|
|
3709
2215
|
tags?: {
|
|
3710
2216
|
[key: string]: string;
|
|
3711
2217
|
};
|
|
3712
|
-
|
|
3713
|
-
* <p> Describes the details of the most recent flow run. </p>
|
|
3714
|
-
*/
|
|
2218
|
+
|
|
3715
2219
|
lastRunExecutionDetails?: ExecutionDetails;
|
|
3716
2220
|
}
|
|
3717
2221
|
export declare namespace FlowDefinition {
|
|
3718
|
-
|
|
3719
|
-
* @internal
|
|
3720
|
-
*/
|
|
2222
|
+
|
|
3721
2223
|
const filterSensitiveLog: (obj: FlowDefinition) => any;
|
|
3722
2224
|
}
|
|
3723
2225
|
export interface ListConnectorEntitiesRequest {
|
|
3724
|
-
|
|
3725
|
-
* <p> The name of the connector profile. The name is unique for each
|
|
3726
|
-
* <code>ConnectorProfile</code> in the Amazon Web Services account, and is used to query the downstream
|
|
3727
|
-
* connector. </p>
|
|
3728
|
-
*/
|
|
2226
|
+
|
|
3729
2227
|
connectorProfileName?: string;
|
|
3730
|
-
|
|
3731
|
-
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
3732
|
-
*/
|
|
2228
|
+
|
|
3733
2229
|
connectorType?: ConnectorType | string;
|
|
3734
|
-
|
|
3735
|
-
* <p> This optional parameter is specific to connector implementation. Some connectors support
|
|
3736
|
-
* multiple levels or categories of entities. You can find out the list of roots for such
|
|
3737
|
-
* providers by sending a request without the <code>entitiesPath</code> parameter. If the
|
|
3738
|
-
* connector supports entities at different roots, this initial request returns the list of
|
|
3739
|
-
* roots. Otherwise, this request returns all entities supported by the provider. </p>
|
|
3740
|
-
*/
|
|
2230
|
+
|
|
3741
2231
|
entitiesPath?: string;
|
|
3742
2232
|
}
|
|
3743
2233
|
export declare namespace ListConnectorEntitiesRequest {
|
|
3744
|
-
|
|
3745
|
-
* @internal
|
|
3746
|
-
*/
|
|
2234
|
+
|
|
3747
2235
|
const filterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
|
|
3748
2236
|
}
|
|
3749
2237
|
export interface ListConnectorEntitiesResponse {
|
|
3750
|
-
|
|
3751
|
-
* <p> The response of <code>ListConnectorEntities</code> lists entities grouped by category.
|
|
3752
|
-
* This map's key represents the group name, and its value contains the list of entities
|
|
3753
|
-
* belonging to that group. </p>
|
|
3754
|
-
*/
|
|
2238
|
+
|
|
3755
2239
|
connectorEntityMap: {
|
|
3756
2240
|
[key: string]: ConnectorEntity[];
|
|
3757
2241
|
} | undefined;
|
|
3758
2242
|
}
|
|
3759
2243
|
export declare namespace ListConnectorEntitiesResponse {
|
|
3760
|
-
|
|
3761
|
-
* @internal
|
|
3762
|
-
*/
|
|
2244
|
+
|
|
3763
2245
|
const filterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
|
|
3764
2246
|
}
|
|
3765
2247
|
export interface ListFlowsRequest {
|
|
3766
|
-
|
|
3767
|
-
* <p> Specifies the maximum number of items that should be returned in the result set. </p>
|
|
3768
|
-
*/
|
|
2248
|
+
|
|
3769
2249
|
maxResults?: number;
|
|
3770
|
-
|
|
3771
|
-
* <p> The pagination token for next page of data. </p>
|
|
3772
|
-
*/
|
|
2250
|
+
|
|
3773
2251
|
nextToken?: string;
|
|
3774
2252
|
}
|
|
3775
2253
|
export declare namespace ListFlowsRequest {
|
|
3776
|
-
|
|
3777
|
-
* @internal
|
|
3778
|
-
*/
|
|
2254
|
+
|
|
3779
2255
|
const filterSensitiveLog: (obj: ListFlowsRequest) => any;
|
|
3780
2256
|
}
|
|
3781
2257
|
export interface ListFlowsResponse {
|
|
3782
|
-
|
|
3783
|
-
* <p> The list of flows associated with your account. </p>
|
|
3784
|
-
*/
|
|
2258
|
+
|
|
3785
2259
|
flows?: FlowDefinition[];
|
|
3786
|
-
|
|
3787
|
-
* <p> The pagination token for next page of data. </p>
|
|
3788
|
-
*/
|
|
2260
|
+
|
|
3789
2261
|
nextToken?: string;
|
|
3790
2262
|
}
|
|
3791
2263
|
export declare namespace ListFlowsResponse {
|
|
3792
|
-
|
|
3793
|
-
* @internal
|
|
3794
|
-
*/
|
|
2264
|
+
|
|
3795
2265
|
const filterSensitiveLog: (obj: ListFlowsResponse) => any;
|
|
3796
2266
|
}
|
|
3797
2267
|
export interface ListTagsForResourceRequest {
|
|
3798
|
-
|
|
3799
|
-
* <p> The Amazon Resource Name (ARN) of the specified flow. </p>
|
|
3800
|
-
*/
|
|
2268
|
+
|
|
3801
2269
|
resourceArn: string | undefined;
|
|
3802
2270
|
}
|
|
3803
2271
|
export declare namespace ListTagsForResourceRequest {
|
|
3804
|
-
|
|
3805
|
-
* @internal
|
|
3806
|
-
*/
|
|
2272
|
+
|
|
3807
2273
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3808
2274
|
}
|
|
3809
2275
|
export interface ListTagsForResourceResponse {
|
|
3810
|
-
|
|
3811
|
-
* <p> The tags used to organize, track, or control access for your flow. </p>
|
|
3812
|
-
*/
|
|
2276
|
+
|
|
3813
2277
|
tags?: {
|
|
3814
2278
|
[key: string]: string;
|
|
3815
2279
|
};
|
|
3816
2280
|
}
|
|
3817
2281
|
export declare namespace ListTagsForResourceResponse {
|
|
3818
|
-
|
|
3819
|
-
* @internal
|
|
3820
|
-
*/
|
|
2282
|
+
|
|
3821
2283
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3822
2284
|
}
|
|
3823
2285
|
export interface StartFlowRequest {
|
|
3824
|
-
|
|
3825
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3826
|
-
* (-) only. </p>
|
|
3827
|
-
*/
|
|
2286
|
+
|
|
3828
2287
|
flowName: string | undefined;
|
|
3829
2288
|
}
|
|
3830
2289
|
export declare namespace StartFlowRequest {
|
|
3831
|
-
|
|
3832
|
-
* @internal
|
|
3833
|
-
*/
|
|
2290
|
+
|
|
3834
2291
|
const filterSensitiveLog: (obj: StartFlowRequest) => any;
|
|
3835
2292
|
}
|
|
3836
2293
|
export interface StartFlowResponse {
|
|
3837
|
-
|
|
3838
|
-
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
3839
|
-
*/
|
|
2294
|
+
|
|
3840
2295
|
flowArn?: string;
|
|
3841
|
-
|
|
3842
|
-
* <p> Indicates the current status of the flow. </p>
|
|
3843
|
-
*/
|
|
2296
|
+
|
|
3844
2297
|
flowStatus?: FlowStatus | string;
|
|
3845
|
-
|
|
3846
|
-
* <p> Returns the internal execution ID of an on-demand flow when the flow is started. For
|
|
3847
|
-
* scheduled or event-triggered flows, this value is null. </p>
|
|
3848
|
-
*/
|
|
2298
|
+
|
|
3849
2299
|
executionId?: string;
|
|
3850
2300
|
}
|
|
3851
2301
|
export declare namespace StartFlowResponse {
|
|
3852
|
-
|
|
3853
|
-
* @internal
|
|
3854
|
-
*/
|
|
2302
|
+
|
|
3855
2303
|
const filterSensitiveLog: (obj: StartFlowResponse) => any;
|
|
3856
2304
|
}
|
|
3857
2305
|
export interface StopFlowRequest {
|
|
3858
|
-
|
|
3859
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3860
|
-
* (-) only. </p>
|
|
3861
|
-
*/
|
|
2306
|
+
|
|
3862
2307
|
flowName: string | undefined;
|
|
3863
2308
|
}
|
|
3864
2309
|
export declare namespace StopFlowRequest {
|
|
3865
|
-
|
|
3866
|
-
* @internal
|
|
3867
|
-
*/
|
|
2310
|
+
|
|
3868
2311
|
const filterSensitiveLog: (obj: StopFlowRequest) => any;
|
|
3869
2312
|
}
|
|
3870
2313
|
export interface StopFlowResponse {
|
|
3871
|
-
|
|
3872
|
-
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
3873
|
-
*/
|
|
2314
|
+
|
|
3874
2315
|
flowArn?: string;
|
|
3875
|
-
|
|
3876
|
-
* <p> Indicates the current status of the flow. </p>
|
|
3877
|
-
*/
|
|
2316
|
+
|
|
3878
2317
|
flowStatus?: FlowStatus | string;
|
|
3879
2318
|
}
|
|
3880
2319
|
export declare namespace StopFlowResponse {
|
|
3881
|
-
|
|
3882
|
-
* @internal
|
|
3883
|
-
*/
|
|
2320
|
+
|
|
3884
2321
|
const filterSensitiveLog: (obj: StopFlowResponse) => any;
|
|
3885
2322
|
}
|
|
3886
|
-
|
|
3887
|
-
* <p> The requested operation is not supported for the current flow. </p>
|
|
3888
|
-
*/
|
|
2323
|
+
|
|
3889
2324
|
export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
|
|
3890
2325
|
name: "UnsupportedOperationException";
|
|
3891
2326
|
$fault: "client";
|
|
3892
2327
|
message?: string;
|
|
3893
2328
|
}
|
|
3894
2329
|
export declare namespace UnsupportedOperationException {
|
|
3895
|
-
|
|
3896
|
-
* @internal
|
|
3897
|
-
*/
|
|
2330
|
+
|
|
3898
2331
|
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
3899
2332
|
}
|
|
3900
2333
|
export interface TagResourceRequest {
|
|
3901
|
-
|
|
3902
|
-
* <p> The Amazon Resource Name (ARN) of the flow that you want to tag. </p>
|
|
3903
|
-
*/
|
|
2334
|
+
|
|
3904
2335
|
resourceArn: string | undefined;
|
|
3905
|
-
|
|
3906
|
-
* <p> The tags used to organize, track, or control access for your flow. </p>
|
|
3907
|
-
*/
|
|
2336
|
+
|
|
3908
2337
|
tags: {
|
|
3909
2338
|
[key: string]: string;
|
|
3910
2339
|
} | undefined;
|
|
3911
2340
|
}
|
|
3912
2341
|
export declare namespace TagResourceRequest {
|
|
3913
|
-
|
|
3914
|
-
* @internal
|
|
3915
|
-
*/
|
|
2342
|
+
|
|
3916
2343
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3917
2344
|
}
|
|
3918
2345
|
export interface TagResourceResponse {
|
|
3919
2346
|
}
|
|
3920
2347
|
export declare namespace TagResourceResponse {
|
|
3921
|
-
|
|
3922
|
-
* @internal
|
|
3923
|
-
*/
|
|
2348
|
+
|
|
3924
2349
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3925
2350
|
}
|
|
3926
2351
|
export interface UntagResourceRequest {
|
|
3927
|
-
|
|
3928
|
-
* <p> The Amazon Resource Name (ARN) of the flow that you want to untag. </p>
|
|
3929
|
-
*/
|
|
2352
|
+
|
|
3930
2353
|
resourceArn: string | undefined;
|
|
3931
|
-
|
|
3932
|
-
* <p> The tag keys associated with the tag that you want to remove from your flow. </p>
|
|
3933
|
-
*/
|
|
2354
|
+
|
|
3934
2355
|
tagKeys: string[] | undefined;
|
|
3935
2356
|
}
|
|
3936
2357
|
export declare namespace UntagResourceRequest {
|
|
3937
|
-
|
|
3938
|
-
* @internal
|
|
3939
|
-
*/
|
|
2358
|
+
|
|
3940
2359
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3941
2360
|
}
|
|
3942
2361
|
export interface UntagResourceResponse {
|
|
3943
2362
|
}
|
|
3944
2363
|
export declare namespace UntagResourceResponse {
|
|
3945
|
-
|
|
3946
|
-
* @internal
|
|
3947
|
-
*/
|
|
2364
|
+
|
|
3948
2365
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3949
2366
|
}
|
|
3950
2367
|
export interface UpdateConnectorProfileRequest {
|
|
3951
|
-
|
|
3952
|
-
* <p> The name of the connector profile and is unique for each <code>ConnectorProfile</code> in
|
|
3953
|
-
* the Amazon Web Services account. </p>
|
|
3954
|
-
*/
|
|
2368
|
+
|
|
3955
2369
|
connectorProfileName: string | undefined;
|
|
3956
|
-
|
|
3957
|
-
* <p> Indicates the connection mode and if it is public or private. </p>
|
|
3958
|
-
*/
|
|
2370
|
+
|
|
3959
2371
|
connectionMode: ConnectionMode | string | undefined;
|
|
3960
|
-
|
|
3961
|
-
* <p> Defines the connector-specific profile configuration and credentials. </p>
|
|
3962
|
-
*/
|
|
2372
|
+
|
|
3963
2373
|
connectorProfileConfig: ConnectorProfileConfig | undefined;
|
|
3964
2374
|
}
|
|
3965
2375
|
export declare namespace UpdateConnectorProfileRequest {
|
|
3966
|
-
|
|
3967
|
-
* @internal
|
|
3968
|
-
*/
|
|
2376
|
+
|
|
3969
2377
|
const filterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
|
|
3970
2378
|
}
|
|
3971
2379
|
export interface UpdateConnectorProfileResponse {
|
|
3972
|
-
|
|
3973
|
-
* <p> The Amazon Resource Name (ARN) of the connector profile. </p>
|
|
3974
|
-
*/
|
|
2380
|
+
|
|
3975
2381
|
connectorProfileArn?: string;
|
|
3976
2382
|
}
|
|
3977
2383
|
export declare namespace UpdateConnectorProfileResponse {
|
|
3978
|
-
|
|
3979
|
-
* @internal
|
|
3980
|
-
*/
|
|
2384
|
+
|
|
3981
2385
|
const filterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
|
|
3982
2386
|
}
|
|
3983
2387
|
export interface UpdateFlowRequest {
|
|
3984
|
-
|
|
3985
|
-
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
3986
|
-
* (-) only. </p>
|
|
3987
|
-
*/
|
|
2388
|
+
|
|
3988
2389
|
flowName: string | undefined;
|
|
3989
|
-
|
|
3990
|
-
* <p> A description of the flow. </p>
|
|
3991
|
-
*/
|
|
2390
|
+
|
|
3992
2391
|
description?: string;
|
|
3993
|
-
|
|
3994
|
-
* <p> The trigger settings that determine how and when the flow runs. </p>
|
|
3995
|
-
*/
|
|
2392
|
+
|
|
3996
2393
|
triggerConfig: TriggerConfig | undefined;
|
|
3997
|
-
|
|
3998
|
-
* <p> Contains information about the configuration of the source connector used in the flow.
|
|
3999
|
-
* </p>
|
|
4000
|
-
*/
|
|
2394
|
+
|
|
4001
2395
|
sourceFlowConfig: SourceFlowConfig | undefined;
|
|
4002
|
-
|
|
4003
|
-
* <p> The configuration that controls how Amazon AppFlow transfers data to the destination
|
|
4004
|
-
* connector. </p>
|
|
4005
|
-
*/
|
|
2396
|
+
|
|
4006
2397
|
destinationFlowConfigList: DestinationFlowConfig[] | undefined;
|
|
4007
|
-
|
|
4008
|
-
* <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
|
4009
|
-
* </p>
|
|
4010
|
-
*/
|
|
2398
|
+
|
|
4011
2399
|
tasks: Task[] | undefined;
|
|
4012
2400
|
}
|
|
4013
2401
|
export declare namespace UpdateFlowRequest {
|
|
4014
|
-
|
|
4015
|
-
* @internal
|
|
4016
|
-
*/
|
|
2402
|
+
|
|
4017
2403
|
const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
|
|
4018
2404
|
}
|
|
4019
2405
|
export interface UpdateFlowResponse {
|
|
4020
|
-
|
|
4021
|
-
* <p>Indicates the current status of the flow. </p>
|
|
4022
|
-
*/
|
|
2406
|
+
|
|
4023
2407
|
flowStatus?: FlowStatus | string;
|
|
4024
2408
|
}
|
|
4025
2409
|
export declare namespace UpdateFlowResponse {
|
|
4026
|
-
|
|
4027
|
-
* @internal
|
|
4028
|
-
*/
|
|
2410
|
+
|
|
4029
2411
|
const filterSensitiveLog: (obj: UpdateFlowResponse) => any;
|
|
4030
2412
|
}
|