@aws-sdk/client-tnb 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 (71) hide show
  1. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +2 -2
  3. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +2 -2
  8. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +2 -2
  9. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +2 -2
  10. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +2 -2
  11. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +2 -2
  12. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +2 -2
  13. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +2 -2
  14. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +2 -2
  15. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +2 -2
  16. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +2 -2
  17. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +2 -2
  18. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +2 -2
  19. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +2 -2
  20. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +2 -2
  21. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +2 -2
  25. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +2 -2
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +2 -2
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +2 -2
  32. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +2 -2
  33. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +2 -2
  34. package/dist-cjs/protocols/Aws_restJson1.js +485 -499
  35. package/dist-es/commands/CancelSolNetworkOperationCommand.js +3 -3
  36. package/dist-es/commands/CreateSolFunctionPackageCommand.js +3 -3
  37. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +3 -3
  38. package/dist-es/commands/CreateSolNetworkPackageCommand.js +3 -3
  39. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +3 -3
  40. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +3 -3
  41. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +3 -3
  42. package/dist-es/commands/GetSolFunctionInstanceCommand.js +3 -3
  43. package/dist-es/commands/GetSolFunctionPackageCommand.js +3 -3
  44. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +3 -3
  45. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +3 -3
  46. package/dist-es/commands/GetSolNetworkInstanceCommand.js +3 -3
  47. package/dist-es/commands/GetSolNetworkOperationCommand.js +3 -3
  48. package/dist-es/commands/GetSolNetworkPackageCommand.js +3 -3
  49. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +3 -3
  50. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +3 -3
  51. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +3 -3
  52. package/dist-es/commands/ListSolFunctionInstancesCommand.js +3 -3
  53. package/dist-es/commands/ListSolFunctionPackagesCommand.js +3 -3
  54. package/dist-es/commands/ListSolNetworkInstancesCommand.js +3 -3
  55. package/dist-es/commands/ListSolNetworkOperationsCommand.js +3 -3
  56. package/dist-es/commands/ListSolNetworkPackagesCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +3 -3
  59. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +3 -3
  60. package/dist-es/commands/TagResourceCommand.js +3 -3
  61. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +3 -3
  62. package/dist-es/commands/UntagResourceCommand.js +3 -3
  63. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +3 -3
  64. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +3 -3
  65. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +3 -3
  66. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +3 -3
  67. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +3 -3
  68. package/dist-es/protocols/Aws_restJson1.js +417 -431
  69. package/dist-types/protocols/Aws_restJson1.d.ts +264 -66
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +66 -66
  71. package/package.json +29 -29
@@ -36,10 +36,10 @@ class CancelSolNetworkOperationCommand 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_restJson1CancelSolNetworkOperationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelSolNetworkOperationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelSolNetworkOperationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelSolNetworkOperationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelSolNetworkOperationCommand = CancelSolNetworkOperationCommand;
@@ -37,10 +37,10 @@ class CreateSolFunctionPackageCommand 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_restJson1CreateSolFunctionPackageCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateSolFunctionPackageCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSolFunctionPackageCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateSolFunctionPackageCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateSolFunctionPackageCommand = CreateSolFunctionPackageCommand;
@@ -37,10 +37,10 @@ class CreateSolNetworkInstanceCommand 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_restJson1CreateSolNetworkInstanceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateSolNetworkInstanceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSolNetworkInstanceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateSolNetworkInstanceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateSolNetworkInstanceCommand = CreateSolNetworkInstanceCommand;
@@ -37,10 +37,10 @@ class CreateSolNetworkPackageCommand 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_restJson1CreateSolNetworkPackageCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateSolNetworkPackageCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSolNetworkPackageCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateSolNetworkPackageCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateSolNetworkPackageCommand = CreateSolNetworkPackageCommand;
@@ -36,10 +36,10 @@ class DeleteSolFunctionPackageCommand 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_restJson1DeleteSolFunctionPackageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSolFunctionPackageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSolFunctionPackageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSolFunctionPackageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSolFunctionPackageCommand = DeleteSolFunctionPackageCommand;
@@ -36,10 +36,10 @@ class DeleteSolNetworkInstanceCommand 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_restJson1DeleteSolNetworkInstanceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSolNetworkInstanceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSolNetworkInstanceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSolNetworkInstanceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSolNetworkInstanceCommand = DeleteSolNetworkInstanceCommand;
@@ -36,10 +36,10 @@ class DeleteSolNetworkPackageCommand 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_restJson1DeleteSolNetworkPackageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSolNetworkPackageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSolNetworkPackageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSolNetworkPackageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSolNetworkPackageCommand = DeleteSolNetworkPackageCommand;
@@ -37,10 +37,10 @@ class GetSolFunctionInstanceCommand 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_restJson1GetSolFunctionInstanceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetSolFunctionInstanceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolFunctionInstanceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetSolFunctionInstanceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetSolFunctionInstanceCommand = GetSolFunctionInstanceCommand;
@@ -37,10 +37,10 @@ class GetSolFunctionPackageCommand 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_restJson1GetSolFunctionPackageCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetSolFunctionPackageCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolFunctionPackageCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetSolFunctionPackageCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetSolFunctionPackageCommand = GetSolFunctionPackageCommand;
@@ -36,10 +36,10 @@ class GetSolFunctionPackageContentCommand 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_restJson1GetSolFunctionPackageContentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSolFunctionPackageContentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolFunctionPackageContentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSolFunctionPackageContentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSolFunctionPackageContentCommand = GetSolFunctionPackageContentCommand;
@@ -36,10 +36,10 @@ class GetSolFunctionPackageDescriptorCommand 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_restJson1GetSolFunctionPackageDescriptorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSolFunctionPackageDescriptorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolFunctionPackageDescriptorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSolFunctionPackageDescriptorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSolFunctionPackageDescriptorCommand = GetSolFunctionPackageDescriptorCommand;
@@ -37,10 +37,10 @@ class GetSolNetworkInstanceCommand 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_restJson1GetSolNetworkInstanceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetSolNetworkInstanceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolNetworkInstanceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetSolNetworkInstanceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetSolNetworkInstanceCommand = GetSolNetworkInstanceCommand;
@@ -37,10 +37,10 @@ class GetSolNetworkOperationCommand 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_restJson1GetSolNetworkOperationCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetSolNetworkOperationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolNetworkOperationCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetSolNetworkOperationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetSolNetworkOperationCommand = GetSolNetworkOperationCommand;
@@ -37,10 +37,10 @@ class GetSolNetworkPackageCommand 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_restJson1GetSolNetworkPackageCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetSolNetworkPackageCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolNetworkPackageCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetSolNetworkPackageCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetSolNetworkPackageCommand = GetSolNetworkPackageCommand;
@@ -36,10 +36,10 @@ class GetSolNetworkPackageContentCommand 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_restJson1GetSolNetworkPackageContentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSolNetworkPackageContentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolNetworkPackageContentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSolNetworkPackageContentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSolNetworkPackageContentCommand = GetSolNetworkPackageContentCommand;
@@ -36,10 +36,10 @@ class GetSolNetworkPackageDescriptorCommand 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_restJson1GetSolNetworkPackageDescriptorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSolNetworkPackageDescriptorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSolNetworkPackageDescriptorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSolNetworkPackageDescriptorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSolNetworkPackageDescriptorCommand = GetSolNetworkPackageDescriptorCommand;
@@ -37,10 +37,10 @@ class InstantiateSolNetworkInstanceCommand 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_restJson1InstantiateSolNetworkInstanceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_InstantiateSolNetworkInstanceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1InstantiateSolNetworkInstanceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_InstantiateSolNetworkInstanceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.InstantiateSolNetworkInstanceCommand = InstantiateSolNetworkInstanceCommand;
@@ -36,10 +36,10 @@ class ListSolFunctionInstancesCommand 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_restJson1ListSolFunctionInstancesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSolFunctionInstancesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSolFunctionInstancesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSolFunctionInstancesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSolFunctionInstancesCommand = ListSolFunctionInstancesCommand;
@@ -36,10 +36,10 @@ class ListSolFunctionPackagesCommand 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_restJson1ListSolFunctionPackagesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSolFunctionPackagesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSolFunctionPackagesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSolFunctionPackagesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSolFunctionPackagesCommand = ListSolFunctionPackagesCommand;
@@ -36,10 +36,10 @@ class ListSolNetworkInstancesCommand 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_restJson1ListSolNetworkInstancesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSolNetworkInstancesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSolNetworkInstancesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSolNetworkInstancesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSolNetworkInstancesCommand = ListSolNetworkInstancesCommand;
@@ -36,10 +36,10 @@ class ListSolNetworkOperationsCommand 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_restJson1ListSolNetworkOperationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSolNetworkOperationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSolNetworkOperationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSolNetworkOperationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSolNetworkOperationsCommand = ListSolNetworkOperationsCommand;
@@ -36,10 +36,10 @@ class ListSolNetworkPackagesCommand 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_restJson1ListSolNetworkPackagesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSolNetworkPackagesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSolNetworkPackagesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSolNetworkPackagesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSolNetworkPackagesCommand = ListSolNetworkPackagesCommand;
@@ -37,10 +37,10 @@ class ListTagsForResourceCommand 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_restJson1ListTagsForResourceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class PutSolFunctionPackageContentCommand 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_restJson1PutSolFunctionPackageContentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutSolFunctionPackageContentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutSolFunctionPackageContentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutSolFunctionPackageContentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutSolFunctionPackageContentCommand = PutSolFunctionPackageContentCommand;
@@ -36,10 +36,10 @@ class PutSolNetworkPackageContentCommand 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_restJson1PutSolNetworkPackageContentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutSolNetworkPackageContentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutSolNetworkPackageContentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutSolNetworkPackageContentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutSolNetworkPackageContentCommand = PutSolNetworkPackageContentCommand;
@@ -37,10 +37,10 @@ class TagResourceCommand 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_restJson1TagResourceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.TagResourceCommand = TagResourceCommand;
@@ -37,10 +37,10 @@ class TerminateSolNetworkInstanceCommand 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_restJson1TerminateSolNetworkInstanceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_TerminateSolNetworkInstanceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1TerminateSolNetworkInstanceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_TerminateSolNetworkInstanceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.TerminateSolNetworkInstanceCommand = TerminateSolNetworkInstanceCommand;
@@ -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 UpdateSolFunctionPackageCommand 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_restJson1UpdateSolFunctionPackageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSolFunctionPackageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSolFunctionPackageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSolFunctionPackageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSolFunctionPackageCommand = UpdateSolFunctionPackageCommand;
@@ -37,10 +37,10 @@ class UpdateSolNetworkInstanceCommand 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_restJson1UpdateSolNetworkInstanceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateSolNetworkInstanceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSolNetworkInstanceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateSolNetworkInstanceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateSolNetworkInstanceCommand = UpdateSolNetworkInstanceCommand;
@@ -36,10 +36,10 @@ class UpdateSolNetworkPackageCommand 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_restJson1UpdateSolNetworkPackageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSolNetworkPackageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSolNetworkPackageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSolNetworkPackageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSolNetworkPackageCommand = UpdateSolNetworkPackageCommand;
@@ -36,10 +36,10 @@ class ValidateSolFunctionPackageContentCommand 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_restJson1ValidateSolFunctionPackageContentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ValidateSolFunctionPackageContentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ValidateSolFunctionPackageContentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ValidateSolFunctionPackageContentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ValidateSolFunctionPackageContentCommand = ValidateSolFunctionPackageContentCommand;
@@ -36,10 +36,10 @@ class ValidateSolNetworkPackageContentCommand 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_restJson1ValidateSolNetworkPackageContentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ValidateSolNetworkPackageContentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ValidateSolNetworkPackageContentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ValidateSolNetworkPackageContentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ValidateSolNetworkPackageContentCommand = ValidateSolNetworkPackageContentCommand;