@aws-sdk/client-appflow 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +66 -67
- package/dist-cjs/models/AppflowServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Appflow.js +1 -1
- package/dist-es/AppflowClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelFlowExecutionsCommand.js +2 -2
- package/dist-es/commands/CreateConnectorProfileCommand.js +2 -2
- package/dist-es/commands/CreateFlowCommand.js +2 -2
- package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -2
- package/dist-es/commands/DeleteFlowCommand.js +2 -2
- package/dist-es/commands/DescribeConnectorCommand.js +2 -2
- package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -2
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -2
- package/dist-es/commands/DescribeConnectorsCommand.js +2 -2
- package/dist-es/commands/DescribeFlowCommand.js +2 -2
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -2
- package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -2
- package/dist-es/commands/ListConnectorsCommand.js +2 -2
- package/dist-es/commands/ListFlowsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterConnectorCommand.js +2 -2
- package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +2 -2
- package/dist-es/commands/StartFlowCommand.js +2 -2
- package/dist-es/commands/StopFlowCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UnregisterConnectorCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -2
- package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -2
- package/dist-es/commands/UpdateFlowCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AppflowServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AppflowClient.d.ts +5 -5
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateFlowCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFlowCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectorCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFlowCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectorsCommand.d.ts +6 -4
- package/dist-types/commands/ListFlowsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterConnectorCommand.d.ts +6 -4
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +6 -4
- package/dist-types/commands/StartFlowCommand.d.ts +6 -4
- package/dist-types/commands/StopFlowCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFlowCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AppflowServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AppflowClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppflowServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConnectorProfilesCommandInput extends DescribeConnector
|
|
|
22
22
|
export interface DescribeConnectorProfilesCommandOutput extends DescribeConnectorProfilesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConnectorProfilesCommand_base: {
|
|
25
|
-
new (input: DescribeConnectorProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeConnectorProfilesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns a list of <code>connector-profile</code> details matching the provided
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConnectorsCommandInput extends DescribeConnectorsReques
|
|
|
22
22
|
export interface DescribeConnectorsCommandOutput extends DescribeConnectorsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConnectorsCommand_base: {
|
|
25
|
-
new (input: DescribeConnectorsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeConnectorsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeFlowCommandInput extends DescribeFlowRequest {
|
|
|
22
22
|
export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeFlowCommand_base: {
|
|
25
|
-
new (input: DescribeFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Provides a description of the specified flow. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeFlowExecutionRecordsCommandInput extends DescribeFlowEx
|
|
|
22
22
|
export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowExecutionRecordsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeFlowExecutionRecordsCommand_base: {
|
|
25
|
-
new (input: DescribeFlowExecutionRecordsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeFlowExecutionRecordsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeFlowExecutionRecordsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowExecutionRecordsCommandInput, DescribeFlowExecutionRecordsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeFlowExecutionRecordsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowExecutionRecordsCommandInput, DescribeFlowExecutionRecordsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Fetches the execution history of the flow. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConnectorEntitiesCommandInput extends ListConnectorEntities
|
|
|
22
22
|
export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitiesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConnectorEntitiesCommand_base: {
|
|
25
|
-
new (input: ListConnectorEntitiesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConnectorEntitiesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConnectorEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListConnectorEntitiesCommandInput, ListConnectorEntitiesCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConnectorEntitiesCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectorEntitiesCommandInput, ListConnectorEntitiesCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns the list of available connector entities supported by Amazon AppFlow. For
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConnectorsCommandInput extends ListConnectorsRequest {
|
|
|
22
22
|
export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConnectorsCommand_base: {
|
|
25
|
-
new (input: ListConnectorsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConnectorsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the list of all registered custom connectors in your Amazon Web Services account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFlowsCommandInput extends ListFlowsRequest {
|
|
|
22
22
|
export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFlowsCommand_base: {
|
|
25
|
-
new (input: ListFlowsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListFlowsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListFlowsCommandInput, ListFlowsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListFlowsCommandInput]): import("@smithy/core/client").CommandImpl<ListFlowsCommandInput, ListFlowsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists all of the flows associated with your account. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Retrieves the tags that are associated with a specified flow. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { RegisterConnectorRequest, RegisterConnectorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegisterConnectorCommandInput extends RegisterConnectorRequest
|
|
|
22
22
|
export interface RegisterConnectorCommandOutput extends RegisterConnectorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterConnectorCommand_base: {
|
|
25
|
-
new (input: RegisterConnectorCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [RegisterConnectorCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RegisterConnectorCommandInput): import("@smithy/core/client").CommandImpl<RegisterConnectorCommandInput, RegisterConnectorCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [RegisterConnectorCommandInput]): import("@smithy/core/client").CommandImpl<RegisterConnectorCommandInput, RegisterConnectorCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Registers a new custom connector with your Amazon Web Services account. Before you can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { ResetConnectorMetadataCacheRequest, ResetConnectorMetadataCacheResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ResetConnectorMetadataCacheCommandInput extends ResetConnectorM
|
|
|
22
22
|
export interface ResetConnectorMetadataCacheCommandOutput extends ResetConnectorMetadataCacheResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ResetConnectorMetadataCacheCommand_base: {
|
|
25
|
-
new (input: ResetConnectorMetadataCacheCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ResetConnectorMetadataCacheCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ResetConnectorMetadataCacheCommandInput): import("@smithy/core/client").CommandImpl<ResetConnectorMetadataCacheCommandInput, ResetConnectorMetadataCacheCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ResetConnectorMetadataCacheCommandInput]): import("@smithy/core/client").CommandImpl<ResetConnectorMetadataCacheCommandInput, ResetConnectorMetadataCacheCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Resets metadata about your connector entities that Amazon AppFlow stored in its
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartFlowCommandInput extends StartFlowRequest {
|
|
|
22
22
|
export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartFlowCommand_base: {
|
|
25
|
-
new (input: StartFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartFlowCommandInput): import("@smithy/core/client").CommandImpl<StartFlowCommandInput, StartFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartFlowCommandInput): import("@smithy/core/client").CommandImpl<StartFlowCommandInput, StartFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Activates an existing flow. For on-demand flows, this operation runs the flow
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { StopFlowRequest, StopFlowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopFlowCommandInput extends StopFlowRequest {
|
|
|
22
22
|
export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopFlowCommand_base: {
|
|
25
|
-
new (input: StopFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopFlowCommandInput): import("@smithy/core/client").CommandImpl<StopFlowCommandInput, StopFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopFlowCommandInput): import("@smithy/core/client").CommandImpl<StopFlowCommandInput, StopFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deactivates the existing flow. For on-demand flows, this operation returns an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Applies a tag to the specified flow. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { UnregisterConnectorRequest, UnregisterConnectorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UnregisterConnectorCommandInput extends UnregisterConnectorRequ
|
|
|
22
22
|
export interface UnregisterConnectorCommandOutput extends UnregisterConnectorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UnregisterConnectorCommand_base: {
|
|
25
|
-
new (input: UnregisterConnectorCommandInput): import("@smithy/
|
|
26
|
-
new (input: UnregisterConnectorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UnregisterConnectorCommandInput): import("@smithy/core/client").CommandImpl<UnregisterConnectorCommandInput, UnregisterConnectorCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UnregisterConnectorCommandInput): import("@smithy/core/client").CommandImpl<UnregisterConnectorCommandInput, UnregisterConnectorCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Unregisters the custom connector registered in your account that matches the connector
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Removes a tag from the specified flow. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { UpdateConnectorProfileRequest, UpdateConnectorProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateConnectorProfileCommandInput extends UpdateConnectorProfi
|
|
|
22
22
|
export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateConnectorProfileCommand_base: {
|
|
25
|
-
new (input: UpdateConnectorProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateConnectorProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateConnectorProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Updates a given connector profile associated with your account. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateConnectorRegistrationCommandInput extends UpdateConnector
|
|
|
22
22
|
export interface UpdateConnectorRegistrationCommandOutput extends UpdateConnectorRegistrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateConnectorRegistrationCommand_base: {
|
|
25
|
-
new (input: UpdateConnectorRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateConnectorRegistrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateConnectorRegistrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateConnectorRegistrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a custom connector that you've previously registered. This operation updates the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
4
4
|
import type { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateFlowCommandInput extends UpdateFlowRequest {
|
|
|
22
22
|
export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFlowCommand_base: {
|
|
25
|
-
new (input: UpdateFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateFlowCommandInput, UpdateFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateFlowCommandInput, UpdateFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Updates an existing flow. </p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { AppflowServiceException as __BaseException } from "./AppflowServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>AppFlow/Requester has invalid or missing permissions.</p>
|
|
@@ -5,13 +5,13 @@ import type { AppflowClientConfig } from "./AppflowClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { AppflowClientConfig } from "./AppflowClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { AppflowClientConfig } from "./AppflowClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppflowClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CancelFlowExecutionsCommandOutput
|
|
|
19
19
|
declare const CancelFlowExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CancelFlowExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CancelFlowExecutionsCommandInput,
|
|
24
24
|
CancelFlowExecutionsCommandOutput,
|
|
25
25
|
AppflowClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CancelFlowExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CancelFlowExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CancelFlowExecutionsCommandInput,
|
|
33
33
|
CancelFlowExecutionsCommandOutput,
|
|
34
34
|
AppflowClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CancelFlowExecutionsCommand extends CancelFlowExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppflowClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateConnectorProfileCommandOutput
|
|
|
19
19
|
declare const CreateConnectorProfileCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateConnectorProfileCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateConnectorProfileCommandInput,
|
|
24
24
|
CreateConnectorProfileCommandOutput,
|
|
25
25
|
AppflowClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateConnectorProfileCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateConnectorProfileCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateConnectorProfileCommandInput,
|
|
33
33
|
CreateConnectorProfileCommandOutput,
|
|
34
34
|
AppflowClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateConnectorProfileCommand extends CreateConnectorProfileCommand_base {
|
|
41
43
|
protected static __types: {
|