@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.
Files changed (110) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +66 -67
  5. package/dist-cjs/models/AppflowServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Appflow.js +1 -1
  10. package/dist-es/AppflowClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelFlowExecutionsCommand.js +2 -2
  13. package/dist-es/commands/CreateConnectorProfileCommand.js +2 -2
  14. package/dist-es/commands/CreateFlowCommand.js +2 -2
  15. package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -2
  16. package/dist-es/commands/DeleteFlowCommand.js +2 -2
  17. package/dist-es/commands/DescribeConnectorCommand.js +2 -2
  18. package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -2
  19. package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -2
  20. package/dist-es/commands/DescribeConnectorsCommand.js +2 -2
  21. package/dist-es/commands/DescribeFlowCommand.js +2 -2
  22. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -2
  23. package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -2
  24. package/dist-es/commands/ListConnectorsCommand.js +2 -2
  25. package/dist-es/commands/ListFlowsCommand.js +2 -2
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-es/commands/RegisterConnectorCommand.js +2 -2
  28. package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +2 -2
  29. package/dist-es/commands/StartFlowCommand.js +2 -2
  30. package/dist-es/commands/StopFlowCommand.js +2 -2
  31. package/dist-es/commands/TagResourceCommand.js +2 -2
  32. package/dist-es/commands/UnregisterConnectorCommand.js +2 -2
  33. package/dist-es/commands/UntagResourceCommand.js +2 -2
  34. package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -2
  35. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -2
  36. package/dist-es/commands/UpdateFlowCommand.js +2 -2
  37. package/dist-es/endpoint/bdd.js +1 -1
  38. package/dist-es/endpoint/endpointResolver.js +1 -1
  39. package/dist-es/models/AppflowServiceException.js +1 -1
  40. package/dist-es/runtimeConfig.browser.js +4 -6
  41. package/dist-es/runtimeConfig.js +4 -8
  42. package/dist-es/runtimeConfig.shared.js +3 -4
  43. package/dist-es/runtimeExtensions.js +2 -2
  44. package/dist-types/AppflowClient.d.ts +5 -5
  45. package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +6 -4
  46. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +6 -4
  47. package/dist-types/commands/CreateFlowCommand.d.ts +6 -4
  48. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +6 -4
  49. package/dist-types/commands/DeleteFlowCommand.d.ts +6 -4
  50. package/dist-types/commands/DescribeConnectorCommand.d.ts +6 -4
  51. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +6 -4
  52. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +6 -4
  53. package/dist-types/commands/DescribeConnectorsCommand.d.ts +6 -4
  54. package/dist-types/commands/DescribeFlowCommand.d.ts +6 -4
  55. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +6 -4
  57. package/dist-types/commands/ListConnectorsCommand.d.ts +6 -4
  58. package/dist-types/commands/ListFlowsCommand.d.ts +6 -4
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  60. package/dist-types/commands/RegisterConnectorCommand.d.ts +6 -4
  61. package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +6 -4
  62. package/dist-types/commands/StartFlowCommand.d.ts +6 -4
  63. package/dist-types/commands/StopFlowCommand.d.ts +6 -4
  64. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  65. package/dist-types/commands/UnregisterConnectorCommand.d.ts +6 -4
  66. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  67. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +6 -4
  68. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +6 -4
  69. package/dist-types/commands/UpdateFlowCommand.d.ts +6 -4
  70. package/dist-types/endpoint/bdd.d.ts +1 -1
  71. package/dist-types/extensionConfiguration.d.ts +1 -1
  72. package/dist-types/models/AppflowServiceException.d.ts +1 -1
  73. package/dist-types/models/errors.d.ts +1 -1
  74. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  75. package/dist-types/runtimeConfig.d.ts +2 -2
  76. package/dist-types/runtimeConfig.native.d.ts +2 -2
  77. package/dist-types/ts3.4/AppflowClient.d.ts +8 -14
  78. package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +6 -6
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +6 -8
  96. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +6 -8
  97. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  104. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  105. package/dist-types/ts3.4/models/AppflowServiceException.d.ts +1 -1
  106. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  108. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  109. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  110. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateFlowCommandOutput
15
15
  declare const CreateFlowCommand_base: {
16
16
  new (
17
17
  input: CreateFlowCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateFlowCommandInput,
20
20
  CreateFlowCommandOutput,
21
21
  AppflowClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateFlowCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateFlowCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateFlowCommandInput,
29
29
  CreateFlowCommandOutput,
30
30
  AppflowClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateFlowCommand extends CreateFlowCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 DeleteConnectorProfileCommandOutput
19
19
  declare const DeleteConnectorProfileCommand_base: {
20
20
  new (
21
21
  input: DeleteConnectorProfileCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteConnectorProfileCommandInput,
24
24
  DeleteConnectorProfileCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteConnectorProfileCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteConnectorProfileCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteConnectorProfileCommandInput,
33
33
  DeleteConnectorProfileCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteConnectorProfileCommand extends DeleteConnectorProfileCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteFlowCommandOutput
15
15
  declare const DeleteFlowCommand_base: {
16
16
  new (
17
17
  input: DeleteFlowCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteFlowCommandInput,
20
20
  DeleteFlowCommandOutput,
21
21
  AppflowClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteFlowCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteFlowCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteFlowCommandInput,
29
29
  DeleteFlowCommandOutput,
30
30
  AppflowClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 DescribeConnectorCommandOutput
19
19
  declare const DescribeConnectorCommand_base: {
20
20
  new (
21
21
  input: DescribeConnectorCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeConnectorCommandInput,
24
24
  DescribeConnectorCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeConnectorCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeConnectorCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeConnectorCommandInput,
33
33
  DescribeConnectorCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 DescribeConnectorEntityCommandOutput
19
19
  declare const DescribeConnectorEntityCommand_base: {
20
20
  new (
21
21
  input: DescribeConnectorEntityCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeConnectorEntityCommandInput,
24
24
  DescribeConnectorEntityCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeConnectorEntityCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeConnectorEntityCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeConnectorEntityCommandInput,
33
33
  DescribeConnectorEntityCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeConnectorEntityCommand extends DescribeConnectorEntityCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 DescribeConnectorProfilesCommandOutput
19
19
  declare const DescribeConnectorProfilesCommand_base: {
20
20
  new (
21
21
  input: DescribeConnectorProfilesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeConnectorProfilesCommandInput,
24
24
  DescribeConnectorProfilesCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeConnectorProfilesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeConnectorProfilesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeConnectorProfilesCommandInput,
33
33
  DescribeConnectorProfilesCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeConnectorProfilesCommand extends DescribeConnectorProfilesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 DescribeConnectorsCommandOutput
19
19
  declare const DescribeConnectorsCommand_base: {
20
20
  new (
21
21
  input: DescribeConnectorsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeConnectorsCommandInput,
24
24
  DescribeConnectorsCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeConnectorsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeConnectorsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeConnectorsCommandInput,
33
33
  DescribeConnectorsCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeConnectorsCommand extends DescribeConnectorsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DescribeFlowCommandOutput
15
15
  declare const DescribeFlowCommand_base: {
16
16
  new (
17
17
  input: DescribeFlowCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeFlowCommandInput,
20
20
  DescribeFlowCommandOutput,
21
21
  AppflowClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeFlowCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DescribeFlowCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeFlowCommandInput,
29
29
  DescribeFlowCommandOutput,
30
30
  AppflowClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 DescribeFlowExecutionRecordsCommandOutput
19
19
  declare const DescribeFlowExecutionRecordsCommand_base: {
20
20
  new (
21
21
  input: DescribeFlowExecutionRecordsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeFlowExecutionRecordsCommandInput,
24
24
  DescribeFlowExecutionRecordsCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeFlowExecutionRecordsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeFlowExecutionRecordsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeFlowExecutionRecordsCommandInput,
33
33
  DescribeFlowExecutionRecordsCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeFlowExecutionRecordsCommand extends DescribeFlowExecutionRecordsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 ListConnectorEntitiesCommandOutput
19
19
  declare const ListConnectorEntitiesCommand_base: {
20
20
  new (
21
21
  input: ListConnectorEntitiesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListConnectorEntitiesCommandInput,
24
24
  ListConnectorEntitiesCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListConnectorEntitiesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListConnectorEntitiesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListConnectorEntitiesCommandInput,
33
33
  ListConnectorEntitiesCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListConnectorEntitiesCommand extends ListConnectorEntitiesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListConnectorsCommandOutput
18
18
  declare const ListConnectorsCommand_base: {
19
19
  new (
20
20
  input: ListConnectorsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListConnectorsCommandInput,
23
23
  ListConnectorsCommandOutput,
24
24
  AppflowClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListConnectorsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListConnectorsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListConnectorsCommandInput,
32
32
  ListConnectorsCommandOutput,
33
33
  AppflowClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -13,9 +13,7 @@ export interface ListFlowsCommandOutput
13
13
  extends ListFlowsResponse,
14
14
  __MetadataBearer {}
15
15
  declare const ListFlowsCommand_base: {
16
- new (
17
- input: ListFlowsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListFlowsCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListFlowsCommandInput,
20
18
  ListFlowsCommandOutput,
21
19
  AppflowClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const ListFlowsCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [ListFlowsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  ListFlowsCommandInput,
29
27
  ListFlowsCommandOutput,
30
28
  AppflowClientResolvedConfig,
31
29
  ServiceInputTypes,
32
30
  ServiceOutputTypes
33
31
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
35
35
  };
36
36
  export declare class ListFlowsCommand extends ListFlowsCommand_base {
37
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 RegisterConnectorCommandOutput
19
19
  declare const RegisterConnectorCommand_base: {
20
20
  new (
21
21
  input: RegisterConnectorCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RegisterConnectorCommandInput,
24
24
  RegisterConnectorCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RegisterConnectorCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [RegisterConnectorCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RegisterConnectorCommandInput,
33
33
  RegisterConnectorCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RegisterConnectorCommand extends RegisterConnectorCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 ResetConnectorMetadataCacheCommandOutput
19
19
  declare const ResetConnectorMetadataCacheCommand_base: {
20
20
  new (
21
21
  input: ResetConnectorMetadataCacheCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ResetConnectorMetadataCacheCommandInput,
24
24
  ResetConnectorMetadataCacheCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ResetConnectorMetadataCacheCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ResetConnectorMetadataCacheCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ResetConnectorMetadataCacheCommandInput,
33
33
  ResetConnectorMetadataCacheCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ResetConnectorMetadataCacheCommand extends ResetConnectorMetadataCacheCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface StartFlowCommandOutput
13
13
  extends StartFlowResponse,
14
14
  __MetadataBearer {}
15
15
  declare const StartFlowCommand_base: {
16
- new (
17
- input: StartFlowCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: StartFlowCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  StartFlowCommandInput,
20
18
  StartFlowCommandOutput,
21
19
  AppflowClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: StartFlowCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: StartFlowCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  StartFlowCommandInput,
29
25
  StartFlowCommandOutput,
30
26
  AppflowClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class StartFlowCommand extends StartFlowCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface StopFlowCommandOutput
13
13
  extends StopFlowResponse,
14
14
  __MetadataBearer {}
15
15
  declare const StopFlowCommand_base: {
16
- new (
17
- input: StopFlowCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: StopFlowCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  StopFlowCommandInput,
20
18
  StopFlowCommandOutput,
21
19
  AppflowClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: StopFlowCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: StopFlowCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  StopFlowCommandInput,
29
25
  StopFlowCommandOutput,
30
26
  AppflowClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class StopFlowCommand extends StopFlowCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AppflowClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  AppflowClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  AppflowClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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 UnregisterConnectorCommandOutput
19
19
  declare const UnregisterConnectorCommand_base: {
20
20
  new (
21
21
  input: UnregisterConnectorCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UnregisterConnectorCommandInput,
24
24
  UnregisterConnectorCommandOutput,
25
25
  AppflowClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UnregisterConnectorCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UnregisterConnectorCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UnregisterConnectorCommandInput,
33
33
  UnregisterConnectorCommandOutput,
34
34
  AppflowClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UnregisterConnectorCommand extends UnregisterConnectorCommand_base {
41
43
  protected static __types: {