@aws-sdk/client-backup-gateway 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 (55) hide show
  1. package/dist-cjs/commands/AssociateGatewayToServerCommand.js +2 -2
  2. package/dist-cjs/commands/CreateGatewayCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteGatewayCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteHypervisorCommand.js +2 -2
  5. package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +2 -2
  6. package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +2 -2
  7. package/dist-cjs/commands/GetGatewayCommand.js +2 -2
  8. package/dist-cjs/commands/GetHypervisorCommand.js +2 -2
  9. package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +2 -2
  10. package/dist-cjs/commands/GetVirtualMachineCommand.js +2 -2
  11. package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/ListGatewaysCommand.js +2 -2
  13. package/dist-cjs/commands/ListHypervisorsCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/ListVirtualMachinesCommand.js +2 -2
  16. package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +2 -2
  17. package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +2 -2
  18. package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +2 -2
  19. package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -2
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateHypervisorCommand.js +2 -2
  26. package/dist-cjs/protocols/Aws_json1_0.js +433 -439
  27. package/dist-es/commands/AssociateGatewayToServerCommand.js +3 -3
  28. package/dist-es/commands/CreateGatewayCommand.js +3 -3
  29. package/dist-es/commands/DeleteGatewayCommand.js +3 -3
  30. package/dist-es/commands/DeleteHypervisorCommand.js +3 -3
  31. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +3 -3
  32. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +3 -3
  33. package/dist-es/commands/GetGatewayCommand.js +3 -3
  34. package/dist-es/commands/GetHypervisorCommand.js +3 -3
  35. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +3 -3
  36. package/dist-es/commands/GetVirtualMachineCommand.js +3 -3
  37. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +3 -3
  38. package/dist-es/commands/ListGatewaysCommand.js +3 -3
  39. package/dist-es/commands/ListHypervisorsCommand.js +3 -3
  40. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  41. package/dist-es/commands/ListVirtualMachinesCommand.js +3 -3
  42. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +3 -3
  43. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +3 -3
  44. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +3 -3
  45. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +3 -3
  46. package/dist-es/commands/TagResourceCommand.js +3 -3
  47. package/dist-es/commands/TestHypervisorConfigurationCommand.js +3 -3
  48. package/dist-es/commands/UntagResourceCommand.js +3 -3
  49. package/dist-es/commands/UpdateGatewayInformationCommand.js +3 -3
  50. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +3 -3
  51. package/dist-es/commands/UpdateHypervisorCommand.js +3 -3
  52. package/dist-es/protocols/Aws_json1_0.js +382 -388
  53. package/dist-types/protocols/Aws_json1_0.d.ts +200 -50
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +50 -50
  55. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AssociateGatewayToServerCommand 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_0AssociateGatewayToServerCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_AssociateGatewayToServerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0AssociateGatewayToServerCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_AssociateGatewayToServerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateGatewayToServerCommand = AssociateGatewayToServerCommand;
@@ -36,10 +36,10 @@ class CreateGatewayCommand 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_0CreateGatewayCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateGatewayCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateGatewayCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateGatewayCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateGatewayCommand = CreateGatewayCommand;
@@ -36,10 +36,10 @@ class DeleteGatewayCommand 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_0DeleteGatewayCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteGatewayCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteGatewayCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteGatewayCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteGatewayCommand = DeleteGatewayCommand;
@@ -36,10 +36,10 @@ class DeleteHypervisorCommand 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_0DeleteHypervisorCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteHypervisorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteHypervisorCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteHypervisorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteHypervisorCommand = DeleteHypervisorCommand;
@@ -36,10 +36,10 @@ class DisassociateGatewayFromServerCommand 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_0DisassociateGatewayFromServerCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DisassociateGatewayFromServerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DisassociateGatewayFromServerCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DisassociateGatewayFromServerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateGatewayFromServerCommand = DisassociateGatewayFromServerCommand;
@@ -36,10 +36,10 @@ class GetBandwidthRateLimitScheduleCommand 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_0GetBandwidthRateLimitScheduleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetBandwidthRateLimitScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetBandwidthRateLimitScheduleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetBandwidthRateLimitScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetBandwidthRateLimitScheduleCommand = GetBandwidthRateLimitScheduleCommand;
@@ -36,10 +36,10 @@ class GetGatewayCommand 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_0GetGatewayCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetGatewayCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetGatewayCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetGatewayCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGatewayCommand = GetGatewayCommand;
@@ -36,10 +36,10 @@ class GetHypervisorCommand 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_0GetHypervisorCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetHypervisorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetHypervisorCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetHypervisorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetHypervisorCommand = GetHypervisorCommand;
@@ -36,10 +36,10 @@ class GetHypervisorPropertyMappingsCommand 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_0GetHypervisorPropertyMappingsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetHypervisorPropertyMappingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetHypervisorPropertyMappingsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetHypervisorPropertyMappingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetHypervisorPropertyMappingsCommand = GetHypervisorPropertyMappingsCommand;
@@ -36,10 +36,10 @@ class GetVirtualMachineCommand 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_0GetVirtualMachineCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetVirtualMachineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetVirtualMachineCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetVirtualMachineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetVirtualMachineCommand = GetVirtualMachineCommand;
@@ -37,10 +37,10 @@ class ImportHypervisorConfigurationCommand 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_json1_0_1.serializeAws_json1_0ImportHypervisorConfigurationCommand)(input, context);
40
+ return (0, Aws_json1_0_1.se_ImportHypervisorConfigurationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_0_1.deserializeAws_json1_0ImportHypervisorConfigurationCommand)(output, context);
43
+ return (0, Aws_json1_0_1.de_ImportHypervisorConfigurationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ImportHypervisorConfigurationCommand = ImportHypervisorConfigurationCommand;
@@ -36,10 +36,10 @@ class ListGatewaysCommand 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_0ListGatewaysCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListGatewaysCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListGatewaysCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListGatewaysCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGatewaysCommand = ListGatewaysCommand;
@@ -36,10 +36,10 @@ class ListHypervisorsCommand 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_0ListHypervisorsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListHypervisorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListHypervisorsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListHypervisorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListHypervisorsCommand = ListHypervisorsCommand;
@@ -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 ListVirtualMachinesCommand 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_0ListVirtualMachinesCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListVirtualMachinesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListVirtualMachinesCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListVirtualMachinesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListVirtualMachinesCommand = ListVirtualMachinesCommand;
@@ -36,10 +36,10 @@ class PutBandwidthRateLimitScheduleCommand 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_0PutBandwidthRateLimitScheduleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_PutBandwidthRateLimitScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0PutBandwidthRateLimitScheduleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_PutBandwidthRateLimitScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutBandwidthRateLimitScheduleCommand = PutBandwidthRateLimitScheduleCommand;
@@ -36,10 +36,10 @@ class PutHypervisorPropertyMappingsCommand 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_0PutHypervisorPropertyMappingsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_PutHypervisorPropertyMappingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0PutHypervisorPropertyMappingsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_PutHypervisorPropertyMappingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutHypervisorPropertyMappingsCommand = PutHypervisorPropertyMappingsCommand;
@@ -36,10 +36,10 @@ class PutMaintenanceStartTimeCommand 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_0PutMaintenanceStartTimeCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_PutMaintenanceStartTimeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0PutMaintenanceStartTimeCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_PutMaintenanceStartTimeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutMaintenanceStartTimeCommand = PutMaintenanceStartTimeCommand;
@@ -36,10 +36,10 @@ class StartVirtualMachinesMetadataSyncCommand 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_0StartVirtualMachinesMetadataSyncCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_StartVirtualMachinesMetadataSyncCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0StartVirtualMachinesMetadataSyncCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_StartVirtualMachinesMetadataSyncCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartVirtualMachinesMetadataSyncCommand = StartVirtualMachinesMetadataSyncCommand;
@@ -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;
@@ -37,10 +37,10 @@ class TestHypervisorConfigurationCommand 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_json1_0_1.serializeAws_json1_0TestHypervisorConfigurationCommand)(input, context);
40
+ return (0, Aws_json1_0_1.se_TestHypervisorConfigurationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_0_1.deserializeAws_json1_0TestHypervisorConfigurationCommand)(output, context);
43
+ return (0, Aws_json1_0_1.de_TestHypervisorConfigurationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.TestHypervisorConfigurationCommand = TestHypervisorConfigurationCommand;
@@ -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 UpdateGatewayInformationCommand 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_0UpdateGatewayInformationCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_UpdateGatewayInformationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateGatewayInformationCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_UpdateGatewayInformationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateGatewayInformationCommand = UpdateGatewayInformationCommand;
@@ -36,10 +36,10 @@ class UpdateGatewaySoftwareNowCommand 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_0UpdateGatewaySoftwareNowCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_UpdateGatewaySoftwareNowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateGatewaySoftwareNowCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_UpdateGatewaySoftwareNowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateGatewaySoftwareNowCommand = UpdateGatewaySoftwareNowCommand;
@@ -37,10 +37,10 @@ class UpdateHypervisorCommand 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_json1_0_1.serializeAws_json1_0UpdateHypervisorCommand)(input, context);
40
+ return (0, Aws_json1_0_1.se_UpdateHypervisorCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateHypervisorCommand)(output, context);
43
+ return (0, Aws_json1_0_1.de_UpdateHypervisorCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateHypervisorCommand = UpdateHypervisorCommand;