@aws-sdk/client-appflow 3.49.0 → 3.50.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 +11 -0
- package/dist-cjs/Appflow.js +60 -0
- package/dist-cjs/commands/DescribeConnectorCommand.js +36 -0
- package/dist-cjs/commands/ListConnectorsCommand.js +36 -0
- package/dist-cjs/commands/RegisterConnectorCommand.js +36 -0
- package/dist-cjs/commands/UnregisterConnectorCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +226 -16
- package/dist-cjs/pagination/DescribeConnectorsPaginator.js +1 -0
- package/dist-cjs/pagination/ListConnectorsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +933 -1
- package/dist-es/Appflow.js +60 -0
- package/dist-es/commands/DescribeConnectorCommand.js +39 -0
- package/dist-es/commands/ListConnectorsCommand.js +39 -0
- package/dist-es/commands/RegisterConnectorCommand.js +39 -0
- package/dist-es/commands/UnregisterConnectorCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +159 -15
- package/dist-es/pagination/DescribeConnectorsPaginator.js +1 -0
- package/dist-es/pagination/ListConnectorsPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +961 -17
- package/dist-types/Appflow.d.ts +38 -4
- package/dist-types/AppflowClient.d.ts +6 -2
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +4 -4
- package/dist-types/commands/DescribeConnectorCommand.d.ts +37 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +37 -0
- package/dist-types/commands/RegisterConnectorCommand.d.ts +36 -0
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +36 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +887 -42
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/Appflow.d.ts +0 -95
- package/dist-types/ts3.4/AppflowClient.d.ts +0 -91
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -18
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -2380
- package/dist-types/ts3.4/pagination/DescribeConnectorProfilesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeConnectorsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -56
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.DestinationFieldProperties = exports.ConnectorEntity = exports.ConnectorDetail = exports.ConnectorConfiguration = exports.WriteOperationType = exports.TriggerType = exports.ScheduleFrequencyType = exports.Operators = exports.ConnectorType = exports.ConnectorRuntimeSetting = exports.ConnectorProvisioningType = exports.ConnectorProvisioningConfig = exports.LambdaConnectorProvisioningConfig = exports.ConnectorMetadata = exports.ZendeskMetadata = exports.VeevaMetadata = exports.UpsolverMetadata = exports.TrendmicroMetadata = exports.SnowflakeMetadata = exports.SlackMetadata = exports.SingularMetadata = exports.ServiceNowMetadata = exports.SAPODataMetadata = exports.SalesforceMetadata = exports.S3Metadata = exports.RedshiftMetadata = exports.MarketoMetadata = exports.InforNexusMetadata = exports.HoneycodeMetadata = exports.GoogleAnalyticsMetadata = exports.EventBridgeMetadata = exports.DynatraceMetadata = exports.DatadogMetadata = exports.CustomerProfilesMetadata = exports.ConnectionMode = exports.BasicAuthCredentials = exports.AuthenticationType = exports.AuthenticationConfig = exports.OAuth2Defaults = exports.OAuth2GrantType = exports.CustomAuthConfig = exports.AuthParameter = exports.ApiKeyCredentials = exports.AmplitudeSourceProperties = exports.AmplitudeMetadata = exports.AmplitudeConnectorProfileProperties = exports.AmplitudeConnectorProfileCredentials = exports.AmplitudeConnectorOperator = exports.AggregationConfig = exports.AggregationType = void 0;
|
|
4
|
+
exports.DatadogConnectorProfileCredentials = exports.CustomConnectorProfileCredentials = exports.OAuth2Credentials = exports.CustomAuthCredentials = exports.ConnectorProfile = exports.PrivateConnectionProvisioningState = exports.PrivateConnectionProvisioningStatus = exports.PrivateConnectionProvisioningFailureCause = exports.ConnectorProfileProperties = exports.ZendeskConnectorProfileProperties = exports.VeevaConnectorProfileProperties = exports.TrendmicroConnectorProfileProperties = exports.SnowflakeConnectorProfileProperties = exports.SlackConnectorProfileProperties = exports.SingularConnectorProfileProperties = exports.ServiceNowConnectorProfileProperties = exports.SAPODataConnectorProfileProperties = exports.OAuthProperties = exports.SalesforceConnectorProfileProperties = exports.RedshiftConnectorProfileProperties = exports.MarketoConnectorProfileProperties = exports.InforNexusConnectorProfileProperties = exports.HoneycodeConnectorProfileProperties = exports.GoogleAnalyticsConnectorProfileProperties = exports.DynatraceConnectorProfileProperties = exports.DatadogConnectorProfileProperties = exports.CustomConnectorProfileProperties = exports.OAuth2Properties = exports.ConnectorOperator = exports.ZendeskConnectorOperator = exports.VeevaConnectorOperator = exports.TrendmicroConnectorOperator = exports.SlackConnectorOperator = exports.SingularConnectorOperator = exports.ServiceNowConnectorOperator = exports.SAPODataConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = exports.MarketoConnectorOperator = exports.InforNexusConnectorOperator = exports.GoogleAnalyticsConnectorOperator = exports.DynatraceConnectorOperator = exports.DatadogConnectorOperator = exports.ConnectorOAuthRequest = exports.ConnectorEntityField = exports.SupportedFieldTypeDetails = exports.FieldTypeDetails = exports.Operator = exports.Range = exports.SourceFieldProperties = void 0;
|
|
5
|
+
exports.S3SourceProperties = exports.S3InputFormatConfig = exports.S3InputFileType = exports.MarketoSourceProperties = exports.InforNexusSourceProperties = exports.GoogleAnalyticsSourceProperties = exports.DynatraceSourceProperties = exports.DatadogSourceProperties = exports.CustomConnectorSourceProperties = exports.IncrementalPullConfig = exports.DestinationFlowConfig = exports.DestinationConnectorProperties = exports.ZendeskDestinationProperties = exports.UpsolverDestinationProperties = exports.UpsolverS3OutputFormatConfig = exports.SnowflakeDestinationProperties = exports.SalesforceDestinationProperties = exports.S3DestinationProperties = exports.S3OutputFormatConfig = exports.PrefixConfig = exports.PrefixType = exports.PrefixFormat = exports.FileType = exports.RedshiftDestinationProperties = exports.LookoutMetricsDestinationProperties = exports.HoneycodeDestinationProperties = exports.EventBridgeDestinationProperties = exports.CustomerProfilesDestinationProperties = exports.CustomConnectorDestinationProperties = exports.ErrorHandlingConfig = exports.CreateConnectorProfileResponse = exports.CreateConnectorProfileRequest = exports.ConnectorProfileConfig = exports.ConnectorProfileCredentials = exports.ZendeskConnectorProfileCredentials = exports.VeevaConnectorProfileCredentials = exports.TrendmicroConnectorProfileCredentials = exports.SnowflakeConnectorProfileCredentials = exports.SlackConnectorProfileCredentials = exports.SingularConnectorProfileCredentials = exports.ServiceNowConnectorProfileCredentials = exports.SAPODataConnectorProfileCredentials = exports.OAuthCredentials = exports.SalesforceConnectorProfileCredentials = exports.RedshiftConnectorProfileCredentials = exports.MarketoConnectorProfileCredentials = exports.InforNexusConnectorProfileCredentials = exports.HoneycodeConnectorProfileCredentials = exports.GoogleAnalyticsConnectorProfileCredentials = exports.DynatraceConnectorProfileCredentials = void 0;
|
|
6
|
+
exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListFlowsResponse = exports.ListFlowsRequest = exports.ListConnectorsResponse = exports.ListConnectorsRequest = exports.ListConnectorEntitiesResponse = exports.ListConnectorEntitiesRequest = exports.FlowDefinition = exports.DescribeFlowExecutionRecordsResponse = exports.ExecutionRecord = exports.ExecutionResult = exports.ErrorInfo = exports.DescribeFlowExecutionRecordsRequest = exports.DescribeFlowResponse = exports.ExecutionDetails = exports.ExecutionStatus = exports.DescribeFlowRequest = exports.DescribeConnectorsResponse = exports.DescribeConnectorsRequest = exports.DescribeConnectorProfilesResponse = exports.DescribeConnectorProfilesRequest = exports.DescribeConnectorEntityResponse = exports.DescribeConnectorEntityRequest = exports.DescribeConnectorResponse = exports.DescribeConnectorRequest = exports.DeleteFlowResponse = exports.DeleteFlowRequest = exports.DeleteConnectorProfileResponse = exports.DeleteConnectorProfileRequest = exports.CreateFlowResponse = exports.FlowStatus = exports.CreateFlowRequest = exports.TriggerConfig = exports.TriggerProperties = exports.ScheduledTriggerProperties = exports.DataPullMode = exports.Task = exports.TaskType = exports.OperatorPropertiesKeys = exports.SourceFlowConfig = exports.SourceConnectorProperties = exports.ZendeskSourceProperties = exports.VeevaSourceProperties = exports.TrendmicroSourceProperties = exports.SlackSourceProperties = exports.SingularSourceProperties = exports.ServiceNowSourceProperties = exports.SAPODataSourceProperties = exports.SalesforceSourceProperties = void 0;
|
|
7
|
+
exports.UpdateFlowResponse = exports.UpdateFlowRequest = exports.UpdateConnectorProfileResponse = exports.UpdateConnectorProfileRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.UnregisterConnectorResponse = exports.UnregisterConnectorRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopFlowResponse = exports.StopFlowRequest = exports.StartFlowResponse = exports.StartFlowRequest = exports.RegisterConnectorResponse = exports.RegisterConnectorRequest = void 0;
|
|
7
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
9
|
var AggregationType;
|
|
9
10
|
(function (AggregationType) {
|
|
@@ -24,6 +25,7 @@ var AmplitudeConnectorProfileCredentials;
|
|
|
24
25
|
(function (AmplitudeConnectorProfileCredentials) {
|
|
25
26
|
AmplitudeConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
26
27
|
...obj,
|
|
28
|
+
...(obj.apiKey && { apiKey: smithy_client_1.SENSITIVE_STRING }),
|
|
27
29
|
...(obj.secretKey && { secretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
28
30
|
});
|
|
29
31
|
})(AmplitudeConnectorProfileCredentials = exports.AmplitudeConnectorProfileCredentials || (exports.AmplitudeConnectorProfileCredentials = {}));
|
|
@@ -45,6 +47,50 @@ var AmplitudeSourceProperties;
|
|
|
45
47
|
...obj,
|
|
46
48
|
});
|
|
47
49
|
})(AmplitudeSourceProperties = exports.AmplitudeSourceProperties || (exports.AmplitudeSourceProperties = {}));
|
|
50
|
+
var ApiKeyCredentials;
|
|
51
|
+
(function (ApiKeyCredentials) {
|
|
52
|
+
ApiKeyCredentials.filterSensitiveLog = (obj) => ({
|
|
53
|
+
...obj,
|
|
54
|
+
...(obj.apiKey && { apiKey: smithy_client_1.SENSITIVE_STRING }),
|
|
55
|
+
...(obj.apiSecretKey && { apiSecretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
56
|
+
});
|
|
57
|
+
})(ApiKeyCredentials = exports.ApiKeyCredentials || (exports.ApiKeyCredentials = {}));
|
|
58
|
+
var AuthParameter;
|
|
59
|
+
(function (AuthParameter) {
|
|
60
|
+
AuthParameter.filterSensitiveLog = (obj) => ({
|
|
61
|
+
...obj,
|
|
62
|
+
});
|
|
63
|
+
})(AuthParameter = exports.AuthParameter || (exports.AuthParameter = {}));
|
|
64
|
+
var CustomAuthConfig;
|
|
65
|
+
(function (CustomAuthConfig) {
|
|
66
|
+
CustomAuthConfig.filterSensitiveLog = (obj) => ({
|
|
67
|
+
...obj,
|
|
68
|
+
});
|
|
69
|
+
})(CustomAuthConfig = exports.CustomAuthConfig || (exports.CustomAuthConfig = {}));
|
|
70
|
+
var OAuth2GrantType;
|
|
71
|
+
(function (OAuth2GrantType) {
|
|
72
|
+
OAuth2GrantType["AUTHORIZATION_CODE"] = "AUTHORIZATION_CODE";
|
|
73
|
+
OAuth2GrantType["CLIENT_CREDENTIALS"] = "CLIENT_CREDENTIALS";
|
|
74
|
+
})(OAuth2GrantType = exports.OAuth2GrantType || (exports.OAuth2GrantType = {}));
|
|
75
|
+
var OAuth2Defaults;
|
|
76
|
+
(function (OAuth2Defaults) {
|
|
77
|
+
OAuth2Defaults.filterSensitiveLog = (obj) => ({
|
|
78
|
+
...obj,
|
|
79
|
+
});
|
|
80
|
+
})(OAuth2Defaults = exports.OAuth2Defaults || (exports.OAuth2Defaults = {}));
|
|
81
|
+
var AuthenticationConfig;
|
|
82
|
+
(function (AuthenticationConfig) {
|
|
83
|
+
AuthenticationConfig.filterSensitiveLog = (obj) => ({
|
|
84
|
+
...obj,
|
|
85
|
+
});
|
|
86
|
+
})(AuthenticationConfig = exports.AuthenticationConfig || (exports.AuthenticationConfig = {}));
|
|
87
|
+
var AuthenticationType;
|
|
88
|
+
(function (AuthenticationType) {
|
|
89
|
+
AuthenticationType["APIKEY"] = "APIKEY";
|
|
90
|
+
AuthenticationType["BASIC"] = "BASIC";
|
|
91
|
+
AuthenticationType["CUSTOM"] = "CUSTOM";
|
|
92
|
+
AuthenticationType["OAUTH2"] = "OAUTH2";
|
|
93
|
+
})(AuthenticationType = exports.AuthenticationType || (exports.AuthenticationType = {}));
|
|
48
94
|
var BasicAuthCredentials;
|
|
49
95
|
(function (BasicAuthCredentials) {
|
|
50
96
|
BasicAuthCredentials.filterSensitiveLog = (obj) => ({
|
|
@@ -183,9 +229,32 @@ var ConnectorMetadata;
|
|
|
183
229
|
...obj,
|
|
184
230
|
});
|
|
185
231
|
})(ConnectorMetadata = exports.ConnectorMetadata || (exports.ConnectorMetadata = {}));
|
|
232
|
+
var LambdaConnectorProvisioningConfig;
|
|
233
|
+
(function (LambdaConnectorProvisioningConfig) {
|
|
234
|
+
LambdaConnectorProvisioningConfig.filterSensitiveLog = (obj) => ({
|
|
235
|
+
...obj,
|
|
236
|
+
});
|
|
237
|
+
})(LambdaConnectorProvisioningConfig = exports.LambdaConnectorProvisioningConfig || (exports.LambdaConnectorProvisioningConfig = {}));
|
|
238
|
+
var ConnectorProvisioningConfig;
|
|
239
|
+
(function (ConnectorProvisioningConfig) {
|
|
240
|
+
ConnectorProvisioningConfig.filterSensitiveLog = (obj) => ({
|
|
241
|
+
...obj,
|
|
242
|
+
});
|
|
243
|
+
})(ConnectorProvisioningConfig = exports.ConnectorProvisioningConfig || (exports.ConnectorProvisioningConfig = {}));
|
|
244
|
+
var ConnectorProvisioningType;
|
|
245
|
+
(function (ConnectorProvisioningType) {
|
|
246
|
+
ConnectorProvisioningType["LAMBDA"] = "LAMBDA";
|
|
247
|
+
})(ConnectorProvisioningType = exports.ConnectorProvisioningType || (exports.ConnectorProvisioningType = {}));
|
|
248
|
+
var ConnectorRuntimeSetting;
|
|
249
|
+
(function (ConnectorRuntimeSetting) {
|
|
250
|
+
ConnectorRuntimeSetting.filterSensitiveLog = (obj) => ({
|
|
251
|
+
...obj,
|
|
252
|
+
});
|
|
253
|
+
})(ConnectorRuntimeSetting = exports.ConnectorRuntimeSetting || (exports.ConnectorRuntimeSetting = {}));
|
|
186
254
|
var ConnectorType;
|
|
187
255
|
(function (ConnectorType) {
|
|
188
256
|
ConnectorType["AMPLITUDE"] = "Amplitude";
|
|
257
|
+
ConnectorType["CUSTOMCONNECTOR"] = "CustomConnector";
|
|
189
258
|
ConnectorType["CUSTOMERPROFILES"] = "CustomerProfiles";
|
|
190
259
|
ConnectorType["DATADOG"] = "Datadog";
|
|
191
260
|
ConnectorType["DYNATRACE"] = "Dynatrace";
|
|
@@ -208,6 +277,30 @@ var ConnectorType;
|
|
|
208
277
|
ConnectorType["VEEVA"] = "Veeva";
|
|
209
278
|
ConnectorType["ZENDESK"] = "Zendesk";
|
|
210
279
|
})(ConnectorType = exports.ConnectorType || (exports.ConnectorType = {}));
|
|
280
|
+
var Operators;
|
|
281
|
+
(function (Operators) {
|
|
282
|
+
Operators["ADDITION"] = "ADDITION";
|
|
283
|
+
Operators["BETWEEN"] = "BETWEEN";
|
|
284
|
+
Operators["CONTAINS"] = "CONTAINS";
|
|
285
|
+
Operators["DIVISION"] = "DIVISION";
|
|
286
|
+
Operators["EQUAL_TO"] = "EQUAL_TO";
|
|
287
|
+
Operators["GREATER_THAN"] = "GREATER_THAN";
|
|
288
|
+
Operators["GREATER_THAN_OR_EQUAL_TO"] = "GREATER_THAN_OR_EQUAL_TO";
|
|
289
|
+
Operators["LESS_THAN"] = "LESS_THAN";
|
|
290
|
+
Operators["LESS_THAN_OR_EQUAL_TO"] = "LESS_THAN_OR_EQUAL_TO";
|
|
291
|
+
Operators["MASK_ALL"] = "MASK_ALL";
|
|
292
|
+
Operators["MASK_FIRST_N"] = "MASK_FIRST_N";
|
|
293
|
+
Operators["MASK_LAST_N"] = "MASK_LAST_N";
|
|
294
|
+
Operators["MULTIPLICATION"] = "MULTIPLICATION";
|
|
295
|
+
Operators["NOT_EQUAL_TO"] = "NOT_EQUAL_TO";
|
|
296
|
+
Operators["NO_OP"] = "NO_OP";
|
|
297
|
+
Operators["PROJECTION"] = "PROJECTION";
|
|
298
|
+
Operators["SUBTRACTION"] = "SUBTRACTION";
|
|
299
|
+
Operators["VALIDATE_NON_NEGATIVE"] = "VALIDATE_NON_NEGATIVE";
|
|
300
|
+
Operators["VALIDATE_NON_NULL"] = "VALIDATE_NON_NULL";
|
|
301
|
+
Operators["VALIDATE_NON_ZERO"] = "VALIDATE_NON_ZERO";
|
|
302
|
+
Operators["VALIDATE_NUMERIC"] = "VALIDATE_NUMERIC";
|
|
303
|
+
})(Operators = exports.Operators || (exports.Operators = {}));
|
|
211
304
|
var ScheduleFrequencyType;
|
|
212
305
|
(function (ScheduleFrequencyType) {
|
|
213
306
|
ScheduleFrequencyType["BYMINUTE"] = "BYMINUTE";
|
|
@@ -223,24 +316,31 @@ var TriggerType;
|
|
|
223
316
|
TriggerType["ONDEMAND"] = "OnDemand";
|
|
224
317
|
TriggerType["SCHEDULED"] = "Scheduled";
|
|
225
318
|
})(TriggerType = exports.TriggerType || (exports.TriggerType = {}));
|
|
319
|
+
var WriteOperationType;
|
|
320
|
+
(function (WriteOperationType) {
|
|
321
|
+
WriteOperationType["DELETE"] = "DELETE";
|
|
322
|
+
WriteOperationType["INSERT"] = "INSERT";
|
|
323
|
+
WriteOperationType["UPDATE"] = "UPDATE";
|
|
324
|
+
WriteOperationType["UPSERT"] = "UPSERT";
|
|
325
|
+
})(WriteOperationType = exports.WriteOperationType || (exports.WriteOperationType = {}));
|
|
226
326
|
var ConnectorConfiguration;
|
|
227
327
|
(function (ConnectorConfiguration) {
|
|
228
328
|
ConnectorConfiguration.filterSensitiveLog = (obj) => ({
|
|
229
329
|
...obj,
|
|
230
330
|
});
|
|
231
331
|
})(ConnectorConfiguration = exports.ConnectorConfiguration || (exports.ConnectorConfiguration = {}));
|
|
332
|
+
var ConnectorDetail;
|
|
333
|
+
(function (ConnectorDetail) {
|
|
334
|
+
ConnectorDetail.filterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
})(ConnectorDetail = exports.ConnectorDetail || (exports.ConnectorDetail = {}));
|
|
232
338
|
var ConnectorEntity;
|
|
233
339
|
(function (ConnectorEntity) {
|
|
234
340
|
ConnectorEntity.filterSensitiveLog = (obj) => ({
|
|
235
341
|
...obj,
|
|
236
342
|
});
|
|
237
343
|
})(ConnectorEntity = exports.ConnectorEntity || (exports.ConnectorEntity = {}));
|
|
238
|
-
var WriteOperationType;
|
|
239
|
-
(function (WriteOperationType) {
|
|
240
|
-
WriteOperationType["INSERT"] = "INSERT";
|
|
241
|
-
WriteOperationType["UPDATE"] = "UPDATE";
|
|
242
|
-
WriteOperationType["UPSERT"] = "UPSERT";
|
|
243
|
-
})(WriteOperationType = exports.WriteOperationType || (exports.WriteOperationType = {}));
|
|
244
344
|
var DestinationFieldProperties;
|
|
245
345
|
(function (DestinationFieldProperties) {
|
|
246
346
|
DestinationFieldProperties.filterSensitiveLog = (obj) => ({
|
|
@@ -253,6 +353,12 @@ var SourceFieldProperties;
|
|
|
253
353
|
...obj,
|
|
254
354
|
});
|
|
255
355
|
})(SourceFieldProperties = exports.SourceFieldProperties || (exports.SourceFieldProperties = {}));
|
|
356
|
+
var Range;
|
|
357
|
+
(function (Range) {
|
|
358
|
+
Range.filterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
})(Range = exports.Range || (exports.Range = {}));
|
|
256
362
|
var Operator;
|
|
257
363
|
(function (Operator) {
|
|
258
364
|
Operator["ADDITION"] = "ADDITION";
|
|
@@ -577,6 +683,18 @@ var ConnectorOperator;
|
|
|
577
683
|
...obj,
|
|
578
684
|
});
|
|
579
685
|
})(ConnectorOperator = exports.ConnectorOperator || (exports.ConnectorOperator = {}));
|
|
686
|
+
var OAuth2Properties;
|
|
687
|
+
(function (OAuth2Properties) {
|
|
688
|
+
OAuth2Properties.filterSensitiveLog = (obj) => ({
|
|
689
|
+
...obj,
|
|
690
|
+
});
|
|
691
|
+
})(OAuth2Properties = exports.OAuth2Properties || (exports.OAuth2Properties = {}));
|
|
692
|
+
var CustomConnectorProfileProperties;
|
|
693
|
+
(function (CustomConnectorProfileProperties) {
|
|
694
|
+
CustomConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
695
|
+
...obj,
|
|
696
|
+
});
|
|
697
|
+
})(CustomConnectorProfileProperties = exports.CustomConnectorProfileProperties || (exports.CustomConnectorProfileProperties = {}));
|
|
580
698
|
var DatadogConnectorProfileProperties;
|
|
581
699
|
(function (DatadogConnectorProfileProperties) {
|
|
582
700
|
DatadogConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
@@ -711,10 +829,36 @@ var ConnectorProfile;
|
|
|
711
829
|
...obj,
|
|
712
830
|
});
|
|
713
831
|
})(ConnectorProfile = exports.ConnectorProfile || (exports.ConnectorProfile = {}));
|
|
832
|
+
var CustomAuthCredentials;
|
|
833
|
+
(function (CustomAuthCredentials) {
|
|
834
|
+
CustomAuthCredentials.filterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
...(obj.credentialsMap && { credentialsMap: smithy_client_1.SENSITIVE_STRING }),
|
|
837
|
+
});
|
|
838
|
+
})(CustomAuthCredentials = exports.CustomAuthCredentials || (exports.CustomAuthCredentials = {}));
|
|
839
|
+
var OAuth2Credentials;
|
|
840
|
+
(function (OAuth2Credentials) {
|
|
841
|
+
OAuth2Credentials.filterSensitiveLog = (obj) => ({
|
|
842
|
+
...obj,
|
|
843
|
+
...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
844
|
+
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
845
|
+
});
|
|
846
|
+
})(OAuth2Credentials = exports.OAuth2Credentials || (exports.OAuth2Credentials = {}));
|
|
847
|
+
var CustomConnectorProfileCredentials;
|
|
848
|
+
(function (CustomConnectorProfileCredentials) {
|
|
849
|
+
CustomConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
...(obj.basic && { basic: BasicAuthCredentials.filterSensitiveLog(obj.basic) }),
|
|
852
|
+
...(obj.oauth2 && { oauth2: OAuth2Credentials.filterSensitiveLog(obj.oauth2) }),
|
|
853
|
+
...(obj.apiKey && { apiKey: ApiKeyCredentials.filterSensitiveLog(obj.apiKey) }),
|
|
854
|
+
...(obj.custom && { custom: CustomAuthCredentials.filterSensitiveLog(obj.custom) }),
|
|
855
|
+
});
|
|
856
|
+
})(CustomConnectorProfileCredentials = exports.CustomConnectorProfileCredentials || (exports.CustomConnectorProfileCredentials = {}));
|
|
714
857
|
var DatadogConnectorProfileCredentials;
|
|
715
858
|
(function (DatadogConnectorProfileCredentials) {
|
|
716
859
|
DatadogConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
717
860
|
...obj,
|
|
861
|
+
...(obj.apiKey && { apiKey: smithy_client_1.SENSITIVE_STRING }),
|
|
718
862
|
});
|
|
719
863
|
})(DatadogConnectorProfileCredentials = exports.DatadogConnectorProfileCredentials || (exports.DatadogConnectorProfileCredentials = {}));
|
|
720
864
|
var DynatraceConnectorProfileCredentials;
|
|
@@ -797,6 +941,7 @@ var SingularConnectorProfileCredentials;
|
|
|
797
941
|
(function (SingularConnectorProfileCredentials) {
|
|
798
942
|
SingularConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
799
943
|
...obj,
|
|
944
|
+
...(obj.apiKey && { apiKey: smithy_client_1.SENSITIVE_STRING }),
|
|
800
945
|
});
|
|
801
946
|
})(SingularConnectorProfileCredentials = exports.SingularConnectorProfileCredentials || (exports.SingularConnectorProfileCredentials = {}));
|
|
802
947
|
var SlackConnectorProfileCredentials;
|
|
@@ -841,6 +986,7 @@ var ConnectorProfileCredentials;
|
|
|
841
986
|
ConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
842
987
|
...obj,
|
|
843
988
|
...(obj.Amplitude && { Amplitude: AmplitudeConnectorProfileCredentials.filterSensitiveLog(obj.Amplitude) }),
|
|
989
|
+
...(obj.Datadog && { Datadog: DatadogConnectorProfileCredentials.filterSensitiveLog(obj.Datadog) }),
|
|
844
990
|
...(obj.GoogleAnalytics && {
|
|
845
991
|
GoogleAnalytics: GoogleAnalyticsConnectorProfileCredentials.filterSensitiveLog(obj.GoogleAnalytics),
|
|
846
992
|
}),
|
|
@@ -850,12 +996,16 @@ var ConnectorProfileCredentials;
|
|
|
850
996
|
...(obj.Redshift && { Redshift: RedshiftConnectorProfileCredentials.filterSensitiveLog(obj.Redshift) }),
|
|
851
997
|
...(obj.Salesforce && { Salesforce: SalesforceConnectorProfileCredentials.filterSensitiveLog(obj.Salesforce) }),
|
|
852
998
|
...(obj.ServiceNow && { ServiceNow: ServiceNowConnectorProfileCredentials.filterSensitiveLog(obj.ServiceNow) }),
|
|
999
|
+
...(obj.Singular && { Singular: SingularConnectorProfileCredentials.filterSensitiveLog(obj.Singular) }),
|
|
853
1000
|
...(obj.Slack && { Slack: SlackConnectorProfileCredentials.filterSensitiveLog(obj.Slack) }),
|
|
854
1001
|
...(obj.Snowflake && { Snowflake: SnowflakeConnectorProfileCredentials.filterSensitiveLog(obj.Snowflake) }),
|
|
855
1002
|
...(obj.Trendmicro && { Trendmicro: TrendmicroConnectorProfileCredentials.filterSensitiveLog(obj.Trendmicro) }),
|
|
856
1003
|
...(obj.Veeva && { Veeva: VeevaConnectorProfileCredentials.filterSensitiveLog(obj.Veeva) }),
|
|
857
1004
|
...(obj.Zendesk && { Zendesk: ZendeskConnectorProfileCredentials.filterSensitiveLog(obj.Zendesk) }),
|
|
858
1005
|
...(obj.SAPOData && { SAPOData: SAPODataConnectorProfileCredentials.filterSensitiveLog(obj.SAPOData) }),
|
|
1006
|
+
...(obj.CustomConnector && {
|
|
1007
|
+
CustomConnector: CustomConnectorProfileCredentials.filterSensitiveLog(obj.CustomConnector),
|
|
1008
|
+
}),
|
|
859
1009
|
});
|
|
860
1010
|
})(ConnectorProfileCredentials = exports.ConnectorProfileCredentials || (exports.ConnectorProfileCredentials = {}));
|
|
861
1011
|
var ConnectorProfileConfig;
|
|
@@ -879,18 +1029,24 @@ var CreateConnectorProfileResponse;
|
|
|
879
1029
|
...obj,
|
|
880
1030
|
});
|
|
881
1031
|
})(CreateConnectorProfileResponse = exports.CreateConnectorProfileResponse || (exports.CreateConnectorProfileResponse = {}));
|
|
882
|
-
var CustomerProfilesDestinationProperties;
|
|
883
|
-
(function (CustomerProfilesDestinationProperties) {
|
|
884
|
-
CustomerProfilesDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
885
|
-
...obj,
|
|
886
|
-
});
|
|
887
|
-
})(CustomerProfilesDestinationProperties = exports.CustomerProfilesDestinationProperties || (exports.CustomerProfilesDestinationProperties = {}));
|
|
888
1032
|
var ErrorHandlingConfig;
|
|
889
1033
|
(function (ErrorHandlingConfig) {
|
|
890
1034
|
ErrorHandlingConfig.filterSensitiveLog = (obj) => ({
|
|
891
1035
|
...obj,
|
|
892
1036
|
});
|
|
893
1037
|
})(ErrorHandlingConfig = exports.ErrorHandlingConfig || (exports.ErrorHandlingConfig = {}));
|
|
1038
|
+
var CustomConnectorDestinationProperties;
|
|
1039
|
+
(function (CustomConnectorDestinationProperties) {
|
|
1040
|
+
CustomConnectorDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1041
|
+
...obj,
|
|
1042
|
+
});
|
|
1043
|
+
})(CustomConnectorDestinationProperties = exports.CustomConnectorDestinationProperties || (exports.CustomConnectorDestinationProperties = {}));
|
|
1044
|
+
var CustomerProfilesDestinationProperties;
|
|
1045
|
+
(function (CustomerProfilesDestinationProperties) {
|
|
1046
|
+
CustomerProfilesDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1047
|
+
...obj,
|
|
1048
|
+
});
|
|
1049
|
+
})(CustomerProfilesDestinationProperties = exports.CustomerProfilesDestinationProperties || (exports.CustomerProfilesDestinationProperties = {}));
|
|
894
1050
|
var EventBridgeDestinationProperties;
|
|
895
1051
|
(function (EventBridgeDestinationProperties) {
|
|
896
1052
|
EventBridgeDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
@@ -1001,6 +1157,12 @@ var IncrementalPullConfig;
|
|
|
1001
1157
|
...obj,
|
|
1002
1158
|
});
|
|
1003
1159
|
})(IncrementalPullConfig = exports.IncrementalPullConfig || (exports.IncrementalPullConfig = {}));
|
|
1160
|
+
var CustomConnectorSourceProperties;
|
|
1161
|
+
(function (CustomConnectorSourceProperties) {
|
|
1162
|
+
CustomConnectorSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1163
|
+
...obj,
|
|
1164
|
+
});
|
|
1165
|
+
})(CustomConnectorSourceProperties = exports.CustomConnectorSourceProperties || (exports.CustomConnectorSourceProperties = {}));
|
|
1004
1166
|
var DatadogSourceProperties;
|
|
1005
1167
|
(function (DatadogSourceProperties) {
|
|
1006
1168
|
DatadogSourceProperties.filterSensitiveLog = (obj) => ({
|
|
@@ -1211,6 +1373,18 @@ var DeleteFlowResponse;
|
|
|
1211
1373
|
...obj,
|
|
1212
1374
|
});
|
|
1213
1375
|
})(DeleteFlowResponse = exports.DeleteFlowResponse || (exports.DeleteFlowResponse = {}));
|
|
1376
|
+
var DescribeConnectorRequest;
|
|
1377
|
+
(function (DescribeConnectorRequest) {
|
|
1378
|
+
DescribeConnectorRequest.filterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
})(DescribeConnectorRequest = exports.DescribeConnectorRequest || (exports.DescribeConnectorRequest = {}));
|
|
1382
|
+
var DescribeConnectorResponse;
|
|
1383
|
+
(function (DescribeConnectorResponse) {
|
|
1384
|
+
DescribeConnectorResponse.filterSensitiveLog = (obj) => ({
|
|
1385
|
+
...obj,
|
|
1386
|
+
});
|
|
1387
|
+
})(DescribeConnectorResponse = exports.DescribeConnectorResponse || (exports.DescribeConnectorResponse = {}));
|
|
1214
1388
|
var DescribeConnectorEntityRequest;
|
|
1215
1389
|
(function (DescribeConnectorEntityRequest) {
|
|
1216
1390
|
DescribeConnectorEntityRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1319,6 +1493,18 @@ var ListConnectorEntitiesResponse;
|
|
|
1319
1493
|
...obj,
|
|
1320
1494
|
});
|
|
1321
1495
|
})(ListConnectorEntitiesResponse = exports.ListConnectorEntitiesResponse || (exports.ListConnectorEntitiesResponse = {}));
|
|
1496
|
+
var ListConnectorsRequest;
|
|
1497
|
+
(function (ListConnectorsRequest) {
|
|
1498
|
+
ListConnectorsRequest.filterSensitiveLog = (obj) => ({
|
|
1499
|
+
...obj,
|
|
1500
|
+
});
|
|
1501
|
+
})(ListConnectorsRequest = exports.ListConnectorsRequest || (exports.ListConnectorsRequest = {}));
|
|
1502
|
+
var ListConnectorsResponse;
|
|
1503
|
+
(function (ListConnectorsResponse) {
|
|
1504
|
+
ListConnectorsResponse.filterSensitiveLog = (obj) => ({
|
|
1505
|
+
...obj,
|
|
1506
|
+
});
|
|
1507
|
+
})(ListConnectorsResponse = exports.ListConnectorsResponse || (exports.ListConnectorsResponse = {}));
|
|
1322
1508
|
var ListFlowsRequest;
|
|
1323
1509
|
(function (ListFlowsRequest) {
|
|
1324
1510
|
ListFlowsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1343,6 +1529,18 @@ var ListTagsForResourceResponse;
|
|
|
1343
1529
|
...obj,
|
|
1344
1530
|
});
|
|
1345
1531
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1532
|
+
var RegisterConnectorRequest;
|
|
1533
|
+
(function (RegisterConnectorRequest) {
|
|
1534
|
+
RegisterConnectorRequest.filterSensitiveLog = (obj) => ({
|
|
1535
|
+
...obj,
|
|
1536
|
+
});
|
|
1537
|
+
})(RegisterConnectorRequest = exports.RegisterConnectorRequest || (exports.RegisterConnectorRequest = {}));
|
|
1538
|
+
var RegisterConnectorResponse;
|
|
1539
|
+
(function (RegisterConnectorResponse) {
|
|
1540
|
+
RegisterConnectorResponse.filterSensitiveLog = (obj) => ({
|
|
1541
|
+
...obj,
|
|
1542
|
+
});
|
|
1543
|
+
})(RegisterConnectorResponse = exports.RegisterConnectorResponse || (exports.RegisterConnectorResponse = {}));
|
|
1346
1544
|
var StartFlowRequest;
|
|
1347
1545
|
(function (StartFlowRequest) {
|
|
1348
1546
|
StartFlowRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1379,6 +1577,18 @@ var TagResourceResponse;
|
|
|
1379
1577
|
...obj,
|
|
1380
1578
|
});
|
|
1381
1579
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1580
|
+
var UnregisterConnectorRequest;
|
|
1581
|
+
(function (UnregisterConnectorRequest) {
|
|
1582
|
+
UnregisterConnectorRequest.filterSensitiveLog = (obj) => ({
|
|
1583
|
+
...obj,
|
|
1584
|
+
});
|
|
1585
|
+
})(UnregisterConnectorRequest = exports.UnregisterConnectorRequest || (exports.UnregisterConnectorRequest = {}));
|
|
1586
|
+
var UnregisterConnectorResponse;
|
|
1587
|
+
(function (UnregisterConnectorResponse) {
|
|
1588
|
+
UnregisterConnectorResponse.filterSensitiveLog = (obj) => ({
|
|
1589
|
+
...obj,
|
|
1590
|
+
});
|
|
1591
|
+
})(UnregisterConnectorResponse = exports.UnregisterConnectorResponse || (exports.UnregisterConnectorResponse = {}));
|
|
1382
1592
|
var UntagResourceRequest;
|
|
1383
1593
|
(function (UntagResourceRequest) {
|
|
1384
1594
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -16,6 +16,7 @@ async function* paginateDescribeConnectors(config, input, ...additionalArguments
|
|
|
16
16
|
let page;
|
|
17
17
|
while (hasNext) {
|
|
18
18
|
input.nextToken = token;
|
|
19
|
+
input["maxResults"] = config.pageSize;
|
|
19
20
|
if (config.client instanceof Appflow_1.Appflow) {
|
|
20
21
|
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
21
22
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListConnectors = void 0;
|
|
4
|
+
const Appflow_1 = require("../Appflow");
|
|
5
|
+
const AppflowClient_1 = require("../AppflowClient");
|
|
6
|
+
const ListConnectorsCommand_1 = require("../commands/ListConnectorsCommand");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListConnectorsCommand_1.ListConnectorsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listConnectors(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListConnectors(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.nextToken = token;
|
|
19
|
+
input["maxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof Appflow_1.Appflow) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof AppflowClient_1.AppflowClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected Appflow | AppflowClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
token = page.nextToken;
|
|
31
|
+
hasNext = !!token;
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
exports.paginateListConnectors = paginateListConnectors;
|
|
@@ -5,4 +5,5 @@ tslib_1.__exportStar(require("./DescribeConnectorProfilesPaginator"), exports);
|
|
|
5
5
|
tslib_1.__exportStar(require("./DescribeConnectorsPaginator"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./DescribeFlowExecutionRecordsPaginator"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListConnectorsPaginator"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./ListFlowsPaginator"), exports);
|