@aws-sdk/client-appflow 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateFlowCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -2
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -2
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
- package/dist-cjs/commands/ListFlowsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RegisterConnectorCommand.js +2 -2
- package/dist-cjs/commands/StartFlowCommand.js +2 -2
- package/dist-cjs/commands/StopFlowCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
- package/dist-cjs/models/models_0.js +798 -1164
- package/dist-cjs/protocols/Aws_restJson1.js +245 -400
- package/dist-es/commands/CreateConnectorProfileCommand.js +3 -3
- package/dist-es/commands/CreateFlowCommand.js +3 -3
- package/dist-es/commands/DeleteConnectorProfileCommand.js +3 -3
- package/dist-es/commands/DeleteFlowCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorEntityCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorsCommand.js +3 -3
- package/dist-es/commands/DescribeFlowCommand.js +3 -3
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
- package/dist-es/commands/ListConnectorEntitiesCommand.js +3 -3
- package/dist-es/commands/ListConnectorsCommand.js +3 -3
- package/dist-es/commands/ListFlowsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RegisterConnectorCommand.js +3 -3
- package/dist-es/commands/StartFlowCommand.js +3 -3
- package/dist-es/commands/StopFlowCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnregisterConnectorCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConnectorProfileCommand.js +3 -3
- package/dist-es/commands/UpdateFlowCommand.js +3 -3
- package/dist-es/models/models_0.js +191 -740
- package/dist-es/protocols/Aws_restJson1.js +315 -402
- package/dist-types/models/models_0.d.ts +732 -1098
- package/dist-types/ts3.4/models/models_0.d.ts +366 -732
- package/package.json +6 -6
|
@@ -26,12 +26,6 @@ export interface AggregationConfig {
|
|
|
26
26
|
*/
|
|
27
27
|
aggregationType?: AggregationType | string;
|
|
28
28
|
}
|
|
29
|
-
export declare namespace AggregationConfig {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
const filterSensitiveLog: (obj: AggregationConfig) => any;
|
|
34
|
-
}
|
|
35
29
|
export declare enum AmplitudeConnectorOperator {
|
|
36
30
|
BETWEEN = "BETWEEN"
|
|
37
31
|
}
|
|
@@ -49,34 +43,16 @@ export interface AmplitudeConnectorProfileCredentials {
|
|
|
49
43
|
*/
|
|
50
44
|
secretKey: string | undefined;
|
|
51
45
|
}
|
|
52
|
-
export declare namespace AmplitudeConnectorProfileCredentials {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
const filterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
|
|
57
|
-
}
|
|
58
46
|
/**
|
|
59
47
|
* <p> The connector-specific profile properties required when using Amplitude. </p>
|
|
60
48
|
*/
|
|
61
49
|
export interface AmplitudeConnectorProfileProperties {
|
|
62
50
|
}
|
|
63
|
-
export declare namespace AmplitudeConnectorProfileProperties {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
const filterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
|
|
68
|
-
}
|
|
69
51
|
/**
|
|
70
52
|
* <p> The connector metadata specific to Amplitude. </p>
|
|
71
53
|
*/
|
|
72
54
|
export interface AmplitudeMetadata {
|
|
73
55
|
}
|
|
74
|
-
export declare namespace AmplitudeMetadata {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
const filterSensitiveLog: (obj: AmplitudeMetadata) => any;
|
|
79
|
-
}
|
|
80
56
|
/**
|
|
81
57
|
* <p> The properties that are applied when Amplitude is being used as a source. </p>
|
|
82
58
|
*/
|
|
@@ -86,12 +62,6 @@ export interface AmplitudeSourceProperties {
|
|
|
86
62
|
*/
|
|
87
63
|
object: string | undefined;
|
|
88
64
|
}
|
|
89
|
-
export declare namespace AmplitudeSourceProperties {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
const filterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
|
|
94
|
-
}
|
|
95
65
|
/**
|
|
96
66
|
* <p>The API key credentials required for API key authentication.</p>
|
|
97
67
|
*/
|
|
@@ -105,12 +75,6 @@ export interface ApiKeyCredentials {
|
|
|
105
75
|
*/
|
|
106
76
|
apiSecretKey?: string;
|
|
107
77
|
}
|
|
108
|
-
export declare namespace ApiKeyCredentials {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
const filterSensitiveLog: (obj: ApiKeyCredentials) => any;
|
|
113
|
-
}
|
|
114
78
|
/**
|
|
115
79
|
* <p>Information about required authentication parameters.</p>
|
|
116
80
|
*/
|
|
@@ -141,12 +105,6 @@ export interface AuthParameter {
|
|
|
141
105
|
*/
|
|
142
106
|
connectorSuppliedValues?: string[];
|
|
143
107
|
}
|
|
144
|
-
export declare namespace AuthParameter {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
const filterSensitiveLog: (obj: AuthParameter) => any;
|
|
149
|
-
}
|
|
150
108
|
/**
|
|
151
109
|
* <p>Configuration information required for custom authentication.</p>
|
|
152
110
|
*/
|
|
@@ -160,12 +118,6 @@ export interface CustomAuthConfig {
|
|
|
160
118
|
*/
|
|
161
119
|
authParameters?: AuthParameter[];
|
|
162
120
|
}
|
|
163
|
-
export declare namespace CustomAuthConfig {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
const filterSensitiveLog: (obj: CustomAuthConfig) => any;
|
|
168
|
-
}
|
|
169
121
|
export declare enum OAuth2CustomPropType {
|
|
170
122
|
AUTH_URL = "AUTH_URL",
|
|
171
123
|
TOKEN_URL = "TOKEN_URL"
|
|
@@ -204,12 +156,6 @@ export interface OAuth2CustomParameter {
|
|
|
204
156
|
*/
|
|
205
157
|
type?: OAuth2CustomPropType | string;
|
|
206
158
|
}
|
|
207
|
-
export declare namespace OAuth2CustomParameter {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
const filterSensitiveLog: (obj: OAuth2CustomParameter) => any;
|
|
212
|
-
}
|
|
213
159
|
export declare enum OAuth2GrantType {
|
|
214
160
|
AUTHORIZATION_CODE = "AUTHORIZATION_CODE",
|
|
215
161
|
CLIENT_CREDENTIALS = "CLIENT_CREDENTIALS"
|
|
@@ -239,12 +185,6 @@ export interface OAuth2Defaults {
|
|
|
239
185
|
*/
|
|
240
186
|
oauth2CustomProperties?: OAuth2CustomParameter[];
|
|
241
187
|
}
|
|
242
|
-
export declare namespace OAuth2Defaults {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
const filterSensitiveLog: (obj: OAuth2Defaults) => any;
|
|
247
|
-
}
|
|
248
188
|
/**
|
|
249
189
|
* <p>Contains information about the authentication config that the connector supports.</p>
|
|
250
190
|
*/
|
|
@@ -274,12 +214,6 @@ export interface AuthenticationConfig {
|
|
|
274
214
|
*/
|
|
275
215
|
customAuthConfigs?: CustomAuthConfig[];
|
|
276
216
|
}
|
|
277
|
-
export declare namespace AuthenticationConfig {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
const filterSensitiveLog: (obj: AuthenticationConfig) => any;
|
|
282
|
-
}
|
|
283
217
|
export declare enum AuthenticationType {
|
|
284
218
|
APIKEY = "APIKEY",
|
|
285
219
|
BASIC = "BASIC",
|
|
@@ -299,12 +233,6 @@ export interface BasicAuthCredentials {
|
|
|
299
233
|
*/
|
|
300
234
|
password: string | undefined;
|
|
301
235
|
}
|
|
302
|
-
export declare namespace BasicAuthCredentials {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
const filterSensitiveLog: (obj: BasicAuthCredentials) => any;
|
|
307
|
-
}
|
|
308
236
|
/**
|
|
309
237
|
* <p> There was a conflict when processing the request (for example, a flow with the given name
|
|
310
238
|
* already exists within the account. Check for conflicting resource names and try again. </p>
|
|
@@ -337,45 +265,21 @@ export declare class ConnectorAuthenticationException extends __BaseException {
|
|
|
337
265
|
*/
|
|
338
266
|
export interface CustomerProfilesMetadata {
|
|
339
267
|
}
|
|
340
|
-
export declare namespace CustomerProfilesMetadata {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
|
-
const filterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
|
|
345
|
-
}
|
|
346
268
|
/**
|
|
347
269
|
* <p> The connector metadata specific to Datadog. </p>
|
|
348
270
|
*/
|
|
349
271
|
export interface DatadogMetadata {
|
|
350
272
|
}
|
|
351
|
-
export declare namespace DatadogMetadata {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
|
-
const filterSensitiveLog: (obj: DatadogMetadata) => any;
|
|
356
|
-
}
|
|
357
273
|
/**
|
|
358
274
|
* <p> The connector metadata specific to Dynatrace. </p>
|
|
359
275
|
*/
|
|
360
276
|
export interface DynatraceMetadata {
|
|
361
277
|
}
|
|
362
|
-
export declare namespace DynatraceMetadata {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
|
-
const filterSensitiveLog: (obj: DynatraceMetadata) => any;
|
|
367
|
-
}
|
|
368
278
|
/**
|
|
369
279
|
* <p> The connector metadata specific to Amazon EventBridge. </p>
|
|
370
280
|
*/
|
|
371
281
|
export interface EventBridgeMetadata {
|
|
372
282
|
}
|
|
373
|
-
export declare namespace EventBridgeMetadata {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
const filterSensitiveLog: (obj: EventBridgeMetadata) => any;
|
|
378
|
-
}
|
|
379
283
|
/**
|
|
380
284
|
* <p> The connector metadata specific to Google Analytics. </p>
|
|
381
285
|
*/
|
|
@@ -385,12 +289,6 @@ export interface GoogleAnalyticsMetadata {
|
|
|
385
289
|
*/
|
|
386
290
|
oAuthScopes?: string[];
|
|
387
291
|
}
|
|
388
|
-
export declare namespace GoogleAnalyticsMetadata {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
|
|
393
|
-
}
|
|
394
292
|
/**
|
|
395
293
|
* <p> The connector metadata specific to Amazon Honeycode. </p>
|
|
396
294
|
*/
|
|
@@ -400,56 +298,26 @@ export interface HoneycodeMetadata {
|
|
|
400
298
|
*/
|
|
401
299
|
oAuthScopes?: string[];
|
|
402
300
|
}
|
|
403
|
-
export declare namespace HoneycodeMetadata {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
|
-
const filterSensitiveLog: (obj: HoneycodeMetadata) => any;
|
|
408
|
-
}
|
|
409
301
|
/**
|
|
410
302
|
* <p> The connector metadata specific to Infor Nexus. </p>
|
|
411
303
|
*/
|
|
412
304
|
export interface InforNexusMetadata {
|
|
413
305
|
}
|
|
414
|
-
export declare namespace InforNexusMetadata {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
const filterSensitiveLog: (obj: InforNexusMetadata) => any;
|
|
419
|
-
}
|
|
420
306
|
/**
|
|
421
307
|
* <p> The connector metadata specific to Marketo. </p>
|
|
422
308
|
*/
|
|
423
309
|
export interface MarketoMetadata {
|
|
424
310
|
}
|
|
425
|
-
export declare namespace MarketoMetadata {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
|
-
const filterSensitiveLog: (obj: MarketoMetadata) => any;
|
|
430
|
-
}
|
|
431
311
|
/**
|
|
432
312
|
* <p> The connector metadata specific to Amazon Redshift. </p>
|
|
433
313
|
*/
|
|
434
314
|
export interface RedshiftMetadata {
|
|
435
315
|
}
|
|
436
|
-
export declare namespace RedshiftMetadata {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
const filterSensitiveLog: (obj: RedshiftMetadata) => any;
|
|
441
|
-
}
|
|
442
316
|
/**
|
|
443
317
|
* <p> The connector metadata specific to Amazon S3. </p>
|
|
444
318
|
*/
|
|
445
319
|
export interface S3Metadata {
|
|
446
320
|
}
|
|
447
|
-
export declare namespace S3Metadata {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
|
-
const filterSensitiveLog: (obj: S3Metadata) => any;
|
|
452
|
-
}
|
|
453
321
|
/**
|
|
454
322
|
* <p> The connector metadata specific to Salesforce. </p>
|
|
455
323
|
*/
|
|
@@ -459,45 +327,21 @@ export interface SalesforceMetadata {
|
|
|
459
327
|
*/
|
|
460
328
|
oAuthScopes?: string[];
|
|
461
329
|
}
|
|
462
|
-
export declare namespace SalesforceMetadata {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
const filterSensitiveLog: (obj: SalesforceMetadata) => any;
|
|
467
|
-
}
|
|
468
330
|
/**
|
|
469
331
|
* <p> The connector metadata specific to SAPOData. </p>
|
|
470
332
|
*/
|
|
471
333
|
export interface SAPODataMetadata {
|
|
472
334
|
}
|
|
473
|
-
export declare namespace SAPODataMetadata {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
|
-
const filterSensitiveLog: (obj: SAPODataMetadata) => any;
|
|
478
|
-
}
|
|
479
335
|
/**
|
|
480
336
|
* <p> The connector metadata specific to ServiceNow. </p>
|
|
481
337
|
*/
|
|
482
338
|
export interface ServiceNowMetadata {
|
|
483
339
|
}
|
|
484
|
-
export declare namespace ServiceNowMetadata {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
|
-
const filterSensitiveLog: (obj: ServiceNowMetadata) => any;
|
|
489
|
-
}
|
|
490
340
|
/**
|
|
491
341
|
* <p> The connector metadata specific to Singular. </p>
|
|
492
342
|
*/
|
|
493
343
|
export interface SingularMetadata {
|
|
494
344
|
}
|
|
495
|
-
export declare namespace SingularMetadata {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
|
-
const filterSensitiveLog: (obj: SingularMetadata) => any;
|
|
500
|
-
}
|
|
501
345
|
/**
|
|
502
346
|
* <p> The connector metadata specific to Slack. </p>
|
|
503
347
|
*/
|
|
@@ -507,12 +351,6 @@ export interface SlackMetadata {
|
|
|
507
351
|
*/
|
|
508
352
|
oAuthScopes?: string[];
|
|
509
353
|
}
|
|
510
|
-
export declare namespace SlackMetadata {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
const filterSensitiveLog: (obj: SlackMetadata) => any;
|
|
515
|
-
}
|
|
516
354
|
/**
|
|
517
355
|
* <p> The connector metadata specific to Snowflake. </p>
|
|
518
356
|
*/
|
|
@@ -522,45 +360,21 @@ export interface SnowflakeMetadata {
|
|
|
522
360
|
*/
|
|
523
361
|
supportedRegions?: string[];
|
|
524
362
|
}
|
|
525
|
-
export declare namespace SnowflakeMetadata {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
const filterSensitiveLog: (obj: SnowflakeMetadata) => any;
|
|
530
|
-
}
|
|
531
363
|
/**
|
|
532
364
|
* <p> The connector metadata specific to Trend Micro. </p>
|
|
533
365
|
*/
|
|
534
366
|
export interface TrendmicroMetadata {
|
|
535
367
|
}
|
|
536
|
-
export declare namespace TrendmicroMetadata {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
|
-
const filterSensitiveLog: (obj: TrendmicroMetadata) => any;
|
|
541
|
-
}
|
|
542
368
|
/**
|
|
543
369
|
* <p> The connector metadata specific to Upsolver. </p>
|
|
544
370
|
*/
|
|
545
371
|
export interface UpsolverMetadata {
|
|
546
372
|
}
|
|
547
|
-
export declare namespace UpsolverMetadata {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
|
-
const filterSensitiveLog: (obj: UpsolverMetadata) => any;
|
|
552
|
-
}
|
|
553
373
|
/**
|
|
554
374
|
* <p> The connector metadata specific to Veeva. </p>
|
|
555
375
|
*/
|
|
556
376
|
export interface VeevaMetadata {
|
|
557
377
|
}
|
|
558
|
-
export declare namespace VeevaMetadata {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
|
-
const filterSensitiveLog: (obj: VeevaMetadata) => any;
|
|
563
|
-
}
|
|
564
378
|
/**
|
|
565
379
|
* <p> The connector metadata specific to Zendesk. </p>
|
|
566
380
|
*/
|
|
@@ -570,12 +384,6 @@ export interface ZendeskMetadata {
|
|
|
570
384
|
*/
|
|
571
385
|
oAuthScopes?: string[];
|
|
572
386
|
}
|
|
573
|
-
export declare namespace ZendeskMetadata {
|
|
574
|
-
/**
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
|
-
const filterSensitiveLog: (obj: ZendeskMetadata) => any;
|
|
578
|
-
}
|
|
579
387
|
/**
|
|
580
388
|
* <p> A structure to specify connector-specific metadata such as <code>oAuthScopes</code>,
|
|
581
389
|
* <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>
|
|
@@ -666,12 +474,6 @@ export interface ConnectorMetadata {
|
|
|
666
474
|
*/
|
|
667
475
|
SAPOData?: SAPODataMetadata;
|
|
668
476
|
}
|
|
669
|
-
export declare namespace ConnectorMetadata {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
const filterSensitiveLog: (obj: ConnectorMetadata) => any;
|
|
674
|
-
}
|
|
675
477
|
/**
|
|
676
478
|
* <p>Contains information about the configuration of the lambda which is being registered as
|
|
677
479
|
* the connector.</p>
|
|
@@ -682,12 +484,6 @@ export interface LambdaConnectorProvisioningConfig {
|
|
|
682
484
|
*/
|
|
683
485
|
lambdaArn: string | undefined;
|
|
684
486
|
}
|
|
685
|
-
export declare namespace LambdaConnectorProvisioningConfig {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
|
-
const filterSensitiveLog: (obj: LambdaConnectorProvisioningConfig) => any;
|
|
690
|
-
}
|
|
691
487
|
/**
|
|
692
488
|
* <p>Contains information about the configuration of the connector being registered.</p>
|
|
693
489
|
*/
|
|
@@ -698,12 +494,6 @@ export interface ConnectorProvisioningConfig {
|
|
|
698
494
|
*/
|
|
699
495
|
lambda?: LambdaConnectorProvisioningConfig;
|
|
700
496
|
}
|
|
701
|
-
export declare namespace ConnectorProvisioningConfig {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
const filterSensitiveLog: (obj: ConnectorProvisioningConfig) => any;
|
|
706
|
-
}
|
|
707
497
|
export declare enum ConnectorProvisioningType {
|
|
708
498
|
LAMBDA = "LAMBDA"
|
|
709
499
|
}
|
|
@@ -742,12 +532,6 @@ export interface ConnectorRuntimeSetting {
|
|
|
742
532
|
*/
|
|
743
533
|
connectorSuppliedValueOptions?: string[];
|
|
744
534
|
}
|
|
745
|
-
export declare namespace ConnectorRuntimeSetting {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
|
-
const filterSensitiveLog: (obj: ConnectorRuntimeSetting) => any;
|
|
750
|
-
}
|
|
751
535
|
export declare enum ConnectorType {
|
|
752
536
|
AMPLITUDE = "Amplitude",
|
|
753
537
|
CUSTOMCONNECTOR = "CustomConnector",
|
|
@@ -925,12 +709,6 @@ export interface ConnectorConfiguration {
|
|
|
925
709
|
*/
|
|
926
710
|
registeredBy?: string;
|
|
927
711
|
}
|
|
928
|
-
export declare namespace ConnectorConfiguration {
|
|
929
|
-
/**
|
|
930
|
-
* @internal
|
|
931
|
-
*/
|
|
932
|
-
const filterSensitiveLog: (obj: ConnectorConfiguration) => any;
|
|
933
|
-
}
|
|
934
712
|
/**
|
|
935
713
|
* <p>Information about the registered connector.</p>
|
|
936
714
|
*/
|
|
@@ -980,12 +758,6 @@ export interface ConnectorDetail {
|
|
|
980
758
|
*/
|
|
981
759
|
connectorModes?: string[];
|
|
982
760
|
}
|
|
983
|
-
export declare namespace ConnectorDetail {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
const filterSensitiveLog: (obj: ConnectorDetail) => any;
|
|
988
|
-
}
|
|
989
761
|
/**
|
|
990
762
|
* <p> The high-level entity that can be queried in Amazon AppFlow. For example, a
|
|
991
763
|
* Salesforce entity might be an <i>Account</i> or
|
|
@@ -1010,12 +782,6 @@ export interface ConnectorEntity {
|
|
|
1010
782
|
*/
|
|
1011
783
|
hasNestedEntities?: boolean;
|
|
1012
784
|
}
|
|
1013
|
-
export declare namespace ConnectorEntity {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
|
-
const filterSensitiveLog: (obj: ConnectorEntity) => any;
|
|
1018
|
-
}
|
|
1019
785
|
/**
|
|
1020
786
|
* <p> The properties that can be applied to a field when connector is being used as a
|
|
1021
787
|
* destination. </p>
|
|
@@ -1050,12 +816,6 @@ export interface DestinationFieldProperties {
|
|
|
1050
816
|
*/
|
|
1051
817
|
supportedWriteOperations?: (WriteOperationType | string)[];
|
|
1052
818
|
}
|
|
1053
|
-
export declare namespace DestinationFieldProperties {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: DestinationFieldProperties) => any;
|
|
1058
|
-
}
|
|
1059
819
|
/**
|
|
1060
820
|
* <p> The properties that can be applied to a field when the connector is being used as a
|
|
1061
821
|
* source. </p>
|
|
@@ -1074,12 +834,6 @@ export interface SourceFieldProperties {
|
|
|
1074
834
|
*/
|
|
1075
835
|
isTimestampFieldForIncrementalQueries?: boolean;
|
|
1076
836
|
}
|
|
1077
|
-
export declare namespace SourceFieldProperties {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
|
-
const filterSensitiveLog: (obj: SourceFieldProperties) => any;
|
|
1082
|
-
}
|
|
1083
837
|
/**
|
|
1084
838
|
* <p>The range of values that the property supports.</p>
|
|
1085
839
|
*/
|
|
@@ -1093,12 +847,6 @@ export interface Range {
|
|
|
1093
847
|
*/
|
|
1094
848
|
minimum?: number;
|
|
1095
849
|
}
|
|
1096
|
-
export declare namespace Range {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
const filterSensitiveLog: (obj: Range) => any;
|
|
1101
|
-
}
|
|
1102
850
|
export declare enum Operator {
|
|
1103
851
|
ADDITION = "ADDITION",
|
|
1104
852
|
BETWEEN = "BETWEEN",
|
|
@@ -1157,12 +905,6 @@ export interface FieldTypeDetails {
|
|
|
1157
905
|
*/
|
|
1158
906
|
fieldLengthRange?: Range;
|
|
1159
907
|
}
|
|
1160
|
-
export declare namespace FieldTypeDetails {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
const filterSensitiveLog: (obj: FieldTypeDetails) => any;
|
|
1165
|
-
}
|
|
1166
908
|
/**
|
|
1167
909
|
* <p> Contains details regarding all the supported <code>FieldTypes</code> and their
|
|
1168
910
|
* corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>
|
|
@@ -1174,12 +916,6 @@ export interface SupportedFieldTypeDetails {
|
|
|
1174
916
|
*/
|
|
1175
917
|
v1: FieldTypeDetails | undefined;
|
|
1176
918
|
}
|
|
1177
|
-
export declare namespace SupportedFieldTypeDetails {
|
|
1178
|
-
/**
|
|
1179
|
-
* @internal
|
|
1180
|
-
*/
|
|
1181
|
-
const filterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
|
|
1182
|
-
}
|
|
1183
919
|
/**
|
|
1184
920
|
* <p> Describes the data model of a connector field. For example, for an
|
|
1185
921
|
* <i>account</i> entity, the fields would be <i>account name</i>,
|
|
@@ -1234,12 +970,6 @@ export interface ConnectorEntityField {
|
|
|
1234
970
|
*/
|
|
1235
971
|
customProperties?: Record<string, string>;
|
|
1236
972
|
}
|
|
1237
|
-
export declare namespace ConnectorEntityField {
|
|
1238
|
-
/**
|
|
1239
|
-
* @internal
|
|
1240
|
-
*/
|
|
1241
|
-
const filterSensitiveLog: (obj: ConnectorEntityField) => any;
|
|
1242
|
-
}
|
|
1243
973
|
/**
|
|
1244
974
|
* <p> Used by select connectors for which the OAuth workflow is supported, such as Salesforce,
|
|
1245
975
|
* Google Analytics, Marketo, Zendesk, and Slack. </p>
|
|
@@ -1256,12 +986,6 @@ export interface ConnectorOAuthRequest {
|
|
|
1256
986
|
*/
|
|
1257
987
|
redirectUri?: string;
|
|
1258
988
|
}
|
|
1259
|
-
export declare namespace ConnectorOAuthRequest {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
|
-
const filterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
|
|
1264
|
-
}
|
|
1265
989
|
export declare enum DatadogConnectorOperator {
|
|
1266
990
|
ADDITION = "ADDITION",
|
|
1267
991
|
BETWEEN = "BETWEEN",
|
|
@@ -1587,12 +1311,6 @@ export interface ConnectorOperator {
|
|
|
1587
1311
|
*/
|
|
1588
1312
|
CustomConnector?: Operator | string;
|
|
1589
1313
|
}
|
|
1590
|
-
export declare namespace ConnectorOperator {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
const filterSensitiveLog: (obj: ConnectorOperator) => any;
|
|
1595
|
-
}
|
|
1596
1314
|
/**
|
|
1597
1315
|
* <p>The OAuth 2.0 properties required for OAuth 2.0 authentication.</p>
|
|
1598
1316
|
*/
|
|
@@ -1612,12 +1330,6 @@ export interface OAuth2Properties {
|
|
|
1612
1330
|
*/
|
|
1613
1331
|
tokenUrlCustomProperties?: Record<string, string>;
|
|
1614
1332
|
}
|
|
1615
|
-
export declare namespace OAuth2Properties {
|
|
1616
|
-
/**
|
|
1617
|
-
* @internal
|
|
1618
|
-
*/
|
|
1619
|
-
const filterSensitiveLog: (obj: OAuth2Properties) => any;
|
|
1620
|
-
}
|
|
1621
1333
|
/**
|
|
1622
1334
|
* <p>The profile properties required by the custom connector.</p>
|
|
1623
1335
|
*/
|
|
@@ -1631,12 +1343,6 @@ export interface CustomConnectorProfileProperties {
|
|
|
1631
1343
|
*/
|
|
1632
1344
|
oAuth2Properties?: OAuth2Properties;
|
|
1633
1345
|
}
|
|
1634
|
-
export declare namespace CustomConnectorProfileProperties {
|
|
1635
|
-
/**
|
|
1636
|
-
* @internal
|
|
1637
|
-
*/
|
|
1638
|
-
const filterSensitiveLog: (obj: CustomConnectorProfileProperties) => any;
|
|
1639
|
-
}
|
|
1640
1346
|
/**
|
|
1641
1347
|
* <p> The connector-specific profile properties required by Datadog. </p>
|
|
1642
1348
|
*/
|
|
@@ -1646,12 +1352,6 @@ export interface DatadogConnectorProfileProperties {
|
|
|
1646
1352
|
*/
|
|
1647
1353
|
instanceUrl: string | undefined;
|
|
1648
1354
|
}
|
|
1649
|
-
export declare namespace DatadogConnectorProfileProperties {
|
|
1650
|
-
/**
|
|
1651
|
-
* @internal
|
|
1652
|
-
*/
|
|
1653
|
-
const filterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
|
|
1654
|
-
}
|
|
1655
1355
|
/**
|
|
1656
1356
|
* <p> The connector-specific profile properties required by Dynatrace. </p>
|
|
1657
1357
|
*/
|
|
@@ -1661,34 +1361,16 @@ export interface DynatraceConnectorProfileProperties {
|
|
|
1661
1361
|
*/
|
|
1662
1362
|
instanceUrl: string | undefined;
|
|
1663
1363
|
}
|
|
1664
|
-
export declare namespace DynatraceConnectorProfileProperties {
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
|
-
const filterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
|
|
1669
|
-
}
|
|
1670
1364
|
/**
|
|
1671
1365
|
* <p> The connector-specific profile properties required by Google Analytics. </p>
|
|
1672
1366
|
*/
|
|
1673
1367
|
export interface GoogleAnalyticsConnectorProfileProperties {
|
|
1674
1368
|
}
|
|
1675
|
-
export declare namespace GoogleAnalyticsConnectorProfileProperties {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
|
|
1680
|
-
}
|
|
1681
1369
|
/**
|
|
1682
1370
|
* <p> The connector-specific properties required when using Amazon Honeycode. </p>
|
|
1683
1371
|
*/
|
|
1684
1372
|
export interface HoneycodeConnectorProfileProperties {
|
|
1685
1373
|
}
|
|
1686
|
-
export declare namespace HoneycodeConnectorProfileProperties {
|
|
1687
|
-
/**
|
|
1688
|
-
* @internal
|
|
1689
|
-
*/
|
|
1690
|
-
const filterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
|
|
1691
|
-
}
|
|
1692
1374
|
/**
|
|
1693
1375
|
* <p> The connector-specific profile properties required by Infor Nexus. </p>
|
|
1694
1376
|
*/
|
|
@@ -1698,12 +1380,6 @@ export interface InforNexusConnectorProfileProperties {
|
|
|
1698
1380
|
*/
|
|
1699
1381
|
instanceUrl: string | undefined;
|
|
1700
1382
|
}
|
|
1701
|
-
export declare namespace InforNexusConnectorProfileProperties {
|
|
1702
|
-
/**
|
|
1703
|
-
* @internal
|
|
1704
|
-
*/
|
|
1705
|
-
const filterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
|
|
1706
|
-
}
|
|
1707
1383
|
/**
|
|
1708
1384
|
* <p> The connector-specific profile properties required when using Marketo. </p>
|
|
1709
1385
|
*/
|
|
@@ -1713,12 +1389,6 @@ export interface MarketoConnectorProfileProperties {
|
|
|
1713
1389
|
*/
|
|
1714
1390
|
instanceUrl: string | undefined;
|
|
1715
1391
|
}
|
|
1716
|
-
export declare namespace MarketoConnectorProfileProperties {
|
|
1717
|
-
/**
|
|
1718
|
-
* @internal
|
|
1719
|
-
*/
|
|
1720
|
-
const filterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
|
|
1721
|
-
}
|
|
1722
1392
|
/**
|
|
1723
1393
|
* <p> The connector-specific profile properties when using Amazon Redshift. </p>
|
|
1724
1394
|
*/
|
|
@@ -1741,12 +1411,6 @@ export interface RedshiftConnectorProfileProperties {
|
|
|
1741
1411
|
*/
|
|
1742
1412
|
roleArn: string | undefined;
|
|
1743
1413
|
}
|
|
1744
|
-
export declare namespace RedshiftConnectorProfileProperties {
|
|
1745
|
-
/**
|
|
1746
|
-
* @internal
|
|
1747
|
-
*/
|
|
1748
|
-
const filterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
|
|
1749
|
-
}
|
|
1750
1414
|
/**
|
|
1751
1415
|
* <p> The connector-specific profile properties required when using Salesforce. </p>
|
|
1752
1416
|
*/
|
|
@@ -1761,12 +1425,6 @@ export interface SalesforceConnectorProfileProperties {
|
|
|
1761
1425
|
*/
|
|
1762
1426
|
isSandboxEnvironment?: boolean;
|
|
1763
1427
|
}
|
|
1764
|
-
export declare namespace SalesforceConnectorProfileProperties {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
|
|
1769
|
-
}
|
|
1770
1428
|
/**
|
|
1771
1429
|
* <p> The OAuth properties required for OAuth type authentication. </p>
|
|
1772
1430
|
*/
|
|
@@ -1786,12 +1444,6 @@ export interface OAuthProperties {
|
|
|
1786
1444
|
*/
|
|
1787
1445
|
oAuthScopes: string[] | undefined;
|
|
1788
1446
|
}
|
|
1789
|
-
export declare namespace OAuthProperties {
|
|
1790
|
-
/**
|
|
1791
|
-
* @internal
|
|
1792
|
-
*/
|
|
1793
|
-
const filterSensitiveLog: (obj: OAuthProperties) => any;
|
|
1794
|
-
}
|
|
1795
1447
|
/**
|
|
1796
1448
|
* <p> The connector-specific profile properties required when using SAPOData. </p>
|
|
1797
1449
|
*/
|
|
@@ -1825,12 +1477,6 @@ export interface SAPODataConnectorProfileProperties {
|
|
|
1825
1477
|
*/
|
|
1826
1478
|
oAuthProperties?: OAuthProperties;
|
|
1827
1479
|
}
|
|
1828
|
-
export declare namespace SAPODataConnectorProfileProperties {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
const filterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
|
|
1833
|
-
}
|
|
1834
1480
|
/**
|
|
1835
1481
|
* <p> The connector-specific profile properties required when using ServiceNow. </p>
|
|
1836
1482
|
*/
|
|
@@ -1840,23 +1486,11 @@ export interface ServiceNowConnectorProfileProperties {
|
|
|
1840
1486
|
*/
|
|
1841
1487
|
instanceUrl: string | undefined;
|
|
1842
1488
|
}
|
|
1843
|
-
export declare namespace ServiceNowConnectorProfileProperties {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
|
|
1848
|
-
}
|
|
1849
1489
|
/**
|
|
1850
1490
|
* <p> The connector-specific profile properties required when using Singular. </p>
|
|
1851
1491
|
*/
|
|
1852
1492
|
export interface SingularConnectorProfileProperties {
|
|
1853
1493
|
}
|
|
1854
|
-
export declare namespace SingularConnectorProfileProperties {
|
|
1855
|
-
/**
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1858
|
-
const filterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
|
|
1859
|
-
}
|
|
1860
1494
|
/**
|
|
1861
1495
|
* <p> The connector-specific profile properties required when using Slack. </p>
|
|
1862
1496
|
*/
|
|
@@ -1866,12 +1500,6 @@ export interface SlackConnectorProfileProperties {
|
|
|
1866
1500
|
*/
|
|
1867
1501
|
instanceUrl: string | undefined;
|
|
1868
1502
|
}
|
|
1869
|
-
export declare namespace SlackConnectorProfileProperties {
|
|
1870
|
-
/**
|
|
1871
|
-
* @internal
|
|
1872
|
-
*/
|
|
1873
|
-
const filterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
|
|
1874
|
-
}
|
|
1875
1503
|
/**
|
|
1876
1504
|
* <p> The connector-specific profile properties required when using Snowflake. </p>
|
|
1877
1505
|
*/
|
|
@@ -1907,23 +1535,11 @@ export interface SnowflakeConnectorProfileProperties {
|
|
|
1907
1535
|
*/
|
|
1908
1536
|
region?: string;
|
|
1909
1537
|
}
|
|
1910
|
-
export declare namespace SnowflakeConnectorProfileProperties {
|
|
1911
|
-
/**
|
|
1912
|
-
* @internal
|
|
1913
|
-
*/
|
|
1914
|
-
const filterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
|
|
1915
|
-
}
|
|
1916
1538
|
/**
|
|
1917
1539
|
* <p> The connector-specific profile properties required when using Trend Micro. </p>
|
|
1918
1540
|
*/
|
|
1919
1541
|
export interface TrendmicroConnectorProfileProperties {
|
|
1920
1542
|
}
|
|
1921
|
-
export declare namespace TrendmicroConnectorProfileProperties {
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
const filterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
|
|
1926
|
-
}
|
|
1927
1543
|
/**
|
|
1928
1544
|
* <p> The connector-specific profile properties required when using Veeva. </p>
|
|
1929
1545
|
*/
|
|
@@ -1933,12 +1549,6 @@ export interface VeevaConnectorProfileProperties {
|
|
|
1933
1549
|
*/
|
|
1934
1550
|
instanceUrl: string | undefined;
|
|
1935
1551
|
}
|
|
1936
|
-
export declare namespace VeevaConnectorProfileProperties {
|
|
1937
|
-
/**
|
|
1938
|
-
* @internal
|
|
1939
|
-
*/
|
|
1940
|
-
const filterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
|
|
1941
|
-
}
|
|
1942
1552
|
/**
|
|
1943
1553
|
* <p> The connector-specific profile properties required when using Zendesk. </p>
|
|
1944
1554
|
*/
|
|
@@ -1948,12 +1558,6 @@ export interface ZendeskConnectorProfileProperties {
|
|
|
1948
1558
|
*/
|
|
1949
1559
|
instanceUrl: string | undefined;
|
|
1950
1560
|
}
|
|
1951
|
-
export declare namespace ZendeskConnectorProfileProperties {
|
|
1952
|
-
/**
|
|
1953
|
-
* @internal
|
|
1954
|
-
*/
|
|
1955
|
-
const filterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
|
|
1956
|
-
}
|
|
1957
1561
|
/**
|
|
1958
1562
|
* <p> The connector-specific profile properties required by each connector. </p>
|
|
1959
1563
|
*/
|
|
@@ -2031,12 +1635,6 @@ export interface ConnectorProfileProperties {
|
|
|
2031
1635
|
*/
|
|
2032
1636
|
CustomConnector?: CustomConnectorProfileProperties;
|
|
2033
1637
|
}
|
|
2034
|
-
export declare namespace ConnectorProfileProperties {
|
|
2035
|
-
/**
|
|
2036
|
-
* @internal
|
|
2037
|
-
*/
|
|
2038
|
-
const filterSensitiveLog: (obj: ConnectorProfileProperties) => any;
|
|
2039
|
-
}
|
|
2040
1638
|
export declare enum PrivateConnectionProvisioningFailureCause {
|
|
2041
1639
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
2042
1640
|
CONNECTOR_AUTHENTICATION = "CONNECTOR_AUTHENTICATION",
|
|
@@ -2066,12 +1664,6 @@ export interface PrivateConnectionProvisioningState {
|
|
|
2066
1664
|
*/
|
|
2067
1665
|
failureCause?: PrivateConnectionProvisioningFailureCause | string;
|
|
2068
1666
|
}
|
|
2069
|
-
export declare namespace PrivateConnectionProvisioningState {
|
|
2070
|
-
/**
|
|
2071
|
-
* @internal
|
|
2072
|
-
*/
|
|
2073
|
-
const filterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
|
|
2074
|
-
}
|
|
2075
1667
|
/**
|
|
2076
1668
|
* <p> Describes an instance of a connector. This includes the provided name, credentials ARN,
|
|
2077
1669
|
* connection-mode, and so on. To keep the API intuitive and extensible, the fields that are
|
|
@@ -2122,12 +1714,6 @@ export interface ConnectorProfile {
|
|
|
2122
1714
|
*/
|
|
2123
1715
|
privateConnectionProvisioningState?: PrivateConnectionProvisioningState;
|
|
2124
1716
|
}
|
|
2125
|
-
export declare namespace ConnectorProfile {
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
const filterSensitiveLog: (obj: ConnectorProfile) => any;
|
|
2130
|
-
}
|
|
2131
1717
|
/**
|
|
2132
1718
|
* <p>The custom credentials required for custom authentication.</p>
|
|
2133
1719
|
*/
|
|
@@ -2141,12 +1727,6 @@ export interface CustomAuthCredentials {
|
|
|
2141
1727
|
*/
|
|
2142
1728
|
credentialsMap?: Record<string, string>;
|
|
2143
1729
|
}
|
|
2144
|
-
export declare namespace CustomAuthCredentials {
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
const filterSensitiveLog: (obj: CustomAuthCredentials) => any;
|
|
2149
|
-
}
|
|
2150
1730
|
/**
|
|
2151
1731
|
* <p>The OAuth 2.0 credentials required for OAuth 2.0 authentication.</p>
|
|
2152
1732
|
*/
|
|
@@ -2174,12 +1754,6 @@ export interface OAuth2Credentials {
|
|
|
2174
1754
|
*/
|
|
2175
1755
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
2176
1756
|
}
|
|
2177
|
-
export declare namespace OAuth2Credentials {
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
const filterSensitiveLog: (obj: OAuth2Credentials) => any;
|
|
2182
|
-
}
|
|
2183
1757
|
/**
|
|
2184
1758
|
* <p>The connector-specific profile credentials that are required when using the custom
|
|
2185
1759
|
* connector.</p>
|
|
@@ -2208,12 +1782,6 @@ export interface CustomConnectorProfileCredentials {
|
|
|
2208
1782
|
*/
|
|
2209
1783
|
custom?: CustomAuthCredentials;
|
|
2210
1784
|
}
|
|
2211
|
-
export declare namespace CustomConnectorProfileCredentials {
|
|
2212
|
-
/**
|
|
2213
|
-
* @internal
|
|
2214
|
-
*/
|
|
2215
|
-
const filterSensitiveLog: (obj: CustomConnectorProfileCredentials) => any;
|
|
2216
|
-
}
|
|
2217
1785
|
/**
|
|
2218
1786
|
* <p> The connector-specific credentials required by Datadog. </p>
|
|
2219
1787
|
*/
|
|
@@ -2230,12 +1798,6 @@ export interface DatadogConnectorProfileCredentials {
|
|
|
2230
1798
|
*/
|
|
2231
1799
|
applicationKey: string | undefined;
|
|
2232
1800
|
}
|
|
2233
|
-
export declare namespace DatadogConnectorProfileCredentials {
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
const filterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
|
|
2238
|
-
}
|
|
2239
1801
|
/**
|
|
2240
1802
|
* <p> The connector-specific profile credentials required by Dynatrace. </p>
|
|
2241
1803
|
*/
|
|
@@ -2245,12 +1807,6 @@ export interface DynatraceConnectorProfileCredentials {
|
|
|
2245
1807
|
*/
|
|
2246
1808
|
apiToken: string | undefined;
|
|
2247
1809
|
}
|
|
2248
|
-
export declare namespace DynatraceConnectorProfileCredentials {
|
|
2249
|
-
/**
|
|
2250
|
-
* @internal
|
|
2251
|
-
*/
|
|
2252
|
-
const filterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
|
|
2253
|
-
}
|
|
2254
1810
|
/**
|
|
2255
1811
|
* <p> The connector-specific profile credentials required by Google Analytics. </p>
|
|
2256
1812
|
*/
|
|
@@ -2279,12 +1835,6 @@ export interface GoogleAnalyticsConnectorProfileCredentials {
|
|
|
2279
1835
|
*/
|
|
2280
1836
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
2281
1837
|
}
|
|
2282
|
-
export declare namespace GoogleAnalyticsConnectorProfileCredentials {
|
|
2283
|
-
/**
|
|
2284
|
-
* @internal
|
|
2285
|
-
*/
|
|
2286
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
|
|
2287
|
-
}
|
|
2288
1838
|
/**
|
|
2289
1839
|
* <p> The connector-specific credentials required when using Amazon Honeycode. </p>
|
|
2290
1840
|
*/
|
|
@@ -2303,12 +1853,6 @@ export interface HoneycodeConnectorProfileCredentials {
|
|
|
2303
1853
|
*/
|
|
2304
1854
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
2305
1855
|
}
|
|
2306
|
-
export declare namespace HoneycodeConnectorProfileCredentials {
|
|
2307
|
-
/**
|
|
2308
|
-
* @internal
|
|
2309
|
-
*/
|
|
2310
|
-
const filterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
|
|
2311
|
-
}
|
|
2312
1856
|
/**
|
|
2313
1857
|
* <p> The connector-specific profile credentials required by Infor Nexus. </p>
|
|
2314
1858
|
*/
|
|
@@ -2330,12 +1874,6 @@ export interface InforNexusConnectorProfileCredentials {
|
|
|
2330
1874
|
*/
|
|
2331
1875
|
datakey: string | undefined;
|
|
2332
1876
|
}
|
|
2333
|
-
export declare namespace InforNexusConnectorProfileCredentials {
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
const filterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
|
|
2338
|
-
}
|
|
2339
1877
|
/**
|
|
2340
1878
|
* <p> The connector-specific profile credentials required by Marketo. </p>
|
|
2341
1879
|
*/
|
|
@@ -2359,12 +1897,6 @@ export interface MarketoConnectorProfileCredentials {
|
|
|
2359
1897
|
*/
|
|
2360
1898
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
2361
1899
|
}
|
|
2362
|
-
export declare namespace MarketoConnectorProfileCredentials {
|
|
2363
|
-
/**
|
|
2364
|
-
* @internal
|
|
2365
|
-
*/
|
|
2366
|
-
const filterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
|
|
2367
|
-
}
|
|
2368
1900
|
/**
|
|
2369
1901
|
* <p> The connector-specific profile credentials required when using Amazon Redshift.
|
|
2370
1902
|
* </p>
|
|
@@ -2379,12 +1911,6 @@ export interface RedshiftConnectorProfileCredentials {
|
|
|
2379
1911
|
*/
|
|
2380
1912
|
password: string | undefined;
|
|
2381
1913
|
}
|
|
2382
|
-
export declare namespace RedshiftConnectorProfileCredentials {
|
|
2383
|
-
/**
|
|
2384
|
-
* @internal
|
|
2385
|
-
*/
|
|
2386
|
-
const filterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
|
|
2387
|
-
}
|
|
2388
1914
|
/**
|
|
2389
1915
|
* <p> The connector-specific profile credentials required when using Salesforce. </p>
|
|
2390
1916
|
*/
|
|
@@ -2408,12 +1934,6 @@ export interface SalesforceConnectorProfileCredentials {
|
|
|
2408
1934
|
*/
|
|
2409
1935
|
clientCredentialsArn?: string;
|
|
2410
1936
|
}
|
|
2411
|
-
export declare namespace SalesforceConnectorProfileCredentials {
|
|
2412
|
-
/**
|
|
2413
|
-
* @internal
|
|
2414
|
-
*/
|
|
2415
|
-
const filterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
|
|
2416
|
-
}
|
|
2417
1937
|
/**
|
|
2418
1938
|
* <p> The OAuth credentials required for OAuth type authentication. </p>
|
|
2419
1939
|
*/
|
|
@@ -2441,12 +1961,6 @@ export interface OAuthCredentials {
|
|
|
2441
1961
|
*/
|
|
2442
1962
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
2443
1963
|
}
|
|
2444
|
-
export declare namespace OAuthCredentials {
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
const filterSensitiveLog: (obj: OAuthCredentials) => any;
|
|
2449
|
-
}
|
|
2450
1964
|
/**
|
|
2451
1965
|
* <p> The connector-specific profile credentials required when using SAPOData. </p>
|
|
2452
1966
|
*/
|
|
@@ -2460,12 +1974,6 @@ export interface SAPODataConnectorProfileCredentials {
|
|
|
2460
1974
|
*/
|
|
2461
1975
|
oAuthCredentials?: OAuthCredentials;
|
|
2462
1976
|
}
|
|
2463
|
-
export declare namespace SAPODataConnectorProfileCredentials {
|
|
2464
|
-
/**
|
|
2465
|
-
* @internal
|
|
2466
|
-
*/
|
|
2467
|
-
const filterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
|
|
2468
|
-
}
|
|
2469
1977
|
/**
|
|
2470
1978
|
* <p> The connector-specific profile credentials required when using ServiceNow. </p>
|
|
2471
1979
|
*/
|
|
@@ -2479,12 +1987,6 @@ export interface ServiceNowConnectorProfileCredentials {
|
|
|
2479
1987
|
*/
|
|
2480
1988
|
password: string | undefined;
|
|
2481
1989
|
}
|
|
2482
|
-
export declare namespace ServiceNowConnectorProfileCredentials {
|
|
2483
|
-
/**
|
|
2484
|
-
* @internal
|
|
2485
|
-
*/
|
|
2486
|
-
const filterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
|
|
2487
|
-
}
|
|
2488
1990
|
/**
|
|
2489
1991
|
* <p> The connector-specific profile credentials required when using Singular. </p>
|
|
2490
1992
|
*/
|
|
@@ -2495,12 +1997,6 @@ export interface SingularConnectorProfileCredentials {
|
|
|
2495
1997
|
*/
|
|
2496
1998
|
apiKey: string | undefined;
|
|
2497
1999
|
}
|
|
2498
|
-
export declare namespace SingularConnectorProfileCredentials {
|
|
2499
|
-
/**
|
|
2500
|
-
* @internal
|
|
2501
|
-
*/
|
|
2502
|
-
const filterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
|
|
2503
|
-
}
|
|
2504
2000
|
/**
|
|
2505
2001
|
* <p> The connector-specific profile credentials required when using Slack. </p>
|
|
2506
2002
|
*/
|
|
@@ -2524,12 +2020,6 @@ export interface SlackConnectorProfileCredentials {
|
|
|
2524
2020
|
*/
|
|
2525
2021
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
2526
2022
|
}
|
|
2527
|
-
export declare namespace SlackConnectorProfileCredentials {
|
|
2528
|
-
/**
|
|
2529
|
-
* @internal
|
|
2530
|
-
*/
|
|
2531
|
-
const filterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
|
|
2532
|
-
}
|
|
2533
2023
|
/**
|
|
2534
2024
|
* <p> The connector-specific profile credentials required when using Snowflake. </p>
|
|
2535
2025
|
*/
|
|
@@ -2543,12 +2033,6 @@ export interface SnowflakeConnectorProfileCredentials {
|
|
|
2543
2033
|
*/
|
|
2544
2034
|
password: string | undefined;
|
|
2545
2035
|
}
|
|
2546
|
-
export declare namespace SnowflakeConnectorProfileCredentials {
|
|
2547
|
-
/**
|
|
2548
|
-
* @internal
|
|
2549
|
-
*/
|
|
2550
|
-
const filterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
|
|
2551
|
-
}
|
|
2552
2036
|
/**
|
|
2553
2037
|
* <p> The connector-specific profile credentials required when using Trend Micro. </p>
|
|
2554
2038
|
*/
|
|
@@ -2558,12 +2042,6 @@ export interface TrendmicroConnectorProfileCredentials {
|
|
|
2558
2042
|
*/
|
|
2559
2043
|
apiSecretKey: string | undefined;
|
|
2560
2044
|
}
|
|
2561
|
-
export declare namespace TrendmicroConnectorProfileCredentials {
|
|
2562
|
-
/**
|
|
2563
|
-
* @internal
|
|
2564
|
-
*/
|
|
2565
|
-
const filterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
|
|
2566
|
-
}
|
|
2567
2045
|
/**
|
|
2568
2046
|
* <p> The connector-specific profile credentials required when using Veeva. </p>
|
|
2569
2047
|
*/
|
|
@@ -2577,12 +2055,6 @@ export interface VeevaConnectorProfileCredentials {
|
|
|
2577
2055
|
*/
|
|
2578
2056
|
password: string | undefined;
|
|
2579
2057
|
}
|
|
2580
|
-
export declare namespace VeevaConnectorProfileCredentials {
|
|
2581
|
-
/**
|
|
2582
|
-
* @internal
|
|
2583
|
-
*/
|
|
2584
|
-
const filterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
|
|
2585
|
-
}
|
|
2586
2058
|
/**
|
|
2587
2059
|
* <p> The connector-specific profile credentials required when using Zendesk. </p>
|
|
2588
2060
|
*/
|
|
@@ -2606,12 +2078,6 @@ export interface ZendeskConnectorProfileCredentials {
|
|
|
2606
2078
|
*/
|
|
2607
2079
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
2608
2080
|
}
|
|
2609
|
-
export declare namespace ZendeskConnectorProfileCredentials {
|
|
2610
|
-
/**
|
|
2611
|
-
* @internal
|
|
2612
|
-
*/
|
|
2613
|
-
const filterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
|
|
2614
|
-
}
|
|
2615
2081
|
/**
|
|
2616
2082
|
* <p> The connector-specific credentials required by a connector. </p>
|
|
2617
2083
|
*/
|
|
@@ -2690,12 +2156,6 @@ export interface ConnectorProfileCredentials {
|
|
|
2690
2156
|
*/
|
|
2691
2157
|
CustomConnector?: CustomConnectorProfileCredentials;
|
|
2692
2158
|
}
|
|
2693
|
-
export declare namespace ConnectorProfileCredentials {
|
|
2694
|
-
/**
|
|
2695
|
-
* @internal
|
|
2696
|
-
*/
|
|
2697
|
-
const filterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
|
|
2698
|
-
}
|
|
2699
2159
|
/**
|
|
2700
2160
|
* <p> Defines the connector-specific configuration and credentials for the connector profile.
|
|
2701
2161
|
* </p>
|
|
@@ -2710,12 +2170,6 @@ export interface ConnectorProfileConfig {
|
|
|
2710
2170
|
*/
|
|
2711
2171
|
connectorProfileCredentials: ConnectorProfileCredentials | undefined;
|
|
2712
2172
|
}
|
|
2713
|
-
export declare namespace ConnectorProfileConfig {
|
|
2714
|
-
/**
|
|
2715
|
-
* @internal
|
|
2716
|
-
*/
|
|
2717
|
-
const filterSensitiveLog: (obj: ConnectorProfileConfig) => any;
|
|
2718
|
-
}
|
|
2719
2173
|
/**
|
|
2720
2174
|
* <p> An error occurred when retrieving data from the connector endpoint. </p>
|
|
2721
2175
|
*/
|
|
@@ -2760,24 +2214,12 @@ export interface CreateConnectorProfileRequest {
|
|
|
2760
2214
|
*/
|
|
2761
2215
|
connectorProfileConfig: ConnectorProfileConfig | undefined;
|
|
2762
2216
|
}
|
|
2763
|
-
export declare namespace CreateConnectorProfileRequest {
|
|
2764
|
-
/**
|
|
2765
|
-
* @internal
|
|
2766
|
-
*/
|
|
2767
|
-
const filterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
|
|
2768
|
-
}
|
|
2769
2217
|
export interface CreateConnectorProfileResponse {
|
|
2770
2218
|
/**
|
|
2771
2219
|
* <p> The Amazon Resource Name (ARN) of the connector profile. </p>
|
|
2772
2220
|
*/
|
|
2773
2221
|
connectorProfileArn?: string;
|
|
2774
2222
|
}
|
|
2775
|
-
export declare namespace CreateConnectorProfileResponse {
|
|
2776
|
-
/**
|
|
2777
|
-
* @internal
|
|
2778
|
-
*/
|
|
2779
|
-
const filterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
|
|
2780
|
-
}
|
|
2781
2223
|
/**
|
|
2782
2224
|
* <p> An internal service error occurred during the processing of your request. Try again
|
|
2783
2225
|
* later. </p>
|
|
@@ -2835,12 +2277,6 @@ export interface ErrorHandlingConfig {
|
|
|
2835
2277
|
*/
|
|
2836
2278
|
bucketName?: string;
|
|
2837
2279
|
}
|
|
2838
|
-
export declare namespace ErrorHandlingConfig {
|
|
2839
|
-
/**
|
|
2840
|
-
* @internal
|
|
2841
|
-
*/
|
|
2842
|
-
const filterSensitiveLog: (obj: ErrorHandlingConfig) => any;
|
|
2843
|
-
}
|
|
2844
2280
|
/**
|
|
2845
2281
|
* <p>The properties that are applied when the custom connector is being used as a
|
|
2846
2282
|
* destination.</p>
|
|
@@ -2871,12 +2307,6 @@ export interface CustomConnectorDestinationProperties {
|
|
|
2871
2307
|
*/
|
|
2872
2308
|
customProperties?: Record<string, string>;
|
|
2873
2309
|
}
|
|
2874
|
-
export declare namespace CustomConnectorDestinationProperties {
|
|
2875
|
-
/**
|
|
2876
|
-
* @internal
|
|
2877
|
-
*/
|
|
2878
|
-
const filterSensitiveLog: (obj: CustomConnectorDestinationProperties) => any;
|
|
2879
|
-
}
|
|
2880
2310
|
/**
|
|
2881
2311
|
* <p> The properties that are applied when Amazon Connect Customer Profiles is used as a
|
|
2882
2312
|
* destination. </p>
|
|
@@ -2892,12 +2322,6 @@ export interface CustomerProfilesDestinationProperties {
|
|
|
2892
2322
|
*/
|
|
2893
2323
|
objectTypeName?: string;
|
|
2894
2324
|
}
|
|
2895
|
-
export declare namespace CustomerProfilesDestinationProperties {
|
|
2896
|
-
/**
|
|
2897
|
-
* @internal
|
|
2898
|
-
*/
|
|
2899
|
-
const filterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
|
|
2900
|
-
}
|
|
2901
2325
|
/**
|
|
2902
2326
|
* <p> The properties that are applied when Amazon EventBridge is being used as a
|
|
2903
2327
|
* destination. </p>
|
|
@@ -2916,12 +2340,6 @@ export interface EventBridgeDestinationProperties {
|
|
|
2916
2340
|
*/
|
|
2917
2341
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2918
2342
|
}
|
|
2919
|
-
export declare namespace EventBridgeDestinationProperties {
|
|
2920
|
-
/**
|
|
2921
|
-
* @internal
|
|
2922
|
-
*/
|
|
2923
|
-
const filterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
|
|
2924
|
-
}
|
|
2925
2343
|
/**
|
|
2926
2344
|
* <p> The properties that are applied when Amazon Honeycode is used as a destination. </p>
|
|
2927
2345
|
*/
|
|
@@ -2939,24 +2357,12 @@ export interface HoneycodeDestinationProperties {
|
|
|
2939
2357
|
*/
|
|
2940
2358
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2941
2359
|
}
|
|
2942
|
-
export declare namespace HoneycodeDestinationProperties {
|
|
2943
|
-
/**
|
|
2944
|
-
* @internal
|
|
2945
|
-
*/
|
|
2946
|
-
const filterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
|
|
2947
|
-
}
|
|
2948
2360
|
/**
|
|
2949
2361
|
* <p> The properties that are applied when Amazon Lookout for Metrics is used as a destination.
|
|
2950
2362
|
* </p>
|
|
2951
2363
|
*/
|
|
2952
2364
|
export interface LookoutMetricsDestinationProperties {
|
|
2953
2365
|
}
|
|
2954
|
-
export declare namespace LookoutMetricsDestinationProperties {
|
|
2955
|
-
/**
|
|
2956
|
-
* @internal
|
|
2957
|
-
*/
|
|
2958
|
-
const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
2959
|
-
}
|
|
2960
2366
|
/**
|
|
2961
2367
|
* <p>The properties that Amazon AppFlow applies when you use Marketo as a flow
|
|
2962
2368
|
* destination.</p>
|
|
@@ -2975,12 +2381,6 @@ export interface MarketoDestinationProperties {
|
|
|
2975
2381
|
*/
|
|
2976
2382
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
2977
2383
|
}
|
|
2978
|
-
export declare namespace MarketoDestinationProperties {
|
|
2979
|
-
/**
|
|
2980
|
-
* @internal
|
|
2981
|
-
*/
|
|
2982
|
-
const filterSensitiveLog: (obj: MarketoDestinationProperties) => any;
|
|
2983
|
-
}
|
|
2984
2384
|
/**
|
|
2985
2385
|
* <p> The properties that are applied when Amazon Redshift is being used as a destination.
|
|
2986
2386
|
* </p>
|
|
@@ -3008,12 +2408,6 @@ export interface RedshiftDestinationProperties {
|
|
|
3008
2408
|
*/
|
|
3009
2409
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
3010
2410
|
}
|
|
3011
|
-
export declare namespace RedshiftDestinationProperties {
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
const filterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
|
|
3016
|
-
}
|
|
3017
2411
|
export declare enum FileType {
|
|
3018
2412
|
CSV = "CSV",
|
|
3019
2413
|
JSON = "JSON",
|
|
@@ -3046,12 +2440,6 @@ export interface PrefixConfig {
|
|
|
3046
2440
|
*/
|
|
3047
2441
|
prefixFormat?: PrefixFormat | string;
|
|
3048
2442
|
}
|
|
3049
|
-
export declare namespace PrefixConfig {
|
|
3050
|
-
/**
|
|
3051
|
-
* @internal
|
|
3052
|
-
*/
|
|
3053
|
-
const filterSensitiveLog: (obj: PrefixConfig) => any;
|
|
3054
|
-
}
|
|
3055
2443
|
/**
|
|
3056
2444
|
* <p> The configuration that determines how Amazon AppFlow should format the flow output
|
|
3057
2445
|
* data when Amazon S3 is used as the destination. </p>
|
|
@@ -3090,12 +2478,6 @@ export interface S3OutputFormatConfig {
|
|
|
3090
2478
|
*/
|
|
3091
2479
|
preserveSourceDataTyping?: boolean;
|
|
3092
2480
|
}
|
|
3093
|
-
export declare namespace S3OutputFormatConfig {
|
|
3094
|
-
/**
|
|
3095
|
-
* @internal
|
|
3096
|
-
*/
|
|
3097
|
-
const filterSensitiveLog: (obj: S3OutputFormatConfig) => any;
|
|
3098
|
-
}
|
|
3099
2481
|
/**
|
|
3100
2482
|
* <p> The properties that are applied when Amazon S3 is used as a destination. </p>
|
|
3101
2483
|
*/
|
|
@@ -3116,12 +2498,6 @@ export interface S3DestinationProperties {
|
|
|
3116
2498
|
*/
|
|
3117
2499
|
s3OutputFormatConfig?: S3OutputFormatConfig;
|
|
3118
2500
|
}
|
|
3119
|
-
export declare namespace S3DestinationProperties {
|
|
3120
|
-
/**
|
|
3121
|
-
* @internal
|
|
3122
|
-
*/
|
|
3123
|
-
const filterSensitiveLog: (obj: S3DestinationProperties) => any;
|
|
3124
|
-
}
|
|
3125
2501
|
/**
|
|
3126
2502
|
* <p> The properties that are applied when Salesforce is being used as a destination. </p>
|
|
3127
2503
|
*/
|
|
@@ -3149,12 +2525,6 @@ export interface SalesforceDestinationProperties {
|
|
|
3149
2525
|
*/
|
|
3150
2526
|
writeOperationType?: WriteOperationType | string;
|
|
3151
2527
|
}
|
|
3152
|
-
export declare namespace SalesforceDestinationProperties {
|
|
3153
|
-
/**
|
|
3154
|
-
* @internal
|
|
3155
|
-
*/
|
|
3156
|
-
const filterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
|
|
3157
|
-
}
|
|
3158
2528
|
/**
|
|
3159
2529
|
* <p>Determines how Amazon AppFlow handles the success response that it gets from the
|
|
3160
2530
|
* connector after placing data.</p>
|
|
@@ -3171,12 +2541,6 @@ export interface SuccessResponseHandlingConfig {
|
|
|
3171
2541
|
*/
|
|
3172
2542
|
bucketName?: string;
|
|
3173
2543
|
}
|
|
3174
|
-
export declare namespace SuccessResponseHandlingConfig {
|
|
3175
|
-
/**
|
|
3176
|
-
* @internal
|
|
3177
|
-
*/
|
|
3178
|
-
const filterSensitiveLog: (obj: SuccessResponseHandlingConfig) => any;
|
|
3179
|
-
}
|
|
3180
2544
|
/**
|
|
3181
2545
|
* <p>The properties that are applied when using SAPOData as a flow destination</p>
|
|
3182
2546
|
*/
|
|
@@ -3211,12 +2575,6 @@ export interface SAPODataDestinationProperties {
|
|
|
3211
2575
|
*/
|
|
3212
2576
|
writeOperationType?: WriteOperationType | string;
|
|
3213
2577
|
}
|
|
3214
|
-
export declare namespace SAPODataDestinationProperties {
|
|
3215
|
-
/**
|
|
3216
|
-
* @internal
|
|
3217
|
-
*/
|
|
3218
|
-
const filterSensitiveLog: (obj: SAPODataDestinationProperties) => any;
|
|
3219
|
-
}
|
|
3220
2578
|
/**
|
|
3221
2579
|
* <p> The properties that are applied when Snowflake is being used as a destination. </p>
|
|
3222
2580
|
*/
|
|
@@ -3244,12 +2602,6 @@ export interface SnowflakeDestinationProperties {
|
|
|
3244
2602
|
*/
|
|
3245
2603
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
3246
2604
|
}
|
|
3247
|
-
export declare namespace SnowflakeDestinationProperties {
|
|
3248
|
-
/**
|
|
3249
|
-
* @internal
|
|
3250
|
-
*/
|
|
3251
|
-
const filterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
|
|
3252
|
-
}
|
|
3253
2605
|
/**
|
|
3254
2606
|
* <p> The configuration that determines how Amazon AppFlow formats the flow output data
|
|
3255
2607
|
* when Upsolver is used as the destination. </p>
|
|
@@ -3270,12 +2622,6 @@ export interface UpsolverS3OutputFormatConfig {
|
|
|
3270
2622
|
*/
|
|
3271
2623
|
aggregationConfig?: AggregationConfig;
|
|
3272
2624
|
}
|
|
3273
|
-
export declare namespace UpsolverS3OutputFormatConfig {
|
|
3274
|
-
/**
|
|
3275
|
-
* @internal
|
|
3276
|
-
*/
|
|
3277
|
-
const filterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
|
|
3278
|
-
}
|
|
3279
2625
|
/**
|
|
3280
2626
|
* <p> The properties that are applied when Upsolver is used as a destination. </p>
|
|
3281
2627
|
*/
|
|
@@ -3295,12 +2641,6 @@ export interface UpsolverDestinationProperties {
|
|
|
3295
2641
|
*/
|
|
3296
2642
|
s3OutputFormatConfig: UpsolverS3OutputFormatConfig | undefined;
|
|
3297
2643
|
}
|
|
3298
|
-
export declare namespace UpsolverDestinationProperties {
|
|
3299
|
-
/**
|
|
3300
|
-
* @internal
|
|
3301
|
-
*/
|
|
3302
|
-
const filterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
|
|
3303
|
-
}
|
|
3304
2644
|
/**
|
|
3305
2645
|
* <p>The properties that are applied when Zendesk is used as a destination.</p>
|
|
3306
2646
|
*/
|
|
@@ -3328,12 +2668,6 @@ export interface ZendeskDestinationProperties {
|
|
|
3328
2668
|
*/
|
|
3329
2669
|
writeOperationType?: WriteOperationType | string;
|
|
3330
2670
|
}
|
|
3331
|
-
export declare namespace ZendeskDestinationProperties {
|
|
3332
|
-
/**
|
|
3333
|
-
* @internal
|
|
3334
|
-
*/
|
|
3335
|
-
const filterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
|
|
3336
|
-
}
|
|
3337
2671
|
/**
|
|
3338
2672
|
* <p> This stores the information that is required to query a particular connector. </p>
|
|
3339
2673
|
*/
|
|
@@ -3391,12 +2725,6 @@ export interface DestinationConnectorProperties {
|
|
|
3391
2725
|
*/
|
|
3392
2726
|
SAPOData?: SAPODataDestinationProperties;
|
|
3393
2727
|
}
|
|
3394
|
-
export declare namespace DestinationConnectorProperties {
|
|
3395
|
-
/**
|
|
3396
|
-
* @internal
|
|
3397
|
-
*/
|
|
3398
|
-
const filterSensitiveLog: (obj: DestinationConnectorProperties) => any;
|
|
3399
|
-
}
|
|
3400
2728
|
/**
|
|
3401
2729
|
* <p> Contains information about the configuration of destination connectors present in the
|
|
3402
2730
|
* flow. </p>
|
|
@@ -3420,12 +2748,6 @@ export interface DestinationFlowConfig {
|
|
|
3420
2748
|
*/
|
|
3421
2749
|
destinationConnectorProperties: DestinationConnectorProperties | undefined;
|
|
3422
2750
|
}
|
|
3423
|
-
export declare namespace DestinationFlowConfig {
|
|
3424
|
-
/**
|
|
3425
|
-
* @internal
|
|
3426
|
-
*/
|
|
3427
|
-
const filterSensitiveLog: (obj: DestinationFlowConfig) => any;
|
|
3428
|
-
}
|
|
3429
2751
|
/**
|
|
3430
2752
|
* <p> Specifies the configuration used when importing incremental records from the source.
|
|
3431
2753
|
* </p>
|
|
@@ -3437,12 +2759,6 @@ export interface IncrementalPullConfig {
|
|
|
3437
2759
|
*/
|
|
3438
2760
|
datetimeTypeFieldName?: string;
|
|
3439
2761
|
}
|
|
3440
|
-
export declare namespace IncrementalPullConfig {
|
|
3441
|
-
/**
|
|
3442
|
-
* @internal
|
|
3443
|
-
*/
|
|
3444
|
-
const filterSensitiveLog: (obj: IncrementalPullConfig) => any;
|
|
3445
|
-
}
|
|
3446
2762
|
/**
|
|
3447
2763
|
* <p>The properties that are applied when the custom connector is being used as a
|
|
3448
2764
|
* source.</p>
|
|
@@ -3457,12 +2773,6 @@ export interface CustomConnectorSourceProperties {
|
|
|
3457
2773
|
*/
|
|
3458
2774
|
customProperties?: Record<string, string>;
|
|
3459
2775
|
}
|
|
3460
|
-
export declare namespace CustomConnectorSourceProperties {
|
|
3461
|
-
/**
|
|
3462
|
-
* @internal
|
|
3463
|
-
*/
|
|
3464
|
-
const filterSensitiveLog: (obj: CustomConnectorSourceProperties) => any;
|
|
3465
|
-
}
|
|
3466
2776
|
/**
|
|
3467
2777
|
* <p> The properties that are applied when Datadog is being used as a source. </p>
|
|
3468
2778
|
*/
|
|
@@ -3472,12 +2782,6 @@ export interface DatadogSourceProperties {
|
|
|
3472
2782
|
*/
|
|
3473
2783
|
object: string | undefined;
|
|
3474
2784
|
}
|
|
3475
|
-
export declare namespace DatadogSourceProperties {
|
|
3476
|
-
/**
|
|
3477
|
-
* @internal
|
|
3478
|
-
*/
|
|
3479
|
-
const filterSensitiveLog: (obj: DatadogSourceProperties) => any;
|
|
3480
|
-
}
|
|
3481
2785
|
/**
|
|
3482
2786
|
* <p> The properties that are applied when Dynatrace is being used as a source. </p>
|
|
3483
2787
|
*/
|
|
@@ -3487,12 +2791,6 @@ export interface DynatraceSourceProperties {
|
|
|
3487
2791
|
*/
|
|
3488
2792
|
object: string | undefined;
|
|
3489
2793
|
}
|
|
3490
|
-
export declare namespace DynatraceSourceProperties {
|
|
3491
|
-
/**
|
|
3492
|
-
* @internal
|
|
3493
|
-
*/
|
|
3494
|
-
const filterSensitiveLog: (obj: DynatraceSourceProperties) => any;
|
|
3495
|
-
}
|
|
3496
2794
|
/**
|
|
3497
2795
|
* <p> The properties that are applied when Google Analytics is being used as a source. </p>
|
|
3498
2796
|
*/
|
|
@@ -3502,12 +2800,6 @@ export interface GoogleAnalyticsSourceProperties {
|
|
|
3502
2800
|
*/
|
|
3503
2801
|
object: string | undefined;
|
|
3504
2802
|
}
|
|
3505
|
-
export declare namespace GoogleAnalyticsSourceProperties {
|
|
3506
|
-
/**
|
|
3507
|
-
* @internal
|
|
3508
|
-
*/
|
|
3509
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
|
|
3510
|
-
}
|
|
3511
2803
|
/**
|
|
3512
2804
|
* <p> The properties that are applied when Infor Nexus is being used as a source. </p>
|
|
3513
2805
|
*/
|
|
@@ -3517,12 +2809,6 @@ export interface InforNexusSourceProperties {
|
|
|
3517
2809
|
*/
|
|
3518
2810
|
object: string | undefined;
|
|
3519
2811
|
}
|
|
3520
|
-
export declare namespace InforNexusSourceProperties {
|
|
3521
|
-
/**
|
|
3522
|
-
* @internal
|
|
3523
|
-
*/
|
|
3524
|
-
const filterSensitiveLog: (obj: InforNexusSourceProperties) => any;
|
|
3525
|
-
}
|
|
3526
2812
|
/**
|
|
3527
2813
|
* <p> The properties that are applied when Marketo is being used as a source. </p>
|
|
3528
2814
|
*/
|
|
@@ -3532,12 +2818,6 @@ export interface MarketoSourceProperties {
|
|
|
3532
2818
|
*/
|
|
3533
2819
|
object: string | undefined;
|
|
3534
2820
|
}
|
|
3535
|
-
export declare namespace MarketoSourceProperties {
|
|
3536
|
-
/**
|
|
3537
|
-
* @internal
|
|
3538
|
-
*/
|
|
3539
|
-
const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
3540
|
-
}
|
|
3541
2821
|
export declare enum S3InputFileType {
|
|
3542
2822
|
CSV = "CSV",
|
|
3543
2823
|
JSON = "JSON"
|
|
@@ -3552,12 +2832,6 @@ export interface S3InputFormatConfig {
|
|
|
3552
2832
|
*/
|
|
3553
2833
|
s3InputFileType?: S3InputFileType | string;
|
|
3554
2834
|
}
|
|
3555
|
-
export declare namespace S3InputFormatConfig {
|
|
3556
|
-
/**
|
|
3557
|
-
* @internal
|
|
3558
|
-
*/
|
|
3559
|
-
const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
3560
|
-
}
|
|
3561
2835
|
/**
|
|
3562
2836
|
* <p> The properties that are applied when Amazon S3 is being used as the flow source.
|
|
3563
2837
|
* </p>
|
|
@@ -3578,12 +2852,6 @@ export interface S3SourceProperties {
|
|
|
3578
2852
|
*/
|
|
3579
2853
|
s3InputFormatConfig?: S3InputFormatConfig;
|
|
3580
2854
|
}
|
|
3581
|
-
export declare namespace S3SourceProperties {
|
|
3582
|
-
/**
|
|
3583
|
-
* @internal
|
|
3584
|
-
*/
|
|
3585
|
-
const filterSensitiveLog: (obj: S3SourceProperties) => any;
|
|
3586
|
-
}
|
|
3587
2855
|
/**
|
|
3588
2856
|
* <p> The properties that are applied when Salesforce is being used as a source. </p>
|
|
3589
2857
|
*/
|
|
@@ -3602,12 +2870,6 @@ export interface SalesforceSourceProperties {
|
|
|
3602
2870
|
*/
|
|
3603
2871
|
includeDeletedRecords?: boolean;
|
|
3604
2872
|
}
|
|
3605
|
-
export declare namespace SalesforceSourceProperties {
|
|
3606
|
-
/**
|
|
3607
|
-
* @internal
|
|
3608
|
-
*/
|
|
3609
|
-
const filterSensitiveLog: (obj: SalesforceSourceProperties) => any;
|
|
3610
|
-
}
|
|
3611
2873
|
/**
|
|
3612
2874
|
* <p> The properties that are applied when using SAPOData as a flow source. </p>
|
|
3613
2875
|
*/
|
|
@@ -3617,12 +2879,6 @@ export interface SAPODataSourceProperties {
|
|
|
3617
2879
|
*/
|
|
3618
2880
|
objectPath?: string;
|
|
3619
2881
|
}
|
|
3620
|
-
export declare namespace SAPODataSourceProperties {
|
|
3621
|
-
/**
|
|
3622
|
-
* @internal
|
|
3623
|
-
*/
|
|
3624
|
-
const filterSensitiveLog: (obj: SAPODataSourceProperties) => any;
|
|
3625
|
-
}
|
|
3626
2882
|
/**
|
|
3627
2883
|
* <p> The properties that are applied when ServiceNow is being used as a source. </p>
|
|
3628
2884
|
*/
|
|
@@ -3632,12 +2888,6 @@ export interface ServiceNowSourceProperties {
|
|
|
3632
2888
|
*/
|
|
3633
2889
|
object: string | undefined;
|
|
3634
2890
|
}
|
|
3635
|
-
export declare namespace ServiceNowSourceProperties {
|
|
3636
|
-
/**
|
|
3637
|
-
* @internal
|
|
3638
|
-
*/
|
|
3639
|
-
const filterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
|
|
3640
|
-
}
|
|
3641
2891
|
/**
|
|
3642
2892
|
* <p> The properties that are applied when Singular is being used as a source. </p>
|
|
3643
2893
|
*/
|
|
@@ -3647,12 +2897,6 @@ export interface SingularSourceProperties {
|
|
|
3647
2897
|
*/
|
|
3648
2898
|
object: string | undefined;
|
|
3649
2899
|
}
|
|
3650
|
-
export declare namespace SingularSourceProperties {
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
const filterSensitiveLog: (obj: SingularSourceProperties) => any;
|
|
3655
|
-
}
|
|
3656
2900
|
/**
|
|
3657
2901
|
* <p> The properties that are applied when Slack is being used as a source. </p>
|
|
3658
2902
|
*/
|
|
@@ -3662,12 +2906,6 @@ export interface SlackSourceProperties {
|
|
|
3662
2906
|
*/
|
|
3663
2907
|
object: string | undefined;
|
|
3664
2908
|
}
|
|
3665
|
-
export declare namespace SlackSourceProperties {
|
|
3666
|
-
/**
|
|
3667
|
-
* @internal
|
|
3668
|
-
*/
|
|
3669
|
-
const filterSensitiveLog: (obj: SlackSourceProperties) => any;
|
|
3670
|
-
}
|
|
3671
2909
|
/**
|
|
3672
2910
|
* <p> The properties that are applied when using Trend Micro as a flow source. </p>
|
|
3673
2911
|
*/
|
|
@@ -3677,12 +2915,6 @@ export interface TrendmicroSourceProperties {
|
|
|
3677
2915
|
*/
|
|
3678
2916
|
object: string | undefined;
|
|
3679
2917
|
}
|
|
3680
|
-
export declare namespace TrendmicroSourceProperties {
|
|
3681
|
-
/**
|
|
3682
|
-
* @internal
|
|
3683
|
-
*/
|
|
3684
|
-
const filterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
|
|
3685
|
-
}
|
|
3686
2918
|
/**
|
|
3687
2919
|
* <p> The properties that are applied when using Veeva as a flow source. </p>
|
|
3688
2920
|
*/
|
|
@@ -3708,12 +2940,6 @@ export interface VeevaSourceProperties {
|
|
|
3708
2940
|
*/
|
|
3709
2941
|
includeAllVersions?: boolean;
|
|
3710
2942
|
}
|
|
3711
|
-
export declare namespace VeevaSourceProperties {
|
|
3712
|
-
/**
|
|
3713
|
-
* @internal
|
|
3714
|
-
*/
|
|
3715
|
-
const filterSensitiveLog: (obj: VeevaSourceProperties) => any;
|
|
3716
|
-
}
|
|
3717
2943
|
/**
|
|
3718
2944
|
* <p> The properties that are applied when using Zendesk as a flow source. </p>
|
|
3719
2945
|
*/
|
|
@@ -3723,12 +2949,6 @@ export interface ZendeskSourceProperties {
|
|
|
3723
2949
|
*/
|
|
3724
2950
|
object: string | undefined;
|
|
3725
2951
|
}
|
|
3726
|
-
export declare namespace ZendeskSourceProperties {
|
|
3727
|
-
/**
|
|
3728
|
-
* @internal
|
|
3729
|
-
*/
|
|
3730
|
-
const filterSensitiveLog: (obj: ZendeskSourceProperties) => any;
|
|
3731
|
-
}
|
|
3732
2952
|
/**
|
|
3733
2953
|
* <p> Specifies the information that is required to query a particular connector. </p>
|
|
3734
2954
|
*/
|
|
@@ -3799,12 +3019,6 @@ export interface SourceConnectorProperties {
|
|
|
3799
3019
|
*/
|
|
3800
3020
|
CustomConnector?: CustomConnectorSourceProperties;
|
|
3801
3021
|
}
|
|
3802
|
-
export declare namespace SourceConnectorProperties {
|
|
3803
|
-
/**
|
|
3804
|
-
* @internal
|
|
3805
|
-
*/
|
|
3806
|
-
const filterSensitiveLog: (obj: SourceConnectorProperties) => any;
|
|
3807
|
-
}
|
|
3808
3022
|
/**
|
|
3809
3023
|
* <p> Contains information about the configuration of the source connector used in the flow.
|
|
3810
3024
|
* </p>
|
|
@@ -3835,12 +3049,6 @@ export interface SourceFlowConfig {
|
|
|
3835
3049
|
*/
|
|
3836
3050
|
incrementalPullConfig?: IncrementalPullConfig;
|
|
3837
3051
|
}
|
|
3838
|
-
export declare namespace SourceFlowConfig {
|
|
3839
|
-
/**
|
|
3840
|
-
* @internal
|
|
3841
|
-
*/
|
|
3842
|
-
const filterSensitiveLog: (obj: SourceFlowConfig) => any;
|
|
3843
|
-
}
|
|
3844
3052
|
export declare enum OperatorPropertiesKeys {
|
|
3845
3053
|
CONCAT_FORMAT = "CONCAT_FORMAT",
|
|
3846
3054
|
DATA_TYPE = "DATA_TYPE",
|
|
@@ -3897,12 +3105,6 @@ export interface Task {
|
|
|
3897
3105
|
*/
|
|
3898
3106
|
taskProperties?: Record<string, string>;
|
|
3899
3107
|
}
|
|
3900
|
-
export declare namespace Task {
|
|
3901
|
-
/**
|
|
3902
|
-
* @internal
|
|
3903
|
-
*/
|
|
3904
|
-
const filterSensitiveLog: (obj: Task) => any;
|
|
3905
|
-
}
|
|
3906
3108
|
export declare enum DataPullMode {
|
|
3907
3109
|
COMPLETE = "Complete",
|
|
3908
3110
|
INCREMENTAL = "Incremental"
|
|
@@ -3957,12 +3159,6 @@ export interface ScheduledTriggerProperties {
|
|
|
3957
3159
|
*/
|
|
3958
3160
|
flowErrorDeactivationThreshold?: number;
|
|
3959
3161
|
}
|
|
3960
|
-
export declare namespace ScheduledTriggerProperties {
|
|
3961
|
-
/**
|
|
3962
|
-
* @internal
|
|
3963
|
-
*/
|
|
3964
|
-
const filterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
|
|
3965
|
-
}
|
|
3966
3162
|
/**
|
|
3967
3163
|
* <p> Specifies the configuration details that control the trigger for a flow. Currently, these
|
|
3968
3164
|
* settings only apply to the <code>Scheduled</code> trigger type. </p>
|
|
@@ -3974,12 +3170,6 @@ export interface TriggerProperties {
|
|
|
3974
3170
|
*/
|
|
3975
3171
|
Scheduled?: ScheduledTriggerProperties;
|
|
3976
3172
|
}
|
|
3977
|
-
export declare namespace TriggerProperties {
|
|
3978
|
-
/**
|
|
3979
|
-
* @internal
|
|
3980
|
-
*/
|
|
3981
|
-
const filterSensitiveLog: (obj: TriggerProperties) => any;
|
|
3982
|
-
}
|
|
3983
3173
|
/**
|
|
3984
3174
|
* <p> The trigger settings that determine how and when Amazon AppFlow runs the specified
|
|
3985
3175
|
* flow. </p>
|
|
@@ -3996,12 +3186,6 @@ export interface TriggerConfig {
|
|
|
3996
3186
|
*/
|
|
3997
3187
|
triggerProperties?: TriggerProperties;
|
|
3998
3188
|
}
|
|
3999
|
-
export declare namespace TriggerConfig {
|
|
4000
|
-
/**
|
|
4001
|
-
* @internal
|
|
4002
|
-
*/
|
|
4003
|
-
const filterSensitiveLog: (obj: TriggerConfig) => any;
|
|
4004
|
-
}
|
|
4005
3189
|
export interface CreateFlowRequest {
|
|
4006
3190
|
/**
|
|
4007
3191
|
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
@@ -4042,12 +3226,6 @@ export interface CreateFlowRequest {
|
|
|
4042
3226
|
*/
|
|
4043
3227
|
tags?: Record<string, string>;
|
|
4044
3228
|
}
|
|
4045
|
-
export declare namespace CreateFlowRequest {
|
|
4046
|
-
/**
|
|
4047
|
-
* @internal
|
|
4048
|
-
*/
|
|
4049
|
-
const filterSensitiveLog: (obj: CreateFlowRequest) => any;
|
|
4050
|
-
}
|
|
4051
3229
|
export declare enum FlowStatus {
|
|
4052
3230
|
ACTIVE = "Active",
|
|
4053
3231
|
DELETED = "Deleted",
|
|
@@ -4066,12 +3244,6 @@ export interface CreateFlowResponse {
|
|
|
4066
3244
|
*/
|
|
4067
3245
|
flowStatus?: FlowStatus | string;
|
|
4068
3246
|
}
|
|
4069
|
-
export declare namespace CreateFlowResponse {
|
|
4070
|
-
/**
|
|
4071
|
-
* @internal
|
|
4072
|
-
*/
|
|
4073
|
-
const filterSensitiveLog: (obj: CreateFlowResponse) => any;
|
|
4074
|
-
}
|
|
4075
3247
|
/**
|
|
4076
3248
|
* <p> The resource specified in the request (such as the source or destination connector
|
|
4077
3249
|
* profile) is not found. </p>
|
|
@@ -4096,20 +3268,8 @@ export interface DeleteConnectorProfileRequest {
|
|
|
4096
3268
|
*/
|
|
4097
3269
|
forceDelete?: boolean;
|
|
4098
3270
|
}
|
|
4099
|
-
export declare namespace DeleteConnectorProfileRequest {
|
|
4100
|
-
/**
|
|
4101
|
-
* @internal
|
|
4102
|
-
*/
|
|
4103
|
-
const filterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
|
|
4104
|
-
}
|
|
4105
3271
|
export interface DeleteConnectorProfileResponse {
|
|
4106
3272
|
}
|
|
4107
|
-
export declare namespace DeleteConnectorProfileResponse {
|
|
4108
|
-
/**
|
|
4109
|
-
* @internal
|
|
4110
|
-
*/
|
|
4111
|
-
const filterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
|
|
4112
|
-
}
|
|
4113
3273
|
export interface DeleteFlowRequest {
|
|
4114
3274
|
/**
|
|
4115
3275
|
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
@@ -4122,20 +3282,8 @@ export interface DeleteFlowRequest {
|
|
|
4122
3282
|
*/
|
|
4123
3283
|
forceDelete?: boolean;
|
|
4124
3284
|
}
|
|
4125
|
-
export declare namespace DeleteFlowRequest {
|
|
4126
|
-
/**
|
|
4127
|
-
* @internal
|
|
4128
|
-
*/
|
|
4129
|
-
const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
|
|
4130
|
-
}
|
|
4131
3285
|
export interface DeleteFlowResponse {
|
|
4132
3286
|
}
|
|
4133
|
-
export declare namespace DeleteFlowResponse {
|
|
4134
|
-
/**
|
|
4135
|
-
* @internal
|
|
4136
|
-
*/
|
|
4137
|
-
const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
|
|
4138
|
-
}
|
|
4139
3287
|
export interface DescribeConnectorRequest {
|
|
4140
3288
|
/**
|
|
4141
3289
|
* <p>The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose
|
|
@@ -4149,24 +3297,12 @@ export interface DescribeConnectorRequest {
|
|
|
4149
3297
|
*/
|
|
4150
3298
|
connectorLabel?: string;
|
|
4151
3299
|
}
|
|
4152
|
-
export declare namespace DescribeConnectorRequest {
|
|
4153
|
-
/**
|
|
4154
|
-
* @internal
|
|
4155
|
-
*/
|
|
4156
|
-
const filterSensitiveLog: (obj: DescribeConnectorRequest) => any;
|
|
4157
|
-
}
|
|
4158
3300
|
export interface DescribeConnectorResponse {
|
|
4159
3301
|
/**
|
|
4160
3302
|
* <p>Configuration info of all the connectors that the user requested.</p>
|
|
4161
3303
|
*/
|
|
4162
3304
|
connectorConfiguration?: ConnectorConfiguration;
|
|
4163
3305
|
}
|
|
4164
|
-
export declare namespace DescribeConnectorResponse {
|
|
4165
|
-
/**
|
|
4166
|
-
* @internal
|
|
4167
|
-
*/
|
|
4168
|
-
const filterSensitiveLog: (obj: DescribeConnectorResponse) => any;
|
|
4169
|
-
}
|
|
4170
3306
|
export interface DescribeConnectorEntityRequest {
|
|
4171
3307
|
/**
|
|
4172
3308
|
* <p> The entity name for that connector. </p>
|
|
@@ -4186,12 +3322,6 @@ export interface DescribeConnectorEntityRequest {
|
|
|
4186
3322
|
*/
|
|
4187
3323
|
apiVersion?: string;
|
|
4188
3324
|
}
|
|
4189
|
-
export declare namespace DescribeConnectorEntityRequest {
|
|
4190
|
-
/**
|
|
4191
|
-
* @internal
|
|
4192
|
-
*/
|
|
4193
|
-
const filterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
|
|
4194
|
-
}
|
|
4195
3325
|
export interface DescribeConnectorEntityResponse {
|
|
4196
3326
|
/**
|
|
4197
3327
|
* <p> Describes the fields for that connector entity. For example, for an
|
|
@@ -4200,12 +3330,6 @@ export interface DescribeConnectorEntityResponse {
|
|
|
4200
3330
|
*/
|
|
4201
3331
|
connectorEntityFields: ConnectorEntityField[] | undefined;
|
|
4202
3332
|
}
|
|
4203
|
-
export declare namespace DescribeConnectorEntityResponse {
|
|
4204
|
-
/**
|
|
4205
|
-
* @internal
|
|
4206
|
-
*/
|
|
4207
|
-
const filterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
|
|
4208
|
-
}
|
|
4209
3333
|
export interface DescribeConnectorProfilesRequest {
|
|
4210
3334
|
/**
|
|
4211
3335
|
* <p> The name of the connector profile. The name is unique for each
|
|
@@ -4232,12 +3356,6 @@ export interface DescribeConnectorProfilesRequest {
|
|
|
4232
3356
|
*/
|
|
4233
3357
|
nextToken?: string;
|
|
4234
3358
|
}
|
|
4235
|
-
export declare namespace DescribeConnectorProfilesRequest {
|
|
4236
|
-
/**
|
|
4237
|
-
* @internal
|
|
4238
|
-
*/
|
|
4239
|
-
const filterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
|
|
4240
|
-
}
|
|
4241
3359
|
export interface DescribeConnectorProfilesResponse {
|
|
4242
3360
|
/**
|
|
4243
3361
|
* <p> Returns information about the connector profiles associated with the flow. </p>
|
|
@@ -4249,12 +3367,6 @@ export interface DescribeConnectorProfilesResponse {
|
|
|
4249
3367
|
*/
|
|
4250
3368
|
nextToken?: string;
|
|
4251
3369
|
}
|
|
4252
|
-
export declare namespace DescribeConnectorProfilesResponse {
|
|
4253
|
-
/**
|
|
4254
|
-
* @internal
|
|
4255
|
-
*/
|
|
4256
|
-
const filterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
|
|
4257
|
-
}
|
|
4258
3370
|
export interface DescribeConnectorsRequest {
|
|
4259
3371
|
/**
|
|
4260
3372
|
* <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
|
|
@@ -4270,12 +3382,6 @@ export interface DescribeConnectorsRequest {
|
|
|
4270
3382
|
*/
|
|
4271
3383
|
nextToken?: string;
|
|
4272
3384
|
}
|
|
4273
|
-
export declare namespace DescribeConnectorsRequest {
|
|
4274
|
-
/**
|
|
4275
|
-
* @internal
|
|
4276
|
-
*/
|
|
4277
|
-
const filterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
|
|
4278
|
-
}
|
|
4279
3385
|
export interface DescribeConnectorsResponse {
|
|
4280
3386
|
/**
|
|
4281
3387
|
* <p> The configuration that is applied to the connectors used in the flow. </p>
|
|
@@ -4290,12 +3396,6 @@ export interface DescribeConnectorsResponse {
|
|
|
4290
3396
|
*/
|
|
4291
3397
|
nextToken?: string;
|
|
4292
3398
|
}
|
|
4293
|
-
export declare namespace DescribeConnectorsResponse {
|
|
4294
|
-
/**
|
|
4295
|
-
* @internal
|
|
4296
|
-
*/
|
|
4297
|
-
const filterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
|
|
4298
|
-
}
|
|
4299
3399
|
export interface DescribeFlowRequest {
|
|
4300
3400
|
/**
|
|
4301
3401
|
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
@@ -4303,12 +3403,6 @@ export interface DescribeFlowRequest {
|
|
|
4303
3403
|
*/
|
|
4304
3404
|
flowName: string | undefined;
|
|
4305
3405
|
}
|
|
4306
|
-
export declare namespace DescribeFlowRequest {
|
|
4307
|
-
/**
|
|
4308
|
-
* @internal
|
|
4309
|
-
*/
|
|
4310
|
-
const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
|
|
4311
|
-
}
|
|
4312
3406
|
export declare enum ExecutionStatus {
|
|
4313
3407
|
ERROR = "Error",
|
|
4314
3408
|
INPROGRESS = "InProgress",
|
|
@@ -4332,12 +3426,6 @@ export interface ExecutionDetails {
|
|
|
4332
3426
|
*/
|
|
4333
3427
|
mostRecentExecutionStatus?: ExecutionStatus | string;
|
|
4334
3428
|
}
|
|
4335
|
-
export declare namespace ExecutionDetails {
|
|
4336
|
-
/**
|
|
4337
|
-
* @internal
|
|
4338
|
-
*/
|
|
4339
|
-
const filterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
4340
|
-
}
|
|
4341
3429
|
export interface DescribeFlowResponse {
|
|
4342
3430
|
/**
|
|
4343
3431
|
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
@@ -4411,12 +3499,6 @@ export interface DescribeFlowResponse {
|
|
|
4411
3499
|
*/
|
|
4412
3500
|
tags?: Record<string, string>;
|
|
4413
3501
|
}
|
|
4414
|
-
export declare namespace DescribeFlowResponse {
|
|
4415
|
-
/**
|
|
4416
|
-
* @internal
|
|
4417
|
-
*/
|
|
4418
|
-
const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
|
|
4419
|
-
}
|
|
4420
3502
|
export interface DescribeFlowExecutionRecordsRequest {
|
|
4421
3503
|
/**
|
|
4422
3504
|
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
@@ -4433,12 +3515,6 @@ export interface DescribeFlowExecutionRecordsRequest {
|
|
|
4433
3515
|
*/
|
|
4434
3516
|
nextToken?: string;
|
|
4435
3517
|
}
|
|
4436
|
-
export declare namespace DescribeFlowExecutionRecordsRequest {
|
|
4437
|
-
/**
|
|
4438
|
-
* @internal
|
|
4439
|
-
*/
|
|
4440
|
-
const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
|
|
4441
|
-
}
|
|
4442
3518
|
/**
|
|
4443
3519
|
* <p> Provides details in the event of a failed flow, including the failure count and the
|
|
4444
3520
|
* related error messages. </p>
|
|
@@ -4453,12 +3529,6 @@ export interface ErrorInfo {
|
|
|
4453
3529
|
*/
|
|
4454
3530
|
executionMessage?: string;
|
|
4455
3531
|
}
|
|
4456
|
-
export declare namespace ErrorInfo {
|
|
4457
|
-
/**
|
|
4458
|
-
* @internal
|
|
4459
|
-
*/
|
|
4460
|
-
const filterSensitiveLog: (obj: ErrorInfo) => any;
|
|
4461
|
-
}
|
|
4462
3532
|
/**
|
|
4463
3533
|
* <p> Specifies the end result of the flow run. </p>
|
|
4464
3534
|
*/
|
|
@@ -4480,12 +3550,6 @@ export interface ExecutionResult {
|
|
|
4480
3550
|
*/
|
|
4481
3551
|
recordsProcessed?: number;
|
|
4482
3552
|
}
|
|
4483
|
-
export declare namespace ExecutionResult {
|
|
4484
|
-
/**
|
|
4485
|
-
* @internal
|
|
4486
|
-
*/
|
|
4487
|
-
const filterSensitiveLog: (obj: ExecutionResult) => any;
|
|
4488
|
-
}
|
|
4489
3553
|
/**
|
|
4490
3554
|
* <p> Specifies information about the past flow run instances for a given flow. </p>
|
|
4491
3555
|
*/
|
|
@@ -4522,12 +3586,6 @@ export interface ExecutionRecord {
|
|
|
4522
3586
|
*/
|
|
4523
3587
|
dataPullEndTime?: Date;
|
|
4524
3588
|
}
|
|
4525
|
-
export declare namespace ExecutionRecord {
|
|
4526
|
-
/**
|
|
4527
|
-
* @internal
|
|
4528
|
-
*/
|
|
4529
|
-
const filterSensitiveLog: (obj: ExecutionRecord) => any;
|
|
4530
|
-
}
|
|
4531
3589
|
export interface DescribeFlowExecutionRecordsResponse {
|
|
4532
3590
|
/**
|
|
4533
3591
|
* <p> Returns a list of all instances when this flow was run. </p>
|
|
@@ -4538,12 +3596,6 @@ export interface DescribeFlowExecutionRecordsResponse {
|
|
|
4538
3596
|
*/
|
|
4539
3597
|
nextToken?: string;
|
|
4540
3598
|
}
|
|
4541
|
-
export declare namespace DescribeFlowExecutionRecordsResponse {
|
|
4542
|
-
/**
|
|
4543
|
-
* @internal
|
|
4544
|
-
*/
|
|
4545
|
-
const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
|
|
4546
|
-
}
|
|
4547
3599
|
/**
|
|
4548
3600
|
* <p> The properties of the flow, such as its source, destination, trigger type, and so on.
|
|
4549
3601
|
* </p>
|
|
@@ -4614,12 +3666,6 @@ export interface FlowDefinition {
|
|
|
4614
3666
|
*/
|
|
4615
3667
|
lastRunExecutionDetails?: ExecutionDetails;
|
|
4616
3668
|
}
|
|
4617
|
-
export declare namespace FlowDefinition {
|
|
4618
|
-
/**
|
|
4619
|
-
* @internal
|
|
4620
|
-
*/
|
|
4621
|
-
const filterSensitiveLog: (obj: FlowDefinition) => any;
|
|
4622
|
-
}
|
|
4623
3669
|
export interface ListConnectorEntitiesRequest {
|
|
4624
3670
|
/**
|
|
4625
3671
|
* <p> The name of the connector profile. The name is unique for each
|
|
@@ -4644,12 +3690,6 @@ export interface ListConnectorEntitiesRequest {
|
|
|
4644
3690
|
*/
|
|
4645
3691
|
apiVersion?: string;
|
|
4646
3692
|
}
|
|
4647
|
-
export declare namespace ListConnectorEntitiesRequest {
|
|
4648
|
-
/**
|
|
4649
|
-
* @internal
|
|
4650
|
-
*/
|
|
4651
|
-
const filterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
|
|
4652
|
-
}
|
|
4653
3693
|
export interface ListConnectorEntitiesResponse {
|
|
4654
3694
|
/**
|
|
4655
3695
|
* <p> The response of <code>ListConnectorEntities</code> lists entities grouped by category.
|
|
@@ -4658,12 +3698,6 @@ export interface ListConnectorEntitiesResponse {
|
|
|
4658
3698
|
*/
|
|
4659
3699
|
connectorEntityMap: Record<string, ConnectorEntity[]> | undefined;
|
|
4660
3700
|
}
|
|
4661
|
-
export declare namespace ListConnectorEntitiesResponse {
|
|
4662
|
-
/**
|
|
4663
|
-
* @internal
|
|
4664
|
-
*/
|
|
4665
|
-
const filterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
|
|
4666
|
-
}
|
|
4667
3701
|
export interface ListConnectorsRequest {
|
|
4668
3702
|
/**
|
|
4669
3703
|
* <p>Specifies the maximum number of items that should be returned in the result set. The
|
|
@@ -4675,12 +3709,6 @@ export interface ListConnectorsRequest {
|
|
|
4675
3709
|
*/
|
|
4676
3710
|
nextToken?: string;
|
|
4677
3711
|
}
|
|
4678
|
-
export declare namespace ListConnectorsRequest {
|
|
4679
|
-
/**
|
|
4680
|
-
* @internal
|
|
4681
|
-
*/
|
|
4682
|
-
const filterSensitiveLog: (obj: ListConnectorsRequest) => any;
|
|
4683
|
-
}
|
|
4684
3712
|
export interface ListConnectorsResponse {
|
|
4685
3713
|
/**
|
|
4686
3714
|
* <p>Contains information about the connectors supported by Amazon AppFlow.</p>
|
|
@@ -4692,12 +3720,6 @@ export interface ListConnectorsResponse {
|
|
|
4692
3720
|
*/
|
|
4693
3721
|
nextToken?: string;
|
|
4694
3722
|
}
|
|
4695
|
-
export declare namespace ListConnectorsResponse {
|
|
4696
|
-
/**
|
|
4697
|
-
* @internal
|
|
4698
|
-
*/
|
|
4699
|
-
const filterSensitiveLog: (obj: ListConnectorsResponse) => any;
|
|
4700
|
-
}
|
|
4701
3723
|
export interface ListFlowsRequest {
|
|
4702
3724
|
/**
|
|
4703
3725
|
* <p> Specifies the maximum number of items that should be returned in the result set. </p>
|
|
@@ -4708,12 +3730,6 @@ export interface ListFlowsRequest {
|
|
|
4708
3730
|
*/
|
|
4709
3731
|
nextToken?: string;
|
|
4710
3732
|
}
|
|
4711
|
-
export declare namespace ListFlowsRequest {
|
|
4712
|
-
/**
|
|
4713
|
-
* @internal
|
|
4714
|
-
*/
|
|
4715
|
-
const filterSensitiveLog: (obj: ListFlowsRequest) => any;
|
|
4716
|
-
}
|
|
4717
3733
|
export interface ListFlowsResponse {
|
|
4718
3734
|
/**
|
|
4719
3735
|
* <p> The list of flows associated with your account. </p>
|
|
@@ -4724,36 +3740,18 @@ export interface ListFlowsResponse {
|
|
|
4724
3740
|
*/
|
|
4725
3741
|
nextToken?: string;
|
|
4726
3742
|
}
|
|
4727
|
-
export declare namespace ListFlowsResponse {
|
|
4728
|
-
/**
|
|
4729
|
-
* @internal
|
|
4730
|
-
*/
|
|
4731
|
-
const filterSensitiveLog: (obj: ListFlowsResponse) => any;
|
|
4732
|
-
}
|
|
4733
3743
|
export interface ListTagsForResourceRequest {
|
|
4734
3744
|
/**
|
|
4735
3745
|
* <p> The Amazon Resource Name (ARN) of the specified flow. </p>
|
|
4736
3746
|
*/
|
|
4737
3747
|
resourceArn: string | undefined;
|
|
4738
3748
|
}
|
|
4739
|
-
export declare namespace ListTagsForResourceRequest {
|
|
4740
|
-
/**
|
|
4741
|
-
* @internal
|
|
4742
|
-
*/
|
|
4743
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4744
|
-
}
|
|
4745
3749
|
export interface ListTagsForResourceResponse {
|
|
4746
3750
|
/**
|
|
4747
3751
|
* <p> The tags used to organize, track, or control access for your flow. </p>
|
|
4748
3752
|
*/
|
|
4749
3753
|
tags?: Record<string, string>;
|
|
4750
3754
|
}
|
|
4751
|
-
export declare namespace ListTagsForResourceResponse {
|
|
4752
|
-
/**
|
|
4753
|
-
* @internal
|
|
4754
|
-
*/
|
|
4755
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4756
|
-
}
|
|
4757
3755
|
export interface RegisterConnectorRequest {
|
|
4758
3756
|
/**
|
|
4759
3757
|
* <p> The name of the connector. The name is unique for each <code>ConnectorRegistration</code>
|
|
@@ -4775,24 +3773,12 @@ export interface RegisterConnectorRequest {
|
|
|
4775
3773
|
*/
|
|
4776
3774
|
connectorProvisioningConfig?: ConnectorProvisioningConfig;
|
|
4777
3775
|
}
|
|
4778
|
-
export declare namespace RegisterConnectorRequest {
|
|
4779
|
-
/**
|
|
4780
|
-
* @internal
|
|
4781
|
-
*/
|
|
4782
|
-
const filterSensitiveLog: (obj: RegisterConnectorRequest) => any;
|
|
4783
|
-
}
|
|
4784
3776
|
export interface RegisterConnectorResponse {
|
|
4785
3777
|
/**
|
|
4786
3778
|
* <p>The ARN of the connector being registered.</p>
|
|
4787
3779
|
*/
|
|
4788
3780
|
connectorArn?: string;
|
|
4789
3781
|
}
|
|
4790
|
-
export declare namespace RegisterConnectorResponse {
|
|
4791
|
-
/**
|
|
4792
|
-
* @internal
|
|
4793
|
-
*/
|
|
4794
|
-
const filterSensitiveLog: (obj: RegisterConnectorResponse) => any;
|
|
4795
|
-
}
|
|
4796
3782
|
/**
|
|
4797
3783
|
* <p>API calls have exceeded the maximum allowed API request rate per account and per Region.
|
|
4798
3784
|
* </p>
|
|
@@ -4812,12 +3798,6 @@ export interface StartFlowRequest {
|
|
|
4812
3798
|
*/
|
|
4813
3799
|
flowName: string | undefined;
|
|
4814
3800
|
}
|
|
4815
|
-
export declare namespace StartFlowRequest {
|
|
4816
|
-
/**
|
|
4817
|
-
* @internal
|
|
4818
|
-
*/
|
|
4819
|
-
const filterSensitiveLog: (obj: StartFlowRequest) => any;
|
|
4820
|
-
}
|
|
4821
3801
|
export interface StartFlowResponse {
|
|
4822
3802
|
/**
|
|
4823
3803
|
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
@@ -4833,12 +3813,6 @@ export interface StartFlowResponse {
|
|
|
4833
3813
|
*/
|
|
4834
3814
|
executionId?: string;
|
|
4835
3815
|
}
|
|
4836
|
-
export declare namespace StartFlowResponse {
|
|
4837
|
-
/**
|
|
4838
|
-
* @internal
|
|
4839
|
-
*/
|
|
4840
|
-
const filterSensitiveLog: (obj: StartFlowResponse) => any;
|
|
4841
|
-
}
|
|
4842
3816
|
export interface StopFlowRequest {
|
|
4843
3817
|
/**
|
|
4844
3818
|
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
@@ -4846,12 +3820,6 @@ export interface StopFlowRequest {
|
|
|
4846
3820
|
*/
|
|
4847
3821
|
flowName: string | undefined;
|
|
4848
3822
|
}
|
|
4849
|
-
export declare namespace StopFlowRequest {
|
|
4850
|
-
/**
|
|
4851
|
-
* @internal
|
|
4852
|
-
*/
|
|
4853
|
-
const filterSensitiveLog: (obj: StopFlowRequest) => any;
|
|
4854
|
-
}
|
|
4855
3823
|
export interface StopFlowResponse {
|
|
4856
3824
|
/**
|
|
4857
3825
|
* <p> The flow's Amazon Resource Name (ARN). </p>
|
|
@@ -4862,12 +3830,6 @@ export interface StopFlowResponse {
|
|
|
4862
3830
|
*/
|
|
4863
3831
|
flowStatus?: FlowStatus | string;
|
|
4864
3832
|
}
|
|
4865
|
-
export declare namespace StopFlowResponse {
|
|
4866
|
-
/**
|
|
4867
|
-
* @internal
|
|
4868
|
-
*/
|
|
4869
|
-
const filterSensitiveLog: (obj: StopFlowResponse) => any;
|
|
4870
|
-
}
|
|
4871
3833
|
/**
|
|
4872
3834
|
* <p> The requested operation is not supported for the current flow. </p>
|
|
4873
3835
|
*/
|
|
@@ -4889,20 +3851,8 @@ export interface TagResourceRequest {
|
|
|
4889
3851
|
*/
|
|
4890
3852
|
tags: Record<string, string> | undefined;
|
|
4891
3853
|
}
|
|
4892
|
-
export declare namespace TagResourceRequest {
|
|
4893
|
-
/**
|
|
4894
|
-
* @internal
|
|
4895
|
-
*/
|
|
4896
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4897
|
-
}
|
|
4898
3854
|
export interface TagResourceResponse {
|
|
4899
3855
|
}
|
|
4900
|
-
export declare namespace TagResourceResponse {
|
|
4901
|
-
/**
|
|
4902
|
-
* @internal
|
|
4903
|
-
*/
|
|
4904
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4905
|
-
}
|
|
4906
3856
|
export interface UnregisterConnectorRequest {
|
|
4907
3857
|
/**
|
|
4908
3858
|
* <p>The label of the connector. The label is unique for each
|
|
@@ -4915,20 +3865,8 @@ export interface UnregisterConnectorRequest {
|
|
|
4915
3865
|
*/
|
|
4916
3866
|
forceDelete?: boolean;
|
|
4917
3867
|
}
|
|
4918
|
-
export declare namespace UnregisterConnectorRequest {
|
|
4919
|
-
/**
|
|
4920
|
-
* @internal
|
|
4921
|
-
*/
|
|
4922
|
-
const filterSensitiveLog: (obj: UnregisterConnectorRequest) => any;
|
|
4923
|
-
}
|
|
4924
3868
|
export interface UnregisterConnectorResponse {
|
|
4925
3869
|
}
|
|
4926
|
-
export declare namespace UnregisterConnectorResponse {
|
|
4927
|
-
/**
|
|
4928
|
-
* @internal
|
|
4929
|
-
*/
|
|
4930
|
-
const filterSensitiveLog: (obj: UnregisterConnectorResponse) => any;
|
|
4931
|
-
}
|
|
4932
3870
|
export interface UntagResourceRequest {
|
|
4933
3871
|
/**
|
|
4934
3872
|
* <p> The Amazon Resource Name (ARN) of the flow that you want to untag. </p>
|
|
@@ -4939,20 +3877,8 @@ export interface UntagResourceRequest {
|
|
|
4939
3877
|
*/
|
|
4940
3878
|
tagKeys: string[] | undefined;
|
|
4941
3879
|
}
|
|
4942
|
-
export declare namespace UntagResourceRequest {
|
|
4943
|
-
/**
|
|
4944
|
-
* @internal
|
|
4945
|
-
*/
|
|
4946
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4947
|
-
}
|
|
4948
3880
|
export interface UntagResourceResponse {
|
|
4949
3881
|
}
|
|
4950
|
-
export declare namespace UntagResourceResponse {
|
|
4951
|
-
/**
|
|
4952
|
-
* @internal
|
|
4953
|
-
*/
|
|
4954
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4955
|
-
}
|
|
4956
3882
|
export interface UpdateConnectorProfileRequest {
|
|
4957
3883
|
/**
|
|
4958
3884
|
* <p> The name of the connector profile and is unique for each <code>ConnectorProfile</code> in
|
|
@@ -4968,24 +3894,12 @@ export interface UpdateConnectorProfileRequest {
|
|
|
4968
3894
|
*/
|
|
4969
3895
|
connectorProfileConfig: ConnectorProfileConfig | undefined;
|
|
4970
3896
|
}
|
|
4971
|
-
export declare namespace UpdateConnectorProfileRequest {
|
|
4972
|
-
/**
|
|
4973
|
-
* @internal
|
|
4974
|
-
*/
|
|
4975
|
-
const filterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
|
|
4976
|
-
}
|
|
4977
3897
|
export interface UpdateConnectorProfileResponse {
|
|
4978
3898
|
/**
|
|
4979
3899
|
* <p> The Amazon Resource Name (ARN) of the connector profile. </p>
|
|
4980
3900
|
*/
|
|
4981
3901
|
connectorProfileArn?: string;
|
|
4982
3902
|
}
|
|
4983
|
-
export declare namespace UpdateConnectorProfileResponse {
|
|
4984
|
-
/**
|
|
4985
|
-
* @internal
|
|
4986
|
-
*/
|
|
4987
|
-
const filterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
|
|
4988
|
-
}
|
|
4989
3903
|
export interface UpdateFlowRequest {
|
|
4990
3904
|
/**
|
|
4991
3905
|
* <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
|
|
@@ -5016,21 +3930,741 @@ export interface UpdateFlowRequest {
|
|
|
5016
3930
|
*/
|
|
5017
3931
|
tasks: Task[] | undefined;
|
|
5018
3932
|
}
|
|
5019
|
-
export declare namespace UpdateFlowRequest {
|
|
5020
|
-
/**
|
|
5021
|
-
* @internal
|
|
5022
|
-
*/
|
|
5023
|
-
const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
|
|
5024
|
-
}
|
|
5025
3933
|
export interface UpdateFlowResponse {
|
|
5026
3934
|
/**
|
|
5027
3935
|
* <p>Indicates the current status of the flow. </p>
|
|
5028
3936
|
*/
|
|
5029
3937
|
flowStatus?: FlowStatus | string;
|
|
5030
3938
|
}
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
3939
|
+
/**
|
|
3940
|
+
* @internal
|
|
3941
|
+
*/
|
|
3942
|
+
export declare const AggregationConfigFilterSensitiveLog: (obj: AggregationConfig) => any;
|
|
3943
|
+
/**
|
|
3944
|
+
* @internal
|
|
3945
|
+
*/
|
|
3946
|
+
export declare const AmplitudeConnectorProfileCredentialsFilterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
|
|
3947
|
+
/**
|
|
3948
|
+
* @internal
|
|
3949
|
+
*/
|
|
3950
|
+
export declare const AmplitudeConnectorProfilePropertiesFilterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
|
|
3951
|
+
/**
|
|
3952
|
+
* @internal
|
|
3953
|
+
*/
|
|
3954
|
+
export declare const AmplitudeMetadataFilterSensitiveLog: (obj: AmplitudeMetadata) => any;
|
|
3955
|
+
/**
|
|
3956
|
+
* @internal
|
|
3957
|
+
*/
|
|
3958
|
+
export declare const AmplitudeSourcePropertiesFilterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
|
|
3959
|
+
/**
|
|
3960
|
+
* @internal
|
|
3961
|
+
*/
|
|
3962
|
+
export declare const ApiKeyCredentialsFilterSensitiveLog: (obj: ApiKeyCredentials) => any;
|
|
3963
|
+
/**
|
|
3964
|
+
* @internal
|
|
3965
|
+
*/
|
|
3966
|
+
export declare const AuthParameterFilterSensitiveLog: (obj: AuthParameter) => any;
|
|
3967
|
+
/**
|
|
3968
|
+
* @internal
|
|
3969
|
+
*/
|
|
3970
|
+
export declare const CustomAuthConfigFilterSensitiveLog: (obj: CustomAuthConfig) => any;
|
|
3971
|
+
/**
|
|
3972
|
+
* @internal
|
|
3973
|
+
*/
|
|
3974
|
+
export declare const OAuth2CustomParameterFilterSensitiveLog: (obj: OAuth2CustomParameter) => any;
|
|
3975
|
+
/**
|
|
3976
|
+
* @internal
|
|
3977
|
+
*/
|
|
3978
|
+
export declare const OAuth2DefaultsFilterSensitiveLog: (obj: OAuth2Defaults) => any;
|
|
3979
|
+
/**
|
|
3980
|
+
* @internal
|
|
3981
|
+
*/
|
|
3982
|
+
export declare const AuthenticationConfigFilterSensitiveLog: (obj: AuthenticationConfig) => any;
|
|
3983
|
+
/**
|
|
3984
|
+
* @internal
|
|
3985
|
+
*/
|
|
3986
|
+
export declare const BasicAuthCredentialsFilterSensitiveLog: (obj: BasicAuthCredentials) => any;
|
|
3987
|
+
/**
|
|
3988
|
+
* @internal
|
|
3989
|
+
*/
|
|
3990
|
+
export declare const CustomerProfilesMetadataFilterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
|
|
3991
|
+
/**
|
|
3992
|
+
* @internal
|
|
3993
|
+
*/
|
|
3994
|
+
export declare const DatadogMetadataFilterSensitiveLog: (obj: DatadogMetadata) => any;
|
|
3995
|
+
/**
|
|
3996
|
+
* @internal
|
|
3997
|
+
*/
|
|
3998
|
+
export declare const DynatraceMetadataFilterSensitiveLog: (obj: DynatraceMetadata) => any;
|
|
3999
|
+
/**
|
|
4000
|
+
* @internal
|
|
4001
|
+
*/
|
|
4002
|
+
export declare const EventBridgeMetadataFilterSensitiveLog: (obj: EventBridgeMetadata) => any;
|
|
4003
|
+
/**
|
|
4004
|
+
* @internal
|
|
4005
|
+
*/
|
|
4006
|
+
export declare const GoogleAnalyticsMetadataFilterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
|
|
4007
|
+
/**
|
|
4008
|
+
* @internal
|
|
4009
|
+
*/
|
|
4010
|
+
export declare const HoneycodeMetadataFilterSensitiveLog: (obj: HoneycodeMetadata) => any;
|
|
4011
|
+
/**
|
|
4012
|
+
* @internal
|
|
4013
|
+
*/
|
|
4014
|
+
export declare const InforNexusMetadataFilterSensitiveLog: (obj: InforNexusMetadata) => any;
|
|
4015
|
+
/**
|
|
4016
|
+
* @internal
|
|
4017
|
+
*/
|
|
4018
|
+
export declare const MarketoMetadataFilterSensitiveLog: (obj: MarketoMetadata) => any;
|
|
4019
|
+
/**
|
|
4020
|
+
* @internal
|
|
4021
|
+
*/
|
|
4022
|
+
export declare const RedshiftMetadataFilterSensitiveLog: (obj: RedshiftMetadata) => any;
|
|
4023
|
+
/**
|
|
4024
|
+
* @internal
|
|
4025
|
+
*/
|
|
4026
|
+
export declare const S3MetadataFilterSensitiveLog: (obj: S3Metadata) => any;
|
|
4027
|
+
/**
|
|
4028
|
+
* @internal
|
|
4029
|
+
*/
|
|
4030
|
+
export declare const SalesforceMetadataFilterSensitiveLog: (obj: SalesforceMetadata) => any;
|
|
4031
|
+
/**
|
|
4032
|
+
* @internal
|
|
4033
|
+
*/
|
|
4034
|
+
export declare const SAPODataMetadataFilterSensitiveLog: (obj: SAPODataMetadata) => any;
|
|
4035
|
+
/**
|
|
4036
|
+
* @internal
|
|
4037
|
+
*/
|
|
4038
|
+
export declare const ServiceNowMetadataFilterSensitiveLog: (obj: ServiceNowMetadata) => any;
|
|
4039
|
+
/**
|
|
4040
|
+
* @internal
|
|
4041
|
+
*/
|
|
4042
|
+
export declare const SingularMetadataFilterSensitiveLog: (obj: SingularMetadata) => any;
|
|
4043
|
+
/**
|
|
4044
|
+
* @internal
|
|
4045
|
+
*/
|
|
4046
|
+
export declare const SlackMetadataFilterSensitiveLog: (obj: SlackMetadata) => any;
|
|
4047
|
+
/**
|
|
4048
|
+
* @internal
|
|
4049
|
+
*/
|
|
4050
|
+
export declare const SnowflakeMetadataFilterSensitiveLog: (obj: SnowflakeMetadata) => any;
|
|
4051
|
+
/**
|
|
4052
|
+
* @internal
|
|
4053
|
+
*/
|
|
4054
|
+
export declare const TrendmicroMetadataFilterSensitiveLog: (obj: TrendmicroMetadata) => any;
|
|
4055
|
+
/**
|
|
4056
|
+
* @internal
|
|
4057
|
+
*/
|
|
4058
|
+
export declare const UpsolverMetadataFilterSensitiveLog: (obj: UpsolverMetadata) => any;
|
|
4059
|
+
/**
|
|
4060
|
+
* @internal
|
|
4061
|
+
*/
|
|
4062
|
+
export declare const VeevaMetadataFilterSensitiveLog: (obj: VeevaMetadata) => any;
|
|
4063
|
+
/**
|
|
4064
|
+
* @internal
|
|
4065
|
+
*/
|
|
4066
|
+
export declare const ZendeskMetadataFilterSensitiveLog: (obj: ZendeskMetadata) => any;
|
|
4067
|
+
/**
|
|
4068
|
+
* @internal
|
|
4069
|
+
*/
|
|
4070
|
+
export declare const ConnectorMetadataFilterSensitiveLog: (obj: ConnectorMetadata) => any;
|
|
4071
|
+
/**
|
|
4072
|
+
* @internal
|
|
4073
|
+
*/
|
|
4074
|
+
export declare const LambdaConnectorProvisioningConfigFilterSensitiveLog: (obj: LambdaConnectorProvisioningConfig) => any;
|
|
4075
|
+
/**
|
|
4076
|
+
* @internal
|
|
4077
|
+
*/
|
|
4078
|
+
export declare const ConnectorProvisioningConfigFilterSensitiveLog: (obj: ConnectorProvisioningConfig) => any;
|
|
4079
|
+
/**
|
|
4080
|
+
* @internal
|
|
4081
|
+
*/
|
|
4082
|
+
export declare const ConnectorRuntimeSettingFilterSensitiveLog: (obj: ConnectorRuntimeSetting) => any;
|
|
4083
|
+
/**
|
|
4084
|
+
* @internal
|
|
4085
|
+
*/
|
|
4086
|
+
export declare const ConnectorConfigurationFilterSensitiveLog: (obj: ConnectorConfiguration) => any;
|
|
4087
|
+
/**
|
|
4088
|
+
* @internal
|
|
4089
|
+
*/
|
|
4090
|
+
export declare const ConnectorDetailFilterSensitiveLog: (obj: ConnectorDetail) => any;
|
|
4091
|
+
/**
|
|
4092
|
+
* @internal
|
|
4093
|
+
*/
|
|
4094
|
+
export declare const ConnectorEntityFilterSensitiveLog: (obj: ConnectorEntity) => any;
|
|
4095
|
+
/**
|
|
4096
|
+
* @internal
|
|
4097
|
+
*/
|
|
4098
|
+
export declare const DestinationFieldPropertiesFilterSensitiveLog: (obj: DestinationFieldProperties) => any;
|
|
4099
|
+
/**
|
|
4100
|
+
* @internal
|
|
4101
|
+
*/
|
|
4102
|
+
export declare const SourceFieldPropertiesFilterSensitiveLog: (obj: SourceFieldProperties) => any;
|
|
4103
|
+
/**
|
|
4104
|
+
* @internal
|
|
4105
|
+
*/
|
|
4106
|
+
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
4107
|
+
/**
|
|
4108
|
+
* @internal
|
|
4109
|
+
*/
|
|
4110
|
+
export declare const FieldTypeDetailsFilterSensitiveLog: (obj: FieldTypeDetails) => any;
|
|
4111
|
+
/**
|
|
4112
|
+
* @internal
|
|
4113
|
+
*/
|
|
4114
|
+
export declare const SupportedFieldTypeDetailsFilterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
|
|
4115
|
+
/**
|
|
4116
|
+
* @internal
|
|
4117
|
+
*/
|
|
4118
|
+
export declare const ConnectorEntityFieldFilterSensitiveLog: (obj: ConnectorEntityField) => any;
|
|
4119
|
+
/**
|
|
4120
|
+
* @internal
|
|
4121
|
+
*/
|
|
4122
|
+
export declare const ConnectorOAuthRequestFilterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
|
|
4123
|
+
/**
|
|
4124
|
+
* @internal
|
|
4125
|
+
*/
|
|
4126
|
+
export declare const ConnectorOperatorFilterSensitiveLog: (obj: ConnectorOperator) => any;
|
|
4127
|
+
/**
|
|
4128
|
+
* @internal
|
|
4129
|
+
*/
|
|
4130
|
+
export declare const OAuth2PropertiesFilterSensitiveLog: (obj: OAuth2Properties) => any;
|
|
4131
|
+
/**
|
|
4132
|
+
* @internal
|
|
4133
|
+
*/
|
|
4134
|
+
export declare const CustomConnectorProfilePropertiesFilterSensitiveLog: (obj: CustomConnectorProfileProperties) => any;
|
|
4135
|
+
/**
|
|
4136
|
+
* @internal
|
|
4137
|
+
*/
|
|
4138
|
+
export declare const DatadogConnectorProfilePropertiesFilterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
|
|
4139
|
+
/**
|
|
4140
|
+
* @internal
|
|
4141
|
+
*/
|
|
4142
|
+
export declare const DynatraceConnectorProfilePropertiesFilterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
|
|
4143
|
+
/**
|
|
4144
|
+
* @internal
|
|
4145
|
+
*/
|
|
4146
|
+
export declare const GoogleAnalyticsConnectorProfilePropertiesFilterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
|
|
4147
|
+
/**
|
|
4148
|
+
* @internal
|
|
4149
|
+
*/
|
|
4150
|
+
export declare const HoneycodeConnectorProfilePropertiesFilterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
|
|
4151
|
+
/**
|
|
4152
|
+
* @internal
|
|
4153
|
+
*/
|
|
4154
|
+
export declare const InforNexusConnectorProfilePropertiesFilterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
|
|
4155
|
+
/**
|
|
4156
|
+
* @internal
|
|
4157
|
+
*/
|
|
4158
|
+
export declare const MarketoConnectorProfilePropertiesFilterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
|
|
4159
|
+
/**
|
|
4160
|
+
* @internal
|
|
4161
|
+
*/
|
|
4162
|
+
export declare const RedshiftConnectorProfilePropertiesFilterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
|
|
4163
|
+
/**
|
|
4164
|
+
* @internal
|
|
4165
|
+
*/
|
|
4166
|
+
export declare const SalesforceConnectorProfilePropertiesFilterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
|
|
4167
|
+
/**
|
|
4168
|
+
* @internal
|
|
4169
|
+
*/
|
|
4170
|
+
export declare const OAuthPropertiesFilterSensitiveLog: (obj: OAuthProperties) => any;
|
|
4171
|
+
/**
|
|
4172
|
+
* @internal
|
|
4173
|
+
*/
|
|
4174
|
+
export declare const SAPODataConnectorProfilePropertiesFilterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
|
|
4175
|
+
/**
|
|
4176
|
+
* @internal
|
|
4177
|
+
*/
|
|
4178
|
+
export declare const ServiceNowConnectorProfilePropertiesFilterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
|
|
4179
|
+
/**
|
|
4180
|
+
* @internal
|
|
4181
|
+
*/
|
|
4182
|
+
export declare const SingularConnectorProfilePropertiesFilterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
|
|
4183
|
+
/**
|
|
4184
|
+
* @internal
|
|
4185
|
+
*/
|
|
4186
|
+
export declare const SlackConnectorProfilePropertiesFilterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
|
|
4187
|
+
/**
|
|
4188
|
+
* @internal
|
|
4189
|
+
*/
|
|
4190
|
+
export declare const SnowflakeConnectorProfilePropertiesFilterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
|
|
4191
|
+
/**
|
|
4192
|
+
* @internal
|
|
4193
|
+
*/
|
|
4194
|
+
export declare const TrendmicroConnectorProfilePropertiesFilterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
|
|
4195
|
+
/**
|
|
4196
|
+
* @internal
|
|
4197
|
+
*/
|
|
4198
|
+
export declare const VeevaConnectorProfilePropertiesFilterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
|
|
4199
|
+
/**
|
|
4200
|
+
* @internal
|
|
4201
|
+
*/
|
|
4202
|
+
export declare const ZendeskConnectorProfilePropertiesFilterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
|
|
4203
|
+
/**
|
|
4204
|
+
* @internal
|
|
4205
|
+
*/
|
|
4206
|
+
export declare const ConnectorProfilePropertiesFilterSensitiveLog: (obj: ConnectorProfileProperties) => any;
|
|
4207
|
+
/**
|
|
4208
|
+
* @internal
|
|
4209
|
+
*/
|
|
4210
|
+
export declare const PrivateConnectionProvisioningStateFilterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
|
|
4211
|
+
/**
|
|
4212
|
+
* @internal
|
|
4213
|
+
*/
|
|
4214
|
+
export declare const ConnectorProfileFilterSensitiveLog: (obj: ConnectorProfile) => any;
|
|
4215
|
+
/**
|
|
4216
|
+
* @internal
|
|
4217
|
+
*/
|
|
4218
|
+
export declare const CustomAuthCredentialsFilterSensitiveLog: (obj: CustomAuthCredentials) => any;
|
|
4219
|
+
/**
|
|
4220
|
+
* @internal
|
|
4221
|
+
*/
|
|
4222
|
+
export declare const OAuth2CredentialsFilterSensitiveLog: (obj: OAuth2Credentials) => any;
|
|
4223
|
+
/**
|
|
4224
|
+
* @internal
|
|
4225
|
+
*/
|
|
4226
|
+
export declare const CustomConnectorProfileCredentialsFilterSensitiveLog: (obj: CustomConnectorProfileCredentials) => any;
|
|
4227
|
+
/**
|
|
4228
|
+
* @internal
|
|
4229
|
+
*/
|
|
4230
|
+
export declare const DatadogConnectorProfileCredentialsFilterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
|
|
4231
|
+
/**
|
|
4232
|
+
* @internal
|
|
4233
|
+
*/
|
|
4234
|
+
export declare const DynatraceConnectorProfileCredentialsFilterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
|
|
4235
|
+
/**
|
|
4236
|
+
* @internal
|
|
4237
|
+
*/
|
|
4238
|
+
export declare const GoogleAnalyticsConnectorProfileCredentialsFilterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
|
|
4239
|
+
/**
|
|
4240
|
+
* @internal
|
|
4241
|
+
*/
|
|
4242
|
+
export declare const HoneycodeConnectorProfileCredentialsFilterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
|
|
4243
|
+
/**
|
|
4244
|
+
* @internal
|
|
4245
|
+
*/
|
|
4246
|
+
export declare const InforNexusConnectorProfileCredentialsFilterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
|
|
4247
|
+
/**
|
|
4248
|
+
* @internal
|
|
4249
|
+
*/
|
|
4250
|
+
export declare const MarketoConnectorProfileCredentialsFilterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
|
|
4251
|
+
/**
|
|
4252
|
+
* @internal
|
|
4253
|
+
*/
|
|
4254
|
+
export declare const RedshiftConnectorProfileCredentialsFilterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
|
|
4255
|
+
/**
|
|
4256
|
+
* @internal
|
|
4257
|
+
*/
|
|
4258
|
+
export declare const SalesforceConnectorProfileCredentialsFilterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
|
|
4259
|
+
/**
|
|
4260
|
+
* @internal
|
|
4261
|
+
*/
|
|
4262
|
+
export declare const OAuthCredentialsFilterSensitiveLog: (obj: OAuthCredentials) => any;
|
|
4263
|
+
/**
|
|
4264
|
+
* @internal
|
|
4265
|
+
*/
|
|
4266
|
+
export declare const SAPODataConnectorProfileCredentialsFilterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
|
|
4267
|
+
/**
|
|
4268
|
+
* @internal
|
|
4269
|
+
*/
|
|
4270
|
+
export declare const ServiceNowConnectorProfileCredentialsFilterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
|
|
4271
|
+
/**
|
|
4272
|
+
* @internal
|
|
4273
|
+
*/
|
|
4274
|
+
export declare const SingularConnectorProfileCredentialsFilterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
|
|
4275
|
+
/**
|
|
4276
|
+
* @internal
|
|
4277
|
+
*/
|
|
4278
|
+
export declare const SlackConnectorProfileCredentialsFilterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
|
|
4279
|
+
/**
|
|
4280
|
+
* @internal
|
|
4281
|
+
*/
|
|
4282
|
+
export declare const SnowflakeConnectorProfileCredentialsFilterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
|
|
4283
|
+
/**
|
|
4284
|
+
* @internal
|
|
4285
|
+
*/
|
|
4286
|
+
export declare const TrendmicroConnectorProfileCredentialsFilterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
|
|
4287
|
+
/**
|
|
4288
|
+
* @internal
|
|
4289
|
+
*/
|
|
4290
|
+
export declare const VeevaConnectorProfileCredentialsFilterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
|
|
4291
|
+
/**
|
|
4292
|
+
* @internal
|
|
4293
|
+
*/
|
|
4294
|
+
export declare const ZendeskConnectorProfileCredentialsFilterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
|
|
4295
|
+
/**
|
|
4296
|
+
* @internal
|
|
4297
|
+
*/
|
|
4298
|
+
export declare const ConnectorProfileCredentialsFilterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
|
|
4299
|
+
/**
|
|
4300
|
+
* @internal
|
|
4301
|
+
*/
|
|
4302
|
+
export declare const ConnectorProfileConfigFilterSensitiveLog: (obj: ConnectorProfileConfig) => any;
|
|
4303
|
+
/**
|
|
4304
|
+
* @internal
|
|
4305
|
+
*/
|
|
4306
|
+
export declare const CreateConnectorProfileRequestFilterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
|
|
4307
|
+
/**
|
|
4308
|
+
* @internal
|
|
4309
|
+
*/
|
|
4310
|
+
export declare const CreateConnectorProfileResponseFilterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
|
|
4311
|
+
/**
|
|
4312
|
+
* @internal
|
|
4313
|
+
*/
|
|
4314
|
+
export declare const ErrorHandlingConfigFilterSensitiveLog: (obj: ErrorHandlingConfig) => any;
|
|
4315
|
+
/**
|
|
4316
|
+
* @internal
|
|
4317
|
+
*/
|
|
4318
|
+
export declare const CustomConnectorDestinationPropertiesFilterSensitiveLog: (obj: CustomConnectorDestinationProperties) => any;
|
|
4319
|
+
/**
|
|
4320
|
+
* @internal
|
|
4321
|
+
*/
|
|
4322
|
+
export declare const CustomerProfilesDestinationPropertiesFilterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
|
|
4323
|
+
/**
|
|
4324
|
+
* @internal
|
|
4325
|
+
*/
|
|
4326
|
+
export declare const EventBridgeDestinationPropertiesFilterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
|
|
4327
|
+
/**
|
|
4328
|
+
* @internal
|
|
4329
|
+
*/
|
|
4330
|
+
export declare const HoneycodeDestinationPropertiesFilterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
|
|
4331
|
+
/**
|
|
4332
|
+
* @internal
|
|
4333
|
+
*/
|
|
4334
|
+
export declare const LookoutMetricsDestinationPropertiesFilterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
4335
|
+
/**
|
|
4336
|
+
* @internal
|
|
4337
|
+
*/
|
|
4338
|
+
export declare const MarketoDestinationPropertiesFilterSensitiveLog: (obj: MarketoDestinationProperties) => any;
|
|
4339
|
+
/**
|
|
4340
|
+
* @internal
|
|
4341
|
+
*/
|
|
4342
|
+
export declare const RedshiftDestinationPropertiesFilterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
|
|
4343
|
+
/**
|
|
4344
|
+
* @internal
|
|
4345
|
+
*/
|
|
4346
|
+
export declare const PrefixConfigFilterSensitiveLog: (obj: PrefixConfig) => any;
|
|
4347
|
+
/**
|
|
4348
|
+
* @internal
|
|
4349
|
+
*/
|
|
4350
|
+
export declare const S3OutputFormatConfigFilterSensitiveLog: (obj: S3OutputFormatConfig) => any;
|
|
4351
|
+
/**
|
|
4352
|
+
* @internal
|
|
4353
|
+
*/
|
|
4354
|
+
export declare const S3DestinationPropertiesFilterSensitiveLog: (obj: S3DestinationProperties) => any;
|
|
4355
|
+
/**
|
|
4356
|
+
* @internal
|
|
4357
|
+
*/
|
|
4358
|
+
export declare const SalesforceDestinationPropertiesFilterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
|
|
4359
|
+
/**
|
|
4360
|
+
* @internal
|
|
4361
|
+
*/
|
|
4362
|
+
export declare const SuccessResponseHandlingConfigFilterSensitiveLog: (obj: SuccessResponseHandlingConfig) => any;
|
|
4363
|
+
/**
|
|
4364
|
+
* @internal
|
|
4365
|
+
*/
|
|
4366
|
+
export declare const SAPODataDestinationPropertiesFilterSensitiveLog: (obj: SAPODataDestinationProperties) => any;
|
|
4367
|
+
/**
|
|
4368
|
+
* @internal
|
|
4369
|
+
*/
|
|
4370
|
+
export declare const SnowflakeDestinationPropertiesFilterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
|
|
4371
|
+
/**
|
|
4372
|
+
* @internal
|
|
4373
|
+
*/
|
|
4374
|
+
export declare const UpsolverS3OutputFormatConfigFilterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
|
|
4375
|
+
/**
|
|
4376
|
+
* @internal
|
|
4377
|
+
*/
|
|
4378
|
+
export declare const UpsolverDestinationPropertiesFilterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
|
|
4379
|
+
/**
|
|
4380
|
+
* @internal
|
|
4381
|
+
*/
|
|
4382
|
+
export declare const ZendeskDestinationPropertiesFilterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
|
|
4383
|
+
/**
|
|
4384
|
+
* @internal
|
|
4385
|
+
*/
|
|
4386
|
+
export declare const DestinationConnectorPropertiesFilterSensitiveLog: (obj: DestinationConnectorProperties) => any;
|
|
4387
|
+
/**
|
|
4388
|
+
* @internal
|
|
4389
|
+
*/
|
|
4390
|
+
export declare const DestinationFlowConfigFilterSensitiveLog: (obj: DestinationFlowConfig) => any;
|
|
4391
|
+
/**
|
|
4392
|
+
* @internal
|
|
4393
|
+
*/
|
|
4394
|
+
export declare const IncrementalPullConfigFilterSensitiveLog: (obj: IncrementalPullConfig) => any;
|
|
4395
|
+
/**
|
|
4396
|
+
* @internal
|
|
4397
|
+
*/
|
|
4398
|
+
export declare const CustomConnectorSourcePropertiesFilterSensitiveLog: (obj: CustomConnectorSourceProperties) => any;
|
|
4399
|
+
/**
|
|
4400
|
+
* @internal
|
|
4401
|
+
*/
|
|
4402
|
+
export declare const DatadogSourcePropertiesFilterSensitiveLog: (obj: DatadogSourceProperties) => any;
|
|
4403
|
+
/**
|
|
4404
|
+
* @internal
|
|
4405
|
+
*/
|
|
4406
|
+
export declare const DynatraceSourcePropertiesFilterSensitiveLog: (obj: DynatraceSourceProperties) => any;
|
|
4407
|
+
/**
|
|
4408
|
+
* @internal
|
|
4409
|
+
*/
|
|
4410
|
+
export declare const GoogleAnalyticsSourcePropertiesFilterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
|
|
4411
|
+
/**
|
|
4412
|
+
* @internal
|
|
4413
|
+
*/
|
|
4414
|
+
export declare const InforNexusSourcePropertiesFilterSensitiveLog: (obj: InforNexusSourceProperties) => any;
|
|
4415
|
+
/**
|
|
4416
|
+
* @internal
|
|
4417
|
+
*/
|
|
4418
|
+
export declare const MarketoSourcePropertiesFilterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
4419
|
+
/**
|
|
4420
|
+
* @internal
|
|
4421
|
+
*/
|
|
4422
|
+
export declare const S3InputFormatConfigFilterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
4423
|
+
/**
|
|
4424
|
+
* @internal
|
|
4425
|
+
*/
|
|
4426
|
+
export declare const S3SourcePropertiesFilterSensitiveLog: (obj: S3SourceProperties) => any;
|
|
4427
|
+
/**
|
|
4428
|
+
* @internal
|
|
4429
|
+
*/
|
|
4430
|
+
export declare const SalesforceSourcePropertiesFilterSensitiveLog: (obj: SalesforceSourceProperties) => any;
|
|
4431
|
+
/**
|
|
4432
|
+
* @internal
|
|
4433
|
+
*/
|
|
4434
|
+
export declare const SAPODataSourcePropertiesFilterSensitiveLog: (obj: SAPODataSourceProperties) => any;
|
|
4435
|
+
/**
|
|
4436
|
+
* @internal
|
|
4437
|
+
*/
|
|
4438
|
+
export declare const ServiceNowSourcePropertiesFilterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
|
|
4439
|
+
/**
|
|
4440
|
+
* @internal
|
|
4441
|
+
*/
|
|
4442
|
+
export declare const SingularSourcePropertiesFilterSensitiveLog: (obj: SingularSourceProperties) => any;
|
|
4443
|
+
/**
|
|
4444
|
+
* @internal
|
|
4445
|
+
*/
|
|
4446
|
+
export declare const SlackSourcePropertiesFilterSensitiveLog: (obj: SlackSourceProperties) => any;
|
|
4447
|
+
/**
|
|
4448
|
+
* @internal
|
|
4449
|
+
*/
|
|
4450
|
+
export declare const TrendmicroSourcePropertiesFilterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
|
|
4451
|
+
/**
|
|
4452
|
+
* @internal
|
|
4453
|
+
*/
|
|
4454
|
+
export declare const VeevaSourcePropertiesFilterSensitiveLog: (obj: VeevaSourceProperties) => any;
|
|
4455
|
+
/**
|
|
4456
|
+
* @internal
|
|
4457
|
+
*/
|
|
4458
|
+
export declare const ZendeskSourcePropertiesFilterSensitiveLog: (obj: ZendeskSourceProperties) => any;
|
|
4459
|
+
/**
|
|
4460
|
+
* @internal
|
|
4461
|
+
*/
|
|
4462
|
+
export declare const SourceConnectorPropertiesFilterSensitiveLog: (obj: SourceConnectorProperties) => any;
|
|
4463
|
+
/**
|
|
4464
|
+
* @internal
|
|
4465
|
+
*/
|
|
4466
|
+
export declare const SourceFlowConfigFilterSensitiveLog: (obj: SourceFlowConfig) => any;
|
|
4467
|
+
/**
|
|
4468
|
+
* @internal
|
|
4469
|
+
*/
|
|
4470
|
+
export declare const TaskFilterSensitiveLog: (obj: Task) => any;
|
|
4471
|
+
/**
|
|
4472
|
+
* @internal
|
|
4473
|
+
*/
|
|
4474
|
+
export declare const ScheduledTriggerPropertiesFilterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
|
|
4475
|
+
/**
|
|
4476
|
+
* @internal
|
|
4477
|
+
*/
|
|
4478
|
+
export declare const TriggerPropertiesFilterSensitiveLog: (obj: TriggerProperties) => any;
|
|
4479
|
+
/**
|
|
4480
|
+
* @internal
|
|
4481
|
+
*/
|
|
4482
|
+
export declare const TriggerConfigFilterSensitiveLog: (obj: TriggerConfig) => any;
|
|
4483
|
+
/**
|
|
4484
|
+
* @internal
|
|
4485
|
+
*/
|
|
4486
|
+
export declare const CreateFlowRequestFilterSensitiveLog: (obj: CreateFlowRequest) => any;
|
|
4487
|
+
/**
|
|
4488
|
+
* @internal
|
|
4489
|
+
*/
|
|
4490
|
+
export declare const CreateFlowResponseFilterSensitiveLog: (obj: CreateFlowResponse) => any;
|
|
4491
|
+
/**
|
|
4492
|
+
* @internal
|
|
4493
|
+
*/
|
|
4494
|
+
export declare const DeleteConnectorProfileRequestFilterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
|
|
4495
|
+
/**
|
|
4496
|
+
* @internal
|
|
4497
|
+
*/
|
|
4498
|
+
export declare const DeleteConnectorProfileResponseFilterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
|
|
4499
|
+
/**
|
|
4500
|
+
* @internal
|
|
4501
|
+
*/
|
|
4502
|
+
export declare const DeleteFlowRequestFilterSensitiveLog: (obj: DeleteFlowRequest) => any;
|
|
4503
|
+
/**
|
|
4504
|
+
* @internal
|
|
4505
|
+
*/
|
|
4506
|
+
export declare const DeleteFlowResponseFilterSensitiveLog: (obj: DeleteFlowResponse) => any;
|
|
4507
|
+
/**
|
|
4508
|
+
* @internal
|
|
4509
|
+
*/
|
|
4510
|
+
export declare const DescribeConnectorRequestFilterSensitiveLog: (obj: DescribeConnectorRequest) => any;
|
|
4511
|
+
/**
|
|
4512
|
+
* @internal
|
|
4513
|
+
*/
|
|
4514
|
+
export declare const DescribeConnectorResponseFilterSensitiveLog: (obj: DescribeConnectorResponse) => any;
|
|
4515
|
+
/**
|
|
4516
|
+
* @internal
|
|
4517
|
+
*/
|
|
4518
|
+
export declare const DescribeConnectorEntityRequestFilterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
|
|
4519
|
+
/**
|
|
4520
|
+
* @internal
|
|
4521
|
+
*/
|
|
4522
|
+
export declare const DescribeConnectorEntityResponseFilterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
|
|
4523
|
+
/**
|
|
4524
|
+
* @internal
|
|
4525
|
+
*/
|
|
4526
|
+
export declare const DescribeConnectorProfilesRequestFilterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
|
|
4527
|
+
/**
|
|
4528
|
+
* @internal
|
|
4529
|
+
*/
|
|
4530
|
+
export declare const DescribeConnectorProfilesResponseFilterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
|
|
4531
|
+
/**
|
|
4532
|
+
* @internal
|
|
4533
|
+
*/
|
|
4534
|
+
export declare const DescribeConnectorsRequestFilterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
|
|
4535
|
+
/**
|
|
4536
|
+
* @internal
|
|
4537
|
+
*/
|
|
4538
|
+
export declare const DescribeConnectorsResponseFilterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
|
|
4539
|
+
/**
|
|
4540
|
+
* @internal
|
|
4541
|
+
*/
|
|
4542
|
+
export declare const DescribeFlowRequestFilterSensitiveLog: (obj: DescribeFlowRequest) => any;
|
|
4543
|
+
/**
|
|
4544
|
+
* @internal
|
|
4545
|
+
*/
|
|
4546
|
+
export declare const ExecutionDetailsFilterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
4547
|
+
/**
|
|
4548
|
+
* @internal
|
|
4549
|
+
*/
|
|
4550
|
+
export declare const DescribeFlowResponseFilterSensitiveLog: (obj: DescribeFlowResponse) => any;
|
|
4551
|
+
/**
|
|
4552
|
+
* @internal
|
|
4553
|
+
*/
|
|
4554
|
+
export declare const DescribeFlowExecutionRecordsRequestFilterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
|
|
4555
|
+
/**
|
|
4556
|
+
* @internal
|
|
4557
|
+
*/
|
|
4558
|
+
export declare const ErrorInfoFilterSensitiveLog: (obj: ErrorInfo) => any;
|
|
4559
|
+
/**
|
|
4560
|
+
* @internal
|
|
4561
|
+
*/
|
|
4562
|
+
export declare const ExecutionResultFilterSensitiveLog: (obj: ExecutionResult) => any;
|
|
4563
|
+
/**
|
|
4564
|
+
* @internal
|
|
4565
|
+
*/
|
|
4566
|
+
export declare const ExecutionRecordFilterSensitiveLog: (obj: ExecutionRecord) => any;
|
|
4567
|
+
/**
|
|
4568
|
+
* @internal
|
|
4569
|
+
*/
|
|
4570
|
+
export declare const DescribeFlowExecutionRecordsResponseFilterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
|
|
4571
|
+
/**
|
|
4572
|
+
* @internal
|
|
4573
|
+
*/
|
|
4574
|
+
export declare const FlowDefinitionFilterSensitiveLog: (obj: FlowDefinition) => any;
|
|
4575
|
+
/**
|
|
4576
|
+
* @internal
|
|
4577
|
+
*/
|
|
4578
|
+
export declare const ListConnectorEntitiesRequestFilterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
|
|
4579
|
+
/**
|
|
4580
|
+
* @internal
|
|
4581
|
+
*/
|
|
4582
|
+
export declare const ListConnectorEntitiesResponseFilterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
|
|
4583
|
+
/**
|
|
4584
|
+
* @internal
|
|
4585
|
+
*/
|
|
4586
|
+
export declare const ListConnectorsRequestFilterSensitiveLog: (obj: ListConnectorsRequest) => any;
|
|
4587
|
+
/**
|
|
4588
|
+
* @internal
|
|
4589
|
+
*/
|
|
4590
|
+
export declare const ListConnectorsResponseFilterSensitiveLog: (obj: ListConnectorsResponse) => any;
|
|
4591
|
+
/**
|
|
4592
|
+
* @internal
|
|
4593
|
+
*/
|
|
4594
|
+
export declare const ListFlowsRequestFilterSensitiveLog: (obj: ListFlowsRequest) => any;
|
|
4595
|
+
/**
|
|
4596
|
+
* @internal
|
|
4597
|
+
*/
|
|
4598
|
+
export declare const ListFlowsResponseFilterSensitiveLog: (obj: ListFlowsResponse) => any;
|
|
4599
|
+
/**
|
|
4600
|
+
* @internal
|
|
4601
|
+
*/
|
|
4602
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4603
|
+
/**
|
|
4604
|
+
* @internal
|
|
4605
|
+
*/
|
|
4606
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4607
|
+
/**
|
|
4608
|
+
* @internal
|
|
4609
|
+
*/
|
|
4610
|
+
export declare const RegisterConnectorRequestFilterSensitiveLog: (obj: RegisterConnectorRequest) => any;
|
|
4611
|
+
/**
|
|
4612
|
+
* @internal
|
|
4613
|
+
*/
|
|
4614
|
+
export declare const RegisterConnectorResponseFilterSensitiveLog: (obj: RegisterConnectorResponse) => any;
|
|
4615
|
+
/**
|
|
4616
|
+
* @internal
|
|
4617
|
+
*/
|
|
4618
|
+
export declare const StartFlowRequestFilterSensitiveLog: (obj: StartFlowRequest) => any;
|
|
4619
|
+
/**
|
|
4620
|
+
* @internal
|
|
4621
|
+
*/
|
|
4622
|
+
export declare const StartFlowResponseFilterSensitiveLog: (obj: StartFlowResponse) => any;
|
|
4623
|
+
/**
|
|
4624
|
+
* @internal
|
|
4625
|
+
*/
|
|
4626
|
+
export declare const StopFlowRequestFilterSensitiveLog: (obj: StopFlowRequest) => any;
|
|
4627
|
+
/**
|
|
4628
|
+
* @internal
|
|
4629
|
+
*/
|
|
4630
|
+
export declare const StopFlowResponseFilterSensitiveLog: (obj: StopFlowResponse) => any;
|
|
4631
|
+
/**
|
|
4632
|
+
* @internal
|
|
4633
|
+
*/
|
|
4634
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4635
|
+
/**
|
|
4636
|
+
* @internal
|
|
4637
|
+
*/
|
|
4638
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4639
|
+
/**
|
|
4640
|
+
* @internal
|
|
4641
|
+
*/
|
|
4642
|
+
export declare const UnregisterConnectorRequestFilterSensitiveLog: (obj: UnregisterConnectorRequest) => any;
|
|
4643
|
+
/**
|
|
4644
|
+
* @internal
|
|
4645
|
+
*/
|
|
4646
|
+
export declare const UnregisterConnectorResponseFilterSensitiveLog: (obj: UnregisterConnectorResponse) => any;
|
|
4647
|
+
/**
|
|
4648
|
+
* @internal
|
|
4649
|
+
*/
|
|
4650
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4651
|
+
/**
|
|
4652
|
+
* @internal
|
|
4653
|
+
*/
|
|
4654
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4655
|
+
/**
|
|
4656
|
+
* @internal
|
|
4657
|
+
*/
|
|
4658
|
+
export declare const UpdateConnectorProfileRequestFilterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
|
|
4659
|
+
/**
|
|
4660
|
+
* @internal
|
|
4661
|
+
*/
|
|
4662
|
+
export declare const UpdateConnectorProfileResponseFilterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
|
|
4663
|
+
/**
|
|
4664
|
+
* @internal
|
|
4665
|
+
*/
|
|
4666
|
+
export declare const UpdateFlowRequestFilterSensitiveLog: (obj: UpdateFlowRequest) => any;
|
|
4667
|
+
/**
|
|
4668
|
+
* @internal
|
|
4669
|
+
*/
|
|
4670
|
+
export declare const UpdateFlowResponseFilterSensitiveLog: (obj: UpdateFlowResponse) => any;
|