@aws-sdk/client-appflow 3.1077.0 → 3.1079.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.
Files changed (83) hide show
  1. package/dist-cjs/index.js +33 -253
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelFlowExecutionsCommand.js +2 -14
  4. package/dist-es/commands/CreateConnectorProfileCommand.js +2 -14
  5. package/dist-es/commands/CreateFlowCommand.js +2 -14
  6. package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -14
  7. package/dist-es/commands/DeleteFlowCommand.js +2 -14
  8. package/dist-es/commands/DescribeConnectorCommand.js +2 -14
  9. package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -14
  10. package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -14
  11. package/dist-es/commands/DescribeConnectorsCommand.js +2 -14
  12. package/dist-es/commands/DescribeFlowCommand.js +2 -14
  13. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -14
  14. package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -14
  15. package/dist-es/commands/ListConnectorsCommand.js +2 -14
  16. package/dist-es/commands/ListFlowsCommand.js +2 -14
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  18. package/dist-es/commands/RegisterConnectorCommand.js +2 -14
  19. package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +2 -14
  20. package/dist-es/commands/StartFlowCommand.js +2 -14
  21. package/dist-es/commands/StopFlowCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/UnregisterConnectorCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -14
  26. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -14
  27. package/dist-es/commands/UpdateFlowCommand.js +2 -14
  28. package/dist-es/index.js +1 -0
  29. package/dist-types/commandBuilder.d.ts +18 -0
  30. package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateFlowCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteFlowCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeConnectorsCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeFlowCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +3 -8
  42. package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListFlowsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/RegisterConnectorCommand.d.ts +3 -8
  46. package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -8
  47. package/dist-types/commands/StartFlowCommand.d.ts +3 -8
  48. package/dist-types/commands/StopFlowCommand.d.ts +3 -8
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UnregisterConnectorCommand.d.ts +3 -8
  51. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateFlowCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  57. package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/index.d.ts +1 -0
  83. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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,6 +1,7 @@
1
1
  export * from "./AppflowClient";
2
2
  export * from "./Appflow";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -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>
@@ -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 { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } 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 DescribeFlowExecutionRecordsCommandInput extends DescribeFlowEx
22
19
  export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowExecutionRecordsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFlowExecutionRecordsCommand_base: {
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
- };
22
+ new (input: DescribeFlowExecutionRecordsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowExecutionRecordsCommandInput, DescribeFlowExecutionRecordsCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeFlowExecutionRecordsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowExecutionRecordsCommandInput, DescribeFlowExecutionRecordsCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Fetches the execution history of the 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 { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } 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 ListConnectorEntitiesCommandInput extends ListConnectorEntities
22
19
  export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitiesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListConnectorEntitiesCommand_base: {
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
- };
22
+ new (input: ListConnectorEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListConnectorEntitiesCommandInput, ListConnectorEntitiesCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListConnectorEntitiesCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectorEntitiesCommandInput, ListConnectorEntitiesCommandOutput, import("..").AppflowClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns the list of available connector entities supported by Amazon AppFlow. For