@aws-sdk/client-appflow 3.306.0 → 3.310.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 +35 -35
@@ -37,10 +37,10 @@ class CreateConnectorProfileCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateConnectorProfileCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateConnectorProfileCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateConnectorProfileCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateConnectorProfileCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateConnectorProfileCommand = CreateConnectorProfileCommand;
@@ -36,10 +36,10 @@ class CreateFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFlowCommand = CreateFlowCommand;
@@ -36,10 +36,10 @@ class DeleteConnectorProfileCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteConnectorProfileCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteConnectorProfileCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteConnectorProfileCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteConnectorProfileCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteConnectorProfileCommand = DeleteConnectorProfileCommand;
@@ -36,10 +36,10 @@ class DeleteFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteFlowCommand = DeleteFlowCommand;
@@ -36,10 +36,10 @@ class DescribeConnectorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeConnectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeConnectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeConnectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeConnectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeConnectorCommand = DescribeConnectorCommand;
@@ -36,10 +36,10 @@ class DescribeConnectorEntityCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeConnectorEntityCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeConnectorEntityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeConnectorEntityCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeConnectorEntityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeConnectorEntityCommand = DescribeConnectorEntityCommand;
@@ -36,10 +36,10 @@ class DescribeConnectorProfilesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeConnectorProfilesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeConnectorProfilesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeConnectorProfilesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeConnectorProfilesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeConnectorProfilesCommand = DescribeConnectorProfilesCommand;
@@ -36,10 +36,10 @@ class DescribeConnectorsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeConnectorsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeConnectorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeConnectorsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeConnectorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeConnectorsCommand = DescribeConnectorsCommand;
@@ -36,10 +36,10 @@ class DescribeFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeFlowCommand = DescribeFlowCommand;
@@ -36,10 +36,10 @@ class DescribeFlowExecutionRecordsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeFlowExecutionRecordsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeFlowExecutionRecordsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeFlowExecutionRecordsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeFlowExecutionRecordsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeFlowExecutionRecordsCommand = DescribeFlowExecutionRecordsCommand;
@@ -36,10 +36,10 @@ class ListConnectorEntitiesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConnectorEntitiesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConnectorEntitiesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConnectorEntitiesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConnectorEntitiesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConnectorEntitiesCommand = ListConnectorEntitiesCommand;
@@ -36,10 +36,10 @@ class ListConnectorsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConnectorsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConnectorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConnectorsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConnectorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConnectorsCommand = ListConnectorsCommand;
@@ -36,10 +36,10 @@ class ListFlowsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListFlowsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFlowsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFlowsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFlowsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFlowsCommand = ListFlowsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class RegisterConnectorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1RegisterConnectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RegisterConnectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RegisterConnectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RegisterConnectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RegisterConnectorCommand = RegisterConnectorCommand;
@@ -36,10 +36,10 @@ class StartFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StartFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartFlowCommand = StartFlowCommand;
@@ -36,10 +36,10 @@ class StopFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1StopFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopFlowCommand = StopFlowCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UnregisterConnectorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UnregisterConnectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UnregisterConnectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UnregisterConnectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UnregisterConnectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UnregisterConnectorCommand = UnregisterConnectorCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -37,10 +37,10 @@ class UpdateConnectorProfileCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConnectorProfileCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateConnectorProfileCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConnectorProfileCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateConnectorProfileCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateConnectorProfileCommand = UpdateConnectorProfileCommand;
@@ -36,10 +36,10 @@ class UpdateConnectorRegistrationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConnectorRegistrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConnectorRegistrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConnectorRegistrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConnectorRegistrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConnectorRegistrationCommand = UpdateConnectorRegistrationCommand;
@@ -36,10 +36,10 @@ class UpdateFlowCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateFlowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateFlowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateFlowCommand = UpdateFlowCommand;