@aws-sdk/client-appflow 3.478.0 → 3.484.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 (105) hide show
  1. package/dist-cjs/commands/CancelFlowExecutionsCommand.js +18 -41
  2. package/dist-cjs/commands/CreateConnectorProfileCommand.js +18 -41
  3. package/dist-cjs/commands/CreateFlowCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteFlowCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeConnectorCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeConnectorsCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeFlowCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +18 -41
  12. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +18 -41
  13. package/dist-cjs/commands/ListConnectorsCommand.js +18 -41
  14. package/dist-cjs/commands/ListFlowsCommand.js +18 -41
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  16. package/dist-cjs/commands/RegisterConnectorCommand.js +18 -41
  17. package/dist-cjs/commands/ResetConnectorMetadataCacheCommand.js +18 -41
  18. package/dist-cjs/commands/StartFlowCommand.js +18 -41
  19. package/dist-cjs/commands/StopFlowCommand.js +18 -41
  20. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  21. package/dist-cjs/commands/UnregisterConnectorCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateFlowCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-es/commands/CancelFlowExecutionsCommand.js +18 -41
  28. package/dist-es/commands/CreateConnectorProfileCommand.js +18 -41
  29. package/dist-es/commands/CreateFlowCommand.js +18 -41
  30. package/dist-es/commands/DeleteConnectorProfileCommand.js +18 -41
  31. package/dist-es/commands/DeleteFlowCommand.js +18 -41
  32. package/dist-es/commands/DescribeConnectorCommand.js +18 -41
  33. package/dist-es/commands/DescribeConnectorEntityCommand.js +18 -41
  34. package/dist-es/commands/DescribeConnectorProfilesCommand.js +18 -41
  35. package/dist-es/commands/DescribeConnectorsCommand.js +18 -41
  36. package/dist-es/commands/DescribeFlowCommand.js +18 -41
  37. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +18 -41
  38. package/dist-es/commands/ListConnectorEntitiesCommand.js +18 -41
  39. package/dist-es/commands/ListConnectorsCommand.js +18 -41
  40. package/dist-es/commands/ListFlowsCommand.js +18 -41
  41. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  42. package/dist-es/commands/RegisterConnectorCommand.js +18 -41
  43. package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +18 -41
  44. package/dist-es/commands/StartFlowCommand.js +18 -41
  45. package/dist-es/commands/StopFlowCommand.js +18 -41
  46. package/dist-es/commands/TagResourceCommand.js +18 -41
  47. package/dist-es/commands/UnregisterConnectorCommand.js +18 -41
  48. package/dist-es/commands/UntagResourceCommand.js +18 -41
  49. package/dist-es/commands/UpdateConnectorProfileCommand.js +18 -41
  50. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +18 -41
  51. package/dist-es/commands/UpdateFlowCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +6 -21
  55. package/dist-types/commands/CreateFlowCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +6 -21
  57. package/dist-types/commands/DeleteFlowCommand.d.ts +6 -21
  58. package/dist-types/commands/DescribeConnectorCommand.d.ts +6 -21
  59. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +6 -21
  60. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +6 -21
  61. package/dist-types/commands/DescribeConnectorsCommand.d.ts +6 -21
  62. package/dist-types/commands/DescribeFlowCommand.d.ts +6 -21
  63. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +6 -21
  64. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +6 -21
  65. package/dist-types/commands/ListConnectorsCommand.d.ts +6 -21
  66. package/dist-types/commands/ListFlowsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/RegisterConnectorCommand.d.ts +6 -21
  69. package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +6 -21
  70. package/dist-types/commands/StartFlowCommand.d.ts +6 -21
  71. package/dist-types/commands/StopFlowCommand.d.ts +6 -21
  72. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/UnregisterConnectorCommand.d.ts +6 -21
  74. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  75. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +6 -21
  76. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateFlowCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  105. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeConnectorsCommandInput
21
15
  export interface DescribeConnectorsCommandOutput
22
16
  extends DescribeConnectorsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeConnectorsCommand extends $Command<
25
- DescribeConnectorsCommandInput,
26
- DescribeConnectorsCommandOutput,
27
- AppflowClientResolvedConfig
28
- > {
29
- readonly input: DescribeConnectorsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeConnectorsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppflowClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeConnectorsCommand_base: {
19
+ new (
20
+ input: DescribeConnectorsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeConnectorsCommandInput,
23
+ DescribeConnectorsCommandOutput,
24
+ AppflowClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeConnectorsCommand extends DescribeConnectorsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
17
11
  export interface DescribeFlowCommandOutput
18
12
  extends DescribeFlowResponse,
19
13
  __MetadataBearer {}
20
- export declare class DescribeFlowCommand extends $Command<
21
- DescribeFlowCommandInput,
22
- DescribeFlowCommandOutput,
23
- AppflowClientResolvedConfig
24
- > {
25
- readonly input: DescribeFlowCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeFlowCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AppflowClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeFlowCommandInput, DescribeFlowCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeFlowCommand_base: {
15
+ new (
16
+ input: DescribeFlowCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeFlowCommandInput,
19
+ DescribeFlowCommandOutput,
20
+ AppflowClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeFlowCommand extends DescribeFlowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeFlowExecutionRecordsCommandInput
21
15
  export interface DescribeFlowExecutionRecordsCommandOutput
22
16
  extends DescribeFlowExecutionRecordsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeFlowExecutionRecordsCommand extends $Command<
25
- DescribeFlowExecutionRecordsCommandInput,
26
- DescribeFlowExecutionRecordsCommandOutput,
27
- AppflowClientResolvedConfig
28
- > {
29
- readonly input: DescribeFlowExecutionRecordsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeFlowExecutionRecordsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppflowClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeFlowExecutionRecordsCommand_base: {
19
+ new (
20
+ input: DescribeFlowExecutionRecordsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeFlowExecutionRecordsCommandInput,
38
- DescribeFlowExecutionRecordsCommandOutput
23
+ DescribeFlowExecutionRecordsCommandOutput,
24
+ AppflowClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeFlowExecutionRecordsCommand extends DescribeFlowExecutionRecordsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListConnectorEntitiesCommandInput
21
15
  export interface ListConnectorEntitiesCommandOutput
22
16
  extends ListConnectorEntitiesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListConnectorEntitiesCommand extends $Command<
25
- ListConnectorEntitiesCommandInput,
26
- ListConnectorEntitiesCommandOutput,
27
- AppflowClientResolvedConfig
28
- > {
29
- readonly input: ListConnectorEntitiesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListConnectorEntitiesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppflowClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListConnectorEntitiesCommand_base: {
19
+ new (
20
+ input: ListConnectorEntitiesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListConnectorEntitiesCommandInput,
38
- ListConnectorEntitiesCommandOutput
23
+ ListConnectorEntitiesCommandOutput,
24
+ AppflowClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListConnectorEntitiesCommand extends ListConnectorEntitiesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
20
14
  export interface ListConnectorsCommandOutput
21
15
  extends ListConnectorsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListConnectorsCommand extends $Command<
24
- ListConnectorsCommandInput,
25
- ListConnectorsCommandOutput,
26
- AppflowClientResolvedConfig
27
- > {
28
- readonly input: ListConnectorsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListConnectorsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AppflowClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListConnectorsCommand_base: {
18
+ new (
19
+ input: ListConnectorsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListConnectorsCommandInput,
22
+ ListConnectorsCommandOutput,
23
+ AppflowClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListConnectorsCommand extends ListConnectorsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListFlowsCommandInput extends ListFlowsRequest {}
17
11
  export interface ListFlowsCommandOutput
18
12
  extends ListFlowsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListFlowsCommand extends $Command<
21
- ListFlowsCommandInput,
22
- ListFlowsCommandOutput,
23
- AppflowClientResolvedConfig
24
- > {
25
- readonly input: ListFlowsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListFlowsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AppflowClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListFlowsCommandInput, ListFlowsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListFlowsCommand_base: {
15
+ new (
16
+ input: ListFlowsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListFlowsCommandInput,
19
+ ListFlowsCommandOutput,
20
+ AppflowClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListFlowsCommand extends ListFlowsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- AppflowClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppflowClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ AppflowClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface RegisterConnectorCommandInput
21
15
  export interface RegisterConnectorCommandOutput
22
16
  extends RegisterConnectorResponse,
23
17
  __MetadataBearer {}
24
- export declare class RegisterConnectorCommand extends $Command<
25
- RegisterConnectorCommandInput,
26
- RegisterConnectorCommandOutput,
27
- AppflowClientResolvedConfig
28
- > {
29
- readonly input: RegisterConnectorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RegisterConnectorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppflowClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<RegisterConnectorCommandInput, RegisterConnectorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const RegisterConnectorCommand_base: {
19
+ new (
20
+ input: RegisterConnectorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ RegisterConnectorCommandInput,
23
+ RegisterConnectorCommandOutput,
24
+ AppflowClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RegisterConnectorCommand extends RegisterConnectorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ResetConnectorMetadataCacheCommandInput
21
15
  export interface ResetConnectorMetadataCacheCommandOutput
22
16
  extends ResetConnectorMetadataCacheResponse,
23
17
  __MetadataBearer {}
24
- export declare class ResetConnectorMetadataCacheCommand extends $Command<
25
- ResetConnectorMetadataCacheCommandInput,
26
- ResetConnectorMetadataCacheCommandOutput,
27
- AppflowClientResolvedConfig
28
- > {
29
- readonly input: ResetConnectorMetadataCacheCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ResetConnectorMetadataCacheCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppflowClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ResetConnectorMetadataCacheCommand_base: {
19
+ new (
20
+ input: ResetConnectorMetadataCacheCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ResetConnectorMetadataCacheCommandInput,
38
- ResetConnectorMetadataCacheCommandOutput
23
+ ResetConnectorMetadataCacheCommandOutput,
24
+ AppflowClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ResetConnectorMetadataCacheCommand extends ResetConnectorMetadataCacheCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface StartFlowCommandInput extends StartFlowRequest {}
17
11
  export interface StartFlowCommandOutput
18
12
  extends StartFlowResponse,
19
13
  __MetadataBearer {}
20
- export declare class StartFlowCommand extends $Command<
21
- StartFlowCommandInput,
22
- StartFlowCommandOutput,
23
- AppflowClientResolvedConfig
24
- > {
25
- readonly input: StartFlowCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: StartFlowCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AppflowClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<StartFlowCommandInput, StartFlowCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const StartFlowCommand_base: {
15
+ new (
16
+ input: StartFlowCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ StartFlowCommandInput,
19
+ StartFlowCommandOutput,
20
+ AppflowClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class StartFlowCommand extends StartFlowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface StopFlowCommandInput extends StopFlowRequest {}
17
11
  export interface StopFlowCommandOutput
18
12
  extends StopFlowResponse,
19
13
  __MetadataBearer {}
20
- export declare class StopFlowCommand extends $Command<
21
- StopFlowCommandInput,
22
- StopFlowCommandOutput,
23
- AppflowClientResolvedConfig
24
- > {
25
- readonly input: StopFlowCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: StopFlowCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AppflowClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<StopFlowCommandInput, StopFlowCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const StopFlowCommand_base: {
15
+ new (
16
+ input: StopFlowCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ StopFlowCommandInput,
19
+ StopFlowCommandOutput,
20
+ AppflowClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class StopFlowCommand extends StopFlowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- AppflowClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AppflowClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ AppflowClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface UnregisterConnectorCommandInput
21
15
  export interface UnregisterConnectorCommandOutput
22
16
  extends UnregisterConnectorResponse,
23
17
  __MetadataBearer {}
24
- export declare class UnregisterConnectorCommand extends $Command<
25
- UnregisterConnectorCommandInput,
26
- UnregisterConnectorCommandOutput,
27
- AppflowClientResolvedConfig
28
- > {
29
- readonly input: UnregisterConnectorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UnregisterConnectorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppflowClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UnregisterConnectorCommandInput, UnregisterConnectorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const UnregisterConnectorCommand_base: {
19
+ new (
20
+ input: UnregisterConnectorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UnregisterConnectorCommandInput,
23
+ UnregisterConnectorCommandOutput,
24
+ AppflowClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UnregisterConnectorCommand extends UnregisterConnectorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppflowClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- AppflowClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AppflowClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ AppflowClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}