@aws-sdk/client-wellarchitected 3.928.0 → 3.930.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.
- package/dist-cjs/index.js +3065 -3099
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/WellArchitectedClient.js +2 -0
- package/dist-es/commands/AssociateLensesCommand.js +3 -9
- package/dist-es/commands/AssociateProfilesCommand.js +3 -9
- package/dist-es/commands/CreateLensShareCommand.js +3 -9
- package/dist-es/commands/CreateLensVersionCommand.js +3 -9
- package/dist-es/commands/CreateMilestoneCommand.js +3 -9
- package/dist-es/commands/CreateProfileCommand.js +3 -9
- package/dist-es/commands/CreateProfileShareCommand.js +3 -9
- package/dist-es/commands/CreateReviewTemplateCommand.js +3 -9
- package/dist-es/commands/CreateTemplateShareCommand.js +3 -9
- package/dist-es/commands/CreateWorkloadCommand.js +3 -9
- package/dist-es/commands/CreateWorkloadShareCommand.js +3 -9
- package/dist-es/commands/DeleteLensCommand.js +3 -9
- package/dist-es/commands/DeleteLensShareCommand.js +3 -9
- package/dist-es/commands/DeleteProfileCommand.js +3 -9
- package/dist-es/commands/DeleteProfileShareCommand.js +3 -9
- package/dist-es/commands/DeleteReviewTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteTemplateShareCommand.js +3 -9
- package/dist-es/commands/DeleteWorkloadCommand.js +3 -9
- package/dist-es/commands/DeleteWorkloadShareCommand.js +3 -9
- package/dist-es/commands/DisassociateLensesCommand.js +3 -9
- package/dist-es/commands/DisassociateProfilesCommand.js +3 -9
- package/dist-es/commands/ExportLensCommand.js +3 -9
- package/dist-es/commands/GetAnswerCommand.js +3 -9
- package/dist-es/commands/GetConsolidatedReportCommand.js +3 -9
- package/dist-es/commands/GetGlobalSettingsCommand.js +3 -9
- package/dist-es/commands/GetLensCommand.js +3 -9
- package/dist-es/commands/GetLensReviewCommand.js +3 -9
- package/dist-es/commands/GetLensReviewReportCommand.js +3 -9
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +3 -9
- package/dist-es/commands/GetMilestoneCommand.js +3 -9
- package/dist-es/commands/GetProfileCommand.js +3 -9
- package/dist-es/commands/GetProfileTemplateCommand.js +3 -9
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +3 -9
- package/dist-es/commands/GetReviewTemplateCommand.js +3 -9
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +3 -9
- package/dist-es/commands/GetWorkloadCommand.js +3 -9
- package/dist-es/commands/ImportLensCommand.js +3 -9
- package/dist-es/commands/ListAnswersCommand.js +3 -9
- package/dist-es/commands/ListCheckDetailsCommand.js +3 -9
- package/dist-es/commands/ListCheckSummariesCommand.js +3 -9
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +3 -9
- package/dist-es/commands/ListLensReviewsCommand.js +3 -9
- package/dist-es/commands/ListLensSharesCommand.js +3 -9
- package/dist-es/commands/ListLensesCommand.js +3 -9
- package/dist-es/commands/ListMilestonesCommand.js +3 -9
- package/dist-es/commands/ListNotificationsCommand.js +3 -9
- package/dist-es/commands/ListProfileNotificationsCommand.js +3 -9
- package/dist-es/commands/ListProfileSharesCommand.js +3 -9
- package/dist-es/commands/ListProfilesCommand.js +3 -9
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +3 -9
- package/dist-es/commands/ListReviewTemplatesCommand.js +3 -9
- package/dist-es/commands/ListShareInvitationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTemplateSharesCommand.js +3 -9
- package/dist-es/commands/ListWorkloadSharesCommand.js +3 -9
- package/dist-es/commands/ListWorkloadsCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAnswerCommand.js +3 -9
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
- package/dist-es/commands/UpdateLensReviewCommand.js +3 -9
- package/dist-es/commands/UpdateProfileCommand.js +3 -9
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +3 -9
- package/dist-es/commands/UpdateReviewTemplateCommand.js +3 -9
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +3 -9
- package/dist-es/commands/UpdateShareInvitationCommand.js +3 -9
- package/dist-es/commands/UpdateWorkloadCommand.js +3 -9
- package/dist-es/commands/UpdateWorkloadShareCommand.js +3 -9
- package/dist-es/commands/UpgradeLensReviewCommand.js +3 -9
- package/dist-es/commands/UpgradeProfileVersionCommand.js +3 -9
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2945 -0
- package/dist-types/WellArchitectedClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +337 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +343 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2599
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -650
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -869
|
@@ -1,650 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "../commands/AssociateLensesCommand";
|
|
4
|
-
import { AssociateProfilesCommandInput, AssociateProfilesCommandOutput } from "../commands/AssociateProfilesCommand";
|
|
5
|
-
import { CreateLensShareCommandInput, CreateLensShareCommandOutput } from "../commands/CreateLensShareCommand";
|
|
6
|
-
import { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from "../commands/CreateLensVersionCommand";
|
|
7
|
-
import { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "../commands/CreateMilestoneCommand";
|
|
8
|
-
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
|
|
9
|
-
import { CreateProfileShareCommandInput, CreateProfileShareCommandOutput } from "../commands/CreateProfileShareCommand";
|
|
10
|
-
import { CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput } from "../commands/CreateReviewTemplateCommand";
|
|
11
|
-
import { CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput } from "../commands/CreateTemplateShareCommand";
|
|
12
|
-
import { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "../commands/CreateWorkloadCommand";
|
|
13
|
-
import { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "../commands/CreateWorkloadShareCommand";
|
|
14
|
-
import { DeleteLensCommandInput, DeleteLensCommandOutput } from "../commands/DeleteLensCommand";
|
|
15
|
-
import { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "../commands/DeleteLensShareCommand";
|
|
16
|
-
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
|
|
17
|
-
import { DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput } from "../commands/DeleteProfileShareCommand";
|
|
18
|
-
import { DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput } from "../commands/DeleteReviewTemplateCommand";
|
|
19
|
-
import { DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput } from "../commands/DeleteTemplateShareCommand";
|
|
20
|
-
import { DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput } from "../commands/DeleteWorkloadCommand";
|
|
21
|
-
import { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput } from "../commands/DeleteWorkloadShareCommand";
|
|
22
|
-
import { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "../commands/DisassociateLensesCommand";
|
|
23
|
-
import { DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput } from "../commands/DisassociateProfilesCommand";
|
|
24
|
-
import { ExportLensCommandInput, ExportLensCommandOutput } from "../commands/ExportLensCommand";
|
|
25
|
-
import { GetAnswerCommandInput, GetAnswerCommandOutput } from "../commands/GetAnswerCommand";
|
|
26
|
-
import { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "../commands/GetConsolidatedReportCommand";
|
|
27
|
-
import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "../commands/GetGlobalSettingsCommand";
|
|
28
|
-
import { GetLensCommandInput, GetLensCommandOutput } from "../commands/GetLensCommand";
|
|
29
|
-
import { GetLensReviewCommandInput, GetLensReviewCommandOutput } from "../commands/GetLensReviewCommand";
|
|
30
|
-
import { GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput } from "../commands/GetLensReviewReportCommand";
|
|
31
|
-
import { GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput } from "../commands/GetLensVersionDifferenceCommand";
|
|
32
|
-
import { GetMilestoneCommandInput, GetMilestoneCommandOutput } from "../commands/GetMilestoneCommand";
|
|
33
|
-
import { GetProfileCommandInput, GetProfileCommandOutput } from "../commands/GetProfileCommand";
|
|
34
|
-
import { GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput } from "../commands/GetProfileTemplateCommand";
|
|
35
|
-
import { GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput } from "../commands/GetReviewTemplateAnswerCommand";
|
|
36
|
-
import { GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput } from "../commands/GetReviewTemplateCommand";
|
|
37
|
-
import { GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput } from "../commands/GetReviewTemplateLensReviewCommand";
|
|
38
|
-
import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "../commands/GetWorkloadCommand";
|
|
39
|
-
import { ImportLensCommandInput, ImportLensCommandOutput } from "../commands/ImportLensCommand";
|
|
40
|
-
import { ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand";
|
|
41
|
-
import { ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput } from "../commands/ListCheckDetailsCommand";
|
|
42
|
-
import { ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput } from "../commands/ListCheckSummariesCommand";
|
|
43
|
-
import { ListLensesCommandInput, ListLensesCommandOutput } from "../commands/ListLensesCommand";
|
|
44
|
-
import { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "../commands/ListLensReviewImprovementsCommand";
|
|
45
|
-
import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "../commands/ListLensReviewsCommand";
|
|
46
|
-
import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "../commands/ListLensSharesCommand";
|
|
47
|
-
import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "../commands/ListMilestonesCommand";
|
|
48
|
-
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
|
|
49
|
-
import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "../commands/ListProfileNotificationsCommand";
|
|
50
|
-
import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
|
|
51
|
-
import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "../commands/ListProfileSharesCommand";
|
|
52
|
-
import { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "../commands/ListReviewTemplateAnswersCommand";
|
|
53
|
-
import { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "../commands/ListReviewTemplatesCommand";
|
|
54
|
-
import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "../commands/ListShareInvitationsCommand";
|
|
55
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
56
|
-
import { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "../commands/ListTemplateSharesCommand";
|
|
57
|
-
import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
|
|
58
|
-
import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "../commands/ListWorkloadSharesCommand";
|
|
59
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
60
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
61
|
-
import { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "../commands/UpdateAnswerCommand";
|
|
62
|
-
import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "../commands/UpdateGlobalSettingsCommand";
|
|
63
|
-
import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "../commands/UpdateIntegrationCommand";
|
|
64
|
-
import { UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput } from "../commands/UpdateLensReviewCommand";
|
|
65
|
-
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
66
|
-
import { UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput } from "../commands/UpdateReviewTemplateAnswerCommand";
|
|
67
|
-
import { UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput } from "../commands/UpdateReviewTemplateCommand";
|
|
68
|
-
import { UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput } from "../commands/UpdateReviewTemplateLensReviewCommand";
|
|
69
|
-
import { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput } from "../commands/UpdateShareInvitationCommand";
|
|
70
|
-
import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "../commands/UpdateWorkloadCommand";
|
|
71
|
-
import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "../commands/UpdateWorkloadShareCommand";
|
|
72
|
-
import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "../commands/UpgradeLensReviewCommand";
|
|
73
|
-
import { UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput } from "../commands/UpgradeProfileVersionCommand";
|
|
74
|
-
import { UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput } from "../commands/UpgradeReviewTemplateLensReviewCommand";
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1AssociateLensesCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_AssociateLensesCommand: (input: AssociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1AssociateProfilesCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_AssociateProfilesCommand: (input: AssociateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1CreateLensShareCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_CreateLensShareCommand: (input: CreateLensShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1CreateLensVersionCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_CreateLensVersionCommand: (input: CreateLensVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1CreateMilestoneCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_CreateMilestoneCommand: (input: CreateMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1CreateProfileCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1CreateProfileShareCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_CreateProfileShareCommand: (input: CreateProfileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1CreateReviewTemplateCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_CreateReviewTemplateCommand: (input: CreateReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1CreateTemplateShareCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_CreateTemplateShareCommand: (input: CreateTemplateShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1CreateWorkloadCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_CreateWorkloadCommand: (input: CreateWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1CreateWorkloadShareCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_CreateWorkloadShareCommand: (input: CreateWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1DeleteLensCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_DeleteLensCommand: (input: DeleteLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_restJson1DeleteLensShareCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_DeleteLensShareCommand: (input: DeleteLensShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_restJson1DeleteProfileCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_restJson1DeleteProfileShareCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_DeleteProfileShareCommand: (input: DeleteProfileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_restJson1DeleteReviewTemplateCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_DeleteReviewTemplateCommand: (input: DeleteReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_restJson1DeleteTemplateShareCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_DeleteTemplateShareCommand: (input: DeleteTemplateShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_restJson1DeleteWorkloadCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_DeleteWorkloadCommand: (input: DeleteWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_restJson1DeleteWorkloadShareCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_DeleteWorkloadShareCommand: (input: DeleteWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_restJson1DisassociateLensesCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_DisassociateLensesCommand: (input: DisassociateLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_restJson1DisassociateProfilesCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_DisassociateProfilesCommand: (input: DisassociateProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_restJson1ExportLensCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_ExportLensCommand: (input: ExportLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* serializeAws_restJson1GetAnswerCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const se_GetAnswerCommand: (input: GetAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
/**
|
|
168
|
-
* serializeAws_restJson1GetConsolidatedReportCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const se_GetConsolidatedReportCommand: (input: GetConsolidatedReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
/**
|
|
172
|
-
* serializeAws_restJson1GetGlobalSettingsCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const se_GetGlobalSettingsCommand: (input: GetGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
/**
|
|
176
|
-
* serializeAws_restJson1GetLensCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const se_GetLensCommand: (input: GetLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
/**
|
|
180
|
-
* serializeAws_restJson1GetLensReviewCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const se_GetLensReviewCommand: (input: GetLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
/**
|
|
184
|
-
* serializeAws_restJson1GetLensReviewReportCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const se_GetLensReviewReportCommand: (input: GetLensReviewReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
/**
|
|
188
|
-
* serializeAws_restJson1GetLensVersionDifferenceCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const se_GetLensVersionDifferenceCommand: (input: GetLensVersionDifferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
/**
|
|
192
|
-
* serializeAws_restJson1GetMilestoneCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const se_GetMilestoneCommand: (input: GetMilestoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
-
/**
|
|
196
|
-
* serializeAws_restJson1GetProfileCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const se_GetProfileCommand: (input: GetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
-
/**
|
|
200
|
-
* serializeAws_restJson1GetProfileTemplateCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const se_GetProfileTemplateCommand: (input: GetProfileTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
-
/**
|
|
204
|
-
* serializeAws_restJson1GetReviewTemplateCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const se_GetReviewTemplateCommand: (input: GetReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
-
/**
|
|
208
|
-
* serializeAws_restJson1GetReviewTemplateAnswerCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const se_GetReviewTemplateAnswerCommand: (input: GetReviewTemplateAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
-
/**
|
|
212
|
-
* serializeAws_restJson1GetReviewTemplateLensReviewCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const se_GetReviewTemplateLensReviewCommand: (input: GetReviewTemplateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
-
/**
|
|
216
|
-
* serializeAws_restJson1GetWorkloadCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const se_GetWorkloadCommand: (input: GetWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
-
/**
|
|
220
|
-
* serializeAws_restJson1ImportLensCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const se_ImportLensCommand: (input: ImportLensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
-
/**
|
|
224
|
-
* serializeAws_restJson1ListAnswersCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const se_ListAnswersCommand: (input: ListAnswersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
227
|
-
/**
|
|
228
|
-
* serializeAws_restJson1ListCheckDetailsCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const se_ListCheckDetailsCommand: (input: ListCheckDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
-
/**
|
|
232
|
-
* serializeAws_restJson1ListCheckSummariesCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const se_ListCheckSummariesCommand: (input: ListCheckSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
-
/**
|
|
236
|
-
* serializeAws_restJson1ListLensesCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const se_ListLensesCommand: (input: ListLensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
-
/**
|
|
240
|
-
* serializeAws_restJson1ListLensReviewImprovementsCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const se_ListLensReviewImprovementsCommand: (input: ListLensReviewImprovementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
|
-
/**
|
|
244
|
-
* serializeAws_restJson1ListLensReviewsCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const se_ListLensReviewsCommand: (input: ListLensReviewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
247
|
-
/**
|
|
248
|
-
* serializeAws_restJson1ListLensSharesCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const se_ListLensSharesCommand: (input: ListLensSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
|
-
/**
|
|
252
|
-
* serializeAws_restJson1ListMilestonesCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const se_ListMilestonesCommand: (input: ListMilestonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
|
-
/**
|
|
256
|
-
* serializeAws_restJson1ListNotificationsCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const se_ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
-
/**
|
|
260
|
-
* serializeAws_restJson1ListProfileNotificationsCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const se_ListProfileNotificationsCommand: (input: ListProfileNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
|
-
/**
|
|
264
|
-
* serializeAws_restJson1ListProfilesCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const se_ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
267
|
-
/**
|
|
268
|
-
* serializeAws_restJson1ListProfileSharesCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const se_ListProfileSharesCommand: (input: ListProfileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
|
-
/**
|
|
272
|
-
* serializeAws_restJson1ListReviewTemplateAnswersCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const se_ListReviewTemplateAnswersCommand: (input: ListReviewTemplateAnswersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
275
|
-
/**
|
|
276
|
-
* serializeAws_restJson1ListReviewTemplatesCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const se_ListReviewTemplatesCommand: (input: ListReviewTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
-
/**
|
|
280
|
-
* serializeAws_restJson1ListShareInvitationsCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const se_ListShareInvitationsCommand: (input: ListShareInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
-
/**
|
|
284
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
287
|
-
/**
|
|
288
|
-
* serializeAws_restJson1ListTemplateSharesCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const se_ListTemplateSharesCommand: (input: ListTemplateSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
291
|
-
/**
|
|
292
|
-
* serializeAws_restJson1ListWorkloadsCommand
|
|
293
|
-
*/
|
|
294
|
-
export declare const se_ListWorkloadsCommand: (input: ListWorkloadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
295
|
-
/**
|
|
296
|
-
* serializeAws_restJson1ListWorkloadSharesCommand
|
|
297
|
-
*/
|
|
298
|
-
export declare const se_ListWorkloadSharesCommand: (input: ListWorkloadSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
299
|
-
/**
|
|
300
|
-
* serializeAws_restJson1TagResourceCommand
|
|
301
|
-
*/
|
|
302
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
303
|
-
/**
|
|
304
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
305
|
-
*/
|
|
306
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
307
|
-
/**
|
|
308
|
-
* serializeAws_restJson1UpdateAnswerCommand
|
|
309
|
-
*/
|
|
310
|
-
export declare const se_UpdateAnswerCommand: (input: UpdateAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
311
|
-
/**
|
|
312
|
-
* serializeAws_restJson1UpdateGlobalSettingsCommand
|
|
313
|
-
*/
|
|
314
|
-
export declare const se_UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
315
|
-
/**
|
|
316
|
-
* serializeAws_restJson1UpdateIntegrationCommand
|
|
317
|
-
*/
|
|
318
|
-
export declare const se_UpdateIntegrationCommand: (input: UpdateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
319
|
-
/**
|
|
320
|
-
* serializeAws_restJson1UpdateLensReviewCommand
|
|
321
|
-
*/
|
|
322
|
-
export declare const se_UpdateLensReviewCommand: (input: UpdateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
323
|
-
/**
|
|
324
|
-
* serializeAws_restJson1UpdateProfileCommand
|
|
325
|
-
*/
|
|
326
|
-
export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
327
|
-
/**
|
|
328
|
-
* serializeAws_restJson1UpdateReviewTemplateCommand
|
|
329
|
-
*/
|
|
330
|
-
export declare const se_UpdateReviewTemplateCommand: (input: UpdateReviewTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
331
|
-
/**
|
|
332
|
-
* serializeAws_restJson1UpdateReviewTemplateAnswerCommand
|
|
333
|
-
*/
|
|
334
|
-
export declare const se_UpdateReviewTemplateAnswerCommand: (input: UpdateReviewTemplateAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
335
|
-
/**
|
|
336
|
-
* serializeAws_restJson1UpdateReviewTemplateLensReviewCommand
|
|
337
|
-
*/
|
|
338
|
-
export declare const se_UpdateReviewTemplateLensReviewCommand: (input: UpdateReviewTemplateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
339
|
-
/**
|
|
340
|
-
* serializeAws_restJson1UpdateShareInvitationCommand
|
|
341
|
-
*/
|
|
342
|
-
export declare const se_UpdateShareInvitationCommand: (input: UpdateShareInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
343
|
-
/**
|
|
344
|
-
* serializeAws_restJson1UpdateWorkloadCommand
|
|
345
|
-
*/
|
|
346
|
-
export declare const se_UpdateWorkloadCommand: (input: UpdateWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
347
|
-
/**
|
|
348
|
-
* serializeAws_restJson1UpdateWorkloadShareCommand
|
|
349
|
-
*/
|
|
350
|
-
export declare const se_UpdateWorkloadShareCommand: (input: UpdateWorkloadShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
351
|
-
/**
|
|
352
|
-
* serializeAws_restJson1UpgradeLensReviewCommand
|
|
353
|
-
*/
|
|
354
|
-
export declare const se_UpgradeLensReviewCommand: (input: UpgradeLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
355
|
-
/**
|
|
356
|
-
* serializeAws_restJson1UpgradeProfileVersionCommand
|
|
357
|
-
*/
|
|
358
|
-
export declare const se_UpgradeProfileVersionCommand: (input: UpgradeProfileVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
359
|
-
/**
|
|
360
|
-
* serializeAws_restJson1UpgradeReviewTemplateLensReviewCommand
|
|
361
|
-
*/
|
|
362
|
-
export declare const se_UpgradeReviewTemplateLensReviewCommand: (input: UpgradeReviewTemplateLensReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
363
|
-
/**
|
|
364
|
-
* deserializeAws_restJson1AssociateLensesCommand
|
|
365
|
-
*/
|
|
366
|
-
export declare const de_AssociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLensesCommandOutput>;
|
|
367
|
-
/**
|
|
368
|
-
* deserializeAws_restJson1AssociateProfilesCommand
|
|
369
|
-
*/
|
|
370
|
-
export declare const de_AssociateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateProfilesCommandOutput>;
|
|
371
|
-
/**
|
|
372
|
-
* deserializeAws_restJson1CreateLensShareCommand
|
|
373
|
-
*/
|
|
374
|
-
export declare const de_CreateLensShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLensShareCommandOutput>;
|
|
375
|
-
/**
|
|
376
|
-
* deserializeAws_restJson1CreateLensVersionCommand
|
|
377
|
-
*/
|
|
378
|
-
export declare const de_CreateLensVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLensVersionCommandOutput>;
|
|
379
|
-
/**
|
|
380
|
-
* deserializeAws_restJson1CreateMilestoneCommand
|
|
381
|
-
*/
|
|
382
|
-
export declare const de_CreateMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMilestoneCommandOutput>;
|
|
383
|
-
/**
|
|
384
|
-
* deserializeAws_restJson1CreateProfileCommand
|
|
385
|
-
*/
|
|
386
|
-
export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
|
|
387
|
-
/**
|
|
388
|
-
* deserializeAws_restJson1CreateProfileShareCommand
|
|
389
|
-
*/
|
|
390
|
-
export declare const de_CreateProfileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileShareCommandOutput>;
|
|
391
|
-
/**
|
|
392
|
-
* deserializeAws_restJson1CreateReviewTemplateCommand
|
|
393
|
-
*/
|
|
394
|
-
export declare const de_CreateReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReviewTemplateCommandOutput>;
|
|
395
|
-
/**
|
|
396
|
-
* deserializeAws_restJson1CreateTemplateShareCommand
|
|
397
|
-
*/
|
|
398
|
-
export declare const de_CreateTemplateShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateShareCommandOutput>;
|
|
399
|
-
/**
|
|
400
|
-
* deserializeAws_restJson1CreateWorkloadCommand
|
|
401
|
-
*/
|
|
402
|
-
export declare const de_CreateWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkloadCommandOutput>;
|
|
403
|
-
/**
|
|
404
|
-
* deserializeAws_restJson1CreateWorkloadShareCommand
|
|
405
|
-
*/
|
|
406
|
-
export declare const de_CreateWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkloadShareCommandOutput>;
|
|
407
|
-
/**
|
|
408
|
-
* deserializeAws_restJson1DeleteLensCommand
|
|
409
|
-
*/
|
|
410
|
-
export declare const de_DeleteLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLensCommandOutput>;
|
|
411
|
-
/**
|
|
412
|
-
* deserializeAws_restJson1DeleteLensShareCommand
|
|
413
|
-
*/
|
|
414
|
-
export declare const de_DeleteLensShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLensShareCommandOutput>;
|
|
415
|
-
/**
|
|
416
|
-
* deserializeAws_restJson1DeleteProfileCommand
|
|
417
|
-
*/
|
|
418
|
-
export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
|
|
419
|
-
/**
|
|
420
|
-
* deserializeAws_restJson1DeleteProfileShareCommand
|
|
421
|
-
*/
|
|
422
|
-
export declare const de_DeleteProfileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileShareCommandOutput>;
|
|
423
|
-
/**
|
|
424
|
-
* deserializeAws_restJson1DeleteReviewTemplateCommand
|
|
425
|
-
*/
|
|
426
|
-
export declare const de_DeleteReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReviewTemplateCommandOutput>;
|
|
427
|
-
/**
|
|
428
|
-
* deserializeAws_restJson1DeleteTemplateShareCommand
|
|
429
|
-
*/
|
|
430
|
-
export declare const de_DeleteTemplateShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateShareCommandOutput>;
|
|
431
|
-
/**
|
|
432
|
-
* deserializeAws_restJson1DeleteWorkloadCommand
|
|
433
|
-
*/
|
|
434
|
-
export declare const de_DeleteWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkloadCommandOutput>;
|
|
435
|
-
/**
|
|
436
|
-
* deserializeAws_restJson1DeleteWorkloadShareCommand
|
|
437
|
-
*/
|
|
438
|
-
export declare const de_DeleteWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkloadShareCommandOutput>;
|
|
439
|
-
/**
|
|
440
|
-
* deserializeAws_restJson1DisassociateLensesCommand
|
|
441
|
-
*/
|
|
442
|
-
export declare const de_DisassociateLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLensesCommandOutput>;
|
|
443
|
-
/**
|
|
444
|
-
* deserializeAws_restJson1DisassociateProfilesCommand
|
|
445
|
-
*/
|
|
446
|
-
export declare const de_DisassociateProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateProfilesCommandOutput>;
|
|
447
|
-
/**
|
|
448
|
-
* deserializeAws_restJson1ExportLensCommand
|
|
449
|
-
*/
|
|
450
|
-
export declare const de_ExportLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportLensCommandOutput>;
|
|
451
|
-
/**
|
|
452
|
-
* deserializeAws_restJson1GetAnswerCommand
|
|
453
|
-
*/
|
|
454
|
-
export declare const de_GetAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnswerCommandOutput>;
|
|
455
|
-
/**
|
|
456
|
-
* deserializeAws_restJson1GetConsolidatedReportCommand
|
|
457
|
-
*/
|
|
458
|
-
export declare const de_GetConsolidatedReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsolidatedReportCommandOutput>;
|
|
459
|
-
/**
|
|
460
|
-
* deserializeAws_restJson1GetGlobalSettingsCommand
|
|
461
|
-
*/
|
|
462
|
-
export declare const de_GetGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlobalSettingsCommandOutput>;
|
|
463
|
-
/**
|
|
464
|
-
* deserializeAws_restJson1GetLensCommand
|
|
465
|
-
*/
|
|
466
|
-
export declare const de_GetLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensCommandOutput>;
|
|
467
|
-
/**
|
|
468
|
-
* deserializeAws_restJson1GetLensReviewCommand
|
|
469
|
-
*/
|
|
470
|
-
export declare const de_GetLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensReviewCommandOutput>;
|
|
471
|
-
/**
|
|
472
|
-
* deserializeAws_restJson1GetLensReviewReportCommand
|
|
473
|
-
*/
|
|
474
|
-
export declare const de_GetLensReviewReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensReviewReportCommandOutput>;
|
|
475
|
-
/**
|
|
476
|
-
* deserializeAws_restJson1GetLensVersionDifferenceCommand
|
|
477
|
-
*/
|
|
478
|
-
export declare const de_GetLensVersionDifferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLensVersionDifferenceCommandOutput>;
|
|
479
|
-
/**
|
|
480
|
-
* deserializeAws_restJson1GetMilestoneCommand
|
|
481
|
-
*/
|
|
482
|
-
export declare const de_GetMilestoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMilestoneCommandOutput>;
|
|
483
|
-
/**
|
|
484
|
-
* deserializeAws_restJson1GetProfileCommand
|
|
485
|
-
*/
|
|
486
|
-
export declare const de_GetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileCommandOutput>;
|
|
487
|
-
/**
|
|
488
|
-
* deserializeAws_restJson1GetProfileTemplateCommand
|
|
489
|
-
*/
|
|
490
|
-
export declare const de_GetProfileTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileTemplateCommandOutput>;
|
|
491
|
-
/**
|
|
492
|
-
* deserializeAws_restJson1GetReviewTemplateCommand
|
|
493
|
-
*/
|
|
494
|
-
export declare const de_GetReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReviewTemplateCommandOutput>;
|
|
495
|
-
/**
|
|
496
|
-
* deserializeAws_restJson1GetReviewTemplateAnswerCommand
|
|
497
|
-
*/
|
|
498
|
-
export declare const de_GetReviewTemplateAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReviewTemplateAnswerCommandOutput>;
|
|
499
|
-
/**
|
|
500
|
-
* deserializeAws_restJson1GetReviewTemplateLensReviewCommand
|
|
501
|
-
*/
|
|
502
|
-
export declare const de_GetReviewTemplateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReviewTemplateLensReviewCommandOutput>;
|
|
503
|
-
/**
|
|
504
|
-
* deserializeAws_restJson1GetWorkloadCommand
|
|
505
|
-
*/
|
|
506
|
-
export declare const de_GetWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadCommandOutput>;
|
|
507
|
-
/**
|
|
508
|
-
* deserializeAws_restJson1ImportLensCommand
|
|
509
|
-
*/
|
|
510
|
-
export declare const de_ImportLensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportLensCommandOutput>;
|
|
511
|
-
/**
|
|
512
|
-
* deserializeAws_restJson1ListAnswersCommand
|
|
513
|
-
*/
|
|
514
|
-
export declare const de_ListAnswersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnswersCommandOutput>;
|
|
515
|
-
/**
|
|
516
|
-
* deserializeAws_restJson1ListCheckDetailsCommand
|
|
517
|
-
*/
|
|
518
|
-
export declare const de_ListCheckDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCheckDetailsCommandOutput>;
|
|
519
|
-
/**
|
|
520
|
-
* deserializeAws_restJson1ListCheckSummariesCommand
|
|
521
|
-
*/
|
|
522
|
-
export declare const de_ListCheckSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCheckSummariesCommandOutput>;
|
|
523
|
-
/**
|
|
524
|
-
* deserializeAws_restJson1ListLensesCommand
|
|
525
|
-
*/
|
|
526
|
-
export declare const de_ListLensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensesCommandOutput>;
|
|
527
|
-
/**
|
|
528
|
-
* deserializeAws_restJson1ListLensReviewImprovementsCommand
|
|
529
|
-
*/
|
|
530
|
-
export declare const de_ListLensReviewImprovementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensReviewImprovementsCommandOutput>;
|
|
531
|
-
/**
|
|
532
|
-
* deserializeAws_restJson1ListLensReviewsCommand
|
|
533
|
-
*/
|
|
534
|
-
export declare const de_ListLensReviewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensReviewsCommandOutput>;
|
|
535
|
-
/**
|
|
536
|
-
* deserializeAws_restJson1ListLensSharesCommand
|
|
537
|
-
*/
|
|
538
|
-
export declare const de_ListLensSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLensSharesCommandOutput>;
|
|
539
|
-
/**
|
|
540
|
-
* deserializeAws_restJson1ListMilestonesCommand
|
|
541
|
-
*/
|
|
542
|
-
export declare const de_ListMilestonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMilestonesCommandOutput>;
|
|
543
|
-
/**
|
|
544
|
-
* deserializeAws_restJson1ListNotificationsCommand
|
|
545
|
-
*/
|
|
546
|
-
export declare const de_ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationsCommandOutput>;
|
|
547
|
-
/**
|
|
548
|
-
* deserializeAws_restJson1ListProfileNotificationsCommand
|
|
549
|
-
*/
|
|
550
|
-
export declare const de_ListProfileNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileNotificationsCommandOutput>;
|
|
551
|
-
/**
|
|
552
|
-
* deserializeAws_restJson1ListProfilesCommand
|
|
553
|
-
*/
|
|
554
|
-
export declare const de_ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
|
|
555
|
-
/**
|
|
556
|
-
* deserializeAws_restJson1ListProfileSharesCommand
|
|
557
|
-
*/
|
|
558
|
-
export declare const de_ListProfileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileSharesCommandOutput>;
|
|
559
|
-
/**
|
|
560
|
-
* deserializeAws_restJson1ListReviewTemplateAnswersCommand
|
|
561
|
-
*/
|
|
562
|
-
export declare const de_ListReviewTemplateAnswersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewTemplateAnswersCommandOutput>;
|
|
563
|
-
/**
|
|
564
|
-
* deserializeAws_restJson1ListReviewTemplatesCommand
|
|
565
|
-
*/
|
|
566
|
-
export declare const de_ListReviewTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReviewTemplatesCommandOutput>;
|
|
567
|
-
/**
|
|
568
|
-
* deserializeAws_restJson1ListShareInvitationsCommand
|
|
569
|
-
*/
|
|
570
|
-
export declare const de_ListShareInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListShareInvitationsCommandOutput>;
|
|
571
|
-
/**
|
|
572
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
573
|
-
*/
|
|
574
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
575
|
-
/**
|
|
576
|
-
* deserializeAws_restJson1ListTemplateSharesCommand
|
|
577
|
-
*/
|
|
578
|
-
export declare const de_ListTemplateSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateSharesCommandOutput>;
|
|
579
|
-
/**
|
|
580
|
-
* deserializeAws_restJson1ListWorkloadsCommand
|
|
581
|
-
*/
|
|
582
|
-
export declare const de_ListWorkloadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadsCommandOutput>;
|
|
583
|
-
/**
|
|
584
|
-
* deserializeAws_restJson1ListWorkloadSharesCommand
|
|
585
|
-
*/
|
|
586
|
-
export declare const de_ListWorkloadSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadSharesCommandOutput>;
|
|
587
|
-
/**
|
|
588
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
589
|
-
*/
|
|
590
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
591
|
-
/**
|
|
592
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
593
|
-
*/
|
|
594
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
595
|
-
/**
|
|
596
|
-
* deserializeAws_restJson1UpdateAnswerCommand
|
|
597
|
-
*/
|
|
598
|
-
export declare const de_UpdateAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnswerCommandOutput>;
|
|
599
|
-
/**
|
|
600
|
-
* deserializeAws_restJson1UpdateGlobalSettingsCommand
|
|
601
|
-
*/
|
|
602
|
-
export declare const de_UpdateGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalSettingsCommandOutput>;
|
|
603
|
-
/**
|
|
604
|
-
* deserializeAws_restJson1UpdateIntegrationCommand
|
|
605
|
-
*/
|
|
606
|
-
export declare const de_UpdateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationCommandOutput>;
|
|
607
|
-
/**
|
|
608
|
-
* deserializeAws_restJson1UpdateLensReviewCommand
|
|
609
|
-
*/
|
|
610
|
-
export declare const de_UpdateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLensReviewCommandOutput>;
|
|
611
|
-
/**
|
|
612
|
-
* deserializeAws_restJson1UpdateProfileCommand
|
|
613
|
-
*/
|
|
614
|
-
export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
|
|
615
|
-
/**
|
|
616
|
-
* deserializeAws_restJson1UpdateReviewTemplateCommand
|
|
617
|
-
*/
|
|
618
|
-
export declare const de_UpdateReviewTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReviewTemplateCommandOutput>;
|
|
619
|
-
/**
|
|
620
|
-
* deserializeAws_restJson1UpdateReviewTemplateAnswerCommand
|
|
621
|
-
*/
|
|
622
|
-
export declare const de_UpdateReviewTemplateAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReviewTemplateAnswerCommandOutput>;
|
|
623
|
-
/**
|
|
624
|
-
* deserializeAws_restJson1UpdateReviewTemplateLensReviewCommand
|
|
625
|
-
*/
|
|
626
|
-
export declare const de_UpdateReviewTemplateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReviewTemplateLensReviewCommandOutput>;
|
|
627
|
-
/**
|
|
628
|
-
* deserializeAws_restJson1UpdateShareInvitationCommand
|
|
629
|
-
*/
|
|
630
|
-
export declare const de_UpdateShareInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateShareInvitationCommandOutput>;
|
|
631
|
-
/**
|
|
632
|
-
* deserializeAws_restJson1UpdateWorkloadCommand
|
|
633
|
-
*/
|
|
634
|
-
export declare const de_UpdateWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadCommandOutput>;
|
|
635
|
-
/**
|
|
636
|
-
* deserializeAws_restJson1UpdateWorkloadShareCommand
|
|
637
|
-
*/
|
|
638
|
-
export declare const de_UpdateWorkloadShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadShareCommandOutput>;
|
|
639
|
-
/**
|
|
640
|
-
* deserializeAws_restJson1UpgradeLensReviewCommand
|
|
641
|
-
*/
|
|
642
|
-
export declare const de_UpgradeLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeLensReviewCommandOutput>;
|
|
643
|
-
/**
|
|
644
|
-
* deserializeAws_restJson1UpgradeProfileVersionCommand
|
|
645
|
-
*/
|
|
646
|
-
export declare const de_UpgradeProfileVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeProfileVersionCommandOutput>;
|
|
647
|
-
/**
|
|
648
|
-
* deserializeAws_restJson1UpgradeReviewTemplateLensReviewCommand
|
|
649
|
-
*/
|
|
650
|
-
export declare const de_UpgradeReviewTemplateLensReviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeReviewTemplateLensReviewCommandOutput>;
|