@aws-sdk/client-appflow 3.35.0 → 3.38.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 +48 -0
- package/dist-cjs/Appflow.js +0 -44
- package/dist-cjs/AppflowClient.js +0 -49
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +0 -28
- package/dist-cjs/commands/CreateFlowCommand.js +0 -28
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +0 -25
- package/dist-cjs/commands/DeleteFlowCommand.js +0 -27
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +0 -26
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +0 -29
- package/dist-cjs/commands/DescribeConnectorsCommand.js +0 -29
- package/dist-cjs/commands/DescribeFlowCommand.js +0 -25
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +0 -25
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +0 -28
- package/dist-cjs/commands/ListFlowsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/StartFlowCommand.js +0 -26
- package/dist-cjs/commands/StopFlowCommand.js +0 -27
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +0 -25
- package/dist-cjs/commands/UpdateFlowCommand.js +0 -25
- package/dist-cjs/commands/index.js +21 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -26
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +13 -486
- package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeConnectorsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListFlowsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +18 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Appflow.js +0 -1
- package/dist-es/AppflowClient.js +0 -1
- package/dist-es/commands/CreateConnectorProfileCommand.js +0 -1
- package/dist-es/commands/CreateFlowCommand.js +0 -1
- package/dist-es/commands/DeleteConnectorProfileCommand.js +0 -1
- package/dist-es/commands/DeleteFlowCommand.js +0 -1
- package/dist-es/commands/DescribeConnectorEntityCommand.js +0 -1
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +0 -1
- package/dist-es/commands/DescribeConnectorsCommand.js +0 -1
- package/dist-es/commands/DescribeFlowCommand.js +0 -1
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +0 -1
- package/dist-es/commands/ListConnectorEntitiesCommand.js +0 -1
- package/dist-es/commands/ListFlowsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/StartFlowCommand.js +0 -1
- package/dist-es/commands/StopFlowCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateConnectorProfileCommand.js +0 -1
- package/dist-es/commands/UpdateFlowCommand.js +0 -1
- package/dist-es/commands/index.js +18 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -26
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +9 -1
- package/dist-es/pagination/DescribeConnectorProfilesPaginator.js +0 -1
- package/dist-es/pagination/DescribeConnectorsPaginator.js +0 -1
- package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListFlowsPaginator.js +0 -1
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +16 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/models/models_0.d.ts +23 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/Appflow.d.ts +19 -120
- package/dist-types/ts3.4/AppflowClient.d.ts +24 -129
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +731 -2349
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Appflow.js.map +0 -1
- package/dist-cjs/AppflowClient.js.map +0 -1
- package/dist-cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFlowCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFlowCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectorsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFlowCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/ListFlowsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/StartFlowCommand.js.map +0 -1
- package/dist-cjs/commands/StopFlowCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateFlowCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListFlowsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Appflow.js.map +0 -1
- package/dist-es/AppflowClient.js.map +0 -1
- package/dist-es/commands/CreateConnectorProfileCommand.js.map +0 -1
- package/dist-es/commands/CreateFlowCommand.js.map +0 -1
- package/dist-es/commands/DeleteConnectorProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteFlowCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectorEntityCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectorProfilesCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectorsCommand.js.map +0 -1
- package/dist-es/commands/DescribeFlowCommand.js.map +0 -1
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
- package/dist-es/commands/ListConnectorEntitiesCommand.js.map +0 -1
- package/dist-es/commands/ListFlowsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/StartFlowCommand.js.map +0 -1
- package/dist-es/commands/StopFlowCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateConnectorProfileCommand.js.map +0 -1
- package/dist-es/commands/UpdateFlowCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeConnectorsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListFlowsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Appflow.ts +0 -664
- package/src/AppflowClient.ts +0 -354
- package/src/commands/CreateConnectorProfileCommand.ts +0 -98
- package/src/commands/CreateFlowCommand.ts +0 -98
- package/src/commands/DeleteConnectorProfileCommand.ts +0 -95
- package/src/commands/DeleteFlowCommand.ts +0 -97
- package/src/commands/DescribeConnectorEntityCommand.ts +0 -96
- package/src/commands/DescribeConnectorProfilesCommand.ts +0 -102
- package/src/commands/DescribeConnectorsCommand.ts +0 -99
- package/src/commands/DescribeFlowCommand.ts +0 -95
- package/src/commands/DescribeFlowExecutionRecordsCommand.ts +0 -100
- package/src/commands/ListConnectorEntitiesCommand.ts +0 -98
- package/src/commands/ListFlowsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/StartFlowCommand.ts +0 -96
- package/src/commands/StopFlowCommand.ts +0 -97
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateConnectorProfileCommand.ts +0 -95
- package/src/commands/UpdateFlowCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -26
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -5012
- package/src/pagination/DescribeConnectorProfilesPaginator.ts +0 -59
- package/src/pagination/DescribeConnectorsPaginator.ts +0 -58
- package/src/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListFlowsPaginator.ts +0 -55
- package/src/protocols/Aws_restJson1.ts +0 -5153
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MarketoConnectorOperator = exports.InforNexusConnectorOperator = exports.GoogleAnalyticsConnectorOperator = exports.DynatraceConnectorOperator = exports.DatadogConnectorOperator = exports.ConnectorOAuthRequest = exports.ConnectorEntityField = exports.SupportedFieldTypeDetails = exports.FieldTypeDetails = exports.Operator = exports.SourceFieldProperties = exports.DestinationFieldProperties = exports.WriteOperationType = exports.ConnectorEntity = exports.ConnectorConfiguration = exports.TriggerType = exports.ScheduleFrequencyType = exports.ConnectorType = 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.ConnectorAuthenticationException = exports.ConnectionMode = exports.ConflictException = exports.BasicAuthCredentials = exports.AmplitudeSourceProperties = exports.AmplitudeMetadata = exports.AmplitudeConnectorProfileProperties = exports.AmplitudeConnectorProfileCredentials = exports.AmplitudeConnectorOperator = exports.AggregationConfig = exports.AggregationType = void 0;
|
|
4
4
|
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 = exports.DatadogConnectorProfileCredentials = 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.ConnectorOperator = exports.ZendeskConnectorOperator = exports.VeevaConnectorOperator = exports.TrendmicroConnectorOperator = exports.SlackConnectorOperator = exports.SingularConnectorOperator = exports.ServiceNowConnectorOperator = exports.SAPODataConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateFlowResponse = exports.UpdateFlowRequest = exports.UpdateConnectorProfileResponse = exports.UpdateConnectorProfileRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.UnsupportedOperationException = exports.StopFlowResponse = exports.StopFlowRequest = exports.StartFlowResponse = exports.StartFlowRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListFlowsResponse = exports.ListFlowsRequest = 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.DeleteFlowResponse = exports.DeleteFlowRequest = exports.DeleteConnectorProfileResponse = exports.DeleteConnectorProfileRequest = exports.ResourceNotFoundException = exports.CreateFlowResponse = exports.FlowStatus = exports.CreateFlowRequest = void 0;
|
|
5
|
+
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 = exports.S3SourceProperties = exports.S3InputFormatConfig = exports.S3InputFileType = exports.MarketoSourceProperties = exports.InforNexusSourceProperties = exports.GoogleAnalyticsSourceProperties = exports.DynatraceSourceProperties = exports.DatadogSourceProperties = 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.ErrorHandlingConfig = exports.CustomerProfilesDestinationProperties = exports.ValidationException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.CreateConnectorProfileResponse = exports.CreateConnectorProfileRequest = exports.ConnectorServerException = exports.ConnectorProfileConfig = void 0;
|
|
6
|
+
exports.UpdateFlowResponse = exports.UpdateFlowRequest = exports.UpdateConnectorProfileResponse = exports.UpdateConnectorProfileRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.UnsupportedOperationException = exports.StopFlowResponse = exports.StopFlowRequest = exports.StartFlowResponse = exports.StartFlowRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListFlowsResponse = exports.ListFlowsRequest = 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.DeleteFlowResponse = exports.DeleteFlowRequest = exports.DeleteConnectorProfileResponse = exports.DeleteConnectorProfileRequest = exports.ResourceNotFoundException = exports.CreateFlowResponse = exports.FlowStatus = exports.CreateFlowRequest = exports.TriggerConfig = exports.TriggerProperties = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
var AggregationType;
|
|
9
9
|
(function (AggregationType) {
|
|
@@ -12,9 +12,6 @@ var AggregationType;
|
|
|
12
12
|
})(AggregationType = exports.AggregationType || (exports.AggregationType = {}));
|
|
13
13
|
var AggregationConfig;
|
|
14
14
|
(function (AggregationConfig) {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
AggregationConfig.filterSensitiveLog = (obj) => ({
|
|
19
16
|
...obj,
|
|
20
17
|
});
|
|
@@ -25,9 +22,6 @@ var AmplitudeConnectorOperator;
|
|
|
25
22
|
})(AmplitudeConnectorOperator = exports.AmplitudeConnectorOperator || (exports.AmplitudeConnectorOperator = {}));
|
|
26
23
|
var AmplitudeConnectorProfileCredentials;
|
|
27
24
|
(function (AmplitudeConnectorProfileCredentials) {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
25
|
AmplitudeConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
32
26
|
...obj,
|
|
33
27
|
...(obj.secretKey && { secretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -35,36 +29,24 @@ var AmplitudeConnectorProfileCredentials;
|
|
|
35
29
|
})(AmplitudeConnectorProfileCredentials = exports.AmplitudeConnectorProfileCredentials || (exports.AmplitudeConnectorProfileCredentials = {}));
|
|
36
30
|
var AmplitudeConnectorProfileProperties;
|
|
37
31
|
(function (AmplitudeConnectorProfileProperties) {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
32
|
AmplitudeConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
42
33
|
...obj,
|
|
43
34
|
});
|
|
44
35
|
})(AmplitudeConnectorProfileProperties = exports.AmplitudeConnectorProfileProperties || (exports.AmplitudeConnectorProfileProperties = {}));
|
|
45
36
|
var AmplitudeMetadata;
|
|
46
37
|
(function (AmplitudeMetadata) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
38
|
AmplitudeMetadata.filterSensitiveLog = (obj) => ({
|
|
51
39
|
...obj,
|
|
52
40
|
});
|
|
53
41
|
})(AmplitudeMetadata = exports.AmplitudeMetadata || (exports.AmplitudeMetadata = {}));
|
|
54
42
|
var AmplitudeSourceProperties;
|
|
55
43
|
(function (AmplitudeSourceProperties) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
44
|
AmplitudeSourceProperties.filterSensitiveLog = (obj) => ({
|
|
60
45
|
...obj,
|
|
61
46
|
});
|
|
62
47
|
})(AmplitudeSourceProperties = exports.AmplitudeSourceProperties || (exports.AmplitudeSourceProperties = {}));
|
|
63
48
|
var BasicAuthCredentials;
|
|
64
49
|
(function (BasicAuthCredentials) {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
50
|
BasicAuthCredentials.filterSensitiveLog = (obj) => ({
|
|
69
51
|
...obj,
|
|
70
52
|
...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -72,9 +54,6 @@ var BasicAuthCredentials;
|
|
|
72
54
|
})(BasicAuthCredentials = exports.BasicAuthCredentials || (exports.BasicAuthCredentials = {}));
|
|
73
55
|
var ConflictException;
|
|
74
56
|
(function (ConflictException) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
57
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
79
58
|
...obj,
|
|
80
59
|
});
|
|
@@ -86,198 +65,132 @@ var ConnectionMode;
|
|
|
86
65
|
})(ConnectionMode = exports.ConnectionMode || (exports.ConnectionMode = {}));
|
|
87
66
|
var ConnectorAuthenticationException;
|
|
88
67
|
(function (ConnectorAuthenticationException) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
68
|
ConnectorAuthenticationException.filterSensitiveLog = (obj) => ({
|
|
93
69
|
...obj,
|
|
94
70
|
});
|
|
95
71
|
})(ConnectorAuthenticationException = exports.ConnectorAuthenticationException || (exports.ConnectorAuthenticationException = {}));
|
|
96
72
|
var CustomerProfilesMetadata;
|
|
97
73
|
(function (CustomerProfilesMetadata) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
74
|
CustomerProfilesMetadata.filterSensitiveLog = (obj) => ({
|
|
102
75
|
...obj,
|
|
103
76
|
});
|
|
104
77
|
})(CustomerProfilesMetadata = exports.CustomerProfilesMetadata || (exports.CustomerProfilesMetadata = {}));
|
|
105
78
|
var DatadogMetadata;
|
|
106
79
|
(function (DatadogMetadata) {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
80
|
DatadogMetadata.filterSensitiveLog = (obj) => ({
|
|
111
81
|
...obj,
|
|
112
82
|
});
|
|
113
83
|
})(DatadogMetadata = exports.DatadogMetadata || (exports.DatadogMetadata = {}));
|
|
114
84
|
var DynatraceMetadata;
|
|
115
85
|
(function (DynatraceMetadata) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
86
|
DynatraceMetadata.filterSensitiveLog = (obj) => ({
|
|
120
87
|
...obj,
|
|
121
88
|
});
|
|
122
89
|
})(DynatraceMetadata = exports.DynatraceMetadata || (exports.DynatraceMetadata = {}));
|
|
123
90
|
var EventBridgeMetadata;
|
|
124
91
|
(function (EventBridgeMetadata) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
92
|
EventBridgeMetadata.filterSensitiveLog = (obj) => ({
|
|
129
93
|
...obj,
|
|
130
94
|
});
|
|
131
95
|
})(EventBridgeMetadata = exports.EventBridgeMetadata || (exports.EventBridgeMetadata = {}));
|
|
132
96
|
var GoogleAnalyticsMetadata;
|
|
133
97
|
(function (GoogleAnalyticsMetadata) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
98
|
GoogleAnalyticsMetadata.filterSensitiveLog = (obj) => ({
|
|
138
99
|
...obj,
|
|
139
100
|
});
|
|
140
101
|
})(GoogleAnalyticsMetadata = exports.GoogleAnalyticsMetadata || (exports.GoogleAnalyticsMetadata = {}));
|
|
141
102
|
var HoneycodeMetadata;
|
|
142
103
|
(function (HoneycodeMetadata) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
104
|
HoneycodeMetadata.filterSensitiveLog = (obj) => ({
|
|
147
105
|
...obj,
|
|
148
106
|
});
|
|
149
107
|
})(HoneycodeMetadata = exports.HoneycodeMetadata || (exports.HoneycodeMetadata = {}));
|
|
150
108
|
var InforNexusMetadata;
|
|
151
109
|
(function (InforNexusMetadata) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
110
|
InforNexusMetadata.filterSensitiveLog = (obj) => ({
|
|
156
111
|
...obj,
|
|
157
112
|
});
|
|
158
113
|
})(InforNexusMetadata = exports.InforNexusMetadata || (exports.InforNexusMetadata = {}));
|
|
159
114
|
var MarketoMetadata;
|
|
160
115
|
(function (MarketoMetadata) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
116
|
MarketoMetadata.filterSensitiveLog = (obj) => ({
|
|
165
117
|
...obj,
|
|
166
118
|
});
|
|
167
119
|
})(MarketoMetadata = exports.MarketoMetadata || (exports.MarketoMetadata = {}));
|
|
168
120
|
var RedshiftMetadata;
|
|
169
121
|
(function (RedshiftMetadata) {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
122
|
RedshiftMetadata.filterSensitiveLog = (obj) => ({
|
|
174
123
|
...obj,
|
|
175
124
|
});
|
|
176
125
|
})(RedshiftMetadata = exports.RedshiftMetadata || (exports.RedshiftMetadata = {}));
|
|
177
126
|
var S3Metadata;
|
|
178
127
|
(function (S3Metadata) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
128
|
S3Metadata.filterSensitiveLog = (obj) => ({
|
|
183
129
|
...obj,
|
|
184
130
|
});
|
|
185
131
|
})(S3Metadata = exports.S3Metadata || (exports.S3Metadata = {}));
|
|
186
132
|
var SalesforceMetadata;
|
|
187
133
|
(function (SalesforceMetadata) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
134
|
SalesforceMetadata.filterSensitiveLog = (obj) => ({
|
|
192
135
|
...obj,
|
|
193
136
|
});
|
|
194
137
|
})(SalesforceMetadata = exports.SalesforceMetadata || (exports.SalesforceMetadata = {}));
|
|
195
138
|
var SAPODataMetadata;
|
|
196
139
|
(function (SAPODataMetadata) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
140
|
SAPODataMetadata.filterSensitiveLog = (obj) => ({
|
|
201
141
|
...obj,
|
|
202
142
|
});
|
|
203
143
|
})(SAPODataMetadata = exports.SAPODataMetadata || (exports.SAPODataMetadata = {}));
|
|
204
144
|
var ServiceNowMetadata;
|
|
205
145
|
(function (ServiceNowMetadata) {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
146
|
ServiceNowMetadata.filterSensitiveLog = (obj) => ({
|
|
210
147
|
...obj,
|
|
211
148
|
});
|
|
212
149
|
})(ServiceNowMetadata = exports.ServiceNowMetadata || (exports.ServiceNowMetadata = {}));
|
|
213
150
|
var SingularMetadata;
|
|
214
151
|
(function (SingularMetadata) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
152
|
SingularMetadata.filterSensitiveLog = (obj) => ({
|
|
219
153
|
...obj,
|
|
220
154
|
});
|
|
221
155
|
})(SingularMetadata = exports.SingularMetadata || (exports.SingularMetadata = {}));
|
|
222
156
|
var SlackMetadata;
|
|
223
157
|
(function (SlackMetadata) {
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
158
|
SlackMetadata.filterSensitiveLog = (obj) => ({
|
|
228
159
|
...obj,
|
|
229
160
|
});
|
|
230
161
|
})(SlackMetadata = exports.SlackMetadata || (exports.SlackMetadata = {}));
|
|
231
162
|
var SnowflakeMetadata;
|
|
232
163
|
(function (SnowflakeMetadata) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
164
|
SnowflakeMetadata.filterSensitiveLog = (obj) => ({
|
|
237
165
|
...obj,
|
|
238
166
|
});
|
|
239
167
|
})(SnowflakeMetadata = exports.SnowflakeMetadata || (exports.SnowflakeMetadata = {}));
|
|
240
168
|
var TrendmicroMetadata;
|
|
241
169
|
(function (TrendmicroMetadata) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
170
|
TrendmicroMetadata.filterSensitiveLog = (obj) => ({
|
|
246
171
|
...obj,
|
|
247
172
|
});
|
|
248
173
|
})(TrendmicroMetadata = exports.TrendmicroMetadata || (exports.TrendmicroMetadata = {}));
|
|
249
174
|
var UpsolverMetadata;
|
|
250
175
|
(function (UpsolverMetadata) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
176
|
UpsolverMetadata.filterSensitiveLog = (obj) => ({
|
|
255
177
|
...obj,
|
|
256
178
|
});
|
|
257
179
|
})(UpsolverMetadata = exports.UpsolverMetadata || (exports.UpsolverMetadata = {}));
|
|
258
180
|
var VeevaMetadata;
|
|
259
181
|
(function (VeevaMetadata) {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
182
|
VeevaMetadata.filterSensitiveLog = (obj) => ({
|
|
264
183
|
...obj,
|
|
265
184
|
});
|
|
266
185
|
})(VeevaMetadata = exports.VeevaMetadata || (exports.VeevaMetadata = {}));
|
|
267
186
|
var ZendeskMetadata;
|
|
268
187
|
(function (ZendeskMetadata) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
188
|
ZendeskMetadata.filterSensitiveLog = (obj) => ({
|
|
273
189
|
...obj,
|
|
274
190
|
});
|
|
275
191
|
})(ZendeskMetadata = exports.ZendeskMetadata || (exports.ZendeskMetadata = {}));
|
|
276
192
|
var ConnectorMetadata;
|
|
277
193
|
(function (ConnectorMetadata) {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
194
|
ConnectorMetadata.filterSensitiveLog = (obj) => ({
|
|
282
195
|
...obj,
|
|
283
196
|
});
|
|
@@ -324,18 +237,12 @@ var TriggerType;
|
|
|
324
237
|
})(TriggerType = exports.TriggerType || (exports.TriggerType = {}));
|
|
325
238
|
var ConnectorConfiguration;
|
|
326
239
|
(function (ConnectorConfiguration) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
240
|
ConnectorConfiguration.filterSensitiveLog = (obj) => ({
|
|
331
241
|
...obj,
|
|
332
242
|
});
|
|
333
243
|
})(ConnectorConfiguration = exports.ConnectorConfiguration || (exports.ConnectorConfiguration = {}));
|
|
334
244
|
var ConnectorEntity;
|
|
335
245
|
(function (ConnectorEntity) {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
246
|
ConnectorEntity.filterSensitiveLog = (obj) => ({
|
|
340
247
|
...obj,
|
|
341
248
|
});
|
|
@@ -348,18 +255,12 @@ var WriteOperationType;
|
|
|
348
255
|
})(WriteOperationType = exports.WriteOperationType || (exports.WriteOperationType = {}));
|
|
349
256
|
var DestinationFieldProperties;
|
|
350
257
|
(function (DestinationFieldProperties) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
258
|
DestinationFieldProperties.filterSensitiveLog = (obj) => ({
|
|
355
259
|
...obj,
|
|
356
260
|
});
|
|
357
261
|
})(DestinationFieldProperties = exports.DestinationFieldProperties || (exports.DestinationFieldProperties = {}));
|
|
358
262
|
var SourceFieldProperties;
|
|
359
263
|
(function (SourceFieldProperties) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
264
|
SourceFieldProperties.filterSensitiveLog = (obj) => ({
|
|
364
265
|
...obj,
|
|
365
266
|
});
|
|
@@ -390,36 +291,24 @@ var Operator;
|
|
|
390
291
|
})(Operator = exports.Operator || (exports.Operator = {}));
|
|
391
292
|
var FieldTypeDetails;
|
|
392
293
|
(function (FieldTypeDetails) {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
294
|
FieldTypeDetails.filterSensitiveLog = (obj) => ({
|
|
397
295
|
...obj,
|
|
398
296
|
});
|
|
399
297
|
})(FieldTypeDetails = exports.FieldTypeDetails || (exports.FieldTypeDetails = {}));
|
|
400
298
|
var SupportedFieldTypeDetails;
|
|
401
299
|
(function (SupportedFieldTypeDetails) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
300
|
SupportedFieldTypeDetails.filterSensitiveLog = (obj) => ({
|
|
406
301
|
...obj,
|
|
407
302
|
});
|
|
408
303
|
})(SupportedFieldTypeDetails = exports.SupportedFieldTypeDetails || (exports.SupportedFieldTypeDetails = {}));
|
|
409
304
|
var ConnectorEntityField;
|
|
410
305
|
(function (ConnectorEntityField) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
306
|
ConnectorEntityField.filterSensitiveLog = (obj) => ({
|
|
415
307
|
...obj,
|
|
416
308
|
});
|
|
417
309
|
})(ConnectorEntityField = exports.ConnectorEntityField || (exports.ConnectorEntityField = {}));
|
|
418
310
|
var ConnectorOAuthRequest;
|
|
419
311
|
(function (ConnectorOAuthRequest) {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
312
|
ConnectorOAuthRequest.filterSensitiveLog = (obj) => ({
|
|
424
313
|
...obj,
|
|
425
314
|
});
|
|
@@ -696,171 +585,114 @@ var ZendeskConnectorOperator;
|
|
|
696
585
|
})(ZendeskConnectorOperator = exports.ZendeskConnectorOperator || (exports.ZendeskConnectorOperator = {}));
|
|
697
586
|
var ConnectorOperator;
|
|
698
587
|
(function (ConnectorOperator) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
588
|
ConnectorOperator.filterSensitiveLog = (obj) => ({
|
|
703
589
|
...obj,
|
|
704
590
|
});
|
|
705
591
|
})(ConnectorOperator = exports.ConnectorOperator || (exports.ConnectorOperator = {}));
|
|
706
592
|
var DatadogConnectorProfileProperties;
|
|
707
593
|
(function (DatadogConnectorProfileProperties) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
594
|
DatadogConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
712
595
|
...obj,
|
|
713
596
|
});
|
|
714
597
|
})(DatadogConnectorProfileProperties = exports.DatadogConnectorProfileProperties || (exports.DatadogConnectorProfileProperties = {}));
|
|
715
598
|
var DynatraceConnectorProfileProperties;
|
|
716
599
|
(function (DynatraceConnectorProfileProperties) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
600
|
DynatraceConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
721
601
|
...obj,
|
|
722
602
|
});
|
|
723
603
|
})(DynatraceConnectorProfileProperties = exports.DynatraceConnectorProfileProperties || (exports.DynatraceConnectorProfileProperties = {}));
|
|
724
604
|
var GoogleAnalyticsConnectorProfileProperties;
|
|
725
605
|
(function (GoogleAnalyticsConnectorProfileProperties) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
606
|
GoogleAnalyticsConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
730
607
|
...obj,
|
|
731
608
|
});
|
|
732
609
|
})(GoogleAnalyticsConnectorProfileProperties = exports.GoogleAnalyticsConnectorProfileProperties || (exports.GoogleAnalyticsConnectorProfileProperties = {}));
|
|
733
610
|
var HoneycodeConnectorProfileProperties;
|
|
734
611
|
(function (HoneycodeConnectorProfileProperties) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
612
|
HoneycodeConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
739
613
|
...obj,
|
|
740
614
|
});
|
|
741
615
|
})(HoneycodeConnectorProfileProperties = exports.HoneycodeConnectorProfileProperties || (exports.HoneycodeConnectorProfileProperties = {}));
|
|
742
616
|
var InforNexusConnectorProfileProperties;
|
|
743
617
|
(function (InforNexusConnectorProfileProperties) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
618
|
InforNexusConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
748
619
|
...obj,
|
|
749
620
|
});
|
|
750
621
|
})(InforNexusConnectorProfileProperties = exports.InforNexusConnectorProfileProperties || (exports.InforNexusConnectorProfileProperties = {}));
|
|
751
622
|
var MarketoConnectorProfileProperties;
|
|
752
623
|
(function (MarketoConnectorProfileProperties) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
624
|
MarketoConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
757
625
|
...obj,
|
|
758
626
|
});
|
|
759
627
|
})(MarketoConnectorProfileProperties = exports.MarketoConnectorProfileProperties || (exports.MarketoConnectorProfileProperties = {}));
|
|
760
628
|
var RedshiftConnectorProfileProperties;
|
|
761
629
|
(function (RedshiftConnectorProfileProperties) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
630
|
RedshiftConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
766
631
|
...obj,
|
|
767
632
|
});
|
|
768
633
|
})(RedshiftConnectorProfileProperties = exports.RedshiftConnectorProfileProperties || (exports.RedshiftConnectorProfileProperties = {}));
|
|
769
634
|
var SalesforceConnectorProfileProperties;
|
|
770
635
|
(function (SalesforceConnectorProfileProperties) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
636
|
SalesforceConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
775
637
|
...obj,
|
|
776
638
|
});
|
|
777
639
|
})(SalesforceConnectorProfileProperties = exports.SalesforceConnectorProfileProperties || (exports.SalesforceConnectorProfileProperties = {}));
|
|
778
640
|
var OAuthProperties;
|
|
779
641
|
(function (OAuthProperties) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
642
|
OAuthProperties.filterSensitiveLog = (obj) => ({
|
|
784
643
|
...obj,
|
|
785
644
|
});
|
|
786
645
|
})(OAuthProperties = exports.OAuthProperties || (exports.OAuthProperties = {}));
|
|
787
646
|
var SAPODataConnectorProfileProperties;
|
|
788
647
|
(function (SAPODataConnectorProfileProperties) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
648
|
SAPODataConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
793
649
|
...obj,
|
|
794
650
|
});
|
|
795
651
|
})(SAPODataConnectorProfileProperties = exports.SAPODataConnectorProfileProperties || (exports.SAPODataConnectorProfileProperties = {}));
|
|
796
652
|
var ServiceNowConnectorProfileProperties;
|
|
797
653
|
(function (ServiceNowConnectorProfileProperties) {
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
801
654
|
ServiceNowConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
802
655
|
...obj,
|
|
803
656
|
});
|
|
804
657
|
})(ServiceNowConnectorProfileProperties = exports.ServiceNowConnectorProfileProperties || (exports.ServiceNowConnectorProfileProperties = {}));
|
|
805
658
|
var SingularConnectorProfileProperties;
|
|
806
659
|
(function (SingularConnectorProfileProperties) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
660
|
SingularConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
811
661
|
...obj,
|
|
812
662
|
});
|
|
813
663
|
})(SingularConnectorProfileProperties = exports.SingularConnectorProfileProperties || (exports.SingularConnectorProfileProperties = {}));
|
|
814
664
|
var SlackConnectorProfileProperties;
|
|
815
665
|
(function (SlackConnectorProfileProperties) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
666
|
SlackConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
820
667
|
...obj,
|
|
821
668
|
});
|
|
822
669
|
})(SlackConnectorProfileProperties = exports.SlackConnectorProfileProperties || (exports.SlackConnectorProfileProperties = {}));
|
|
823
670
|
var SnowflakeConnectorProfileProperties;
|
|
824
671
|
(function (SnowflakeConnectorProfileProperties) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
672
|
SnowflakeConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
829
673
|
...obj,
|
|
830
674
|
});
|
|
831
675
|
})(SnowflakeConnectorProfileProperties = exports.SnowflakeConnectorProfileProperties || (exports.SnowflakeConnectorProfileProperties = {}));
|
|
832
676
|
var TrendmicroConnectorProfileProperties;
|
|
833
677
|
(function (TrendmicroConnectorProfileProperties) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
678
|
TrendmicroConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
838
679
|
...obj,
|
|
839
680
|
});
|
|
840
681
|
})(TrendmicroConnectorProfileProperties = exports.TrendmicroConnectorProfileProperties || (exports.TrendmicroConnectorProfileProperties = {}));
|
|
841
682
|
var VeevaConnectorProfileProperties;
|
|
842
683
|
(function (VeevaConnectorProfileProperties) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
684
|
VeevaConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
847
685
|
...obj,
|
|
848
686
|
});
|
|
849
687
|
})(VeevaConnectorProfileProperties = exports.VeevaConnectorProfileProperties || (exports.VeevaConnectorProfileProperties = {}));
|
|
850
688
|
var ZendeskConnectorProfileProperties;
|
|
851
689
|
(function (ZendeskConnectorProfileProperties) {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
690
|
ZendeskConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
856
691
|
...obj,
|
|
857
692
|
});
|
|
858
693
|
})(ZendeskConnectorProfileProperties = exports.ZendeskConnectorProfileProperties || (exports.ZendeskConnectorProfileProperties = {}));
|
|
859
694
|
var ConnectorProfileProperties;
|
|
860
695
|
(function (ConnectorProfileProperties) {
|
|
861
|
-
/**
|
|
862
|
-
* @internal
|
|
863
|
-
*/
|
|
864
696
|
ConnectorProfileProperties.filterSensitiveLog = (obj) => ({
|
|
865
697
|
...obj,
|
|
866
698
|
});
|
|
@@ -881,45 +713,30 @@ var PrivateConnectionProvisioningStatus;
|
|
|
881
713
|
})(PrivateConnectionProvisioningStatus = exports.PrivateConnectionProvisioningStatus || (exports.PrivateConnectionProvisioningStatus = {}));
|
|
882
714
|
var PrivateConnectionProvisioningState;
|
|
883
715
|
(function (PrivateConnectionProvisioningState) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
716
|
PrivateConnectionProvisioningState.filterSensitiveLog = (obj) => ({
|
|
888
717
|
...obj,
|
|
889
718
|
});
|
|
890
719
|
})(PrivateConnectionProvisioningState = exports.PrivateConnectionProvisioningState || (exports.PrivateConnectionProvisioningState = {}));
|
|
891
720
|
var ConnectorProfile;
|
|
892
721
|
(function (ConnectorProfile) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
722
|
ConnectorProfile.filterSensitiveLog = (obj) => ({
|
|
897
723
|
...obj,
|
|
898
724
|
});
|
|
899
725
|
})(ConnectorProfile = exports.ConnectorProfile || (exports.ConnectorProfile = {}));
|
|
900
726
|
var DatadogConnectorProfileCredentials;
|
|
901
727
|
(function (DatadogConnectorProfileCredentials) {
|
|
902
|
-
/**
|
|
903
|
-
* @internal
|
|
904
|
-
*/
|
|
905
728
|
DatadogConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
906
729
|
...obj,
|
|
907
730
|
});
|
|
908
731
|
})(DatadogConnectorProfileCredentials = exports.DatadogConnectorProfileCredentials || (exports.DatadogConnectorProfileCredentials = {}));
|
|
909
732
|
var DynatraceConnectorProfileCredentials;
|
|
910
733
|
(function (DynatraceConnectorProfileCredentials) {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
734
|
DynatraceConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
915
735
|
...obj,
|
|
916
736
|
});
|
|
917
737
|
})(DynatraceConnectorProfileCredentials = exports.DynatraceConnectorProfileCredentials || (exports.DynatraceConnectorProfileCredentials = {}));
|
|
918
738
|
var GoogleAnalyticsConnectorProfileCredentials;
|
|
919
739
|
(function (GoogleAnalyticsConnectorProfileCredentials) {
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
740
|
GoogleAnalyticsConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
924
741
|
...obj,
|
|
925
742
|
...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -928,9 +745,6 @@ var GoogleAnalyticsConnectorProfileCredentials;
|
|
|
928
745
|
})(GoogleAnalyticsConnectorProfileCredentials = exports.GoogleAnalyticsConnectorProfileCredentials || (exports.GoogleAnalyticsConnectorProfileCredentials = {}));
|
|
929
746
|
var HoneycodeConnectorProfileCredentials;
|
|
930
747
|
(function (HoneycodeConnectorProfileCredentials) {
|
|
931
|
-
/**
|
|
932
|
-
* @internal
|
|
933
|
-
*/
|
|
934
748
|
HoneycodeConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
935
749
|
...obj,
|
|
936
750
|
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -938,9 +752,6 @@ var HoneycodeConnectorProfileCredentials;
|
|
|
938
752
|
})(HoneycodeConnectorProfileCredentials = exports.HoneycodeConnectorProfileCredentials || (exports.HoneycodeConnectorProfileCredentials = {}));
|
|
939
753
|
var InforNexusConnectorProfileCredentials;
|
|
940
754
|
(function (InforNexusConnectorProfileCredentials) {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
755
|
InforNexusConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
945
756
|
...obj,
|
|
946
757
|
...(obj.accessKeyId && { accessKeyId: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -948,9 +759,6 @@ var InforNexusConnectorProfileCredentials;
|
|
|
948
759
|
})(InforNexusConnectorProfileCredentials = exports.InforNexusConnectorProfileCredentials || (exports.InforNexusConnectorProfileCredentials = {}));
|
|
949
760
|
var MarketoConnectorProfileCredentials;
|
|
950
761
|
(function (MarketoConnectorProfileCredentials) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
762
|
MarketoConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
955
763
|
...obj,
|
|
956
764
|
...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -959,9 +767,6 @@ var MarketoConnectorProfileCredentials;
|
|
|
959
767
|
})(MarketoConnectorProfileCredentials = exports.MarketoConnectorProfileCredentials || (exports.MarketoConnectorProfileCredentials = {}));
|
|
960
768
|
var RedshiftConnectorProfileCredentials;
|
|
961
769
|
(function (RedshiftConnectorProfileCredentials) {
|
|
962
|
-
/**
|
|
963
|
-
* @internal
|
|
964
|
-
*/
|
|
965
770
|
RedshiftConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
966
771
|
...obj,
|
|
967
772
|
...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -969,9 +774,6 @@ var RedshiftConnectorProfileCredentials;
|
|
|
969
774
|
})(RedshiftConnectorProfileCredentials = exports.RedshiftConnectorProfileCredentials || (exports.RedshiftConnectorProfileCredentials = {}));
|
|
970
775
|
var SalesforceConnectorProfileCredentials;
|
|
971
776
|
(function (SalesforceConnectorProfileCredentials) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
777
|
SalesforceConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
976
778
|
...obj,
|
|
977
779
|
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -980,9 +782,6 @@ var SalesforceConnectorProfileCredentials;
|
|
|
980
782
|
})(SalesforceConnectorProfileCredentials = exports.SalesforceConnectorProfileCredentials || (exports.SalesforceConnectorProfileCredentials = {}));
|
|
981
783
|
var OAuthCredentials;
|
|
982
784
|
(function (OAuthCredentials) {
|
|
983
|
-
/**
|
|
984
|
-
* @internal
|
|
985
|
-
*/
|
|
986
785
|
OAuthCredentials.filterSensitiveLog = (obj) => ({
|
|
987
786
|
...obj,
|
|
988
787
|
...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -991,9 +790,6 @@ var OAuthCredentials;
|
|
|
991
790
|
})(OAuthCredentials = exports.OAuthCredentials || (exports.OAuthCredentials = {}));
|
|
992
791
|
var SAPODataConnectorProfileCredentials;
|
|
993
792
|
(function (SAPODataConnectorProfileCredentials) {
|
|
994
|
-
/**
|
|
995
|
-
* @internal
|
|
996
|
-
*/
|
|
997
793
|
SAPODataConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
998
794
|
...obj,
|
|
999
795
|
...(obj.basicAuthCredentials && {
|
|
@@ -1004,9 +800,6 @@ var SAPODataConnectorProfileCredentials;
|
|
|
1004
800
|
})(SAPODataConnectorProfileCredentials = exports.SAPODataConnectorProfileCredentials || (exports.SAPODataConnectorProfileCredentials = {}));
|
|
1005
801
|
var ServiceNowConnectorProfileCredentials;
|
|
1006
802
|
(function (ServiceNowConnectorProfileCredentials) {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
803
|
ServiceNowConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1011
804
|
...obj,
|
|
1012
805
|
...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1014,18 +807,12 @@ var ServiceNowConnectorProfileCredentials;
|
|
|
1014
807
|
})(ServiceNowConnectorProfileCredentials = exports.ServiceNowConnectorProfileCredentials || (exports.ServiceNowConnectorProfileCredentials = {}));
|
|
1015
808
|
var SingularConnectorProfileCredentials;
|
|
1016
809
|
(function (SingularConnectorProfileCredentials) {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
810
|
SingularConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1021
811
|
...obj,
|
|
1022
812
|
});
|
|
1023
813
|
})(SingularConnectorProfileCredentials = exports.SingularConnectorProfileCredentials || (exports.SingularConnectorProfileCredentials = {}));
|
|
1024
814
|
var SlackConnectorProfileCredentials;
|
|
1025
815
|
(function (SlackConnectorProfileCredentials) {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
816
|
SlackConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1030
817
|
...obj,
|
|
1031
818
|
...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1034,9 +821,6 @@ var SlackConnectorProfileCredentials;
|
|
|
1034
821
|
})(SlackConnectorProfileCredentials = exports.SlackConnectorProfileCredentials || (exports.SlackConnectorProfileCredentials = {}));
|
|
1035
822
|
var SnowflakeConnectorProfileCredentials;
|
|
1036
823
|
(function (SnowflakeConnectorProfileCredentials) {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
824
|
SnowflakeConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1041
825
|
...obj,
|
|
1042
826
|
...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1044,9 +828,6 @@ var SnowflakeConnectorProfileCredentials;
|
|
|
1044
828
|
})(SnowflakeConnectorProfileCredentials = exports.SnowflakeConnectorProfileCredentials || (exports.SnowflakeConnectorProfileCredentials = {}));
|
|
1045
829
|
var TrendmicroConnectorProfileCredentials;
|
|
1046
830
|
(function (TrendmicroConnectorProfileCredentials) {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
831
|
TrendmicroConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1051
832
|
...obj,
|
|
1052
833
|
...(obj.apiSecretKey && { apiSecretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1054,9 +835,6 @@ var TrendmicroConnectorProfileCredentials;
|
|
|
1054
835
|
})(TrendmicroConnectorProfileCredentials = exports.TrendmicroConnectorProfileCredentials || (exports.TrendmicroConnectorProfileCredentials = {}));
|
|
1055
836
|
var VeevaConnectorProfileCredentials;
|
|
1056
837
|
(function (VeevaConnectorProfileCredentials) {
|
|
1057
|
-
/**
|
|
1058
|
-
* @internal
|
|
1059
|
-
*/
|
|
1060
838
|
VeevaConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1061
839
|
...obj,
|
|
1062
840
|
...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1064,9 +842,6 @@ var VeevaConnectorProfileCredentials;
|
|
|
1064
842
|
})(VeevaConnectorProfileCredentials = exports.VeevaConnectorProfileCredentials || (exports.VeevaConnectorProfileCredentials = {}));
|
|
1065
843
|
var ZendeskConnectorProfileCredentials;
|
|
1066
844
|
(function (ZendeskConnectorProfileCredentials) {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
845
|
ZendeskConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1071
846
|
...obj,
|
|
1072
847
|
...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1075,9 +850,6 @@ var ZendeskConnectorProfileCredentials;
|
|
|
1075
850
|
})(ZendeskConnectorProfileCredentials = exports.ZendeskConnectorProfileCredentials || (exports.ZendeskConnectorProfileCredentials = {}));
|
|
1076
851
|
var ConnectorProfileCredentials;
|
|
1077
852
|
(function (ConnectorProfileCredentials) {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
853
|
ConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
|
|
1082
854
|
...obj,
|
|
1083
855
|
...(obj.Amplitude && { Amplitude: AmplitudeConnectorProfileCredentials.filterSensitiveLog(obj.Amplitude) }),
|
|
@@ -1100,9 +872,6 @@ var ConnectorProfileCredentials;
|
|
|
1100
872
|
})(ConnectorProfileCredentials = exports.ConnectorProfileCredentials || (exports.ConnectorProfileCredentials = {}));
|
|
1101
873
|
var ConnectorProfileConfig;
|
|
1102
874
|
(function (ConnectorProfileConfig) {
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
875
|
ConnectorProfileConfig.filterSensitiveLog = (obj) => ({
|
|
1107
876
|
...obj,
|
|
1108
877
|
...(obj.connectorProfileCredentials && {
|
|
@@ -1112,108 +881,72 @@ var ConnectorProfileConfig;
|
|
|
1112
881
|
})(ConnectorProfileConfig = exports.ConnectorProfileConfig || (exports.ConnectorProfileConfig = {}));
|
|
1113
882
|
var ConnectorServerException;
|
|
1114
883
|
(function (ConnectorServerException) {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
884
|
ConnectorServerException.filterSensitiveLog = (obj) => ({
|
|
1119
885
|
...obj,
|
|
1120
886
|
});
|
|
1121
887
|
})(ConnectorServerException = exports.ConnectorServerException || (exports.ConnectorServerException = {}));
|
|
1122
888
|
var CreateConnectorProfileRequest;
|
|
1123
889
|
(function (CreateConnectorProfileRequest) {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
890
|
CreateConnectorProfileRequest.filterSensitiveLog = (obj) => ({
|
|
1128
891
|
...obj,
|
|
1129
892
|
});
|
|
1130
893
|
})(CreateConnectorProfileRequest = exports.CreateConnectorProfileRequest || (exports.CreateConnectorProfileRequest = {}));
|
|
1131
894
|
var CreateConnectorProfileResponse;
|
|
1132
895
|
(function (CreateConnectorProfileResponse) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
896
|
CreateConnectorProfileResponse.filterSensitiveLog = (obj) => ({
|
|
1137
897
|
...obj,
|
|
1138
898
|
});
|
|
1139
899
|
})(CreateConnectorProfileResponse = exports.CreateConnectorProfileResponse || (exports.CreateConnectorProfileResponse = {}));
|
|
1140
900
|
var InternalServerException;
|
|
1141
901
|
(function (InternalServerException) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
902
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
1146
903
|
...obj,
|
|
1147
904
|
});
|
|
1148
905
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
1149
906
|
var ServiceQuotaExceededException;
|
|
1150
907
|
(function (ServiceQuotaExceededException) {
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
908
|
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
1155
909
|
...obj,
|
|
1156
910
|
});
|
|
1157
911
|
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
1158
912
|
var ValidationException;
|
|
1159
913
|
(function (ValidationException) {
|
|
1160
|
-
/**
|
|
1161
|
-
* @internal
|
|
1162
|
-
*/
|
|
1163
914
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
1164
915
|
...obj,
|
|
1165
916
|
});
|
|
1166
917
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
1167
918
|
var CustomerProfilesDestinationProperties;
|
|
1168
919
|
(function (CustomerProfilesDestinationProperties) {
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
920
|
CustomerProfilesDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1173
921
|
...obj,
|
|
1174
922
|
});
|
|
1175
923
|
})(CustomerProfilesDestinationProperties = exports.CustomerProfilesDestinationProperties || (exports.CustomerProfilesDestinationProperties = {}));
|
|
1176
924
|
var ErrorHandlingConfig;
|
|
1177
925
|
(function (ErrorHandlingConfig) {
|
|
1178
|
-
/**
|
|
1179
|
-
* @internal
|
|
1180
|
-
*/
|
|
1181
926
|
ErrorHandlingConfig.filterSensitiveLog = (obj) => ({
|
|
1182
927
|
...obj,
|
|
1183
928
|
});
|
|
1184
929
|
})(ErrorHandlingConfig = exports.ErrorHandlingConfig || (exports.ErrorHandlingConfig = {}));
|
|
1185
930
|
var EventBridgeDestinationProperties;
|
|
1186
931
|
(function (EventBridgeDestinationProperties) {
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
932
|
EventBridgeDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1191
933
|
...obj,
|
|
1192
934
|
});
|
|
1193
935
|
})(EventBridgeDestinationProperties = exports.EventBridgeDestinationProperties || (exports.EventBridgeDestinationProperties = {}));
|
|
1194
936
|
var HoneycodeDestinationProperties;
|
|
1195
937
|
(function (HoneycodeDestinationProperties) {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
938
|
HoneycodeDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1200
939
|
...obj,
|
|
1201
940
|
});
|
|
1202
941
|
})(HoneycodeDestinationProperties = exports.HoneycodeDestinationProperties || (exports.HoneycodeDestinationProperties = {}));
|
|
1203
942
|
var LookoutMetricsDestinationProperties;
|
|
1204
943
|
(function (LookoutMetricsDestinationProperties) {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
944
|
LookoutMetricsDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1209
945
|
...obj,
|
|
1210
946
|
});
|
|
1211
947
|
})(LookoutMetricsDestinationProperties = exports.LookoutMetricsDestinationProperties || (exports.LookoutMetricsDestinationProperties = {}));
|
|
1212
948
|
var RedshiftDestinationProperties;
|
|
1213
949
|
(function (RedshiftDestinationProperties) {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
950
|
RedshiftDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1218
951
|
...obj,
|
|
1219
952
|
});
|
|
@@ -1240,243 +973,173 @@ var PrefixType;
|
|
|
1240
973
|
})(PrefixType = exports.PrefixType || (exports.PrefixType = {}));
|
|
1241
974
|
var PrefixConfig;
|
|
1242
975
|
(function (PrefixConfig) {
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
976
|
PrefixConfig.filterSensitiveLog = (obj) => ({
|
|
1247
977
|
...obj,
|
|
1248
978
|
});
|
|
1249
979
|
})(PrefixConfig = exports.PrefixConfig || (exports.PrefixConfig = {}));
|
|
1250
980
|
var S3OutputFormatConfig;
|
|
1251
981
|
(function (S3OutputFormatConfig) {
|
|
1252
|
-
/**
|
|
1253
|
-
* @internal
|
|
1254
|
-
*/
|
|
1255
982
|
S3OutputFormatConfig.filterSensitiveLog = (obj) => ({
|
|
1256
983
|
...obj,
|
|
1257
984
|
});
|
|
1258
985
|
})(S3OutputFormatConfig = exports.S3OutputFormatConfig || (exports.S3OutputFormatConfig = {}));
|
|
1259
986
|
var S3DestinationProperties;
|
|
1260
987
|
(function (S3DestinationProperties) {
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
988
|
S3DestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1265
989
|
...obj,
|
|
1266
990
|
});
|
|
1267
991
|
})(S3DestinationProperties = exports.S3DestinationProperties || (exports.S3DestinationProperties = {}));
|
|
1268
992
|
var SalesforceDestinationProperties;
|
|
1269
993
|
(function (SalesforceDestinationProperties) {
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
994
|
SalesforceDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1274
995
|
...obj,
|
|
1275
996
|
});
|
|
1276
997
|
})(SalesforceDestinationProperties = exports.SalesforceDestinationProperties || (exports.SalesforceDestinationProperties = {}));
|
|
1277
998
|
var SnowflakeDestinationProperties;
|
|
1278
999
|
(function (SnowflakeDestinationProperties) {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
1000
|
SnowflakeDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1283
1001
|
...obj,
|
|
1284
1002
|
});
|
|
1285
1003
|
})(SnowflakeDestinationProperties = exports.SnowflakeDestinationProperties || (exports.SnowflakeDestinationProperties = {}));
|
|
1286
1004
|
var UpsolverS3OutputFormatConfig;
|
|
1287
1005
|
(function (UpsolverS3OutputFormatConfig) {
|
|
1288
|
-
/**
|
|
1289
|
-
* @internal
|
|
1290
|
-
*/
|
|
1291
1006
|
UpsolverS3OutputFormatConfig.filterSensitiveLog = (obj) => ({
|
|
1292
1007
|
...obj,
|
|
1293
1008
|
});
|
|
1294
1009
|
})(UpsolverS3OutputFormatConfig = exports.UpsolverS3OutputFormatConfig || (exports.UpsolverS3OutputFormatConfig = {}));
|
|
1295
1010
|
var UpsolverDestinationProperties;
|
|
1296
1011
|
(function (UpsolverDestinationProperties) {
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
1012
|
UpsolverDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1301
1013
|
...obj,
|
|
1302
1014
|
});
|
|
1303
1015
|
})(UpsolverDestinationProperties = exports.UpsolverDestinationProperties || (exports.UpsolverDestinationProperties = {}));
|
|
1304
1016
|
var ZendeskDestinationProperties;
|
|
1305
1017
|
(function (ZendeskDestinationProperties) {
|
|
1306
|
-
/**
|
|
1307
|
-
* @internal
|
|
1308
|
-
*/
|
|
1309
1018
|
ZendeskDestinationProperties.filterSensitiveLog = (obj) => ({
|
|
1310
1019
|
...obj,
|
|
1311
1020
|
});
|
|
1312
1021
|
})(ZendeskDestinationProperties = exports.ZendeskDestinationProperties || (exports.ZendeskDestinationProperties = {}));
|
|
1313
1022
|
var DestinationConnectorProperties;
|
|
1314
1023
|
(function (DestinationConnectorProperties) {
|
|
1315
|
-
/**
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
1318
1024
|
DestinationConnectorProperties.filterSensitiveLog = (obj) => ({
|
|
1319
1025
|
...obj,
|
|
1320
1026
|
});
|
|
1321
1027
|
})(DestinationConnectorProperties = exports.DestinationConnectorProperties || (exports.DestinationConnectorProperties = {}));
|
|
1322
1028
|
var DestinationFlowConfig;
|
|
1323
1029
|
(function (DestinationFlowConfig) {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
1030
|
DestinationFlowConfig.filterSensitiveLog = (obj) => ({
|
|
1328
1031
|
...obj,
|
|
1329
1032
|
});
|
|
1330
1033
|
})(DestinationFlowConfig = exports.DestinationFlowConfig || (exports.DestinationFlowConfig = {}));
|
|
1331
1034
|
var IncrementalPullConfig;
|
|
1332
1035
|
(function (IncrementalPullConfig) {
|
|
1333
|
-
/**
|
|
1334
|
-
* @internal
|
|
1335
|
-
*/
|
|
1336
1036
|
IncrementalPullConfig.filterSensitiveLog = (obj) => ({
|
|
1337
1037
|
...obj,
|
|
1338
1038
|
});
|
|
1339
1039
|
})(IncrementalPullConfig = exports.IncrementalPullConfig || (exports.IncrementalPullConfig = {}));
|
|
1340
1040
|
var DatadogSourceProperties;
|
|
1341
1041
|
(function (DatadogSourceProperties) {
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
1042
|
DatadogSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1346
1043
|
...obj,
|
|
1347
1044
|
});
|
|
1348
1045
|
})(DatadogSourceProperties = exports.DatadogSourceProperties || (exports.DatadogSourceProperties = {}));
|
|
1349
1046
|
var DynatraceSourceProperties;
|
|
1350
1047
|
(function (DynatraceSourceProperties) {
|
|
1351
|
-
/**
|
|
1352
|
-
* @internal
|
|
1353
|
-
*/
|
|
1354
1048
|
DynatraceSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1355
1049
|
...obj,
|
|
1356
1050
|
});
|
|
1357
1051
|
})(DynatraceSourceProperties = exports.DynatraceSourceProperties || (exports.DynatraceSourceProperties = {}));
|
|
1358
1052
|
var GoogleAnalyticsSourceProperties;
|
|
1359
1053
|
(function (GoogleAnalyticsSourceProperties) {
|
|
1360
|
-
/**
|
|
1361
|
-
* @internal
|
|
1362
|
-
*/
|
|
1363
1054
|
GoogleAnalyticsSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1364
1055
|
...obj,
|
|
1365
1056
|
});
|
|
1366
1057
|
})(GoogleAnalyticsSourceProperties = exports.GoogleAnalyticsSourceProperties || (exports.GoogleAnalyticsSourceProperties = {}));
|
|
1367
1058
|
var InforNexusSourceProperties;
|
|
1368
1059
|
(function (InforNexusSourceProperties) {
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
1060
|
InforNexusSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1373
1061
|
...obj,
|
|
1374
1062
|
});
|
|
1375
1063
|
})(InforNexusSourceProperties = exports.InforNexusSourceProperties || (exports.InforNexusSourceProperties = {}));
|
|
1376
1064
|
var MarketoSourceProperties;
|
|
1377
1065
|
(function (MarketoSourceProperties) {
|
|
1378
|
-
/**
|
|
1379
|
-
* @internal
|
|
1380
|
-
*/
|
|
1381
1066
|
MarketoSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1382
1067
|
...obj,
|
|
1383
1068
|
});
|
|
1384
1069
|
})(MarketoSourceProperties = exports.MarketoSourceProperties || (exports.MarketoSourceProperties = {}));
|
|
1070
|
+
var S3InputFileType;
|
|
1071
|
+
(function (S3InputFileType) {
|
|
1072
|
+
S3InputFileType["CSV"] = "CSV";
|
|
1073
|
+
S3InputFileType["JSON"] = "JSON";
|
|
1074
|
+
})(S3InputFileType = exports.S3InputFileType || (exports.S3InputFileType = {}));
|
|
1075
|
+
var S3InputFormatConfig;
|
|
1076
|
+
(function (S3InputFormatConfig) {
|
|
1077
|
+
S3InputFormatConfig.filterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
});
|
|
1080
|
+
})(S3InputFormatConfig = exports.S3InputFormatConfig || (exports.S3InputFormatConfig = {}));
|
|
1385
1081
|
var S3SourceProperties;
|
|
1386
1082
|
(function (S3SourceProperties) {
|
|
1387
|
-
/**
|
|
1388
|
-
* @internal
|
|
1389
|
-
*/
|
|
1390
1083
|
S3SourceProperties.filterSensitiveLog = (obj) => ({
|
|
1391
1084
|
...obj,
|
|
1392
1085
|
});
|
|
1393
1086
|
})(S3SourceProperties = exports.S3SourceProperties || (exports.S3SourceProperties = {}));
|
|
1394
1087
|
var SalesforceSourceProperties;
|
|
1395
1088
|
(function (SalesforceSourceProperties) {
|
|
1396
|
-
/**
|
|
1397
|
-
* @internal
|
|
1398
|
-
*/
|
|
1399
1089
|
SalesforceSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1400
1090
|
...obj,
|
|
1401
1091
|
});
|
|
1402
1092
|
})(SalesforceSourceProperties = exports.SalesforceSourceProperties || (exports.SalesforceSourceProperties = {}));
|
|
1403
1093
|
var SAPODataSourceProperties;
|
|
1404
1094
|
(function (SAPODataSourceProperties) {
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
1095
|
SAPODataSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1409
1096
|
...obj,
|
|
1410
1097
|
});
|
|
1411
1098
|
})(SAPODataSourceProperties = exports.SAPODataSourceProperties || (exports.SAPODataSourceProperties = {}));
|
|
1412
1099
|
var ServiceNowSourceProperties;
|
|
1413
1100
|
(function (ServiceNowSourceProperties) {
|
|
1414
|
-
/**
|
|
1415
|
-
* @internal
|
|
1416
|
-
*/
|
|
1417
1101
|
ServiceNowSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1418
1102
|
...obj,
|
|
1419
1103
|
});
|
|
1420
1104
|
})(ServiceNowSourceProperties = exports.ServiceNowSourceProperties || (exports.ServiceNowSourceProperties = {}));
|
|
1421
1105
|
var SingularSourceProperties;
|
|
1422
1106
|
(function (SingularSourceProperties) {
|
|
1423
|
-
/**
|
|
1424
|
-
* @internal
|
|
1425
|
-
*/
|
|
1426
1107
|
SingularSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1427
1108
|
...obj,
|
|
1428
1109
|
});
|
|
1429
1110
|
})(SingularSourceProperties = exports.SingularSourceProperties || (exports.SingularSourceProperties = {}));
|
|
1430
1111
|
var SlackSourceProperties;
|
|
1431
1112
|
(function (SlackSourceProperties) {
|
|
1432
|
-
/**
|
|
1433
|
-
* @internal
|
|
1434
|
-
*/
|
|
1435
1113
|
SlackSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1436
1114
|
...obj,
|
|
1437
1115
|
});
|
|
1438
1116
|
})(SlackSourceProperties = exports.SlackSourceProperties || (exports.SlackSourceProperties = {}));
|
|
1439
1117
|
var TrendmicroSourceProperties;
|
|
1440
1118
|
(function (TrendmicroSourceProperties) {
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
1119
|
TrendmicroSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1445
1120
|
...obj,
|
|
1446
1121
|
});
|
|
1447
1122
|
})(TrendmicroSourceProperties = exports.TrendmicroSourceProperties || (exports.TrendmicroSourceProperties = {}));
|
|
1448
1123
|
var VeevaSourceProperties;
|
|
1449
1124
|
(function (VeevaSourceProperties) {
|
|
1450
|
-
/**
|
|
1451
|
-
* @internal
|
|
1452
|
-
*/
|
|
1453
1125
|
VeevaSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1454
1126
|
...obj,
|
|
1455
1127
|
});
|
|
1456
1128
|
})(VeevaSourceProperties = exports.VeevaSourceProperties || (exports.VeevaSourceProperties = {}));
|
|
1457
1129
|
var ZendeskSourceProperties;
|
|
1458
1130
|
(function (ZendeskSourceProperties) {
|
|
1459
|
-
/**
|
|
1460
|
-
* @internal
|
|
1461
|
-
*/
|
|
1462
1131
|
ZendeskSourceProperties.filterSensitiveLog = (obj) => ({
|
|
1463
1132
|
...obj,
|
|
1464
1133
|
});
|
|
1465
1134
|
})(ZendeskSourceProperties = exports.ZendeskSourceProperties || (exports.ZendeskSourceProperties = {}));
|
|
1466
1135
|
var SourceConnectorProperties;
|
|
1467
1136
|
(function (SourceConnectorProperties) {
|
|
1468
|
-
/**
|
|
1469
|
-
* @internal
|
|
1470
|
-
*/
|
|
1471
1137
|
SourceConnectorProperties.filterSensitiveLog = (obj) => ({
|
|
1472
1138
|
...obj,
|
|
1473
1139
|
});
|
|
1474
1140
|
})(SourceConnectorProperties = exports.SourceConnectorProperties || (exports.SourceConnectorProperties = {}));
|
|
1475
1141
|
var SourceFlowConfig;
|
|
1476
1142
|
(function (SourceFlowConfig) {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
1143
|
SourceFlowConfig.filterSensitiveLog = (obj) => ({
|
|
1481
1144
|
...obj,
|
|
1482
1145
|
});
|
|
@@ -1512,9 +1175,6 @@ var TaskType;
|
|
|
1512
1175
|
})(TaskType = exports.TaskType || (exports.TaskType = {}));
|
|
1513
1176
|
var Task;
|
|
1514
1177
|
(function (Task) {
|
|
1515
|
-
/**
|
|
1516
|
-
* @internal
|
|
1517
|
-
*/
|
|
1518
1178
|
Task.filterSensitiveLog = (obj) => ({
|
|
1519
1179
|
...obj,
|
|
1520
1180
|
});
|
|
@@ -1526,36 +1186,24 @@ var DataPullMode;
|
|
|
1526
1186
|
})(DataPullMode = exports.DataPullMode || (exports.DataPullMode = {}));
|
|
1527
1187
|
var ScheduledTriggerProperties;
|
|
1528
1188
|
(function (ScheduledTriggerProperties) {
|
|
1529
|
-
/**
|
|
1530
|
-
* @internal
|
|
1531
|
-
*/
|
|
1532
1189
|
ScheduledTriggerProperties.filterSensitiveLog = (obj) => ({
|
|
1533
1190
|
...obj,
|
|
1534
1191
|
});
|
|
1535
1192
|
})(ScheduledTriggerProperties = exports.ScheduledTriggerProperties || (exports.ScheduledTriggerProperties = {}));
|
|
1536
1193
|
var TriggerProperties;
|
|
1537
1194
|
(function (TriggerProperties) {
|
|
1538
|
-
/**
|
|
1539
|
-
* @internal
|
|
1540
|
-
*/
|
|
1541
1195
|
TriggerProperties.filterSensitiveLog = (obj) => ({
|
|
1542
1196
|
...obj,
|
|
1543
1197
|
});
|
|
1544
1198
|
})(TriggerProperties = exports.TriggerProperties || (exports.TriggerProperties = {}));
|
|
1545
1199
|
var TriggerConfig;
|
|
1546
1200
|
(function (TriggerConfig) {
|
|
1547
|
-
/**
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
1550
1201
|
TriggerConfig.filterSensitiveLog = (obj) => ({
|
|
1551
1202
|
...obj,
|
|
1552
1203
|
});
|
|
1553
1204
|
})(TriggerConfig = exports.TriggerConfig || (exports.TriggerConfig = {}));
|
|
1554
1205
|
var CreateFlowRequest;
|
|
1555
1206
|
(function (CreateFlowRequest) {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
1207
|
CreateFlowRequest.filterSensitiveLog = (obj) => ({
|
|
1560
1208
|
...obj,
|
|
1561
1209
|
});
|
|
@@ -1571,117 +1219,78 @@ var FlowStatus;
|
|
|
1571
1219
|
})(FlowStatus = exports.FlowStatus || (exports.FlowStatus = {}));
|
|
1572
1220
|
var CreateFlowResponse;
|
|
1573
1221
|
(function (CreateFlowResponse) {
|
|
1574
|
-
/**
|
|
1575
|
-
* @internal
|
|
1576
|
-
*/
|
|
1577
1222
|
CreateFlowResponse.filterSensitiveLog = (obj) => ({
|
|
1578
1223
|
...obj,
|
|
1579
1224
|
});
|
|
1580
1225
|
})(CreateFlowResponse = exports.CreateFlowResponse || (exports.CreateFlowResponse = {}));
|
|
1581
1226
|
var ResourceNotFoundException;
|
|
1582
1227
|
(function (ResourceNotFoundException) {
|
|
1583
|
-
/**
|
|
1584
|
-
* @internal
|
|
1585
|
-
*/
|
|
1586
1228
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1587
1229
|
...obj,
|
|
1588
1230
|
});
|
|
1589
1231
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
1590
1232
|
var DeleteConnectorProfileRequest;
|
|
1591
1233
|
(function (DeleteConnectorProfileRequest) {
|
|
1592
|
-
/**
|
|
1593
|
-
* @internal
|
|
1594
|
-
*/
|
|
1595
1234
|
DeleteConnectorProfileRequest.filterSensitiveLog = (obj) => ({
|
|
1596
1235
|
...obj,
|
|
1597
1236
|
});
|
|
1598
1237
|
})(DeleteConnectorProfileRequest = exports.DeleteConnectorProfileRequest || (exports.DeleteConnectorProfileRequest = {}));
|
|
1599
1238
|
var DeleteConnectorProfileResponse;
|
|
1600
1239
|
(function (DeleteConnectorProfileResponse) {
|
|
1601
|
-
/**
|
|
1602
|
-
* @internal
|
|
1603
|
-
*/
|
|
1604
1240
|
DeleteConnectorProfileResponse.filterSensitiveLog = (obj) => ({
|
|
1605
1241
|
...obj,
|
|
1606
1242
|
});
|
|
1607
1243
|
})(DeleteConnectorProfileResponse = exports.DeleteConnectorProfileResponse || (exports.DeleteConnectorProfileResponse = {}));
|
|
1608
1244
|
var DeleteFlowRequest;
|
|
1609
1245
|
(function (DeleteFlowRequest) {
|
|
1610
|
-
/**
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
1613
1246
|
DeleteFlowRequest.filterSensitiveLog = (obj) => ({
|
|
1614
1247
|
...obj,
|
|
1615
1248
|
});
|
|
1616
1249
|
})(DeleteFlowRequest = exports.DeleteFlowRequest || (exports.DeleteFlowRequest = {}));
|
|
1617
1250
|
var DeleteFlowResponse;
|
|
1618
1251
|
(function (DeleteFlowResponse) {
|
|
1619
|
-
/**
|
|
1620
|
-
* @internal
|
|
1621
|
-
*/
|
|
1622
1252
|
DeleteFlowResponse.filterSensitiveLog = (obj) => ({
|
|
1623
1253
|
...obj,
|
|
1624
1254
|
});
|
|
1625
1255
|
})(DeleteFlowResponse = exports.DeleteFlowResponse || (exports.DeleteFlowResponse = {}));
|
|
1626
1256
|
var DescribeConnectorEntityRequest;
|
|
1627
1257
|
(function (DescribeConnectorEntityRequest) {
|
|
1628
|
-
/**
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
1631
1258
|
DescribeConnectorEntityRequest.filterSensitiveLog = (obj) => ({
|
|
1632
1259
|
...obj,
|
|
1633
1260
|
});
|
|
1634
1261
|
})(DescribeConnectorEntityRequest = exports.DescribeConnectorEntityRequest || (exports.DescribeConnectorEntityRequest = {}));
|
|
1635
1262
|
var DescribeConnectorEntityResponse;
|
|
1636
1263
|
(function (DescribeConnectorEntityResponse) {
|
|
1637
|
-
/**
|
|
1638
|
-
* @internal
|
|
1639
|
-
*/
|
|
1640
1264
|
DescribeConnectorEntityResponse.filterSensitiveLog = (obj) => ({
|
|
1641
1265
|
...obj,
|
|
1642
1266
|
});
|
|
1643
1267
|
})(DescribeConnectorEntityResponse = exports.DescribeConnectorEntityResponse || (exports.DescribeConnectorEntityResponse = {}));
|
|
1644
1268
|
var DescribeConnectorProfilesRequest;
|
|
1645
1269
|
(function (DescribeConnectorProfilesRequest) {
|
|
1646
|
-
/**
|
|
1647
|
-
* @internal
|
|
1648
|
-
*/
|
|
1649
1270
|
DescribeConnectorProfilesRequest.filterSensitiveLog = (obj) => ({
|
|
1650
1271
|
...obj,
|
|
1651
1272
|
});
|
|
1652
1273
|
})(DescribeConnectorProfilesRequest = exports.DescribeConnectorProfilesRequest || (exports.DescribeConnectorProfilesRequest = {}));
|
|
1653
1274
|
var DescribeConnectorProfilesResponse;
|
|
1654
1275
|
(function (DescribeConnectorProfilesResponse) {
|
|
1655
|
-
/**
|
|
1656
|
-
* @internal
|
|
1657
|
-
*/
|
|
1658
1276
|
DescribeConnectorProfilesResponse.filterSensitiveLog = (obj) => ({
|
|
1659
1277
|
...obj,
|
|
1660
1278
|
});
|
|
1661
1279
|
})(DescribeConnectorProfilesResponse = exports.DescribeConnectorProfilesResponse || (exports.DescribeConnectorProfilesResponse = {}));
|
|
1662
1280
|
var DescribeConnectorsRequest;
|
|
1663
1281
|
(function (DescribeConnectorsRequest) {
|
|
1664
|
-
/**
|
|
1665
|
-
* @internal
|
|
1666
|
-
*/
|
|
1667
1282
|
DescribeConnectorsRequest.filterSensitiveLog = (obj) => ({
|
|
1668
1283
|
...obj,
|
|
1669
1284
|
});
|
|
1670
1285
|
})(DescribeConnectorsRequest = exports.DescribeConnectorsRequest || (exports.DescribeConnectorsRequest = {}));
|
|
1671
1286
|
var DescribeConnectorsResponse;
|
|
1672
1287
|
(function (DescribeConnectorsResponse) {
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1676
1288
|
DescribeConnectorsResponse.filterSensitiveLog = (obj) => ({
|
|
1677
1289
|
...obj,
|
|
1678
1290
|
});
|
|
1679
1291
|
})(DescribeConnectorsResponse = exports.DescribeConnectorsResponse || (exports.DescribeConnectorsResponse = {}));
|
|
1680
1292
|
var DescribeFlowRequest;
|
|
1681
1293
|
(function (DescribeFlowRequest) {
|
|
1682
|
-
/**
|
|
1683
|
-
* @internal
|
|
1684
|
-
*/
|
|
1685
1294
|
DescribeFlowRequest.filterSensitiveLog = (obj) => ({
|
|
1686
1295
|
...obj,
|
|
1687
1296
|
});
|
|
@@ -1694,245 +1303,163 @@ var ExecutionStatus;
|
|
|
1694
1303
|
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
1695
1304
|
var ExecutionDetails;
|
|
1696
1305
|
(function (ExecutionDetails) {
|
|
1697
|
-
/**
|
|
1698
|
-
* @internal
|
|
1699
|
-
*/
|
|
1700
1306
|
ExecutionDetails.filterSensitiveLog = (obj) => ({
|
|
1701
1307
|
...obj,
|
|
1702
1308
|
});
|
|
1703
1309
|
})(ExecutionDetails = exports.ExecutionDetails || (exports.ExecutionDetails = {}));
|
|
1704
1310
|
var DescribeFlowResponse;
|
|
1705
1311
|
(function (DescribeFlowResponse) {
|
|
1706
|
-
/**
|
|
1707
|
-
* @internal
|
|
1708
|
-
*/
|
|
1709
1312
|
DescribeFlowResponse.filterSensitiveLog = (obj) => ({
|
|
1710
1313
|
...obj,
|
|
1711
1314
|
});
|
|
1712
1315
|
})(DescribeFlowResponse = exports.DescribeFlowResponse || (exports.DescribeFlowResponse = {}));
|
|
1713
1316
|
var DescribeFlowExecutionRecordsRequest;
|
|
1714
1317
|
(function (DescribeFlowExecutionRecordsRequest) {
|
|
1715
|
-
/**
|
|
1716
|
-
* @internal
|
|
1717
|
-
*/
|
|
1718
1318
|
DescribeFlowExecutionRecordsRequest.filterSensitiveLog = (obj) => ({
|
|
1719
1319
|
...obj,
|
|
1720
1320
|
});
|
|
1721
1321
|
})(DescribeFlowExecutionRecordsRequest = exports.DescribeFlowExecutionRecordsRequest || (exports.DescribeFlowExecutionRecordsRequest = {}));
|
|
1722
1322
|
var ErrorInfo;
|
|
1723
1323
|
(function (ErrorInfo) {
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
1324
|
ErrorInfo.filterSensitiveLog = (obj) => ({
|
|
1728
1325
|
...obj,
|
|
1729
1326
|
});
|
|
1730
1327
|
})(ErrorInfo = exports.ErrorInfo || (exports.ErrorInfo = {}));
|
|
1731
1328
|
var ExecutionResult;
|
|
1732
1329
|
(function (ExecutionResult) {
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
*/
|
|
1736
1330
|
ExecutionResult.filterSensitiveLog = (obj) => ({
|
|
1737
1331
|
...obj,
|
|
1738
1332
|
});
|
|
1739
1333
|
})(ExecutionResult = exports.ExecutionResult || (exports.ExecutionResult = {}));
|
|
1740
1334
|
var ExecutionRecord;
|
|
1741
1335
|
(function (ExecutionRecord) {
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
1336
|
ExecutionRecord.filterSensitiveLog = (obj) => ({
|
|
1746
1337
|
...obj,
|
|
1747
1338
|
});
|
|
1748
1339
|
})(ExecutionRecord = exports.ExecutionRecord || (exports.ExecutionRecord = {}));
|
|
1749
1340
|
var DescribeFlowExecutionRecordsResponse;
|
|
1750
1341
|
(function (DescribeFlowExecutionRecordsResponse) {
|
|
1751
|
-
/**
|
|
1752
|
-
* @internal
|
|
1753
|
-
*/
|
|
1754
1342
|
DescribeFlowExecutionRecordsResponse.filterSensitiveLog = (obj) => ({
|
|
1755
1343
|
...obj,
|
|
1756
1344
|
});
|
|
1757
1345
|
})(DescribeFlowExecutionRecordsResponse = exports.DescribeFlowExecutionRecordsResponse || (exports.DescribeFlowExecutionRecordsResponse = {}));
|
|
1758
1346
|
var FlowDefinition;
|
|
1759
1347
|
(function (FlowDefinition) {
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
*/
|
|
1763
1348
|
FlowDefinition.filterSensitiveLog = (obj) => ({
|
|
1764
1349
|
...obj,
|
|
1765
1350
|
});
|
|
1766
1351
|
})(FlowDefinition = exports.FlowDefinition || (exports.FlowDefinition = {}));
|
|
1767
1352
|
var ListConnectorEntitiesRequest;
|
|
1768
1353
|
(function (ListConnectorEntitiesRequest) {
|
|
1769
|
-
/**
|
|
1770
|
-
* @internal
|
|
1771
|
-
*/
|
|
1772
1354
|
ListConnectorEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
1773
1355
|
...obj,
|
|
1774
1356
|
});
|
|
1775
1357
|
})(ListConnectorEntitiesRequest = exports.ListConnectorEntitiesRequest || (exports.ListConnectorEntitiesRequest = {}));
|
|
1776
1358
|
var ListConnectorEntitiesResponse;
|
|
1777
1359
|
(function (ListConnectorEntitiesResponse) {
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
1360
|
ListConnectorEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
1782
1361
|
...obj,
|
|
1783
1362
|
});
|
|
1784
1363
|
})(ListConnectorEntitiesResponse = exports.ListConnectorEntitiesResponse || (exports.ListConnectorEntitiesResponse = {}));
|
|
1785
1364
|
var ListFlowsRequest;
|
|
1786
1365
|
(function (ListFlowsRequest) {
|
|
1787
|
-
/**
|
|
1788
|
-
* @internal
|
|
1789
|
-
*/
|
|
1790
1366
|
ListFlowsRequest.filterSensitiveLog = (obj) => ({
|
|
1791
1367
|
...obj,
|
|
1792
1368
|
});
|
|
1793
1369
|
})(ListFlowsRequest = exports.ListFlowsRequest || (exports.ListFlowsRequest = {}));
|
|
1794
1370
|
var ListFlowsResponse;
|
|
1795
1371
|
(function (ListFlowsResponse) {
|
|
1796
|
-
/**
|
|
1797
|
-
* @internal
|
|
1798
|
-
*/
|
|
1799
1372
|
ListFlowsResponse.filterSensitiveLog = (obj) => ({
|
|
1800
1373
|
...obj,
|
|
1801
1374
|
});
|
|
1802
1375
|
})(ListFlowsResponse = exports.ListFlowsResponse || (exports.ListFlowsResponse = {}));
|
|
1803
1376
|
var ListTagsForResourceRequest;
|
|
1804
1377
|
(function (ListTagsForResourceRequest) {
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
1378
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1809
1379
|
...obj,
|
|
1810
1380
|
});
|
|
1811
1381
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1812
1382
|
var ListTagsForResourceResponse;
|
|
1813
1383
|
(function (ListTagsForResourceResponse) {
|
|
1814
|
-
/**
|
|
1815
|
-
* @internal
|
|
1816
|
-
*/
|
|
1817
1384
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1818
1385
|
...obj,
|
|
1819
1386
|
});
|
|
1820
1387
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1821
1388
|
var StartFlowRequest;
|
|
1822
1389
|
(function (StartFlowRequest) {
|
|
1823
|
-
/**
|
|
1824
|
-
* @internal
|
|
1825
|
-
*/
|
|
1826
1390
|
StartFlowRequest.filterSensitiveLog = (obj) => ({
|
|
1827
1391
|
...obj,
|
|
1828
1392
|
});
|
|
1829
1393
|
})(StartFlowRequest = exports.StartFlowRequest || (exports.StartFlowRequest = {}));
|
|
1830
1394
|
var StartFlowResponse;
|
|
1831
1395
|
(function (StartFlowResponse) {
|
|
1832
|
-
/**
|
|
1833
|
-
* @internal
|
|
1834
|
-
*/
|
|
1835
1396
|
StartFlowResponse.filterSensitiveLog = (obj) => ({
|
|
1836
1397
|
...obj,
|
|
1837
1398
|
});
|
|
1838
1399
|
})(StartFlowResponse = exports.StartFlowResponse || (exports.StartFlowResponse = {}));
|
|
1839
1400
|
var StopFlowRequest;
|
|
1840
1401
|
(function (StopFlowRequest) {
|
|
1841
|
-
/**
|
|
1842
|
-
* @internal
|
|
1843
|
-
*/
|
|
1844
1402
|
StopFlowRequest.filterSensitiveLog = (obj) => ({
|
|
1845
1403
|
...obj,
|
|
1846
1404
|
});
|
|
1847
1405
|
})(StopFlowRequest = exports.StopFlowRequest || (exports.StopFlowRequest = {}));
|
|
1848
1406
|
var StopFlowResponse;
|
|
1849
1407
|
(function (StopFlowResponse) {
|
|
1850
|
-
/**
|
|
1851
|
-
* @internal
|
|
1852
|
-
*/
|
|
1853
1408
|
StopFlowResponse.filterSensitiveLog = (obj) => ({
|
|
1854
1409
|
...obj,
|
|
1855
1410
|
});
|
|
1856
1411
|
})(StopFlowResponse = exports.StopFlowResponse || (exports.StopFlowResponse = {}));
|
|
1857
1412
|
var UnsupportedOperationException;
|
|
1858
1413
|
(function (UnsupportedOperationException) {
|
|
1859
|
-
/**
|
|
1860
|
-
* @internal
|
|
1861
|
-
*/
|
|
1862
1414
|
UnsupportedOperationException.filterSensitiveLog = (obj) => ({
|
|
1863
1415
|
...obj,
|
|
1864
1416
|
});
|
|
1865
1417
|
})(UnsupportedOperationException = exports.UnsupportedOperationException || (exports.UnsupportedOperationException = {}));
|
|
1866
1418
|
var TagResourceRequest;
|
|
1867
1419
|
(function (TagResourceRequest) {
|
|
1868
|
-
/**
|
|
1869
|
-
* @internal
|
|
1870
|
-
*/
|
|
1871
1420
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1872
1421
|
...obj,
|
|
1873
1422
|
});
|
|
1874
1423
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1875
1424
|
var TagResourceResponse;
|
|
1876
1425
|
(function (TagResourceResponse) {
|
|
1877
|
-
/**
|
|
1878
|
-
* @internal
|
|
1879
|
-
*/
|
|
1880
1426
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1881
1427
|
...obj,
|
|
1882
1428
|
});
|
|
1883
1429
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1884
1430
|
var UntagResourceRequest;
|
|
1885
1431
|
(function (UntagResourceRequest) {
|
|
1886
|
-
/**
|
|
1887
|
-
* @internal
|
|
1888
|
-
*/
|
|
1889
1432
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1890
1433
|
...obj,
|
|
1891
1434
|
});
|
|
1892
1435
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1893
1436
|
var UntagResourceResponse;
|
|
1894
1437
|
(function (UntagResourceResponse) {
|
|
1895
|
-
/**
|
|
1896
|
-
* @internal
|
|
1897
|
-
*/
|
|
1898
1438
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1899
1439
|
...obj,
|
|
1900
1440
|
});
|
|
1901
1441
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1902
1442
|
var UpdateConnectorProfileRequest;
|
|
1903
1443
|
(function (UpdateConnectorProfileRequest) {
|
|
1904
|
-
/**
|
|
1905
|
-
* @internal
|
|
1906
|
-
*/
|
|
1907
1444
|
UpdateConnectorProfileRequest.filterSensitiveLog = (obj) => ({
|
|
1908
1445
|
...obj,
|
|
1909
1446
|
});
|
|
1910
1447
|
})(UpdateConnectorProfileRequest = exports.UpdateConnectorProfileRequest || (exports.UpdateConnectorProfileRequest = {}));
|
|
1911
1448
|
var UpdateConnectorProfileResponse;
|
|
1912
1449
|
(function (UpdateConnectorProfileResponse) {
|
|
1913
|
-
/**
|
|
1914
|
-
* @internal
|
|
1915
|
-
*/
|
|
1916
1450
|
UpdateConnectorProfileResponse.filterSensitiveLog = (obj) => ({
|
|
1917
1451
|
...obj,
|
|
1918
1452
|
});
|
|
1919
1453
|
})(UpdateConnectorProfileResponse = exports.UpdateConnectorProfileResponse || (exports.UpdateConnectorProfileResponse = {}));
|
|
1920
1454
|
var UpdateFlowRequest;
|
|
1921
1455
|
(function (UpdateFlowRequest) {
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
1456
|
UpdateFlowRequest.filterSensitiveLog = (obj) => ({
|
|
1926
1457
|
...obj,
|
|
1927
1458
|
});
|
|
1928
1459
|
})(UpdateFlowRequest = exports.UpdateFlowRequest || (exports.UpdateFlowRequest = {}));
|
|
1929
1460
|
var UpdateFlowResponse;
|
|
1930
1461
|
(function (UpdateFlowResponse) {
|
|
1931
|
-
/**
|
|
1932
|
-
* @internal
|
|
1933
|
-
*/
|
|
1934
1462
|
UpdateFlowResponse.filterSensitiveLog = (obj) => ({
|
|
1935
1463
|
...obj,
|
|
1936
1464
|
});
|
|
1937
1465
|
})(UpdateFlowResponse = exports.UpdateFlowResponse || (exports.UpdateFlowResponse = {}));
|
|
1938
|
-
//# sourceMappingURL=models_0.js.map
|