@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,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UnregisterConnectorCommand, se_UnregisterConnectorCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UnregisterConnectorCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UnregisterConnectorCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AppflowClient";
26
- const commandName = "UnregisterConnectorCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "SandstoneConfigurationServiceLambda",
35
- operation: "UnregisterConnector",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UnregisterConnectorCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UnregisterConnectorCommand(output, context);
46
- }
7
+ export class UnregisterConnectorCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SandstoneConfigurationServiceLambda", "UnregisterConnector", {})
19
+ .n("AppflowClient", "UnregisterConnectorCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UnregisterConnectorCommand)
22
+ .de(de_UnregisterConnectorCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AppflowClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "SandstoneConfigurationServiceLambda",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SandstoneConfigurationServiceLambda", "UntagResource", {})
19
+ .n("AppflowClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateConnectorProfileRequestFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateConnectorProfileCommand, se_UpdateConnectorProfileCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateConnectorProfileCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConnectorProfileCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "AppflowClient";
27
- const commandName = "UpdateConnectorProfileCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateConnectorProfileRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "SandstoneConfigurationServiceLambda",
36
- operation: "UpdateConnectorProfile",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateConnectorProfileCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateConnectorProfileCommand(output, context);
47
- }
8
+ export class UpdateConnectorProfileCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("SandstoneConfigurationServiceLambda", "UpdateConnectorProfile", {})
20
+ .n("AppflowClient", "UpdateConnectorProfileCommand")
21
+ .f(UpdateConnectorProfileRequestFilterSensitiveLog, void 0)
22
+ .ser(se_UpdateConnectorProfileCommand)
23
+ .de(de_UpdateConnectorProfileCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateConnectorRegistrationCommand, se_UpdateConnectorRegistrationCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateConnectorRegistrationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConnectorRegistrationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AppflowClient";
26
- const commandName = "UpdateConnectorRegistrationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "SandstoneConfigurationServiceLambda",
35
- operation: "UpdateConnectorRegistration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateConnectorRegistrationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateConnectorRegistrationCommand(output, context);
46
- }
7
+ export class UpdateConnectorRegistrationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SandstoneConfigurationServiceLambda", "UpdateConnectorRegistration", {})
19
+ .n("AppflowClient", "UpdateConnectorRegistrationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateConnectorRegistrationCommand)
22
+ .de(de_UpdateConnectorRegistrationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateFlowCommand, se_UpdateFlowCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateFlowCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateFlowCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AppflowClient";
26
- const commandName = "UpdateFlowCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "SandstoneConfigurationServiceLambda",
35
- operation: "UpdateFlow",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateFlowCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateFlowCommand(output, context);
46
- }
7
+ export class UpdateFlowCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SandstoneConfigurationServiceLambda", "UpdateFlow", {})
19
+ .n("AppflowClient", "UpdateFlowCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateFlowCommand)
22
+ .de(de_UpdateFlowCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "appflow",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
4
  import { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelFlowExecutionsCommandInput extends CancelFlowExecutionsRe
21
20
  */
22
21
  export interface CancelFlowExecutionsCommandOutput extends CancelFlowExecutionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const CancelFlowExecutionsCommand_base: {
24
+ new (input: CancelFlowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels active runs for a flow.</p>
@@ -91,23 +94,5 @@ export interface CancelFlowExecutionsCommandOutput extends CancelFlowExecutionsR
91
94
  * <p>Base exception class for all service exceptions from Appflow service.</p>
92
95
  *
93
96
  */
94
- export declare class CancelFlowExecutionsCommand extends $Command<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput, AppflowClientResolvedConfig> {
95
- readonly input: CancelFlowExecutionsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: CancelFlowExecutionsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class CancelFlowExecutionsCommand extends CancelFlowExecutionsCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
4
  import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateConnectorProfileCommandInput extends CreateConnectorProfi
21
20
  */
22
21
  export interface CreateConnectorProfileCommandOutput extends CreateConnectorProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateConnectorProfileCommand_base: {
24
+ new (input: CreateConnectorProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a new connector profile associated with your Amazon Web Services account. There is
@@ -313,23 +316,5 @@ export interface CreateConnectorProfileCommandOutput extends CreateConnectorProf
313
316
  * <p>Base exception class for all service exceptions from Appflow service.</p>
314
317
  *
315
318
  */
316
- export declare class CreateConnectorProfileCommand extends $Command<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput, AppflowClientResolvedConfig> {
317
- readonly input: CreateConnectorProfileCommandInput;
318
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
319
- /**
320
- * @public
321
- */
322
- constructor(input: CreateConnectorProfileCommandInput);
323
- /**
324
- * @internal
325
- */
326
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput>;
327
- /**
328
- * @internal
329
- */
330
- private serialize;
331
- /**
332
- * @internal
333
- */
334
- private deserialize;
319
+ export declare class CreateConnectorProfileCommand extends CreateConnectorProfileCommand_base {
335
320
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
4
  import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateFlowCommandInput extends CreateFlowRequest {
21
20
  */
22
21
  export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateFlowCommand_base: {
24
+ new (input: CreateFlowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Enables your application to create a new flow using Amazon AppFlow. You must create
@@ -363,23 +366,5 @@ export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataB
363
366
  * <p>Base exception class for all service exceptions from Appflow service.</p>
364
367
  *
365
368
  */
366
- export declare class CreateFlowCommand extends $Command<CreateFlowCommandInput, CreateFlowCommandOutput, AppflowClientResolvedConfig> {
367
- readonly input: CreateFlowCommandInput;
368
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
369
- /**
370
- * @public
371
- */
372
- constructor(input: CreateFlowCommandInput);
373
- /**
374
- * @internal
375
- */
376
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFlowCommandInput, CreateFlowCommandOutput>;
377
- /**
378
- * @internal
379
- */
380
- private serialize;
381
- /**
382
- * @internal
383
- */
384
- private deserialize;
369
+ export declare class CreateFlowCommand extends CreateFlowCommand_base {
385
370
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
4
  import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteConnectorProfileCommandInput extends DeleteConnectorProfi
21
20
  */
22
21
  export interface DeleteConnectorProfileCommandOutput extends DeleteConnectorProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteConnectorProfileCommand_base: {
24
+ new (input: DeleteConnectorProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Enables you to delete an existing connector profile. </p>
@@ -62,23 +65,5 @@ export interface DeleteConnectorProfileCommandOutput extends DeleteConnectorProf
62
65
  * <p>Base exception class for all service exceptions from Appflow service.</p>
63
66
  *
64
67
  */
65
- export declare class DeleteConnectorProfileCommand extends $Command<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput, AppflowClientResolvedConfig> {
66
- readonly input: DeleteConnectorProfileCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DeleteConnectorProfileCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DeleteConnectorProfileCommand extends DeleteConnectorProfileCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
4
  import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFlowCommandInput extends DeleteFlowRequest {
21
20
  */
22
21
  export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteFlowCommand_base: {
24
+ new (input: DeleteFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlowCommandInput, DeleteFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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
@@ -63,23 +66,5 @@ export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataB
63
66
  * <p>Base exception class for all service exceptions from Appflow service.</p>
64
67
  *
65
68
  */
66
- export declare class DeleteFlowCommand extends $Command<DeleteFlowCommandInput, DeleteFlowCommandOutput, AppflowClientResolvedConfig> {
67
- readonly input: DeleteFlowCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeleteFlowCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFlowCommandInput, DeleteFlowCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
4
  import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeConnectorCommandInput extends DescribeConnectorRequest
21
20
  */
22
21
  export interface DescribeConnectorCommandOutput extends DescribeConnectorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeConnectorCommand_base: {
24
+ new (input: DescribeConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the given custom connector registered in your Amazon Web Services account. This
@@ -231,23 +234,5 @@ export interface DescribeConnectorCommandOutput extends DescribeConnectorRespons
231
234
  * <p>Base exception class for all service exceptions from Appflow service.</p>
232
235
  *
233
236
  */
234
- export declare class DescribeConnectorCommand extends $Command<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, AppflowClientResolvedConfig> {
235
- readonly input: DescribeConnectorCommandInput;
236
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
237
- /**
238
- * @public
239
- */
240
- constructor(input: DescribeConnectorCommandInput);
241
- /**
242
- * @internal
243
- */
244
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectorCommandInput, DescribeConnectorCommandOutput>;
245
- /**
246
- * @internal
247
- */
248
- private serialize;
249
- /**
250
- * @internal
251
- */
252
- private deserialize;
237
+ export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
253
238
  }