@aws-sdk/client-appintegrations 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 (35) hide show
  1. package/dist-cjs/commands/CreateDataIntegrationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateEventIntegrationCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteDataIntegrationCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteEventIntegrationCommand.js +2 -2
  5. package/dist-cjs/commands/GetDataIntegrationCommand.js +2 -2
  6. package/dist-cjs/commands/GetEventIntegrationCommand.js +2 -2
  7. package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +2 -2
  8. package/dist-cjs/commands/ListDataIntegrationsCommand.js +2 -2
  9. package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +2 -2
  10. package/dist-cjs/commands/ListEventIntegrationsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateDataIntegrationCommand.js +2 -2
  15. package/dist-cjs/commands/UpdateEventIntegrationCommand.js +2 -2
  16. package/dist-cjs/protocols/Aws_restJson1.js +232 -234
  17. package/dist-es/commands/CreateDataIntegrationCommand.js +3 -3
  18. package/dist-es/commands/CreateEventIntegrationCommand.js +3 -3
  19. package/dist-es/commands/DeleteDataIntegrationCommand.js +3 -3
  20. package/dist-es/commands/DeleteEventIntegrationCommand.js +3 -3
  21. package/dist-es/commands/GetDataIntegrationCommand.js +3 -3
  22. package/dist-es/commands/GetEventIntegrationCommand.js +3 -3
  23. package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +3 -3
  24. package/dist-es/commands/ListDataIntegrationsCommand.js +3 -3
  25. package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +3 -3
  26. package/dist-es/commands/ListEventIntegrationsCommand.js +3 -3
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  28. package/dist-es/commands/TagResourceCommand.js +3 -3
  29. package/dist-es/commands/UntagResourceCommand.js +3 -3
  30. package/dist-es/commands/UpdateDataIntegrationCommand.js +3 -3
  31. package/dist-es/commands/UpdateEventIntegrationCommand.js +3 -3
  32. package/dist-es/protocols/Aws_restJson1.js +201 -203
  33. package/dist-types/protocols/Aws_restJson1.d.ts +120 -30
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +30 -30
  35. package/package.json +29 -29
@@ -36,10 +36,10 @@ class CreateDataIntegrationCommand 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_restJson1CreateDataIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDataIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDataIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDataIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDataIntegrationCommand = CreateDataIntegrationCommand;
@@ -36,10 +36,10 @@ class CreateEventIntegrationCommand 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_restJson1CreateEventIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateEventIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateEventIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateEventIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateEventIntegrationCommand = CreateEventIntegrationCommand;
@@ -36,10 +36,10 @@ class DeleteDataIntegrationCommand 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_restJson1DeleteDataIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDataIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDataIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDataIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDataIntegrationCommand = DeleteDataIntegrationCommand;
@@ -36,10 +36,10 @@ class DeleteEventIntegrationCommand 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_restJson1DeleteEventIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteEventIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteEventIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteEventIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteEventIntegrationCommand = DeleteEventIntegrationCommand;
@@ -36,10 +36,10 @@ class GetDataIntegrationCommand 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_restJson1GetDataIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDataIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDataIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDataIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDataIntegrationCommand = GetDataIntegrationCommand;
@@ -36,10 +36,10 @@ class GetEventIntegrationCommand 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_restJson1GetEventIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetEventIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetEventIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetEventIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetEventIntegrationCommand = GetEventIntegrationCommand;
@@ -36,10 +36,10 @@ class ListDataIntegrationAssociationsCommand 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_restJson1ListDataIntegrationAssociationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDataIntegrationAssociationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDataIntegrationAssociationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDataIntegrationAssociationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDataIntegrationAssociationsCommand = ListDataIntegrationAssociationsCommand;
@@ -36,10 +36,10 @@ class ListDataIntegrationsCommand 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_restJson1ListDataIntegrationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDataIntegrationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDataIntegrationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDataIntegrationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDataIntegrationsCommand = ListDataIntegrationsCommand;
@@ -36,10 +36,10 @@ class ListEventIntegrationAssociationsCommand 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_restJson1ListEventIntegrationAssociationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListEventIntegrationAssociationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListEventIntegrationAssociationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListEventIntegrationAssociationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListEventIntegrationAssociationsCommand = ListEventIntegrationAssociationsCommand;
@@ -36,10 +36,10 @@ class ListEventIntegrationsCommand 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_restJson1ListEventIntegrationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListEventIntegrationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListEventIntegrationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListEventIntegrationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListEventIntegrationsCommand = ListEventIntegrationsCommand;
@@ -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 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 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;
@@ -36,10 +36,10 @@ class UpdateDataIntegrationCommand 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_restJson1UpdateDataIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDataIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDataIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDataIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDataIntegrationCommand = UpdateDataIntegrationCommand;
@@ -36,10 +36,10 @@ class UpdateEventIntegrationCommand 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_restJson1UpdateEventIntegrationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateEventIntegrationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEventIntegrationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateEventIntegrationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateEventIntegrationCommand = UpdateEventIntegrationCommand;