@aws-sdk/client-appflow 3.1076.0 → 3.1078.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/dist-cjs/index.js +36 -255
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelFlowExecutionsCommand.js +2 -14
- package/dist-es/commands/CreateConnectorProfileCommand.js +2 -14
- package/dist-es/commands/CreateFlowCommand.js +2 -14
- package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -14
- package/dist-es/commands/DeleteFlowCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorsCommand.js +2 -14
- package/dist-es/commands/DescribeFlowCommand.js +2 -14
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -14
- package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -14
- package/dist-es/commands/ListConnectorsCommand.js +2 -14
- package/dist-es/commands/ListFlowsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterConnectorCommand.js +2 -14
- package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +2 -14
- package/dist-es/commands/StartFlowCommand.js +2 -14
- package/dist-es/commands/StopFlowCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UnregisterConnectorCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -14
- package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -14
- package/dist-es/commands/UpdateFlowCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterConnectorCommand.d.ts +3 -8
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -8
- package/dist-types/commands/StartFlowCommand.d.ts +3 -8
- package/dist-types/commands/StopFlowCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFlowCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFlows$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFlowsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "ListFlows", {})
|
|
13
|
-
.n("AppflowClient", "ListFlowsCommand")
|
|
14
|
-
.sc(ListFlows$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFlowsCommand extends command(_ep0, _mw0, "ListFlows", ListFlows$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "ListTagsForResource", {})
|
|
13
|
-
.n("AppflowClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterConnector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterConnectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "RegisterConnector", {})
|
|
13
|
-
.n("AppflowClient", "RegisterConnectorCommand")
|
|
14
|
-
.sc(RegisterConnector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterConnectorCommand extends command(_ep0, _mw0, "RegisterConnector", RegisterConnector$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ResetConnectorMetadataCache$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ResetConnectorMetadataCacheCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "ResetConnectorMetadataCache", {})
|
|
13
|
-
.n("AppflowClient", "ResetConnectorMetadataCacheCommand")
|
|
14
|
-
.sc(ResetConnectorMetadataCache$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ResetConnectorMetadataCacheCommand extends command(_ep0, _mw0, "ResetConnectorMetadataCache", ResetConnectorMetadataCache$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "StartFlow", {})
|
|
13
|
-
.n("AppflowClient", "StartFlowCommand")
|
|
14
|
-
.sc(StartFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartFlowCommand extends command(_ep0, _mw0, "StartFlow", StartFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "StopFlow", {})
|
|
13
|
-
.n("AppflowClient", "StopFlowCommand")
|
|
14
|
-
.sc(StopFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopFlowCommand extends command(_ep0, _mw0, "StopFlow", StopFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "TagResource", {})
|
|
13
|
-
.n("AppflowClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UnregisterConnector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UnregisterConnectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "UnregisterConnector", {})
|
|
13
|
-
.n("AppflowClient", "UnregisterConnectorCommand")
|
|
14
|
-
.sc(UnregisterConnector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UnregisterConnectorCommand extends command(_ep0, _mw0, "UnregisterConnector", UnregisterConnector$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "UntagResource", {})
|
|
13
|
-
.n("AppflowClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateConnectorProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConnectorProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "UpdateConnectorProfile", {})
|
|
13
|
-
.n("AppflowClient", "UpdateConnectorProfileCommand")
|
|
14
|
-
.sc(UpdateConnectorProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConnectorProfileCommand extends command(_ep0, _mw0, "UpdateConnectorProfile", UpdateConnectorProfile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateConnectorRegistration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConnectorRegistrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "UpdateConnectorRegistration", {})
|
|
13
|
-
.n("AppflowClient", "UpdateConnectorRegistrationCommand")
|
|
14
|
-
.sc(UpdateConnectorRegistration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConnectorRegistrationCommand extends command(_ep0, _mw0, "UpdateConnectorRegistration", UpdateConnectorRegistration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "UpdateFlow", {})
|
|
13
|
-
.n("AppflowClient", "UpdateFlowCommand")
|
|
14
|
-
.sc(UpdateFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFlowCommand extends command(_ep0, _mw0, "UpdateFlow", UpdateFlow$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "SandstoneConfigurationServiceLambda",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "Appflow",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AppflowClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CancelFlowExecutionsCommandInput extends CancelFlowExecutionsRe
|
|
|
22
19
|
export interface CancelFlowExecutionsCommandOutput extends CancelFlowExecutionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelFlowExecutionsCommand_base: {
|
|
25
|
-
new (input: CancelFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels active runs for a flow.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateConnectorProfileCommandInput extends CreateConnectorProfi
|
|
|
22
19
|
export interface CreateConnectorProfileCommandOutput extends CreateConnectorProfileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConnectorProfileCommand_base: {
|
|
25
|
-
new (input: CreateConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a new connector profile associated with your Amazon Web Services account. There is
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFlowCommandInput extends CreateFlowRequest {
|
|
|
22
19
|
export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFlowCommand_base: {
|
|
25
|
-
new (input: CreateFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Enables your application to create a new flow using Amazon AppFlow. You must create
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteConnectorProfileCommandInput extends DeleteConnectorProfi
|
|
|
22
19
|
export interface DeleteConnectorProfileCommandOutput extends DeleteConnectorProfileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConnectorProfileCommand_base: {
|
|
25
|
-
new (input: DeleteConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Enables you to delete an existing connector profile. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteFlowCommandInput extends DeleteFlowRequest {
|
|
|
22
19
|
export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFlowCommand_base: {
|
|
25
|
-
new (input: DeleteFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeConnectorCommandInput extends DescribeConnectorRequest
|
|
|
22
19
|
export interface DescribeConnectorCommandOutput extends DescribeConnectorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeConnectorCommand_base: {
|
|
25
|
-
new (input: DescribeConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeConnectorCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes the given custom connector registered in your Amazon Web Services account. This
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeConnectorEntityCommandInput extends DescribeConnectorEn
|
|
|
22
19
|
export interface DescribeConnectorEntityCommandOutput extends DescribeConnectorEntityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeConnectorEntityCommand_base: {
|
|
25
|
-
new (input: DescribeConnectorEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorEntityCommandInput, DescribeConnectorEntityCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeConnectorEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorEntityCommandInput, DescribeConnectorEntityCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeConnectorEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorEntityCommandInput, DescribeConnectorEntityCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeConnectorEntityCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorEntityCommandInput, DescribeConnectorEntityCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Provides details regarding the entity used with the connector, with a description of the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeConnectorProfilesCommandInput extends DescribeConnector
|
|
|
22
19
|
export interface DescribeConnectorProfilesCommandOutput extends DescribeConnectorProfilesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeConnectorProfilesCommand_base: {
|
|
25
|
-
new (input: DescribeConnectorProfilesCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorProfilesCommandInput, DescribeConnectorProfilesCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeConnectorProfilesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConnectorProfilesCommandInput, DescribeConnectorProfilesCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeConnectorProfilesCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorProfilesCommandInput, DescribeConnectorProfilesCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeConnectorProfilesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConnectorProfilesCommandInput, DescribeConnectorProfilesCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns a list of <code>connector-profile</code> details matching the provided
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeConnectorsCommandInput extends DescribeConnectorsReques
|
|
|
22
19
|
export interface DescribeConnectorsCommandOutput extends DescribeConnectorsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeConnectorsCommand_base: {
|
|
25
|
-
new (input: DescribeConnectorsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeConnectorsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
2
|
import type { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeFlowCommandInput extends DescribeFlowRequest {
|
|
|
22
19
|
export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeFlowCommand_base: {
|
|
25
|
-
new (input: DescribeFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowCommandInput, DescribeFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowCommandInput, DescribeFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowCommandInput, DescribeFlowCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowCommandInput, DescribeFlowCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Provides a description of the specified flow. </p>
|