@aws-sdk/client-appflow 3.299.0 → 3.301.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +232 -0
  2. package/dist-types/commands/CreateFlowCommand.d.ts +271 -0
  3. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +4 -0
  4. package/dist-types/commands/DeleteFlowCommand.d.ts +4 -0
  5. package/dist-types/commands/DescribeConnectorCommand.d.ts +4 -0
  6. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +6 -0
  7. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +9 -0
  8. package/dist-types/commands/DescribeConnectorsCommand.d.ts +7 -0
  9. package/dist-types/commands/DescribeFlowCommand.d.ts +3 -0
  10. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +5 -0
  11. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +8 -0
  12. package/dist-types/commands/ListConnectorsCommand.d.ts +4 -0
  13. package/dist-types/commands/ListFlowsCommand.d.ts +4 -0
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  15. package/dist-types/commands/RegisterConnectorCommand.d.ts +10 -0
  16. package/dist-types/commands/StartFlowCommand.d.ts +3 -0
  17. package/dist-types/commands/StopFlowCommand.d.ts +3 -0
  18. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  19. package/dist-types/commands/UnregisterConnectorCommand.d.ts +4 -0
  20. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  21. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +229 -0
  22. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +9 -0
  23. package/dist-types/commands/UpdateFlowCommand.d.ts +267 -0
  24. package/package.json +8 -8
@@ -30,6 +30,238 @@ export interface CreateConnectorProfileCommandOutput extends CreateConnectorProf
30
30
  * import { AppflowClient, CreateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
31
31
  * // const { AppflowClient, CreateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
32
32
  * const client = new AppflowClient(config);
33
+ * const input = { // CreateConnectorProfileRequest
34
+ * connectorProfileName: "STRING_VALUE", // required
35
+ * kmsArn: "STRING_VALUE",
36
+ * connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot", // required
37
+ * connectorLabel: "STRING_VALUE",
38
+ * connectionMode: "Public" || "Private", // required
39
+ * connectorProfileConfig: { // ConnectorProfileConfig
40
+ * connectorProfileProperties: { // ConnectorProfileProperties
41
+ * Amplitude: {},
42
+ * Datadog: { // DatadogConnectorProfileProperties
43
+ * instanceUrl: "STRING_VALUE", // required
44
+ * },
45
+ * Dynatrace: { // DynatraceConnectorProfileProperties
46
+ * instanceUrl: "STRING_VALUE", // required
47
+ * },
48
+ * GoogleAnalytics: {},
49
+ * Honeycode: {},
50
+ * InforNexus: { // InforNexusConnectorProfileProperties
51
+ * instanceUrl: "STRING_VALUE", // required
52
+ * },
53
+ * Marketo: { // MarketoConnectorProfileProperties
54
+ * instanceUrl: "STRING_VALUE", // required
55
+ * },
56
+ * Redshift: { // RedshiftConnectorProfileProperties
57
+ * databaseUrl: "STRING_VALUE",
58
+ * bucketName: "STRING_VALUE", // required
59
+ * bucketPrefix: "STRING_VALUE",
60
+ * roleArn: "STRING_VALUE", // required
61
+ * dataApiRoleArn: "STRING_VALUE",
62
+ * isRedshiftServerless: true || false,
63
+ * clusterIdentifier: "STRING_VALUE",
64
+ * workgroupName: "STRING_VALUE",
65
+ * databaseName: "STRING_VALUE",
66
+ * },
67
+ * Salesforce: { // SalesforceConnectorProfileProperties
68
+ * instanceUrl: "STRING_VALUE",
69
+ * isSandboxEnvironment: true || false,
70
+ * usePrivateLinkForMetadataAndAuthorization: true || false,
71
+ * },
72
+ * ServiceNow: { // ServiceNowConnectorProfileProperties
73
+ * instanceUrl: "STRING_VALUE", // required
74
+ * },
75
+ * Singular: {},
76
+ * Slack: { // SlackConnectorProfileProperties
77
+ * instanceUrl: "STRING_VALUE", // required
78
+ * },
79
+ * Snowflake: { // SnowflakeConnectorProfileProperties
80
+ * warehouse: "STRING_VALUE", // required
81
+ * stage: "STRING_VALUE", // required
82
+ * bucketName: "STRING_VALUE", // required
83
+ * bucketPrefix: "STRING_VALUE",
84
+ * privateLinkServiceName: "STRING_VALUE",
85
+ * accountName: "STRING_VALUE",
86
+ * region: "STRING_VALUE",
87
+ * },
88
+ * Trendmicro: {},
89
+ * Veeva: { // VeevaConnectorProfileProperties
90
+ * instanceUrl: "STRING_VALUE", // required
91
+ * },
92
+ * Zendesk: { // ZendeskConnectorProfileProperties
93
+ * instanceUrl: "STRING_VALUE", // required
94
+ * },
95
+ * SAPOData: { // SAPODataConnectorProfileProperties
96
+ * applicationHostUrl: "STRING_VALUE", // required
97
+ * applicationServicePath: "STRING_VALUE", // required
98
+ * portNumber: Number("int"), // required
99
+ * clientNumber: "STRING_VALUE", // required
100
+ * logonLanguage: "STRING_VALUE",
101
+ * privateLinkServiceName: "STRING_VALUE",
102
+ * oAuthProperties: { // OAuthProperties
103
+ * tokenUrl: "STRING_VALUE", // required
104
+ * authCodeUrl: "STRING_VALUE", // required
105
+ * oAuthScopes: [ // OAuthScopeList // required
106
+ * "STRING_VALUE",
107
+ * ],
108
+ * },
109
+ * },
110
+ * CustomConnector: { // CustomConnectorProfileProperties
111
+ * profileProperties: { // ProfilePropertiesMap
112
+ * "<keys>": "STRING_VALUE",
113
+ * },
114
+ * oAuth2Properties: { // OAuth2Properties
115
+ * tokenUrl: "STRING_VALUE", // required
116
+ * oAuth2GrantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE", // required
117
+ * tokenUrlCustomProperties: { // TokenUrlCustomProperties
118
+ * "<keys>": "STRING_VALUE",
119
+ * },
120
+ * },
121
+ * },
122
+ * Pardot: { // PardotConnectorProfileProperties
123
+ * instanceUrl: "STRING_VALUE",
124
+ * isSandboxEnvironment: true || false,
125
+ * businessUnitId: "STRING_VALUE",
126
+ * },
127
+ * },
128
+ * connectorProfileCredentials: { // ConnectorProfileCredentials
129
+ * Amplitude: { // AmplitudeConnectorProfileCredentials
130
+ * apiKey: "STRING_VALUE", // required
131
+ * secretKey: "STRING_VALUE", // required
132
+ * },
133
+ * Datadog: { // DatadogConnectorProfileCredentials
134
+ * apiKey: "STRING_VALUE", // required
135
+ * applicationKey: "STRING_VALUE", // required
136
+ * },
137
+ * Dynatrace: { // DynatraceConnectorProfileCredentials
138
+ * apiToken: "STRING_VALUE", // required
139
+ * },
140
+ * GoogleAnalytics: { // GoogleAnalyticsConnectorProfileCredentials
141
+ * clientId: "STRING_VALUE", // required
142
+ * clientSecret: "STRING_VALUE", // required
143
+ * accessToken: "STRING_VALUE",
144
+ * refreshToken: "STRING_VALUE",
145
+ * oAuthRequest: { // ConnectorOAuthRequest
146
+ * authCode: "STRING_VALUE",
147
+ * redirectUri: "STRING_VALUE",
148
+ * },
149
+ * },
150
+ * Honeycode: { // HoneycodeConnectorProfileCredentials
151
+ * accessToken: "STRING_VALUE",
152
+ * refreshToken: "STRING_VALUE",
153
+ * oAuthRequest: {
154
+ * authCode: "STRING_VALUE",
155
+ * redirectUri: "STRING_VALUE",
156
+ * },
157
+ * },
158
+ * InforNexus: { // InforNexusConnectorProfileCredentials
159
+ * accessKeyId: "STRING_VALUE", // required
160
+ * userId: "STRING_VALUE", // required
161
+ * secretAccessKey: "STRING_VALUE", // required
162
+ * datakey: "STRING_VALUE", // required
163
+ * },
164
+ * Marketo: { // MarketoConnectorProfileCredentials
165
+ * clientId: "STRING_VALUE", // required
166
+ * clientSecret: "STRING_VALUE", // required
167
+ * accessToken: "STRING_VALUE",
168
+ * oAuthRequest: {
169
+ * authCode: "STRING_VALUE",
170
+ * redirectUri: "STRING_VALUE",
171
+ * },
172
+ * },
173
+ * Redshift: { // RedshiftConnectorProfileCredentials
174
+ * username: "STRING_VALUE",
175
+ * password: "STRING_VALUE",
176
+ * },
177
+ * Salesforce: { // SalesforceConnectorProfileCredentials
178
+ * accessToken: "STRING_VALUE",
179
+ * refreshToken: "STRING_VALUE",
180
+ * oAuthRequest: {
181
+ * authCode: "STRING_VALUE",
182
+ * redirectUri: "STRING_VALUE",
183
+ * },
184
+ * clientCredentialsArn: "STRING_VALUE",
185
+ * },
186
+ * ServiceNow: { // ServiceNowConnectorProfileCredentials
187
+ * username: "STRING_VALUE", // required
188
+ * password: "STRING_VALUE", // required
189
+ * },
190
+ * Singular: { // SingularConnectorProfileCredentials
191
+ * apiKey: "STRING_VALUE", // required
192
+ * },
193
+ * Slack: { // SlackConnectorProfileCredentials
194
+ * clientId: "STRING_VALUE", // required
195
+ * clientSecret: "STRING_VALUE", // required
196
+ * accessToken: "STRING_VALUE",
197
+ * oAuthRequest: {
198
+ * authCode: "STRING_VALUE",
199
+ * redirectUri: "STRING_VALUE",
200
+ * },
201
+ * },
202
+ * Snowflake: { // SnowflakeConnectorProfileCredentials
203
+ * username: "STRING_VALUE", // required
204
+ * password: "STRING_VALUE", // required
205
+ * },
206
+ * Trendmicro: { // TrendmicroConnectorProfileCredentials
207
+ * apiSecretKey: "STRING_VALUE", // required
208
+ * },
209
+ * Veeva: { // VeevaConnectorProfileCredentials
210
+ * username: "STRING_VALUE", // required
211
+ * password: "STRING_VALUE", // required
212
+ * },
213
+ * Zendesk: { // ZendeskConnectorProfileCredentials
214
+ * clientId: "STRING_VALUE", // required
215
+ * clientSecret: "STRING_VALUE", // required
216
+ * accessToken: "STRING_VALUE",
217
+ * oAuthRequest: "<ConnectorOAuthRequest>",
218
+ * },
219
+ * SAPOData: { // SAPODataConnectorProfileCredentials
220
+ * basicAuthCredentials: { // BasicAuthCredentials
221
+ * username: "STRING_VALUE", // required
222
+ * password: "STRING_VALUE", // required
223
+ * },
224
+ * oAuthCredentials: { // OAuthCredentials
225
+ * clientId: "STRING_VALUE", // required
226
+ * clientSecret: "STRING_VALUE", // required
227
+ * accessToken: "STRING_VALUE",
228
+ * refreshToken: "STRING_VALUE",
229
+ * oAuthRequest: "<ConnectorOAuthRequest>",
230
+ * },
231
+ * },
232
+ * CustomConnector: { // CustomConnectorProfileCredentials
233
+ * authenticationType: "OAUTH2" || "APIKEY" || "BASIC" || "CUSTOM", // required
234
+ * basic: {
235
+ * username: "STRING_VALUE", // required
236
+ * password: "STRING_VALUE", // required
237
+ * },
238
+ * oauth2: { // OAuth2Credentials
239
+ * clientId: "STRING_VALUE",
240
+ * clientSecret: "STRING_VALUE",
241
+ * accessToken: "STRING_VALUE",
242
+ * refreshToken: "STRING_VALUE",
243
+ * oAuthRequest: "<ConnectorOAuthRequest>",
244
+ * },
245
+ * apiKey: { // ApiKeyCredentials
246
+ * apiKey: "STRING_VALUE", // required
247
+ * apiSecretKey: "STRING_VALUE",
248
+ * },
249
+ * custom: { // CustomAuthCredentials
250
+ * customAuthenticationType: "STRING_VALUE", // required
251
+ * credentialsMap: { // CredentialsMap
252
+ * "<keys>": "STRING_VALUE",
253
+ * },
254
+ * },
255
+ * },
256
+ * Pardot: { // PardotConnectorProfileCredentials
257
+ * accessToken: "STRING_VALUE",
258
+ * refreshToken: "STRING_VALUE",
259
+ * oAuthRequest: "<ConnectorOAuthRequest>",
260
+ * clientCredentialsArn: "STRING_VALUE",
261
+ * },
262
+ * },
263
+ * },
264
+ * };
33
265
  * const command = new CreateConnectorProfileCommand(input);
34
266
  * const response = await client.send(command);
35
267
  * ```
@@ -30,6 +30,277 @@ export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataB
30
30
  * import { AppflowClient, CreateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
31
31
  * // const { AppflowClient, CreateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
32
32
  * const client = new AppflowClient(config);
33
+ * const input = { // CreateFlowRequest
34
+ * flowName: "STRING_VALUE", // required
35
+ * description: "STRING_VALUE",
36
+ * kmsArn: "STRING_VALUE",
37
+ * triggerConfig: { // TriggerConfig
38
+ * triggerType: "Scheduled" || "Event" || "OnDemand", // required
39
+ * triggerProperties: { // TriggerProperties
40
+ * Scheduled: { // ScheduledTriggerProperties
41
+ * scheduleExpression: "STRING_VALUE", // required
42
+ * dataPullMode: "Incremental" || "Complete",
43
+ * scheduleStartTime: new Date("TIMESTAMP"),
44
+ * scheduleEndTime: new Date("TIMESTAMP"),
45
+ * timezone: "STRING_VALUE",
46
+ * scheduleOffset: Number("long"),
47
+ * firstExecutionFrom: new Date("TIMESTAMP"),
48
+ * flowErrorDeactivationThreshold: Number("int"),
49
+ * },
50
+ * },
51
+ * },
52
+ * sourceFlowConfig: { // SourceFlowConfig
53
+ * connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot", // required
54
+ * apiVersion: "STRING_VALUE",
55
+ * connectorProfileName: "STRING_VALUE",
56
+ * sourceConnectorProperties: { // SourceConnectorProperties
57
+ * Amplitude: { // AmplitudeSourceProperties
58
+ * object: "STRING_VALUE", // required
59
+ * },
60
+ * Datadog: { // DatadogSourceProperties
61
+ * object: "STRING_VALUE", // required
62
+ * },
63
+ * Dynatrace: { // DynatraceSourceProperties
64
+ * object: "STRING_VALUE", // required
65
+ * },
66
+ * GoogleAnalytics: { // GoogleAnalyticsSourceProperties
67
+ * object: "STRING_VALUE", // required
68
+ * },
69
+ * InforNexus: { // InforNexusSourceProperties
70
+ * object: "STRING_VALUE", // required
71
+ * },
72
+ * Marketo: { // MarketoSourceProperties
73
+ * object: "STRING_VALUE", // required
74
+ * },
75
+ * S3: { // S3SourceProperties
76
+ * bucketName: "STRING_VALUE", // required
77
+ * bucketPrefix: "STRING_VALUE",
78
+ * s3InputFormatConfig: { // S3InputFormatConfig
79
+ * s3InputFileType: "CSV" || "JSON",
80
+ * },
81
+ * },
82
+ * Salesforce: { // SalesforceSourceProperties
83
+ * object: "STRING_VALUE", // required
84
+ * enableDynamicFieldUpdate: true || false,
85
+ * includeDeletedRecords: true || false,
86
+ * dataTransferApi: "AUTOMATIC" || "BULKV2" || "REST_SYNC",
87
+ * },
88
+ * ServiceNow: { // ServiceNowSourceProperties
89
+ * object: "STRING_VALUE", // required
90
+ * },
91
+ * Singular: { // SingularSourceProperties
92
+ * object: "STRING_VALUE", // required
93
+ * },
94
+ * Slack: { // SlackSourceProperties
95
+ * object: "STRING_VALUE", // required
96
+ * },
97
+ * Trendmicro: { // TrendmicroSourceProperties
98
+ * object: "STRING_VALUE", // required
99
+ * },
100
+ * Veeva: { // VeevaSourceProperties
101
+ * object: "STRING_VALUE", // required
102
+ * documentType: "STRING_VALUE",
103
+ * includeSourceFiles: true || false,
104
+ * includeRenditions: true || false,
105
+ * includeAllVersions: true || false,
106
+ * },
107
+ * Zendesk: { // ZendeskSourceProperties
108
+ * object: "STRING_VALUE", // required
109
+ * },
110
+ * SAPOData: { // SAPODataSourceProperties
111
+ * objectPath: "STRING_VALUE",
112
+ * },
113
+ * CustomConnector: { // CustomConnectorSourceProperties
114
+ * entityName: "STRING_VALUE", // required
115
+ * customProperties: { // CustomProperties
116
+ * "<keys>": "STRING_VALUE",
117
+ * },
118
+ * },
119
+ * Pardot: { // PardotSourceProperties
120
+ * object: "STRING_VALUE", // required
121
+ * },
122
+ * },
123
+ * incrementalPullConfig: { // IncrementalPullConfig
124
+ * datetimeTypeFieldName: "STRING_VALUE",
125
+ * },
126
+ * },
127
+ * destinationFlowConfigList: [ // DestinationFlowConfigList // required
128
+ * { // DestinationFlowConfig
129
+ * connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot", // required
130
+ * apiVersion: "STRING_VALUE",
131
+ * connectorProfileName: "STRING_VALUE",
132
+ * destinationConnectorProperties: { // DestinationConnectorProperties
133
+ * Redshift: { // RedshiftDestinationProperties
134
+ * object: "STRING_VALUE", // required
135
+ * intermediateBucketName: "STRING_VALUE", // required
136
+ * bucketPrefix: "STRING_VALUE",
137
+ * errorHandlingConfig: { // ErrorHandlingConfig
138
+ * failOnFirstDestinationError: true || false,
139
+ * bucketPrefix: "STRING_VALUE",
140
+ * bucketName: "STRING_VALUE",
141
+ * },
142
+ * },
143
+ * S3: { // S3DestinationProperties
144
+ * bucketName: "STRING_VALUE", // required
145
+ * bucketPrefix: "STRING_VALUE",
146
+ * s3OutputFormatConfig: { // S3OutputFormatConfig
147
+ * fileType: "CSV" || "JSON" || "PARQUET",
148
+ * prefixConfig: { // PrefixConfig
149
+ * prefixType: "FILENAME" || "PATH" || "PATH_AND_FILENAME",
150
+ * prefixFormat: "YEAR" || "MONTH" || "DAY" || "HOUR" || "MINUTE",
151
+ * pathPrefixHierarchy: [ // PathPrefixHierarchy
152
+ * "EXECUTION_ID" || "SCHEMA_VERSION",
153
+ * ],
154
+ * },
155
+ * aggregationConfig: { // AggregationConfig
156
+ * aggregationType: "None" || "SingleFile",
157
+ * targetFileSize: Number("long"),
158
+ * },
159
+ * preserveSourceDataTyping: true || false,
160
+ * },
161
+ * },
162
+ * Salesforce: { // SalesforceDestinationProperties
163
+ * object: "STRING_VALUE", // required
164
+ * idFieldNames: [ // IdFieldNameList
165
+ * "STRING_VALUE",
166
+ * ],
167
+ * errorHandlingConfig: {
168
+ * failOnFirstDestinationError: true || false,
169
+ * bucketPrefix: "STRING_VALUE",
170
+ * bucketName: "STRING_VALUE",
171
+ * },
172
+ * writeOperationType: "INSERT" || "UPSERT" || "UPDATE" || "DELETE",
173
+ * dataTransferApi: "AUTOMATIC" || "BULKV2" || "REST_SYNC",
174
+ * },
175
+ * Snowflake: { // SnowflakeDestinationProperties
176
+ * object: "STRING_VALUE", // required
177
+ * intermediateBucketName: "STRING_VALUE", // required
178
+ * bucketPrefix: "STRING_VALUE",
179
+ * errorHandlingConfig: {
180
+ * failOnFirstDestinationError: true || false,
181
+ * bucketPrefix: "STRING_VALUE",
182
+ * bucketName: "STRING_VALUE",
183
+ * },
184
+ * },
185
+ * EventBridge: { // EventBridgeDestinationProperties
186
+ * object: "STRING_VALUE", // required
187
+ * errorHandlingConfig: {
188
+ * failOnFirstDestinationError: true || false,
189
+ * bucketPrefix: "STRING_VALUE",
190
+ * bucketName: "STRING_VALUE",
191
+ * },
192
+ * },
193
+ * LookoutMetrics: {},
194
+ * Upsolver: { // UpsolverDestinationProperties
195
+ * bucketName: "STRING_VALUE", // required
196
+ * bucketPrefix: "STRING_VALUE",
197
+ * s3OutputFormatConfig: { // UpsolverS3OutputFormatConfig
198
+ * fileType: "CSV" || "JSON" || "PARQUET",
199
+ * prefixConfig: {
200
+ * prefixType: "FILENAME" || "PATH" || "PATH_AND_FILENAME",
201
+ * prefixFormat: "YEAR" || "MONTH" || "DAY" || "HOUR" || "MINUTE",
202
+ * pathPrefixHierarchy: [
203
+ * "EXECUTION_ID" || "SCHEMA_VERSION",
204
+ * ],
205
+ * },
206
+ * aggregationConfig: {
207
+ * aggregationType: "None" || "SingleFile",
208
+ * targetFileSize: Number("long"),
209
+ * },
210
+ * },
211
+ * },
212
+ * Honeycode: { // HoneycodeDestinationProperties
213
+ * object: "STRING_VALUE", // required
214
+ * errorHandlingConfig: {
215
+ * failOnFirstDestinationError: true || false,
216
+ * bucketPrefix: "STRING_VALUE",
217
+ * bucketName: "STRING_VALUE",
218
+ * },
219
+ * },
220
+ * CustomerProfiles: { // CustomerProfilesDestinationProperties
221
+ * domainName: "STRING_VALUE", // required
222
+ * objectTypeName: "STRING_VALUE",
223
+ * },
224
+ * Zendesk: { // ZendeskDestinationProperties
225
+ * object: "STRING_VALUE", // required
226
+ * idFieldNames: [
227
+ * "STRING_VALUE",
228
+ * ],
229
+ * errorHandlingConfig: "<ErrorHandlingConfig>",
230
+ * writeOperationType: "INSERT" || "UPSERT" || "UPDATE" || "DELETE",
231
+ * },
232
+ * Marketo: { // MarketoDestinationProperties
233
+ * object: "STRING_VALUE", // required
234
+ * errorHandlingConfig: "<ErrorHandlingConfig>",
235
+ * },
236
+ * CustomConnector: { // CustomConnectorDestinationProperties
237
+ * entityName: "STRING_VALUE", // required
238
+ * errorHandlingConfig: "<ErrorHandlingConfig>",
239
+ * writeOperationType: "INSERT" || "UPSERT" || "UPDATE" || "DELETE",
240
+ * idFieldNames: [
241
+ * "STRING_VALUE",
242
+ * ],
243
+ * customProperties: {
244
+ * "<keys>": "STRING_VALUE",
245
+ * },
246
+ * },
247
+ * SAPOData: { // SAPODataDestinationProperties
248
+ * objectPath: "STRING_VALUE", // required
249
+ * successResponseHandlingConfig: { // SuccessResponseHandlingConfig
250
+ * bucketPrefix: "STRING_VALUE",
251
+ * bucketName: "STRING_VALUE",
252
+ * },
253
+ * idFieldNames: [
254
+ * "STRING_VALUE",
255
+ * ],
256
+ * errorHandlingConfig: "<ErrorHandlingConfig>",
257
+ * writeOperationType: "INSERT" || "UPSERT" || "UPDATE" || "DELETE",
258
+ * },
259
+ * },
260
+ * },
261
+ * ],
262
+ * tasks: [ // Tasks // required
263
+ * { // Task
264
+ * sourceFields: [ // SourceFields // required
265
+ * "STRING_VALUE",
266
+ * ],
267
+ * connectorOperator: { // ConnectorOperator
268
+ * Amplitude: "BETWEEN",
269
+ * Datadog: "PROJECTION" || "BETWEEN" || "EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
270
+ * Dynatrace: "PROJECTION" || "BETWEEN" || "EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
271
+ * GoogleAnalytics: "PROJECTION" || "BETWEEN",
272
+ * InforNexus: "PROJECTION" || "BETWEEN" || "EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
273
+ * Marketo: "PROJECTION" || "LESS_THAN" || "GREATER_THAN" || "BETWEEN" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
274
+ * S3: "PROJECTION" || "LESS_THAN" || "GREATER_THAN" || "BETWEEN" || "LESS_THAN_OR_EQUAL_TO" || "GREATER_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "NOT_EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
275
+ * Salesforce: "PROJECTION" || "LESS_THAN" || "CONTAINS" || "GREATER_THAN" || "BETWEEN" || "LESS_THAN_OR_EQUAL_TO" || "GREATER_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "NOT_EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
276
+ * ServiceNow: "PROJECTION" || "CONTAINS" || "LESS_THAN" || "GREATER_THAN" || "BETWEEN" || "LESS_THAN_OR_EQUAL_TO" || "GREATER_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "NOT_EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
277
+ * Singular: "PROJECTION" || "EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
278
+ * Slack: "PROJECTION" || "LESS_THAN" || "GREATER_THAN" || "BETWEEN" || "LESS_THAN_OR_EQUAL_TO" || "GREATER_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
279
+ * Trendmicro: "PROJECTION" || "EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
280
+ * Veeva: "PROJECTION" || "LESS_THAN" || "GREATER_THAN" || "CONTAINS" || "BETWEEN" || "LESS_THAN_OR_EQUAL_TO" || "GREATER_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "NOT_EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
281
+ * Zendesk: "PROJECTION" || "GREATER_THAN" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
282
+ * SAPOData: "PROJECTION" || "LESS_THAN" || "CONTAINS" || "GREATER_THAN" || "BETWEEN" || "LESS_THAN_OR_EQUAL_TO" || "GREATER_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "NOT_EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
283
+ * CustomConnector: "PROJECTION" || "LESS_THAN" || "GREATER_THAN" || "CONTAINS" || "BETWEEN" || "LESS_THAN_OR_EQUAL_TO" || "GREATER_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "NOT_EQUAL_TO" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC" || "NO_OP",
284
+ * Pardot: "PROJECTION" || "EQUAL_TO" || "NO_OP" || "ADDITION" || "MULTIPLICATION" || "DIVISION" || "SUBTRACTION" || "MASK_ALL" || "MASK_FIRST_N" || "MASK_LAST_N" || "VALIDATE_NON_NULL" || "VALIDATE_NON_ZERO" || "VALIDATE_NON_NEGATIVE" || "VALIDATE_NUMERIC",
285
+ * },
286
+ * destinationField: "STRING_VALUE",
287
+ * taskType: "Arithmetic" || "Filter" || "Map" || "Map_all" || "Mask" || "Merge" || "Passthrough" || "Truncate" || "Validate" || "Partition", // required
288
+ * taskProperties: { // TaskPropertiesMap
289
+ * "<keys>": "STRING_VALUE",
290
+ * },
291
+ * },
292
+ * ],
293
+ * tags: { // TagMap
294
+ * "<keys>": "STRING_VALUE",
295
+ * },
296
+ * metadataCatalogConfig: { // MetadataCatalogConfig
297
+ * glueDataCatalog: { // GlueDataCatalogConfig
298
+ * roleArn: "STRING_VALUE", // required
299
+ * databaseName: "STRING_VALUE", // required
300
+ * tablePrefix: "STRING_VALUE", // required
301
+ * },
302
+ * },
303
+ * };
33
304
  * const command = new CreateFlowCommand(input);
34
305
  * const response = await client.send(command);
35
306
  * ```
@@ -26,6 +26,10 @@ export interface DeleteConnectorProfileCommandOutput extends DeleteConnectorProf
26
26
  * import { AppflowClient, DeleteConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
27
27
  * // const { AppflowClient, DeleteConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
28
28
  * const client = new AppflowClient(config);
29
+ * const input = { // DeleteConnectorProfileRequest
30
+ * connectorProfileName: "STRING_VALUE", // required
31
+ * forceDelete: true || false,
32
+ * };
29
33
  * const command = new DeleteConnectorProfileCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataB
27
27
  * import { AppflowClient, DeleteFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
28
28
  * // const { AppflowClient, DeleteFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
29
29
  * const client = new AppflowClient(config);
30
+ * const input = { // DeleteFlowRequest
31
+ * flowName: "STRING_VALUE", // required
32
+ * forceDelete: true || false,
33
+ * };
30
34
  * const command = new DeleteFlowCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -28,6 +28,10 @@ export interface DescribeConnectorCommandOutput extends DescribeConnectorRespons
28
28
  * import { AppflowClient, DescribeConnectorCommand } from "@aws-sdk/client-appflow"; // ES Modules import
29
29
  * // const { AppflowClient, DescribeConnectorCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
30
30
  * const client = new AppflowClient(config);
31
+ * const input = { // DescribeConnectorRequest
32
+ * connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot", // required
33
+ * connectorLabel: "STRING_VALUE",
34
+ * };
31
35
  * const command = new DescribeConnectorCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -27,6 +27,12 @@ export interface DescribeConnectorEntityCommandOutput extends DescribeConnectorE
27
27
  * import { AppflowClient, DescribeConnectorEntityCommand } from "@aws-sdk/client-appflow"; // ES Modules import
28
28
  * // const { AppflowClient, DescribeConnectorEntityCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
29
29
  * const client = new AppflowClient(config);
30
+ * const input = { // DescribeConnectorEntityRequest
31
+ * connectorEntityName: "STRING_VALUE", // required
32
+ * connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot",
33
+ * connectorProfileName: "STRING_VALUE",
34
+ * apiVersion: "STRING_VALUE",
35
+ * };
30
36
  * const command = new DescribeConnectorEntityCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -30,6 +30,15 @@ export interface DescribeConnectorProfilesCommandOutput extends DescribeConnecto
30
30
  * import { AppflowClient, DescribeConnectorProfilesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
31
31
  * // const { AppflowClient, DescribeConnectorProfilesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
32
32
  * const client = new AppflowClient(config);
33
+ * const input = { // DescribeConnectorProfilesRequest
34
+ * connectorProfileNames: [ // ConnectorProfileNameList
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot",
38
+ * connectorLabel: "STRING_VALUE",
39
+ * maxResults: Number("int"),
40
+ * nextToken: "STRING_VALUE",
41
+ * };
33
42
  * const command = new DescribeConnectorProfilesCommand(input);
34
43
  * const response = await client.send(command);
35
44
  * ```
@@ -29,6 +29,13 @@ export interface DescribeConnectorsCommandOutput extends DescribeConnectorsRespo
29
29
  * import { AppflowClient, DescribeConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
30
30
  * // const { AppflowClient, DescribeConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
31
31
  * const client = new AppflowClient(config);
32
+ * const input = { // DescribeConnectorsRequest
33
+ * connectorTypes: [ // ConnectorTypeList
34
+ * "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot",
35
+ * ],
36
+ * maxResults: Number("int"),
37
+ * nextToken: "STRING_VALUE",
38
+ * };
32
39
  * const command = new DescribeConnectorsCommand(input);
33
40
  * const response = await client.send(command);
34
41
  * ```
@@ -26,6 +26,9 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
26
26
  * import { AppflowClient, DescribeFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
27
27
  * // const { AppflowClient, DescribeFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
28
28
  * const client = new AppflowClient(config);
29
+ * const input = { // DescribeFlowRequest
30
+ * flowName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeFlowCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowE
26
26
  * import { AppflowClient, DescribeFlowExecutionRecordsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
27
27
  * // const { AppflowClient, DescribeFlowExecutionRecordsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
28
28
  * const client = new AppflowClient(config);
29
+ * const input = { // DescribeFlowExecutionRecordsRequest
30
+ * flowName: "STRING_VALUE", // required
31
+ * maxResults: Number("int"),
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new DescribeFlowExecutionRecordsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -29,6 +29,14 @@ export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitie
29
29
  * import { AppflowClient, ListConnectorEntitiesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
30
30
  * // const { AppflowClient, ListConnectorEntitiesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
31
31
  * const client = new AppflowClient(config);
32
+ * const input = { // ListConnectorEntitiesRequest
33
+ * connectorProfileName: "STRING_VALUE",
34
+ * connectorType: "Salesforce" || "Singular" || "Slack" || "Redshift" || "S3" || "Marketo" || "Googleanalytics" || "Zendesk" || "Servicenow" || "Datadog" || "Trendmicro" || "Snowflake" || "Dynatrace" || "Infornexus" || "Amplitude" || "Veeva" || "EventBridge" || "LookoutMetrics" || "Upsolver" || "Honeycode" || "CustomerProfiles" || "SAPOData" || "CustomConnector" || "Pardot",
35
+ * entitiesPath: "STRING_VALUE",
36
+ * apiVersion: "STRING_VALUE",
37
+ * maxResults: Number("int"),
38
+ * nextToken: "STRING_VALUE",
39
+ * };
32
40
  * const command = new ListConnectorEntitiesCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```