@aws-sdk/client-appflow 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist-cjs/commands/CreateConnectorProfileCommand.js +1 -1
  2. package/dist-cjs/commands/CreateFlowCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteFlowCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeFlowCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  11. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -3
  12. package/dist-cjs/commands/ListConnectorsCommand.js +2 -3
  13. package/dist-cjs/commands/ListFlowsCommand.js +2 -3
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  15. package/dist-cjs/commands/RegisterConnectorCommand.js +2 -3
  16. package/dist-cjs/commands/StartFlowCommand.js +2 -3
  17. package/dist-cjs/commands/StopFlowCommand.js +2 -3
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  19. package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -3
  20. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  21. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +1 -1
  22. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateFlowCommand.js +2 -3
  24. package/dist-cjs/models/models_0.js +1 -668
  25. package/dist-es/commands/CreateConnectorProfileCommand.js +2 -2
  26. package/dist-es/commands/CreateFlowCommand.js +2 -3
  27. package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -3
  28. package/dist-es/commands/DeleteFlowCommand.js +2 -3
  29. package/dist-es/commands/DescribeConnectorCommand.js +2 -3
  30. package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -3
  31. package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -3
  32. package/dist-es/commands/DescribeConnectorsCommand.js +2 -3
  33. package/dist-es/commands/DescribeFlowCommand.js +2 -3
  34. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  35. package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -3
  36. package/dist-es/commands/ListConnectorsCommand.js +2 -3
  37. package/dist-es/commands/ListFlowsCommand.js +2 -3
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  39. package/dist-es/commands/RegisterConnectorCommand.js +2 -3
  40. package/dist-es/commands/StartFlowCommand.js +2 -3
  41. package/dist-es/commands/StopFlowCommand.js +2 -3
  42. package/dist-es/commands/TagResourceCommand.js +2 -3
  43. package/dist-es/commands/UnregisterConnectorCommand.js +2 -3
  44. package/dist-es/commands/UntagResourceCommand.js +2 -3
  45. package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -2
  46. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -3
  47. package/dist-es/commands/UpdateFlowCommand.js +2 -3
  48. package/dist-es/models/models_0.js +0 -498
  49. package/dist-types/Appflow.d.ts +24 -0
  50. package/dist-types/AppflowClient.d.ts +24 -4
  51. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateFlowCommand.d.ts +16 -0
  53. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteFlowCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeConnectorCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeConnectorsCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeFlowCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +16 -0
  62. package/dist-types/commands/ListConnectorsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListFlowsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/RegisterConnectorCommand.d.ts +16 -0
  66. package/dist-types/commands/StartFlowCommand.d.ts +16 -0
  67. package/dist-types/commands/StopFlowCommand.d.ts +16 -0
  68. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  69. package/dist-types/commands/UnregisterConnectorCommand.d.ts +16 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateFlowCommand.d.ts +16 -0
  74. package/dist-types/models/AppflowServiceException.d.ts +2 -0
  75. package/dist-types/models/models_0.d.ts +444 -687
  76. package/dist-types/pagination/DescribeConnectorProfilesPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeConnectorsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/Interfaces.d.ts +3 -0
  80. package/dist-types/pagination/ListConnectorsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListFlowsPaginator.d.ts +3 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +0 -488
  83. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { AppflowServiceException as __BaseException } from "./AppflowServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>AppFlow/Requester has invalid or missing permissions.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -11,11 +12,15 @@ export declare class AccessDeniedException extends __BaseException {
11
12
  */
12
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
13
14
  }
15
+ /**
16
+ * @public
17
+ */
14
18
  export declare enum AggregationType {
15
19
  NONE = "None",
16
20
  SINGLE_FILE = "SingleFile"
17
21
  }
18
22
  /**
23
+ * @public
19
24
  * <p> The aggregation settings that you can use to customize the output format of your flow
20
25
  * data. </p>
21
26
  */
@@ -33,10 +38,14 @@ export interface AggregationConfig {
33
38
  */
34
39
  targetFileSize?: number;
35
40
  }
41
+ /**
42
+ * @public
43
+ */
36
44
  export declare enum AmplitudeConnectorOperator {
37
45
  BETWEEN = "BETWEEN"
38
46
  }
39
47
  /**
48
+ * @public
40
49
  * <p> The connector-specific credentials required when using Amplitude. </p>
41
50
  */
42
51
  export interface AmplitudeConnectorProfileCredentials {
@@ -51,16 +60,19 @@ export interface AmplitudeConnectorProfileCredentials {
51
60
  secretKey: string | undefined;
52
61
  }
53
62
  /**
63
+ * @public
54
64
  * <p> The connector-specific profile properties required when using Amplitude. </p>
55
65
  */
56
66
  export interface AmplitudeConnectorProfileProperties {
57
67
  }
58
68
  /**
69
+ * @public
59
70
  * <p> The connector metadata specific to Amplitude. </p>
60
71
  */
61
72
  export interface AmplitudeMetadata {
62
73
  }
63
74
  /**
75
+ * @public
64
76
  * <p> The properties that are applied when Amplitude is being used as a source. </p>
65
77
  */
66
78
  export interface AmplitudeSourceProperties {
@@ -70,6 +82,7 @@ export interface AmplitudeSourceProperties {
70
82
  object: string | undefined;
71
83
  }
72
84
  /**
85
+ * @public
73
86
  * <p>The API key credentials required for API key authentication.</p>
74
87
  */
75
88
  export interface ApiKeyCredentials {
@@ -83,6 +96,7 @@ export interface ApiKeyCredentials {
83
96
  apiSecretKey?: string;
84
97
  }
85
98
  /**
99
+ * @public
86
100
  * <p>Information about required authentication parameters.</p>
87
101
  */
88
102
  export interface AuthParameter {
@@ -113,6 +127,7 @@ export interface AuthParameter {
113
127
  connectorSuppliedValues?: string[];
114
128
  }
115
129
  /**
130
+ * @public
116
131
  * <p>Configuration information required for custom authentication.</p>
117
132
  */
118
133
  export interface CustomAuthConfig {
@@ -125,11 +140,15 @@ export interface CustomAuthConfig {
125
140
  */
126
141
  authParameters?: AuthParameter[];
127
142
  }
143
+ /**
144
+ * @public
145
+ */
128
146
  export declare enum OAuth2CustomPropType {
129
147
  AUTH_URL = "AUTH_URL",
130
148
  TOKEN_URL = "TOKEN_URL"
131
149
  }
132
150
  /**
151
+ * @public
133
152
  * <p>Custom parameter required for OAuth 2.0 authentication.</p>
134
153
  */
135
154
  export interface OAuth2CustomParameter {
@@ -163,11 +182,15 @@ export interface OAuth2CustomParameter {
163
182
  */
164
183
  type?: OAuth2CustomPropType | string;
165
184
  }
185
+ /**
186
+ * @public
187
+ */
166
188
  export declare enum OAuth2GrantType {
167
189
  AUTHORIZATION_CODE = "AUTHORIZATION_CODE",
168
190
  CLIENT_CREDENTIALS = "CLIENT_CREDENTIALS"
169
191
  }
170
192
  /**
193
+ * @public
171
194
  * <p>Contains the default values required for OAuth 2.0 authentication.</p>
172
195
  */
173
196
  export interface OAuth2Defaults {
@@ -193,6 +216,7 @@ export interface OAuth2Defaults {
193
216
  oauth2CustomProperties?: OAuth2CustomParameter[];
194
217
  }
195
218
  /**
219
+ * @public
196
220
  * <p>Contains information about the authentication config that the connector supports.</p>
197
221
  */
198
222
  export interface AuthenticationConfig {
@@ -221,6 +245,9 @@ export interface AuthenticationConfig {
221
245
  */
222
246
  customAuthConfigs?: CustomAuthConfig[];
223
247
  }
248
+ /**
249
+ * @public
250
+ */
224
251
  export declare enum AuthenticationType {
225
252
  APIKEY = "APIKEY",
226
253
  BASIC = "BASIC",
@@ -228,6 +255,7 @@ export declare enum AuthenticationType {
228
255
  OAUTH2 = "OAUTH2"
229
256
  }
230
257
  /**
258
+ * @public
231
259
  * <p> The basic auth credentials required for basic authentication. </p>
232
260
  */
233
261
  export interface BasicAuthCredentials {
@@ -240,10 +268,14 @@ export interface BasicAuthCredentials {
240
268
  */
241
269
  password: string | undefined;
242
270
  }
271
+ /**
272
+ * @public
273
+ */
243
274
  export declare enum CatalogType {
244
275
  GLUE = "GLUE"
245
276
  }
246
277
  /**
278
+ * @public
247
279
  * <p> There was a conflict when processing the request (for example, a flow with the given name
248
280
  * already exists within the account. Check for conflicting resource names and try again. </p>
249
281
  */
@@ -255,11 +287,15 @@ export declare class ConflictException extends __BaseException {
255
287
  */
256
288
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
257
289
  }
290
+ /**
291
+ * @public
292
+ */
258
293
  export declare enum ConnectionMode {
259
294
  PRIVATE = "Private",
260
295
  PUBLIC = "Public"
261
296
  }
262
297
  /**
298
+ * @public
263
299
  * <p> An error occurred when authenticating with the connector endpoint. </p>
264
300
  */
265
301
  export declare class ConnectorAuthenticationException extends __BaseException {
@@ -271,26 +307,31 @@ export declare class ConnectorAuthenticationException extends __BaseException {
271
307
  constructor(opts: __ExceptionOptionType<ConnectorAuthenticationException, __BaseException>);
272
308
  }
273
309
  /**
310
+ * @public
274
311
  * <p> The connector metadata specific to Amazon Connect Customer Profiles. </p>
275
312
  */
276
313
  export interface CustomerProfilesMetadata {
277
314
  }
278
315
  /**
316
+ * @public
279
317
  * <p> The connector metadata specific to Datadog. </p>
280
318
  */
281
319
  export interface DatadogMetadata {
282
320
  }
283
321
  /**
322
+ * @public
284
323
  * <p> The connector metadata specific to Dynatrace. </p>
285
324
  */
286
325
  export interface DynatraceMetadata {
287
326
  }
288
327
  /**
328
+ * @public
289
329
  * <p> The connector metadata specific to Amazon EventBridge. </p>
290
330
  */
291
331
  export interface EventBridgeMetadata {
292
332
  }
293
333
  /**
334
+ * @public
294
335
  * <p> The connector metadata specific to Google Analytics. </p>
295
336
  */
296
337
  export interface GoogleAnalyticsMetadata {
@@ -300,6 +341,7 @@ export interface GoogleAnalyticsMetadata {
300
341
  oAuthScopes?: string[];
301
342
  }
302
343
  /**
344
+ * @public
303
345
  * <p> The connector metadata specific to Amazon Honeycode. </p>
304
346
  */
305
347
  export interface HoneycodeMetadata {
@@ -309,36 +351,45 @@ export interface HoneycodeMetadata {
309
351
  oAuthScopes?: string[];
310
352
  }
311
353
  /**
354
+ * @public
312
355
  * <p> The connector metadata specific to Infor Nexus. </p>
313
356
  */
314
357
  export interface InforNexusMetadata {
315
358
  }
316
359
  /**
360
+ * @public
317
361
  * <p> The connector metadata specific to Marketo. </p>
318
362
  */
319
363
  export interface MarketoMetadata {
320
364
  }
321
365
  /**
366
+ * @public
322
367
  * <p>The connector metadata specific to Salesforce Pardot.</p>
323
368
  */
324
369
  export interface PardotMetadata {
325
370
  }
326
371
  /**
372
+ * @public
327
373
  * <p> The connector metadata specific to Amazon Redshift. </p>
328
374
  */
329
375
  export interface RedshiftMetadata {
330
376
  }
331
377
  /**
378
+ * @public
332
379
  * <p> The connector metadata specific to Amazon S3. </p>
333
380
  */
334
381
  export interface S3Metadata {
335
382
  }
383
+ /**
384
+ * @public
385
+ */
336
386
  export declare enum SalesforceDataTransferApi {
337
387
  AUTOMATIC = "AUTOMATIC",
338
388
  BULKV2 = "BULKV2",
339
389
  REST_SYNC = "REST_SYNC"
340
390
  }
341
391
  /**
392
+ * @public
342
393
  * <p> The connector metadata specific to Salesforce. </p>
343
394
  */
344
395
  export interface SalesforceMetadata {
@@ -353,21 +404,25 @@ export interface SalesforceMetadata {
353
404
  dataTransferApis?: (SalesforceDataTransferApi | string)[];
354
405
  }
355
406
  /**
407
+ * @public
356
408
  * <p> The connector metadata specific to SAPOData. </p>
357
409
  */
358
410
  export interface SAPODataMetadata {
359
411
  }
360
412
  /**
413
+ * @public
361
414
  * <p> The connector metadata specific to ServiceNow. </p>
362
415
  */
363
416
  export interface ServiceNowMetadata {
364
417
  }
365
418
  /**
419
+ * @public
366
420
  * <p> The connector metadata specific to Singular. </p>
367
421
  */
368
422
  export interface SingularMetadata {
369
423
  }
370
424
  /**
425
+ * @public
371
426
  * <p> The connector metadata specific to Slack. </p>
372
427
  */
373
428
  export interface SlackMetadata {
@@ -377,6 +432,7 @@ export interface SlackMetadata {
377
432
  oAuthScopes?: string[];
378
433
  }
379
434
  /**
435
+ * @public
380
436
  * <p> The connector metadata specific to Snowflake. </p>
381
437
  */
382
438
  export interface SnowflakeMetadata {
@@ -386,21 +442,25 @@ export interface SnowflakeMetadata {
386
442
  supportedRegions?: string[];
387
443
  }
388
444
  /**
445
+ * @public
389
446
  * <p> The connector metadata specific to Trend Micro. </p>
390
447
  */
391
448
  export interface TrendmicroMetadata {
392
449
  }
393
450
  /**
451
+ * @public
394
452
  * <p> The connector metadata specific to Upsolver. </p>
395
453
  */
396
454
  export interface UpsolverMetadata {
397
455
  }
398
456
  /**
457
+ * @public
399
458
  * <p> The connector metadata specific to Veeva. </p>
400
459
  */
401
460
  export interface VeevaMetadata {
402
461
  }
403
462
  /**
463
+ * @public
404
464
  * <p> The connector metadata specific to Zendesk. </p>
405
465
  */
406
466
  export interface ZendeskMetadata {
@@ -410,6 +470,7 @@ export interface ZendeskMetadata {
410
470
  oAuthScopes?: string[];
411
471
  }
412
472
  /**
473
+ * @public
413
474
  * <p> A structure to specify connector-specific metadata such as <code>oAuthScopes</code>,
414
475
  * <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>
415
476
  */
@@ -504,6 +565,7 @@ export interface ConnectorMetadata {
504
565
  Pardot?: PardotMetadata;
505
566
  }
506
567
  /**
568
+ * @public
507
569
  * <p>Contains information about the configuration of the lambda which is being registered as
508
570
  * the connector.</p>
509
571
  */
@@ -514,6 +576,7 @@ export interface LambdaConnectorProvisioningConfig {
514
576
  lambdaArn: string | undefined;
515
577
  }
516
578
  /**
579
+ * @public
517
580
  * <p>Contains information about the configuration of the connector being registered.</p>
518
581
  */
519
582
  export interface ConnectorProvisioningConfig {
@@ -523,10 +586,14 @@ export interface ConnectorProvisioningConfig {
523
586
  */
524
587
  lambda?: LambdaConnectorProvisioningConfig;
525
588
  }
589
+ /**
590
+ * @public
591
+ */
526
592
  export declare enum ConnectorProvisioningType {
527
593
  LAMBDA = "LAMBDA"
528
594
  }
529
595
  /**
596
+ * @public
530
597
  * <p>Contains information about the connector runtime settings that are required for flow
531
598
  * execution.</p>
532
599
  */
@@ -561,6 +628,9 @@ export interface ConnectorRuntimeSetting {
561
628
  */
562
629
  connectorSuppliedValueOptions?: string[];
563
630
  }
631
+ /**
632
+ * @public
633
+ */
564
634
  export declare enum ConnectorType {
565
635
  AMPLITUDE = "Amplitude",
566
636
  CUSTOMCONNECTOR = "CustomConnector",
@@ -587,6 +657,9 @@ export declare enum ConnectorType {
587
657
  VEEVA = "Veeva",
588
658
  ZENDESK = "Zendesk"
589
659
  }
660
+ /**
661
+ * @public
662
+ */
590
663
  export declare enum Operators {
591
664
  ADDITION = "ADDITION",
592
665
  BETWEEN = "BETWEEN",
@@ -610,6 +683,9 @@ export declare enum Operators {
610
683
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
611
684
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
612
685
  }
686
+ /**
687
+ * @public
688
+ */
613
689
  export declare enum ScheduleFrequencyType {
614
690
  BYMINUTE = "BYMINUTE",
615
691
  DAILY = "DAILY",
@@ -618,11 +694,17 @@ export declare enum ScheduleFrequencyType {
618
694
  ONCE = "ONCE",
619
695
  WEEKLY = "WEEKLY"
620
696
  }
697
+ /**
698
+ * @public
699
+ */
621
700
  export declare enum TriggerType {
622
701
  EVENT = "Event",
623
702
  ONDEMAND = "OnDemand",
624
703
  SCHEDULED = "Scheduled"
625
704
  }
705
+ /**
706
+ * @public
707
+ */
626
708
  export declare enum WriteOperationType {
627
709
  DELETE = "DELETE",
628
710
  INSERT = "INSERT",
@@ -630,6 +712,7 @@ export declare enum WriteOperationType {
630
712
  UPSERT = "UPSERT"
631
713
  }
632
714
  /**
715
+ * @public
633
716
  * <p> The configuration settings related to a given connector. </p>
634
717
  */
635
718
  export interface ConnectorConfiguration {
@@ -740,6 +823,7 @@ export interface ConnectorConfiguration {
740
823
  registeredBy?: string;
741
824
  }
742
825
  /**
826
+ * @public
743
827
  * <p>Information about the registered connector.</p>
744
828
  */
745
829
  export interface ConnectorDetail {
@@ -789,6 +873,7 @@ export interface ConnectorDetail {
789
873
  connectorModes?: string[];
790
874
  }
791
875
  /**
876
+ * @public
792
877
  * <p> The high-level entity that can be queried in Amazon AppFlow. For example, a
793
878
  * Salesforce entity might be an <i>Account</i> or
794
879
  * <i>Opportunity</i>, whereas a ServiceNow entity might be an
@@ -813,6 +898,7 @@ export interface ConnectorEntity {
813
898
  hasNestedEntities?: boolean;
814
899
  }
815
900
  /**
901
+ * @public
816
902
  * <p> The properties that can be applied to a field when connector is being used as a
817
903
  * destination. </p>
818
904
  */
@@ -847,6 +933,7 @@ export interface DestinationFieldProperties {
847
933
  supportedWriteOperations?: (WriteOperationType | string)[];
848
934
  }
849
935
  /**
936
+ * @public
850
937
  * <p> The properties that can be applied to a field when the connector is being used as a
851
938
  * source. </p>
852
939
  */
@@ -865,6 +952,7 @@ export interface SourceFieldProperties {
865
952
  isTimestampFieldForIncrementalQueries?: boolean;
866
953
  }
867
954
  /**
955
+ * @public
868
956
  * <p>The range of values that the property supports.</p>
869
957
  */
870
958
  export interface Range {
@@ -877,6 +965,9 @@ export interface Range {
877
965
  */
878
966
  minimum?: number;
879
967
  }
968
+ /**
969
+ * @public
970
+ */
880
971
  export declare enum Operator {
881
972
  ADDITION = "ADDITION",
882
973
  BETWEEN = "BETWEEN",
@@ -901,6 +992,7 @@ export declare enum Operator {
901
992
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
902
993
  }
903
994
  /**
995
+ * @public
904
996
  * <p> Contains details regarding the supported field type and the operators that can be applied
905
997
  * for filtering. </p>
906
998
  */
@@ -936,6 +1028,7 @@ export interface FieldTypeDetails {
936
1028
  fieldLengthRange?: Range;
937
1029
  }
938
1030
  /**
1031
+ * @public
939
1032
  * <p> Contains details regarding all the supported <code>FieldTypes</code> and their
940
1033
  * corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>
941
1034
  */
@@ -947,6 +1040,7 @@ export interface SupportedFieldTypeDetails {
947
1040
  v1: FieldTypeDetails | undefined;
948
1041
  }
949
1042
  /**
1043
+ * @public
950
1044
  * <p> Describes the data model of a connector field. For example, for an
951
1045
  * <i>account</i> entity, the fields would be <i>account name</i>,
952
1046
  * <i>account ID</i>, and so on. </p>
@@ -1001,6 +1095,7 @@ export interface ConnectorEntityField {
1001
1095
  customProperties?: Record<string, string>;
1002
1096
  }
1003
1097
  /**
1098
+ * @public
1004
1099
  * <p> Used by select connectors for which the OAuth workflow is supported, such as Salesforce,
1005
1100
  * Google Analytics, Marketo, Zendesk, and Slack. </p>
1006
1101
  */
@@ -1016,6 +1111,9 @@ export interface ConnectorOAuthRequest {
1016
1111
  */
1017
1112
  redirectUri?: string;
1018
1113
  }
1114
+ /**
1115
+ * @public
1116
+ */
1019
1117
  export declare enum DatadogConnectorOperator {
1020
1118
  ADDITION = "ADDITION",
1021
1119
  BETWEEN = "BETWEEN",
@@ -1033,6 +1131,9 @@ export declare enum DatadogConnectorOperator {
1033
1131
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1034
1132
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1035
1133
  }
1134
+ /**
1135
+ * @public
1136
+ */
1036
1137
  export declare enum DynatraceConnectorOperator {
1037
1138
  ADDITION = "ADDITION",
1038
1139
  BETWEEN = "BETWEEN",
@@ -1050,10 +1151,16 @@ export declare enum DynatraceConnectorOperator {
1050
1151
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1051
1152
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1052
1153
  }
1154
+ /**
1155
+ * @public
1156
+ */
1053
1157
  export declare enum GoogleAnalyticsConnectorOperator {
1054
1158
  BETWEEN = "BETWEEN",
1055
1159
  PROJECTION = "PROJECTION"
1056
1160
  }
1161
+ /**
1162
+ * @public
1163
+ */
1057
1164
  export declare enum InforNexusConnectorOperator {
1058
1165
  ADDITION = "ADDITION",
1059
1166
  BETWEEN = "BETWEEN",
@@ -1071,6 +1178,9 @@ export declare enum InforNexusConnectorOperator {
1071
1178
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1072
1179
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1073
1180
  }
1181
+ /**
1182
+ * @public
1183
+ */
1074
1184
  export declare enum MarketoConnectorOperator {
1075
1185
  ADDITION = "ADDITION",
1076
1186
  BETWEEN = "BETWEEN",
@@ -1089,6 +1199,9 @@ export declare enum MarketoConnectorOperator {
1089
1199
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1090
1200
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1091
1201
  }
1202
+ /**
1203
+ * @public
1204
+ */
1092
1205
  export declare enum PardotConnectorOperator {
1093
1206
  ADDITION = "ADDITION",
1094
1207
  DIVISION = "DIVISION",
@@ -1105,6 +1218,9 @@ export declare enum PardotConnectorOperator {
1105
1218
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1106
1219
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1107
1220
  }
1221
+ /**
1222
+ * @public
1223
+ */
1108
1224
  export declare enum S3ConnectorOperator {
1109
1225
  ADDITION = "ADDITION",
1110
1226
  BETWEEN = "BETWEEN",
@@ -1127,6 +1243,9 @@ export declare enum S3ConnectorOperator {
1127
1243
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1128
1244
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1129
1245
  }
1246
+ /**
1247
+ * @public
1248
+ */
1130
1249
  export declare enum SalesforceConnectorOperator {
1131
1250
  ADDITION = "ADDITION",
1132
1251
  BETWEEN = "BETWEEN",
@@ -1150,6 +1269,9 @@ export declare enum SalesforceConnectorOperator {
1150
1269
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1151
1270
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1152
1271
  }
1272
+ /**
1273
+ * @public
1274
+ */
1153
1275
  export declare enum SAPODataConnectorOperator {
1154
1276
  ADDITION = "ADDITION",
1155
1277
  BETWEEN = "BETWEEN",
@@ -1173,6 +1295,9 @@ export declare enum SAPODataConnectorOperator {
1173
1295
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1174
1296
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1175
1297
  }
1298
+ /**
1299
+ * @public
1300
+ */
1176
1301
  export declare enum ServiceNowConnectorOperator {
1177
1302
  ADDITION = "ADDITION",
1178
1303
  BETWEEN = "BETWEEN",
@@ -1196,6 +1321,9 @@ export declare enum ServiceNowConnectorOperator {
1196
1321
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1197
1322
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1198
1323
  }
1324
+ /**
1325
+ * @public
1326
+ */
1199
1327
  export declare enum SingularConnectorOperator {
1200
1328
  ADDITION = "ADDITION",
1201
1329
  DIVISION = "DIVISION",
@@ -1212,6 +1340,9 @@ export declare enum SingularConnectorOperator {
1212
1340
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1213
1341
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1214
1342
  }
1343
+ /**
1344
+ * @public
1345
+ */
1215
1346
  export declare enum SlackConnectorOperator {
1216
1347
  ADDITION = "ADDITION",
1217
1348
  BETWEEN = "BETWEEN",
@@ -1233,6 +1364,9 @@ export declare enum SlackConnectorOperator {
1233
1364
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1234
1365
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1235
1366
  }
1367
+ /**
1368
+ * @public
1369
+ */
1236
1370
  export declare enum TrendmicroConnectorOperator {
1237
1371
  ADDITION = "ADDITION",
1238
1372
  DIVISION = "DIVISION",
@@ -1249,6 +1383,9 @@ export declare enum TrendmicroConnectorOperator {
1249
1383
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1250
1384
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1251
1385
  }
1386
+ /**
1387
+ * @public
1388
+ */
1252
1389
  export declare enum VeevaConnectorOperator {
1253
1390
  ADDITION = "ADDITION",
1254
1391
  BETWEEN = "BETWEEN",
@@ -1272,6 +1409,9 @@ export declare enum VeevaConnectorOperator {
1272
1409
  VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1273
1410
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1274
1411
  }
1412
+ /**
1413
+ * @public
1414
+ */
1275
1415
  export declare enum ZendeskConnectorOperator {
1276
1416
  ADDITION = "ADDITION",
1277
1417
  DIVISION = "DIVISION",
@@ -1289,6 +1429,7 @@ export declare enum ZendeskConnectorOperator {
1289
1429
  VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1290
1430
  }
1291
1431
  /**
1432
+ * @public
1292
1433
  * <p> The operation to be performed on the provided source fields. </p>
1293
1434
  */
1294
1435
  export interface ConnectorOperator {
@@ -1362,6 +1503,7 @@ export interface ConnectorOperator {
1362
1503
  Pardot?: PardotConnectorOperator | string;
1363
1504
  }
1364
1505
  /**
1506
+ * @public
1365
1507
  * <p>The OAuth 2.0 properties required for OAuth 2.0 authentication.</p>
1366
1508
  */
1367
1509
  export interface OAuth2Properties {
@@ -1381,6 +1523,7 @@ export interface OAuth2Properties {
1381
1523
  tokenUrlCustomProperties?: Record<string, string>;
1382
1524
  }
1383
1525
  /**
1526
+ * @public
1384
1527
  * <p>The profile properties required by the custom connector.</p>
1385
1528
  */
1386
1529
  export interface CustomConnectorProfileProperties {
@@ -1394,6 +1537,7 @@ export interface CustomConnectorProfileProperties {
1394
1537
  oAuth2Properties?: OAuth2Properties;
1395
1538
  }
1396
1539
  /**
1540
+ * @public
1397
1541
  * <p> The connector-specific profile properties required by Datadog. </p>
1398
1542
  */
1399
1543
  export interface DatadogConnectorProfileProperties {
@@ -1403,6 +1547,7 @@ export interface DatadogConnectorProfileProperties {
1403
1547
  instanceUrl: string | undefined;
1404
1548
  }
1405
1549
  /**
1550
+ * @public
1406
1551
  * <p> The connector-specific profile properties required by Dynatrace. </p>
1407
1552
  */
1408
1553
  export interface DynatraceConnectorProfileProperties {
@@ -1412,16 +1557,19 @@ export interface DynatraceConnectorProfileProperties {
1412
1557
  instanceUrl: string | undefined;
1413
1558
  }
1414
1559
  /**
1560
+ * @public
1415
1561
  * <p> The connector-specific profile properties required by Google Analytics. </p>
1416
1562
  */
1417
1563
  export interface GoogleAnalyticsConnectorProfileProperties {
1418
1564
  }
1419
1565
  /**
1566
+ * @public
1420
1567
  * <p> The connector-specific properties required when using Amazon Honeycode. </p>
1421
1568
  */
1422
1569
  export interface HoneycodeConnectorProfileProperties {
1423
1570
  }
1424
1571
  /**
1572
+ * @public
1425
1573
  * <p> The connector-specific profile properties required by Infor Nexus. </p>
1426
1574
  */
1427
1575
  export interface InforNexusConnectorProfileProperties {
@@ -1431,6 +1579,7 @@ export interface InforNexusConnectorProfileProperties {
1431
1579
  instanceUrl: string | undefined;
1432
1580
  }
1433
1581
  /**
1582
+ * @public
1434
1583
  * <p> The connector-specific profile properties required when using Marketo. </p>
1435
1584
  */
1436
1585
  export interface MarketoConnectorProfileProperties {
@@ -1440,6 +1589,7 @@ export interface MarketoConnectorProfileProperties {
1440
1589
  instanceUrl: string | undefined;
1441
1590
  }
1442
1591
  /**
1592
+ * @public
1443
1593
  * <p>The connector-specific profile properties required when using Salesforce Pardot.</p>
1444
1594
  */
1445
1595
  export interface PardotConnectorProfileProperties {
@@ -1458,6 +1608,7 @@ export interface PardotConnectorProfileProperties {
1458
1608
  businessUnitId?: string;
1459
1609
  }
1460
1610
  /**
1611
+ * @public
1461
1612
  * <p> The connector-specific profile properties when using Amazon Redshift. </p>
1462
1613
  */
1463
1614
  export interface RedshiftConnectorProfileProperties {
@@ -1505,6 +1656,7 @@ export interface RedshiftConnectorProfileProperties {
1505
1656
  databaseName?: string;
1506
1657
  }
1507
1658
  /**
1659
+ * @public
1508
1660
  * <p> The connector-specific profile properties required when using Salesforce. </p>
1509
1661
  */
1510
1662
  export interface SalesforceConnectorProfileProperties {
@@ -1568,6 +1720,7 @@ export interface SalesforceConnectorProfileProperties {
1568
1720
  usePrivateLinkForMetadataAndAuthorization?: boolean;
1569
1721
  }
1570
1722
  /**
1723
+ * @public
1571
1724
  * <p> The OAuth properties required for OAuth type authentication. </p>
1572
1725
  */
1573
1726
  export interface OAuthProperties {
@@ -1587,6 +1740,7 @@ export interface OAuthProperties {
1587
1740
  oAuthScopes: string[] | undefined;
1588
1741
  }
1589
1742
  /**
1743
+ * @public
1590
1744
  * <p> The connector-specific profile properties required when using SAPOData. </p>
1591
1745
  */
1592
1746
  export interface SAPODataConnectorProfileProperties {
@@ -1620,6 +1774,7 @@ export interface SAPODataConnectorProfileProperties {
1620
1774
  oAuthProperties?: OAuthProperties;
1621
1775
  }
1622
1776
  /**
1777
+ * @public
1623
1778
  * <p> The connector-specific profile properties required when using ServiceNow. </p>
1624
1779
  */
1625
1780
  export interface ServiceNowConnectorProfileProperties {
@@ -1629,11 +1784,13 @@ export interface ServiceNowConnectorProfileProperties {
1629
1784
  instanceUrl: string | undefined;
1630
1785
  }
1631
1786
  /**
1787
+ * @public
1632
1788
  * <p> The connector-specific profile properties required when using Singular. </p>
1633
1789
  */
1634
1790
  export interface SingularConnectorProfileProperties {
1635
1791
  }
1636
1792
  /**
1793
+ * @public
1637
1794
  * <p> The connector-specific profile properties required when using Slack. </p>
1638
1795
  */
1639
1796
  export interface SlackConnectorProfileProperties {
@@ -1643,6 +1800,7 @@ export interface SlackConnectorProfileProperties {
1643
1800
  instanceUrl: string | undefined;
1644
1801
  }
1645
1802
  /**
1803
+ * @public
1646
1804
  * <p> The connector-specific profile properties required when using Snowflake. </p>
1647
1805
  */
1648
1806
  export interface SnowflakeConnectorProfileProperties {
@@ -1678,11 +1836,13 @@ export interface SnowflakeConnectorProfileProperties {
1678
1836
  region?: string;
1679
1837
  }
1680
1838
  /**
1839
+ * @public
1681
1840
  * <p> The connector-specific profile properties required when using Trend Micro. </p>
1682
1841
  */
1683
1842
  export interface TrendmicroConnectorProfileProperties {
1684
1843
  }
1685
1844
  /**
1845
+ * @public
1686
1846
  * <p> The connector-specific profile properties required when using Veeva. </p>
1687
1847
  */
1688
1848
  export interface VeevaConnectorProfileProperties {
@@ -1692,6 +1852,7 @@ export interface VeevaConnectorProfileProperties {
1692
1852
  instanceUrl: string | undefined;
1693
1853
  }
1694
1854
  /**
1855
+ * @public
1695
1856
  * <p> The connector-specific profile properties required when using Zendesk. </p>
1696
1857
  */
1697
1858
  export interface ZendeskConnectorProfileProperties {
@@ -1701,6 +1862,7 @@ export interface ZendeskConnectorProfileProperties {
1701
1862
  instanceUrl: string | undefined;
1702
1863
  }
1703
1864
  /**
1865
+ * @public
1704
1866
  * <p> The connector-specific profile properties required by each connector. </p>
1705
1867
  */
1706
1868
  export interface ConnectorProfileProperties {
@@ -1781,6 +1943,9 @@ export interface ConnectorProfileProperties {
1781
1943
  */
1782
1944
  Pardot?: PardotConnectorProfileProperties;
1783
1945
  }
1946
+ /**
1947
+ * @public
1948
+ */
1784
1949
  export declare enum PrivateConnectionProvisioningFailureCause {
1785
1950
  ACCESS_DENIED = "ACCESS_DENIED",
1786
1951
  CONNECTOR_AUTHENTICATION = "CONNECTOR_AUTHENTICATION",
@@ -1788,12 +1953,16 @@ export declare enum PrivateConnectionProvisioningFailureCause {
1788
1953
  INTERNAL_SERVER = "INTERNAL_SERVER",
1789
1954
  VALIDATION = "VALIDATION"
1790
1955
  }
1956
+ /**
1957
+ * @public
1958
+ */
1791
1959
  export declare enum PrivateConnectionProvisioningStatus {
1792
1960
  CREATED = "CREATED",
1793
1961
  FAILED = "FAILED",
1794
1962
  PENDING = "PENDING"
1795
1963
  }
1796
1964
  /**
1965
+ * @public
1797
1966
  * <p> Specifies the private connection provisioning state. </p>
1798
1967
  */
1799
1968
  export interface PrivateConnectionProvisioningState {
@@ -1811,6 +1980,7 @@ export interface PrivateConnectionProvisioningState {
1811
1980
  failureCause?: PrivateConnectionProvisioningFailureCause | string;
1812
1981
  }
1813
1982
  /**
1983
+ * @public
1814
1984
  * <p> Describes an instance of a connector. This includes the provided name, credentials ARN,
1815
1985
  * connection-mode, and so on. To keep the API intuitive and extensible, the fields that are
1816
1986
  * common to all types of connector profiles are explicitly specified at the top level. The rest
@@ -1861,6 +2031,7 @@ export interface ConnectorProfile {
1861
2031
  privateConnectionProvisioningState?: PrivateConnectionProvisioningState;
1862
2032
  }
1863
2033
  /**
2034
+ * @public
1864
2035
  * <p>The custom credentials required for custom authentication.</p>
1865
2036
  */
1866
2037
  export interface CustomAuthCredentials {
@@ -1874,6 +2045,7 @@ export interface CustomAuthCredentials {
1874
2045
  credentialsMap?: Record<string, string>;
1875
2046
  }
1876
2047
  /**
2048
+ * @public
1877
2049
  * <p>The OAuth 2.0 credentials required for OAuth 2.0 authentication.</p>
1878
2050
  */
1879
2051
  export interface OAuth2Credentials {
@@ -1901,6 +2073,7 @@ export interface OAuth2Credentials {
1901
2073
  oAuthRequest?: ConnectorOAuthRequest;
1902
2074
  }
1903
2075
  /**
2076
+ * @public
1904
2077
  * <p>The connector-specific profile credentials that are required when using the custom
1905
2078
  * connector.</p>
1906
2079
  */
@@ -1929,6 +2102,7 @@ export interface CustomConnectorProfileCredentials {
1929
2102
  custom?: CustomAuthCredentials;
1930
2103
  }
1931
2104
  /**
2105
+ * @public
1932
2106
  * <p> The connector-specific credentials required by Datadog. </p>
1933
2107
  */
1934
2108
  export interface DatadogConnectorProfileCredentials {
@@ -1945,6 +2119,7 @@ export interface DatadogConnectorProfileCredentials {
1945
2119
  applicationKey: string | undefined;
1946
2120
  }
1947
2121
  /**
2122
+ * @public
1948
2123
  * <p> The connector-specific profile credentials required by Dynatrace. </p>
1949
2124
  */
1950
2125
  export interface DynatraceConnectorProfileCredentials {
@@ -1954,6 +2129,7 @@ export interface DynatraceConnectorProfileCredentials {
1954
2129
  apiToken: string | undefined;
1955
2130
  }
1956
2131
  /**
2132
+ * @public
1957
2133
  * <p> The connector-specific profile credentials required by Google Analytics. </p>
1958
2134
  */
1959
2135
  export interface GoogleAnalyticsConnectorProfileCredentials {
@@ -1982,6 +2158,7 @@ export interface GoogleAnalyticsConnectorProfileCredentials {
1982
2158
  oAuthRequest?: ConnectorOAuthRequest;
1983
2159
  }
1984
2160
  /**
2161
+ * @public
1985
2162
  * <p> The connector-specific credentials required when using Amazon Honeycode. </p>
1986
2163
  */
1987
2164
  export interface HoneycodeConnectorProfileCredentials {
@@ -2000,6 +2177,7 @@ export interface HoneycodeConnectorProfileCredentials {
2000
2177
  oAuthRequest?: ConnectorOAuthRequest;
2001
2178
  }
2002
2179
  /**
2180
+ * @public
2003
2181
  * <p> The connector-specific profile credentials required by Infor Nexus. </p>
2004
2182
  */
2005
2183
  export interface InforNexusConnectorProfileCredentials {
@@ -2021,6 +2199,7 @@ export interface InforNexusConnectorProfileCredentials {
2021
2199
  datakey: string | undefined;
2022
2200
  }
2023
2201
  /**
2202
+ * @public
2024
2203
  * <p> The connector-specific profile credentials required by Marketo. </p>
2025
2204
  */
2026
2205
  export interface MarketoConnectorProfileCredentials {
@@ -2044,6 +2223,7 @@ export interface MarketoConnectorProfileCredentials {
2044
2223
  oAuthRequest?: ConnectorOAuthRequest;
2045
2224
  }
2046
2225
  /**
2226
+ * @public
2047
2227
  * <p>The connector-specific profile credentials required when using Salesforce Pardot.</p>
2048
2228
  */
2049
2229
  export interface PardotConnectorProfileCredentials {
@@ -2067,6 +2247,7 @@ export interface PardotConnectorProfileCredentials {
2067
2247
  clientCredentialsArn?: string;
2068
2248
  }
2069
2249
  /**
2250
+ * @public
2070
2251
  * <p> The connector-specific profile credentials required when using Amazon Redshift. </p>
2071
2252
  */
2072
2253
  export interface RedshiftConnectorProfileCredentials {
@@ -2080,6 +2261,7 @@ export interface RedshiftConnectorProfileCredentials {
2080
2261
  password?: string;
2081
2262
  }
2082
2263
  /**
2264
+ * @public
2083
2265
  * <p> The connector-specific profile credentials required when using Salesforce. </p>
2084
2266
  */
2085
2267
  export interface SalesforceConnectorProfileCredentials {
@@ -2103,6 +2285,7 @@ export interface SalesforceConnectorProfileCredentials {
2103
2285
  clientCredentialsArn?: string;
2104
2286
  }
2105
2287
  /**
2288
+ * @public
2106
2289
  * <p> The OAuth credentials required for OAuth type authentication. </p>
2107
2290
  */
2108
2291
  export interface OAuthCredentials {
@@ -2130,6 +2313,7 @@ export interface OAuthCredentials {
2130
2313
  oAuthRequest?: ConnectorOAuthRequest;
2131
2314
  }
2132
2315
  /**
2316
+ * @public
2133
2317
  * <p> The connector-specific profile credentials required when using SAPOData. </p>
2134
2318
  */
2135
2319
  export interface SAPODataConnectorProfileCredentials {
@@ -2143,6 +2327,7 @@ export interface SAPODataConnectorProfileCredentials {
2143
2327
  oAuthCredentials?: OAuthCredentials;
2144
2328
  }
2145
2329
  /**
2330
+ * @public
2146
2331
  * <p> The connector-specific profile credentials required when using ServiceNow. </p>
2147
2332
  */
2148
2333
  export interface ServiceNowConnectorProfileCredentials {
@@ -2156,6 +2341,7 @@ export interface ServiceNowConnectorProfileCredentials {
2156
2341
  password: string | undefined;
2157
2342
  }
2158
2343
  /**
2344
+ * @public
2159
2345
  * <p> The connector-specific profile credentials required when using Singular. </p>
2160
2346
  */
2161
2347
  export interface SingularConnectorProfileCredentials {
@@ -2166,6 +2352,7 @@ export interface SingularConnectorProfileCredentials {
2166
2352
  apiKey: string | undefined;
2167
2353
  }
2168
2354
  /**
2355
+ * @public
2169
2356
  * <p> The connector-specific profile credentials required when using Slack. </p>
2170
2357
  */
2171
2358
  export interface SlackConnectorProfileCredentials {
@@ -2189,6 +2376,7 @@ export interface SlackConnectorProfileCredentials {
2189
2376
  oAuthRequest?: ConnectorOAuthRequest;
2190
2377
  }
2191
2378
  /**
2379
+ * @public
2192
2380
  * <p> The connector-specific profile credentials required when using Snowflake. </p>
2193
2381
  */
2194
2382
  export interface SnowflakeConnectorProfileCredentials {
@@ -2202,6 +2390,7 @@ export interface SnowflakeConnectorProfileCredentials {
2202
2390
  password: string | undefined;
2203
2391
  }
2204
2392
  /**
2393
+ * @public
2205
2394
  * <p> The connector-specific profile credentials required when using Trend Micro. </p>
2206
2395
  */
2207
2396
  export interface TrendmicroConnectorProfileCredentials {
@@ -2211,6 +2400,7 @@ export interface TrendmicroConnectorProfileCredentials {
2211
2400
  apiSecretKey: string | undefined;
2212
2401
  }
2213
2402
  /**
2403
+ * @public
2214
2404
  * <p> The connector-specific profile credentials required when using Veeva. </p>
2215
2405
  */
2216
2406
  export interface VeevaConnectorProfileCredentials {
@@ -2224,6 +2414,7 @@ export interface VeevaConnectorProfileCredentials {
2224
2414
  password: string | undefined;
2225
2415
  }
2226
2416
  /**
2417
+ * @public
2227
2418
  * <p> The connector-specific profile credentials required when using Zendesk. </p>
2228
2419
  */
2229
2420
  export interface ZendeskConnectorProfileCredentials {
@@ -2247,6 +2438,7 @@ export interface ZendeskConnectorProfileCredentials {
2247
2438
  oAuthRequest?: ConnectorOAuthRequest;
2248
2439
  }
2249
2440
  /**
2441
+ * @public
2250
2442
  * <p> The connector-specific credentials required by a connector. </p>
2251
2443
  */
2252
2444
  export interface ConnectorProfileCredentials {
@@ -2329,6 +2521,7 @@ export interface ConnectorProfileCredentials {
2329
2521
  Pardot?: PardotConnectorProfileCredentials;
2330
2522
  }
2331
2523
  /**
2524
+ * @public
2332
2525
  * <p> Defines the connector-specific configuration and credentials for the connector profile.
2333
2526
  * </p>
2334
2527
  */
@@ -2343,6 +2536,7 @@ export interface ConnectorProfileConfig {
2343
2536
  connectorProfileCredentials?: ConnectorProfileCredentials;
2344
2537
  }
2345
2538
  /**
2539
+ * @public
2346
2540
  * <p> An error occurred when retrieving data from the connector endpoint. </p>
2347
2541
  */
2348
2542
  export declare class ConnectorServerException extends __BaseException {
@@ -2353,6 +2547,9 @@ export declare class ConnectorServerException extends __BaseException {
2353
2547
  */
2354
2548
  constructor(opts: __ExceptionOptionType<ConnectorServerException, __BaseException>);
2355
2549
  }
2550
+ /**
2551
+ * @public
2552
+ */
2356
2553
  export interface CreateConnectorProfileRequest {
2357
2554
  /**
2358
2555
  * <p> The name of the connector profile. The name is unique for each
@@ -2386,6 +2583,9 @@ export interface CreateConnectorProfileRequest {
2386
2583
  */
2387
2584
  connectorProfileConfig: ConnectorProfileConfig | undefined;
2388
2585
  }
2586
+ /**
2587
+ * @public
2588
+ */
2389
2589
  export interface CreateConnectorProfileResponse {
2390
2590
  /**
2391
2591
  * <p> The Amazon Resource Name (ARN) of the connector profile. </p>
@@ -2393,6 +2593,7 @@ export interface CreateConnectorProfileResponse {
2393
2593
  connectorProfileArn?: string;
2394
2594
  }
2395
2595
  /**
2596
+ * @public
2396
2597
  * <p> An internal service error occurred during the processing of your request. Try again
2397
2598
  * later. </p>
2398
2599
  */
@@ -2405,6 +2606,7 @@ export declare class InternalServerException extends __BaseException {
2405
2606
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
2406
2607
  }
2407
2608
  /**
2609
+ * @public
2408
2610
  * <p> The request would cause a service quota (such as the number of flows) to be exceeded.
2409
2611
  * </p>
2410
2612
  */
@@ -2417,6 +2619,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
2417
2619
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
2418
2620
  }
2419
2621
  /**
2622
+ * @public
2420
2623
  * <p> The request has invalid or missing parameters. </p>
2421
2624
  */
2422
2625
  export declare class ValidationException extends __BaseException {
@@ -2428,6 +2631,7 @@ export declare class ValidationException extends __BaseException {
2428
2631
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
2429
2632
  }
2430
2633
  /**
2634
+ * @public
2431
2635
  * <p> The settings that determine how Amazon AppFlow handles an error when placing data in
2432
2636
  * the destination. For example, this setting would determine if the flow should fail after one
2433
2637
  * insertion error, or continue and attempt to insert every record regardless of the initial
@@ -2450,6 +2654,7 @@ export interface ErrorHandlingConfig {
2450
2654
  bucketName?: string;
2451
2655
  }
2452
2656
  /**
2657
+ * @public
2453
2658
  * <p>The properties that are applied when the custom connector is being used as a
2454
2659
  * destination.</p>
2455
2660
  */
@@ -2480,6 +2685,7 @@ export interface CustomConnectorDestinationProperties {
2480
2685
  customProperties?: Record<string, string>;
2481
2686
  }
2482
2687
  /**
2688
+ * @public
2483
2689
  * <p> The properties that are applied when Amazon Connect Customer Profiles is used as a
2484
2690
  * destination. </p>
2485
2691
  */
@@ -2495,6 +2701,7 @@ export interface CustomerProfilesDestinationProperties {
2495
2701
  objectTypeName?: string;
2496
2702
  }
2497
2703
  /**
2704
+ * @public
2498
2705
  * <p> The properties that are applied when Amazon EventBridge is being used as a
2499
2706
  * destination. </p>
2500
2707
  */
@@ -2513,6 +2720,7 @@ export interface EventBridgeDestinationProperties {
2513
2720
  errorHandlingConfig?: ErrorHandlingConfig;
2514
2721
  }
2515
2722
  /**
2723
+ * @public
2516
2724
  * <p> The properties that are applied when Amazon Honeycode is used as a destination. </p>
2517
2725
  */
2518
2726
  export interface HoneycodeDestinationProperties {
@@ -2530,12 +2738,14 @@ export interface HoneycodeDestinationProperties {
2530
2738
  errorHandlingConfig?: ErrorHandlingConfig;
2531
2739
  }
2532
2740
  /**
2741
+ * @public
2533
2742
  * <p> The properties that are applied when Amazon Lookout for Metrics is used as a destination.
2534
2743
  * </p>
2535
2744
  */
2536
2745
  export interface LookoutMetricsDestinationProperties {
2537
2746
  }
2538
2747
  /**
2748
+ * @public
2539
2749
  * <p>The properties that Amazon AppFlow applies when you use Marketo as a flow
2540
2750
  * destination.</p>
2541
2751
  */
@@ -2554,6 +2764,7 @@ export interface MarketoDestinationProperties {
2554
2764
  errorHandlingConfig?: ErrorHandlingConfig;
2555
2765
  }
2556
2766
  /**
2767
+ * @public
2557
2768
  * <p> The properties that are applied when Amazon Redshift is being used as a destination.
2558
2769
  * </p>
2559
2770
  */
@@ -2580,15 +2791,24 @@ export interface RedshiftDestinationProperties {
2580
2791
  */
2581
2792
  errorHandlingConfig?: ErrorHandlingConfig;
2582
2793
  }
2794
+ /**
2795
+ * @public
2796
+ */
2583
2797
  export declare enum FileType {
2584
2798
  CSV = "CSV",
2585
2799
  JSON = "JSON",
2586
2800
  PARQUET = "PARQUET"
2587
2801
  }
2802
+ /**
2803
+ * @public
2804
+ */
2588
2805
  export declare enum PathPrefix {
2589
2806
  EXECUTION_ID = "EXECUTION_ID",
2590
2807
  SCHEMA_VERSION = "SCHEMA_VERSION"
2591
2808
  }
2809
+ /**
2810
+ * @public
2811
+ */
2592
2812
  export declare enum PrefixFormat {
2593
2813
  DAY = "DAY",
2594
2814
  HOUR = "HOUR",
@@ -2596,12 +2816,16 @@ export declare enum PrefixFormat {
2596
2816
  MONTH = "MONTH",
2597
2817
  YEAR = "YEAR"
2598
2818
  }
2819
+ /**
2820
+ * @public
2821
+ */
2599
2822
  export declare enum PrefixType {
2600
2823
  FILENAME = "FILENAME",
2601
2824
  PATH = "PATH",
2602
2825
  PATH_AND_FILENAME = "PATH_AND_FILENAME"
2603
2826
  }
2604
2827
  /**
2828
+ * @public
2605
2829
  * <p>Specifies elements that Amazon AppFlow includes in the file and folder names in the flow
2606
2830
  * destination.</p>
2607
2831
  */
@@ -2646,6 +2870,7 @@ export interface PrefixConfig {
2646
2870
  pathPrefixHierarchy?: (PathPrefix | string)[];
2647
2871
  }
2648
2872
  /**
2873
+ * @public
2649
2874
  * <p> The configuration that determines how Amazon AppFlow should format the flow output
2650
2875
  * data when Amazon S3 is used as the destination. </p>
2651
2876
  */
@@ -2684,6 +2909,7 @@ export interface S3OutputFormatConfig {
2684
2909
  preserveSourceDataTyping?: boolean;
2685
2910
  }
2686
2911
  /**
2912
+ * @public
2687
2913
  * <p> The properties that are applied when Amazon S3 is used as a destination. </p>
2688
2914
  */
2689
2915
  export interface S3DestinationProperties {
@@ -2704,6 +2930,7 @@ export interface S3DestinationProperties {
2704
2930
  s3OutputFormatConfig?: S3OutputFormatConfig;
2705
2931
  }
2706
2932
  /**
2933
+ * @public
2707
2934
  * <p> The properties that are applied when Salesforce is being used as a destination. </p>
2708
2935
  */
2709
2936
  export interface SalesforceDestinationProperties {
@@ -2771,6 +2998,7 @@ export interface SalesforceDestinationProperties {
2771
2998
  dataTransferApi?: SalesforceDataTransferApi | string;
2772
2999
  }
2773
3000
  /**
3001
+ * @public
2774
3002
  * <p>Determines how Amazon AppFlow handles the success response that it gets from the
2775
3003
  * connector after placing data.</p>
2776
3004
  * <p>For example, this setting would determine where to write the response from the destination
@@ -2787,6 +3015,7 @@ export interface SuccessResponseHandlingConfig {
2787
3015
  bucketName?: string;
2788
3016
  }
2789
3017
  /**
3018
+ * @public
2790
3019
  * <p>The properties that are applied when using SAPOData as a flow destination</p>
2791
3020
  */
2792
3021
  export interface SAPODataDestinationProperties {
@@ -2821,6 +3050,7 @@ export interface SAPODataDestinationProperties {
2821
3050
  writeOperationType?: WriteOperationType | string;
2822
3051
  }
2823
3052
  /**
3053
+ * @public
2824
3054
  * <p> The properties that are applied when Snowflake is being used as a destination. </p>
2825
3055
  */
2826
3056
  export interface SnowflakeDestinationProperties {
@@ -2848,6 +3078,7 @@ export interface SnowflakeDestinationProperties {
2848
3078
  errorHandlingConfig?: ErrorHandlingConfig;
2849
3079
  }
2850
3080
  /**
3081
+ * @public
2851
3082
  * <p> The configuration that determines how Amazon AppFlow formats the flow output data
2852
3083
  * when Upsolver is used as the destination. </p>
2853
3084
  */
@@ -2869,6 +3100,7 @@ export interface UpsolverS3OutputFormatConfig {
2869
3100
  aggregationConfig?: AggregationConfig;
2870
3101
  }
2871
3102
  /**
3103
+ * @public
2872
3104
  * <p> The properties that are applied when Upsolver is used as a destination. </p>
2873
3105
  */
2874
3106
  export interface UpsolverDestinationProperties {
@@ -2888,6 +3120,7 @@ export interface UpsolverDestinationProperties {
2888
3120
  s3OutputFormatConfig: UpsolverS3OutputFormatConfig | undefined;
2889
3121
  }
2890
3122
  /**
3123
+ * @public
2891
3124
  * <p>The properties that are applied when Zendesk is used as a destination.</p>
2892
3125
  */
2893
3126
  export interface ZendeskDestinationProperties {
@@ -2915,6 +3148,7 @@ export interface ZendeskDestinationProperties {
2915
3148
  writeOperationType?: WriteOperationType | string;
2916
3149
  }
2917
3150
  /**
3151
+ * @public
2918
3152
  * <p> This stores the information that is required to query a particular connector. </p>
2919
3153
  */
2920
3154
  export interface DestinationConnectorProperties {
@@ -2972,6 +3206,7 @@ export interface DestinationConnectorProperties {
2972
3206
  SAPOData?: SAPODataDestinationProperties;
2973
3207
  }
2974
3208
  /**
3209
+ * @public
2975
3210
  * <p> Contains information about the configuration of destination connectors present in the
2976
3211
  * flow. </p>
2977
3212
  */
@@ -2995,6 +3230,7 @@ export interface DestinationFlowConfig {
2995
3230
  destinationConnectorProperties: DestinationConnectorProperties | undefined;
2996
3231
  }
2997
3232
  /**
3233
+ * @public
2998
3234
  * <p>Specifies the configuration that Amazon AppFlow uses when it catalogs your data with
2999
3235
  * the Glue Data Catalog. When Amazon AppFlow catalogs your data, it stores metadata
3000
3236
  * in Data Catalog tables. This metadata represents the data that's transferred by the
@@ -3028,6 +3264,7 @@ export interface GlueDataCatalogConfig {
3028
3264
  tablePrefix: string | undefined;
3029
3265
  }
3030
3266
  /**
3267
+ * @public
3031
3268
  * <p>Specifies the configuration that Amazon AppFlow uses when it catalogs your data. When
3032
3269
  * Amazon AppFlow catalogs your data, it stores metadata in a data catalog.</p>
3033
3270
  */
@@ -3039,6 +3276,7 @@ export interface MetadataCatalogConfig {
3039
3276
  glueDataCatalog?: GlueDataCatalogConfig;
3040
3277
  }
3041
3278
  /**
3279
+ * @public
3042
3280
  * <p> Specifies the configuration used when importing incremental records from the source.
3043
3281
  * </p>
3044
3282
  */
@@ -3050,6 +3288,7 @@ export interface IncrementalPullConfig {
3050
3288
  datetimeTypeFieldName?: string;
3051
3289
  }
3052
3290
  /**
3291
+ * @public
3053
3292
  * <p>The properties that are applied when the custom connector is being used as a
3054
3293
  * source.</p>
3055
3294
  */
@@ -3064,6 +3303,7 @@ export interface CustomConnectorSourceProperties {
3064
3303
  customProperties?: Record<string, string>;
3065
3304
  }
3066
3305
  /**
3306
+ * @public
3067
3307
  * <p> The properties that are applied when Datadog is being used as a source. </p>
3068
3308
  */
3069
3309
  export interface DatadogSourceProperties {
@@ -3073,6 +3313,7 @@ export interface DatadogSourceProperties {
3073
3313
  object: string | undefined;
3074
3314
  }
3075
3315
  /**
3316
+ * @public
3076
3317
  * <p> The properties that are applied when Dynatrace is being used as a source. </p>
3077
3318
  */
3078
3319
  export interface DynatraceSourceProperties {
@@ -3082,6 +3323,7 @@ export interface DynatraceSourceProperties {
3082
3323
  object: string | undefined;
3083
3324
  }
3084
3325
  /**
3326
+ * @public
3085
3327
  * <p> The properties that are applied when Google Analytics is being used as a source. </p>
3086
3328
  */
3087
3329
  export interface GoogleAnalyticsSourceProperties {
@@ -3091,6 +3333,7 @@ export interface GoogleAnalyticsSourceProperties {
3091
3333
  object: string | undefined;
3092
3334
  }
3093
3335
  /**
3336
+ * @public
3094
3337
  * <p> The properties that are applied when Infor Nexus is being used as a source. </p>
3095
3338
  */
3096
3339
  export interface InforNexusSourceProperties {
@@ -3100,6 +3343,7 @@ export interface InforNexusSourceProperties {
3100
3343
  object: string | undefined;
3101
3344
  }
3102
3345
  /**
3346
+ * @public
3103
3347
  * <p> The properties that are applied when Marketo is being used as a source. </p>
3104
3348
  */
3105
3349
  export interface MarketoSourceProperties {
@@ -3109,6 +3353,7 @@ export interface MarketoSourceProperties {
3109
3353
  object: string | undefined;
3110
3354
  }
3111
3355
  /**
3356
+ * @public
3112
3357
  * <p>The properties that are applied when Salesforce Pardot is being used as a source.</p>
3113
3358
  */
3114
3359
  export interface PardotSourceProperties {
@@ -3117,11 +3362,15 @@ export interface PardotSourceProperties {
3117
3362
  */
3118
3363
  object: string | undefined;
3119
3364
  }
3365
+ /**
3366
+ * @public
3367
+ */
3120
3368
  export declare enum S3InputFileType {
3121
3369
  CSV = "CSV",
3122
3370
  JSON = "JSON"
3123
3371
  }
3124
3372
  /**
3373
+ * @public
3125
3374
  * <p> When you use Amazon S3 as the source, the configuration format that you provide
3126
3375
  * the flow input data. </p>
3127
3376
  */
@@ -3132,6 +3381,7 @@ export interface S3InputFormatConfig {
3132
3381
  s3InputFileType?: S3InputFileType | string;
3133
3382
  }
3134
3383
  /**
3384
+ * @public
3135
3385
  * <p> The properties that are applied when Amazon S3 is being used as the flow source.
3136
3386
  * </p>
3137
3387
  */
@@ -3152,6 +3402,7 @@ export interface S3SourceProperties {
3152
3402
  s3InputFormatConfig?: S3InputFormatConfig;
3153
3403
  }
3154
3404
  /**
3405
+ * @public
3155
3406
  * <p> The properties that are applied when Salesforce is being used as a source. </p>
3156
3407
  */
3157
3408
  export interface SalesforceSourceProperties {
@@ -3210,6 +3461,7 @@ export interface SalesforceSourceProperties {
3210
3461
  dataTransferApi?: SalesforceDataTransferApi | string;
3211
3462
  }
3212
3463
  /**
3464
+ * @public
3213
3465
  * <p> The properties that are applied when using SAPOData as a flow source. </p>
3214
3466
  */
3215
3467
  export interface SAPODataSourceProperties {
@@ -3219,6 +3471,7 @@ export interface SAPODataSourceProperties {
3219
3471
  objectPath?: string;
3220
3472
  }
3221
3473
  /**
3474
+ * @public
3222
3475
  * <p> The properties that are applied when ServiceNow is being used as a source. </p>
3223
3476
  */
3224
3477
  export interface ServiceNowSourceProperties {
@@ -3228,6 +3481,7 @@ export interface ServiceNowSourceProperties {
3228
3481
  object: string | undefined;
3229
3482
  }
3230
3483
  /**
3484
+ * @public
3231
3485
  * <p> The properties that are applied when Singular is being used as a source. </p>
3232
3486
  */
3233
3487
  export interface SingularSourceProperties {
@@ -3237,6 +3491,7 @@ export interface SingularSourceProperties {
3237
3491
  object: string | undefined;
3238
3492
  }
3239
3493
  /**
3494
+ * @public
3240
3495
  * <p> The properties that are applied when Slack is being used as a source. </p>
3241
3496
  */
3242
3497
  export interface SlackSourceProperties {
@@ -3246,6 +3501,7 @@ export interface SlackSourceProperties {
3246
3501
  object: string | undefined;
3247
3502
  }
3248
3503
  /**
3504
+ * @public
3249
3505
  * <p> The properties that are applied when using Trend Micro as a flow source. </p>
3250
3506
  */
3251
3507
  export interface TrendmicroSourceProperties {
@@ -3255,6 +3511,7 @@ export interface TrendmicroSourceProperties {
3255
3511
  object: string | undefined;
3256
3512
  }
3257
3513
  /**
3514
+ * @public
3258
3515
  * <p> The properties that are applied when using Veeva as a flow source. </p>
3259
3516
  */
3260
3517
  export interface VeevaSourceProperties {
@@ -3280,6 +3537,7 @@ export interface VeevaSourceProperties {
3280
3537
  includeAllVersions?: boolean;
3281
3538
  }
3282
3539
  /**
3540
+ * @public
3283
3541
  * <p> The properties that are applied when using Zendesk as a flow source. </p>
3284
3542
  */
3285
3543
  export interface ZendeskSourceProperties {
@@ -3289,6 +3547,7 @@ export interface ZendeskSourceProperties {
3289
3547
  object: string | undefined;
3290
3548
  }
3291
3549
  /**
3550
+ * @public
3292
3551
  * <p> Specifies the information that is required to query a particular connector. </p>
3293
3552
  */
3294
3553
  export interface SourceConnectorProperties {
@@ -3363,6 +3622,7 @@ export interface SourceConnectorProperties {
3363
3622
  Pardot?: PardotSourceProperties;
3364
3623
  }
3365
3624
  /**
3625
+ * @public
3366
3626
  * <p> Contains information about the configuration of the source connector used in the flow.
3367
3627
  * </p>
3368
3628
  */
@@ -3392,6 +3652,9 @@ export interface SourceFlowConfig {
3392
3652
  */
3393
3653
  incrementalPullConfig?: IncrementalPullConfig;
3394
3654
  }
3655
+ /**
3656
+ * @public
3657
+ */
3395
3658
  export declare enum OperatorPropertiesKeys {
3396
3659
  CONCAT_FORMAT = "CONCAT_FORMAT",
3397
3660
  DATA_TYPE = "DATA_TYPE",
@@ -3411,6 +3674,9 @@ export declare enum OperatorPropertiesKeys {
3411
3674
  VALUE = "VALUE",
3412
3675
  VALUES = "VALUES"
3413
3676
  }
3677
+ /**
3678
+ * @public
3679
+ */
3414
3680
  export declare enum TaskType {
3415
3681
  ARITHMETIC = "Arithmetic",
3416
3682
  FILTER = "Filter",
@@ -3424,6 +3690,7 @@ export declare enum TaskType {
3424
3690
  VALIDATE = "Validate"
3425
3691
  }
3426
3692
  /**
3693
+ * @public
3427
3694
  * <p> A class for modeling different type of tasks. Task implementation varies based on the
3428
3695
  * <code>TaskType</code>. </p>
3429
3696
  */
@@ -3451,11 +3718,15 @@ export interface Task {
3451
3718
  */
3452
3719
  taskProperties?: Record<string, string>;
3453
3720
  }
3721
+ /**
3722
+ * @public
3723
+ */
3454
3724
  export declare enum DataPullMode {
3455
3725
  COMPLETE = "Complete",
3456
3726
  INCREMENTAL = "Incremental"
3457
3727
  }
3458
3728
  /**
3729
+ * @public
3459
3730
  * <p> Specifies the configuration details of a schedule-triggered flow as defined by the user.
3460
3731
  * Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>
3461
3732
  */
@@ -3508,6 +3779,7 @@ export interface ScheduledTriggerProperties {
3508
3779
  flowErrorDeactivationThreshold?: number;
3509
3780
  }
3510
3781
  /**
3782
+ * @public
3511
3783
  * <p> Specifies the configuration details that control the trigger for a flow. Currently, these
3512
3784
  * settings only apply to the <code>Scheduled</code> trigger type. </p>
3513
3785
  */
@@ -3519,6 +3791,7 @@ export interface TriggerProperties {
3519
3791
  Scheduled?: ScheduledTriggerProperties;
3520
3792
  }
3521
3793
  /**
3794
+ * @public
3522
3795
  * <p> The trigger settings that determine how and when Amazon AppFlow runs the specified
3523
3796
  * flow. </p>
3524
3797
  */
@@ -3534,6 +3807,9 @@ export interface TriggerConfig {
3534
3807
  */
3535
3808
  triggerProperties?: TriggerProperties;
3536
3809
  }
3810
+ /**
3811
+ * @public
3812
+ */
3537
3813
  export interface CreateFlowRequest {
3538
3814
  /**
3539
3815
  * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
@@ -3580,6 +3856,9 @@ export interface CreateFlowRequest {
3580
3856
  */
3581
3857
  metadataCatalogConfig?: MetadataCatalogConfig;
3582
3858
  }
3859
+ /**
3860
+ * @public
3861
+ */
3583
3862
  export declare enum FlowStatus {
3584
3863
  ACTIVE = "Active",
3585
3864
  DELETED = "Deleted",
@@ -3588,6 +3867,9 @@ export declare enum FlowStatus {
3588
3867
  ERRORED = "Errored",
3589
3868
  SUSPENDED = "Suspended"
3590
3869
  }
3870
+ /**
3871
+ * @public
3872
+ */
3591
3873
  export interface CreateFlowResponse {
3592
3874
  /**
3593
3875
  * <p> The flow's Amazon Resource Name (ARN). </p>
@@ -3599,6 +3881,7 @@ export interface CreateFlowResponse {
3599
3881
  flowStatus?: FlowStatus | string;
3600
3882
  }
3601
3883
  /**
3884
+ * @public
3602
3885
  * <p> The resource specified in the request (such as the source or destination connector
3603
3886
  * profile) is not found. </p>
3604
3887
  */
@@ -3610,6 +3893,9 @@ export declare class ResourceNotFoundException extends __BaseException {
3610
3893
  */
3611
3894
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
3612
3895
  }
3896
+ /**
3897
+ * @public
3898
+ */
3613
3899
  export interface DeleteConnectorProfileRequest {
3614
3900
  /**
3615
3901
  * <p> The name of the connector profile. The name is unique for each
@@ -3622,8 +3908,14 @@ export interface DeleteConnectorProfileRequest {
3622
3908
  */
3623
3909
  forceDelete?: boolean;
3624
3910
  }
3911
+ /**
3912
+ * @public
3913
+ */
3625
3914
  export interface DeleteConnectorProfileResponse {
3626
3915
  }
3916
+ /**
3917
+ * @public
3918
+ */
3627
3919
  export interface DeleteFlowRequest {
3628
3920
  /**
3629
3921
  * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
@@ -3636,8 +3928,14 @@ export interface DeleteFlowRequest {
3636
3928
  */
3637
3929
  forceDelete?: boolean;
3638
3930
  }
3931
+ /**
3932
+ * @public
3933
+ */
3639
3934
  export interface DeleteFlowResponse {
3640
3935
  }
3936
+ /**
3937
+ * @public
3938
+ */
3641
3939
  export interface DescribeConnectorRequest {
3642
3940
  /**
3643
3941
  * <p>The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose
@@ -3651,12 +3949,18 @@ export interface DescribeConnectorRequest {
3651
3949
  */
3652
3950
  connectorLabel?: string;
3653
3951
  }
3952
+ /**
3953
+ * @public
3954
+ */
3654
3955
  export interface DescribeConnectorResponse {
3655
3956
  /**
3656
3957
  * <p>Configuration info of all the connectors that the user requested.</p>
3657
3958
  */
3658
3959
  connectorConfiguration?: ConnectorConfiguration;
3659
3960
  }
3961
+ /**
3962
+ * @public
3963
+ */
3660
3964
  export interface DescribeConnectorEntityRequest {
3661
3965
  /**
3662
3966
  * <p> The entity name for that connector. </p>
@@ -3676,6 +3980,9 @@ export interface DescribeConnectorEntityRequest {
3676
3980
  */
3677
3981
  apiVersion?: string;
3678
3982
  }
3983
+ /**
3984
+ * @public
3985
+ */
3679
3986
  export interface DescribeConnectorEntityResponse {
3680
3987
  /**
3681
3988
  * <p> Describes the fields for that connector entity. For example, for an
@@ -3684,6 +3991,9 @@ export interface DescribeConnectorEntityResponse {
3684
3991
  */
3685
3992
  connectorEntityFields: ConnectorEntityField[] | undefined;
3686
3993
  }
3994
+ /**
3995
+ * @public
3996
+ */
3687
3997
  export interface DescribeConnectorProfilesRequest {
3688
3998
  /**
3689
3999
  * <p> The name of the connector profile. The name is unique for each
@@ -3710,6 +4020,9 @@ export interface DescribeConnectorProfilesRequest {
3710
4020
  */
3711
4021
  nextToken?: string;
3712
4022
  }
4023
+ /**
4024
+ * @public
4025
+ */
3713
4026
  export interface DescribeConnectorProfilesResponse {
3714
4027
  /**
3715
4028
  * <p> Returns information about the connector profiles associated with the flow. </p>
@@ -3721,6 +4034,9 @@ export interface DescribeConnectorProfilesResponse {
3721
4034
  */
3722
4035
  nextToken?: string;
3723
4036
  }
4037
+ /**
4038
+ * @public
4039
+ */
3724
4040
  export interface DescribeConnectorsRequest {
3725
4041
  /**
3726
4042
  * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
@@ -3736,6 +4052,9 @@ export interface DescribeConnectorsRequest {
3736
4052
  */
3737
4053
  nextToken?: string;
3738
4054
  }
4055
+ /**
4056
+ * @public
4057
+ */
3739
4058
  export interface DescribeConnectorsResponse {
3740
4059
  /**
3741
4060
  * <p> The configuration that is applied to the connectors used in the flow. </p>
@@ -3750,6 +4069,9 @@ export interface DescribeConnectorsResponse {
3750
4069
  */
3751
4070
  nextToken?: string;
3752
4071
  }
4072
+ /**
4073
+ * @public
4074
+ */
3753
4075
  export interface DescribeFlowRequest {
3754
4076
  /**
3755
4077
  * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
@@ -3757,12 +4079,16 @@ export interface DescribeFlowRequest {
3757
4079
  */
3758
4080
  flowName: string | undefined;
3759
4081
  }
4082
+ /**
4083
+ * @public
4084
+ */
3760
4085
  export declare enum ExecutionStatus {
3761
4086
  ERROR = "Error",
3762
4087
  INPROGRESS = "InProgress",
3763
4088
  SUCCESSFUL = "Successful"
3764
4089
  }
3765
4090
  /**
4091
+ * @public
3766
4092
  * <p> Describes the details of the flow run, including the timestamp, status, and message.
3767
4093
  * </p>
3768
4094
  */
@@ -3781,6 +4107,7 @@ export interface ExecutionDetails {
3781
4107
  mostRecentExecutionStatus?: ExecutionStatus | string;
3782
4108
  }
3783
4109
  /**
4110
+ * @public
3784
4111
  * <p>Describes the status of an attempt from Amazon AppFlow to register a resource.</p>
3785
4112
  * <p>When you run a flow that you've configured to use a metadata catalog, Amazon AppFlow
3786
4113
  * registers a metadata table and data partitions with that catalog. This operation provides the
@@ -3804,6 +4131,7 @@ export interface RegistrationOutput {
3804
4131
  status?: ExecutionStatus | string;
3805
4132
  }
3806
4133
  /**
4134
+ * @public
3807
4135
  * <p>Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.</p>
3808
4136
  */
3809
4137
  export interface MetadataCatalogDetail {
@@ -3839,6 +4167,9 @@ export interface MetadataCatalogDetail {
3839
4167
  */
3840
4168
  partitionRegistrationOutput?: RegistrationOutput;
3841
4169
  }
4170
+ /**
4171
+ * @public
4172
+ */
3842
4173
  export interface DescribeFlowResponse {
3843
4174
  /**
3844
4175
  * <p> The flow's Amazon Resource Name (ARN). </p>
@@ -3939,6 +4270,9 @@ export interface DescribeFlowResponse {
3939
4270
  */
3940
4271
  schemaVersion?: number;
3941
4272
  }
4273
+ /**
4274
+ * @public
4275
+ */
3942
4276
  export interface DescribeFlowExecutionRecordsRequest {
3943
4277
  /**
3944
4278
  * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
@@ -3956,6 +4290,7 @@ export interface DescribeFlowExecutionRecordsRequest {
3956
4290
  nextToken?: string;
3957
4291
  }
3958
4292
  /**
4293
+ * @public
3959
4294
  * <p> Provides details in the event of a failed flow, including the failure count and the
3960
4295
  * related error messages. </p>
3961
4296
  */
@@ -3970,6 +4305,7 @@ export interface ErrorInfo {
3970
4305
  executionMessage?: string;
3971
4306
  }
3972
4307
  /**
4308
+ * @public
3973
4309
  * <p> Specifies the end result of the flow run. </p>
3974
4310
  */
3975
4311
  export interface ExecutionResult {
@@ -3991,6 +4327,7 @@ export interface ExecutionResult {
3991
4327
  recordsProcessed?: number;
3992
4328
  }
3993
4329
  /**
4330
+ * @public
3994
4331
  * <p> Specifies information about the past flow run instances for a given flow. </p>
3995
4332
  */
3996
4333
  export interface ExecutionRecord {
@@ -4030,6 +4367,9 @@ export interface ExecutionRecord {
4030
4367
  */
4031
4368
  metadataCatalogDetails?: MetadataCatalogDetail[];
4032
4369
  }
4370
+ /**
4371
+ * @public
4372
+ */
4033
4373
  export interface DescribeFlowExecutionRecordsResponse {
4034
4374
  /**
4035
4375
  * <p> Returns a list of all instances when this flow was run. </p>
@@ -4041,6 +4381,7 @@ export interface DescribeFlowExecutionRecordsResponse {
4041
4381
  nextToken?: string;
4042
4382
  }
4043
4383
  /**
4384
+ * @public
4044
4385
  * <p> The properties of the flow, such as its source, destination, trigger type, and so on.
4045
4386
  * </p>
4046
4387
  */
@@ -4110,6 +4451,9 @@ export interface FlowDefinition {
4110
4451
  */
4111
4452
  lastRunExecutionDetails?: ExecutionDetails;
4112
4453
  }
4454
+ /**
4455
+ * @public
4456
+ */
4113
4457
  export interface ListConnectorEntitiesRequest {
4114
4458
  /**
4115
4459
  * <p> The name of the connector profile. The name is unique for each
@@ -4144,6 +4488,9 @@ export interface ListConnectorEntitiesRequest {
4144
4488
  */
4145
4489
  nextToken?: string;
4146
4490
  }
4491
+ /**
4492
+ * @public
4493
+ */
4147
4494
  export interface ListConnectorEntitiesResponse {
4148
4495
  /**
4149
4496
  * <p> The response of <code>ListConnectorEntities</code> lists entities grouped by category.
@@ -4158,6 +4505,9 @@ export interface ListConnectorEntitiesResponse {
4158
4505
  */
4159
4506
  nextToken?: string;
4160
4507
  }
4508
+ /**
4509
+ * @public
4510
+ */
4161
4511
  export interface ListConnectorsRequest {
4162
4512
  /**
4163
4513
  * <p>Specifies the maximum number of items that should be returned in the result set. The
@@ -4169,6 +4519,9 @@ export interface ListConnectorsRequest {
4169
4519
  */
4170
4520
  nextToken?: string;
4171
4521
  }
4522
+ /**
4523
+ * @public
4524
+ */
4172
4525
  export interface ListConnectorsResponse {
4173
4526
  /**
4174
4527
  * <p>Contains information about the connectors supported by Amazon AppFlow.</p>
@@ -4180,6 +4533,9 @@ export interface ListConnectorsResponse {
4180
4533
  */
4181
4534
  nextToken?: string;
4182
4535
  }
4536
+ /**
4537
+ * @public
4538
+ */
4183
4539
  export interface ListFlowsRequest {
4184
4540
  /**
4185
4541
  * <p> Specifies the maximum number of items that should be returned in the result set. </p>
@@ -4190,6 +4546,9 @@ export interface ListFlowsRequest {
4190
4546
  */
4191
4547
  nextToken?: string;
4192
4548
  }
4549
+ /**
4550
+ * @public
4551
+ */
4193
4552
  export interface ListFlowsResponse {
4194
4553
  /**
4195
4554
  * <p> The list of flows associated with your account. </p>
@@ -4200,18 +4559,27 @@ export interface ListFlowsResponse {
4200
4559
  */
4201
4560
  nextToken?: string;
4202
4561
  }
4562
+ /**
4563
+ * @public
4564
+ */
4203
4565
  export interface ListTagsForResourceRequest {
4204
4566
  /**
4205
4567
  * <p> The Amazon Resource Name (ARN) of the specified flow. </p>
4206
4568
  */
4207
4569
  resourceArn: string | undefined;
4208
4570
  }
4571
+ /**
4572
+ * @public
4573
+ */
4209
4574
  export interface ListTagsForResourceResponse {
4210
4575
  /**
4211
4576
  * <p> The tags used to organize, track, or control access for your flow. </p>
4212
4577
  */
4213
4578
  tags?: Record<string, string>;
4214
4579
  }
4580
+ /**
4581
+ * @public
4582
+ */
4215
4583
  export interface RegisterConnectorRequest {
4216
4584
  /**
4217
4585
  * <p> The name of the connector. The name is unique for each <code>ConnectorRegistration</code>
@@ -4233,6 +4601,9 @@ export interface RegisterConnectorRequest {
4233
4601
  */
4234
4602
  connectorProvisioningConfig?: ConnectorProvisioningConfig;
4235
4603
  }
4604
+ /**
4605
+ * @public
4606
+ */
4236
4607
  export interface RegisterConnectorResponse {
4237
4608
  /**
4238
4609
  * <p>The ARN of the connector being registered.</p>
@@ -4240,6 +4611,7 @@ export interface RegisterConnectorResponse {
4240
4611
  connectorArn?: string;
4241
4612
  }
4242
4613
  /**
4614
+ * @public
4243
4615
  * <p>API calls have exceeded the maximum allowed API request rate per account and per Region.
4244
4616
  * </p>
4245
4617
  */
@@ -4251,6 +4623,9 @@ export declare class ThrottlingException extends __BaseException {
4251
4623
  */
4252
4624
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
4253
4625
  }
4626
+ /**
4627
+ * @public
4628
+ */
4254
4629
  export interface StartFlowRequest {
4255
4630
  /**
4256
4631
  * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
@@ -4258,6 +4633,9 @@ export interface StartFlowRequest {
4258
4633
  */
4259
4634
  flowName: string | undefined;
4260
4635
  }
4636
+ /**
4637
+ * @public
4638
+ */
4261
4639
  export interface StartFlowResponse {
4262
4640
  /**
4263
4641
  * <p> The flow's Amazon Resource Name (ARN). </p>
@@ -4273,6 +4651,9 @@ export interface StartFlowResponse {
4273
4651
  */
4274
4652
  executionId?: string;
4275
4653
  }
4654
+ /**
4655
+ * @public
4656
+ */
4276
4657
  export interface StopFlowRequest {
4277
4658
  /**
4278
4659
  * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
@@ -4280,6 +4661,9 @@ export interface StopFlowRequest {
4280
4661
  */
4281
4662
  flowName: string | undefined;
4282
4663
  }
4664
+ /**
4665
+ * @public
4666
+ */
4283
4667
  export interface StopFlowResponse {
4284
4668
  /**
4285
4669
  * <p> The flow's Amazon Resource Name (ARN). </p>
@@ -4291,6 +4675,7 @@ export interface StopFlowResponse {
4291
4675
  flowStatus?: FlowStatus | string;
4292
4676
  }
4293
4677
  /**
4678
+ * @public
4294
4679
  * <p> The requested operation is not supported for the current flow. </p>
4295
4680
  */
4296
4681
  export declare class UnsupportedOperationException extends __BaseException {
@@ -4301,6 +4686,9 @@ export declare class UnsupportedOperationException extends __BaseException {
4301
4686
  */
4302
4687
  constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
4303
4688
  }
4689
+ /**
4690
+ * @public
4691
+ */
4304
4692
  export interface TagResourceRequest {
4305
4693
  /**
4306
4694
  * <p> The Amazon Resource Name (ARN) of the flow that you want to tag. </p>
@@ -4311,8 +4699,14 @@ export interface TagResourceRequest {
4311
4699
  */
4312
4700
  tags: Record<string, string> | undefined;
4313
4701
  }
4702
+ /**
4703
+ * @public
4704
+ */
4314
4705
  export interface TagResourceResponse {
4315
4706
  }
4707
+ /**
4708
+ * @public
4709
+ */
4316
4710
  export interface UnregisterConnectorRequest {
4317
4711
  /**
4318
4712
  * <p>The label of the connector. The label is unique for each
@@ -4325,8 +4719,14 @@ export interface UnregisterConnectorRequest {
4325
4719
  */
4326
4720
  forceDelete?: boolean;
4327
4721
  }
4722
+ /**
4723
+ * @public
4724
+ */
4328
4725
  export interface UnregisterConnectorResponse {
4329
4726
  }
4727
+ /**
4728
+ * @public
4729
+ */
4330
4730
  export interface UntagResourceRequest {
4331
4731
  /**
4332
4732
  * <p> The Amazon Resource Name (ARN) of the flow that you want to untag. </p>
@@ -4337,8 +4737,14 @@ export interface UntagResourceRequest {
4337
4737
  */
4338
4738
  tagKeys: string[] | undefined;
4339
4739
  }
4740
+ /**
4741
+ * @public
4742
+ */
4340
4743
  export interface UntagResourceResponse {
4341
4744
  }
4745
+ /**
4746
+ * @public
4747
+ */
4342
4748
  export interface UpdateConnectorProfileRequest {
4343
4749
  /**
4344
4750
  * <p> The name of the connector profile and is unique for each <code>ConnectorProfile</code> in
@@ -4354,12 +4760,18 @@ export interface UpdateConnectorProfileRequest {
4354
4760
  */
4355
4761
  connectorProfileConfig: ConnectorProfileConfig | undefined;
4356
4762
  }
4763
+ /**
4764
+ * @public
4765
+ */
4357
4766
  export interface UpdateConnectorProfileResponse {
4358
4767
  /**
4359
4768
  * <p> The Amazon Resource Name (ARN) of the connector profile. </p>
4360
4769
  */
4361
4770
  connectorProfileArn?: string;
4362
4771
  }
4772
+ /**
4773
+ * @public
4774
+ */
4363
4775
  export interface UpdateConnectorRegistrationRequest {
4364
4776
  /**
4365
4777
  * <p>The name of the connector. The name is unique for each connector registration in your AWS
@@ -4375,12 +4787,18 @@ export interface UpdateConnectorRegistrationRequest {
4375
4787
  */
4376
4788
  connectorProvisioningConfig?: ConnectorProvisioningConfig;
4377
4789
  }
4790
+ /**
4791
+ * @public
4792
+ */
4378
4793
  export interface UpdateConnectorRegistrationResponse {
4379
4794
  /**
4380
4795
  * <p>The ARN of the connector being updated.</p>
4381
4796
  */
4382
4797
  connectorArn?: string;
4383
4798
  }
4799
+ /**
4800
+ * @public
4801
+ */
4384
4802
  export interface UpdateFlowRequest {
4385
4803
  /**
4386
4804
  * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
@@ -4417,56 +4835,23 @@ export interface UpdateFlowRequest {
4417
4835
  */
4418
4836
  metadataCatalogConfig?: MetadataCatalogConfig;
4419
4837
  }
4838
+ /**
4839
+ * @public
4840
+ */
4420
4841
  export interface UpdateFlowResponse {
4421
4842
  /**
4422
4843
  * <p>Indicates the current status of the flow. </p>
4423
4844
  */
4424
4845
  flowStatus?: FlowStatus | string;
4425
4846
  }
4426
- /**
4427
- * @internal
4428
- */
4429
- export declare const AggregationConfigFilterSensitiveLog: (obj: AggregationConfig) => any;
4430
4847
  /**
4431
4848
  * @internal
4432
4849
  */
4433
4850
  export declare const AmplitudeConnectorProfileCredentialsFilterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
4434
- /**
4435
- * @internal
4436
- */
4437
- export declare const AmplitudeConnectorProfilePropertiesFilterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
4438
- /**
4439
- * @internal
4440
- */
4441
- export declare const AmplitudeMetadataFilterSensitiveLog: (obj: AmplitudeMetadata) => any;
4442
- /**
4443
- * @internal
4444
- */
4445
- export declare const AmplitudeSourcePropertiesFilterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
4446
4851
  /**
4447
4852
  * @internal
4448
4853
  */
4449
4854
  export declare const ApiKeyCredentialsFilterSensitiveLog: (obj: ApiKeyCredentials) => any;
4450
- /**
4451
- * @internal
4452
- */
4453
- export declare const AuthParameterFilterSensitiveLog: (obj: AuthParameter) => any;
4454
- /**
4455
- * @internal
4456
- */
4457
- export declare const CustomAuthConfigFilterSensitiveLog: (obj: CustomAuthConfig) => any;
4458
- /**
4459
- * @internal
4460
- */
4461
- export declare const OAuth2CustomParameterFilterSensitiveLog: (obj: OAuth2CustomParameter) => any;
4462
- /**
4463
- * @internal
4464
- */
4465
- export declare const OAuth2DefaultsFilterSensitiveLog: (obj: OAuth2Defaults) => any;
4466
- /**
4467
- * @internal
4468
- */
4469
- export declare const AuthenticationConfigFilterSensitiveLog: (obj: AuthenticationConfig) => any;
4470
4855
  /**
4471
4856
  * @internal
4472
4857
  */
@@ -4474,724 +4859,96 @@ export declare const BasicAuthCredentialsFilterSensitiveLog: (obj: BasicAuthCred
4474
4859
  /**
4475
4860
  * @internal
4476
4861
  */
4477
- export declare const CustomerProfilesMetadataFilterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
4478
- /**
4479
- * @internal
4480
- */
4481
- export declare const DatadogMetadataFilterSensitiveLog: (obj: DatadogMetadata) => any;
4482
- /**
4483
- * @internal
4484
- */
4485
- export declare const DynatraceMetadataFilterSensitiveLog: (obj: DynatraceMetadata) => any;
4486
- /**
4487
- * @internal
4488
- */
4489
- export declare const EventBridgeMetadataFilterSensitiveLog: (obj: EventBridgeMetadata) => any;
4490
- /**
4491
- * @internal
4492
- */
4493
- export declare const GoogleAnalyticsMetadataFilterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
4494
- /**
4495
- * @internal
4496
- */
4497
- export declare const HoneycodeMetadataFilterSensitiveLog: (obj: HoneycodeMetadata) => any;
4498
- /**
4499
- * @internal
4500
- */
4501
- export declare const InforNexusMetadataFilterSensitiveLog: (obj: InforNexusMetadata) => any;
4502
- /**
4503
- * @internal
4504
- */
4505
- export declare const MarketoMetadataFilterSensitiveLog: (obj: MarketoMetadata) => any;
4506
- /**
4507
- * @internal
4508
- */
4509
- export declare const PardotMetadataFilterSensitiveLog: (obj: PardotMetadata) => any;
4510
- /**
4511
- * @internal
4512
- */
4513
- export declare const RedshiftMetadataFilterSensitiveLog: (obj: RedshiftMetadata) => any;
4514
- /**
4515
- * @internal
4516
- */
4517
- export declare const S3MetadataFilterSensitiveLog: (obj: S3Metadata) => any;
4862
+ export declare const CustomAuthCredentialsFilterSensitiveLog: (obj: CustomAuthCredentials) => any;
4518
4863
  /**
4519
4864
  * @internal
4520
4865
  */
4521
- export declare const SalesforceMetadataFilterSensitiveLog: (obj: SalesforceMetadata) => any;
4866
+ export declare const OAuth2CredentialsFilterSensitiveLog: (obj: OAuth2Credentials) => any;
4522
4867
  /**
4523
4868
  * @internal
4524
4869
  */
4525
- export declare const SAPODataMetadataFilterSensitiveLog: (obj: SAPODataMetadata) => any;
4870
+ export declare const CustomConnectorProfileCredentialsFilterSensitiveLog: (obj: CustomConnectorProfileCredentials) => any;
4526
4871
  /**
4527
4872
  * @internal
4528
4873
  */
4529
- export declare const ServiceNowMetadataFilterSensitiveLog: (obj: ServiceNowMetadata) => any;
4874
+ export declare const DatadogConnectorProfileCredentialsFilterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
4530
4875
  /**
4531
4876
  * @internal
4532
4877
  */
4533
- export declare const SingularMetadataFilterSensitiveLog: (obj: SingularMetadata) => any;
4878
+ export declare const GoogleAnalyticsConnectorProfileCredentialsFilterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
4534
4879
  /**
4535
4880
  * @internal
4536
4881
  */
4537
- export declare const SlackMetadataFilterSensitiveLog: (obj: SlackMetadata) => any;
4882
+ export declare const HoneycodeConnectorProfileCredentialsFilterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
4538
4883
  /**
4539
4884
  * @internal
4540
4885
  */
4541
- export declare const SnowflakeMetadataFilterSensitiveLog: (obj: SnowflakeMetadata) => any;
4886
+ export declare const InforNexusConnectorProfileCredentialsFilterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
4542
4887
  /**
4543
4888
  * @internal
4544
4889
  */
4545
- export declare const TrendmicroMetadataFilterSensitiveLog: (obj: TrendmicroMetadata) => any;
4890
+ export declare const MarketoConnectorProfileCredentialsFilterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
4546
4891
  /**
4547
4892
  * @internal
4548
4893
  */
4549
- export declare const UpsolverMetadataFilterSensitiveLog: (obj: UpsolverMetadata) => any;
4894
+ export declare const PardotConnectorProfileCredentialsFilterSensitiveLog: (obj: PardotConnectorProfileCredentials) => any;
4550
4895
  /**
4551
4896
  * @internal
4552
4897
  */
4553
- export declare const VeevaMetadataFilterSensitiveLog: (obj: VeevaMetadata) => any;
4898
+ export declare const RedshiftConnectorProfileCredentialsFilterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
4554
4899
  /**
4555
4900
  * @internal
4556
4901
  */
4557
- export declare const ZendeskMetadataFilterSensitiveLog: (obj: ZendeskMetadata) => any;
4902
+ export declare const SalesforceConnectorProfileCredentialsFilterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
4558
4903
  /**
4559
4904
  * @internal
4560
4905
  */
4561
- export declare const ConnectorMetadataFilterSensitiveLog: (obj: ConnectorMetadata) => any;
4906
+ export declare const OAuthCredentialsFilterSensitiveLog: (obj: OAuthCredentials) => any;
4562
4907
  /**
4563
4908
  * @internal
4564
4909
  */
4565
- export declare const LambdaConnectorProvisioningConfigFilterSensitiveLog: (obj: LambdaConnectorProvisioningConfig) => any;
4910
+ export declare const SAPODataConnectorProfileCredentialsFilterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
4566
4911
  /**
4567
4912
  * @internal
4568
4913
  */
4569
- export declare const ConnectorProvisioningConfigFilterSensitiveLog: (obj: ConnectorProvisioningConfig) => any;
4914
+ export declare const ServiceNowConnectorProfileCredentialsFilterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
4570
4915
  /**
4571
4916
  * @internal
4572
4917
  */
4573
- export declare const ConnectorRuntimeSettingFilterSensitiveLog: (obj: ConnectorRuntimeSetting) => any;
4918
+ export declare const SingularConnectorProfileCredentialsFilterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
4574
4919
  /**
4575
4920
  * @internal
4576
4921
  */
4577
- export declare const ConnectorConfigurationFilterSensitiveLog: (obj: ConnectorConfiguration) => any;
4922
+ export declare const SlackConnectorProfileCredentialsFilterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
4578
4923
  /**
4579
4924
  * @internal
4580
4925
  */
4581
- export declare const ConnectorDetailFilterSensitiveLog: (obj: ConnectorDetail) => any;
4926
+ export declare const SnowflakeConnectorProfileCredentialsFilterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
4582
4927
  /**
4583
4928
  * @internal
4584
4929
  */
4585
- export declare const ConnectorEntityFilterSensitiveLog: (obj: ConnectorEntity) => any;
4930
+ export declare const TrendmicroConnectorProfileCredentialsFilterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
4586
4931
  /**
4587
4932
  * @internal
4588
4933
  */
4589
- export declare const DestinationFieldPropertiesFilterSensitiveLog: (obj: DestinationFieldProperties) => any;
4934
+ export declare const VeevaConnectorProfileCredentialsFilterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
4590
4935
  /**
4591
4936
  * @internal
4592
4937
  */
4593
- export declare const SourceFieldPropertiesFilterSensitiveLog: (obj: SourceFieldProperties) => any;
4938
+ export declare const ZendeskConnectorProfileCredentialsFilterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
4594
4939
  /**
4595
4940
  * @internal
4596
4941
  */
4597
- export declare const RangeFilterSensitiveLog: (obj: Range) => any;
4942
+ export declare const ConnectorProfileCredentialsFilterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
4598
4943
  /**
4599
4944
  * @internal
4600
4945
  */
4601
- export declare const FieldTypeDetailsFilterSensitiveLog: (obj: FieldTypeDetails) => any;
4946
+ export declare const ConnectorProfileConfigFilterSensitiveLog: (obj: ConnectorProfileConfig) => any;
4602
4947
  /**
4603
4948
  * @internal
4604
4949
  */
4605
- export declare const SupportedFieldTypeDetailsFilterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
4606
- /**
4607
- * @internal
4608
- */
4609
- export declare const ConnectorEntityFieldFilterSensitiveLog: (obj: ConnectorEntityField) => any;
4610
- /**
4611
- * @internal
4612
- */
4613
- export declare const ConnectorOAuthRequestFilterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
4614
- /**
4615
- * @internal
4616
- */
4617
- export declare const ConnectorOperatorFilterSensitiveLog: (obj: ConnectorOperator) => any;
4618
- /**
4619
- * @internal
4620
- */
4621
- export declare const OAuth2PropertiesFilterSensitiveLog: (obj: OAuth2Properties) => any;
4622
- /**
4623
- * @internal
4624
- */
4625
- export declare const CustomConnectorProfilePropertiesFilterSensitiveLog: (obj: CustomConnectorProfileProperties) => any;
4626
- /**
4627
- * @internal
4628
- */
4629
- export declare const DatadogConnectorProfilePropertiesFilterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
4630
- /**
4631
- * @internal
4632
- */
4633
- export declare const DynatraceConnectorProfilePropertiesFilterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
4634
- /**
4635
- * @internal
4636
- */
4637
- export declare const GoogleAnalyticsConnectorProfilePropertiesFilterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
4638
- /**
4639
- * @internal
4640
- */
4641
- export declare const HoneycodeConnectorProfilePropertiesFilterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
4642
- /**
4643
- * @internal
4644
- */
4645
- export declare const InforNexusConnectorProfilePropertiesFilterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
4646
- /**
4647
- * @internal
4648
- */
4649
- export declare const MarketoConnectorProfilePropertiesFilterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
4650
- /**
4651
- * @internal
4652
- */
4653
- export declare const PardotConnectorProfilePropertiesFilterSensitiveLog: (obj: PardotConnectorProfileProperties) => any;
4654
- /**
4655
- * @internal
4656
- */
4657
- export declare const RedshiftConnectorProfilePropertiesFilterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
4658
- /**
4659
- * @internal
4660
- */
4661
- export declare const SalesforceConnectorProfilePropertiesFilterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
4662
- /**
4663
- * @internal
4664
- */
4665
- export declare const OAuthPropertiesFilterSensitiveLog: (obj: OAuthProperties) => any;
4666
- /**
4667
- * @internal
4668
- */
4669
- export declare const SAPODataConnectorProfilePropertiesFilterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
4670
- /**
4671
- * @internal
4672
- */
4673
- export declare const ServiceNowConnectorProfilePropertiesFilterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
4674
- /**
4675
- * @internal
4676
- */
4677
- export declare const SingularConnectorProfilePropertiesFilterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
4678
- /**
4679
- * @internal
4680
- */
4681
- export declare const SlackConnectorProfilePropertiesFilterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
4682
- /**
4683
- * @internal
4684
- */
4685
- export declare const SnowflakeConnectorProfilePropertiesFilterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
4686
- /**
4687
- * @internal
4688
- */
4689
- export declare const TrendmicroConnectorProfilePropertiesFilterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
4690
- /**
4691
- * @internal
4692
- */
4693
- export declare const VeevaConnectorProfilePropertiesFilterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
4694
- /**
4695
- * @internal
4696
- */
4697
- export declare const ZendeskConnectorProfilePropertiesFilterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
4698
- /**
4699
- * @internal
4700
- */
4701
- export declare const ConnectorProfilePropertiesFilterSensitiveLog: (obj: ConnectorProfileProperties) => any;
4702
- /**
4703
- * @internal
4704
- */
4705
- export declare const PrivateConnectionProvisioningStateFilterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
4706
- /**
4707
- * @internal
4708
- */
4709
- export declare const ConnectorProfileFilterSensitiveLog: (obj: ConnectorProfile) => any;
4710
- /**
4711
- * @internal
4712
- */
4713
- export declare const CustomAuthCredentialsFilterSensitiveLog: (obj: CustomAuthCredentials) => any;
4714
- /**
4715
- * @internal
4716
- */
4717
- export declare const OAuth2CredentialsFilterSensitiveLog: (obj: OAuth2Credentials) => any;
4718
- /**
4719
- * @internal
4720
- */
4721
- export declare const CustomConnectorProfileCredentialsFilterSensitiveLog: (obj: CustomConnectorProfileCredentials) => any;
4722
- /**
4723
- * @internal
4724
- */
4725
- export declare const DatadogConnectorProfileCredentialsFilterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
4726
- /**
4727
- * @internal
4728
- */
4729
- export declare const DynatraceConnectorProfileCredentialsFilterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
4730
- /**
4731
- * @internal
4732
- */
4733
- export declare const GoogleAnalyticsConnectorProfileCredentialsFilterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
4734
- /**
4735
- * @internal
4736
- */
4737
- export declare const HoneycodeConnectorProfileCredentialsFilterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
4738
- /**
4739
- * @internal
4740
- */
4741
- export declare const InforNexusConnectorProfileCredentialsFilterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
4742
- /**
4743
- * @internal
4744
- */
4745
- export declare const MarketoConnectorProfileCredentialsFilterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
4746
- /**
4747
- * @internal
4748
- */
4749
- export declare const PardotConnectorProfileCredentialsFilterSensitiveLog: (obj: PardotConnectorProfileCredentials) => any;
4750
- /**
4751
- * @internal
4752
- */
4753
- export declare const RedshiftConnectorProfileCredentialsFilterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
4754
- /**
4755
- * @internal
4756
- */
4757
- export declare const SalesforceConnectorProfileCredentialsFilterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
4758
- /**
4759
- * @internal
4760
- */
4761
- export declare const OAuthCredentialsFilterSensitiveLog: (obj: OAuthCredentials) => any;
4762
- /**
4763
- * @internal
4764
- */
4765
- export declare const SAPODataConnectorProfileCredentialsFilterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
4766
- /**
4767
- * @internal
4768
- */
4769
- export declare const ServiceNowConnectorProfileCredentialsFilterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
4770
- /**
4771
- * @internal
4772
- */
4773
- export declare const SingularConnectorProfileCredentialsFilterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
4774
- /**
4775
- * @internal
4776
- */
4777
- export declare const SlackConnectorProfileCredentialsFilterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
4778
- /**
4779
- * @internal
4780
- */
4781
- export declare const SnowflakeConnectorProfileCredentialsFilterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
4782
- /**
4783
- * @internal
4784
- */
4785
- export declare const TrendmicroConnectorProfileCredentialsFilterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
4786
- /**
4787
- * @internal
4788
- */
4789
- export declare const VeevaConnectorProfileCredentialsFilterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
4790
- /**
4791
- * @internal
4792
- */
4793
- export declare const ZendeskConnectorProfileCredentialsFilterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
4794
- /**
4795
- * @internal
4796
- */
4797
- export declare const ConnectorProfileCredentialsFilterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
4798
- /**
4799
- * @internal
4800
- */
4801
- export declare const ConnectorProfileConfigFilterSensitiveLog: (obj: ConnectorProfileConfig) => any;
4802
- /**
4803
- * @internal
4804
- */
4805
- export declare const CreateConnectorProfileRequestFilterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
4806
- /**
4807
- * @internal
4808
- */
4809
- export declare const CreateConnectorProfileResponseFilterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
4810
- /**
4811
- * @internal
4812
- */
4813
- export declare const ErrorHandlingConfigFilterSensitiveLog: (obj: ErrorHandlingConfig) => any;
4814
- /**
4815
- * @internal
4816
- */
4817
- export declare const CustomConnectorDestinationPropertiesFilterSensitiveLog: (obj: CustomConnectorDestinationProperties) => any;
4818
- /**
4819
- * @internal
4820
- */
4821
- export declare const CustomerProfilesDestinationPropertiesFilterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
4822
- /**
4823
- * @internal
4824
- */
4825
- export declare const EventBridgeDestinationPropertiesFilterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
4826
- /**
4827
- * @internal
4828
- */
4829
- export declare const HoneycodeDestinationPropertiesFilterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
4830
- /**
4831
- * @internal
4832
- */
4833
- export declare const LookoutMetricsDestinationPropertiesFilterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
4834
- /**
4835
- * @internal
4836
- */
4837
- export declare const MarketoDestinationPropertiesFilterSensitiveLog: (obj: MarketoDestinationProperties) => any;
4838
- /**
4839
- * @internal
4840
- */
4841
- export declare const RedshiftDestinationPropertiesFilterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
4842
- /**
4843
- * @internal
4844
- */
4845
- export declare const PrefixConfigFilterSensitiveLog: (obj: PrefixConfig) => any;
4846
- /**
4847
- * @internal
4848
- */
4849
- export declare const S3OutputFormatConfigFilterSensitiveLog: (obj: S3OutputFormatConfig) => any;
4850
- /**
4851
- * @internal
4852
- */
4853
- export declare const S3DestinationPropertiesFilterSensitiveLog: (obj: S3DestinationProperties) => any;
4854
- /**
4855
- * @internal
4856
- */
4857
- export declare const SalesforceDestinationPropertiesFilterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
4858
- /**
4859
- * @internal
4860
- */
4861
- export declare const SuccessResponseHandlingConfigFilterSensitiveLog: (obj: SuccessResponseHandlingConfig) => any;
4862
- /**
4863
- * @internal
4864
- */
4865
- export declare const SAPODataDestinationPropertiesFilterSensitiveLog: (obj: SAPODataDestinationProperties) => any;
4866
- /**
4867
- * @internal
4868
- */
4869
- export declare const SnowflakeDestinationPropertiesFilterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
4870
- /**
4871
- * @internal
4872
- */
4873
- export declare const UpsolverS3OutputFormatConfigFilterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
4874
- /**
4875
- * @internal
4876
- */
4877
- export declare const UpsolverDestinationPropertiesFilterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
4878
- /**
4879
- * @internal
4880
- */
4881
- export declare const ZendeskDestinationPropertiesFilterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
4882
- /**
4883
- * @internal
4884
- */
4885
- export declare const DestinationConnectorPropertiesFilterSensitiveLog: (obj: DestinationConnectorProperties) => any;
4886
- /**
4887
- * @internal
4888
- */
4889
- export declare const DestinationFlowConfigFilterSensitiveLog: (obj: DestinationFlowConfig) => any;
4890
- /**
4891
- * @internal
4892
- */
4893
- export declare const GlueDataCatalogConfigFilterSensitiveLog: (obj: GlueDataCatalogConfig) => any;
4894
- /**
4895
- * @internal
4896
- */
4897
- export declare const MetadataCatalogConfigFilterSensitiveLog: (obj: MetadataCatalogConfig) => any;
4898
- /**
4899
- * @internal
4900
- */
4901
- export declare const IncrementalPullConfigFilterSensitiveLog: (obj: IncrementalPullConfig) => any;
4902
- /**
4903
- * @internal
4904
- */
4905
- export declare const CustomConnectorSourcePropertiesFilterSensitiveLog: (obj: CustomConnectorSourceProperties) => any;
4906
- /**
4907
- * @internal
4908
- */
4909
- export declare const DatadogSourcePropertiesFilterSensitiveLog: (obj: DatadogSourceProperties) => any;
4910
- /**
4911
- * @internal
4912
- */
4913
- export declare const DynatraceSourcePropertiesFilterSensitiveLog: (obj: DynatraceSourceProperties) => any;
4914
- /**
4915
- * @internal
4916
- */
4917
- export declare const GoogleAnalyticsSourcePropertiesFilterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
4918
- /**
4919
- * @internal
4920
- */
4921
- export declare const InforNexusSourcePropertiesFilterSensitiveLog: (obj: InforNexusSourceProperties) => any;
4922
- /**
4923
- * @internal
4924
- */
4925
- export declare const MarketoSourcePropertiesFilterSensitiveLog: (obj: MarketoSourceProperties) => any;
4926
- /**
4927
- * @internal
4928
- */
4929
- export declare const PardotSourcePropertiesFilterSensitiveLog: (obj: PardotSourceProperties) => any;
4930
- /**
4931
- * @internal
4932
- */
4933
- export declare const S3InputFormatConfigFilterSensitiveLog: (obj: S3InputFormatConfig) => any;
4934
- /**
4935
- * @internal
4936
- */
4937
- export declare const S3SourcePropertiesFilterSensitiveLog: (obj: S3SourceProperties) => any;
4938
- /**
4939
- * @internal
4940
- */
4941
- export declare const SalesforceSourcePropertiesFilterSensitiveLog: (obj: SalesforceSourceProperties) => any;
4942
- /**
4943
- * @internal
4944
- */
4945
- export declare const SAPODataSourcePropertiesFilterSensitiveLog: (obj: SAPODataSourceProperties) => any;
4946
- /**
4947
- * @internal
4948
- */
4949
- export declare const ServiceNowSourcePropertiesFilterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
4950
- /**
4951
- * @internal
4952
- */
4953
- export declare const SingularSourcePropertiesFilterSensitiveLog: (obj: SingularSourceProperties) => any;
4954
- /**
4955
- * @internal
4956
- */
4957
- export declare const SlackSourcePropertiesFilterSensitiveLog: (obj: SlackSourceProperties) => any;
4958
- /**
4959
- * @internal
4960
- */
4961
- export declare const TrendmicroSourcePropertiesFilterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
4962
- /**
4963
- * @internal
4964
- */
4965
- export declare const VeevaSourcePropertiesFilterSensitiveLog: (obj: VeevaSourceProperties) => any;
4966
- /**
4967
- * @internal
4968
- */
4969
- export declare const ZendeskSourcePropertiesFilterSensitiveLog: (obj: ZendeskSourceProperties) => any;
4970
- /**
4971
- * @internal
4972
- */
4973
- export declare const SourceConnectorPropertiesFilterSensitiveLog: (obj: SourceConnectorProperties) => any;
4974
- /**
4975
- * @internal
4976
- */
4977
- export declare const SourceFlowConfigFilterSensitiveLog: (obj: SourceFlowConfig) => any;
4978
- /**
4979
- * @internal
4980
- */
4981
- export declare const TaskFilterSensitiveLog: (obj: Task) => any;
4982
- /**
4983
- * @internal
4984
- */
4985
- export declare const ScheduledTriggerPropertiesFilterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
4986
- /**
4987
- * @internal
4988
- */
4989
- export declare const TriggerPropertiesFilterSensitiveLog: (obj: TriggerProperties) => any;
4990
- /**
4991
- * @internal
4992
- */
4993
- export declare const TriggerConfigFilterSensitiveLog: (obj: TriggerConfig) => any;
4994
- /**
4995
- * @internal
4996
- */
4997
- export declare const CreateFlowRequestFilterSensitiveLog: (obj: CreateFlowRequest) => any;
4998
- /**
4999
- * @internal
5000
- */
5001
- export declare const CreateFlowResponseFilterSensitiveLog: (obj: CreateFlowResponse) => any;
5002
- /**
5003
- * @internal
5004
- */
5005
- export declare const DeleteConnectorProfileRequestFilterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
5006
- /**
5007
- * @internal
5008
- */
5009
- export declare const DeleteConnectorProfileResponseFilterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
5010
- /**
5011
- * @internal
5012
- */
5013
- export declare const DeleteFlowRequestFilterSensitiveLog: (obj: DeleteFlowRequest) => any;
5014
- /**
5015
- * @internal
5016
- */
5017
- export declare const DeleteFlowResponseFilterSensitiveLog: (obj: DeleteFlowResponse) => any;
5018
- /**
5019
- * @internal
5020
- */
5021
- export declare const DescribeConnectorRequestFilterSensitiveLog: (obj: DescribeConnectorRequest) => any;
5022
- /**
5023
- * @internal
5024
- */
5025
- export declare const DescribeConnectorResponseFilterSensitiveLog: (obj: DescribeConnectorResponse) => any;
5026
- /**
5027
- * @internal
5028
- */
5029
- export declare const DescribeConnectorEntityRequestFilterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
5030
- /**
5031
- * @internal
5032
- */
5033
- export declare const DescribeConnectorEntityResponseFilterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
5034
- /**
5035
- * @internal
5036
- */
5037
- export declare const DescribeConnectorProfilesRequestFilterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
5038
- /**
5039
- * @internal
5040
- */
5041
- export declare const DescribeConnectorProfilesResponseFilterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
5042
- /**
5043
- * @internal
5044
- */
5045
- export declare const DescribeConnectorsRequestFilterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
5046
- /**
5047
- * @internal
5048
- */
5049
- export declare const DescribeConnectorsResponseFilterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
5050
- /**
5051
- * @internal
5052
- */
5053
- export declare const DescribeFlowRequestFilterSensitiveLog: (obj: DescribeFlowRequest) => any;
5054
- /**
5055
- * @internal
5056
- */
5057
- export declare const ExecutionDetailsFilterSensitiveLog: (obj: ExecutionDetails) => any;
5058
- /**
5059
- * @internal
5060
- */
5061
- export declare const RegistrationOutputFilterSensitiveLog: (obj: RegistrationOutput) => any;
5062
- /**
5063
- * @internal
5064
- */
5065
- export declare const MetadataCatalogDetailFilterSensitiveLog: (obj: MetadataCatalogDetail) => any;
5066
- /**
5067
- * @internal
5068
- */
5069
- export declare const DescribeFlowResponseFilterSensitiveLog: (obj: DescribeFlowResponse) => any;
5070
- /**
5071
- * @internal
5072
- */
5073
- export declare const DescribeFlowExecutionRecordsRequestFilterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
5074
- /**
5075
- * @internal
5076
- */
5077
- export declare const ErrorInfoFilterSensitiveLog: (obj: ErrorInfo) => any;
5078
- /**
5079
- * @internal
5080
- */
5081
- export declare const ExecutionResultFilterSensitiveLog: (obj: ExecutionResult) => any;
5082
- /**
5083
- * @internal
5084
- */
5085
- export declare const ExecutionRecordFilterSensitiveLog: (obj: ExecutionRecord) => any;
5086
- /**
5087
- * @internal
5088
- */
5089
- export declare const DescribeFlowExecutionRecordsResponseFilterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
5090
- /**
5091
- * @internal
5092
- */
5093
- export declare const FlowDefinitionFilterSensitiveLog: (obj: FlowDefinition) => any;
5094
- /**
5095
- * @internal
5096
- */
5097
- export declare const ListConnectorEntitiesRequestFilterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
5098
- /**
5099
- * @internal
5100
- */
5101
- export declare const ListConnectorEntitiesResponseFilterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
5102
- /**
5103
- * @internal
5104
- */
5105
- export declare const ListConnectorsRequestFilterSensitiveLog: (obj: ListConnectorsRequest) => any;
5106
- /**
5107
- * @internal
5108
- */
5109
- export declare const ListConnectorsResponseFilterSensitiveLog: (obj: ListConnectorsResponse) => any;
5110
- /**
5111
- * @internal
5112
- */
5113
- export declare const ListFlowsRequestFilterSensitiveLog: (obj: ListFlowsRequest) => any;
5114
- /**
5115
- * @internal
5116
- */
5117
- export declare const ListFlowsResponseFilterSensitiveLog: (obj: ListFlowsResponse) => any;
5118
- /**
5119
- * @internal
5120
- */
5121
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5122
- /**
5123
- * @internal
5124
- */
5125
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5126
- /**
5127
- * @internal
5128
- */
5129
- export declare const RegisterConnectorRequestFilterSensitiveLog: (obj: RegisterConnectorRequest) => any;
5130
- /**
5131
- * @internal
5132
- */
5133
- export declare const RegisterConnectorResponseFilterSensitiveLog: (obj: RegisterConnectorResponse) => any;
5134
- /**
5135
- * @internal
5136
- */
5137
- export declare const StartFlowRequestFilterSensitiveLog: (obj: StartFlowRequest) => any;
5138
- /**
5139
- * @internal
5140
- */
5141
- export declare const StartFlowResponseFilterSensitiveLog: (obj: StartFlowResponse) => any;
5142
- /**
5143
- * @internal
5144
- */
5145
- export declare const StopFlowRequestFilterSensitiveLog: (obj: StopFlowRequest) => any;
5146
- /**
5147
- * @internal
5148
- */
5149
- export declare const StopFlowResponseFilterSensitiveLog: (obj: StopFlowResponse) => any;
5150
- /**
5151
- * @internal
5152
- */
5153
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5154
- /**
5155
- * @internal
5156
- */
5157
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
5158
- /**
5159
- * @internal
5160
- */
5161
- export declare const UnregisterConnectorRequestFilterSensitiveLog: (obj: UnregisterConnectorRequest) => any;
5162
- /**
5163
- * @internal
5164
- */
5165
- export declare const UnregisterConnectorResponseFilterSensitiveLog: (obj: UnregisterConnectorResponse) => any;
5166
- /**
5167
- * @internal
5168
- */
5169
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5170
- /**
5171
- * @internal
5172
- */
5173
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4950
+ export declare const CreateConnectorProfileRequestFilterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
5174
4951
  /**
5175
4952
  * @internal
5176
4953
  */
5177
4954
  export declare const UpdateConnectorProfileRequestFilterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
5178
- /**
5179
- * @internal
5180
- */
5181
- export declare const UpdateConnectorProfileResponseFilterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
5182
- /**
5183
- * @internal
5184
- */
5185
- export declare const UpdateConnectorRegistrationRequestFilterSensitiveLog: (obj: UpdateConnectorRegistrationRequest) => any;
5186
- /**
5187
- * @internal
5188
- */
5189
- export declare const UpdateConnectorRegistrationResponseFilterSensitiveLog: (obj: UpdateConnectorRegistrationResponse) => any;
5190
- /**
5191
- * @internal
5192
- */
5193
- export declare const UpdateFlowRequestFilterSensitiveLog: (obj: UpdateFlowRequest) => any;
5194
- /**
5195
- * @internal
5196
- */
5197
- export declare const UpdateFlowResponseFilterSensitiveLog: (obj: UpdateFlowResponse) => any;