@aws-sdk/client-appflow 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateFlowCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -2
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -2
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
- package/dist-cjs/commands/ListFlowsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RegisterConnectorCommand.js +2 -2
- package/dist-cjs/commands/StartFlowCommand.js +2 -2
- package/dist-cjs/commands/StopFlowCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
- package/dist-cjs/models/models_0.js +798 -1164
- package/dist-cjs/protocols/Aws_restJson1.js +245 -400
- package/dist-es/commands/CreateConnectorProfileCommand.js +3 -3
- package/dist-es/commands/CreateFlowCommand.js +3 -3
- package/dist-es/commands/DeleteConnectorProfileCommand.js +3 -3
- package/dist-es/commands/DeleteFlowCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorEntityCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorsCommand.js +3 -3
- package/dist-es/commands/DescribeFlowCommand.js +3 -3
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
- package/dist-es/commands/ListConnectorEntitiesCommand.js +3 -3
- package/dist-es/commands/ListConnectorsCommand.js +3 -3
- package/dist-es/commands/ListFlowsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RegisterConnectorCommand.js +3 -3
- package/dist-es/commands/StartFlowCommand.js +3 -3
- package/dist-es/commands/StopFlowCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnregisterConnectorCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConnectorProfileCommand.js +3 -3
- package/dist-es/commands/UpdateFlowCommand.js +3 -3
- package/dist-es/models/models_0.js +191 -740
- package/dist-es/protocols/Aws_restJson1.js +315 -402
- package/dist-types/models/models_0.d.ts +732 -1098
- package/dist-types/ts3.4/models/models_0.d.ts +366 -732
- package/package.json +6 -6
|
@@ -16,10 +16,6 @@ export interface AggregationConfig {
|
|
|
16
16
|
|
|
17
17
|
aggregationType?: AggregationType | string;
|
|
18
18
|
}
|
|
19
|
-
export declare namespace AggregationConfig {
|
|
20
|
-
|
|
21
|
-
const filterSensitiveLog: (obj: AggregationConfig) => any;
|
|
22
|
-
}
|
|
23
19
|
export declare enum AmplitudeConnectorOperator {
|
|
24
20
|
BETWEEN = "BETWEEN"
|
|
25
21
|
}
|
|
@@ -30,33 +26,17 @@ export interface AmplitudeConnectorProfileCredentials {
|
|
|
30
26
|
|
|
31
27
|
secretKey: string | undefined;
|
|
32
28
|
}
|
|
33
|
-
export declare namespace AmplitudeConnectorProfileCredentials {
|
|
34
|
-
|
|
35
|
-
const filterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
|
|
36
|
-
}
|
|
37
29
|
|
|
38
30
|
export interface AmplitudeConnectorProfileProperties {
|
|
39
31
|
}
|
|
40
|
-
export declare namespace AmplitudeConnectorProfileProperties {
|
|
41
|
-
|
|
42
|
-
const filterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
|
|
43
|
-
}
|
|
44
32
|
|
|
45
33
|
export interface AmplitudeMetadata {
|
|
46
34
|
}
|
|
47
|
-
export declare namespace AmplitudeMetadata {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: AmplitudeMetadata) => any;
|
|
50
|
-
}
|
|
51
35
|
|
|
52
36
|
export interface AmplitudeSourceProperties {
|
|
53
37
|
|
|
54
38
|
object: string | undefined;
|
|
55
39
|
}
|
|
56
|
-
export declare namespace AmplitudeSourceProperties {
|
|
57
|
-
|
|
58
|
-
const filterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
|
|
59
|
-
}
|
|
60
40
|
|
|
61
41
|
export interface ApiKeyCredentials {
|
|
62
42
|
|
|
@@ -64,10 +44,6 @@ export interface ApiKeyCredentials {
|
|
|
64
44
|
|
|
65
45
|
apiSecretKey?: string;
|
|
66
46
|
}
|
|
67
|
-
export declare namespace ApiKeyCredentials {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: ApiKeyCredentials) => any;
|
|
70
|
-
}
|
|
71
47
|
|
|
72
48
|
export interface AuthParameter {
|
|
73
49
|
|
|
@@ -83,10 +59,6 @@ export interface AuthParameter {
|
|
|
83
59
|
|
|
84
60
|
connectorSuppliedValues?: string[];
|
|
85
61
|
}
|
|
86
|
-
export declare namespace AuthParameter {
|
|
87
|
-
|
|
88
|
-
const filterSensitiveLog: (obj: AuthParameter) => any;
|
|
89
|
-
}
|
|
90
62
|
|
|
91
63
|
export interface CustomAuthConfig {
|
|
92
64
|
|
|
@@ -94,10 +66,6 @@ export interface CustomAuthConfig {
|
|
|
94
66
|
|
|
95
67
|
authParameters?: AuthParameter[];
|
|
96
68
|
}
|
|
97
|
-
export declare namespace CustomAuthConfig {
|
|
98
|
-
|
|
99
|
-
const filterSensitiveLog: (obj: CustomAuthConfig) => any;
|
|
100
|
-
}
|
|
101
69
|
export declare enum OAuth2CustomPropType {
|
|
102
70
|
AUTH_URL = "AUTH_URL",
|
|
103
71
|
TOKEN_URL = "TOKEN_URL"
|
|
@@ -119,10 +87,6 @@ export interface OAuth2CustomParameter {
|
|
|
119
87
|
|
|
120
88
|
type?: OAuth2CustomPropType | string;
|
|
121
89
|
}
|
|
122
|
-
export declare namespace OAuth2CustomParameter {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: OAuth2CustomParameter) => any;
|
|
125
|
-
}
|
|
126
90
|
export declare enum OAuth2GrantType {
|
|
127
91
|
AUTHORIZATION_CODE = "AUTHORIZATION_CODE",
|
|
128
92
|
CLIENT_CREDENTIALS = "CLIENT_CREDENTIALS"
|
|
@@ -140,10 +104,6 @@ export interface OAuth2Defaults {
|
|
|
140
104
|
|
|
141
105
|
oauth2CustomProperties?: OAuth2CustomParameter[];
|
|
142
106
|
}
|
|
143
|
-
export declare namespace OAuth2Defaults {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: OAuth2Defaults) => any;
|
|
146
|
-
}
|
|
147
107
|
|
|
148
108
|
export interface AuthenticationConfig {
|
|
149
109
|
|
|
@@ -159,10 +119,6 @@ export interface AuthenticationConfig {
|
|
|
159
119
|
|
|
160
120
|
customAuthConfigs?: CustomAuthConfig[];
|
|
161
121
|
}
|
|
162
|
-
export declare namespace AuthenticationConfig {
|
|
163
|
-
|
|
164
|
-
const filterSensitiveLog: (obj: AuthenticationConfig) => any;
|
|
165
|
-
}
|
|
166
122
|
export declare enum AuthenticationType {
|
|
167
123
|
APIKEY = "APIKEY",
|
|
168
124
|
BASIC = "BASIC",
|
|
@@ -176,10 +132,6 @@ export interface BasicAuthCredentials {
|
|
|
176
132
|
|
|
177
133
|
password: string | undefined;
|
|
178
134
|
}
|
|
179
|
-
export declare namespace BasicAuthCredentials {
|
|
180
|
-
|
|
181
|
-
const filterSensitiveLog: (obj: BasicAuthCredentials) => any;
|
|
182
|
-
}
|
|
183
135
|
|
|
184
136
|
export declare class ConflictException extends __BaseException {
|
|
185
137
|
readonly name: "ConflictException";
|
|
@@ -201,155 +153,75 @@ export declare class ConnectorAuthenticationException extends __BaseException {
|
|
|
201
153
|
|
|
202
154
|
export interface CustomerProfilesMetadata {
|
|
203
155
|
}
|
|
204
|
-
export declare namespace CustomerProfilesMetadata {
|
|
205
|
-
|
|
206
|
-
const filterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
|
|
207
|
-
}
|
|
208
156
|
|
|
209
157
|
export interface DatadogMetadata {
|
|
210
158
|
}
|
|
211
|
-
export declare namespace DatadogMetadata {
|
|
212
|
-
|
|
213
|
-
const filterSensitiveLog: (obj: DatadogMetadata) => any;
|
|
214
|
-
}
|
|
215
159
|
|
|
216
160
|
export interface DynatraceMetadata {
|
|
217
161
|
}
|
|
218
|
-
export declare namespace DynatraceMetadata {
|
|
219
|
-
|
|
220
|
-
const filterSensitiveLog: (obj: DynatraceMetadata) => any;
|
|
221
|
-
}
|
|
222
162
|
|
|
223
163
|
export interface EventBridgeMetadata {
|
|
224
164
|
}
|
|
225
|
-
export declare namespace EventBridgeMetadata {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: EventBridgeMetadata) => any;
|
|
228
|
-
}
|
|
229
165
|
|
|
230
166
|
export interface GoogleAnalyticsMetadata {
|
|
231
167
|
|
|
232
168
|
oAuthScopes?: string[];
|
|
233
169
|
}
|
|
234
|
-
export declare namespace GoogleAnalyticsMetadata {
|
|
235
|
-
|
|
236
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
|
|
237
|
-
}
|
|
238
170
|
|
|
239
171
|
export interface HoneycodeMetadata {
|
|
240
172
|
|
|
241
173
|
oAuthScopes?: string[];
|
|
242
174
|
}
|
|
243
|
-
export declare namespace HoneycodeMetadata {
|
|
244
|
-
|
|
245
|
-
const filterSensitiveLog: (obj: HoneycodeMetadata) => any;
|
|
246
|
-
}
|
|
247
175
|
|
|
248
176
|
export interface InforNexusMetadata {
|
|
249
177
|
}
|
|
250
|
-
export declare namespace InforNexusMetadata {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: InforNexusMetadata) => any;
|
|
253
|
-
}
|
|
254
178
|
|
|
255
179
|
export interface MarketoMetadata {
|
|
256
180
|
}
|
|
257
|
-
export declare namespace MarketoMetadata {
|
|
258
|
-
|
|
259
|
-
const filterSensitiveLog: (obj: MarketoMetadata) => any;
|
|
260
|
-
}
|
|
261
181
|
|
|
262
182
|
export interface RedshiftMetadata {
|
|
263
183
|
}
|
|
264
|
-
export declare namespace RedshiftMetadata {
|
|
265
|
-
|
|
266
|
-
const filterSensitiveLog: (obj: RedshiftMetadata) => any;
|
|
267
|
-
}
|
|
268
184
|
|
|
269
185
|
export interface S3Metadata {
|
|
270
186
|
}
|
|
271
|
-
export declare namespace S3Metadata {
|
|
272
|
-
|
|
273
|
-
const filterSensitiveLog: (obj: S3Metadata) => any;
|
|
274
|
-
}
|
|
275
187
|
|
|
276
188
|
export interface SalesforceMetadata {
|
|
277
189
|
|
|
278
190
|
oAuthScopes?: string[];
|
|
279
191
|
}
|
|
280
|
-
export declare namespace SalesforceMetadata {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: SalesforceMetadata) => any;
|
|
283
|
-
}
|
|
284
192
|
|
|
285
193
|
export interface SAPODataMetadata {
|
|
286
194
|
}
|
|
287
|
-
export declare namespace SAPODataMetadata {
|
|
288
|
-
|
|
289
|
-
const filterSensitiveLog: (obj: SAPODataMetadata) => any;
|
|
290
|
-
}
|
|
291
195
|
|
|
292
196
|
export interface ServiceNowMetadata {
|
|
293
197
|
}
|
|
294
|
-
export declare namespace ServiceNowMetadata {
|
|
295
|
-
|
|
296
|
-
const filterSensitiveLog: (obj: ServiceNowMetadata) => any;
|
|
297
|
-
}
|
|
298
198
|
|
|
299
199
|
export interface SingularMetadata {
|
|
300
200
|
}
|
|
301
|
-
export declare namespace SingularMetadata {
|
|
302
|
-
|
|
303
|
-
const filterSensitiveLog: (obj: SingularMetadata) => any;
|
|
304
|
-
}
|
|
305
201
|
|
|
306
202
|
export interface SlackMetadata {
|
|
307
203
|
|
|
308
204
|
oAuthScopes?: string[];
|
|
309
205
|
}
|
|
310
|
-
export declare namespace SlackMetadata {
|
|
311
|
-
|
|
312
|
-
const filterSensitiveLog: (obj: SlackMetadata) => any;
|
|
313
|
-
}
|
|
314
206
|
|
|
315
207
|
export interface SnowflakeMetadata {
|
|
316
208
|
|
|
317
209
|
supportedRegions?: string[];
|
|
318
210
|
}
|
|
319
|
-
export declare namespace SnowflakeMetadata {
|
|
320
|
-
|
|
321
|
-
const filterSensitiveLog: (obj: SnowflakeMetadata) => any;
|
|
322
|
-
}
|
|
323
211
|
|
|
324
212
|
export interface TrendmicroMetadata {
|
|
325
213
|
}
|
|
326
|
-
export declare namespace TrendmicroMetadata {
|
|
327
|
-
|
|
328
|
-
const filterSensitiveLog: (obj: TrendmicroMetadata) => any;
|
|
329
|
-
}
|
|
330
214
|
|
|
331
215
|
export interface UpsolverMetadata {
|
|
332
216
|
}
|
|
333
|
-
export declare namespace UpsolverMetadata {
|
|
334
|
-
|
|
335
|
-
const filterSensitiveLog: (obj: UpsolverMetadata) => any;
|
|
336
|
-
}
|
|
337
217
|
|
|
338
218
|
export interface VeevaMetadata {
|
|
339
219
|
}
|
|
340
|
-
export declare namespace VeevaMetadata {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: VeevaMetadata) => any;
|
|
343
|
-
}
|
|
344
220
|
|
|
345
221
|
export interface ZendeskMetadata {
|
|
346
222
|
|
|
347
223
|
oAuthScopes?: string[];
|
|
348
224
|
}
|
|
349
|
-
export declare namespace ZendeskMetadata {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: ZendeskMetadata) => any;
|
|
352
|
-
}
|
|
353
225
|
|
|
354
226
|
export interface ConnectorMetadata {
|
|
355
227
|
|
|
@@ -395,28 +267,16 @@ export interface ConnectorMetadata {
|
|
|
395
267
|
|
|
396
268
|
SAPOData?: SAPODataMetadata;
|
|
397
269
|
}
|
|
398
|
-
export declare namespace ConnectorMetadata {
|
|
399
|
-
|
|
400
|
-
const filterSensitiveLog: (obj: ConnectorMetadata) => any;
|
|
401
|
-
}
|
|
402
270
|
|
|
403
271
|
export interface LambdaConnectorProvisioningConfig {
|
|
404
272
|
|
|
405
273
|
lambdaArn: string | undefined;
|
|
406
274
|
}
|
|
407
|
-
export declare namespace LambdaConnectorProvisioningConfig {
|
|
408
|
-
|
|
409
|
-
const filterSensitiveLog: (obj: LambdaConnectorProvisioningConfig) => any;
|
|
410
|
-
}
|
|
411
275
|
|
|
412
276
|
export interface ConnectorProvisioningConfig {
|
|
413
277
|
|
|
414
278
|
lambda?: LambdaConnectorProvisioningConfig;
|
|
415
279
|
}
|
|
416
|
-
export declare namespace ConnectorProvisioningConfig {
|
|
417
|
-
|
|
418
|
-
const filterSensitiveLog: (obj: ConnectorProvisioningConfig) => any;
|
|
419
|
-
}
|
|
420
280
|
export declare enum ConnectorProvisioningType {
|
|
421
281
|
LAMBDA = "LAMBDA"
|
|
422
282
|
}
|
|
@@ -437,10 +297,6 @@ export interface ConnectorRuntimeSetting {
|
|
|
437
297
|
|
|
438
298
|
connectorSuppliedValueOptions?: string[];
|
|
439
299
|
}
|
|
440
|
-
export declare namespace ConnectorRuntimeSetting {
|
|
441
|
-
|
|
442
|
-
const filterSensitiveLog: (obj: ConnectorRuntimeSetting) => any;
|
|
443
|
-
}
|
|
444
300
|
export declare enum ConnectorType {
|
|
445
301
|
AMPLITUDE = "Amplitude",
|
|
446
302
|
CUSTOMCONNECTOR = "CustomConnector",
|
|
@@ -563,10 +419,6 @@ export interface ConnectorConfiguration {
|
|
|
563
419
|
|
|
564
420
|
registeredBy?: string;
|
|
565
421
|
}
|
|
566
|
-
export declare namespace ConnectorConfiguration {
|
|
567
|
-
|
|
568
|
-
const filterSensitiveLog: (obj: ConnectorConfiguration) => any;
|
|
569
|
-
}
|
|
570
422
|
|
|
571
423
|
export interface ConnectorDetail {
|
|
572
424
|
|
|
@@ -592,10 +444,6 @@ export interface ConnectorDetail {
|
|
|
592
444
|
|
|
593
445
|
connectorModes?: string[];
|
|
594
446
|
}
|
|
595
|
-
export declare namespace ConnectorDetail {
|
|
596
|
-
|
|
597
|
-
const filterSensitiveLog: (obj: ConnectorDetail) => any;
|
|
598
|
-
}
|
|
599
447
|
|
|
600
448
|
export interface ConnectorEntity {
|
|
601
449
|
|
|
@@ -605,10 +453,6 @@ export interface ConnectorEntity {
|
|
|
605
453
|
|
|
606
454
|
hasNestedEntities?: boolean;
|
|
607
455
|
}
|
|
608
|
-
export declare namespace ConnectorEntity {
|
|
609
|
-
|
|
610
|
-
const filterSensitiveLog: (obj: ConnectorEntity) => any;
|
|
611
|
-
}
|
|
612
456
|
|
|
613
457
|
export interface DestinationFieldProperties {
|
|
614
458
|
|
|
@@ -624,10 +468,6 @@ export interface DestinationFieldProperties {
|
|
|
624
468
|
|
|
625
469
|
supportedWriteOperations?: (WriteOperationType | string)[];
|
|
626
470
|
}
|
|
627
|
-
export declare namespace DestinationFieldProperties {
|
|
628
|
-
|
|
629
|
-
const filterSensitiveLog: (obj: DestinationFieldProperties) => any;
|
|
630
|
-
}
|
|
631
471
|
|
|
632
472
|
export interface SourceFieldProperties {
|
|
633
473
|
|
|
@@ -637,10 +477,6 @@ export interface SourceFieldProperties {
|
|
|
637
477
|
|
|
638
478
|
isTimestampFieldForIncrementalQueries?: boolean;
|
|
639
479
|
}
|
|
640
|
-
export declare namespace SourceFieldProperties {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: SourceFieldProperties) => any;
|
|
643
|
-
}
|
|
644
480
|
|
|
645
481
|
export interface Range {
|
|
646
482
|
|
|
@@ -648,10 +484,6 @@ export interface Range {
|
|
|
648
484
|
|
|
649
485
|
minimum?: number;
|
|
650
486
|
}
|
|
651
|
-
export declare namespace Range {
|
|
652
|
-
|
|
653
|
-
const filterSensitiveLog: (obj: Range) => any;
|
|
654
|
-
}
|
|
655
487
|
export declare enum Operator {
|
|
656
488
|
ADDITION = "ADDITION",
|
|
657
489
|
BETWEEN = "BETWEEN",
|
|
@@ -692,19 +524,11 @@ export interface FieldTypeDetails {
|
|
|
692
524
|
|
|
693
525
|
fieldLengthRange?: Range;
|
|
694
526
|
}
|
|
695
|
-
export declare namespace FieldTypeDetails {
|
|
696
|
-
|
|
697
|
-
const filterSensitiveLog: (obj: FieldTypeDetails) => any;
|
|
698
|
-
}
|
|
699
527
|
|
|
700
528
|
export interface SupportedFieldTypeDetails {
|
|
701
529
|
|
|
702
530
|
v1: FieldTypeDetails | undefined;
|
|
703
531
|
}
|
|
704
|
-
export declare namespace SupportedFieldTypeDetails {
|
|
705
|
-
|
|
706
|
-
const filterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
|
|
707
|
-
}
|
|
708
532
|
|
|
709
533
|
export interface ConnectorEntityField {
|
|
710
534
|
|
|
@@ -730,10 +554,6 @@ export interface ConnectorEntityField {
|
|
|
730
554
|
|
|
731
555
|
customProperties?: Record<string, string>;
|
|
732
556
|
}
|
|
733
|
-
export declare namespace ConnectorEntityField {
|
|
734
|
-
|
|
735
|
-
const filterSensitiveLog: (obj: ConnectorEntityField) => any;
|
|
736
|
-
}
|
|
737
557
|
|
|
738
558
|
export interface ConnectorOAuthRequest {
|
|
739
559
|
|
|
@@ -741,10 +561,6 @@ export interface ConnectorOAuthRequest {
|
|
|
741
561
|
|
|
742
562
|
redirectUri?: string;
|
|
743
563
|
}
|
|
744
|
-
export declare namespace ConnectorOAuthRequest {
|
|
745
|
-
|
|
746
|
-
const filterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
|
|
747
|
-
}
|
|
748
564
|
export declare enum DatadogConnectorOperator {
|
|
749
565
|
ADDITION = "ADDITION",
|
|
750
566
|
BETWEEN = "BETWEEN",
|
|
@@ -1036,10 +852,6 @@ export interface ConnectorOperator {
|
|
|
1036
852
|
|
|
1037
853
|
CustomConnector?: Operator | string;
|
|
1038
854
|
}
|
|
1039
|
-
export declare namespace ConnectorOperator {
|
|
1040
|
-
|
|
1041
|
-
const filterSensitiveLog: (obj: ConnectorOperator) => any;
|
|
1042
|
-
}
|
|
1043
855
|
|
|
1044
856
|
export interface OAuth2Properties {
|
|
1045
857
|
|
|
@@ -1049,10 +861,6 @@ export interface OAuth2Properties {
|
|
|
1049
861
|
|
|
1050
862
|
tokenUrlCustomProperties?: Record<string, string>;
|
|
1051
863
|
}
|
|
1052
|
-
export declare namespace OAuth2Properties {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: OAuth2Properties) => any;
|
|
1055
|
-
}
|
|
1056
864
|
|
|
1057
865
|
export interface CustomConnectorProfileProperties {
|
|
1058
866
|
|
|
@@ -1060,60 +868,32 @@ export interface CustomConnectorProfileProperties {
|
|
|
1060
868
|
|
|
1061
869
|
oAuth2Properties?: OAuth2Properties;
|
|
1062
870
|
}
|
|
1063
|
-
export declare namespace CustomConnectorProfileProperties {
|
|
1064
|
-
|
|
1065
|
-
const filterSensitiveLog: (obj: CustomConnectorProfileProperties) => any;
|
|
1066
|
-
}
|
|
1067
871
|
|
|
1068
872
|
export interface DatadogConnectorProfileProperties {
|
|
1069
873
|
|
|
1070
874
|
instanceUrl: string | undefined;
|
|
1071
875
|
}
|
|
1072
|
-
export declare namespace DatadogConnectorProfileProperties {
|
|
1073
|
-
|
|
1074
|
-
const filterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
|
|
1075
|
-
}
|
|
1076
876
|
|
|
1077
877
|
export interface DynatraceConnectorProfileProperties {
|
|
1078
878
|
|
|
1079
879
|
instanceUrl: string | undefined;
|
|
1080
880
|
}
|
|
1081
|
-
export declare namespace DynatraceConnectorProfileProperties {
|
|
1082
|
-
|
|
1083
|
-
const filterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
|
|
1084
|
-
}
|
|
1085
881
|
|
|
1086
882
|
export interface GoogleAnalyticsConnectorProfileProperties {
|
|
1087
883
|
}
|
|
1088
|
-
export declare namespace GoogleAnalyticsConnectorProfileProperties {
|
|
1089
|
-
|
|
1090
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
|
|
1091
|
-
}
|
|
1092
884
|
|
|
1093
885
|
export interface HoneycodeConnectorProfileProperties {
|
|
1094
886
|
}
|
|
1095
|
-
export declare namespace HoneycodeConnectorProfileProperties {
|
|
1096
|
-
|
|
1097
|
-
const filterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
|
|
1098
|
-
}
|
|
1099
887
|
|
|
1100
888
|
export interface InforNexusConnectorProfileProperties {
|
|
1101
889
|
|
|
1102
890
|
instanceUrl: string | undefined;
|
|
1103
891
|
}
|
|
1104
|
-
export declare namespace InforNexusConnectorProfileProperties {
|
|
1105
|
-
|
|
1106
|
-
const filterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
|
|
1107
|
-
}
|
|
1108
892
|
|
|
1109
893
|
export interface MarketoConnectorProfileProperties {
|
|
1110
894
|
|
|
1111
895
|
instanceUrl: string | undefined;
|
|
1112
896
|
}
|
|
1113
|
-
export declare namespace MarketoConnectorProfileProperties {
|
|
1114
|
-
|
|
1115
|
-
const filterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
|
|
1116
|
-
}
|
|
1117
897
|
|
|
1118
898
|
export interface RedshiftConnectorProfileProperties {
|
|
1119
899
|
|
|
@@ -1125,10 +905,6 @@ export interface RedshiftConnectorProfileProperties {
|
|
|
1125
905
|
|
|
1126
906
|
roleArn: string | undefined;
|
|
1127
907
|
}
|
|
1128
|
-
export declare namespace RedshiftConnectorProfileProperties {
|
|
1129
|
-
|
|
1130
|
-
const filterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
|
|
1131
|
-
}
|
|
1132
908
|
|
|
1133
909
|
export interface SalesforceConnectorProfileProperties {
|
|
1134
910
|
|
|
@@ -1136,10 +912,6 @@ export interface SalesforceConnectorProfileProperties {
|
|
|
1136
912
|
|
|
1137
913
|
isSandboxEnvironment?: boolean;
|
|
1138
914
|
}
|
|
1139
|
-
export declare namespace SalesforceConnectorProfileProperties {
|
|
1140
|
-
|
|
1141
|
-
const filterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
|
|
1142
|
-
}
|
|
1143
915
|
|
|
1144
916
|
export interface OAuthProperties {
|
|
1145
917
|
|
|
@@ -1149,10 +921,6 @@ export interface OAuthProperties {
|
|
|
1149
921
|
|
|
1150
922
|
oAuthScopes: string[] | undefined;
|
|
1151
923
|
}
|
|
1152
|
-
export declare namespace OAuthProperties {
|
|
1153
|
-
|
|
1154
|
-
const filterSensitiveLog: (obj: OAuthProperties) => any;
|
|
1155
|
-
}
|
|
1156
924
|
|
|
1157
925
|
export interface SAPODataConnectorProfileProperties {
|
|
1158
926
|
|
|
@@ -1170,35 +938,19 @@ export interface SAPODataConnectorProfileProperties {
|
|
|
1170
938
|
|
|
1171
939
|
oAuthProperties?: OAuthProperties;
|
|
1172
940
|
}
|
|
1173
|
-
export declare namespace SAPODataConnectorProfileProperties {
|
|
1174
|
-
|
|
1175
|
-
const filterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
|
|
1176
|
-
}
|
|
1177
941
|
|
|
1178
942
|
export interface ServiceNowConnectorProfileProperties {
|
|
1179
943
|
|
|
1180
944
|
instanceUrl: string | undefined;
|
|
1181
945
|
}
|
|
1182
|
-
export declare namespace ServiceNowConnectorProfileProperties {
|
|
1183
|
-
|
|
1184
|
-
const filterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
|
|
1185
|
-
}
|
|
1186
946
|
|
|
1187
947
|
export interface SingularConnectorProfileProperties {
|
|
1188
948
|
}
|
|
1189
|
-
export declare namespace SingularConnectorProfileProperties {
|
|
1190
|
-
|
|
1191
|
-
const filterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
|
|
1192
|
-
}
|
|
1193
949
|
|
|
1194
950
|
export interface SlackConnectorProfileProperties {
|
|
1195
951
|
|
|
1196
952
|
instanceUrl: string | undefined;
|
|
1197
953
|
}
|
|
1198
|
-
export declare namespace SlackConnectorProfileProperties {
|
|
1199
|
-
|
|
1200
|
-
const filterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
|
|
1201
|
-
}
|
|
1202
954
|
|
|
1203
955
|
export interface SnowflakeConnectorProfileProperties {
|
|
1204
956
|
|
|
@@ -1216,35 +968,19 @@ export interface SnowflakeConnectorProfileProperties {
|
|
|
1216
968
|
|
|
1217
969
|
region?: string;
|
|
1218
970
|
}
|
|
1219
|
-
export declare namespace SnowflakeConnectorProfileProperties {
|
|
1220
|
-
|
|
1221
|
-
const filterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
|
|
1222
|
-
}
|
|
1223
971
|
|
|
1224
972
|
export interface TrendmicroConnectorProfileProperties {
|
|
1225
973
|
}
|
|
1226
|
-
export declare namespace TrendmicroConnectorProfileProperties {
|
|
1227
|
-
|
|
1228
|
-
const filterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
|
|
1229
|
-
}
|
|
1230
974
|
|
|
1231
975
|
export interface VeevaConnectorProfileProperties {
|
|
1232
976
|
|
|
1233
977
|
instanceUrl: string | undefined;
|
|
1234
978
|
}
|
|
1235
|
-
export declare namespace VeevaConnectorProfileProperties {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
|
|
1238
|
-
}
|
|
1239
979
|
|
|
1240
980
|
export interface ZendeskConnectorProfileProperties {
|
|
1241
981
|
|
|
1242
982
|
instanceUrl: string | undefined;
|
|
1243
983
|
}
|
|
1244
|
-
export declare namespace ZendeskConnectorProfileProperties {
|
|
1245
|
-
|
|
1246
|
-
const filterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
|
|
1247
|
-
}
|
|
1248
984
|
|
|
1249
985
|
export interface ConnectorProfileProperties {
|
|
1250
986
|
|
|
@@ -1284,10 +1020,6 @@ export interface ConnectorProfileProperties {
|
|
|
1284
1020
|
|
|
1285
1021
|
CustomConnector?: CustomConnectorProfileProperties;
|
|
1286
1022
|
}
|
|
1287
|
-
export declare namespace ConnectorProfileProperties {
|
|
1288
|
-
|
|
1289
|
-
const filterSensitiveLog: (obj: ConnectorProfileProperties) => any;
|
|
1290
|
-
}
|
|
1291
1023
|
export declare enum PrivateConnectionProvisioningFailureCause {
|
|
1292
1024
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1293
1025
|
CONNECTOR_AUTHENTICATION = "CONNECTOR_AUTHENTICATION",
|
|
@@ -1309,10 +1041,6 @@ export interface PrivateConnectionProvisioningState {
|
|
|
1309
1041
|
|
|
1310
1042
|
failureCause?: PrivateConnectionProvisioningFailureCause | string;
|
|
1311
1043
|
}
|
|
1312
|
-
export declare namespace PrivateConnectionProvisioningState {
|
|
1313
|
-
|
|
1314
|
-
const filterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
|
|
1315
|
-
}
|
|
1316
1044
|
|
|
1317
1045
|
export interface ConnectorProfile {
|
|
1318
1046
|
|
|
@@ -1336,10 +1064,6 @@ export interface ConnectorProfile {
|
|
|
1336
1064
|
|
|
1337
1065
|
privateConnectionProvisioningState?: PrivateConnectionProvisioningState;
|
|
1338
1066
|
}
|
|
1339
|
-
export declare namespace ConnectorProfile {
|
|
1340
|
-
|
|
1341
|
-
const filterSensitiveLog: (obj: ConnectorProfile) => any;
|
|
1342
|
-
}
|
|
1343
1067
|
|
|
1344
1068
|
export interface CustomAuthCredentials {
|
|
1345
1069
|
|
|
@@ -1347,10 +1071,6 @@ export interface CustomAuthCredentials {
|
|
|
1347
1071
|
|
|
1348
1072
|
credentialsMap?: Record<string, string>;
|
|
1349
1073
|
}
|
|
1350
|
-
export declare namespace CustomAuthCredentials {
|
|
1351
|
-
|
|
1352
|
-
const filterSensitiveLog: (obj: CustomAuthCredentials) => any;
|
|
1353
|
-
}
|
|
1354
1074
|
|
|
1355
1075
|
export interface OAuth2Credentials {
|
|
1356
1076
|
|
|
@@ -1364,10 +1084,6 @@ export interface OAuth2Credentials {
|
|
|
1364
1084
|
|
|
1365
1085
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1366
1086
|
}
|
|
1367
|
-
export declare namespace OAuth2Credentials {
|
|
1368
|
-
|
|
1369
|
-
const filterSensitiveLog: (obj: OAuth2Credentials) => any;
|
|
1370
|
-
}
|
|
1371
1087
|
|
|
1372
1088
|
export interface CustomConnectorProfileCredentials {
|
|
1373
1089
|
|
|
@@ -1381,10 +1097,6 @@ export interface CustomConnectorProfileCredentials {
|
|
|
1381
1097
|
|
|
1382
1098
|
custom?: CustomAuthCredentials;
|
|
1383
1099
|
}
|
|
1384
|
-
export declare namespace CustomConnectorProfileCredentials {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: CustomConnectorProfileCredentials) => any;
|
|
1387
|
-
}
|
|
1388
1100
|
|
|
1389
1101
|
export interface DatadogConnectorProfileCredentials {
|
|
1390
1102
|
|
|
@@ -1392,19 +1104,11 @@ export interface DatadogConnectorProfileCredentials {
|
|
|
1392
1104
|
|
|
1393
1105
|
applicationKey: string | undefined;
|
|
1394
1106
|
}
|
|
1395
|
-
export declare namespace DatadogConnectorProfileCredentials {
|
|
1396
|
-
|
|
1397
|
-
const filterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
|
|
1398
|
-
}
|
|
1399
1107
|
|
|
1400
1108
|
export interface DynatraceConnectorProfileCredentials {
|
|
1401
1109
|
|
|
1402
1110
|
apiToken: string | undefined;
|
|
1403
1111
|
}
|
|
1404
|
-
export declare namespace DynatraceConnectorProfileCredentials {
|
|
1405
|
-
|
|
1406
|
-
const filterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
|
|
1407
|
-
}
|
|
1408
1112
|
|
|
1409
1113
|
export interface GoogleAnalyticsConnectorProfileCredentials {
|
|
1410
1114
|
|
|
@@ -1418,10 +1122,6 @@ export interface GoogleAnalyticsConnectorProfileCredentials {
|
|
|
1418
1122
|
|
|
1419
1123
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1420
1124
|
}
|
|
1421
|
-
export declare namespace GoogleAnalyticsConnectorProfileCredentials {
|
|
1422
|
-
|
|
1423
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
|
|
1424
|
-
}
|
|
1425
1125
|
|
|
1426
1126
|
export interface HoneycodeConnectorProfileCredentials {
|
|
1427
1127
|
|
|
@@ -1431,10 +1131,6 @@ export interface HoneycodeConnectorProfileCredentials {
|
|
|
1431
1131
|
|
|
1432
1132
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1433
1133
|
}
|
|
1434
|
-
export declare namespace HoneycodeConnectorProfileCredentials {
|
|
1435
|
-
|
|
1436
|
-
const filterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
|
|
1437
|
-
}
|
|
1438
1134
|
|
|
1439
1135
|
export interface InforNexusConnectorProfileCredentials {
|
|
1440
1136
|
|
|
@@ -1446,10 +1142,6 @@ export interface InforNexusConnectorProfileCredentials {
|
|
|
1446
1142
|
|
|
1447
1143
|
datakey: string | undefined;
|
|
1448
1144
|
}
|
|
1449
|
-
export declare namespace InforNexusConnectorProfileCredentials {
|
|
1450
|
-
|
|
1451
|
-
const filterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
|
|
1452
|
-
}
|
|
1453
1145
|
|
|
1454
1146
|
export interface MarketoConnectorProfileCredentials {
|
|
1455
1147
|
|
|
@@ -1461,10 +1153,6 @@ export interface MarketoConnectorProfileCredentials {
|
|
|
1461
1153
|
|
|
1462
1154
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1463
1155
|
}
|
|
1464
|
-
export declare namespace MarketoConnectorProfileCredentials {
|
|
1465
|
-
|
|
1466
|
-
const filterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
|
|
1467
|
-
}
|
|
1468
1156
|
|
|
1469
1157
|
export interface RedshiftConnectorProfileCredentials {
|
|
1470
1158
|
|
|
@@ -1472,10 +1160,6 @@ export interface RedshiftConnectorProfileCredentials {
|
|
|
1472
1160
|
|
|
1473
1161
|
password: string | undefined;
|
|
1474
1162
|
}
|
|
1475
|
-
export declare namespace RedshiftConnectorProfileCredentials {
|
|
1476
|
-
|
|
1477
|
-
const filterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
|
|
1478
|
-
}
|
|
1479
1163
|
|
|
1480
1164
|
export interface SalesforceConnectorProfileCredentials {
|
|
1481
1165
|
|
|
@@ -1487,10 +1171,6 @@ export interface SalesforceConnectorProfileCredentials {
|
|
|
1487
1171
|
|
|
1488
1172
|
clientCredentialsArn?: string;
|
|
1489
1173
|
}
|
|
1490
|
-
export declare namespace SalesforceConnectorProfileCredentials {
|
|
1491
|
-
|
|
1492
|
-
const filterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
|
|
1493
|
-
}
|
|
1494
1174
|
|
|
1495
1175
|
export interface OAuthCredentials {
|
|
1496
1176
|
|
|
@@ -1504,10 +1184,6 @@ export interface OAuthCredentials {
|
|
|
1504
1184
|
|
|
1505
1185
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1506
1186
|
}
|
|
1507
|
-
export declare namespace OAuthCredentials {
|
|
1508
|
-
|
|
1509
|
-
const filterSensitiveLog: (obj: OAuthCredentials) => any;
|
|
1510
|
-
}
|
|
1511
1187
|
|
|
1512
1188
|
export interface SAPODataConnectorProfileCredentials {
|
|
1513
1189
|
|
|
@@ -1515,10 +1191,6 @@ export interface SAPODataConnectorProfileCredentials {
|
|
|
1515
1191
|
|
|
1516
1192
|
oAuthCredentials?: OAuthCredentials;
|
|
1517
1193
|
}
|
|
1518
|
-
export declare namespace SAPODataConnectorProfileCredentials {
|
|
1519
|
-
|
|
1520
|
-
const filterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
|
|
1521
|
-
}
|
|
1522
1194
|
|
|
1523
1195
|
export interface ServiceNowConnectorProfileCredentials {
|
|
1524
1196
|
|
|
@@ -1526,19 +1198,11 @@ export interface ServiceNowConnectorProfileCredentials {
|
|
|
1526
1198
|
|
|
1527
1199
|
password: string | undefined;
|
|
1528
1200
|
}
|
|
1529
|
-
export declare namespace ServiceNowConnectorProfileCredentials {
|
|
1530
|
-
|
|
1531
|
-
const filterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
|
|
1532
|
-
}
|
|
1533
1201
|
|
|
1534
1202
|
export interface SingularConnectorProfileCredentials {
|
|
1535
1203
|
|
|
1536
1204
|
apiKey: string | undefined;
|
|
1537
1205
|
}
|
|
1538
|
-
export declare namespace SingularConnectorProfileCredentials {
|
|
1539
|
-
|
|
1540
|
-
const filterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
|
|
1541
|
-
}
|
|
1542
1206
|
|
|
1543
1207
|
export interface SlackConnectorProfileCredentials {
|
|
1544
1208
|
|
|
@@ -1550,10 +1214,6 @@ export interface SlackConnectorProfileCredentials {
|
|
|
1550
1214
|
|
|
1551
1215
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1552
1216
|
}
|
|
1553
|
-
export declare namespace SlackConnectorProfileCredentials {
|
|
1554
|
-
|
|
1555
|
-
const filterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
|
|
1556
|
-
}
|
|
1557
1217
|
|
|
1558
1218
|
export interface SnowflakeConnectorProfileCredentials {
|
|
1559
1219
|
|
|
@@ -1561,19 +1221,11 @@ export interface SnowflakeConnectorProfileCredentials {
|
|
|
1561
1221
|
|
|
1562
1222
|
password: string | undefined;
|
|
1563
1223
|
}
|
|
1564
|
-
export declare namespace SnowflakeConnectorProfileCredentials {
|
|
1565
|
-
|
|
1566
|
-
const filterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
|
|
1567
|
-
}
|
|
1568
1224
|
|
|
1569
1225
|
export interface TrendmicroConnectorProfileCredentials {
|
|
1570
1226
|
|
|
1571
1227
|
apiSecretKey: string | undefined;
|
|
1572
1228
|
}
|
|
1573
|
-
export declare namespace TrendmicroConnectorProfileCredentials {
|
|
1574
|
-
|
|
1575
|
-
const filterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
|
|
1576
|
-
}
|
|
1577
1229
|
|
|
1578
1230
|
export interface VeevaConnectorProfileCredentials {
|
|
1579
1231
|
|
|
@@ -1581,10 +1233,6 @@ export interface VeevaConnectorProfileCredentials {
|
|
|
1581
1233
|
|
|
1582
1234
|
password: string | undefined;
|
|
1583
1235
|
}
|
|
1584
|
-
export declare namespace VeevaConnectorProfileCredentials {
|
|
1585
|
-
|
|
1586
|
-
const filterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
|
|
1587
|
-
}
|
|
1588
1236
|
|
|
1589
1237
|
export interface ZendeskConnectorProfileCredentials {
|
|
1590
1238
|
|
|
@@ -1596,10 +1244,6 @@ export interface ZendeskConnectorProfileCredentials {
|
|
|
1596
1244
|
|
|
1597
1245
|
oAuthRequest?: ConnectorOAuthRequest;
|
|
1598
1246
|
}
|
|
1599
|
-
export declare namespace ZendeskConnectorProfileCredentials {
|
|
1600
|
-
|
|
1601
|
-
const filterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
|
|
1602
|
-
}
|
|
1603
1247
|
|
|
1604
1248
|
export interface ConnectorProfileCredentials {
|
|
1605
1249
|
|
|
@@ -1639,10 +1283,6 @@ export interface ConnectorProfileCredentials {
|
|
|
1639
1283
|
|
|
1640
1284
|
CustomConnector?: CustomConnectorProfileCredentials;
|
|
1641
1285
|
}
|
|
1642
|
-
export declare namespace ConnectorProfileCredentials {
|
|
1643
|
-
|
|
1644
|
-
const filterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
|
|
1645
|
-
}
|
|
1646
1286
|
|
|
1647
1287
|
export interface ConnectorProfileConfig {
|
|
1648
1288
|
|
|
@@ -1650,10 +1290,6 @@ export interface ConnectorProfileConfig {
|
|
|
1650
1290
|
|
|
1651
1291
|
connectorProfileCredentials: ConnectorProfileCredentials | undefined;
|
|
1652
1292
|
}
|
|
1653
|
-
export declare namespace ConnectorProfileConfig {
|
|
1654
|
-
|
|
1655
|
-
const filterSensitiveLog: (obj: ConnectorProfileConfig) => any;
|
|
1656
|
-
}
|
|
1657
1293
|
|
|
1658
1294
|
export declare class ConnectorServerException extends __BaseException {
|
|
1659
1295
|
readonly name: "ConnectorServerException";
|
|
@@ -1675,18 +1311,10 @@ export interface CreateConnectorProfileRequest {
|
|
|
1675
1311
|
|
|
1676
1312
|
connectorProfileConfig: ConnectorProfileConfig | undefined;
|
|
1677
1313
|
}
|
|
1678
|
-
export declare namespace CreateConnectorProfileRequest {
|
|
1679
|
-
|
|
1680
|
-
const filterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
|
|
1681
|
-
}
|
|
1682
1314
|
export interface CreateConnectorProfileResponse {
|
|
1683
1315
|
|
|
1684
1316
|
connectorProfileArn?: string;
|
|
1685
1317
|
}
|
|
1686
|
-
export declare namespace CreateConnectorProfileResponse {
|
|
1687
|
-
|
|
1688
|
-
const filterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
|
|
1689
|
-
}
|
|
1690
1318
|
|
|
1691
1319
|
export declare class InternalServerException extends __BaseException {
|
|
1692
1320
|
readonly name: "InternalServerException";
|
|
@@ -1717,10 +1345,6 @@ export interface ErrorHandlingConfig {
|
|
|
1717
1345
|
|
|
1718
1346
|
bucketName?: string;
|
|
1719
1347
|
}
|
|
1720
|
-
export declare namespace ErrorHandlingConfig {
|
|
1721
|
-
|
|
1722
|
-
const filterSensitiveLog: (obj: ErrorHandlingConfig) => any;
|
|
1723
|
-
}
|
|
1724
1348
|
|
|
1725
1349
|
export interface CustomConnectorDestinationProperties {
|
|
1726
1350
|
|
|
@@ -1734,10 +1358,6 @@ export interface CustomConnectorDestinationProperties {
|
|
|
1734
1358
|
|
|
1735
1359
|
customProperties?: Record<string, string>;
|
|
1736
1360
|
}
|
|
1737
|
-
export declare namespace CustomConnectorDestinationProperties {
|
|
1738
|
-
|
|
1739
|
-
const filterSensitiveLog: (obj: CustomConnectorDestinationProperties) => any;
|
|
1740
|
-
}
|
|
1741
1361
|
|
|
1742
1362
|
export interface CustomerProfilesDestinationProperties {
|
|
1743
1363
|
|
|
@@ -1745,10 +1365,6 @@ export interface CustomerProfilesDestinationProperties {
|
|
|
1745
1365
|
|
|
1746
1366
|
objectTypeName?: string;
|
|
1747
1367
|
}
|
|
1748
|
-
export declare namespace CustomerProfilesDestinationProperties {
|
|
1749
|
-
|
|
1750
|
-
const filterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
|
|
1751
|
-
}
|
|
1752
1368
|
|
|
1753
1369
|
export interface EventBridgeDestinationProperties {
|
|
1754
1370
|
|
|
@@ -1756,10 +1372,6 @@ export interface EventBridgeDestinationProperties {
|
|
|
1756
1372
|
|
|
1757
1373
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
1758
1374
|
}
|
|
1759
|
-
export declare namespace EventBridgeDestinationProperties {
|
|
1760
|
-
|
|
1761
|
-
const filterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
|
|
1762
|
-
}
|
|
1763
1375
|
|
|
1764
1376
|
export interface HoneycodeDestinationProperties {
|
|
1765
1377
|
|
|
@@ -1767,17 +1379,9 @@ export interface HoneycodeDestinationProperties {
|
|
|
1767
1379
|
|
|
1768
1380
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
1769
1381
|
}
|
|
1770
|
-
export declare namespace HoneycodeDestinationProperties {
|
|
1771
|
-
|
|
1772
|
-
const filterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
|
|
1773
|
-
}
|
|
1774
1382
|
|
|
1775
1383
|
export interface LookoutMetricsDestinationProperties {
|
|
1776
1384
|
}
|
|
1777
|
-
export declare namespace LookoutMetricsDestinationProperties {
|
|
1778
|
-
|
|
1779
|
-
const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
1780
|
-
}
|
|
1781
1385
|
|
|
1782
1386
|
export interface MarketoDestinationProperties {
|
|
1783
1387
|
|
|
@@ -1785,10 +1389,6 @@ export interface MarketoDestinationProperties {
|
|
|
1785
1389
|
|
|
1786
1390
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
1787
1391
|
}
|
|
1788
|
-
export declare namespace MarketoDestinationProperties {
|
|
1789
|
-
|
|
1790
|
-
const filterSensitiveLog: (obj: MarketoDestinationProperties) => any;
|
|
1791
|
-
}
|
|
1792
1392
|
|
|
1793
1393
|
export interface RedshiftDestinationProperties {
|
|
1794
1394
|
|
|
@@ -1800,10 +1400,6 @@ export interface RedshiftDestinationProperties {
|
|
|
1800
1400
|
|
|
1801
1401
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
1802
1402
|
}
|
|
1803
|
-
export declare namespace RedshiftDestinationProperties {
|
|
1804
|
-
|
|
1805
|
-
const filterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
|
|
1806
|
-
}
|
|
1807
1403
|
export declare enum FileType {
|
|
1808
1404
|
CSV = "CSV",
|
|
1809
1405
|
JSON = "JSON",
|
|
@@ -1828,10 +1424,6 @@ export interface PrefixConfig {
|
|
|
1828
1424
|
|
|
1829
1425
|
prefixFormat?: PrefixFormat | string;
|
|
1830
1426
|
}
|
|
1831
|
-
export declare namespace PrefixConfig {
|
|
1832
|
-
|
|
1833
|
-
const filterSensitiveLog: (obj: PrefixConfig) => any;
|
|
1834
|
-
}
|
|
1835
1427
|
|
|
1836
1428
|
export interface S3OutputFormatConfig {
|
|
1837
1429
|
|
|
@@ -1843,10 +1435,6 @@ export interface S3OutputFormatConfig {
|
|
|
1843
1435
|
|
|
1844
1436
|
preserveSourceDataTyping?: boolean;
|
|
1845
1437
|
}
|
|
1846
|
-
export declare namespace S3OutputFormatConfig {
|
|
1847
|
-
|
|
1848
|
-
const filterSensitiveLog: (obj: S3OutputFormatConfig) => any;
|
|
1849
|
-
}
|
|
1850
1438
|
|
|
1851
1439
|
export interface S3DestinationProperties {
|
|
1852
1440
|
|
|
@@ -1856,10 +1444,6 @@ export interface S3DestinationProperties {
|
|
|
1856
1444
|
|
|
1857
1445
|
s3OutputFormatConfig?: S3OutputFormatConfig;
|
|
1858
1446
|
}
|
|
1859
|
-
export declare namespace S3DestinationProperties {
|
|
1860
|
-
|
|
1861
|
-
const filterSensitiveLog: (obj: S3DestinationProperties) => any;
|
|
1862
|
-
}
|
|
1863
1447
|
|
|
1864
1448
|
export interface SalesforceDestinationProperties {
|
|
1865
1449
|
|
|
@@ -1871,10 +1455,6 @@ export interface SalesforceDestinationProperties {
|
|
|
1871
1455
|
|
|
1872
1456
|
writeOperationType?: WriteOperationType | string;
|
|
1873
1457
|
}
|
|
1874
|
-
export declare namespace SalesforceDestinationProperties {
|
|
1875
|
-
|
|
1876
|
-
const filterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
|
|
1877
|
-
}
|
|
1878
1458
|
|
|
1879
1459
|
export interface SuccessResponseHandlingConfig {
|
|
1880
1460
|
|
|
@@ -1882,10 +1462,6 @@ export interface SuccessResponseHandlingConfig {
|
|
|
1882
1462
|
|
|
1883
1463
|
bucketName?: string;
|
|
1884
1464
|
}
|
|
1885
|
-
export declare namespace SuccessResponseHandlingConfig {
|
|
1886
|
-
|
|
1887
|
-
const filterSensitiveLog: (obj: SuccessResponseHandlingConfig) => any;
|
|
1888
|
-
}
|
|
1889
1465
|
|
|
1890
1466
|
export interface SAPODataDestinationProperties {
|
|
1891
1467
|
|
|
@@ -1899,10 +1475,6 @@ export interface SAPODataDestinationProperties {
|
|
|
1899
1475
|
|
|
1900
1476
|
writeOperationType?: WriteOperationType | string;
|
|
1901
1477
|
}
|
|
1902
|
-
export declare namespace SAPODataDestinationProperties {
|
|
1903
|
-
|
|
1904
|
-
const filterSensitiveLog: (obj: SAPODataDestinationProperties) => any;
|
|
1905
|
-
}
|
|
1906
1478
|
|
|
1907
1479
|
export interface SnowflakeDestinationProperties {
|
|
1908
1480
|
|
|
@@ -1914,10 +1486,6 @@ export interface SnowflakeDestinationProperties {
|
|
|
1914
1486
|
|
|
1915
1487
|
errorHandlingConfig?: ErrorHandlingConfig;
|
|
1916
1488
|
}
|
|
1917
|
-
export declare namespace SnowflakeDestinationProperties {
|
|
1918
|
-
|
|
1919
|
-
const filterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
|
|
1920
|
-
}
|
|
1921
1489
|
|
|
1922
1490
|
export interface UpsolverS3OutputFormatConfig {
|
|
1923
1491
|
|
|
@@ -1927,10 +1495,6 @@ export interface UpsolverS3OutputFormatConfig {
|
|
|
1927
1495
|
|
|
1928
1496
|
aggregationConfig?: AggregationConfig;
|
|
1929
1497
|
}
|
|
1930
|
-
export declare namespace UpsolverS3OutputFormatConfig {
|
|
1931
|
-
|
|
1932
|
-
const filterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
|
|
1933
|
-
}
|
|
1934
1498
|
|
|
1935
1499
|
export interface UpsolverDestinationProperties {
|
|
1936
1500
|
|
|
@@ -1940,10 +1504,6 @@ export interface UpsolverDestinationProperties {
|
|
|
1940
1504
|
|
|
1941
1505
|
s3OutputFormatConfig: UpsolverS3OutputFormatConfig | undefined;
|
|
1942
1506
|
}
|
|
1943
|
-
export declare namespace UpsolverDestinationProperties {
|
|
1944
|
-
|
|
1945
|
-
const filterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
|
|
1946
|
-
}
|
|
1947
1507
|
|
|
1948
1508
|
export interface ZendeskDestinationProperties {
|
|
1949
1509
|
|
|
@@ -1955,10 +1515,6 @@ export interface ZendeskDestinationProperties {
|
|
|
1955
1515
|
|
|
1956
1516
|
writeOperationType?: WriteOperationType | string;
|
|
1957
1517
|
}
|
|
1958
|
-
export declare namespace ZendeskDestinationProperties {
|
|
1959
|
-
|
|
1960
|
-
const filterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
|
|
1961
|
-
}
|
|
1962
1518
|
|
|
1963
1519
|
export interface DestinationConnectorProperties {
|
|
1964
1520
|
|
|
@@ -1988,10 +1544,6 @@ export interface DestinationConnectorProperties {
|
|
|
1988
1544
|
|
|
1989
1545
|
SAPOData?: SAPODataDestinationProperties;
|
|
1990
1546
|
}
|
|
1991
|
-
export declare namespace DestinationConnectorProperties {
|
|
1992
|
-
|
|
1993
|
-
const filterSensitiveLog: (obj: DestinationConnectorProperties) => any;
|
|
1994
|
-
}
|
|
1995
1547
|
|
|
1996
1548
|
export interface DestinationFlowConfig {
|
|
1997
1549
|
|
|
@@ -2003,19 +1555,11 @@ export interface DestinationFlowConfig {
|
|
|
2003
1555
|
|
|
2004
1556
|
destinationConnectorProperties: DestinationConnectorProperties | undefined;
|
|
2005
1557
|
}
|
|
2006
|
-
export declare namespace DestinationFlowConfig {
|
|
2007
|
-
|
|
2008
|
-
const filterSensitiveLog: (obj: DestinationFlowConfig) => any;
|
|
2009
|
-
}
|
|
2010
1558
|
|
|
2011
1559
|
export interface IncrementalPullConfig {
|
|
2012
1560
|
|
|
2013
1561
|
datetimeTypeFieldName?: string;
|
|
2014
1562
|
}
|
|
2015
|
-
export declare namespace IncrementalPullConfig {
|
|
2016
|
-
|
|
2017
|
-
const filterSensitiveLog: (obj: IncrementalPullConfig) => any;
|
|
2018
|
-
}
|
|
2019
1563
|
|
|
2020
1564
|
export interface CustomConnectorSourceProperties {
|
|
2021
1565
|
|
|
@@ -2023,55 +1567,31 @@ export interface CustomConnectorSourceProperties {
|
|
|
2023
1567
|
|
|
2024
1568
|
customProperties?: Record<string, string>;
|
|
2025
1569
|
}
|
|
2026
|
-
export declare namespace CustomConnectorSourceProperties {
|
|
2027
|
-
|
|
2028
|
-
const filterSensitiveLog: (obj: CustomConnectorSourceProperties) => any;
|
|
2029
|
-
}
|
|
2030
1570
|
|
|
2031
1571
|
export interface DatadogSourceProperties {
|
|
2032
1572
|
|
|
2033
1573
|
object: string | undefined;
|
|
2034
1574
|
}
|
|
2035
|
-
export declare namespace DatadogSourceProperties {
|
|
2036
|
-
|
|
2037
|
-
const filterSensitiveLog: (obj: DatadogSourceProperties) => any;
|
|
2038
|
-
}
|
|
2039
1575
|
|
|
2040
1576
|
export interface DynatraceSourceProperties {
|
|
2041
1577
|
|
|
2042
1578
|
object: string | undefined;
|
|
2043
1579
|
}
|
|
2044
|
-
export declare namespace DynatraceSourceProperties {
|
|
2045
|
-
|
|
2046
|
-
const filterSensitiveLog: (obj: DynatraceSourceProperties) => any;
|
|
2047
|
-
}
|
|
2048
1580
|
|
|
2049
1581
|
export interface GoogleAnalyticsSourceProperties {
|
|
2050
1582
|
|
|
2051
1583
|
object: string | undefined;
|
|
2052
1584
|
}
|
|
2053
|
-
export declare namespace GoogleAnalyticsSourceProperties {
|
|
2054
|
-
|
|
2055
|
-
const filterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
|
|
2056
|
-
}
|
|
2057
1585
|
|
|
2058
1586
|
export interface InforNexusSourceProperties {
|
|
2059
1587
|
|
|
2060
1588
|
object: string | undefined;
|
|
2061
1589
|
}
|
|
2062
|
-
export declare namespace InforNexusSourceProperties {
|
|
2063
|
-
|
|
2064
|
-
const filterSensitiveLog: (obj: InforNexusSourceProperties) => any;
|
|
2065
|
-
}
|
|
2066
1590
|
|
|
2067
1591
|
export interface MarketoSourceProperties {
|
|
2068
1592
|
|
|
2069
1593
|
object: string | undefined;
|
|
2070
1594
|
}
|
|
2071
|
-
export declare namespace MarketoSourceProperties {
|
|
2072
|
-
|
|
2073
|
-
const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
2074
|
-
}
|
|
2075
1595
|
export declare enum S3InputFileType {
|
|
2076
1596
|
CSV = "CSV",
|
|
2077
1597
|
JSON = "JSON"
|
|
@@ -2081,10 +1601,6 @@ export interface S3InputFormatConfig {
|
|
|
2081
1601
|
|
|
2082
1602
|
s3InputFileType?: S3InputFileType | string;
|
|
2083
1603
|
}
|
|
2084
|
-
export declare namespace S3InputFormatConfig {
|
|
2085
|
-
|
|
2086
|
-
const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
2087
|
-
}
|
|
2088
1604
|
|
|
2089
1605
|
export interface S3SourceProperties {
|
|
2090
1606
|
|
|
@@ -2094,10 +1610,6 @@ export interface S3SourceProperties {
|
|
|
2094
1610
|
|
|
2095
1611
|
s3InputFormatConfig?: S3InputFormatConfig;
|
|
2096
1612
|
}
|
|
2097
|
-
export declare namespace S3SourceProperties {
|
|
2098
|
-
|
|
2099
|
-
const filterSensitiveLog: (obj: S3SourceProperties) => any;
|
|
2100
|
-
}
|
|
2101
1613
|
|
|
2102
1614
|
export interface SalesforceSourceProperties {
|
|
2103
1615
|
|
|
@@ -2107,55 +1619,31 @@ export interface SalesforceSourceProperties {
|
|
|
2107
1619
|
|
|
2108
1620
|
includeDeletedRecords?: boolean;
|
|
2109
1621
|
}
|
|
2110
|
-
export declare namespace SalesforceSourceProperties {
|
|
2111
|
-
|
|
2112
|
-
const filterSensitiveLog: (obj: SalesforceSourceProperties) => any;
|
|
2113
|
-
}
|
|
2114
1622
|
|
|
2115
1623
|
export interface SAPODataSourceProperties {
|
|
2116
1624
|
|
|
2117
1625
|
objectPath?: string;
|
|
2118
1626
|
}
|
|
2119
|
-
export declare namespace SAPODataSourceProperties {
|
|
2120
|
-
|
|
2121
|
-
const filterSensitiveLog: (obj: SAPODataSourceProperties) => any;
|
|
2122
|
-
}
|
|
2123
1627
|
|
|
2124
1628
|
export interface ServiceNowSourceProperties {
|
|
2125
1629
|
|
|
2126
1630
|
object: string | undefined;
|
|
2127
1631
|
}
|
|
2128
|
-
export declare namespace ServiceNowSourceProperties {
|
|
2129
|
-
|
|
2130
|
-
const filterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
|
|
2131
|
-
}
|
|
2132
1632
|
|
|
2133
1633
|
export interface SingularSourceProperties {
|
|
2134
1634
|
|
|
2135
1635
|
object: string | undefined;
|
|
2136
1636
|
}
|
|
2137
|
-
export declare namespace SingularSourceProperties {
|
|
2138
|
-
|
|
2139
|
-
const filterSensitiveLog: (obj: SingularSourceProperties) => any;
|
|
2140
|
-
}
|
|
2141
1637
|
|
|
2142
1638
|
export interface SlackSourceProperties {
|
|
2143
1639
|
|
|
2144
1640
|
object: string | undefined;
|
|
2145
1641
|
}
|
|
2146
|
-
export declare namespace SlackSourceProperties {
|
|
2147
|
-
|
|
2148
|
-
const filterSensitiveLog: (obj: SlackSourceProperties) => any;
|
|
2149
|
-
}
|
|
2150
1642
|
|
|
2151
1643
|
export interface TrendmicroSourceProperties {
|
|
2152
1644
|
|
|
2153
1645
|
object: string | undefined;
|
|
2154
1646
|
}
|
|
2155
|
-
export declare namespace TrendmicroSourceProperties {
|
|
2156
|
-
|
|
2157
|
-
const filterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
|
|
2158
|
-
}
|
|
2159
1647
|
|
|
2160
1648
|
export interface VeevaSourceProperties {
|
|
2161
1649
|
|
|
@@ -2169,19 +1657,11 @@ export interface VeevaSourceProperties {
|
|
|
2169
1657
|
|
|
2170
1658
|
includeAllVersions?: boolean;
|
|
2171
1659
|
}
|
|
2172
|
-
export declare namespace VeevaSourceProperties {
|
|
2173
|
-
|
|
2174
|
-
const filterSensitiveLog: (obj: VeevaSourceProperties) => any;
|
|
2175
|
-
}
|
|
2176
1660
|
|
|
2177
1661
|
export interface ZendeskSourceProperties {
|
|
2178
1662
|
|
|
2179
1663
|
object: string | undefined;
|
|
2180
1664
|
}
|
|
2181
|
-
export declare namespace ZendeskSourceProperties {
|
|
2182
|
-
|
|
2183
|
-
const filterSensitiveLog: (obj: ZendeskSourceProperties) => any;
|
|
2184
|
-
}
|
|
2185
1665
|
|
|
2186
1666
|
export interface SourceConnectorProperties {
|
|
2187
1667
|
|
|
@@ -2217,10 +1697,6 @@ export interface SourceConnectorProperties {
|
|
|
2217
1697
|
|
|
2218
1698
|
CustomConnector?: CustomConnectorSourceProperties;
|
|
2219
1699
|
}
|
|
2220
|
-
export declare namespace SourceConnectorProperties {
|
|
2221
|
-
|
|
2222
|
-
const filterSensitiveLog: (obj: SourceConnectorProperties) => any;
|
|
2223
|
-
}
|
|
2224
1700
|
|
|
2225
1701
|
export interface SourceFlowConfig {
|
|
2226
1702
|
|
|
@@ -2234,10 +1710,6 @@ export interface SourceFlowConfig {
|
|
|
2234
1710
|
|
|
2235
1711
|
incrementalPullConfig?: IncrementalPullConfig;
|
|
2236
1712
|
}
|
|
2237
|
-
export declare namespace SourceFlowConfig {
|
|
2238
|
-
|
|
2239
|
-
const filterSensitiveLog: (obj: SourceFlowConfig) => any;
|
|
2240
|
-
}
|
|
2241
1713
|
export declare enum OperatorPropertiesKeys {
|
|
2242
1714
|
CONCAT_FORMAT = "CONCAT_FORMAT",
|
|
2243
1715
|
DATA_TYPE = "DATA_TYPE",
|
|
@@ -2279,10 +1751,6 @@ export interface Task {
|
|
|
2279
1751
|
|
|
2280
1752
|
taskProperties?: Record<string, string>;
|
|
2281
1753
|
}
|
|
2282
|
-
export declare namespace Task {
|
|
2283
|
-
|
|
2284
|
-
const filterSensitiveLog: (obj: Task) => any;
|
|
2285
|
-
}
|
|
2286
1754
|
export declare enum DataPullMode {
|
|
2287
1755
|
COMPLETE = "Complete",
|
|
2288
1756
|
INCREMENTAL = "Incremental"
|
|
@@ -2306,19 +1774,11 @@ export interface ScheduledTriggerProperties {
|
|
|
2306
1774
|
|
|
2307
1775
|
flowErrorDeactivationThreshold?: number;
|
|
2308
1776
|
}
|
|
2309
|
-
export declare namespace ScheduledTriggerProperties {
|
|
2310
|
-
|
|
2311
|
-
const filterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
|
|
2312
|
-
}
|
|
2313
1777
|
|
|
2314
1778
|
export interface TriggerProperties {
|
|
2315
1779
|
|
|
2316
1780
|
Scheduled?: ScheduledTriggerProperties;
|
|
2317
1781
|
}
|
|
2318
|
-
export declare namespace TriggerProperties {
|
|
2319
|
-
|
|
2320
|
-
const filterSensitiveLog: (obj: TriggerProperties) => any;
|
|
2321
|
-
}
|
|
2322
1782
|
|
|
2323
1783
|
export interface TriggerConfig {
|
|
2324
1784
|
|
|
@@ -2326,10 +1786,6 @@ export interface TriggerConfig {
|
|
|
2326
1786
|
|
|
2327
1787
|
triggerProperties?: TriggerProperties;
|
|
2328
1788
|
}
|
|
2329
|
-
export declare namespace TriggerConfig {
|
|
2330
|
-
|
|
2331
|
-
const filterSensitiveLog: (obj: TriggerConfig) => any;
|
|
2332
|
-
}
|
|
2333
1789
|
export interface CreateFlowRequest {
|
|
2334
1790
|
|
|
2335
1791
|
flowName: string | undefined;
|
|
@@ -2348,10 +1804,6 @@ export interface CreateFlowRequest {
|
|
|
2348
1804
|
|
|
2349
1805
|
tags?: Record<string, string>;
|
|
2350
1806
|
}
|
|
2351
|
-
export declare namespace CreateFlowRequest {
|
|
2352
|
-
|
|
2353
|
-
const filterSensitiveLog: (obj: CreateFlowRequest) => any;
|
|
2354
|
-
}
|
|
2355
1807
|
export declare enum FlowStatus {
|
|
2356
1808
|
ACTIVE = "Active",
|
|
2357
1809
|
DELETED = "Deleted",
|
|
@@ -2366,10 +1818,6 @@ export interface CreateFlowResponse {
|
|
|
2366
1818
|
|
|
2367
1819
|
flowStatus?: FlowStatus | string;
|
|
2368
1820
|
}
|
|
2369
|
-
export declare namespace CreateFlowResponse {
|
|
2370
|
-
|
|
2371
|
-
const filterSensitiveLog: (obj: CreateFlowResponse) => any;
|
|
2372
|
-
}
|
|
2373
1821
|
|
|
2374
1822
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
2375
1823
|
readonly name: "ResourceNotFoundException";
|
|
@@ -2383,50 +1831,26 @@ export interface DeleteConnectorProfileRequest {
|
|
|
2383
1831
|
|
|
2384
1832
|
forceDelete?: boolean;
|
|
2385
1833
|
}
|
|
2386
|
-
export declare namespace DeleteConnectorProfileRequest {
|
|
2387
|
-
|
|
2388
|
-
const filterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
|
|
2389
|
-
}
|
|
2390
1834
|
export interface DeleteConnectorProfileResponse {
|
|
2391
1835
|
}
|
|
2392
|
-
export declare namespace DeleteConnectorProfileResponse {
|
|
2393
|
-
|
|
2394
|
-
const filterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
|
|
2395
|
-
}
|
|
2396
1836
|
export interface DeleteFlowRequest {
|
|
2397
1837
|
|
|
2398
1838
|
flowName: string | undefined;
|
|
2399
1839
|
|
|
2400
1840
|
forceDelete?: boolean;
|
|
2401
1841
|
}
|
|
2402
|
-
export declare namespace DeleteFlowRequest {
|
|
2403
|
-
|
|
2404
|
-
const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
|
|
2405
|
-
}
|
|
2406
1842
|
export interface DeleteFlowResponse {
|
|
2407
1843
|
}
|
|
2408
|
-
export declare namespace DeleteFlowResponse {
|
|
2409
|
-
|
|
2410
|
-
const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
|
|
2411
|
-
}
|
|
2412
1844
|
export interface DescribeConnectorRequest {
|
|
2413
1845
|
|
|
2414
1846
|
connectorType: ConnectorType | string | undefined;
|
|
2415
1847
|
|
|
2416
1848
|
connectorLabel?: string;
|
|
2417
1849
|
}
|
|
2418
|
-
export declare namespace DescribeConnectorRequest {
|
|
2419
|
-
|
|
2420
|
-
const filterSensitiveLog: (obj: DescribeConnectorRequest) => any;
|
|
2421
|
-
}
|
|
2422
1850
|
export interface DescribeConnectorResponse {
|
|
2423
1851
|
|
|
2424
1852
|
connectorConfiguration?: ConnectorConfiguration;
|
|
2425
1853
|
}
|
|
2426
|
-
export declare namespace DescribeConnectorResponse {
|
|
2427
|
-
|
|
2428
|
-
const filterSensitiveLog: (obj: DescribeConnectorResponse) => any;
|
|
2429
|
-
}
|
|
2430
1854
|
export interface DescribeConnectorEntityRequest {
|
|
2431
1855
|
|
|
2432
1856
|
connectorEntityName: string | undefined;
|
|
@@ -2437,18 +1861,10 @@ export interface DescribeConnectorEntityRequest {
|
|
|
2437
1861
|
|
|
2438
1862
|
apiVersion?: string;
|
|
2439
1863
|
}
|
|
2440
|
-
export declare namespace DescribeConnectorEntityRequest {
|
|
2441
|
-
|
|
2442
|
-
const filterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
|
|
2443
|
-
}
|
|
2444
1864
|
export interface DescribeConnectorEntityResponse {
|
|
2445
1865
|
|
|
2446
1866
|
connectorEntityFields: ConnectorEntityField[] | undefined;
|
|
2447
1867
|
}
|
|
2448
|
-
export declare namespace DescribeConnectorEntityResponse {
|
|
2449
|
-
|
|
2450
|
-
const filterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
|
|
2451
|
-
}
|
|
2452
1868
|
export interface DescribeConnectorProfilesRequest {
|
|
2453
1869
|
|
|
2454
1870
|
connectorProfileNames?: string[];
|
|
@@ -2461,20 +1877,12 @@ export interface DescribeConnectorProfilesRequest {
|
|
|
2461
1877
|
|
|
2462
1878
|
nextToken?: string;
|
|
2463
1879
|
}
|
|
2464
|
-
export declare namespace DescribeConnectorProfilesRequest {
|
|
2465
|
-
|
|
2466
|
-
const filterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
|
|
2467
|
-
}
|
|
2468
1880
|
export interface DescribeConnectorProfilesResponse {
|
|
2469
1881
|
|
|
2470
1882
|
connectorProfileDetails?: ConnectorProfile[];
|
|
2471
1883
|
|
|
2472
1884
|
nextToken?: string;
|
|
2473
1885
|
}
|
|
2474
|
-
export declare namespace DescribeConnectorProfilesResponse {
|
|
2475
|
-
|
|
2476
|
-
const filterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
|
|
2477
|
-
}
|
|
2478
1886
|
export interface DescribeConnectorsRequest {
|
|
2479
1887
|
|
|
2480
1888
|
connectorTypes?: (ConnectorType | string)[];
|
|
@@ -2483,10 +1891,6 @@ export interface DescribeConnectorsRequest {
|
|
|
2483
1891
|
|
|
2484
1892
|
nextToken?: string;
|
|
2485
1893
|
}
|
|
2486
|
-
export declare namespace DescribeConnectorsRequest {
|
|
2487
|
-
|
|
2488
|
-
const filterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
|
|
2489
|
-
}
|
|
2490
1894
|
export interface DescribeConnectorsResponse {
|
|
2491
1895
|
|
|
2492
1896
|
connectorConfigurations?: Record<string, ConnectorConfiguration>;
|
|
@@ -2495,18 +1899,10 @@ export interface DescribeConnectorsResponse {
|
|
|
2495
1899
|
|
|
2496
1900
|
nextToken?: string;
|
|
2497
1901
|
}
|
|
2498
|
-
export declare namespace DescribeConnectorsResponse {
|
|
2499
|
-
|
|
2500
|
-
const filterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
|
|
2501
|
-
}
|
|
2502
1902
|
export interface DescribeFlowRequest {
|
|
2503
1903
|
|
|
2504
1904
|
flowName: string | undefined;
|
|
2505
1905
|
}
|
|
2506
|
-
export declare namespace DescribeFlowRequest {
|
|
2507
|
-
|
|
2508
|
-
const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
|
|
2509
|
-
}
|
|
2510
1906
|
export declare enum ExecutionStatus {
|
|
2511
1907
|
ERROR = "Error",
|
|
2512
1908
|
INPROGRESS = "InProgress",
|
|
@@ -2521,10 +1917,6 @@ export interface ExecutionDetails {
|
|
|
2521
1917
|
|
|
2522
1918
|
mostRecentExecutionStatus?: ExecutionStatus | string;
|
|
2523
1919
|
}
|
|
2524
|
-
export declare namespace ExecutionDetails {
|
|
2525
|
-
|
|
2526
|
-
const filterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
2527
|
-
}
|
|
2528
1920
|
export interface DescribeFlowResponse {
|
|
2529
1921
|
|
|
2530
1922
|
flowArn?: string;
|
|
@@ -2559,10 +1951,6 @@ export interface DescribeFlowResponse {
|
|
|
2559
1951
|
|
|
2560
1952
|
tags?: Record<string, string>;
|
|
2561
1953
|
}
|
|
2562
|
-
export declare namespace DescribeFlowResponse {
|
|
2563
|
-
|
|
2564
|
-
const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
|
|
2565
|
-
}
|
|
2566
1954
|
export interface DescribeFlowExecutionRecordsRequest {
|
|
2567
1955
|
|
|
2568
1956
|
flowName: string | undefined;
|
|
@@ -2571,10 +1959,6 @@ export interface DescribeFlowExecutionRecordsRequest {
|
|
|
2571
1959
|
|
|
2572
1960
|
nextToken?: string;
|
|
2573
1961
|
}
|
|
2574
|
-
export declare namespace DescribeFlowExecutionRecordsRequest {
|
|
2575
|
-
|
|
2576
|
-
const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
|
|
2577
|
-
}
|
|
2578
1962
|
|
|
2579
1963
|
export interface ErrorInfo {
|
|
2580
1964
|
|
|
@@ -2582,10 +1966,6 @@ export interface ErrorInfo {
|
|
|
2582
1966
|
|
|
2583
1967
|
executionMessage?: string;
|
|
2584
1968
|
}
|
|
2585
|
-
export declare namespace ErrorInfo {
|
|
2586
|
-
|
|
2587
|
-
const filterSensitiveLog: (obj: ErrorInfo) => any;
|
|
2588
|
-
}
|
|
2589
1969
|
|
|
2590
1970
|
export interface ExecutionResult {
|
|
2591
1971
|
|
|
@@ -2597,10 +1977,6 @@ export interface ExecutionResult {
|
|
|
2597
1977
|
|
|
2598
1978
|
recordsProcessed?: number;
|
|
2599
1979
|
}
|
|
2600
|
-
export declare namespace ExecutionResult {
|
|
2601
|
-
|
|
2602
|
-
const filterSensitiveLog: (obj: ExecutionResult) => any;
|
|
2603
|
-
}
|
|
2604
1980
|
|
|
2605
1981
|
export interface ExecutionRecord {
|
|
2606
1982
|
|
|
@@ -2618,20 +1994,12 @@ export interface ExecutionRecord {
|
|
|
2618
1994
|
|
|
2619
1995
|
dataPullEndTime?: Date;
|
|
2620
1996
|
}
|
|
2621
|
-
export declare namespace ExecutionRecord {
|
|
2622
|
-
|
|
2623
|
-
const filterSensitiveLog: (obj: ExecutionRecord) => any;
|
|
2624
|
-
}
|
|
2625
1997
|
export interface DescribeFlowExecutionRecordsResponse {
|
|
2626
1998
|
|
|
2627
1999
|
flowExecutions?: ExecutionRecord[];
|
|
2628
2000
|
|
|
2629
2001
|
nextToken?: string;
|
|
2630
2002
|
}
|
|
2631
|
-
export declare namespace DescribeFlowExecutionRecordsResponse {
|
|
2632
|
-
|
|
2633
|
-
const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
|
|
2634
|
-
}
|
|
2635
2003
|
|
|
2636
2004
|
export interface FlowDefinition {
|
|
2637
2005
|
|
|
@@ -2665,10 +2033,6 @@ export interface FlowDefinition {
|
|
|
2665
2033
|
|
|
2666
2034
|
lastRunExecutionDetails?: ExecutionDetails;
|
|
2667
2035
|
}
|
|
2668
|
-
export declare namespace FlowDefinition {
|
|
2669
|
-
|
|
2670
|
-
const filterSensitiveLog: (obj: FlowDefinition) => any;
|
|
2671
|
-
}
|
|
2672
2036
|
export interface ListConnectorEntitiesRequest {
|
|
2673
2037
|
|
|
2674
2038
|
connectorProfileName?: string;
|
|
@@ -2679,74 +2043,42 @@ export interface ListConnectorEntitiesRequest {
|
|
|
2679
2043
|
|
|
2680
2044
|
apiVersion?: string;
|
|
2681
2045
|
}
|
|
2682
|
-
export declare namespace ListConnectorEntitiesRequest {
|
|
2683
|
-
|
|
2684
|
-
const filterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
|
|
2685
|
-
}
|
|
2686
2046
|
export interface ListConnectorEntitiesResponse {
|
|
2687
2047
|
|
|
2688
2048
|
connectorEntityMap: Record<string, ConnectorEntity[]> | undefined;
|
|
2689
2049
|
}
|
|
2690
|
-
export declare namespace ListConnectorEntitiesResponse {
|
|
2691
|
-
|
|
2692
|
-
const filterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
|
|
2693
|
-
}
|
|
2694
2050
|
export interface ListConnectorsRequest {
|
|
2695
2051
|
|
|
2696
2052
|
maxResults?: number;
|
|
2697
2053
|
|
|
2698
2054
|
nextToken?: string;
|
|
2699
2055
|
}
|
|
2700
|
-
export declare namespace ListConnectorsRequest {
|
|
2701
|
-
|
|
2702
|
-
const filterSensitiveLog: (obj: ListConnectorsRequest) => any;
|
|
2703
|
-
}
|
|
2704
2056
|
export interface ListConnectorsResponse {
|
|
2705
2057
|
|
|
2706
2058
|
connectors?: ConnectorDetail[];
|
|
2707
2059
|
|
|
2708
2060
|
nextToken?: string;
|
|
2709
2061
|
}
|
|
2710
|
-
export declare namespace ListConnectorsResponse {
|
|
2711
|
-
|
|
2712
|
-
const filterSensitiveLog: (obj: ListConnectorsResponse) => any;
|
|
2713
|
-
}
|
|
2714
2062
|
export interface ListFlowsRequest {
|
|
2715
2063
|
|
|
2716
2064
|
maxResults?: number;
|
|
2717
2065
|
|
|
2718
2066
|
nextToken?: string;
|
|
2719
2067
|
}
|
|
2720
|
-
export declare namespace ListFlowsRequest {
|
|
2721
|
-
|
|
2722
|
-
const filterSensitiveLog: (obj: ListFlowsRequest) => any;
|
|
2723
|
-
}
|
|
2724
2068
|
export interface ListFlowsResponse {
|
|
2725
2069
|
|
|
2726
2070
|
flows?: FlowDefinition[];
|
|
2727
2071
|
|
|
2728
2072
|
nextToken?: string;
|
|
2729
2073
|
}
|
|
2730
|
-
export declare namespace ListFlowsResponse {
|
|
2731
|
-
|
|
2732
|
-
const filterSensitiveLog: (obj: ListFlowsResponse) => any;
|
|
2733
|
-
}
|
|
2734
2074
|
export interface ListTagsForResourceRequest {
|
|
2735
2075
|
|
|
2736
2076
|
resourceArn: string | undefined;
|
|
2737
2077
|
}
|
|
2738
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2739
|
-
|
|
2740
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2741
|
-
}
|
|
2742
2078
|
export interface ListTagsForResourceResponse {
|
|
2743
2079
|
|
|
2744
2080
|
tags?: Record<string, string>;
|
|
2745
2081
|
}
|
|
2746
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2747
|
-
|
|
2748
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2749
|
-
}
|
|
2750
2082
|
export interface RegisterConnectorRequest {
|
|
2751
2083
|
|
|
2752
2084
|
connectorLabel?: string;
|
|
@@ -2757,18 +2089,10 @@ export interface RegisterConnectorRequest {
|
|
|
2757
2089
|
|
|
2758
2090
|
connectorProvisioningConfig?: ConnectorProvisioningConfig;
|
|
2759
2091
|
}
|
|
2760
|
-
export declare namespace RegisterConnectorRequest {
|
|
2761
|
-
|
|
2762
|
-
const filterSensitiveLog: (obj: RegisterConnectorRequest) => any;
|
|
2763
|
-
}
|
|
2764
2092
|
export interface RegisterConnectorResponse {
|
|
2765
2093
|
|
|
2766
2094
|
connectorArn?: string;
|
|
2767
2095
|
}
|
|
2768
|
-
export declare namespace RegisterConnectorResponse {
|
|
2769
|
-
|
|
2770
|
-
const filterSensitiveLog: (obj: RegisterConnectorResponse) => any;
|
|
2771
|
-
}
|
|
2772
2096
|
|
|
2773
2097
|
export declare class ThrottlingException extends __BaseException {
|
|
2774
2098
|
readonly name: "ThrottlingException";
|
|
@@ -2780,10 +2104,6 @@ export interface StartFlowRequest {
|
|
|
2780
2104
|
|
|
2781
2105
|
flowName: string | undefined;
|
|
2782
2106
|
}
|
|
2783
|
-
export declare namespace StartFlowRequest {
|
|
2784
|
-
|
|
2785
|
-
const filterSensitiveLog: (obj: StartFlowRequest) => any;
|
|
2786
|
-
}
|
|
2787
2107
|
export interface StartFlowResponse {
|
|
2788
2108
|
|
|
2789
2109
|
flowArn?: string;
|
|
@@ -2792,28 +2112,16 @@ export interface StartFlowResponse {
|
|
|
2792
2112
|
|
|
2793
2113
|
executionId?: string;
|
|
2794
2114
|
}
|
|
2795
|
-
export declare namespace StartFlowResponse {
|
|
2796
|
-
|
|
2797
|
-
const filterSensitiveLog: (obj: StartFlowResponse) => any;
|
|
2798
|
-
}
|
|
2799
2115
|
export interface StopFlowRequest {
|
|
2800
2116
|
|
|
2801
2117
|
flowName: string | undefined;
|
|
2802
2118
|
}
|
|
2803
|
-
export declare namespace StopFlowRequest {
|
|
2804
|
-
|
|
2805
|
-
const filterSensitiveLog: (obj: StopFlowRequest) => any;
|
|
2806
|
-
}
|
|
2807
2119
|
export interface StopFlowResponse {
|
|
2808
2120
|
|
|
2809
2121
|
flowArn?: string;
|
|
2810
2122
|
|
|
2811
2123
|
flowStatus?: FlowStatus | string;
|
|
2812
2124
|
}
|
|
2813
|
-
export declare namespace StopFlowResponse {
|
|
2814
|
-
|
|
2815
|
-
const filterSensitiveLog: (obj: StopFlowResponse) => any;
|
|
2816
|
-
}
|
|
2817
2125
|
|
|
2818
2126
|
export declare class UnsupportedOperationException extends __BaseException {
|
|
2819
2127
|
readonly name: "UnsupportedOperationException";
|
|
@@ -2827,48 +2135,24 @@ export interface TagResourceRequest {
|
|
|
2827
2135
|
|
|
2828
2136
|
tags: Record<string, string> | undefined;
|
|
2829
2137
|
}
|
|
2830
|
-
export declare namespace TagResourceRequest {
|
|
2831
|
-
|
|
2832
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2833
|
-
}
|
|
2834
2138
|
export interface TagResourceResponse {
|
|
2835
2139
|
}
|
|
2836
|
-
export declare namespace TagResourceResponse {
|
|
2837
|
-
|
|
2838
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2839
|
-
}
|
|
2840
2140
|
export interface UnregisterConnectorRequest {
|
|
2841
2141
|
|
|
2842
2142
|
connectorLabel: string | undefined;
|
|
2843
2143
|
|
|
2844
2144
|
forceDelete?: boolean;
|
|
2845
2145
|
}
|
|
2846
|
-
export declare namespace UnregisterConnectorRequest {
|
|
2847
|
-
|
|
2848
|
-
const filterSensitiveLog: (obj: UnregisterConnectorRequest) => any;
|
|
2849
|
-
}
|
|
2850
2146
|
export interface UnregisterConnectorResponse {
|
|
2851
2147
|
}
|
|
2852
|
-
export declare namespace UnregisterConnectorResponse {
|
|
2853
|
-
|
|
2854
|
-
const filterSensitiveLog: (obj: UnregisterConnectorResponse) => any;
|
|
2855
|
-
}
|
|
2856
2148
|
export interface UntagResourceRequest {
|
|
2857
2149
|
|
|
2858
2150
|
resourceArn: string | undefined;
|
|
2859
2151
|
|
|
2860
2152
|
tagKeys: string[] | undefined;
|
|
2861
2153
|
}
|
|
2862
|
-
export declare namespace UntagResourceRequest {
|
|
2863
|
-
|
|
2864
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2865
|
-
}
|
|
2866
2154
|
export interface UntagResourceResponse {
|
|
2867
2155
|
}
|
|
2868
|
-
export declare namespace UntagResourceResponse {
|
|
2869
|
-
|
|
2870
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2871
|
-
}
|
|
2872
2156
|
export interface UpdateConnectorProfileRequest {
|
|
2873
2157
|
|
|
2874
2158
|
connectorProfileName: string | undefined;
|
|
@@ -2877,18 +2161,10 @@ export interface UpdateConnectorProfileRequest {
|
|
|
2877
2161
|
|
|
2878
2162
|
connectorProfileConfig: ConnectorProfileConfig | undefined;
|
|
2879
2163
|
}
|
|
2880
|
-
export declare namespace UpdateConnectorProfileRequest {
|
|
2881
|
-
|
|
2882
|
-
const filterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
|
|
2883
|
-
}
|
|
2884
2164
|
export interface UpdateConnectorProfileResponse {
|
|
2885
2165
|
|
|
2886
2166
|
connectorProfileArn?: string;
|
|
2887
2167
|
}
|
|
2888
|
-
export declare namespace UpdateConnectorProfileResponse {
|
|
2889
|
-
|
|
2890
|
-
const filterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
|
|
2891
|
-
}
|
|
2892
2168
|
export interface UpdateFlowRequest {
|
|
2893
2169
|
|
|
2894
2170
|
flowName: string | undefined;
|
|
@@ -2903,15 +2179,373 @@ export interface UpdateFlowRequest {
|
|
|
2903
2179
|
|
|
2904
2180
|
tasks: Task[] | undefined;
|
|
2905
2181
|
}
|
|
2906
|
-
export declare namespace UpdateFlowRequest {
|
|
2907
|
-
|
|
2908
|
-
const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
|
|
2909
|
-
}
|
|
2910
2182
|
export interface UpdateFlowResponse {
|
|
2911
2183
|
|
|
2912
2184
|
flowStatus?: FlowStatus | string;
|
|
2913
2185
|
}
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2186
|
+
|
|
2187
|
+
export declare const AggregationConfigFilterSensitiveLog: (obj: AggregationConfig) => any;
|
|
2188
|
+
|
|
2189
|
+
export declare const AmplitudeConnectorProfileCredentialsFilterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
|
|
2190
|
+
|
|
2191
|
+
export declare const AmplitudeConnectorProfilePropertiesFilterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const AmplitudeMetadataFilterSensitiveLog: (obj: AmplitudeMetadata) => any;
|
|
2194
|
+
|
|
2195
|
+
export declare const AmplitudeSourcePropertiesFilterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const ApiKeyCredentialsFilterSensitiveLog: (obj: ApiKeyCredentials) => any;
|
|
2198
|
+
|
|
2199
|
+
export declare const AuthParameterFilterSensitiveLog: (obj: AuthParameter) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const CustomAuthConfigFilterSensitiveLog: (obj: CustomAuthConfig) => any;
|
|
2202
|
+
|
|
2203
|
+
export declare const OAuth2CustomParameterFilterSensitiveLog: (obj: OAuth2CustomParameter) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const OAuth2DefaultsFilterSensitiveLog: (obj: OAuth2Defaults) => any;
|
|
2206
|
+
|
|
2207
|
+
export declare const AuthenticationConfigFilterSensitiveLog: (obj: AuthenticationConfig) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const BasicAuthCredentialsFilterSensitiveLog: (obj: BasicAuthCredentials) => any;
|
|
2210
|
+
|
|
2211
|
+
export declare const CustomerProfilesMetadataFilterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const DatadogMetadataFilterSensitiveLog: (obj: DatadogMetadata) => any;
|
|
2214
|
+
|
|
2215
|
+
export declare const DynatraceMetadataFilterSensitiveLog: (obj: DynatraceMetadata) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const EventBridgeMetadataFilterSensitiveLog: (obj: EventBridgeMetadata) => any;
|
|
2218
|
+
|
|
2219
|
+
export declare const GoogleAnalyticsMetadataFilterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const HoneycodeMetadataFilterSensitiveLog: (obj: HoneycodeMetadata) => any;
|
|
2222
|
+
|
|
2223
|
+
export declare const InforNexusMetadataFilterSensitiveLog: (obj: InforNexusMetadata) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const MarketoMetadataFilterSensitiveLog: (obj: MarketoMetadata) => any;
|
|
2226
|
+
|
|
2227
|
+
export declare const RedshiftMetadataFilterSensitiveLog: (obj: RedshiftMetadata) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const S3MetadataFilterSensitiveLog: (obj: S3Metadata) => any;
|
|
2230
|
+
|
|
2231
|
+
export declare const SalesforceMetadataFilterSensitiveLog: (obj: SalesforceMetadata) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const SAPODataMetadataFilterSensitiveLog: (obj: SAPODataMetadata) => any;
|
|
2234
|
+
|
|
2235
|
+
export declare const ServiceNowMetadataFilterSensitiveLog: (obj: ServiceNowMetadata) => any;
|
|
2236
|
+
|
|
2237
|
+
export declare const SingularMetadataFilterSensitiveLog: (obj: SingularMetadata) => any;
|
|
2238
|
+
|
|
2239
|
+
export declare const SlackMetadataFilterSensitiveLog: (obj: SlackMetadata) => any;
|
|
2240
|
+
|
|
2241
|
+
export declare const SnowflakeMetadataFilterSensitiveLog: (obj: SnowflakeMetadata) => any;
|
|
2242
|
+
|
|
2243
|
+
export declare const TrendmicroMetadataFilterSensitiveLog: (obj: TrendmicroMetadata) => any;
|
|
2244
|
+
|
|
2245
|
+
export declare const UpsolverMetadataFilterSensitiveLog: (obj: UpsolverMetadata) => any;
|
|
2246
|
+
|
|
2247
|
+
export declare const VeevaMetadataFilterSensitiveLog: (obj: VeevaMetadata) => any;
|
|
2248
|
+
|
|
2249
|
+
export declare const ZendeskMetadataFilterSensitiveLog: (obj: ZendeskMetadata) => any;
|
|
2250
|
+
|
|
2251
|
+
export declare const ConnectorMetadataFilterSensitiveLog: (obj: ConnectorMetadata) => any;
|
|
2252
|
+
|
|
2253
|
+
export declare const LambdaConnectorProvisioningConfigFilterSensitiveLog: (obj: LambdaConnectorProvisioningConfig) => any;
|
|
2254
|
+
|
|
2255
|
+
export declare const ConnectorProvisioningConfigFilterSensitiveLog: (obj: ConnectorProvisioningConfig) => any;
|
|
2256
|
+
|
|
2257
|
+
export declare const ConnectorRuntimeSettingFilterSensitiveLog: (obj: ConnectorRuntimeSetting) => any;
|
|
2258
|
+
|
|
2259
|
+
export declare const ConnectorConfigurationFilterSensitiveLog: (obj: ConnectorConfiguration) => any;
|
|
2260
|
+
|
|
2261
|
+
export declare const ConnectorDetailFilterSensitiveLog: (obj: ConnectorDetail) => any;
|
|
2262
|
+
|
|
2263
|
+
export declare const ConnectorEntityFilterSensitiveLog: (obj: ConnectorEntity) => any;
|
|
2264
|
+
|
|
2265
|
+
export declare const DestinationFieldPropertiesFilterSensitiveLog: (obj: DestinationFieldProperties) => any;
|
|
2266
|
+
|
|
2267
|
+
export declare const SourceFieldPropertiesFilterSensitiveLog: (obj: SourceFieldProperties) => any;
|
|
2268
|
+
|
|
2269
|
+
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
2270
|
+
|
|
2271
|
+
export declare const FieldTypeDetailsFilterSensitiveLog: (obj: FieldTypeDetails) => any;
|
|
2272
|
+
|
|
2273
|
+
export declare const SupportedFieldTypeDetailsFilterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
|
|
2274
|
+
|
|
2275
|
+
export declare const ConnectorEntityFieldFilterSensitiveLog: (obj: ConnectorEntityField) => any;
|
|
2276
|
+
|
|
2277
|
+
export declare const ConnectorOAuthRequestFilterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
|
|
2278
|
+
|
|
2279
|
+
export declare const ConnectorOperatorFilterSensitiveLog: (obj: ConnectorOperator) => any;
|
|
2280
|
+
|
|
2281
|
+
export declare const OAuth2PropertiesFilterSensitiveLog: (obj: OAuth2Properties) => any;
|
|
2282
|
+
|
|
2283
|
+
export declare const CustomConnectorProfilePropertiesFilterSensitiveLog: (obj: CustomConnectorProfileProperties) => any;
|
|
2284
|
+
|
|
2285
|
+
export declare const DatadogConnectorProfilePropertiesFilterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
|
|
2286
|
+
|
|
2287
|
+
export declare const DynatraceConnectorProfilePropertiesFilterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
|
|
2288
|
+
|
|
2289
|
+
export declare const GoogleAnalyticsConnectorProfilePropertiesFilterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
|
|
2290
|
+
|
|
2291
|
+
export declare const HoneycodeConnectorProfilePropertiesFilterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
|
|
2292
|
+
|
|
2293
|
+
export declare const InforNexusConnectorProfilePropertiesFilterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
|
|
2294
|
+
|
|
2295
|
+
export declare const MarketoConnectorProfilePropertiesFilterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
|
|
2296
|
+
|
|
2297
|
+
export declare const RedshiftConnectorProfilePropertiesFilterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
|
|
2298
|
+
|
|
2299
|
+
export declare const SalesforceConnectorProfilePropertiesFilterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
|
|
2300
|
+
|
|
2301
|
+
export declare const OAuthPropertiesFilterSensitiveLog: (obj: OAuthProperties) => any;
|
|
2302
|
+
|
|
2303
|
+
export declare const SAPODataConnectorProfilePropertiesFilterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
|
|
2304
|
+
|
|
2305
|
+
export declare const ServiceNowConnectorProfilePropertiesFilterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
|
|
2306
|
+
|
|
2307
|
+
export declare const SingularConnectorProfilePropertiesFilterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
|
|
2308
|
+
|
|
2309
|
+
export declare const SlackConnectorProfilePropertiesFilterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
|
|
2310
|
+
|
|
2311
|
+
export declare const SnowflakeConnectorProfilePropertiesFilterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const TrendmicroConnectorProfilePropertiesFilterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
|
|
2314
|
+
|
|
2315
|
+
export declare const VeevaConnectorProfilePropertiesFilterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const ZendeskConnectorProfilePropertiesFilterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
|
|
2318
|
+
|
|
2319
|
+
export declare const ConnectorProfilePropertiesFilterSensitiveLog: (obj: ConnectorProfileProperties) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const PrivateConnectionProvisioningStateFilterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
|
|
2322
|
+
|
|
2323
|
+
export declare const ConnectorProfileFilterSensitiveLog: (obj: ConnectorProfile) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const CustomAuthCredentialsFilterSensitiveLog: (obj: CustomAuthCredentials) => any;
|
|
2326
|
+
|
|
2327
|
+
export declare const OAuth2CredentialsFilterSensitiveLog: (obj: OAuth2Credentials) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const CustomConnectorProfileCredentialsFilterSensitiveLog: (obj: CustomConnectorProfileCredentials) => any;
|
|
2330
|
+
|
|
2331
|
+
export declare const DatadogConnectorProfileCredentialsFilterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const DynatraceConnectorProfileCredentialsFilterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
|
|
2334
|
+
|
|
2335
|
+
export declare const GoogleAnalyticsConnectorProfileCredentialsFilterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const HoneycodeConnectorProfileCredentialsFilterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
|
|
2338
|
+
|
|
2339
|
+
export declare const InforNexusConnectorProfileCredentialsFilterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const MarketoConnectorProfileCredentialsFilterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
|
|
2342
|
+
|
|
2343
|
+
export declare const RedshiftConnectorProfileCredentialsFilterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const SalesforceConnectorProfileCredentialsFilterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
|
|
2346
|
+
|
|
2347
|
+
export declare const OAuthCredentialsFilterSensitiveLog: (obj: OAuthCredentials) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const SAPODataConnectorProfileCredentialsFilterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
|
|
2350
|
+
|
|
2351
|
+
export declare const ServiceNowConnectorProfileCredentialsFilterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const SingularConnectorProfileCredentialsFilterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
|
|
2354
|
+
|
|
2355
|
+
export declare const SlackConnectorProfileCredentialsFilterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const SnowflakeConnectorProfileCredentialsFilterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
|
|
2358
|
+
|
|
2359
|
+
export declare const TrendmicroConnectorProfileCredentialsFilterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const VeevaConnectorProfileCredentialsFilterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
|
|
2362
|
+
|
|
2363
|
+
export declare const ZendeskConnectorProfileCredentialsFilterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const ConnectorProfileCredentialsFilterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
|
|
2366
|
+
|
|
2367
|
+
export declare const ConnectorProfileConfigFilterSensitiveLog: (obj: ConnectorProfileConfig) => any;
|
|
2368
|
+
|
|
2369
|
+
export declare const CreateConnectorProfileRequestFilterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
|
|
2370
|
+
|
|
2371
|
+
export declare const CreateConnectorProfileResponseFilterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const ErrorHandlingConfigFilterSensitiveLog: (obj: ErrorHandlingConfig) => any;
|
|
2374
|
+
|
|
2375
|
+
export declare const CustomConnectorDestinationPropertiesFilterSensitiveLog: (obj: CustomConnectorDestinationProperties) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const CustomerProfilesDestinationPropertiesFilterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
|
|
2378
|
+
|
|
2379
|
+
export declare const EventBridgeDestinationPropertiesFilterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const HoneycodeDestinationPropertiesFilterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
|
|
2382
|
+
|
|
2383
|
+
export declare const LookoutMetricsDestinationPropertiesFilterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const MarketoDestinationPropertiesFilterSensitiveLog: (obj: MarketoDestinationProperties) => any;
|
|
2386
|
+
|
|
2387
|
+
export declare const RedshiftDestinationPropertiesFilterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const PrefixConfigFilterSensitiveLog: (obj: PrefixConfig) => any;
|
|
2390
|
+
|
|
2391
|
+
export declare const S3OutputFormatConfigFilterSensitiveLog: (obj: S3OutputFormatConfig) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const S3DestinationPropertiesFilterSensitiveLog: (obj: S3DestinationProperties) => any;
|
|
2394
|
+
|
|
2395
|
+
export declare const SalesforceDestinationPropertiesFilterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
|
|
2396
|
+
|
|
2397
|
+
export declare const SuccessResponseHandlingConfigFilterSensitiveLog: (obj: SuccessResponseHandlingConfig) => any;
|
|
2398
|
+
|
|
2399
|
+
export declare const SAPODataDestinationPropertiesFilterSensitiveLog: (obj: SAPODataDestinationProperties) => any;
|
|
2400
|
+
|
|
2401
|
+
export declare const SnowflakeDestinationPropertiesFilterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
|
|
2402
|
+
|
|
2403
|
+
export declare const UpsolverS3OutputFormatConfigFilterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const UpsolverDestinationPropertiesFilterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
|
|
2406
|
+
|
|
2407
|
+
export declare const ZendeskDestinationPropertiesFilterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const DestinationConnectorPropertiesFilterSensitiveLog: (obj: DestinationConnectorProperties) => any;
|
|
2410
|
+
|
|
2411
|
+
export declare const DestinationFlowConfigFilterSensitiveLog: (obj: DestinationFlowConfig) => any;
|
|
2412
|
+
|
|
2413
|
+
export declare const IncrementalPullConfigFilterSensitiveLog: (obj: IncrementalPullConfig) => any;
|
|
2414
|
+
|
|
2415
|
+
export declare const CustomConnectorSourcePropertiesFilterSensitiveLog: (obj: CustomConnectorSourceProperties) => any;
|
|
2416
|
+
|
|
2417
|
+
export declare const DatadogSourcePropertiesFilterSensitiveLog: (obj: DatadogSourceProperties) => any;
|
|
2418
|
+
|
|
2419
|
+
export declare const DynatraceSourcePropertiesFilterSensitiveLog: (obj: DynatraceSourceProperties) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const GoogleAnalyticsSourcePropertiesFilterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
|
|
2422
|
+
|
|
2423
|
+
export declare const InforNexusSourcePropertiesFilterSensitiveLog: (obj: InforNexusSourceProperties) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const MarketoSourcePropertiesFilterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
2426
|
+
|
|
2427
|
+
export declare const S3InputFormatConfigFilterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
2428
|
+
|
|
2429
|
+
export declare const S3SourcePropertiesFilterSensitiveLog: (obj: S3SourceProperties) => any;
|
|
2430
|
+
|
|
2431
|
+
export declare const SalesforceSourcePropertiesFilterSensitiveLog: (obj: SalesforceSourceProperties) => any;
|
|
2432
|
+
|
|
2433
|
+
export declare const SAPODataSourcePropertiesFilterSensitiveLog: (obj: SAPODataSourceProperties) => any;
|
|
2434
|
+
|
|
2435
|
+
export declare const ServiceNowSourcePropertiesFilterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const SingularSourcePropertiesFilterSensitiveLog: (obj: SingularSourceProperties) => any;
|
|
2438
|
+
|
|
2439
|
+
export declare const SlackSourcePropertiesFilterSensitiveLog: (obj: SlackSourceProperties) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const TrendmicroSourcePropertiesFilterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
|
|
2442
|
+
|
|
2443
|
+
export declare const VeevaSourcePropertiesFilterSensitiveLog: (obj: VeevaSourceProperties) => any;
|
|
2444
|
+
|
|
2445
|
+
export declare const ZendeskSourcePropertiesFilterSensitiveLog: (obj: ZendeskSourceProperties) => any;
|
|
2446
|
+
|
|
2447
|
+
export declare const SourceConnectorPropertiesFilterSensitiveLog: (obj: SourceConnectorProperties) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const SourceFlowConfigFilterSensitiveLog: (obj: SourceFlowConfig) => any;
|
|
2450
|
+
|
|
2451
|
+
export declare const TaskFilterSensitiveLog: (obj: Task) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const ScheduledTriggerPropertiesFilterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
|
|
2454
|
+
|
|
2455
|
+
export declare const TriggerPropertiesFilterSensitiveLog: (obj: TriggerProperties) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const TriggerConfigFilterSensitiveLog: (obj: TriggerConfig) => any;
|
|
2458
|
+
|
|
2459
|
+
export declare const CreateFlowRequestFilterSensitiveLog: (obj: CreateFlowRequest) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const CreateFlowResponseFilterSensitiveLog: (obj: CreateFlowResponse) => any;
|
|
2462
|
+
|
|
2463
|
+
export declare const DeleteConnectorProfileRequestFilterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const DeleteConnectorProfileResponseFilterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
|
|
2466
|
+
|
|
2467
|
+
export declare const DeleteFlowRequestFilterSensitiveLog: (obj: DeleteFlowRequest) => any;
|
|
2468
|
+
|
|
2469
|
+
export declare const DeleteFlowResponseFilterSensitiveLog: (obj: DeleteFlowResponse) => any;
|
|
2470
|
+
|
|
2471
|
+
export declare const DescribeConnectorRequestFilterSensitiveLog: (obj: DescribeConnectorRequest) => any;
|
|
2472
|
+
|
|
2473
|
+
export declare const DescribeConnectorResponseFilterSensitiveLog: (obj: DescribeConnectorResponse) => any;
|
|
2474
|
+
|
|
2475
|
+
export declare const DescribeConnectorEntityRequestFilterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
|
|
2476
|
+
|
|
2477
|
+
export declare const DescribeConnectorEntityResponseFilterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
|
|
2478
|
+
|
|
2479
|
+
export declare const DescribeConnectorProfilesRequestFilterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
|
|
2480
|
+
|
|
2481
|
+
export declare const DescribeConnectorProfilesResponseFilterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
|
|
2482
|
+
|
|
2483
|
+
export declare const DescribeConnectorsRequestFilterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
|
|
2484
|
+
|
|
2485
|
+
export declare const DescribeConnectorsResponseFilterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
|
|
2486
|
+
|
|
2487
|
+
export declare const DescribeFlowRequestFilterSensitiveLog: (obj: DescribeFlowRequest) => any;
|
|
2488
|
+
|
|
2489
|
+
export declare const ExecutionDetailsFilterSensitiveLog: (obj: ExecutionDetails) => any;
|
|
2490
|
+
|
|
2491
|
+
export declare const DescribeFlowResponseFilterSensitiveLog: (obj: DescribeFlowResponse) => any;
|
|
2492
|
+
|
|
2493
|
+
export declare const DescribeFlowExecutionRecordsRequestFilterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
|
|
2494
|
+
|
|
2495
|
+
export declare const ErrorInfoFilterSensitiveLog: (obj: ErrorInfo) => any;
|
|
2496
|
+
|
|
2497
|
+
export declare const ExecutionResultFilterSensitiveLog: (obj: ExecutionResult) => any;
|
|
2498
|
+
|
|
2499
|
+
export declare const ExecutionRecordFilterSensitiveLog: (obj: ExecutionRecord) => any;
|
|
2500
|
+
|
|
2501
|
+
export declare const DescribeFlowExecutionRecordsResponseFilterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
|
|
2502
|
+
|
|
2503
|
+
export declare const FlowDefinitionFilterSensitiveLog: (obj: FlowDefinition) => any;
|
|
2504
|
+
|
|
2505
|
+
export declare const ListConnectorEntitiesRequestFilterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
|
|
2506
|
+
|
|
2507
|
+
export declare const ListConnectorEntitiesResponseFilterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
|
|
2508
|
+
|
|
2509
|
+
export declare const ListConnectorsRequestFilterSensitiveLog: (obj: ListConnectorsRequest) => any;
|
|
2510
|
+
|
|
2511
|
+
export declare const ListConnectorsResponseFilterSensitiveLog: (obj: ListConnectorsResponse) => any;
|
|
2512
|
+
|
|
2513
|
+
export declare const ListFlowsRequestFilterSensitiveLog: (obj: ListFlowsRequest) => any;
|
|
2514
|
+
|
|
2515
|
+
export declare const ListFlowsResponseFilterSensitiveLog: (obj: ListFlowsResponse) => any;
|
|
2516
|
+
|
|
2517
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2518
|
+
|
|
2519
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2520
|
+
|
|
2521
|
+
export declare const RegisterConnectorRequestFilterSensitiveLog: (obj: RegisterConnectorRequest) => any;
|
|
2522
|
+
|
|
2523
|
+
export declare const RegisterConnectorResponseFilterSensitiveLog: (obj: RegisterConnectorResponse) => any;
|
|
2524
|
+
|
|
2525
|
+
export declare const StartFlowRequestFilterSensitiveLog: (obj: StartFlowRequest) => any;
|
|
2526
|
+
|
|
2527
|
+
export declare const StartFlowResponseFilterSensitiveLog: (obj: StartFlowResponse) => any;
|
|
2528
|
+
|
|
2529
|
+
export declare const StopFlowRequestFilterSensitiveLog: (obj: StopFlowRequest) => any;
|
|
2530
|
+
|
|
2531
|
+
export declare const StopFlowResponseFilterSensitiveLog: (obj: StopFlowResponse) => any;
|
|
2532
|
+
|
|
2533
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2534
|
+
|
|
2535
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2536
|
+
|
|
2537
|
+
export declare const UnregisterConnectorRequestFilterSensitiveLog: (obj: UnregisterConnectorRequest) => any;
|
|
2538
|
+
|
|
2539
|
+
export declare const UnregisterConnectorResponseFilterSensitiveLog: (obj: UnregisterConnectorResponse) => any;
|
|
2540
|
+
|
|
2541
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2542
|
+
|
|
2543
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2544
|
+
|
|
2545
|
+
export declare const UpdateConnectorProfileRequestFilterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
|
|
2546
|
+
|
|
2547
|
+
export declare const UpdateConnectorProfileResponseFilterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
|
|
2548
|
+
|
|
2549
|
+
export declare const UpdateFlowRequestFilterSensitiveLog: (obj: UpdateFlowRequest) => any;
|
|
2550
|
+
|
|
2551
|
+
export declare const UpdateFlowResponseFilterSensitiveLog: (obj: UpdateFlowResponse) => any;
|