@aws-sdk/client-appflow 3.30.0 → 3.34.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 +35 -0
- package/dist/cjs/AppflowClient.js +13 -13
- package/dist/cjs/AppflowClient.js.map +1 -1
- package/dist/cjs/commands/CreateConnectorProfileCommand.js +3 -3
- package/dist/cjs/commands/CreateConnectorProfileCommand.js.map +1 -1
- package/dist/cjs/commands/CreateFlowCommand.js +3 -3
- package/dist/cjs/commands/CreateFlowCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteConnectorProfileCommand.js +3 -3
- package/dist/cjs/commands/DeleteConnectorProfileCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteFlowCommand.js +3 -3
- package/dist/cjs/commands/DeleteFlowCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeConnectorEntityCommand.js +3 -3
- package/dist/cjs/commands/DescribeConnectorEntityCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeConnectorProfilesCommand.js +3 -3
- package/dist/cjs/commands/DescribeConnectorProfilesCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeConnectorsCommand.js +3 -3
- package/dist/cjs/commands/DescribeConnectorsCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeFlowCommand.js +3 -3
- package/dist/cjs/commands/DescribeFlowCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
- package/dist/cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +1 -1
- package/dist/cjs/commands/ListConnectorEntitiesCommand.js +3 -3
- package/dist/cjs/commands/ListConnectorEntitiesCommand.js.map +1 -1
- package/dist/cjs/commands/ListFlowsCommand.js +3 -3
- package/dist/cjs/commands/ListFlowsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/StartFlowCommand.js +3 -3
- package/dist/cjs/commands/StartFlowCommand.js.map +1 -1
- package/dist/cjs/commands/StopFlowCommand.js +3 -3
- package/dist/cjs/commands/StopFlowCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateConnectorProfileCommand.js +3 -3
- package/dist/cjs/commands/UpdateConnectorProfileCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateFlowCommand.js +3 -3
- package/dist/cjs/commands/UpdateFlowCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +26 -26
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_restJson1.js +221 -221
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/Appflow.js +1 -44
- package/dist/es/Appflow.js.map +1 -1
- package/dist/es/AppflowClient.js +1 -49
- package/dist/es/AppflowClient.js.map +1 -1
- package/dist/es/commands/CreateConnectorProfileCommand.js +2 -30
- package/dist/es/commands/CreateConnectorProfileCommand.js.map +1 -1
- package/dist/es/commands/CreateFlowCommand.js +2 -30
- package/dist/es/commands/CreateFlowCommand.js.map +1 -1
- package/dist/es/commands/DeleteConnectorProfileCommand.js +2 -27
- package/dist/es/commands/DeleteConnectorProfileCommand.js.map +1 -1
- package/dist/es/commands/DeleteFlowCommand.js +2 -29
- package/dist/es/commands/DeleteFlowCommand.js.map +1 -1
- package/dist/es/commands/DescribeConnectorEntityCommand.js +2 -28
- package/dist/es/commands/DescribeConnectorEntityCommand.js.map +1 -1
- package/dist/es/commands/DescribeConnectorProfilesCommand.js +2 -31
- package/dist/es/commands/DescribeConnectorProfilesCommand.js.map +1 -1
- package/dist/es/commands/DescribeConnectorsCommand.js +2 -31
- package/dist/es/commands/DescribeConnectorsCommand.js.map +1 -1
- package/dist/es/commands/DescribeFlowCommand.js +2 -27
- package/dist/es/commands/DescribeFlowCommand.js.map +1 -1
- package/dist/es/commands/DescribeFlowExecutionRecordsCommand.js +2 -27
- package/dist/es/commands/DescribeFlowExecutionRecordsCommand.js.map +1 -1
- package/dist/es/commands/ListConnectorEntitiesCommand.js +2 -30
- package/dist/es/commands/ListConnectorEntitiesCommand.js.map +1 -1
- package/dist/es/commands/ListFlowsCommand.js +2 -27
- package/dist/es/commands/ListFlowsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/StartFlowCommand.js +2 -28
- package/dist/es/commands/StartFlowCommand.js.map +1 -1
- package/dist/es/commands/StopFlowCommand.js +2 -29
- package/dist/es/commands/StopFlowCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -27
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateConnectorProfileCommand.js +2 -27
- package/dist/es/commands/UpdateConnectorProfileCommand.js.map +1 -1
- package/dist/es/commands/UpdateFlowCommand.js +2 -27
- package/dist/es/commands/UpdateFlowCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -483
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/DescribeConnectorProfilesPaginator.js +16 -28
- package/dist/es/pagination/DescribeConnectorProfilesPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeConnectorsPaginator.js +16 -28
- package/dist/es/pagination/DescribeConnectorsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeFlowExecutionRecordsPaginator.js +16 -28
- package/dist/es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +1 -1
- package/dist/es/pagination/ListFlowsPaginator.js +16 -28
- package/dist/es/pagination/ListFlowsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +453 -458
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -39
- package/protocols/Aws_restJson1.ts +16 -14
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -7,9 +7,6 @@ export var AggregationType;
|
|
|
7
7
|
})(AggregationType || (AggregationType = {}));
|
|
8
8
|
export var AggregationConfig;
|
|
9
9
|
(function (AggregationConfig) {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
10
|
AggregationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
11
|
})(AggregationConfig || (AggregationConfig = {}));
|
|
15
12
|
export var AmplitudeConnectorOperator;
|
|
@@ -18,44 +15,26 @@ export var AmplitudeConnectorOperator;
|
|
|
18
15
|
})(AmplitudeConnectorOperator || (AmplitudeConnectorOperator = {}));
|
|
19
16
|
export var AmplitudeConnectorProfileCredentials;
|
|
20
17
|
(function (AmplitudeConnectorProfileCredentials) {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
18
|
AmplitudeConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.secretKey && { secretKey: SENSITIVE_STRING }))); };
|
|
25
19
|
})(AmplitudeConnectorProfileCredentials || (AmplitudeConnectorProfileCredentials = {}));
|
|
26
20
|
export var AmplitudeConnectorProfileProperties;
|
|
27
21
|
(function (AmplitudeConnectorProfileProperties) {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
22
|
AmplitudeConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
23
|
})(AmplitudeConnectorProfileProperties || (AmplitudeConnectorProfileProperties = {}));
|
|
33
24
|
export var AmplitudeMetadata;
|
|
34
25
|
(function (AmplitudeMetadata) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
26
|
AmplitudeMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
27
|
})(AmplitudeMetadata || (AmplitudeMetadata = {}));
|
|
40
28
|
export var AmplitudeSourceProperties;
|
|
41
29
|
(function (AmplitudeSourceProperties) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
30
|
AmplitudeSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
31
|
})(AmplitudeSourceProperties || (AmplitudeSourceProperties = {}));
|
|
47
32
|
export var BasicAuthCredentials;
|
|
48
33
|
(function (BasicAuthCredentials) {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
34
|
BasicAuthCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.password && { password: SENSITIVE_STRING }))); };
|
|
53
35
|
})(BasicAuthCredentials || (BasicAuthCredentials = {}));
|
|
54
36
|
export var ConflictException;
|
|
55
37
|
(function (ConflictException) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
38
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
39
|
})(ConflictException || (ConflictException = {}));
|
|
61
40
|
export var ConnectionMode;
|
|
@@ -65,156 +44,90 @@ export var ConnectionMode;
|
|
|
65
44
|
})(ConnectionMode || (ConnectionMode = {}));
|
|
66
45
|
export var ConnectorAuthenticationException;
|
|
67
46
|
(function (ConnectorAuthenticationException) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
47
|
ConnectorAuthenticationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
48
|
})(ConnectorAuthenticationException || (ConnectorAuthenticationException = {}));
|
|
73
49
|
export var CustomerProfilesMetadata;
|
|
74
50
|
(function (CustomerProfilesMetadata) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
51
|
CustomerProfilesMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
52
|
})(CustomerProfilesMetadata || (CustomerProfilesMetadata = {}));
|
|
80
53
|
export var DatadogMetadata;
|
|
81
54
|
(function (DatadogMetadata) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
55
|
DatadogMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
56
|
})(DatadogMetadata || (DatadogMetadata = {}));
|
|
87
57
|
export var DynatraceMetadata;
|
|
88
58
|
(function (DynatraceMetadata) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
59
|
DynatraceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
60
|
})(DynatraceMetadata || (DynatraceMetadata = {}));
|
|
94
61
|
export var EventBridgeMetadata;
|
|
95
62
|
(function (EventBridgeMetadata) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
63
|
EventBridgeMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
64
|
})(EventBridgeMetadata || (EventBridgeMetadata = {}));
|
|
101
65
|
export var GoogleAnalyticsMetadata;
|
|
102
66
|
(function (GoogleAnalyticsMetadata) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
67
|
GoogleAnalyticsMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
68
|
})(GoogleAnalyticsMetadata || (GoogleAnalyticsMetadata = {}));
|
|
108
69
|
export var HoneycodeMetadata;
|
|
109
70
|
(function (HoneycodeMetadata) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
71
|
HoneycodeMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
72
|
})(HoneycodeMetadata || (HoneycodeMetadata = {}));
|
|
115
73
|
export var InforNexusMetadata;
|
|
116
74
|
(function (InforNexusMetadata) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
75
|
InforNexusMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
76
|
})(InforNexusMetadata || (InforNexusMetadata = {}));
|
|
122
77
|
export var MarketoMetadata;
|
|
123
78
|
(function (MarketoMetadata) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
79
|
MarketoMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
80
|
})(MarketoMetadata || (MarketoMetadata = {}));
|
|
129
81
|
export var RedshiftMetadata;
|
|
130
82
|
(function (RedshiftMetadata) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
83
|
RedshiftMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
84
|
})(RedshiftMetadata || (RedshiftMetadata = {}));
|
|
136
85
|
export var S3Metadata;
|
|
137
86
|
(function (S3Metadata) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
87
|
S3Metadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
88
|
})(S3Metadata || (S3Metadata = {}));
|
|
143
89
|
export var SalesforceMetadata;
|
|
144
90
|
(function (SalesforceMetadata) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
91
|
SalesforceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
92
|
})(SalesforceMetadata || (SalesforceMetadata = {}));
|
|
150
93
|
export var SAPODataMetadata;
|
|
151
94
|
(function (SAPODataMetadata) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
95
|
SAPODataMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
96
|
})(SAPODataMetadata || (SAPODataMetadata = {}));
|
|
157
97
|
export var ServiceNowMetadata;
|
|
158
98
|
(function (ServiceNowMetadata) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
99
|
ServiceNowMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
100
|
})(ServiceNowMetadata || (ServiceNowMetadata = {}));
|
|
164
101
|
export var SingularMetadata;
|
|
165
102
|
(function (SingularMetadata) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
103
|
SingularMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
104
|
})(SingularMetadata || (SingularMetadata = {}));
|
|
171
105
|
export var SlackMetadata;
|
|
172
106
|
(function (SlackMetadata) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
107
|
SlackMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
108
|
})(SlackMetadata || (SlackMetadata = {}));
|
|
178
109
|
export var SnowflakeMetadata;
|
|
179
110
|
(function (SnowflakeMetadata) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
111
|
SnowflakeMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
112
|
})(SnowflakeMetadata || (SnowflakeMetadata = {}));
|
|
185
113
|
export var TrendmicroMetadata;
|
|
186
114
|
(function (TrendmicroMetadata) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
115
|
TrendmicroMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
116
|
})(TrendmicroMetadata || (TrendmicroMetadata = {}));
|
|
192
117
|
export var UpsolverMetadata;
|
|
193
118
|
(function (UpsolverMetadata) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
119
|
UpsolverMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
120
|
})(UpsolverMetadata || (UpsolverMetadata = {}));
|
|
199
121
|
export var VeevaMetadata;
|
|
200
122
|
(function (VeevaMetadata) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
123
|
VeevaMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
124
|
})(VeevaMetadata || (VeevaMetadata = {}));
|
|
206
125
|
export var ZendeskMetadata;
|
|
207
126
|
(function (ZendeskMetadata) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
127
|
ZendeskMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
128
|
})(ZendeskMetadata || (ZendeskMetadata = {}));
|
|
213
129
|
export var ConnectorMetadata;
|
|
214
130
|
(function (ConnectorMetadata) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
131
|
ConnectorMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
132
|
})(ConnectorMetadata || (ConnectorMetadata = {}));
|
|
220
133
|
export var ConnectorType;
|
|
@@ -259,16 +172,10 @@ export var TriggerType;
|
|
|
259
172
|
})(TriggerType || (TriggerType = {}));
|
|
260
173
|
export var ConnectorConfiguration;
|
|
261
174
|
(function (ConnectorConfiguration) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
175
|
ConnectorConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
176
|
})(ConnectorConfiguration || (ConnectorConfiguration = {}));
|
|
267
177
|
export var ConnectorEntity;
|
|
268
178
|
(function (ConnectorEntity) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
179
|
ConnectorEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
180
|
})(ConnectorEntity || (ConnectorEntity = {}));
|
|
274
181
|
export var WriteOperationType;
|
|
@@ -279,16 +186,10 @@ export var WriteOperationType;
|
|
|
279
186
|
})(WriteOperationType || (WriteOperationType = {}));
|
|
280
187
|
export var DestinationFieldProperties;
|
|
281
188
|
(function (DestinationFieldProperties) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
189
|
DestinationFieldProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
190
|
})(DestinationFieldProperties || (DestinationFieldProperties = {}));
|
|
287
191
|
export var SourceFieldProperties;
|
|
288
192
|
(function (SourceFieldProperties) {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
193
|
SourceFieldProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
194
|
})(SourceFieldProperties || (SourceFieldProperties = {}));
|
|
294
195
|
export var Operator;
|
|
@@ -317,30 +218,18 @@ export var Operator;
|
|
|
317
218
|
})(Operator || (Operator = {}));
|
|
318
219
|
export var FieldTypeDetails;
|
|
319
220
|
(function (FieldTypeDetails) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
221
|
FieldTypeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
222
|
})(FieldTypeDetails || (FieldTypeDetails = {}));
|
|
325
223
|
export var SupportedFieldTypeDetails;
|
|
326
224
|
(function (SupportedFieldTypeDetails) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
225
|
SupportedFieldTypeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
226
|
})(SupportedFieldTypeDetails || (SupportedFieldTypeDetails = {}));
|
|
332
227
|
export var ConnectorEntityField;
|
|
333
228
|
(function (ConnectorEntityField) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
229
|
ConnectorEntityField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
230
|
})(ConnectorEntityField || (ConnectorEntityField = {}));
|
|
339
231
|
export var ConnectorOAuthRequest;
|
|
340
232
|
(function (ConnectorOAuthRequest) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
233
|
ConnectorOAuthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
234
|
})(ConnectorOAuthRequest || (ConnectorOAuthRequest = {}));
|
|
346
235
|
export var DatadogConnectorOperator;
|
|
@@ -615,135 +504,78 @@ export var ZendeskConnectorOperator;
|
|
|
615
504
|
})(ZendeskConnectorOperator || (ZendeskConnectorOperator = {}));
|
|
616
505
|
export var ConnectorOperator;
|
|
617
506
|
(function (ConnectorOperator) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
507
|
ConnectorOperator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
508
|
})(ConnectorOperator || (ConnectorOperator = {}));
|
|
623
509
|
export var DatadogConnectorProfileProperties;
|
|
624
510
|
(function (DatadogConnectorProfileProperties) {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
511
|
DatadogConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
512
|
})(DatadogConnectorProfileProperties || (DatadogConnectorProfileProperties = {}));
|
|
630
513
|
export var DynatraceConnectorProfileProperties;
|
|
631
514
|
(function (DynatraceConnectorProfileProperties) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
515
|
DynatraceConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
516
|
})(DynatraceConnectorProfileProperties || (DynatraceConnectorProfileProperties = {}));
|
|
637
517
|
export var GoogleAnalyticsConnectorProfileProperties;
|
|
638
518
|
(function (GoogleAnalyticsConnectorProfileProperties) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
519
|
GoogleAnalyticsConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
520
|
})(GoogleAnalyticsConnectorProfileProperties || (GoogleAnalyticsConnectorProfileProperties = {}));
|
|
644
521
|
export var HoneycodeConnectorProfileProperties;
|
|
645
522
|
(function (HoneycodeConnectorProfileProperties) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
523
|
HoneycodeConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
524
|
})(HoneycodeConnectorProfileProperties || (HoneycodeConnectorProfileProperties = {}));
|
|
651
525
|
export var InforNexusConnectorProfileProperties;
|
|
652
526
|
(function (InforNexusConnectorProfileProperties) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
527
|
InforNexusConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
528
|
})(InforNexusConnectorProfileProperties || (InforNexusConnectorProfileProperties = {}));
|
|
658
529
|
export var MarketoConnectorProfileProperties;
|
|
659
530
|
(function (MarketoConnectorProfileProperties) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
531
|
MarketoConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
532
|
})(MarketoConnectorProfileProperties || (MarketoConnectorProfileProperties = {}));
|
|
665
533
|
export var RedshiftConnectorProfileProperties;
|
|
666
534
|
(function (RedshiftConnectorProfileProperties) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
535
|
RedshiftConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
536
|
})(RedshiftConnectorProfileProperties || (RedshiftConnectorProfileProperties = {}));
|
|
672
537
|
export var SalesforceConnectorProfileProperties;
|
|
673
538
|
(function (SalesforceConnectorProfileProperties) {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
539
|
SalesforceConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
540
|
})(SalesforceConnectorProfileProperties || (SalesforceConnectorProfileProperties = {}));
|
|
679
541
|
export var OAuthProperties;
|
|
680
542
|
(function (OAuthProperties) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
543
|
OAuthProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
544
|
})(OAuthProperties || (OAuthProperties = {}));
|
|
686
545
|
export var SAPODataConnectorProfileProperties;
|
|
687
546
|
(function (SAPODataConnectorProfileProperties) {
|
|
688
|
-
/**
|
|
689
|
-
* @internal
|
|
690
|
-
*/
|
|
691
547
|
SAPODataConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
548
|
})(SAPODataConnectorProfileProperties || (SAPODataConnectorProfileProperties = {}));
|
|
693
549
|
export var ServiceNowConnectorProfileProperties;
|
|
694
550
|
(function (ServiceNowConnectorProfileProperties) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
551
|
ServiceNowConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
552
|
})(ServiceNowConnectorProfileProperties || (ServiceNowConnectorProfileProperties = {}));
|
|
700
553
|
export var SingularConnectorProfileProperties;
|
|
701
554
|
(function (SingularConnectorProfileProperties) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
555
|
SingularConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
556
|
})(SingularConnectorProfileProperties || (SingularConnectorProfileProperties = {}));
|
|
707
557
|
export var SlackConnectorProfileProperties;
|
|
708
558
|
(function (SlackConnectorProfileProperties) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
559
|
SlackConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
560
|
})(SlackConnectorProfileProperties || (SlackConnectorProfileProperties = {}));
|
|
714
561
|
export var SnowflakeConnectorProfileProperties;
|
|
715
562
|
(function (SnowflakeConnectorProfileProperties) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
563
|
SnowflakeConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
564
|
})(SnowflakeConnectorProfileProperties || (SnowflakeConnectorProfileProperties = {}));
|
|
721
565
|
export var TrendmicroConnectorProfileProperties;
|
|
722
566
|
(function (TrendmicroConnectorProfileProperties) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
567
|
TrendmicroConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
568
|
})(TrendmicroConnectorProfileProperties || (TrendmicroConnectorProfileProperties = {}));
|
|
728
569
|
export var VeevaConnectorProfileProperties;
|
|
729
570
|
(function (VeevaConnectorProfileProperties) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
571
|
VeevaConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
572
|
})(VeevaConnectorProfileProperties || (VeevaConnectorProfileProperties = {}));
|
|
735
573
|
export var ZendeskConnectorProfileProperties;
|
|
736
574
|
(function (ZendeskConnectorProfileProperties) {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
575
|
ZendeskConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
576
|
})(ZendeskConnectorProfileProperties || (ZendeskConnectorProfileProperties = {}));
|
|
742
577
|
export var ConnectorProfileProperties;
|
|
743
578
|
(function (ConnectorProfileProperties) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
579
|
ConnectorProfileProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
580
|
})(ConnectorProfileProperties || (ConnectorProfileProperties = {}));
|
|
749
581
|
export var PrivateConnectionProvisioningFailureCause;
|
|
@@ -762,239 +594,140 @@ export var PrivateConnectionProvisioningStatus;
|
|
|
762
594
|
})(PrivateConnectionProvisioningStatus || (PrivateConnectionProvisioningStatus = {}));
|
|
763
595
|
export var PrivateConnectionProvisioningState;
|
|
764
596
|
(function (PrivateConnectionProvisioningState) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
597
|
PrivateConnectionProvisioningState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
598
|
})(PrivateConnectionProvisioningState || (PrivateConnectionProvisioningState = {}));
|
|
770
599
|
export var ConnectorProfile;
|
|
771
600
|
(function (ConnectorProfile) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
601
|
ConnectorProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
602
|
})(ConnectorProfile || (ConnectorProfile = {}));
|
|
777
603
|
export var DatadogConnectorProfileCredentials;
|
|
778
604
|
(function (DatadogConnectorProfileCredentials) {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
605
|
DatadogConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
606
|
})(DatadogConnectorProfileCredentials || (DatadogConnectorProfileCredentials = {}));
|
|
784
607
|
export var DynatraceConnectorProfileCredentials;
|
|
785
608
|
(function (DynatraceConnectorProfileCredentials) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
609
|
DynatraceConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
610
|
})(DynatraceConnectorProfileCredentials || (DynatraceConnectorProfileCredentials = {}));
|
|
791
611
|
export var GoogleAnalyticsConnectorProfileCredentials;
|
|
792
612
|
(function (GoogleAnalyticsConnectorProfileCredentials) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
613
|
GoogleAnalyticsConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.clientSecret && { clientSecret: SENSITIVE_STRING })), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };
|
|
797
614
|
})(GoogleAnalyticsConnectorProfileCredentials || (GoogleAnalyticsConnectorProfileCredentials = {}));
|
|
798
615
|
export var HoneycodeConnectorProfileCredentials;
|
|
799
616
|
(function (HoneycodeConnectorProfileCredentials) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
617
|
HoneycodeConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };
|
|
804
618
|
})(HoneycodeConnectorProfileCredentials || (HoneycodeConnectorProfileCredentials = {}));
|
|
805
619
|
export var InforNexusConnectorProfileCredentials;
|
|
806
620
|
(function (InforNexusConnectorProfileCredentials) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
621
|
InforNexusConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessKeyId && { accessKeyId: SENSITIVE_STRING }))); };
|
|
811
622
|
})(InforNexusConnectorProfileCredentials || (InforNexusConnectorProfileCredentials = {}));
|
|
812
623
|
export var MarketoConnectorProfileCredentials;
|
|
813
624
|
(function (MarketoConnectorProfileCredentials) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
625
|
MarketoConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.clientSecret && { clientSecret: SENSITIVE_STRING })), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };
|
|
818
626
|
})(MarketoConnectorProfileCredentials || (MarketoConnectorProfileCredentials = {}));
|
|
819
627
|
export var RedshiftConnectorProfileCredentials;
|
|
820
628
|
(function (RedshiftConnectorProfileCredentials) {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
629
|
RedshiftConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.password && { password: SENSITIVE_STRING }))); };
|
|
825
630
|
})(RedshiftConnectorProfileCredentials || (RedshiftConnectorProfileCredentials = {}));
|
|
826
631
|
export var SalesforceConnectorProfileCredentials;
|
|
827
632
|
(function (SalesforceConnectorProfileCredentials) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
633
|
SalesforceConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.accessToken && { accessToken: SENSITIVE_STRING })), (obj.clientCredentialsArn && { clientCredentialsArn: SENSITIVE_STRING }))); };
|
|
832
634
|
})(SalesforceConnectorProfileCredentials || (SalesforceConnectorProfileCredentials = {}));
|
|
833
635
|
export var OAuthCredentials;
|
|
834
636
|
(function (OAuthCredentials) {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
637
|
OAuthCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.clientSecret && { clientSecret: SENSITIVE_STRING })), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };
|
|
839
638
|
})(OAuthCredentials || (OAuthCredentials = {}));
|
|
840
639
|
export var SAPODataConnectorProfileCredentials;
|
|
841
640
|
(function (SAPODataConnectorProfileCredentials) {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
641
|
SAPODataConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.basicAuthCredentials && {
|
|
846
642
|
basicAuthCredentials: BasicAuthCredentials.filterSensitiveLog(obj.basicAuthCredentials),
|
|
847
643
|
})), (obj.oAuthCredentials && { oAuthCredentials: OAuthCredentials.filterSensitiveLog(obj.oAuthCredentials) }))); };
|
|
848
644
|
})(SAPODataConnectorProfileCredentials || (SAPODataConnectorProfileCredentials = {}));
|
|
849
645
|
export var ServiceNowConnectorProfileCredentials;
|
|
850
646
|
(function (ServiceNowConnectorProfileCredentials) {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
647
|
ServiceNowConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.password && { password: SENSITIVE_STRING }))); };
|
|
855
648
|
})(ServiceNowConnectorProfileCredentials || (ServiceNowConnectorProfileCredentials = {}));
|
|
856
649
|
export var SingularConnectorProfileCredentials;
|
|
857
650
|
(function (SingularConnectorProfileCredentials) {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
651
|
SingularConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
652
|
})(SingularConnectorProfileCredentials || (SingularConnectorProfileCredentials = {}));
|
|
863
653
|
export var SlackConnectorProfileCredentials;
|
|
864
654
|
(function (SlackConnectorProfileCredentials) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
655
|
SlackConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.clientSecret && { clientSecret: SENSITIVE_STRING })), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };
|
|
869
656
|
})(SlackConnectorProfileCredentials || (SlackConnectorProfileCredentials = {}));
|
|
870
657
|
export var SnowflakeConnectorProfileCredentials;
|
|
871
658
|
(function (SnowflakeConnectorProfileCredentials) {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
659
|
SnowflakeConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.password && { password: SENSITIVE_STRING }))); };
|
|
876
660
|
})(SnowflakeConnectorProfileCredentials || (SnowflakeConnectorProfileCredentials = {}));
|
|
877
661
|
export var TrendmicroConnectorProfileCredentials;
|
|
878
662
|
(function (TrendmicroConnectorProfileCredentials) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
663
|
TrendmicroConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.apiSecretKey && { apiSecretKey: SENSITIVE_STRING }))); };
|
|
883
664
|
})(TrendmicroConnectorProfileCredentials || (TrendmicroConnectorProfileCredentials = {}));
|
|
884
665
|
export var VeevaConnectorProfileCredentials;
|
|
885
666
|
(function (VeevaConnectorProfileCredentials) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
667
|
VeevaConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.password && { password: SENSITIVE_STRING }))); };
|
|
890
668
|
})(VeevaConnectorProfileCredentials || (VeevaConnectorProfileCredentials = {}));
|
|
891
669
|
export var ZendeskConnectorProfileCredentials;
|
|
892
670
|
(function (ZendeskConnectorProfileCredentials) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
671
|
ZendeskConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.clientSecret && { clientSecret: SENSITIVE_STRING })), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };
|
|
897
672
|
})(ZendeskConnectorProfileCredentials || (ZendeskConnectorProfileCredentials = {}));
|
|
898
673
|
export var ConnectorProfileCredentials;
|
|
899
674
|
(function (ConnectorProfileCredentials) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
675
|
ConnectorProfileCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Amplitude && { Amplitude: AmplitudeConnectorProfileCredentials.filterSensitiveLog(obj.Amplitude) })), (obj.GoogleAnalytics && {
|
|
904
676
|
GoogleAnalytics: GoogleAnalyticsConnectorProfileCredentials.filterSensitiveLog(obj.GoogleAnalytics),
|
|
905
677
|
})), (obj.Honeycode && { Honeycode: HoneycodeConnectorProfileCredentials.filterSensitiveLog(obj.Honeycode) })), (obj.InforNexus && { InforNexus: InforNexusConnectorProfileCredentials.filterSensitiveLog(obj.InforNexus) })), (obj.Marketo && { Marketo: MarketoConnectorProfileCredentials.filterSensitiveLog(obj.Marketo) })), (obj.Redshift && { Redshift: RedshiftConnectorProfileCredentials.filterSensitiveLog(obj.Redshift) })), (obj.Salesforce && { Salesforce: SalesforceConnectorProfileCredentials.filterSensitiveLog(obj.Salesforce) })), (obj.ServiceNow && { ServiceNow: ServiceNowConnectorProfileCredentials.filterSensitiveLog(obj.ServiceNow) })), (obj.Slack && { Slack: SlackConnectorProfileCredentials.filterSensitiveLog(obj.Slack) })), (obj.Snowflake && { Snowflake: SnowflakeConnectorProfileCredentials.filterSensitiveLog(obj.Snowflake) })), (obj.Trendmicro && { Trendmicro: TrendmicroConnectorProfileCredentials.filterSensitiveLog(obj.Trendmicro) })), (obj.Veeva && { Veeva: VeevaConnectorProfileCredentials.filterSensitiveLog(obj.Veeva) })), (obj.Zendesk && { Zendesk: ZendeskConnectorProfileCredentials.filterSensitiveLog(obj.Zendesk) })), (obj.SAPOData && { SAPOData: SAPODataConnectorProfileCredentials.filterSensitiveLog(obj.SAPOData) }))); };
|
|
906
678
|
})(ConnectorProfileCredentials || (ConnectorProfileCredentials = {}));
|
|
907
679
|
export var ConnectorProfileConfig;
|
|
908
680
|
(function (ConnectorProfileConfig) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
681
|
ConnectorProfileConfig.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.connectorProfileCredentials && {
|
|
913
682
|
connectorProfileCredentials: ConnectorProfileCredentials.filterSensitiveLog(obj.connectorProfileCredentials),
|
|
914
683
|
}))); };
|
|
915
684
|
})(ConnectorProfileConfig || (ConnectorProfileConfig = {}));
|
|
916
685
|
export var ConnectorServerException;
|
|
917
686
|
(function (ConnectorServerException) {
|
|
918
|
-
/**
|
|
919
|
-
* @internal
|
|
920
|
-
*/
|
|
921
687
|
ConnectorServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
688
|
})(ConnectorServerException || (ConnectorServerException = {}));
|
|
923
689
|
export var CreateConnectorProfileRequest;
|
|
924
690
|
(function (CreateConnectorProfileRequest) {
|
|
925
|
-
/**
|
|
926
|
-
* @internal
|
|
927
|
-
*/
|
|
928
691
|
CreateConnectorProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
692
|
})(CreateConnectorProfileRequest || (CreateConnectorProfileRequest = {}));
|
|
930
693
|
export var CreateConnectorProfileResponse;
|
|
931
694
|
(function (CreateConnectorProfileResponse) {
|
|
932
|
-
/**
|
|
933
|
-
* @internal
|
|
934
|
-
*/
|
|
935
695
|
CreateConnectorProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
696
|
})(CreateConnectorProfileResponse || (CreateConnectorProfileResponse = {}));
|
|
937
697
|
export var InternalServerException;
|
|
938
698
|
(function (InternalServerException) {
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
942
699
|
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
700
|
})(InternalServerException || (InternalServerException = {}));
|
|
944
701
|
export var ServiceQuotaExceededException;
|
|
945
702
|
(function (ServiceQuotaExceededException) {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
703
|
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
704
|
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
951
705
|
export var ValidationException;
|
|
952
706
|
(function (ValidationException) {
|
|
953
|
-
/**
|
|
954
|
-
* @internal
|
|
955
|
-
*/
|
|
956
707
|
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
708
|
})(ValidationException || (ValidationException = {}));
|
|
958
709
|
export var CustomerProfilesDestinationProperties;
|
|
959
710
|
(function (CustomerProfilesDestinationProperties) {
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
711
|
CustomerProfilesDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
712
|
})(CustomerProfilesDestinationProperties || (CustomerProfilesDestinationProperties = {}));
|
|
965
713
|
export var ErrorHandlingConfig;
|
|
966
714
|
(function (ErrorHandlingConfig) {
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
715
|
ErrorHandlingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
716
|
})(ErrorHandlingConfig || (ErrorHandlingConfig = {}));
|
|
972
717
|
export var EventBridgeDestinationProperties;
|
|
973
718
|
(function (EventBridgeDestinationProperties) {
|
|
974
|
-
/**
|
|
975
|
-
* @internal
|
|
976
|
-
*/
|
|
977
719
|
EventBridgeDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
978
720
|
})(EventBridgeDestinationProperties || (EventBridgeDestinationProperties = {}));
|
|
979
721
|
export var HoneycodeDestinationProperties;
|
|
980
722
|
(function (HoneycodeDestinationProperties) {
|
|
981
|
-
/**
|
|
982
|
-
* @internal
|
|
983
|
-
*/
|
|
984
723
|
HoneycodeDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
985
724
|
})(HoneycodeDestinationProperties || (HoneycodeDestinationProperties = {}));
|
|
986
725
|
export var LookoutMetricsDestinationProperties;
|
|
987
726
|
(function (LookoutMetricsDestinationProperties) {
|
|
988
|
-
/**
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
991
727
|
LookoutMetricsDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
992
728
|
})(LookoutMetricsDestinationProperties || (LookoutMetricsDestinationProperties = {}));
|
|
993
729
|
export var RedshiftDestinationProperties;
|
|
994
730
|
(function (RedshiftDestinationProperties) {
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
998
731
|
RedshiftDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
732
|
})(RedshiftDestinationProperties || (RedshiftDestinationProperties = {}));
|
|
1000
733
|
export var FileType;
|
|
@@ -1019,191 +752,110 @@ export var PrefixType;
|
|
|
1019
752
|
})(PrefixType || (PrefixType = {}));
|
|
1020
753
|
export var PrefixConfig;
|
|
1021
754
|
(function (PrefixConfig) {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
755
|
PrefixConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1026
756
|
})(PrefixConfig || (PrefixConfig = {}));
|
|
1027
757
|
export var S3OutputFormatConfig;
|
|
1028
758
|
(function (S3OutputFormatConfig) {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
759
|
S3OutputFormatConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
760
|
})(S3OutputFormatConfig || (S3OutputFormatConfig = {}));
|
|
1034
761
|
export var S3DestinationProperties;
|
|
1035
762
|
(function (S3DestinationProperties) {
|
|
1036
|
-
/**
|
|
1037
|
-
* @internal
|
|
1038
|
-
*/
|
|
1039
763
|
S3DestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1040
764
|
})(S3DestinationProperties || (S3DestinationProperties = {}));
|
|
1041
765
|
export var SalesforceDestinationProperties;
|
|
1042
766
|
(function (SalesforceDestinationProperties) {
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
767
|
SalesforceDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1047
768
|
})(SalesforceDestinationProperties || (SalesforceDestinationProperties = {}));
|
|
1048
769
|
export var SnowflakeDestinationProperties;
|
|
1049
770
|
(function (SnowflakeDestinationProperties) {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
771
|
SnowflakeDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1054
772
|
})(SnowflakeDestinationProperties || (SnowflakeDestinationProperties = {}));
|
|
1055
773
|
export var UpsolverS3OutputFormatConfig;
|
|
1056
774
|
(function (UpsolverS3OutputFormatConfig) {
|
|
1057
|
-
/**
|
|
1058
|
-
* @internal
|
|
1059
|
-
*/
|
|
1060
775
|
UpsolverS3OutputFormatConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
776
|
})(UpsolverS3OutputFormatConfig || (UpsolverS3OutputFormatConfig = {}));
|
|
1062
777
|
export var UpsolverDestinationProperties;
|
|
1063
778
|
(function (UpsolverDestinationProperties) {
|
|
1064
|
-
/**
|
|
1065
|
-
* @internal
|
|
1066
|
-
*/
|
|
1067
779
|
UpsolverDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1068
780
|
})(UpsolverDestinationProperties || (UpsolverDestinationProperties = {}));
|
|
1069
781
|
export var ZendeskDestinationProperties;
|
|
1070
782
|
(function (ZendeskDestinationProperties) {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
783
|
ZendeskDestinationProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1075
784
|
})(ZendeskDestinationProperties || (ZendeskDestinationProperties = {}));
|
|
1076
785
|
export var DestinationConnectorProperties;
|
|
1077
786
|
(function (DestinationConnectorProperties) {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
787
|
DestinationConnectorProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1082
788
|
})(DestinationConnectorProperties || (DestinationConnectorProperties = {}));
|
|
1083
789
|
export var DestinationFlowConfig;
|
|
1084
790
|
(function (DestinationFlowConfig) {
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
791
|
DestinationFlowConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
792
|
})(DestinationFlowConfig || (DestinationFlowConfig = {}));
|
|
1090
793
|
export var IncrementalPullConfig;
|
|
1091
794
|
(function (IncrementalPullConfig) {
|
|
1092
|
-
/**
|
|
1093
|
-
* @internal
|
|
1094
|
-
*/
|
|
1095
795
|
IncrementalPullConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1096
796
|
})(IncrementalPullConfig || (IncrementalPullConfig = {}));
|
|
1097
797
|
export var DatadogSourceProperties;
|
|
1098
798
|
(function (DatadogSourceProperties) {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
799
|
DatadogSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1103
800
|
})(DatadogSourceProperties || (DatadogSourceProperties = {}));
|
|
1104
801
|
export var DynatraceSourceProperties;
|
|
1105
802
|
(function (DynatraceSourceProperties) {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
803
|
DynatraceSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1110
804
|
})(DynatraceSourceProperties || (DynatraceSourceProperties = {}));
|
|
1111
805
|
export var GoogleAnalyticsSourceProperties;
|
|
1112
806
|
(function (GoogleAnalyticsSourceProperties) {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
807
|
GoogleAnalyticsSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
808
|
})(GoogleAnalyticsSourceProperties || (GoogleAnalyticsSourceProperties = {}));
|
|
1118
809
|
export var InforNexusSourceProperties;
|
|
1119
810
|
(function (InforNexusSourceProperties) {
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
811
|
InforNexusSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1124
812
|
})(InforNexusSourceProperties || (InforNexusSourceProperties = {}));
|
|
1125
813
|
export var MarketoSourceProperties;
|
|
1126
814
|
(function (MarketoSourceProperties) {
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
815
|
MarketoSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1131
816
|
})(MarketoSourceProperties || (MarketoSourceProperties = {}));
|
|
1132
817
|
export var S3SourceProperties;
|
|
1133
818
|
(function (S3SourceProperties) {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
819
|
S3SourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1138
820
|
})(S3SourceProperties || (S3SourceProperties = {}));
|
|
1139
821
|
export var SalesforceSourceProperties;
|
|
1140
822
|
(function (SalesforceSourceProperties) {
|
|
1141
|
-
/**
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
1144
823
|
SalesforceSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1145
824
|
})(SalesforceSourceProperties || (SalesforceSourceProperties = {}));
|
|
1146
825
|
export var SAPODataSourceProperties;
|
|
1147
826
|
(function (SAPODataSourceProperties) {
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
827
|
SAPODataSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1152
828
|
})(SAPODataSourceProperties || (SAPODataSourceProperties = {}));
|
|
1153
829
|
export var ServiceNowSourceProperties;
|
|
1154
830
|
(function (ServiceNowSourceProperties) {
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
831
|
ServiceNowSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1159
832
|
})(ServiceNowSourceProperties || (ServiceNowSourceProperties = {}));
|
|
1160
833
|
export var SingularSourceProperties;
|
|
1161
834
|
(function (SingularSourceProperties) {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
835
|
SingularSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1166
836
|
})(SingularSourceProperties || (SingularSourceProperties = {}));
|
|
1167
837
|
export var SlackSourceProperties;
|
|
1168
838
|
(function (SlackSourceProperties) {
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
839
|
SlackSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1173
840
|
})(SlackSourceProperties || (SlackSourceProperties = {}));
|
|
1174
841
|
export var TrendmicroSourceProperties;
|
|
1175
842
|
(function (TrendmicroSourceProperties) {
|
|
1176
|
-
/**
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
1179
843
|
TrendmicroSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1180
844
|
})(TrendmicroSourceProperties || (TrendmicroSourceProperties = {}));
|
|
1181
845
|
export var VeevaSourceProperties;
|
|
1182
846
|
(function (VeevaSourceProperties) {
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
847
|
VeevaSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1187
848
|
})(VeevaSourceProperties || (VeevaSourceProperties = {}));
|
|
1188
849
|
export var ZendeskSourceProperties;
|
|
1189
850
|
(function (ZendeskSourceProperties) {
|
|
1190
|
-
/**
|
|
1191
|
-
* @internal
|
|
1192
|
-
*/
|
|
1193
851
|
ZendeskSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1194
852
|
})(ZendeskSourceProperties || (ZendeskSourceProperties = {}));
|
|
1195
853
|
export var SourceConnectorProperties;
|
|
1196
854
|
(function (SourceConnectorProperties) {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
855
|
SourceConnectorProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1201
856
|
})(SourceConnectorProperties || (SourceConnectorProperties = {}));
|
|
1202
857
|
export var SourceFlowConfig;
|
|
1203
858
|
(function (SourceFlowConfig) {
|
|
1204
|
-
/**
|
|
1205
|
-
* @internal
|
|
1206
|
-
*/
|
|
1207
859
|
SourceFlowConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1208
860
|
})(SourceFlowConfig || (SourceFlowConfig = {}));
|
|
1209
861
|
export var OperatorPropertiesKeys;
|
|
@@ -1237,9 +889,6 @@ export var TaskType;
|
|
|
1237
889
|
})(TaskType || (TaskType = {}));
|
|
1238
890
|
export var Task;
|
|
1239
891
|
(function (Task) {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
892
|
Task.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1244
893
|
})(Task || (Task = {}));
|
|
1245
894
|
export var DataPullMode;
|
|
@@ -1249,30 +898,18 @@ export var DataPullMode;
|
|
|
1249
898
|
})(DataPullMode || (DataPullMode = {}));
|
|
1250
899
|
export var ScheduledTriggerProperties;
|
|
1251
900
|
(function (ScheduledTriggerProperties) {
|
|
1252
|
-
/**
|
|
1253
|
-
* @internal
|
|
1254
|
-
*/
|
|
1255
901
|
ScheduledTriggerProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1256
902
|
})(ScheduledTriggerProperties || (ScheduledTriggerProperties = {}));
|
|
1257
903
|
export var TriggerProperties;
|
|
1258
904
|
(function (TriggerProperties) {
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
905
|
TriggerProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1263
906
|
})(TriggerProperties || (TriggerProperties = {}));
|
|
1264
907
|
export var TriggerConfig;
|
|
1265
908
|
(function (TriggerConfig) {
|
|
1266
|
-
/**
|
|
1267
|
-
* @internal
|
|
1268
|
-
*/
|
|
1269
909
|
TriggerConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1270
910
|
})(TriggerConfig || (TriggerConfig = {}));
|
|
1271
911
|
export var CreateFlowRequest;
|
|
1272
912
|
(function (CreateFlowRequest) {
|
|
1273
|
-
/**
|
|
1274
|
-
* @internal
|
|
1275
|
-
*/
|
|
1276
913
|
CreateFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1277
914
|
})(CreateFlowRequest || (CreateFlowRequest = {}));
|
|
1278
915
|
export var FlowStatus;
|
|
@@ -1286,93 +923,54 @@ export var FlowStatus;
|
|
|
1286
923
|
})(FlowStatus || (FlowStatus = {}));
|
|
1287
924
|
export var CreateFlowResponse;
|
|
1288
925
|
(function (CreateFlowResponse) {
|
|
1289
|
-
/**
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
1292
926
|
CreateFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
927
|
})(CreateFlowResponse || (CreateFlowResponse = {}));
|
|
1294
928
|
export var ResourceNotFoundException;
|
|
1295
929
|
(function (ResourceNotFoundException) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
930
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1300
931
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
1301
932
|
export var DeleteConnectorProfileRequest;
|
|
1302
933
|
(function (DeleteConnectorProfileRequest) {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
934
|
DeleteConnectorProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1307
935
|
})(DeleteConnectorProfileRequest || (DeleteConnectorProfileRequest = {}));
|
|
1308
936
|
export var DeleteConnectorProfileResponse;
|
|
1309
937
|
(function (DeleteConnectorProfileResponse) {
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
938
|
DeleteConnectorProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1314
939
|
})(DeleteConnectorProfileResponse || (DeleteConnectorProfileResponse = {}));
|
|
1315
940
|
export var DeleteFlowRequest;
|
|
1316
941
|
(function (DeleteFlowRequest) {
|
|
1317
|
-
/**
|
|
1318
|
-
* @internal
|
|
1319
|
-
*/
|
|
1320
942
|
DeleteFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1321
943
|
})(DeleteFlowRequest || (DeleteFlowRequest = {}));
|
|
1322
944
|
export var DeleteFlowResponse;
|
|
1323
945
|
(function (DeleteFlowResponse) {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
946
|
DeleteFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1328
947
|
})(DeleteFlowResponse || (DeleteFlowResponse = {}));
|
|
1329
948
|
export var DescribeConnectorEntityRequest;
|
|
1330
949
|
(function (DescribeConnectorEntityRequest) {
|
|
1331
|
-
/**
|
|
1332
|
-
* @internal
|
|
1333
|
-
*/
|
|
1334
950
|
DescribeConnectorEntityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1335
951
|
})(DescribeConnectorEntityRequest || (DescribeConnectorEntityRequest = {}));
|
|
1336
952
|
export var DescribeConnectorEntityResponse;
|
|
1337
953
|
(function (DescribeConnectorEntityResponse) {
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
954
|
DescribeConnectorEntityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1342
955
|
})(DescribeConnectorEntityResponse || (DescribeConnectorEntityResponse = {}));
|
|
1343
956
|
export var DescribeConnectorProfilesRequest;
|
|
1344
957
|
(function (DescribeConnectorProfilesRequest) {
|
|
1345
|
-
/**
|
|
1346
|
-
* @internal
|
|
1347
|
-
*/
|
|
1348
958
|
DescribeConnectorProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1349
959
|
})(DescribeConnectorProfilesRequest || (DescribeConnectorProfilesRequest = {}));
|
|
1350
960
|
export var DescribeConnectorProfilesResponse;
|
|
1351
961
|
(function (DescribeConnectorProfilesResponse) {
|
|
1352
|
-
/**
|
|
1353
|
-
* @internal
|
|
1354
|
-
*/
|
|
1355
962
|
DescribeConnectorProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1356
963
|
})(DescribeConnectorProfilesResponse || (DescribeConnectorProfilesResponse = {}));
|
|
1357
964
|
export var DescribeConnectorsRequest;
|
|
1358
965
|
(function (DescribeConnectorsRequest) {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
966
|
DescribeConnectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1363
967
|
})(DescribeConnectorsRequest || (DescribeConnectorsRequest = {}));
|
|
1364
968
|
export var DescribeConnectorsResponse;
|
|
1365
969
|
(function (DescribeConnectorsResponse) {
|
|
1366
|
-
/**
|
|
1367
|
-
* @internal
|
|
1368
|
-
*/
|
|
1369
970
|
DescribeConnectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1370
971
|
})(DescribeConnectorsResponse || (DescribeConnectorsResponse = {}));
|
|
1371
972
|
export var DescribeFlowRequest;
|
|
1372
973
|
(function (DescribeFlowRequest) {
|
|
1373
|
-
/**
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
1376
974
|
DescribeFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1377
975
|
})(DescribeFlowRequest || (DescribeFlowRequest = {}));
|
|
1378
976
|
export var ExecutionStatus;
|
|
@@ -1383,191 +981,110 @@ export var ExecutionStatus;
|
|
|
1383
981
|
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
1384
982
|
export var ExecutionDetails;
|
|
1385
983
|
(function (ExecutionDetails) {
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
984
|
ExecutionDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1390
985
|
})(ExecutionDetails || (ExecutionDetails = {}));
|
|
1391
986
|
export var DescribeFlowResponse;
|
|
1392
987
|
(function (DescribeFlowResponse) {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
988
|
DescribeFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1397
989
|
})(DescribeFlowResponse || (DescribeFlowResponse = {}));
|
|
1398
990
|
export var DescribeFlowExecutionRecordsRequest;
|
|
1399
991
|
(function (DescribeFlowExecutionRecordsRequest) {
|
|
1400
|
-
/**
|
|
1401
|
-
* @internal
|
|
1402
|
-
*/
|
|
1403
992
|
DescribeFlowExecutionRecordsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1404
993
|
})(DescribeFlowExecutionRecordsRequest || (DescribeFlowExecutionRecordsRequest = {}));
|
|
1405
994
|
export var ErrorInfo;
|
|
1406
995
|
(function (ErrorInfo) {
|
|
1407
|
-
/**
|
|
1408
|
-
* @internal
|
|
1409
|
-
*/
|
|
1410
996
|
ErrorInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1411
997
|
})(ErrorInfo || (ErrorInfo = {}));
|
|
1412
998
|
export var ExecutionResult;
|
|
1413
999
|
(function (ExecutionResult) {
|
|
1414
|
-
/**
|
|
1415
|
-
* @internal
|
|
1416
|
-
*/
|
|
1417
1000
|
ExecutionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1418
1001
|
})(ExecutionResult || (ExecutionResult = {}));
|
|
1419
1002
|
export var ExecutionRecord;
|
|
1420
1003
|
(function (ExecutionRecord) {
|
|
1421
|
-
/**
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
1424
1004
|
ExecutionRecord.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1425
1005
|
})(ExecutionRecord || (ExecutionRecord = {}));
|
|
1426
1006
|
export var DescribeFlowExecutionRecordsResponse;
|
|
1427
1007
|
(function (DescribeFlowExecutionRecordsResponse) {
|
|
1428
|
-
/**
|
|
1429
|
-
* @internal
|
|
1430
|
-
*/
|
|
1431
1008
|
DescribeFlowExecutionRecordsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1432
1009
|
})(DescribeFlowExecutionRecordsResponse || (DescribeFlowExecutionRecordsResponse = {}));
|
|
1433
1010
|
export var FlowDefinition;
|
|
1434
1011
|
(function (FlowDefinition) {
|
|
1435
|
-
/**
|
|
1436
|
-
* @internal
|
|
1437
|
-
*/
|
|
1438
1012
|
FlowDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1439
1013
|
})(FlowDefinition || (FlowDefinition = {}));
|
|
1440
1014
|
export var ListConnectorEntitiesRequest;
|
|
1441
1015
|
(function (ListConnectorEntitiesRequest) {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
1016
|
ListConnectorEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1446
1017
|
})(ListConnectorEntitiesRequest || (ListConnectorEntitiesRequest = {}));
|
|
1447
1018
|
export var ListConnectorEntitiesResponse;
|
|
1448
1019
|
(function (ListConnectorEntitiesResponse) {
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
1020
|
ListConnectorEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1453
1021
|
})(ListConnectorEntitiesResponse || (ListConnectorEntitiesResponse = {}));
|
|
1454
1022
|
export var ListFlowsRequest;
|
|
1455
1023
|
(function (ListFlowsRequest) {
|
|
1456
|
-
/**
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
1459
1024
|
ListFlowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1460
1025
|
})(ListFlowsRequest || (ListFlowsRequest = {}));
|
|
1461
1026
|
export var ListFlowsResponse;
|
|
1462
1027
|
(function (ListFlowsResponse) {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
1028
|
ListFlowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1467
1029
|
})(ListFlowsResponse || (ListFlowsResponse = {}));
|
|
1468
1030
|
export var ListTagsForResourceRequest;
|
|
1469
1031
|
(function (ListTagsForResourceRequest) {
|
|
1470
|
-
/**
|
|
1471
|
-
* @internal
|
|
1472
|
-
*/
|
|
1473
1032
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1474
1033
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1475
1034
|
export var ListTagsForResourceResponse;
|
|
1476
1035
|
(function (ListTagsForResourceResponse) {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
1036
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1481
1037
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1482
1038
|
export var StartFlowRequest;
|
|
1483
1039
|
(function (StartFlowRequest) {
|
|
1484
|
-
/**
|
|
1485
|
-
* @internal
|
|
1486
|
-
*/
|
|
1487
1040
|
StartFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1488
1041
|
})(StartFlowRequest || (StartFlowRequest = {}));
|
|
1489
1042
|
export var StartFlowResponse;
|
|
1490
1043
|
(function (StartFlowResponse) {
|
|
1491
|
-
/**
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
1494
1044
|
StartFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1495
1045
|
})(StartFlowResponse || (StartFlowResponse = {}));
|
|
1496
1046
|
export var StopFlowRequest;
|
|
1497
1047
|
(function (StopFlowRequest) {
|
|
1498
|
-
/**
|
|
1499
|
-
* @internal
|
|
1500
|
-
*/
|
|
1501
1048
|
StopFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1502
1049
|
})(StopFlowRequest || (StopFlowRequest = {}));
|
|
1503
1050
|
export var StopFlowResponse;
|
|
1504
1051
|
(function (StopFlowResponse) {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
1052
|
StopFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1509
1053
|
})(StopFlowResponse || (StopFlowResponse = {}));
|
|
1510
1054
|
export var UnsupportedOperationException;
|
|
1511
1055
|
(function (UnsupportedOperationException) {
|
|
1512
|
-
/**
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
1515
1056
|
UnsupportedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1516
1057
|
})(UnsupportedOperationException || (UnsupportedOperationException = {}));
|
|
1517
1058
|
export var TagResourceRequest;
|
|
1518
1059
|
(function (TagResourceRequest) {
|
|
1519
|
-
/**
|
|
1520
|
-
* @internal
|
|
1521
|
-
*/
|
|
1522
1060
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1523
1061
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1524
1062
|
export var TagResourceResponse;
|
|
1525
1063
|
(function (TagResourceResponse) {
|
|
1526
|
-
/**
|
|
1527
|
-
* @internal
|
|
1528
|
-
*/
|
|
1529
1064
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1530
1065
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1531
1066
|
export var UntagResourceRequest;
|
|
1532
1067
|
(function (UntagResourceRequest) {
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
1068
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1537
1069
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1538
1070
|
export var UntagResourceResponse;
|
|
1539
1071
|
(function (UntagResourceResponse) {
|
|
1540
|
-
/**
|
|
1541
|
-
* @internal
|
|
1542
|
-
*/
|
|
1543
1072
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1544
1073
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1545
1074
|
export var UpdateConnectorProfileRequest;
|
|
1546
1075
|
(function (UpdateConnectorProfileRequest) {
|
|
1547
|
-
/**
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
1550
1076
|
UpdateConnectorProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1551
1077
|
})(UpdateConnectorProfileRequest || (UpdateConnectorProfileRequest = {}));
|
|
1552
1078
|
export var UpdateConnectorProfileResponse;
|
|
1553
1079
|
(function (UpdateConnectorProfileResponse) {
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
1080
|
UpdateConnectorProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1558
1081
|
})(UpdateConnectorProfileResponse || (UpdateConnectorProfileResponse = {}));
|
|
1559
1082
|
export var UpdateFlowRequest;
|
|
1560
1083
|
(function (UpdateFlowRequest) {
|
|
1561
|
-
/**
|
|
1562
|
-
* @internal
|
|
1563
|
-
*/
|
|
1564
1084
|
UpdateFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1565
1085
|
})(UpdateFlowRequest || (UpdateFlowRequest = {}));
|
|
1566
1086
|
export var UpdateFlowResponse;
|
|
1567
1087
|
(function (UpdateFlowResponse) {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
1088
|
UpdateFlowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1572
1089
|
})(UpdateFlowResponse || (UpdateFlowResponse = {}));
|
|
1573
1090
|
//# sourceMappingURL=models_0.js.map
|