@aws-sdk/client-route53-recovery-readiness 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 (69) hide show
  1. package/dist-cjs/commands/CreateCellCommand.js +2 -2
  2. package/dist-cjs/commands/CreateCrossAccountAuthorizationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateReadinessCheckCommand.js +2 -2
  4. package/dist-cjs/commands/CreateRecoveryGroupCommand.js +2 -2
  5. package/dist-cjs/commands/CreateResourceSetCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteCellCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCrossAccountAuthorizationCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteReadinessCheckCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteRecoveryGroupCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteResourceSetCommand.js +2 -2
  11. package/dist-cjs/commands/GetArchitectureRecommendationsCommand.js +2 -2
  12. package/dist-cjs/commands/GetCellCommand.js +2 -2
  13. package/dist-cjs/commands/GetCellReadinessSummaryCommand.js +2 -2
  14. package/dist-cjs/commands/GetReadinessCheckCommand.js +2 -2
  15. package/dist-cjs/commands/GetReadinessCheckResourceStatusCommand.js +2 -2
  16. package/dist-cjs/commands/GetReadinessCheckStatusCommand.js +2 -2
  17. package/dist-cjs/commands/GetRecoveryGroupCommand.js +2 -2
  18. package/dist-cjs/commands/GetRecoveryGroupReadinessSummaryCommand.js +2 -2
  19. package/dist-cjs/commands/GetResourceSetCommand.js +2 -2
  20. package/dist-cjs/commands/ListCellsCommand.js +2 -2
  21. package/dist-cjs/commands/ListCrossAccountAuthorizationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListReadinessChecksCommand.js +2 -2
  23. package/dist-cjs/commands/ListRecoveryGroupsCommand.js +2 -2
  24. package/dist-cjs/commands/ListResourceSetsCommand.js +2 -2
  25. package/dist-cjs/commands/ListRulesCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourcesCommand.js +2 -2
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateCellCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateReadinessCheckCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateRecoveryGroupCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateResourceSetCommand.js +2 -2
  33. package/dist-cjs/protocols/Aws_restJson1.js +463 -477
  34. package/dist-es/commands/CreateCellCommand.js +3 -3
  35. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +3 -3
  36. package/dist-es/commands/CreateReadinessCheckCommand.js +3 -3
  37. package/dist-es/commands/CreateRecoveryGroupCommand.js +3 -3
  38. package/dist-es/commands/CreateResourceSetCommand.js +3 -3
  39. package/dist-es/commands/DeleteCellCommand.js +3 -3
  40. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +3 -3
  41. package/dist-es/commands/DeleteReadinessCheckCommand.js +3 -3
  42. package/dist-es/commands/DeleteRecoveryGroupCommand.js +3 -3
  43. package/dist-es/commands/DeleteResourceSetCommand.js +3 -3
  44. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +3 -3
  45. package/dist-es/commands/GetCellCommand.js +3 -3
  46. package/dist-es/commands/GetCellReadinessSummaryCommand.js +3 -3
  47. package/dist-es/commands/GetReadinessCheckCommand.js +3 -3
  48. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +3 -3
  49. package/dist-es/commands/GetReadinessCheckStatusCommand.js +3 -3
  50. package/dist-es/commands/GetRecoveryGroupCommand.js +3 -3
  51. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +3 -3
  52. package/dist-es/commands/GetResourceSetCommand.js +3 -3
  53. package/dist-es/commands/ListCellsCommand.js +3 -3
  54. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +3 -3
  55. package/dist-es/commands/ListReadinessChecksCommand.js +3 -3
  56. package/dist-es/commands/ListRecoveryGroupsCommand.js +3 -3
  57. package/dist-es/commands/ListResourceSetsCommand.js +3 -3
  58. package/dist-es/commands/ListRulesCommand.js +3 -3
  59. package/dist-es/commands/ListTagsForResourcesCommand.js +3 -3
  60. package/dist-es/commands/TagResourceCommand.js +3 -3
  61. package/dist-es/commands/UntagResourceCommand.js +3 -3
  62. package/dist-es/commands/UpdateCellCommand.js +3 -3
  63. package/dist-es/commands/UpdateReadinessCheckCommand.js +3 -3
  64. package/dist-es/commands/UpdateRecoveryGroupCommand.js +3 -3
  65. package/dist-es/commands/UpdateResourceSetCommand.js +3 -3
  66. package/dist-es/protocols/Aws_restJson1.js +397 -411
  67. package/dist-types/protocols/Aws_restJson1.d.ts +256 -64
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +64 -64
  69. package/package.json +35 -35
@@ -36,10 +36,10 @@ class CreateCellCommand 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_restJson1CreateCellCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCellCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCellCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCellCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCellCommand = CreateCellCommand;
@@ -36,10 +36,10 @@ class CreateCrossAccountAuthorizationCommand 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_restJson1CreateCrossAccountAuthorizationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCrossAccountAuthorizationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCrossAccountAuthorizationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCrossAccountAuthorizationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCrossAccountAuthorizationCommand = CreateCrossAccountAuthorizationCommand;
@@ -36,10 +36,10 @@ class CreateReadinessCheckCommand 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_restJson1CreateReadinessCheckCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateReadinessCheckCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateReadinessCheckCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateReadinessCheckCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateReadinessCheckCommand = CreateReadinessCheckCommand;
@@ -36,10 +36,10 @@ class CreateRecoveryGroupCommand 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_restJson1CreateRecoveryGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRecoveryGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRecoveryGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRecoveryGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRecoveryGroupCommand = CreateRecoveryGroupCommand;
@@ -36,10 +36,10 @@ class CreateResourceSetCommand 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_restJson1CreateResourceSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateResourceSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateResourceSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateResourceSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateResourceSetCommand = CreateResourceSetCommand;
@@ -36,10 +36,10 @@ class DeleteCellCommand 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_restJson1DeleteCellCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteCellCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCellCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteCellCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCellCommand = DeleteCellCommand;
@@ -36,10 +36,10 @@ class DeleteCrossAccountAuthorizationCommand 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_restJson1DeleteCrossAccountAuthorizationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteCrossAccountAuthorizationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCrossAccountAuthorizationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteCrossAccountAuthorizationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCrossAccountAuthorizationCommand = DeleteCrossAccountAuthorizationCommand;
@@ -36,10 +36,10 @@ class DeleteReadinessCheckCommand 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_restJson1DeleteReadinessCheckCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteReadinessCheckCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteReadinessCheckCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteReadinessCheckCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteReadinessCheckCommand = DeleteReadinessCheckCommand;
@@ -36,10 +36,10 @@ class DeleteRecoveryGroupCommand 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_restJson1DeleteRecoveryGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteRecoveryGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRecoveryGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteRecoveryGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRecoveryGroupCommand = DeleteRecoveryGroupCommand;
@@ -36,10 +36,10 @@ class DeleteResourceSetCommand 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_restJson1DeleteResourceSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteResourceSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResourceSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteResourceSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteResourceSetCommand = DeleteResourceSetCommand;
@@ -36,10 +36,10 @@ class GetArchitectureRecommendationsCommand 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_restJson1GetArchitectureRecommendationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetArchitectureRecommendationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetArchitectureRecommendationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetArchitectureRecommendationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetArchitectureRecommendationsCommand = GetArchitectureRecommendationsCommand;
@@ -36,10 +36,10 @@ class GetCellCommand 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_restJson1GetCellCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCellCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCellCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCellCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCellCommand = GetCellCommand;
@@ -36,10 +36,10 @@ class GetCellReadinessSummaryCommand 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_restJson1GetCellReadinessSummaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCellReadinessSummaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCellReadinessSummaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCellReadinessSummaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCellReadinessSummaryCommand = GetCellReadinessSummaryCommand;
@@ -36,10 +36,10 @@ class GetReadinessCheckCommand 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_restJson1GetReadinessCheckCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetReadinessCheckCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetReadinessCheckCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetReadinessCheckCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetReadinessCheckCommand = GetReadinessCheckCommand;
@@ -36,10 +36,10 @@ class GetReadinessCheckResourceStatusCommand 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_restJson1GetReadinessCheckResourceStatusCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetReadinessCheckResourceStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetReadinessCheckResourceStatusCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetReadinessCheckResourceStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetReadinessCheckResourceStatusCommand = GetReadinessCheckResourceStatusCommand;
@@ -36,10 +36,10 @@ class GetReadinessCheckStatusCommand 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_restJson1GetReadinessCheckStatusCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetReadinessCheckStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetReadinessCheckStatusCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetReadinessCheckStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetReadinessCheckStatusCommand = GetReadinessCheckStatusCommand;
@@ -36,10 +36,10 @@ class GetRecoveryGroupCommand 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_restJson1GetRecoveryGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetRecoveryGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetRecoveryGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetRecoveryGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRecoveryGroupCommand = GetRecoveryGroupCommand;
@@ -36,10 +36,10 @@ class GetRecoveryGroupReadinessSummaryCommand 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_restJson1GetRecoveryGroupReadinessSummaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetRecoveryGroupReadinessSummaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetRecoveryGroupReadinessSummaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetRecoveryGroupReadinessSummaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRecoveryGroupReadinessSummaryCommand = GetRecoveryGroupReadinessSummaryCommand;
@@ -36,10 +36,10 @@ class GetResourceSetCommand 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_restJson1GetResourceSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetResourceSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetResourceSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetResourceSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetResourceSetCommand = GetResourceSetCommand;
@@ -36,10 +36,10 @@ class ListCellsCommand 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_restJson1ListCellsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCellsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCellsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCellsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCellsCommand = ListCellsCommand;
@@ -36,10 +36,10 @@ class ListCrossAccountAuthorizationsCommand 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_restJson1ListCrossAccountAuthorizationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCrossAccountAuthorizationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCrossAccountAuthorizationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCrossAccountAuthorizationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCrossAccountAuthorizationsCommand = ListCrossAccountAuthorizationsCommand;
@@ -36,10 +36,10 @@ class ListReadinessChecksCommand 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_restJson1ListReadinessChecksCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListReadinessChecksCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListReadinessChecksCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListReadinessChecksCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListReadinessChecksCommand = ListReadinessChecksCommand;
@@ -36,10 +36,10 @@ class ListRecoveryGroupsCommand 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_restJson1ListRecoveryGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecoveryGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecoveryGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecoveryGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecoveryGroupsCommand = ListRecoveryGroupsCommand;
@@ -36,10 +36,10 @@ class ListResourceSetsCommand 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_restJson1ListResourceSetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResourceSetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResourceSetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResourceSetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResourceSetsCommand = ListResourceSetsCommand;
@@ -36,10 +36,10 @@ class ListRulesCommand 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_restJson1ListRulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRulesCommand = ListRulesCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourcesCommand 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_restJson1ListTagsForResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourcesCommand = ListTagsForResourcesCommand;
@@ -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 UpdateCellCommand 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_restJson1UpdateCellCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateCellCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCellCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateCellCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCellCommand = UpdateCellCommand;
@@ -36,10 +36,10 @@ class UpdateReadinessCheckCommand 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_restJson1UpdateReadinessCheckCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateReadinessCheckCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateReadinessCheckCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateReadinessCheckCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateReadinessCheckCommand = UpdateReadinessCheckCommand;
@@ -36,10 +36,10 @@ class UpdateRecoveryGroupCommand 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_restJson1UpdateRecoveryGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRecoveryGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRecoveryGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRecoveryGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRecoveryGroupCommand = UpdateRecoveryGroupCommand;
@@ -36,10 +36,10 @@ class UpdateResourceSetCommand 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_restJson1UpdateResourceSetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateResourceSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResourceSetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateResourceSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateResourceSetCommand = UpdateResourceSetCommand;