@aws-sdk/client-appflow 3.303.0 → 3.309.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 (51) hide show
  1. package/dist-cjs/commands/CreateConnectorProfileCommand.js +2 -2
  2. package/dist-cjs/commands/CreateFlowCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteFlowCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeFlowCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -2
  11. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -2
  12. package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
  13. package/dist-cjs/commands/ListFlowsCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/RegisterConnectorCommand.js +2 -2
  16. package/dist-cjs/commands/StartFlowCommand.js +2 -2
  17. package/dist-cjs/commands/StopFlowCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -2
  20. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateFlowCommand.js +2 -2
  24. package/dist-cjs/protocols/Aws_restJson1.js +860 -1162
  25. package/dist-es/commands/CreateConnectorProfileCommand.js +3 -3
  26. package/dist-es/commands/CreateFlowCommand.js +3 -3
  27. package/dist-es/commands/DeleteConnectorProfileCommand.js +3 -3
  28. package/dist-es/commands/DeleteFlowCommand.js +3 -3
  29. package/dist-es/commands/DescribeConnectorCommand.js +3 -3
  30. package/dist-es/commands/DescribeConnectorEntityCommand.js +3 -3
  31. package/dist-es/commands/DescribeConnectorProfilesCommand.js +3 -3
  32. package/dist-es/commands/DescribeConnectorsCommand.js +3 -3
  33. package/dist-es/commands/DescribeFlowCommand.js +3 -3
  34. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +3 -3
  35. package/dist-es/commands/ListConnectorEntitiesCommand.js +3 -3
  36. package/dist-es/commands/ListConnectorsCommand.js +3 -3
  37. package/dist-es/commands/ListFlowsCommand.js +3 -3
  38. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  39. package/dist-es/commands/RegisterConnectorCommand.js +3 -3
  40. package/dist-es/commands/StartFlowCommand.js +3 -3
  41. package/dist-es/commands/StopFlowCommand.js +3 -3
  42. package/dist-es/commands/TagResourceCommand.js +3 -3
  43. package/dist-es/commands/UnregisterConnectorCommand.js +3 -3
  44. package/dist-es/commands/UntagResourceCommand.js +3 -3
  45. package/dist-es/commands/UpdateConnectorProfileCommand.js +3 -3
  46. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +3 -3
  47. package/dist-es/commands/UpdateFlowCommand.js +3 -3
  48. package/dist-es/protocols/Aws_restJson1.js +813 -1115
  49. package/dist-types/protocols/Aws_restJson1.d.ts +184 -46
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +46 -46
  51. package/package.json +29 -29
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateConnectorProfileRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateConnectorProfileCommand, serializeAws_restJson1CreateConnectorProfileCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateConnectorProfileCommand, se_CreateConnectorProfileCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateConnectorProfileCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateConnectorProfileCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateConnectorProfileCommand(input, context);
37
+ return se_CreateConnectorProfileCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateConnectorProfileCommand(output, context);
40
+ return de_CreateConnectorProfileCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateFlowCommand, se_CreateFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateFlowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateFlowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateFlowCommand(input, context);
36
+ return se_CreateFlowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateFlowCommand(output, context);
39
+ return de_CreateFlowCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteConnectorProfileCommand, serializeAws_restJson1DeleteConnectorProfileCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteConnectorProfileCommand, se_DeleteConnectorProfileCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteConnectorProfileCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteConnectorProfileCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteConnectorProfileCommand(input, context);
36
+ return se_DeleteConnectorProfileCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteConnectorProfileCommand(output, context);
39
+ return de_DeleteConnectorProfileCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteFlowCommand, se_DeleteFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteFlowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteFlowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteFlowCommand(input, context);
36
+ return se_DeleteFlowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteFlowCommand(output, context);
39
+ return de_DeleteFlowCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeConnectorCommand, serializeAws_restJson1DescribeConnectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeConnectorCommand(input, context);
36
+ return se_DescribeConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeConnectorCommand(output, context);
39
+ return de_DescribeConnectorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeConnectorEntityCommand, serializeAws_restJson1DescribeConnectorEntityCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeConnectorEntityCommand, se_DescribeConnectorEntityCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeConnectorEntityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConnectorEntityCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeConnectorEntityCommand(input, context);
36
+ return se_DescribeConnectorEntityCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeConnectorEntityCommand(output, context);
39
+ return de_DescribeConnectorEntityCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeConnectorProfilesCommand, serializeAws_restJson1DescribeConnectorProfilesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeConnectorProfilesCommand, se_DescribeConnectorProfilesCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeConnectorProfilesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConnectorProfilesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeConnectorProfilesCommand(input, context);
36
+ return se_DescribeConnectorProfilesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeConnectorProfilesCommand(output, context);
39
+ return de_DescribeConnectorProfilesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeConnectorsCommand, serializeAws_restJson1DescribeConnectorsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeConnectorsCommand, se_DescribeConnectorsCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeConnectorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConnectorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeConnectorsCommand(input, context);
36
+ return se_DescribeConnectorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeConnectorsCommand(output, context);
39
+ return de_DescribeConnectorsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeFlowCommand, se_DescribeFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeFlowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeFlowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeFlowCommand(input, context);
36
+ return se_DescribeFlowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeFlowCommand(output, context);
39
+ return de_DescribeFlowCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeFlowExecutionRecordsCommand, serializeAws_restJson1DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeFlowExecutionRecordsCommand, se_DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DescribeFlowExecutionRecordsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeFlowExecutionRecordsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeFlowExecutionRecordsCommand(input, context);
36
+ return se_DescribeFlowExecutionRecordsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeFlowExecutionRecordsCommand(output, context);
39
+ return de_DescribeFlowExecutionRecordsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListConnectorEntitiesCommand, serializeAws_restJson1ListConnectorEntitiesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListConnectorEntitiesCommand, se_ListConnectorEntitiesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListConnectorEntitiesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConnectorEntitiesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListConnectorEntitiesCommand(input, context);
36
+ return se_ListConnectorEntitiesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListConnectorEntitiesCommand(output, context);
39
+ return de_ListConnectorEntitiesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListConnectorsCommand, serializeAws_restJson1ListConnectorsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListConnectorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConnectorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListConnectorsCommand(input, context);
36
+ return se_ListConnectorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListConnectorsCommand(output, context);
39
+ return de_ListConnectorsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFlowsCommand, serializeAws_restJson1ListFlowsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFlowsCommand, se_ListFlowsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListFlowsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFlowsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFlowsCommand(input, context);
36
+ return se_ListFlowsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFlowsCommand(output, context);
39
+ return de_ListFlowsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1RegisterConnectorCommand, serializeAws_restJson1RegisterConnectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_RegisterConnectorCommand, se_RegisterConnectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class RegisterConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RegisterConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1RegisterConnectorCommand(input, context);
36
+ return se_RegisterConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1RegisterConnectorCommand(output, context);
39
+ return de_RegisterConnectorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1StartFlowCommand, serializeAws_restJson1StartFlowCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StartFlowCommand, se_StartFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export class StartFlowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartFlowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StartFlowCommand(input, context);
36
+ return se_StartFlowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StartFlowCommand(output, context);
39
+ return de_StartFlowCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1StopFlowCommand, serializeAws_restJson1StopFlowCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StopFlowCommand, se_StopFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export class StopFlowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StopFlowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StopFlowCommand(input, context);
36
+ return se_StopFlowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StopFlowCommand(output, context);
39
+ return de_StopFlowCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UnregisterConnectorCommand, serializeAws_restJson1UnregisterConnectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UnregisterConnectorCommand, se_UnregisterConnectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class UnregisterConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UnregisterConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UnregisterConnectorCommand(input, context);
36
+ return se_UnregisterConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UnregisterConnectorCommand(output, context);
39
+ return de_UnregisterConnectorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateConnectorProfileRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateConnectorProfileCommand, serializeAws_restJson1UpdateConnectorProfileCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateConnectorProfileCommand, se_UpdateConnectorProfileCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateConnectorProfileCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateConnectorProfileCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateConnectorProfileCommand(input, context);
37
+ return se_UpdateConnectorProfileCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateConnectorProfileCommand(output, context);
40
+ return de_UpdateConnectorProfileCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateConnectorRegistrationCommand, serializeAws_restJson1UpdateConnectorRegistrationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateConnectorRegistrationCommand, se_UpdateConnectorRegistrationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class UpdateConnectorRegistrationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateConnectorRegistrationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateConnectorRegistrationCommand(input, context);
36
+ return se_UpdateConnectorRegistrationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateConnectorRegistrationCommand(output, context);
39
+ return de_UpdateConnectorRegistrationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateFlowCommand, serializeAws_restJson1UpdateFlowCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateFlowCommand, se_UpdateFlowCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateFlowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateFlowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateFlowCommand(input, context);
36
+ return se_UpdateFlowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateFlowCommand(output, context);
39
+ return de_UpdateFlowCommand(output, context);
40
40
  }
41
41
  }