@aws-sdk/client-wellarchitected 3.306.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 (91) hide show
  1. package/dist-cjs/commands/AssociateLensesCommand.js +2 -2
  2. package/dist-cjs/commands/CreateLensShareCommand.js +2 -2
  3. package/dist-cjs/commands/CreateLensVersionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateMilestoneCommand.js +2 -2
  5. package/dist-cjs/commands/CreateWorkloadCommand.js +2 -2
  6. package/dist-cjs/commands/CreateWorkloadShareCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteLensCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteLensShareCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteWorkloadCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteWorkloadShareCommand.js +2 -2
  11. package/dist-cjs/commands/DisassociateLensesCommand.js +2 -2
  12. package/dist-cjs/commands/ExportLensCommand.js +2 -2
  13. package/dist-cjs/commands/GetAnswerCommand.js +2 -2
  14. package/dist-cjs/commands/GetConsolidatedReportCommand.js +2 -2
  15. package/dist-cjs/commands/GetLensCommand.js +2 -2
  16. package/dist-cjs/commands/GetLensReviewCommand.js +2 -2
  17. package/dist-cjs/commands/GetLensReviewReportCommand.js +2 -2
  18. package/dist-cjs/commands/GetLensVersionDifferenceCommand.js +2 -2
  19. package/dist-cjs/commands/GetMilestoneCommand.js +2 -2
  20. package/dist-cjs/commands/GetWorkloadCommand.js +2 -2
  21. package/dist-cjs/commands/ImportLensCommand.js +2 -2
  22. package/dist-cjs/commands/ListAnswersCommand.js +2 -2
  23. package/dist-cjs/commands/ListCheckDetailsCommand.js +2 -2
  24. package/dist-cjs/commands/ListCheckSummariesCommand.js +2 -2
  25. package/dist-cjs/commands/ListLensReviewImprovementsCommand.js +2 -2
  26. package/dist-cjs/commands/ListLensReviewsCommand.js +2 -2
  27. package/dist-cjs/commands/ListLensSharesCommand.js +2 -2
  28. package/dist-cjs/commands/ListLensesCommand.js +2 -2
  29. package/dist-cjs/commands/ListMilestonesCommand.js +2 -2
  30. package/dist-cjs/commands/ListNotificationsCommand.js +2 -2
  31. package/dist-cjs/commands/ListShareInvitationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/ListWorkloadSharesCommand.js +2 -2
  34. package/dist-cjs/commands/ListWorkloadsCommand.js +2 -2
  35. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  36. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateAnswerCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateLensReviewCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateShareInvitationCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateWorkloadCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateWorkloadShareCommand.js +2 -2
  43. package/dist-cjs/commands/UpgradeLensReviewCommand.js +2 -2
  44. package/dist-cjs/protocols/Aws_restJson1.js +697 -747
  45. package/dist-es/commands/AssociateLensesCommand.js +3 -3
  46. package/dist-es/commands/CreateLensShareCommand.js +3 -3
  47. package/dist-es/commands/CreateLensVersionCommand.js +3 -3
  48. package/dist-es/commands/CreateMilestoneCommand.js +3 -3
  49. package/dist-es/commands/CreateWorkloadCommand.js +3 -3
  50. package/dist-es/commands/CreateWorkloadShareCommand.js +3 -3
  51. package/dist-es/commands/DeleteLensCommand.js +3 -3
  52. package/dist-es/commands/DeleteLensShareCommand.js +3 -3
  53. package/dist-es/commands/DeleteWorkloadCommand.js +3 -3
  54. package/dist-es/commands/DeleteWorkloadShareCommand.js +3 -3
  55. package/dist-es/commands/DisassociateLensesCommand.js +3 -3
  56. package/dist-es/commands/ExportLensCommand.js +3 -3
  57. package/dist-es/commands/GetAnswerCommand.js +3 -3
  58. package/dist-es/commands/GetConsolidatedReportCommand.js +3 -3
  59. package/dist-es/commands/GetLensCommand.js +3 -3
  60. package/dist-es/commands/GetLensReviewCommand.js +3 -3
  61. package/dist-es/commands/GetLensReviewReportCommand.js +3 -3
  62. package/dist-es/commands/GetLensVersionDifferenceCommand.js +3 -3
  63. package/dist-es/commands/GetMilestoneCommand.js +3 -3
  64. package/dist-es/commands/GetWorkloadCommand.js +3 -3
  65. package/dist-es/commands/ImportLensCommand.js +3 -3
  66. package/dist-es/commands/ListAnswersCommand.js +3 -3
  67. package/dist-es/commands/ListCheckDetailsCommand.js +3 -3
  68. package/dist-es/commands/ListCheckSummariesCommand.js +3 -3
  69. package/dist-es/commands/ListLensReviewImprovementsCommand.js +3 -3
  70. package/dist-es/commands/ListLensReviewsCommand.js +3 -3
  71. package/dist-es/commands/ListLensSharesCommand.js +3 -3
  72. package/dist-es/commands/ListLensesCommand.js +3 -3
  73. package/dist-es/commands/ListMilestonesCommand.js +3 -3
  74. package/dist-es/commands/ListNotificationsCommand.js +3 -3
  75. package/dist-es/commands/ListShareInvitationsCommand.js +3 -3
  76. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  77. package/dist-es/commands/ListWorkloadSharesCommand.js +3 -3
  78. package/dist-es/commands/ListWorkloadsCommand.js +3 -3
  79. package/dist-es/commands/TagResourceCommand.js +3 -3
  80. package/dist-es/commands/UntagResourceCommand.js +3 -3
  81. package/dist-es/commands/UpdateAnswerCommand.js +3 -3
  82. package/dist-es/commands/UpdateGlobalSettingsCommand.js +3 -3
  83. package/dist-es/commands/UpdateLensReviewCommand.js +3 -3
  84. package/dist-es/commands/UpdateShareInvitationCommand.js +3 -3
  85. package/dist-es/commands/UpdateWorkloadCommand.js +3 -3
  86. package/dist-es/commands/UpdateWorkloadShareCommand.js +3 -3
  87. package/dist-es/commands/UpgradeLensReviewCommand.js +3 -3
  88. package/dist-es/protocols/Aws_restJson1.js +609 -659
  89. package/dist-types/protocols/Aws_restJson1.d.ts +344 -86
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +86 -86
  91. package/package.json +6 -6
@@ -36,10 +36,10 @@ class AssociateLensesCommand 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_restJson1AssociateLensesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateLensesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateLensesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateLensesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateLensesCommand = AssociateLensesCommand;
@@ -36,10 +36,10 @@ class CreateLensShareCommand 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_restJson1CreateLensShareCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateLensShareCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateLensShareCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateLensShareCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLensShareCommand = CreateLensShareCommand;
@@ -36,10 +36,10 @@ class CreateLensVersionCommand 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_restJson1CreateLensVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateLensVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateLensVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateLensVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLensVersionCommand = CreateLensVersionCommand;
@@ -36,10 +36,10 @@ class CreateMilestoneCommand 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_restJson1CreateMilestoneCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateMilestoneCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMilestoneCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateMilestoneCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateMilestoneCommand = CreateMilestoneCommand;
@@ -36,10 +36,10 @@ class CreateWorkloadCommand 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_restJson1CreateWorkloadCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateWorkloadCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkloadCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateWorkloadCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateWorkloadCommand = CreateWorkloadCommand;
@@ -36,10 +36,10 @@ class CreateWorkloadShareCommand 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_restJson1CreateWorkloadShareCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateWorkloadShareCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkloadShareCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateWorkloadShareCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateWorkloadShareCommand = CreateWorkloadShareCommand;
@@ -36,10 +36,10 @@ class DeleteLensCommand 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_restJson1DeleteLensCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteLensCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteLensCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteLensCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteLensCommand = DeleteLensCommand;
@@ -36,10 +36,10 @@ class DeleteLensShareCommand 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_restJson1DeleteLensShareCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteLensShareCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteLensShareCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteLensShareCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteLensShareCommand = DeleteLensShareCommand;
@@ -36,10 +36,10 @@ class DeleteWorkloadCommand 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_restJson1DeleteWorkloadCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWorkloadCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkloadCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWorkloadCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkloadCommand = DeleteWorkloadCommand;
@@ -36,10 +36,10 @@ class DeleteWorkloadShareCommand 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_restJson1DeleteWorkloadShareCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWorkloadShareCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkloadShareCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWorkloadShareCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkloadShareCommand = DeleteWorkloadShareCommand;
@@ -36,10 +36,10 @@ class DisassociateLensesCommand 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_restJson1DisassociateLensesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateLensesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateLensesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateLensesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateLensesCommand = DisassociateLensesCommand;
@@ -36,10 +36,10 @@ class ExportLensCommand 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_restJson1ExportLensCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ExportLensCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ExportLensCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ExportLensCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ExportLensCommand = ExportLensCommand;
@@ -36,10 +36,10 @@ class GetAnswerCommand 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_restJson1GetAnswerCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetAnswerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAnswerCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetAnswerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetAnswerCommand = GetAnswerCommand;
@@ -36,10 +36,10 @@ class GetConsolidatedReportCommand 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_restJson1GetConsolidatedReportCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetConsolidatedReportCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetConsolidatedReportCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetConsolidatedReportCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetConsolidatedReportCommand = GetConsolidatedReportCommand;
@@ -36,10 +36,10 @@ class GetLensCommand 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_restJson1GetLensCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLensCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLensCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLensCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLensCommand = GetLensCommand;
@@ -36,10 +36,10 @@ class GetLensReviewCommand 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_restJson1GetLensReviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLensReviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLensReviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLensReviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLensReviewCommand = GetLensReviewCommand;
@@ -36,10 +36,10 @@ class GetLensReviewReportCommand 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_restJson1GetLensReviewReportCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLensReviewReportCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLensReviewReportCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLensReviewReportCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLensReviewReportCommand = GetLensReviewReportCommand;
@@ -36,10 +36,10 @@ class GetLensVersionDifferenceCommand 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_restJson1GetLensVersionDifferenceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLensVersionDifferenceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLensVersionDifferenceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLensVersionDifferenceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLensVersionDifferenceCommand = GetLensVersionDifferenceCommand;
@@ -36,10 +36,10 @@ class GetMilestoneCommand 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_restJson1GetMilestoneCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetMilestoneCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMilestoneCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetMilestoneCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMilestoneCommand = GetMilestoneCommand;
@@ -36,10 +36,10 @@ class GetWorkloadCommand 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_restJson1GetWorkloadCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetWorkloadCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkloadCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetWorkloadCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetWorkloadCommand = GetWorkloadCommand;
@@ -36,10 +36,10 @@ class ImportLensCommand 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_restJson1ImportLensCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ImportLensCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ImportLensCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ImportLensCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ImportLensCommand = ImportLensCommand;
@@ -36,10 +36,10 @@ class ListAnswersCommand 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_restJson1ListAnswersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAnswersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAnswersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAnswersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAnswersCommand = ListAnswersCommand;
@@ -36,10 +36,10 @@ class ListCheckDetailsCommand 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_restJson1ListCheckDetailsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCheckDetailsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCheckDetailsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCheckDetailsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCheckDetailsCommand = ListCheckDetailsCommand;
@@ -36,10 +36,10 @@ class ListCheckSummariesCommand 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_restJson1ListCheckSummariesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCheckSummariesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCheckSummariesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCheckSummariesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCheckSummariesCommand = ListCheckSummariesCommand;
@@ -36,10 +36,10 @@ class ListLensReviewImprovementsCommand 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_restJson1ListLensReviewImprovementsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLensReviewImprovementsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLensReviewImprovementsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLensReviewImprovementsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLensReviewImprovementsCommand = ListLensReviewImprovementsCommand;
@@ -36,10 +36,10 @@ class ListLensReviewsCommand 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_restJson1ListLensReviewsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLensReviewsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLensReviewsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLensReviewsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLensReviewsCommand = ListLensReviewsCommand;
@@ -36,10 +36,10 @@ class ListLensSharesCommand 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_restJson1ListLensSharesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLensSharesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLensSharesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLensSharesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLensSharesCommand = ListLensSharesCommand;
@@ -36,10 +36,10 @@ class ListLensesCommand 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_restJson1ListLensesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLensesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLensesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLensesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLensesCommand = ListLensesCommand;
@@ -36,10 +36,10 @@ class ListMilestonesCommand 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_restJson1ListMilestonesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListMilestonesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListMilestonesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListMilestonesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMilestonesCommand = ListMilestonesCommand;
@@ -36,10 +36,10 @@ class ListNotificationsCommand 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_restJson1ListNotificationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListNotificationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListNotificationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListNotificationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListNotificationsCommand = ListNotificationsCommand;
@@ -36,10 +36,10 @@ class ListShareInvitationsCommand 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_restJson1ListShareInvitationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListShareInvitationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListShareInvitationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListShareInvitationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListShareInvitationsCommand = ListShareInvitationsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListWorkloadSharesCommand 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_restJson1ListWorkloadSharesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWorkloadSharesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkloadSharesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWorkloadSharesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWorkloadSharesCommand = ListWorkloadSharesCommand;
@@ -36,10 +36,10 @@ class ListWorkloadsCommand 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_restJson1ListWorkloadsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWorkloadsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkloadsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWorkloadsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWorkloadsCommand = ListWorkloadsCommand;
@@ -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 UpdateAnswerCommand 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_restJson1UpdateAnswerCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateAnswerCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAnswerCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateAnswerCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateAnswerCommand = UpdateAnswerCommand;
@@ -36,10 +36,10 @@ class UpdateGlobalSettingsCommand 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_restJson1UpdateGlobalSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateGlobalSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateGlobalSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateGlobalSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateGlobalSettingsCommand = UpdateGlobalSettingsCommand;
@@ -36,10 +36,10 @@ class UpdateLensReviewCommand 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_restJson1UpdateLensReviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateLensReviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateLensReviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateLensReviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLensReviewCommand = UpdateLensReviewCommand;
@@ -36,10 +36,10 @@ class UpdateShareInvitationCommand 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_restJson1UpdateShareInvitationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateShareInvitationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateShareInvitationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateShareInvitationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateShareInvitationCommand = UpdateShareInvitationCommand;
@@ -36,10 +36,10 @@ class UpdateWorkloadCommand 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_restJson1UpdateWorkloadCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWorkloadCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkloadCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWorkloadCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWorkloadCommand = UpdateWorkloadCommand;
@@ -36,10 +36,10 @@ class UpdateWorkloadShareCommand 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_restJson1UpdateWorkloadShareCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWorkloadShareCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkloadShareCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWorkloadShareCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWorkloadShareCommand = UpdateWorkloadShareCommand;
@@ -36,10 +36,10 @@ class UpgradeLensReviewCommand 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_restJson1UpgradeLensReviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpgradeLensReviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpgradeLensReviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpgradeLensReviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpgradeLensReviewCommand = UpgradeLensReviewCommand;