@aws-sdk/client-codestar-connections 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 (29) hide show
  1. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateHostCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteHostCommand.js +2 -2
  5. package/dist-cjs/commands/GetConnectionCommand.js +2 -2
  6. package/dist-cjs/commands/GetHostCommand.js +2 -2
  7. package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
  8. package/dist-cjs/commands/ListHostsCommand.js +2 -2
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  11. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UpdateHostCommand.js +2 -2
  13. package/dist-cjs/protocols/Aws_json1_0.js +192 -204
  14. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  15. package/dist-es/commands/CreateHostCommand.js +3 -3
  16. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  17. package/dist-es/commands/DeleteHostCommand.js +3 -3
  18. package/dist-es/commands/GetConnectionCommand.js +3 -3
  19. package/dist-es/commands/GetHostCommand.js +3 -3
  20. package/dist-es/commands/ListConnectionsCommand.js +3 -3
  21. package/dist-es/commands/ListHostsCommand.js +3 -3
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  23. package/dist-es/commands/TagResourceCommand.js +3 -3
  24. package/dist-es/commands/UntagResourceCommand.js +3 -3
  25. package/dist-es/commands/UpdateHostCommand.js +3 -3
  26. package/dist-es/protocols/Aws_json1_0.js +167 -179
  27. package/dist-types/protocols/Aws_json1_0.d.ts +96 -24
  28. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +24 -24
  29. package/package.json +35 -35
@@ -36,10 +36,10 @@ class CreateConnectionCommand 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_json1_0_1.serializeAws_json1_0CreateConnectionCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateConnectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateConnectionCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateConnectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateConnectionCommand = CreateConnectionCommand;
@@ -36,10 +36,10 @@ class CreateHostCommand 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_json1_0_1.serializeAws_json1_0CreateHostCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateHostCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateHostCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateHostCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateHostCommand = CreateHostCommand;
@@ -36,10 +36,10 @@ class DeleteConnectionCommand 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_json1_0_1.serializeAws_json1_0DeleteConnectionCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteConnectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteConnectionCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteConnectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteConnectionCommand = DeleteConnectionCommand;
@@ -36,10 +36,10 @@ class DeleteHostCommand 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_json1_0_1.serializeAws_json1_0DeleteHostCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteHostCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteHostCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteHostCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteHostCommand = DeleteHostCommand;
@@ -36,10 +36,10 @@ class GetConnectionCommand 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_json1_0_1.serializeAws_json1_0GetConnectionCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetConnectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetConnectionCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetConnectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetConnectionCommand = GetConnectionCommand;
@@ -36,10 +36,10 @@ class GetHostCommand 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_json1_0_1.serializeAws_json1_0GetHostCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetHostCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetHostCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetHostCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetHostCommand = GetHostCommand;
@@ -36,10 +36,10 @@ class ListConnectionsCommand 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_json1_0_1.serializeAws_json1_0ListConnectionsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListConnectionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListConnectionsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListConnectionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConnectionsCommand = ListConnectionsCommand;
@@ -36,10 +36,10 @@ class ListHostsCommand 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_json1_0_1.serializeAws_json1_0ListHostsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListHostsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListHostsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListHostsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListHostsCommand = ListHostsCommand;
@@ -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_json1_0_1.serializeAws_json1_0ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_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_json1_0_1.serializeAws_json1_0TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_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_json1_0_1.serializeAws_json1_0UntagResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0UntagResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateHostCommand 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_json1_0_1.serializeAws_json1_0UpdateHostCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_UpdateHostCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateHostCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_UpdateHostCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateHostCommand = UpdateHostCommand;