@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
@@ -43,89 +43,347 @@ import { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput }
43
43
  import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "../commands/UpdateWorkloadCommand";
44
44
  import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "../commands/UpdateWorkloadShareCommand";
45
45
  import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "../commands/UpgradeLensReviewCommand";
46
- export declare const serializeAws_restJson1AssociateLensesCommand: (input: AssociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1CreateLensShareCommand: (input: CreateLensShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1CreateLensVersionCommand: (input: CreateLensVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1CreateMilestoneCommand: (input: CreateMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1CreateWorkloadCommand: (input: CreateWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1CreateWorkloadShareCommand: (input: CreateWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1DeleteLensCommand: (input: DeleteLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DeleteLensShareCommand: (input: DeleteLensShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DeleteWorkloadCommand: (input: DeleteWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DeleteWorkloadShareCommand: (input: DeleteWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DisassociateLensesCommand: (input: DisassociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ExportLensCommand: (input: ExportLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1GetAnswerCommand: (input: GetAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1GetConsolidatedReportCommand: (input: GetConsolidatedReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1GetLensCommand: (input: GetLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1GetLensReviewCommand: (input: GetLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1GetLensReviewReportCommand: (input: GetLensReviewReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1GetLensVersionDifferenceCommand: (input: GetLensVersionDifferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1GetMilestoneCommand: (input: GetMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1GetWorkloadCommand: (input: GetWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1ImportLensCommand: (input: ImportLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1ListAnswersCommand: (input: ListAnswersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1ListCheckDetailsCommand: (input: ListCheckDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1ListCheckSummariesCommand: (input: ListCheckSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1ListLensesCommand: (input: ListLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1ListLensReviewImprovementsCommand: (input: ListLensReviewImprovementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1ListLensReviewsCommand: (input: ListLensReviewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1ListLensSharesCommand: (input: ListLensSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1ListMilestonesCommand: (input: ListMilestonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListShareInvitationsCommand: (input: ListShareInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1ListWorkloadsCommand: (input: ListWorkloadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1ListWorkloadSharesCommand: (input: ListWorkloadSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1UpdateAnswerCommand: (input: UpdateAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1UpdateLensReviewCommand: (input: UpdateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1UpdateShareInvitationCommand: (input: UpdateShareInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1UpdateWorkloadCommand: (input: UpdateWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1UpdateWorkloadShareCommand: (input: UpdateWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1UpgradeLensReviewCommand: (input: UpgradeLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const deserializeAws_restJson1AssociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLensesCommandOutput>;
90
- export declare const deserializeAws_restJson1CreateLensShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLensShareCommandOutput>;
91
- export declare const deserializeAws_restJson1CreateLensVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLensVersionCommandOutput>;
92
- export declare const deserializeAws_restJson1CreateMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMilestoneCommandOutput>;
93
- export declare const deserializeAws_restJson1CreateWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkloadCommandOutput>;
94
- export declare const deserializeAws_restJson1CreateWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkloadShareCommandOutput>;
95
- export declare const deserializeAws_restJson1DeleteLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLensCommandOutput>;
96
- export declare const deserializeAws_restJson1DeleteLensShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLensShareCommandOutput>;
97
- export declare const deserializeAws_restJson1DeleteWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkloadCommandOutput>;
98
- export declare const deserializeAws_restJson1DeleteWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkloadShareCommandOutput>;
99
- export declare const deserializeAws_restJson1DisassociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLensesCommandOutput>;
100
- export declare const deserializeAws_restJson1ExportLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportLensCommandOutput>;
101
- export declare const deserializeAws_restJson1GetAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnswerCommandOutput>;
102
- export declare const deserializeAws_restJson1GetConsolidatedReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsolidatedReportCommandOutput>;
103
- export declare const deserializeAws_restJson1GetLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensCommandOutput>;
104
- export declare const deserializeAws_restJson1GetLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensReviewCommandOutput>;
105
- export declare const deserializeAws_restJson1GetLensReviewReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensReviewReportCommandOutput>;
106
- export declare const deserializeAws_restJson1GetLensVersionDifferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensVersionDifferenceCommandOutput>;
107
- export declare const deserializeAws_restJson1GetMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMilestoneCommandOutput>;
108
- export declare const deserializeAws_restJson1GetWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadCommandOutput>;
109
- export declare const deserializeAws_restJson1ImportLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportLensCommandOutput>;
110
- export declare const deserializeAws_restJson1ListAnswersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnswersCommandOutput>;
111
- export declare const deserializeAws_restJson1ListCheckDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCheckDetailsCommandOutput>;
112
- export declare const deserializeAws_restJson1ListCheckSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCheckSummariesCommandOutput>;
113
- export declare const deserializeAws_restJson1ListLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensesCommandOutput>;
114
- export declare const deserializeAws_restJson1ListLensReviewImprovementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensReviewImprovementsCommandOutput>;
115
- export declare const deserializeAws_restJson1ListLensReviewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensReviewsCommandOutput>;
116
- export declare const deserializeAws_restJson1ListLensSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensSharesCommandOutput>;
117
- export declare const deserializeAws_restJson1ListMilestonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMilestonesCommandOutput>;
118
- export declare const deserializeAws_restJson1ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationsCommandOutput>;
119
- export declare const deserializeAws_restJson1ListShareInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListShareInvitationsCommandOutput>;
120
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
121
- export declare const deserializeAws_restJson1ListWorkloadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadsCommandOutput>;
122
- export declare const deserializeAws_restJson1ListWorkloadSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadSharesCommandOutput>;
123
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
124
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
125
- export declare const deserializeAws_restJson1UpdateAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnswerCommandOutput>;
126
- export declare const deserializeAws_restJson1UpdateGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalSettingsCommandOutput>;
127
- export declare const deserializeAws_restJson1UpdateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLensReviewCommandOutput>;
128
- export declare const deserializeAws_restJson1UpdateShareInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateShareInvitationCommandOutput>;
129
- export declare const deserializeAws_restJson1UpdateWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadCommandOutput>;
130
- export declare const deserializeAws_restJson1UpdateWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadShareCommandOutput>;
131
- export declare const deserializeAws_restJson1UpgradeLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeLensReviewCommandOutput>;
46
+ /**
47
+ * serializeAws_restJson1AssociateLensesCommand
48
+ */
49
+ export declare const se_AssociateLensesCommand: (input: AssociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1CreateLensShareCommand
52
+ */
53
+ export declare const se_CreateLensShareCommand: (input: CreateLensShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1CreateLensVersionCommand
56
+ */
57
+ export declare const se_CreateLensVersionCommand: (input: CreateLensVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1CreateMilestoneCommand
60
+ */
61
+ export declare const se_CreateMilestoneCommand: (input: CreateMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1CreateWorkloadCommand
64
+ */
65
+ export declare const se_CreateWorkloadCommand: (input: CreateWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1CreateWorkloadShareCommand
68
+ */
69
+ export declare const se_CreateWorkloadShareCommand: (input: CreateWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1DeleteLensCommand
72
+ */
73
+ export declare const se_DeleteLensCommand: (input: DeleteLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1DeleteLensShareCommand
76
+ */
77
+ export declare const se_DeleteLensShareCommand: (input: DeleteLensShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1DeleteWorkloadCommand
80
+ */
81
+ export declare const se_DeleteWorkloadCommand: (input: DeleteWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1DeleteWorkloadShareCommand
84
+ */
85
+ export declare const se_DeleteWorkloadShareCommand: (input: DeleteWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1DisassociateLensesCommand
88
+ */
89
+ export declare const se_DisassociateLensesCommand: (input: DisassociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1ExportLensCommand
92
+ */
93
+ export declare const se_ExportLensCommand: (input: ExportLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1GetAnswerCommand
96
+ */
97
+ export declare const se_GetAnswerCommand: (input: GetAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1GetConsolidatedReportCommand
100
+ */
101
+ export declare const se_GetConsolidatedReportCommand: (input: GetConsolidatedReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1GetLensCommand
104
+ */
105
+ export declare const se_GetLensCommand: (input: GetLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1GetLensReviewCommand
108
+ */
109
+ export declare const se_GetLensReviewCommand: (input: GetLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1GetLensReviewReportCommand
112
+ */
113
+ export declare const se_GetLensReviewReportCommand: (input: GetLensReviewReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1GetLensVersionDifferenceCommand
116
+ */
117
+ export declare const se_GetLensVersionDifferenceCommand: (input: GetLensVersionDifferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1GetMilestoneCommand
120
+ */
121
+ export declare const se_GetMilestoneCommand: (input: GetMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1GetWorkloadCommand
124
+ */
125
+ export declare const se_GetWorkloadCommand: (input: GetWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1ImportLensCommand
128
+ */
129
+ export declare const se_ImportLensCommand: (input: ImportLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1ListAnswersCommand
132
+ */
133
+ export declare const se_ListAnswersCommand: (input: ListAnswersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1ListCheckDetailsCommand
136
+ */
137
+ export declare const se_ListCheckDetailsCommand: (input: ListCheckDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1ListCheckSummariesCommand
140
+ */
141
+ export declare const se_ListCheckSummariesCommand: (input: ListCheckSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1ListLensesCommand
144
+ */
145
+ export declare const se_ListLensesCommand: (input: ListLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1ListLensReviewImprovementsCommand
148
+ */
149
+ export declare const se_ListLensReviewImprovementsCommand: (input: ListLensReviewImprovementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1ListLensReviewsCommand
152
+ */
153
+ export declare const se_ListLensReviewsCommand: (input: ListLensReviewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1ListLensSharesCommand
156
+ */
157
+ export declare const se_ListLensSharesCommand: (input: ListLensSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1ListMilestonesCommand
160
+ */
161
+ export declare const se_ListMilestonesCommand: (input: ListMilestonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1ListNotificationsCommand
164
+ */
165
+ export declare const se_ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1ListShareInvitationsCommand
168
+ */
169
+ export declare const se_ListShareInvitationsCommand: (input: ListShareInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1ListTagsForResourceCommand
172
+ */
173
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1ListWorkloadsCommand
176
+ */
177
+ export declare const se_ListWorkloadsCommand: (input: ListWorkloadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_restJson1ListWorkloadSharesCommand
180
+ */
181
+ export declare const se_ListWorkloadSharesCommand: (input: ListWorkloadSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_restJson1TagResourceCommand
184
+ */
185
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_restJson1UntagResourceCommand
188
+ */
189
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_restJson1UpdateAnswerCommand
192
+ */
193
+ export declare const se_UpdateAnswerCommand: (input: UpdateAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_restJson1UpdateGlobalSettingsCommand
196
+ */
197
+ export declare const se_UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * serializeAws_restJson1UpdateLensReviewCommand
200
+ */
201
+ export declare const se_UpdateLensReviewCommand: (input: UpdateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ /**
203
+ * serializeAws_restJson1UpdateShareInvitationCommand
204
+ */
205
+ export declare const se_UpdateShareInvitationCommand: (input: UpdateShareInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_restJson1UpdateWorkloadCommand
208
+ */
209
+ export declare const se_UpdateWorkloadCommand: (input: UpdateWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ /**
211
+ * serializeAws_restJson1UpdateWorkloadShareCommand
212
+ */
213
+ export declare const se_UpdateWorkloadShareCommand: (input: UpdateWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_restJson1UpgradeLensReviewCommand
216
+ */
217
+ export declare const se_UpgradeLensReviewCommand: (input: UpgradeLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * deserializeAws_restJson1AssociateLensesCommand
220
+ */
221
+ export declare const de_AssociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLensesCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1CreateLensShareCommand
224
+ */
225
+ export declare const de_CreateLensShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLensShareCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1CreateLensVersionCommand
228
+ */
229
+ export declare const de_CreateLensVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLensVersionCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1CreateMilestoneCommand
232
+ */
233
+ export declare const de_CreateMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMilestoneCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1CreateWorkloadCommand
236
+ */
237
+ export declare const de_CreateWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkloadCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1CreateWorkloadShareCommand
240
+ */
241
+ export declare const de_CreateWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkloadShareCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1DeleteLensCommand
244
+ */
245
+ export declare const de_DeleteLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLensCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1DeleteLensShareCommand
248
+ */
249
+ export declare const de_DeleteLensShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLensShareCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1DeleteWorkloadCommand
252
+ */
253
+ export declare const de_DeleteWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkloadCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1DeleteWorkloadShareCommand
256
+ */
257
+ export declare const de_DeleteWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkloadShareCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1DisassociateLensesCommand
260
+ */
261
+ export declare const de_DisassociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLensesCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1ExportLensCommand
264
+ */
265
+ export declare const de_ExportLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportLensCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1GetAnswerCommand
268
+ */
269
+ export declare const de_GetAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnswerCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1GetConsolidatedReportCommand
272
+ */
273
+ export declare const de_GetConsolidatedReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsolidatedReportCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1GetLensCommand
276
+ */
277
+ export declare const de_GetLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1GetLensReviewCommand
280
+ */
281
+ export declare const de_GetLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensReviewCommandOutput>;
282
+ /**
283
+ * deserializeAws_restJson1GetLensReviewReportCommand
284
+ */
285
+ export declare const de_GetLensReviewReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensReviewReportCommandOutput>;
286
+ /**
287
+ * deserializeAws_restJson1GetLensVersionDifferenceCommand
288
+ */
289
+ export declare const de_GetLensVersionDifferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensVersionDifferenceCommandOutput>;
290
+ /**
291
+ * deserializeAws_restJson1GetMilestoneCommand
292
+ */
293
+ export declare const de_GetMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMilestoneCommandOutput>;
294
+ /**
295
+ * deserializeAws_restJson1GetWorkloadCommand
296
+ */
297
+ export declare const de_GetWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadCommandOutput>;
298
+ /**
299
+ * deserializeAws_restJson1ImportLensCommand
300
+ */
301
+ export declare const de_ImportLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportLensCommandOutput>;
302
+ /**
303
+ * deserializeAws_restJson1ListAnswersCommand
304
+ */
305
+ export declare const de_ListAnswersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnswersCommandOutput>;
306
+ /**
307
+ * deserializeAws_restJson1ListCheckDetailsCommand
308
+ */
309
+ export declare const de_ListCheckDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCheckDetailsCommandOutput>;
310
+ /**
311
+ * deserializeAws_restJson1ListCheckSummariesCommand
312
+ */
313
+ export declare const de_ListCheckSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCheckSummariesCommandOutput>;
314
+ /**
315
+ * deserializeAws_restJson1ListLensesCommand
316
+ */
317
+ export declare const de_ListLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensesCommandOutput>;
318
+ /**
319
+ * deserializeAws_restJson1ListLensReviewImprovementsCommand
320
+ */
321
+ export declare const de_ListLensReviewImprovementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensReviewImprovementsCommandOutput>;
322
+ /**
323
+ * deserializeAws_restJson1ListLensReviewsCommand
324
+ */
325
+ export declare const de_ListLensReviewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensReviewsCommandOutput>;
326
+ /**
327
+ * deserializeAws_restJson1ListLensSharesCommand
328
+ */
329
+ export declare const de_ListLensSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensSharesCommandOutput>;
330
+ /**
331
+ * deserializeAws_restJson1ListMilestonesCommand
332
+ */
333
+ export declare const de_ListMilestonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMilestonesCommandOutput>;
334
+ /**
335
+ * deserializeAws_restJson1ListNotificationsCommand
336
+ */
337
+ export declare const de_ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationsCommandOutput>;
338
+ /**
339
+ * deserializeAws_restJson1ListShareInvitationsCommand
340
+ */
341
+ export declare const de_ListShareInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListShareInvitationsCommandOutput>;
342
+ /**
343
+ * deserializeAws_restJson1ListTagsForResourceCommand
344
+ */
345
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
346
+ /**
347
+ * deserializeAws_restJson1ListWorkloadsCommand
348
+ */
349
+ export declare const de_ListWorkloadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadsCommandOutput>;
350
+ /**
351
+ * deserializeAws_restJson1ListWorkloadSharesCommand
352
+ */
353
+ export declare const de_ListWorkloadSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadSharesCommandOutput>;
354
+ /**
355
+ * deserializeAws_restJson1TagResourceCommand
356
+ */
357
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
358
+ /**
359
+ * deserializeAws_restJson1UntagResourceCommand
360
+ */
361
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
362
+ /**
363
+ * deserializeAws_restJson1UpdateAnswerCommand
364
+ */
365
+ export declare const de_UpdateAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnswerCommandOutput>;
366
+ /**
367
+ * deserializeAws_restJson1UpdateGlobalSettingsCommand
368
+ */
369
+ export declare const de_UpdateGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalSettingsCommandOutput>;
370
+ /**
371
+ * deserializeAws_restJson1UpdateLensReviewCommand
372
+ */
373
+ export declare const de_UpdateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLensReviewCommandOutput>;
374
+ /**
375
+ * deserializeAws_restJson1UpdateShareInvitationCommand
376
+ */
377
+ export declare const de_UpdateShareInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateShareInvitationCommandOutput>;
378
+ /**
379
+ * deserializeAws_restJson1UpdateWorkloadCommand
380
+ */
381
+ export declare const de_UpdateWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadCommandOutput>;
382
+ /**
383
+ * deserializeAws_restJson1UpdateWorkloadShareCommand
384
+ */
385
+ export declare const de_UpdateWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadShareCommandOutput>;
386
+ /**
387
+ * deserializeAws_restJson1UpgradeLensReviewCommand
388
+ */
389
+ export declare const de_UpgradeLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeLensReviewCommandOutput>;