@aws-sdk/client-wellarchitected 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 (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 +35 -35
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1AssociateLensesCommand, serializeAws_restJson1AssociateLensesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AssociateLensesCommand, se_AssociateLensesCommand } from "../protocols/Aws_restJson1";
5
5
  export class AssociateLensesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AssociateLensesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AssociateLensesCommand(input, context);
36
+ return se_AssociateLensesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AssociateLensesCommand(output, context);
39
+ return de_AssociateLensesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateLensShareCommand, serializeAws_restJson1CreateLensShareCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateLensShareCommand, se_CreateLensShareCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateLensShareCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLensShareCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateLensShareCommand(input, context);
36
+ return se_CreateLensShareCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateLensShareCommand(output, context);
39
+ return de_CreateLensShareCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateLensVersionCommand, serializeAws_restJson1CreateLensVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateLensVersionCommand, se_CreateLensVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateLensVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateLensVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateLensVersionCommand(input, context);
36
+ return se_CreateLensVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateLensVersionCommand(output, context);
39
+ return de_CreateLensVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateMilestoneCommand, serializeAws_restJson1CreateMilestoneCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateMilestoneCommand, se_CreateMilestoneCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateMilestoneCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateMilestoneCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateMilestoneCommand(input, context);
36
+ return se_CreateMilestoneCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateMilestoneCommand(output, context);
39
+ return de_CreateMilestoneCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateWorkloadCommand, serializeAws_restJson1CreateWorkloadCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateWorkloadCommand, se_CreateWorkloadCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateWorkloadCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateWorkloadCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateWorkloadCommand(input, context);
36
+ return se_CreateWorkloadCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateWorkloadCommand(output, context);
39
+ return de_CreateWorkloadCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateWorkloadShareCommand, serializeAws_restJson1CreateWorkloadShareCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateWorkloadShareCommand, se_CreateWorkloadShareCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateWorkloadShareCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateWorkloadShareCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateWorkloadShareCommand(input, context);
36
+ return se_CreateWorkloadShareCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateWorkloadShareCommand(output, context);
39
+ return de_CreateWorkloadShareCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteLensCommand, serializeAws_restJson1DeleteLensCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteLensCommand, se_DeleteLensCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteLensCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteLensCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteLensCommand(input, context);
36
+ return se_DeleteLensCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteLensCommand(output, context);
39
+ return de_DeleteLensCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteLensShareCommand, serializeAws_restJson1DeleteLensShareCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteLensShareCommand, se_DeleteLensShareCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteLensShareCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteLensShareCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteLensShareCommand(input, context);
36
+ return se_DeleteLensShareCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteLensShareCommand(output, context);
39
+ return de_DeleteLensShareCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteWorkloadCommand, serializeAws_restJson1DeleteWorkloadCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteWorkloadCommand, se_DeleteWorkloadCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteWorkloadCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteWorkloadCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteWorkloadCommand(input, context);
36
+ return se_DeleteWorkloadCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteWorkloadCommand(output, context);
39
+ return de_DeleteWorkloadCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteWorkloadShareCommand, serializeAws_restJson1DeleteWorkloadShareCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteWorkloadShareCommand, se_DeleteWorkloadShareCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteWorkloadShareCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteWorkloadShareCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteWorkloadShareCommand(input, context);
36
+ return se_DeleteWorkloadShareCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteWorkloadShareCommand(output, context);
39
+ return de_DeleteWorkloadShareCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DisassociateLensesCommand, serializeAws_restJson1DisassociateLensesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisassociateLensesCommand, se_DisassociateLensesCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisassociateLensesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisassociateLensesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisassociateLensesCommand(input, context);
36
+ return se_DisassociateLensesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisassociateLensesCommand(output, context);
39
+ return de_DisassociateLensesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ExportLensCommand, serializeAws_restJson1ExportLensCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ExportLensCommand, se_ExportLensCommand } from "../protocols/Aws_restJson1";
5
5
  export class ExportLensCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ExportLensCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ExportLensCommand(input, context);
36
+ return se_ExportLensCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ExportLensCommand(output, context);
39
+ return de_ExportLensCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetAnswerCommand, serializeAws_restJson1GetAnswerCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetAnswerCommand, se_GetAnswerCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetAnswerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAnswerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetAnswerCommand(input, context);
36
+ return se_GetAnswerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetAnswerCommand(output, context);
39
+ return de_GetAnswerCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetConsolidatedReportCommand, serializeAws_restJson1GetConsolidatedReportCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetConsolidatedReportCommand, se_GetConsolidatedReportCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetConsolidatedReportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetConsolidatedReportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetConsolidatedReportCommand(input, context);
36
+ return se_GetConsolidatedReportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetConsolidatedReportCommand(output, context);
39
+ return de_GetConsolidatedReportCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLensCommand, serializeAws_restJson1GetLensCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLensCommand, se_GetLensCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLensCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLensCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLensCommand(input, context);
36
+ return se_GetLensCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLensCommand(output, context);
39
+ return de_GetLensCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLensReviewCommand, serializeAws_restJson1GetLensReviewCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLensReviewCommand, se_GetLensReviewCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLensReviewCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLensReviewCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLensReviewCommand(input, context);
36
+ return se_GetLensReviewCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLensReviewCommand(output, context);
39
+ return de_GetLensReviewCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLensReviewReportCommand, serializeAws_restJson1GetLensReviewReportCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLensReviewReportCommand, se_GetLensReviewReportCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLensReviewReportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLensReviewReportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLensReviewReportCommand(input, context);
36
+ return se_GetLensReviewReportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLensReviewReportCommand(output, context);
39
+ return de_GetLensReviewReportCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLensVersionDifferenceCommand, serializeAws_restJson1GetLensVersionDifferenceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLensVersionDifferenceCommand, se_GetLensVersionDifferenceCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLensVersionDifferenceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLensVersionDifferenceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLensVersionDifferenceCommand(input, context);
36
+ return se_GetLensVersionDifferenceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLensVersionDifferenceCommand(output, context);
39
+ return de_GetLensVersionDifferenceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetMilestoneCommand, serializeAws_restJson1GetMilestoneCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetMilestoneCommand, se_GetMilestoneCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetMilestoneCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetMilestoneCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetMilestoneCommand(input, context);
36
+ return se_GetMilestoneCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetMilestoneCommand(output, context);
39
+ return de_GetMilestoneCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetWorkloadCommand, serializeAws_restJson1GetWorkloadCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetWorkloadCommand, se_GetWorkloadCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetWorkloadCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetWorkloadCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetWorkloadCommand(input, context);
36
+ return se_GetWorkloadCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetWorkloadCommand(output, context);
39
+ return de_GetWorkloadCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ImportLensCommand, serializeAws_restJson1ImportLensCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ImportLensCommand, se_ImportLensCommand } from "../protocols/Aws_restJson1";
5
5
  export class ImportLensCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ImportLensCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ImportLensCommand(input, context);
36
+ return se_ImportLensCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ImportLensCommand(output, context);
39
+ return de_ImportLensCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListAnswersCommand, serializeAws_restJson1ListAnswersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAnswersCommand, se_ListAnswersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAnswersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAnswersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAnswersCommand(input, context);
36
+ return se_ListAnswersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAnswersCommand(output, context);
39
+ return de_ListAnswersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListCheckDetailsCommand, serializeAws_restJson1ListCheckDetailsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListCheckDetailsCommand, se_ListCheckDetailsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListCheckDetailsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCheckDetailsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListCheckDetailsCommand(input, context);
36
+ return se_ListCheckDetailsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListCheckDetailsCommand(output, context);
39
+ return de_ListCheckDetailsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListCheckSummariesCommand, serializeAws_restJson1ListCheckSummariesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListCheckSummariesCommand, se_ListCheckSummariesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListCheckSummariesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCheckSummariesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListCheckSummariesCommand(input, context);
36
+ return se_ListCheckSummariesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListCheckSummariesCommand(output, context);
39
+ return de_ListCheckSummariesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListLensReviewImprovementsCommand, serializeAws_restJson1ListLensReviewImprovementsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListLensReviewImprovementsCommand, se_ListLensReviewImprovementsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListLensReviewImprovementsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListLensReviewImprovementsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListLensReviewImprovementsCommand(input, context);
36
+ return se_ListLensReviewImprovementsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListLensReviewImprovementsCommand(output, context);
39
+ return de_ListLensReviewImprovementsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListLensReviewsCommand, serializeAws_restJson1ListLensReviewsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListLensReviewsCommand, se_ListLensReviewsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListLensReviewsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListLensReviewsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListLensReviewsCommand(input, context);
36
+ return se_ListLensReviewsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListLensReviewsCommand(output, context);
39
+ return de_ListLensReviewsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListLensSharesCommand, serializeAws_restJson1ListLensSharesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListLensSharesCommand, se_ListLensSharesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListLensSharesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListLensSharesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListLensSharesCommand(input, context);
36
+ return se_ListLensSharesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListLensSharesCommand(output, context);
39
+ return de_ListLensSharesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListLensesCommand, serializeAws_restJson1ListLensesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListLensesCommand, se_ListLensesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListLensesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListLensesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListLensesCommand(input, context);
36
+ return se_ListLensesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListLensesCommand(output, context);
39
+ return de_ListLensesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListMilestonesCommand, serializeAws_restJson1ListMilestonesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListMilestonesCommand, se_ListMilestonesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListMilestonesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMilestonesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListMilestonesCommand(input, context);
36
+ return se_ListMilestonesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListMilestonesCommand(output, context);
39
+ return de_ListMilestonesCommand(output, context);
40
40
  }
41
41
  }