@aws-sdk/client-appflow 3.37.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 +13 -0
- package/dist-cjs/commands/index.js +21 -0
- package/dist-cjs/index.js +4 -25
- package/dist-cjs/models/models_0.js +13 -2
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +18 -0
- package/dist-es/commands/index.js +18 -0
- package/dist-es/index.js +4 -25
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +16 -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/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 +15 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
* **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
20
|
|
|
8
21
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateConnectorProfileCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateFlowCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DeleteConnectorProfileCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DeleteFlowCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DescribeConnectorEntityCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DescribeConnectorProfilesCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DescribeConnectorsCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DescribeFlowCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DescribeFlowExecutionRecordsCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListConnectorEntitiesCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListFlowsCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./StartFlowCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./StopFlowCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./UpdateConnectorProfileCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./UpdateFlowCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,29 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AppflowClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Appflow"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/DescribeConnectorEntityCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DescribeConnectorProfilesCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./pagination/DescribeConnectorProfilesPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DescribeConnectorsCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./pagination/DescribeConnectorsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DescribeFlowCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DescribeFlowExecutionRecordsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./pagination/DescribeFlowExecutionRecordsPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/ListConnectorEntitiesCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/ListFlowsCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./pagination/ListFlowsPaginator"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/StartFlowCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/StopFlowCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/UpdateConnectorProfileCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/UpdateFlowCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AppflowClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -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) {
|
|
@@ -1067,6 +1067,17 @@ var MarketoSourceProperties;
|
|
|
1067
1067
|
...obj,
|
|
1068
1068
|
});
|
|
1069
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 = {}));
|
|
1070
1081
|
var S3SourceProperties;
|
|
1071
1082
|
(function (S3SourceProperties) {
|
|
1072
1083
|
S3SourceProperties.filterSensitiveLog = (obj) => ({
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeConnectorProfilesPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeConnectorsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeFlowExecutionRecordsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListFlowsPaginator"), exports);
|
|
@@ -2432,6 +2432,12 @@ const serializeAws_restJson1S3DestinationProperties = (input, context) => {
|
|
|
2432
2432
|
}),
|
|
2433
2433
|
};
|
|
2434
2434
|
};
|
|
2435
|
+
const serializeAws_restJson1S3InputFormatConfig = (input, context) => {
|
|
2436
|
+
return {
|
|
2437
|
+
...(input.s3InputFileType !== undefined &&
|
|
2438
|
+
input.s3InputFileType !== null && { s3InputFileType: input.s3InputFileType }),
|
|
2439
|
+
};
|
|
2440
|
+
};
|
|
2435
2441
|
const serializeAws_restJson1S3OutputFormatConfig = (input, context) => {
|
|
2436
2442
|
return {
|
|
2437
2443
|
...(input.aggregationConfig !== undefined &&
|
|
@@ -2447,6 +2453,10 @@ const serializeAws_restJson1S3SourceProperties = (input, context) => {
|
|
|
2447
2453
|
return {
|
|
2448
2454
|
...(input.bucketName !== undefined && input.bucketName !== null && { bucketName: input.bucketName }),
|
|
2449
2455
|
...(input.bucketPrefix !== undefined && input.bucketPrefix !== null && { bucketPrefix: input.bucketPrefix }),
|
|
2456
|
+
...(input.s3InputFormatConfig !== undefined &&
|
|
2457
|
+
input.s3InputFormatConfig !== null && {
|
|
2458
|
+
s3InputFormatConfig: serializeAws_restJson1S3InputFormatConfig(input.s3InputFormatConfig, context),
|
|
2459
|
+
}),
|
|
2450
2460
|
};
|
|
2451
2461
|
};
|
|
2452
2462
|
const serializeAws_restJson1SalesforceConnectorProfileCredentials = (input, context) => {
|
|
@@ -3517,6 +3527,11 @@ const deserializeAws_restJson1S3DestinationProperties = (output, context) => {
|
|
|
3517
3527
|
: undefined,
|
|
3518
3528
|
};
|
|
3519
3529
|
};
|
|
3530
|
+
const deserializeAws_restJson1S3InputFormatConfig = (output, context) => {
|
|
3531
|
+
return {
|
|
3532
|
+
s3InputFileType: smithy_client_1.expectString(output.s3InputFileType),
|
|
3533
|
+
};
|
|
3534
|
+
};
|
|
3520
3535
|
const deserializeAws_restJson1S3Metadata = (output, context) => {
|
|
3521
3536
|
return {};
|
|
3522
3537
|
};
|
|
@@ -3535,6 +3550,9 @@ const deserializeAws_restJson1S3SourceProperties = (output, context) => {
|
|
|
3535
3550
|
return {
|
|
3536
3551
|
bucketName: smithy_client_1.expectString(output.bucketName),
|
|
3537
3552
|
bucketPrefix: smithy_client_1.expectString(output.bucketPrefix),
|
|
3553
|
+
s3InputFormatConfig: output.s3InputFormatConfig !== undefined && output.s3InputFormatConfig !== null
|
|
3554
|
+
? deserializeAws_restJson1S3InputFormatConfig(output.s3InputFormatConfig, context)
|
|
3555
|
+
: undefined,
|
|
3538
3556
|
};
|
|
3539
3557
|
};
|
|
3540
3558
|
const deserializeAws_restJson1SalesforceConnectorProfileProperties = (output, context) => {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./CreateConnectorProfileCommand";
|
|
2
|
+
export * from "./CreateFlowCommand";
|
|
3
|
+
export * from "./DeleteConnectorProfileCommand";
|
|
4
|
+
export * from "./DeleteFlowCommand";
|
|
5
|
+
export * from "./DescribeConnectorEntityCommand";
|
|
6
|
+
export * from "./DescribeConnectorProfilesCommand";
|
|
7
|
+
export * from "./DescribeConnectorsCommand";
|
|
8
|
+
export * from "./DescribeFlowCommand";
|
|
9
|
+
export * from "./DescribeFlowExecutionRecordsCommand";
|
|
10
|
+
export * from "./ListConnectorEntitiesCommand";
|
|
11
|
+
export * from "./ListFlowsCommand";
|
|
12
|
+
export * from "./ListTagsForResourceCommand";
|
|
13
|
+
export * from "./StartFlowCommand";
|
|
14
|
+
export * from "./StopFlowCommand";
|
|
15
|
+
export * from "./TagResourceCommand";
|
|
16
|
+
export * from "./UntagResourceCommand";
|
|
17
|
+
export * from "./UpdateConnectorProfileCommand";
|
|
18
|
+
export * from "./UpdateFlowCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
export * from "./AppflowClient";
|
|
2
1
|
export * from "./Appflow";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DescribeConnectorEntityCommand";
|
|
8
|
-
export * from "./commands/DescribeConnectorProfilesCommand";
|
|
9
|
-
export * from "./pagination/DescribeConnectorProfilesPaginator";
|
|
10
|
-
export * from "./commands/DescribeConnectorsCommand";
|
|
11
|
-
export * from "./pagination/DescribeConnectorsPaginator";
|
|
12
|
-
export * from "./commands/DescribeFlowCommand";
|
|
13
|
-
export * from "./commands/DescribeFlowExecutionRecordsCommand";
|
|
14
|
-
export * from "./pagination/DescribeFlowExecutionRecordsPaginator";
|
|
15
|
-
export * from "./commands/ListConnectorEntitiesCommand";
|
|
16
|
-
export * from "./commands/ListFlowsCommand";
|
|
17
|
-
export * from "./pagination/ListFlowsPaginator";
|
|
18
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
19
|
-
export * from "./commands/StartFlowCommand";
|
|
20
|
-
export * from "./commands/StopFlowCommand";
|
|
21
|
-
export * from "./commands/TagResourceCommand";
|
|
22
|
-
export * from "./commands/UntagResourceCommand";
|
|
23
|
-
export * from "./commands/UpdateConnectorProfileCommand";
|
|
24
|
-
export * from "./commands/UpdateFlowCommand";
|
|
25
|
-
export * from "./pagination/Interfaces";
|
|
26
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./AppflowClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -814,6 +814,15 @@ export var MarketoSourceProperties;
|
|
|
814
814
|
(function (MarketoSourceProperties) {
|
|
815
815
|
MarketoSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
816
|
})(MarketoSourceProperties || (MarketoSourceProperties = {}));
|
|
817
|
+
export var S3InputFileType;
|
|
818
|
+
(function (S3InputFileType) {
|
|
819
|
+
S3InputFileType["CSV"] = "CSV";
|
|
820
|
+
S3InputFileType["JSON"] = "JSON";
|
|
821
|
+
})(S3InputFileType || (S3InputFileType = {}));
|
|
822
|
+
export var S3InputFormatConfig;
|
|
823
|
+
(function (S3InputFormatConfig) {
|
|
824
|
+
S3InputFormatConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
})(S3InputFormatConfig || (S3InputFormatConfig = {}));
|
|
817
826
|
export var S3SourceProperties;
|
|
818
827
|
(function (S3SourceProperties) {
|
|
819
828
|
S3SourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2552,6 +2552,10 @@ var serializeAws_restJson1S3DestinationProperties = function (input, context) {
|
|
|
2552
2552
|
s3OutputFormatConfig: serializeAws_restJson1S3OutputFormatConfig(input.s3OutputFormatConfig, context),
|
|
2553
2553
|
}));
|
|
2554
2554
|
};
|
|
2555
|
+
var serializeAws_restJson1S3InputFormatConfig = function (input, context) {
|
|
2556
|
+
return __assign({}, (input.s3InputFileType !== undefined &&
|
|
2557
|
+
input.s3InputFileType !== null && { s3InputFileType: input.s3InputFileType }));
|
|
2558
|
+
};
|
|
2555
2559
|
var serializeAws_restJson1S3OutputFormatConfig = function (input, context) {
|
|
2556
2560
|
return __assign(__assign(__assign({}, (input.aggregationConfig !== undefined &&
|
|
2557
2561
|
input.aggregationConfig !== null && {
|
|
@@ -2560,7 +2564,10 @@ var serializeAws_restJson1S3OutputFormatConfig = function (input, context) {
|
|
|
2560
2564
|
input.prefixConfig !== null && { prefixConfig: serializeAws_restJson1PrefixConfig(input.prefixConfig, context) }));
|
|
2561
2565
|
};
|
|
2562
2566
|
var serializeAws_restJson1S3SourceProperties = function (input, context) {
|
|
2563
|
-
return __assign(__assign({}, (input.bucketName !== undefined && input.bucketName !== null && { bucketName: input.bucketName })), (input.bucketPrefix !== undefined && input.bucketPrefix !== null && { bucketPrefix: input.bucketPrefix }))
|
|
2567
|
+
return __assign(__assign(__assign({}, (input.bucketName !== undefined && input.bucketName !== null && { bucketName: input.bucketName })), (input.bucketPrefix !== undefined && input.bucketPrefix !== null && { bucketPrefix: input.bucketPrefix })), (input.s3InputFormatConfig !== undefined &&
|
|
2568
|
+
input.s3InputFormatConfig !== null && {
|
|
2569
|
+
s3InputFormatConfig: serializeAws_restJson1S3InputFormatConfig(input.s3InputFormatConfig, context),
|
|
2570
|
+
}));
|
|
2564
2571
|
};
|
|
2565
2572
|
var serializeAws_restJson1SalesforceConnectorProfileCredentials = function (input, context) {
|
|
2566
2573
|
return __assign(__assign(__assign(__assign({}, (input.accessToken !== undefined && input.accessToken !== null && { accessToken: input.accessToken })), (input.clientCredentialsArn !== undefined &&
|
|
@@ -3483,6 +3490,11 @@ var deserializeAws_restJson1S3DestinationProperties = function (output, context)
|
|
|
3483
3490
|
: undefined,
|
|
3484
3491
|
};
|
|
3485
3492
|
};
|
|
3493
|
+
var deserializeAws_restJson1S3InputFormatConfig = function (output, context) {
|
|
3494
|
+
return {
|
|
3495
|
+
s3InputFileType: __expectString(output.s3InputFileType),
|
|
3496
|
+
};
|
|
3497
|
+
};
|
|
3486
3498
|
var deserializeAws_restJson1S3Metadata = function (output, context) {
|
|
3487
3499
|
return {};
|
|
3488
3500
|
};
|
|
@@ -3501,6 +3513,9 @@ var deserializeAws_restJson1S3SourceProperties = function (output, context) {
|
|
|
3501
3513
|
return {
|
|
3502
3514
|
bucketName: __expectString(output.bucketName),
|
|
3503
3515
|
bucketPrefix: __expectString(output.bucketPrefix),
|
|
3516
|
+
s3InputFormatConfig: output.s3InputFormatConfig !== undefined && output.s3InputFormatConfig !== null
|
|
3517
|
+
? deserializeAws_restJson1S3InputFormatConfig(output.s3InputFormatConfig, context)
|
|
3518
|
+
: undefined,
|
|
3504
3519
|
};
|
|
3505
3520
|
};
|
|
3506
3521
|
var deserializeAws_restJson1SalesforceConnectorProfileProperties = function (output, context) {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./CreateConnectorProfileCommand";
|
|
2
|
+
export * from "./CreateFlowCommand";
|
|
3
|
+
export * from "./DeleteConnectorProfileCommand";
|
|
4
|
+
export * from "./DeleteFlowCommand";
|
|
5
|
+
export * from "./DescribeConnectorEntityCommand";
|
|
6
|
+
export * from "./DescribeConnectorProfilesCommand";
|
|
7
|
+
export * from "./DescribeConnectorsCommand";
|
|
8
|
+
export * from "./DescribeFlowCommand";
|
|
9
|
+
export * from "./DescribeFlowExecutionRecordsCommand";
|
|
10
|
+
export * from "./ListConnectorEntitiesCommand";
|
|
11
|
+
export * from "./ListFlowsCommand";
|
|
12
|
+
export * from "./ListTagsForResourceCommand";
|
|
13
|
+
export * from "./StartFlowCommand";
|
|
14
|
+
export * from "./StopFlowCommand";
|
|
15
|
+
export * from "./TagResourceCommand";
|
|
16
|
+
export * from "./UntagResourceCommand";
|
|
17
|
+
export * from "./UpdateConnectorProfileCommand";
|
|
18
|
+
export * from "./UpdateFlowCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
export * from "./AppflowClient";
|
|
2
1
|
export * from "./Appflow";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DescribeConnectorEntityCommand";
|
|
8
|
-
export * from "./commands/DescribeConnectorProfilesCommand";
|
|
9
|
-
export * from "./pagination/DescribeConnectorProfilesPaginator";
|
|
10
|
-
export * from "./commands/DescribeConnectorsCommand";
|
|
11
|
-
export * from "./pagination/DescribeConnectorsPaginator";
|
|
12
|
-
export * from "./commands/DescribeFlowCommand";
|
|
13
|
-
export * from "./commands/DescribeFlowExecutionRecordsCommand";
|
|
14
|
-
export * from "./pagination/DescribeFlowExecutionRecordsPaginator";
|
|
15
|
-
export * from "./commands/ListConnectorEntitiesCommand";
|
|
16
|
-
export * from "./commands/ListFlowsCommand";
|
|
17
|
-
export * from "./pagination/ListFlowsPaginator";
|
|
18
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
19
|
-
export * from "./commands/StartFlowCommand";
|
|
20
|
-
export * from "./commands/StopFlowCommand";
|
|
21
|
-
export * from "./commands/TagResourceCommand";
|
|
22
|
-
export * from "./commands/UntagResourceCommand";
|
|
23
|
-
export * from "./commands/UpdateConnectorProfileCommand";
|
|
24
|
-
export * from "./commands/UpdateFlowCommand";
|
|
25
|
-
export * from "./pagination/Interfaces";
|
|
26
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./AppflowClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -2729,6 +2729,25 @@ export declare namespace MarketoSourceProperties {
|
|
|
2729
2729
|
*/
|
|
2730
2730
|
const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
2731
2731
|
}
|
|
2732
|
+
export declare enum S3InputFileType {
|
|
2733
|
+
CSV = "CSV",
|
|
2734
|
+
JSON = "JSON"
|
|
2735
|
+
}
|
|
2736
|
+
/**
|
|
2737
|
+
* <p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>
|
|
2738
|
+
*/
|
|
2739
|
+
export interface S3InputFormatConfig {
|
|
2740
|
+
/**
|
|
2741
|
+
* <p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>
|
|
2742
|
+
*/
|
|
2743
|
+
s3InputFileType?: S3InputFileType | string;
|
|
2744
|
+
}
|
|
2745
|
+
export declare namespace S3InputFormatConfig {
|
|
2746
|
+
/**
|
|
2747
|
+
* @internal
|
|
2748
|
+
*/
|
|
2749
|
+
const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
2750
|
+
}
|
|
2732
2751
|
/**
|
|
2733
2752
|
* <p> The properties that are applied when Amazon S3 is being used as the flow source. </p>
|
|
2734
2753
|
*/
|
|
@@ -2741,6 +2760,10 @@ export interface S3SourceProperties {
|
|
|
2741
2760
|
* <p> The object key for the Amazon S3 bucket in which the source files are stored. </p>
|
|
2742
2761
|
*/
|
|
2743
2762
|
bucketPrefix?: string;
|
|
2763
|
+
/**
|
|
2764
|
+
* <p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>
|
|
2765
|
+
*/
|
|
2766
|
+
s3InputFormatConfig?: S3InputFormatConfig;
|
|
2744
2767
|
}
|
|
2745
2768
|
export declare namespace S3SourceProperties {
|
|
2746
2769
|
/**
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./CreateConnectorProfileCommand";
|
|
2
|
+
export * from "./CreateFlowCommand";
|
|
3
|
+
export * from "./DeleteConnectorProfileCommand";
|
|
4
|
+
export * from "./DeleteFlowCommand";
|
|
5
|
+
export * from "./DescribeConnectorEntityCommand";
|
|
6
|
+
export * from "./DescribeConnectorProfilesCommand";
|
|
7
|
+
export * from "./DescribeConnectorsCommand";
|
|
8
|
+
export * from "./DescribeFlowCommand";
|
|
9
|
+
export * from "./DescribeFlowExecutionRecordsCommand";
|
|
10
|
+
export * from "./ListConnectorEntitiesCommand";
|
|
11
|
+
export * from "./ListFlowsCommand";
|
|
12
|
+
export * from "./ListTagsForResourceCommand";
|
|
13
|
+
export * from "./StartFlowCommand";
|
|
14
|
+
export * from "./StopFlowCommand";
|
|
15
|
+
export * from "./TagResourceCommand";
|
|
16
|
+
export * from "./UntagResourceCommand";
|
|
17
|
+
export * from "./UpdateConnectorProfileCommand";
|
|
18
|
+
export * from "./UpdateFlowCommand";
|
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
export * from "./AppflowClient";
|
|
2
1
|
export * from "./Appflow";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DescribeConnectorEntityCommand";
|
|
8
|
-
export * from "./commands/DescribeConnectorProfilesCommand";
|
|
9
|
-
export * from "./pagination/DescribeConnectorProfilesPaginator";
|
|
10
|
-
export * from "./commands/DescribeConnectorsCommand";
|
|
11
|
-
export * from "./pagination/DescribeConnectorsPaginator";
|
|
12
|
-
export * from "./commands/DescribeFlowCommand";
|
|
13
|
-
export * from "./commands/DescribeFlowExecutionRecordsCommand";
|
|
14
|
-
export * from "./pagination/DescribeFlowExecutionRecordsPaginator";
|
|
15
|
-
export * from "./commands/ListConnectorEntitiesCommand";
|
|
16
|
-
export * from "./commands/ListFlowsCommand";
|
|
17
|
-
export * from "./pagination/ListFlowsPaginator";
|
|
18
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
19
|
-
export * from "./commands/StartFlowCommand";
|
|
20
|
-
export * from "./commands/StopFlowCommand";
|
|
21
|
-
export * from "./commands/TagResourceCommand";
|
|
22
|
-
export * from "./commands/UntagResourceCommand";
|
|
23
|
-
export * from "./commands/UpdateConnectorProfileCommand";
|
|
24
|
-
export * from "./commands/UpdateFlowCommand";
|
|
25
|
-
export * from "./pagination/Interfaces";
|
|
26
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./AppflowClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -1649,12 +1649,27 @@ export declare namespace MarketoSourceProperties {
|
|
|
1649
1649
|
|
|
1650
1650
|
const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
1651
1651
|
}
|
|
1652
|
+
export declare enum S3InputFileType {
|
|
1653
|
+
CSV = "CSV",
|
|
1654
|
+
JSON = "JSON"
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
export interface S3InputFormatConfig {
|
|
1658
|
+
|
|
1659
|
+
s3InputFileType?: S3InputFileType | string;
|
|
1660
|
+
}
|
|
1661
|
+
export declare namespace S3InputFormatConfig {
|
|
1662
|
+
|
|
1663
|
+
const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
|
|
1664
|
+
}
|
|
1652
1665
|
|
|
1653
1666
|
export interface S3SourceProperties {
|
|
1654
1667
|
|
|
1655
1668
|
bucketName: string | undefined;
|
|
1656
1669
|
|
|
1657
1670
|
bucketPrefix?: string;
|
|
1671
|
+
|
|
1672
|
+
s3InputFormatConfig?: S3InputFormatConfig;
|
|
1658
1673
|
}
|
|
1659
1674
|
export declare namespace S3SourceProperties {
|
|
1660
1675
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appflow",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|