@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
|
@@ -0,0 +1,2945 @@
|
|
|
1
|
+
const _A = "Answer";
|
|
2
|
+
const _AD = "ArchitecturalDesign";
|
|
3
|
+
const _ADE = "AccessDeniedException";
|
|
4
|
+
const _AI = "AccountId";
|
|
5
|
+
const _AIc = "AccountIds";
|
|
6
|
+
const _AJCI = "AccountJiraConfigurationInput";
|
|
7
|
+
const _AJCO = "AccountJiraConfigurationOutput";
|
|
8
|
+
const _AL = "AssociateLenses";
|
|
9
|
+
const _ALI = "AssociateLensesInput";
|
|
10
|
+
const _AP = "AssociateProfiles";
|
|
11
|
+
const _API = "AssociateProfilesInput";
|
|
12
|
+
const _AR = "AdditionalResources";
|
|
13
|
+
const _ARL = "AdditionalResourcesList";
|
|
14
|
+
const _ARw = "AwsRegions";
|
|
15
|
+
const _AS = "AnswerSummary";
|
|
16
|
+
const _ASc = "AccountSummary";
|
|
17
|
+
const _ASn = "AnswerSummaries";
|
|
18
|
+
const _ASns = "AnswerStatus";
|
|
19
|
+
const _Ap = "Applications";
|
|
20
|
+
const _BLV = "BaseLensVersion";
|
|
21
|
+
const _BP = "BestPractice";
|
|
22
|
+
const _BPe = "BestPractices";
|
|
23
|
+
const _BS = "Base64String";
|
|
24
|
+
const _C = "Content";
|
|
25
|
+
const _CA = "ChoiceAnswers";
|
|
26
|
+
const _CAS = "ChoiceAnswerSummaries";
|
|
27
|
+
const _CASh = "ChoiceAnswerSummary";
|
|
28
|
+
const _CAh = "ChoiceAnswer";
|
|
29
|
+
const _CAr = "CreatedAt";
|
|
30
|
+
const _CC = "ChoiceContent";
|
|
31
|
+
const _CD = "CheckDetail";
|
|
32
|
+
const _CDh = "CheckDetails";
|
|
33
|
+
const _CDho = "ChoiceDescription";
|
|
34
|
+
const _CE = "ConflictException";
|
|
35
|
+
const _CI = "ChoiceId";
|
|
36
|
+
const _CIP = "ChoiceImprovementPlan";
|
|
37
|
+
const _CIPh = "ChoiceImprovementPlans";
|
|
38
|
+
const _CLS = "CreateLensShare";
|
|
39
|
+
const _CLSI = "CreateLensShareInput";
|
|
40
|
+
const _CLSO = "CreateLensShareOutput";
|
|
41
|
+
const _CLV = "CurrentLensVersion";
|
|
42
|
+
const _CLVI = "CreateLensVersionInput";
|
|
43
|
+
const _CLVO = "CreateLensVersionOutput";
|
|
44
|
+
const _CLVr = "CreateLensVersion";
|
|
45
|
+
const _CM = "CreateMilestone";
|
|
46
|
+
const _CMI = "CreateMilestoneInput";
|
|
47
|
+
const _CMO = "CreateMilestoneOutput";
|
|
48
|
+
const _CP = "CreateProfile";
|
|
49
|
+
const _CPI = "CreateProfileInput";
|
|
50
|
+
const _CPO = "CreateProfileOutput";
|
|
51
|
+
const _CPS = "CreateProfileShare";
|
|
52
|
+
const _CPSI = "CreateProfileShareInput";
|
|
53
|
+
const _CPSO = "CreateProfileShareOutput";
|
|
54
|
+
const _CPV = "CurrentProfileVersion";
|
|
55
|
+
const _CRM = "ConsolidatedReportMetric";
|
|
56
|
+
const _CRMo = "ConsolidatedReportMetrics";
|
|
57
|
+
const _CRT = "ClientRequestToken";
|
|
58
|
+
const _CRTI = "CreateReviewTemplateInput";
|
|
59
|
+
const _CRTO = "CreateReviewTemplateOutput";
|
|
60
|
+
const _CRTr = "CreateReviewTemplate";
|
|
61
|
+
const _CS = "CheckSummary";
|
|
62
|
+
const _CSh = "CheckSummaries";
|
|
63
|
+
const _CT = "ChoiceTitle";
|
|
64
|
+
const _CTS = "CreateTemplateShare";
|
|
65
|
+
const _CTSI = "CreateTemplateShareInput";
|
|
66
|
+
const _CTSO = "CreateTemplateShareOutput";
|
|
67
|
+
const _CU = "ChoiceUpdate";
|
|
68
|
+
const _CUh = "ChoiceUpdates";
|
|
69
|
+
const _CW = "CreateWorkload";
|
|
70
|
+
const _CWI = "CreateWorkloadInput";
|
|
71
|
+
const _CWO = "CreateWorkloadOutput";
|
|
72
|
+
const _CWS = "CreateWorkloadShare";
|
|
73
|
+
const _CWSI = "CreateWorkloadShareInput";
|
|
74
|
+
const _CWSO = "CreateWorkloadShareOutput";
|
|
75
|
+
const _Ch = "Choices";
|
|
76
|
+
const _Cho = "Choice";
|
|
77
|
+
const _D = "Description";
|
|
78
|
+
const _DC = "DiscoveryConfig";
|
|
79
|
+
const _DIS = "DiscoveryIntegrationStatus";
|
|
80
|
+
const _DL = "DeleteLens";
|
|
81
|
+
const _DLI = "DeleteLensInput";
|
|
82
|
+
const _DLIi = "DisassociateLensesInput";
|
|
83
|
+
const _DLS = "DeleteLensShare";
|
|
84
|
+
const _DLSI = "DeleteLensShareInput";
|
|
85
|
+
const _DLi = "DisassociateLenses";
|
|
86
|
+
const _DP = "DeleteProfile";
|
|
87
|
+
const _DPI = "DeleteProfileInput";
|
|
88
|
+
const _DPIi = "DisassociateProfilesInput";
|
|
89
|
+
const _DPS = "DeleteProfileShare";
|
|
90
|
+
const _DPSI = "DeleteProfileShareInput";
|
|
91
|
+
const _DPi = "DisassociateProfiles";
|
|
92
|
+
const _DRT = "DeleteReviewTemplate";
|
|
93
|
+
const _DRTI = "DeleteReviewTemplateInput";
|
|
94
|
+
const _DS = "DifferenceStatus";
|
|
95
|
+
const _DT = "DisplayText";
|
|
96
|
+
const _DTS = "DeleteTemplateShare";
|
|
97
|
+
const _DTSI = "DeleteTemplateShareInput";
|
|
98
|
+
const _DW = "DeleteWorkload";
|
|
99
|
+
const _DWI = "DeleteWorkloadInput";
|
|
100
|
+
const _DWS = "DeleteWorkloadShare";
|
|
101
|
+
const _DWSI = "DeleteWorkloadShareInput";
|
|
102
|
+
const _E = "Environment";
|
|
103
|
+
const _EL = "ExportLens";
|
|
104
|
+
const _ELI = "ExportLensInput";
|
|
105
|
+
const _ELO = "ExportLensOutput";
|
|
106
|
+
const _F = "Format";
|
|
107
|
+
const _FR = "FlaggedResources";
|
|
108
|
+
const _Fi = "Fields";
|
|
109
|
+
const _GA = "GetAnswer";
|
|
110
|
+
const _GAI = "GetAnswerInput";
|
|
111
|
+
const _GAO = "GetAnswerOutput";
|
|
112
|
+
const _GCR = "GetConsolidatedReport";
|
|
113
|
+
const _GCRI = "GetConsolidatedReportInput";
|
|
114
|
+
const _GCRO = "GetConsolidatedReportOutput";
|
|
115
|
+
const _GGS = "GetGlobalSettings";
|
|
116
|
+
const _GGSO = "GetGlobalSettingsOutput";
|
|
117
|
+
const _GL = "GetLens";
|
|
118
|
+
const _GLI = "GetLensInput";
|
|
119
|
+
const _GLO = "GetLensOutput";
|
|
120
|
+
const _GLR = "GetLensReview";
|
|
121
|
+
const _GLRI = "GetLensReviewInput";
|
|
122
|
+
const _GLRO = "GetLensReviewOutput";
|
|
123
|
+
const _GLRR = "GetLensReviewReport";
|
|
124
|
+
const _GLRRI = "GetLensReviewReportInput";
|
|
125
|
+
const _GLRRO = "GetLensReviewReportOutput";
|
|
126
|
+
const _GLVD = "GetLensVersionDifference";
|
|
127
|
+
const _GLVDI = "GetLensVersionDifferenceInput";
|
|
128
|
+
const _GLVDO = "GetLensVersionDifferenceOutput";
|
|
129
|
+
const _GM = "GetMilestone";
|
|
130
|
+
const _GMI = "GetMilestoneInput";
|
|
131
|
+
const _GMO = "GetMilestoneOutput";
|
|
132
|
+
const _GP = "GetProfile";
|
|
133
|
+
const _GPI = "GetProfileInput";
|
|
134
|
+
const _GPO = "GetProfileOutput";
|
|
135
|
+
const _GPT = "GetProfileTemplate";
|
|
136
|
+
const _GPTI = "GetProfileTemplateInput";
|
|
137
|
+
const _GPTO = "GetProfileTemplateOutput";
|
|
138
|
+
const _GRT = "GetReviewTemplate";
|
|
139
|
+
const _GRTA = "GetReviewTemplateAnswer";
|
|
140
|
+
const _GRTAI = "GetReviewTemplateAnswerInput";
|
|
141
|
+
const _GRTAO = "GetReviewTemplateAnswerOutput";
|
|
142
|
+
const _GRTI = "GetReviewTemplateInput";
|
|
143
|
+
const _GRTLR = "GetReviewTemplateLensReview";
|
|
144
|
+
const _GRTLRI = "GetReviewTemplateLensReviewInput";
|
|
145
|
+
const _GRTLRO = "GetReviewTemplateLensReviewOutput";
|
|
146
|
+
const _GRTO = "GetReviewTemplateOutput";
|
|
147
|
+
const _GW = "GetWorkload";
|
|
148
|
+
const _GWI = "GetWorkloadInput";
|
|
149
|
+
const _GWO = "GetWorkloadOutput";
|
|
150
|
+
const _HR = "HelpfulResource";
|
|
151
|
+
const _HRDT = "HelpfulResourceDisplayText";
|
|
152
|
+
const _HRU = "HelpfulResourceUrl";
|
|
153
|
+
const _I = "Id";
|
|
154
|
+
const _IA = "IsApplicable";
|
|
155
|
+
const _IL = "ImportLens";
|
|
156
|
+
const _ILI = "ImportLensInput";
|
|
157
|
+
const _ILO = "ImportLensOutput";
|
|
158
|
+
const _IMS = "IssueManagementStatus";
|
|
159
|
+
const _IMT = "IssueManagementType";
|
|
160
|
+
const _IMV = "IsMajorVersion";
|
|
161
|
+
const _IP = "ImprovementPlan";
|
|
162
|
+
const _IPU = "ImprovementPlanUrl";
|
|
163
|
+
const _IPm = "ImprovementPlans";
|
|
164
|
+
const _IROUA = "IsReviewOwnerUpdateAcknowledged";
|
|
165
|
+
const _IS = "IntegrationStatus";
|
|
166
|
+
const _ISE = "InternalServerException";
|
|
167
|
+
const _ISR = "IncludeSharedResources";
|
|
168
|
+
const _ISm = "ImprovementSummary";
|
|
169
|
+
const _ISmp = "ImprovementSummaries";
|
|
170
|
+
const _ISmpr = "ImprovementStatus";
|
|
171
|
+
const _ISn = "IntegratingService";
|
|
172
|
+
const _IT = "IndustryType";
|
|
173
|
+
const _In = "Industry";
|
|
174
|
+
const _JC = "JiraConfiguration";
|
|
175
|
+
const _JIU = "JiraIssueUrl";
|
|
176
|
+
const _JPK = "JiraProjectKey";
|
|
177
|
+
const _JSONS = "JSONString";
|
|
178
|
+
const _JSQC = "JiraSelectedQuestionConfiguration";
|
|
179
|
+
const _L = "Lenses";
|
|
180
|
+
const _LA = "LensAliases";
|
|
181
|
+
const _LAC = "LensesAppliedCount";
|
|
182
|
+
const _LAI = "ListAnswersInput";
|
|
183
|
+
const _LAO = "ListAnswersOutput";
|
|
184
|
+
const _LAe = "LensArn";
|
|
185
|
+
const _LAen = "LensAlias";
|
|
186
|
+
const _LAi = "ListAnswers";
|
|
187
|
+
const _LCD = "ListCheckDetails";
|
|
188
|
+
const _LCDI = "ListCheckDetailsInput";
|
|
189
|
+
const _LCDO = "ListCheckDetailsOutput";
|
|
190
|
+
const _LCS = "ListCheckSummaries";
|
|
191
|
+
const _LCSI = "ListCheckSummariesInput";
|
|
192
|
+
const _LCSO = "ListCheckSummariesOutput";
|
|
193
|
+
const _LJSON = "LensJSON";
|
|
194
|
+
const _LL = "ListLenses";
|
|
195
|
+
const _LLI = "ListLensesInput";
|
|
196
|
+
const _LLO = "ListLensesOutput";
|
|
197
|
+
const _LLR = "ListLensReviews";
|
|
198
|
+
const _LLRI = "ListLensReviewsInput";
|
|
199
|
+
const _LLRII = "ListLensReviewImprovementsInput";
|
|
200
|
+
const _LLRIO = "ListLensReviewImprovementsOutput";
|
|
201
|
+
const _LLRIi = "ListLensReviewImprovements";
|
|
202
|
+
const _LLRO = "ListLensReviewsOutput";
|
|
203
|
+
const _LLS = "ListLensShares";
|
|
204
|
+
const _LLSI = "ListLensSharesInput";
|
|
205
|
+
const _LLSO = "ListLensSharesOutput";
|
|
206
|
+
const _LLV = "LatestLensVersion";
|
|
207
|
+
const _LM = "LensMetric";
|
|
208
|
+
const _LMI = "ListMilestonesInput";
|
|
209
|
+
const _LMO = "ListMilestonesOutput";
|
|
210
|
+
const _LMe = "LensMetrics";
|
|
211
|
+
const _LMi = "ListMilestones";
|
|
212
|
+
const _LN = "LensName";
|
|
213
|
+
const _LNI = "ListNotificationsInput";
|
|
214
|
+
const _LNO = "ListNotificationsOutput";
|
|
215
|
+
const _LNP = "LensNamePrefix";
|
|
216
|
+
const _LNe = "LensNotes";
|
|
217
|
+
const _LNi = "ListNotifications";
|
|
218
|
+
const _LP = "ListProfiles";
|
|
219
|
+
const _LPI = "ListProfilesInput";
|
|
220
|
+
const _LPN = "ListProfileNotifications";
|
|
221
|
+
const _LPNI = "ListProfileNotificationsInput";
|
|
222
|
+
const _LPNO = "ListProfileNotificationsOutput";
|
|
223
|
+
const _LPO = "ListProfilesOutput";
|
|
224
|
+
const _LPS = "ListProfileShares";
|
|
225
|
+
const _LPSI = "ListProfileSharesInput";
|
|
226
|
+
const _LPSO = "ListProfileSharesOutput";
|
|
227
|
+
const _LPV = "LatestProfileVersion";
|
|
228
|
+
const _LR = "LensReview";
|
|
229
|
+
const _LRR = "LensReviewReport";
|
|
230
|
+
const _LRS = "LensReviewSummary";
|
|
231
|
+
const _LRSe = "LensReviewSummaries";
|
|
232
|
+
const _LRT = "ListReviewTemplates";
|
|
233
|
+
const _LRTA = "ListReviewTemplateAnswers";
|
|
234
|
+
const _LRTAI = "ListReviewTemplateAnswersInput";
|
|
235
|
+
const _LRTAO = "ListReviewTemplateAnswersOutput";
|
|
236
|
+
const _LRTI = "ListReviewTemplatesInput";
|
|
237
|
+
const _LRTO = "ListReviewTemplatesOutput";
|
|
238
|
+
const _LS = "LensStatus";
|
|
239
|
+
const _LSI = "ListShareInvitations";
|
|
240
|
+
const _LSII = "ListShareInvitationsInput";
|
|
241
|
+
const _LSIO = "ListShareInvitationsOutput";
|
|
242
|
+
const _LSS = "LensShareSummary";
|
|
243
|
+
const _LSSe = "LensShareSummaries";
|
|
244
|
+
const _LST = "LastSyncedTime";
|
|
245
|
+
const _LSe = "LensSummary";
|
|
246
|
+
const _LSen = "LensSummaries";
|
|
247
|
+
const _LT = "LensType";
|
|
248
|
+
const _LTA = "LensesToAssociate";
|
|
249
|
+
const _LTD = "LensesToDisassociate";
|
|
250
|
+
const _LTFR = "ListTagsForResource";
|
|
251
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
252
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
253
|
+
const _LTS = "ListTemplateShares";
|
|
254
|
+
const _LTSI = "ListTemplateSharesInput";
|
|
255
|
+
const _LTSO = "ListTemplateSharesOutput";
|
|
256
|
+
const _LUS = "LensUpgradeSummary";
|
|
257
|
+
const _LV = "LensVersion";
|
|
258
|
+
const _LW = "ListWorkloads";
|
|
259
|
+
const _LWI = "ListWorkloadsInput";
|
|
260
|
+
const _LWO = "ListWorkloadsOutput";
|
|
261
|
+
const _LWS = "ListWorkloadShares";
|
|
262
|
+
const _LWSI = "ListWorkloadSharesInput";
|
|
263
|
+
const _LWSO = "ListWorkloadSharesOutput";
|
|
264
|
+
const _Le = "Lens";
|
|
265
|
+
const _M = "Message";
|
|
266
|
+
const _MN = "MilestoneName";
|
|
267
|
+
const _MNi = "MilestoneNumber";
|
|
268
|
+
const _MR = "MaxResults";
|
|
269
|
+
const _MS = "MilestoneSummaries";
|
|
270
|
+
const _MSC = "MinSelectedChoices";
|
|
271
|
+
const _MSCa = "MaxSelectedChoices";
|
|
272
|
+
const _MSi = "MilestoneSummary";
|
|
273
|
+
const _MT = "MetricType";
|
|
274
|
+
const _Me = "Metrics";
|
|
275
|
+
const _Mi = "Milestone";
|
|
276
|
+
const _N = "Notes";
|
|
277
|
+
const _NAR = "NonAwsRegions";
|
|
278
|
+
const _NS = "NotificationSummaries";
|
|
279
|
+
const _NSo = "NotificationSummary";
|
|
280
|
+
const _NT = "NextToken";
|
|
281
|
+
const _Na = "Name";
|
|
282
|
+
const _O = "Owner";
|
|
283
|
+
const _OSS = "OrganizationSharingStatus";
|
|
284
|
+
const _P = "Provider";
|
|
285
|
+
const _PA = "ProfileArns";
|
|
286
|
+
const _PAr = "ProfileArn";
|
|
287
|
+
const _PC = "ProfileChoice";
|
|
288
|
+
const _PD = "ProfileDescription";
|
|
289
|
+
const _PDi = "PillarDifference";
|
|
290
|
+
const _PDil = "PillarDifferences";
|
|
291
|
+
const _PI = "PillarId";
|
|
292
|
+
const _PM = "PillarMetric";
|
|
293
|
+
const _PMi = "PillarMetrics";
|
|
294
|
+
const _PN = "ProfileName";
|
|
295
|
+
const _PNP = "ProfileNamePrefix";
|
|
296
|
+
const _PNS = "ProfileNotificationSummary";
|
|
297
|
+
const _PNSr = "ProfileNotificationSummaries";
|
|
298
|
+
const _PNi = "PillarName";
|
|
299
|
+
const _PNil = "PillarNotes";
|
|
300
|
+
const _POT = "ProfileOwnerType";
|
|
301
|
+
const _PP = "PillarPriorities";
|
|
302
|
+
const _PQ = "ProfileQuestions";
|
|
303
|
+
const _PQC = "ProfileQuestionChoices";
|
|
304
|
+
const _PQU = "ProfileQuestionUpdate";
|
|
305
|
+
const _PQUr = "ProfileQuestionUpdates";
|
|
306
|
+
const _PQr = "ProfileQuestion";
|
|
307
|
+
const _PRC = "PrioritizedRiskCounts";
|
|
308
|
+
const _PRS = "PillarReviewSummaries";
|
|
309
|
+
const _PRSi = "PillarReviewSummary";
|
|
310
|
+
const _PS = "ProfileSummaries";
|
|
311
|
+
const _PSS = "ProfileShareSummaries";
|
|
312
|
+
const _PSSr = "ProfileShareSummary";
|
|
313
|
+
const _PSr = "ProfileSummary";
|
|
314
|
+
const _PT = "PermissionType";
|
|
315
|
+
const _PTC = "ProfileTemplateChoice";
|
|
316
|
+
const _PTQ = "ProfileTemplateQuestion";
|
|
317
|
+
const _PTQC = "ProfileTemplateQuestionChoices";
|
|
318
|
+
const _PTr = "ProfileTemplate";
|
|
319
|
+
const _PV = "ProfileVersion";
|
|
320
|
+
const _Pi = "Pillars";
|
|
321
|
+
const _Pr = "Profile";
|
|
322
|
+
const _Pro = "Profiles";
|
|
323
|
+
const _Q = "Questions";
|
|
324
|
+
const _QC = "QuestionChoices";
|
|
325
|
+
const _QCu = "QuestionCounts";
|
|
326
|
+
const _QCuo = "QuotaCode";
|
|
327
|
+
const _QD = "QuestionDescription";
|
|
328
|
+
const _QDu = "QuestionDifferences";
|
|
329
|
+
const _QDue = "QuestionDifference";
|
|
330
|
+
const _QI = "QuestionId";
|
|
331
|
+
const _QM = "QuestionMetric";
|
|
332
|
+
const _QMu = "QuestionMetrics";
|
|
333
|
+
const _QP = "QuestionPriority";
|
|
334
|
+
const _QT = "QuestionTitle";
|
|
335
|
+
const _QTu = "QuestionType";
|
|
336
|
+
const _R = "Risk";
|
|
337
|
+
const _RA = "ResourceArn";
|
|
338
|
+
const _RAe = "RecordedAt";
|
|
339
|
+
const _RC = "RiskCounts";
|
|
340
|
+
const _RI = "ResourceId";
|
|
341
|
+
const _RN = "ResourceName";
|
|
342
|
+
const _RNFE = "ResourceNotFoundException";
|
|
343
|
+
const _RO = "ReviewOwner";
|
|
344
|
+
const _RRD = "ReviewRestrictionDate";
|
|
345
|
+
const _RT = "ResourceType";
|
|
346
|
+
const _RTA = "ReviewTemplateArns";
|
|
347
|
+
const _RTAS = "ReviewTemplateAnswerSummary";
|
|
348
|
+
const _RTASe = "ReviewTemplateAnswerSummaries";
|
|
349
|
+
const _RTAe = "ReviewTemplateAnswer";
|
|
350
|
+
const _RTLR = "ReviewTemplateLensReview";
|
|
351
|
+
const _RTPRS = "ReviewTemplatePillarReviewSummary";
|
|
352
|
+
const _RTPRSe = "ReviewTemplatePillarReviewSummaries";
|
|
353
|
+
const _RTS = "ReviewTemplateSummary";
|
|
354
|
+
const _RTe = "ReviewTemplate";
|
|
355
|
+
const _RTev = "ReviewTemplates";
|
|
356
|
+
const _Re = "Reason";
|
|
357
|
+
const _S = "Subdomain";
|
|
358
|
+
const _SB = "SharedBy";
|
|
359
|
+
const _SC = "SelectedChoices";
|
|
360
|
+
const _SCI = "SelectedChoiceIds";
|
|
361
|
+
const _SCe = "ServiceCode";
|
|
362
|
+
const _SI = "ShareId";
|
|
363
|
+
const _SIA = "ShareInvitationAction";
|
|
364
|
+
const _SII = "ShareInvitationId";
|
|
365
|
+
const _SIS = "ShareInvitationSummaries";
|
|
366
|
+
const _SISh = "ShareInvitationSummary";
|
|
367
|
+
const _SIh = "ShareInvitation";
|
|
368
|
+
const _SM = "StatusMessage";
|
|
369
|
+
const _SP = "SelectedPillars";
|
|
370
|
+
const _SPe = "SelectedPillar";
|
|
371
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
372
|
+
const _SQI = "SelectedQuestionIds";
|
|
373
|
+
const _SRT = "ShareResourceType";
|
|
374
|
+
const _SW = "SharedWith";
|
|
375
|
+
const _SWP = "SharedWithPrefix";
|
|
376
|
+
const _St = "Status";
|
|
377
|
+
const _T = "Type";
|
|
378
|
+
const _TA = "TemplateArn";
|
|
379
|
+
const _TAIS = "TrustedAdvisorIntegrationStatus";
|
|
380
|
+
const _TE = "ThrottlingException";
|
|
381
|
+
const _TK = "TagKeys";
|
|
382
|
+
const _TLV = "TargetLensVersion";
|
|
383
|
+
const _TN = "TemplateName";
|
|
384
|
+
const _TNP = "TemplateNamePrefix";
|
|
385
|
+
const _TQ = "TemplateQuestions";
|
|
386
|
+
const _TR = "TagResource";
|
|
387
|
+
const _TRI = "TagResourceInput";
|
|
388
|
+
const _TRO = "TagResourceOutput";
|
|
389
|
+
const _TSS = "TemplateShareSummaries";
|
|
390
|
+
const _TSSe = "TemplateShareSummary";
|
|
391
|
+
const _Ta = "Tags";
|
|
392
|
+
const _Ti = "Title";
|
|
393
|
+
const _U = "Url";
|
|
394
|
+
const _UA = "UpdatedAt";
|
|
395
|
+
const _UAI = "UpdateAnswerInput";
|
|
396
|
+
const _UAO = "UpdateAnswerOutput";
|
|
397
|
+
const _UAp = "UpdateAnswer";
|
|
398
|
+
const _UGS = "UpdateGlobalSettings";
|
|
399
|
+
const _UGSI = "UpdateGlobalSettingsInput";
|
|
400
|
+
const _UI = "UpdateIntegration";
|
|
401
|
+
const _UII = "UpdateIntegrationInput";
|
|
402
|
+
const _ULR = "UpdateLensReview";
|
|
403
|
+
const _ULRI = "UpdateLensReviewInput";
|
|
404
|
+
const _ULRIp = "UpgradeLensReviewInput";
|
|
405
|
+
const _ULRO = "UpdateLensReviewOutput";
|
|
406
|
+
const _ULRp = "UpgradeLensReview";
|
|
407
|
+
const _UP = "UpdateProfile";
|
|
408
|
+
const _UPI = "UpdateProfileInput";
|
|
409
|
+
const _UPO = "UpdateProfileOutput";
|
|
410
|
+
const _UPV = "UpgradeProfileVersion";
|
|
411
|
+
const _UPVI = "UpgradeProfileVersionInput";
|
|
412
|
+
const _UR = "UntagResource";
|
|
413
|
+
const _URI = "UntagResourceInput";
|
|
414
|
+
const _URO = "UntagResourceOutput";
|
|
415
|
+
const _URT = "UpdateReviewTemplate";
|
|
416
|
+
const _URTA = "UpdateReviewTemplateAnswer";
|
|
417
|
+
const _URTAI = "UpdateReviewTemplateAnswerInput";
|
|
418
|
+
const _URTAO = "UpdateReviewTemplateAnswerOutput";
|
|
419
|
+
const _URTI = "UpdateReviewTemplateInput";
|
|
420
|
+
const _URTLR = "UpdateReviewTemplateLensReview";
|
|
421
|
+
const _URTLRI = "UpdateReviewTemplateLensReviewInput";
|
|
422
|
+
const _URTLRIp = "UpgradeReviewTemplateLensReviewInput";
|
|
423
|
+
const _URTLRO = "UpdateReviewTemplateLensReviewOutput";
|
|
424
|
+
const _URTLRp = "UpgradeReviewTemplateLensReview";
|
|
425
|
+
const _URTO = "UpdateReviewTemplateOutput";
|
|
426
|
+
const _US = "UpdateStatus";
|
|
427
|
+
const _USI = "UpdateShareInvitation";
|
|
428
|
+
const _USII = "UpdateShareInvitationInput";
|
|
429
|
+
const _USIO = "UpdateShareInvitationOutput";
|
|
430
|
+
const _UW = "UpdateWorkload";
|
|
431
|
+
const _UWI = "UpdateWorkloadInput";
|
|
432
|
+
const _UWO = "UpdateWorkloadOutput";
|
|
433
|
+
const _UWS = "UpdateWorkloadShare";
|
|
434
|
+
const _UWSI = "UpdateWorkloadShareInput";
|
|
435
|
+
const _UWSO = "UpdateWorkloadShareOutput";
|
|
436
|
+
const _Ur = "Urls";
|
|
437
|
+
const _VD = "VersionDifferences";
|
|
438
|
+
const _VE = "ValidationException";
|
|
439
|
+
const _VEF = "ValidationExceptionField";
|
|
440
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
441
|
+
const _W = "Workload";
|
|
442
|
+
const _WA = "WorkloadArn";
|
|
443
|
+
const _WDC = "WorkloadDiscoveryConfig";
|
|
444
|
+
const _WI = "WorkloadId";
|
|
445
|
+
const _WJCI = "WorkloadJiraConfigurationInput";
|
|
446
|
+
const _WJCO = "WorkloadJiraConfigurationOutput";
|
|
447
|
+
const _WN = "WorkloadName";
|
|
448
|
+
const _WNP = "WorkloadNamePrefix";
|
|
449
|
+
const _WP = "WorkloadProfile";
|
|
450
|
+
const _WPo = "WorkloadProfiles";
|
|
451
|
+
const _WRD = "WorkloadResourceDefinition";
|
|
452
|
+
const _WS = "WorkloadSummaries";
|
|
453
|
+
const _WSS = "WorkloadShareSummaries";
|
|
454
|
+
const _WSSo = "WorkloadShareSummary";
|
|
455
|
+
const _WSo = "WorkloadSummary";
|
|
456
|
+
const _WSor = "WorkloadShare";
|
|
457
|
+
const _c = "client";
|
|
458
|
+
const _e = "error";
|
|
459
|
+
const _h = "http";
|
|
460
|
+
const _hE = "httpError";
|
|
461
|
+
const _hQ = "httpQuery";
|
|
462
|
+
const _iT = "idempotencyToken";
|
|
463
|
+
const _s = "server";
|
|
464
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wellarchitected";
|
|
465
|
+
const _tK = "tagKeys";
|
|
466
|
+
const n0 = "com.amazonaws.wellarchitected";
|
|
467
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
468
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
469
|
+
import { WellArchitectedServiceException as __WellArchitectedServiceException } from "../models/WellArchitectedServiceException";
|
|
470
|
+
export var AccessDeniedException = [
|
|
471
|
+
-3,
|
|
472
|
+
n0,
|
|
473
|
+
_ADE,
|
|
474
|
+
{
|
|
475
|
+
[_e]: _c,
|
|
476
|
+
[_hE]: 403,
|
|
477
|
+
},
|
|
478
|
+
[_M],
|
|
479
|
+
[0],
|
|
480
|
+
];
|
|
481
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
482
|
+
export var AccountJiraConfigurationInput = [
|
|
483
|
+
3,
|
|
484
|
+
n0,
|
|
485
|
+
_AJCI,
|
|
486
|
+
0,
|
|
487
|
+
[_IMS, _IMT, _JPK, _IS],
|
|
488
|
+
[0, 0, 0, 0],
|
|
489
|
+
];
|
|
490
|
+
export var AccountJiraConfigurationOutput = [
|
|
491
|
+
3,
|
|
492
|
+
n0,
|
|
493
|
+
_AJCO,
|
|
494
|
+
0,
|
|
495
|
+
[_IS, _IMS, _IMT, _S, _JPK, _SM],
|
|
496
|
+
[0, 0, 0, 0, 0, 0],
|
|
497
|
+
];
|
|
498
|
+
export var AdditionalResources = [3, n0, _AR, 0, [_T, _C], [0, () => Urls]];
|
|
499
|
+
export var Answer = [
|
|
500
|
+
3,
|
|
501
|
+
n0,
|
|
502
|
+
_A,
|
|
503
|
+
0,
|
|
504
|
+
[_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch, _SC, _CA, _IA, _R, _N, _Re, _JC],
|
|
505
|
+
[0, 0, 0, 0, 0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswers, 2, 0, 0, 0, () => JiraConfiguration],
|
|
506
|
+
];
|
|
507
|
+
export var AnswerSummary = [
|
|
508
|
+
3,
|
|
509
|
+
n0,
|
|
510
|
+
_AS,
|
|
511
|
+
0,
|
|
512
|
+
[_QI, _PI, _QT, _Ch, _SC, _CAS, _IA, _R, _Re, _QTu, _JC],
|
|
513
|
+
[0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswerSummaries, 2, 0, 0, 0, () => JiraConfiguration],
|
|
514
|
+
];
|
|
515
|
+
export var AssociateLensesInput = [3, n0, _ALI, 0, [_WI, _LA], [[0, 1], 64 | 0]];
|
|
516
|
+
export var AssociateProfilesInput = [3, n0, _API, 0, [_WI, _PA], [[0, 1], 64 | 0]];
|
|
517
|
+
export var BestPractice = [3, n0, _BP, 0, [_CI, _CT], [0, 0]];
|
|
518
|
+
export var CheckDetail = [
|
|
519
|
+
3,
|
|
520
|
+
n0,
|
|
521
|
+
_CD,
|
|
522
|
+
0,
|
|
523
|
+
[_I, _Na, _D, _P, _LAe, _PI, _QI, _CI, _St, _AI, _FR, _Re, _UA],
|
|
524
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4],
|
|
525
|
+
];
|
|
526
|
+
export var CheckSummary = [
|
|
527
|
+
3,
|
|
528
|
+
n0,
|
|
529
|
+
_CS,
|
|
530
|
+
0,
|
|
531
|
+
[_I, _Na, _P, _D, _UA, _LAe, _PI, _QI, _CI, _St, _ASc],
|
|
532
|
+
[0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128 | 1],
|
|
533
|
+
];
|
|
534
|
+
export var Choice = [
|
|
535
|
+
3,
|
|
536
|
+
n0,
|
|
537
|
+
_Cho,
|
|
538
|
+
0,
|
|
539
|
+
[_CI, _Ti, _D, _HR, _IP, _AR],
|
|
540
|
+
[0, 0, 0, () => ChoiceContent, () => ChoiceContent, () => AdditionalResourcesList],
|
|
541
|
+
];
|
|
542
|
+
export var ChoiceAnswer = [3, n0, _CAh, 0, [_CI, _St, _Re, _N], [0, 0, 0, 0]];
|
|
543
|
+
export var ChoiceAnswerSummary = [3, n0, _CASh, 0, [_CI, _St, _Re], [0, 0, 0]];
|
|
544
|
+
export var ChoiceContent = [3, n0, _CC, 0, [_DT, _U], [0, 0]];
|
|
545
|
+
export var ChoiceImprovementPlan = [3, n0, _CIP, 0, [_CI, _DT, _IPU], [0, 0, 0]];
|
|
546
|
+
export var ChoiceUpdate = [3, n0, _CU, 0, [_St, _Re, _N], [0, 0, 0]];
|
|
547
|
+
export var ConflictException = [
|
|
548
|
+
-3,
|
|
549
|
+
n0,
|
|
550
|
+
_CE,
|
|
551
|
+
{
|
|
552
|
+
[_e]: _c,
|
|
553
|
+
[_hE]: 409,
|
|
554
|
+
},
|
|
555
|
+
[_M, _RI, _RT],
|
|
556
|
+
[0, 0, 0],
|
|
557
|
+
];
|
|
558
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
559
|
+
export var ConsolidatedReportMetric = [
|
|
560
|
+
3,
|
|
561
|
+
n0,
|
|
562
|
+
_CRM,
|
|
563
|
+
0,
|
|
564
|
+
[_MT, _RC, _WI, _WN, _WA, _UA, _L, _LAC],
|
|
565
|
+
[0, 128 | 1, 0, 0, 0, 4, () => LensMetrics, 1],
|
|
566
|
+
];
|
|
567
|
+
export var CreateLensShareInput = [3, n0, _CLSI, 0, [_LAen, _SW, _CRT], [[0, 1], 0, [0, 4]]];
|
|
568
|
+
export var CreateLensShareOutput = [3, n0, _CLSO, 0, [_SI], [0]];
|
|
569
|
+
export var CreateLensVersionInput = [
|
|
570
|
+
3,
|
|
571
|
+
n0,
|
|
572
|
+
_CLVI,
|
|
573
|
+
0,
|
|
574
|
+
[_LAen, _LV, _IMV, _CRT],
|
|
575
|
+
[[0, 1], 0, 2, [0, 4]],
|
|
576
|
+
];
|
|
577
|
+
export var CreateLensVersionOutput = [3, n0, _CLVO, 0, [_LAe, _LV], [0, 0]];
|
|
578
|
+
export var CreateMilestoneInput = [3, n0, _CMI, 0, [_WI, _MN, _CRT], [[0, 1], 0, [0, 4]]];
|
|
579
|
+
export var CreateMilestoneOutput = [3, n0, _CMO, 0, [_WI, _MNi], [0, 1]];
|
|
580
|
+
export var CreateProfileInput = [
|
|
581
|
+
3,
|
|
582
|
+
n0,
|
|
583
|
+
_CPI,
|
|
584
|
+
0,
|
|
585
|
+
[_PN, _PD, _PQ, _CRT, _Ta],
|
|
586
|
+
[0, 0, () => ProfileQuestionUpdates, [0, 4], 128 | 0],
|
|
587
|
+
];
|
|
588
|
+
export var CreateProfileOutput = [3, n0, _CPO, 0, [_PAr, _PV], [0, 0]];
|
|
589
|
+
export var CreateProfileShareInput = [3, n0, _CPSI, 0, [_PAr, _SW, _CRT], [[0, 1], 0, [0, 4]]];
|
|
590
|
+
export var CreateProfileShareOutput = [3, n0, _CPSO, 0, [_SI, _PAr], [0, 0]];
|
|
591
|
+
export var CreateReviewTemplateInput = [
|
|
592
|
+
3,
|
|
593
|
+
n0,
|
|
594
|
+
_CRTI,
|
|
595
|
+
0,
|
|
596
|
+
[_TN, _D, _L, _N, _Ta, _CRT],
|
|
597
|
+
[0, 0, 64 | 0, 0, 128 | 0, [0, 4]],
|
|
598
|
+
];
|
|
599
|
+
export var CreateReviewTemplateOutput = [3, n0, _CRTO, 0, [_TA], [0]];
|
|
600
|
+
export var CreateTemplateShareInput = [3, n0, _CTSI, 0, [_TA, _SW, _CRT], [[0, 1], 0, [0, 4]]];
|
|
601
|
+
export var CreateTemplateShareOutput = [3, n0, _CTSO, 0, [_TA, _SI], [0, 0]];
|
|
602
|
+
export var CreateWorkloadInput = [
|
|
603
|
+
3,
|
|
604
|
+
n0,
|
|
605
|
+
_CWI,
|
|
606
|
+
0,
|
|
607
|
+
[_WN, _D, _E, _AIc, _ARw, _NAR, _PP, _AD, _RO, _IT, _In, _L, _N, _CRT, _Ta, _DC, _Ap, _PA, _RTA, _JC],
|
|
608
|
+
[
|
|
609
|
+
0,
|
|
610
|
+
0,
|
|
611
|
+
0,
|
|
612
|
+
64 | 0,
|
|
613
|
+
64 | 0,
|
|
614
|
+
64 | 0,
|
|
615
|
+
64 | 0,
|
|
616
|
+
0,
|
|
617
|
+
0,
|
|
618
|
+
0,
|
|
619
|
+
0,
|
|
620
|
+
64 | 0,
|
|
621
|
+
0,
|
|
622
|
+
[0, 4],
|
|
623
|
+
128 | 0,
|
|
624
|
+
() => WorkloadDiscoveryConfig,
|
|
625
|
+
64 | 0,
|
|
626
|
+
64 | 0,
|
|
627
|
+
64 | 0,
|
|
628
|
+
() => WorkloadJiraConfigurationInput,
|
|
629
|
+
],
|
|
630
|
+
];
|
|
631
|
+
export var CreateWorkloadOutput = [3, n0, _CWO, 0, [_WI, _WA], [0, 0]];
|
|
632
|
+
export var CreateWorkloadShareInput = [
|
|
633
|
+
3,
|
|
634
|
+
n0,
|
|
635
|
+
_CWSI,
|
|
636
|
+
0,
|
|
637
|
+
[_WI, _SW, _PT, _CRT],
|
|
638
|
+
[[0, 1], 0, 0, [0, 4]],
|
|
639
|
+
];
|
|
640
|
+
export var CreateWorkloadShareOutput = [3, n0, _CWSO, 0, [_WI, _SI], [0, 0]];
|
|
641
|
+
export var DeleteLensInput = [
|
|
642
|
+
3,
|
|
643
|
+
n0,
|
|
644
|
+
_DLI,
|
|
645
|
+
0,
|
|
646
|
+
[_LAen, _CRT, _LS],
|
|
647
|
+
[
|
|
648
|
+
[0, 1],
|
|
649
|
+
[
|
|
650
|
+
0,
|
|
651
|
+
{
|
|
652
|
+
[_iT]: 1,
|
|
653
|
+
[_hQ]: _CRT,
|
|
654
|
+
},
|
|
655
|
+
],
|
|
656
|
+
[
|
|
657
|
+
0,
|
|
658
|
+
{
|
|
659
|
+
[_hQ]: _LS,
|
|
660
|
+
},
|
|
661
|
+
],
|
|
662
|
+
],
|
|
663
|
+
];
|
|
664
|
+
export var DeleteLensShareInput = [
|
|
665
|
+
3,
|
|
666
|
+
n0,
|
|
667
|
+
_DLSI,
|
|
668
|
+
0,
|
|
669
|
+
[_SI, _LAen, _CRT],
|
|
670
|
+
[
|
|
671
|
+
[0, 1],
|
|
672
|
+
[0, 1],
|
|
673
|
+
[
|
|
674
|
+
0,
|
|
675
|
+
{
|
|
676
|
+
[_iT]: 1,
|
|
677
|
+
[_hQ]: _CRT,
|
|
678
|
+
},
|
|
679
|
+
],
|
|
680
|
+
],
|
|
681
|
+
];
|
|
682
|
+
export var DeleteProfileInput = [
|
|
683
|
+
3,
|
|
684
|
+
n0,
|
|
685
|
+
_DPI,
|
|
686
|
+
0,
|
|
687
|
+
[_PAr, _CRT],
|
|
688
|
+
[
|
|
689
|
+
[0, 1],
|
|
690
|
+
[
|
|
691
|
+
0,
|
|
692
|
+
{
|
|
693
|
+
[_iT]: 1,
|
|
694
|
+
[_hQ]: _CRT,
|
|
695
|
+
},
|
|
696
|
+
],
|
|
697
|
+
],
|
|
698
|
+
];
|
|
699
|
+
export var DeleteProfileShareInput = [
|
|
700
|
+
3,
|
|
701
|
+
n0,
|
|
702
|
+
_DPSI,
|
|
703
|
+
0,
|
|
704
|
+
[_SI, _PAr, _CRT],
|
|
705
|
+
[
|
|
706
|
+
[0, 1],
|
|
707
|
+
[0, 1],
|
|
708
|
+
[
|
|
709
|
+
0,
|
|
710
|
+
{
|
|
711
|
+
[_iT]: 1,
|
|
712
|
+
[_hQ]: _CRT,
|
|
713
|
+
},
|
|
714
|
+
],
|
|
715
|
+
],
|
|
716
|
+
];
|
|
717
|
+
export var DeleteReviewTemplateInput = [
|
|
718
|
+
3,
|
|
719
|
+
n0,
|
|
720
|
+
_DRTI,
|
|
721
|
+
0,
|
|
722
|
+
[_TA, _CRT],
|
|
723
|
+
[
|
|
724
|
+
[0, 1],
|
|
725
|
+
[
|
|
726
|
+
0,
|
|
727
|
+
{
|
|
728
|
+
[_iT]: 1,
|
|
729
|
+
[_hQ]: _CRT,
|
|
730
|
+
},
|
|
731
|
+
],
|
|
732
|
+
],
|
|
733
|
+
];
|
|
734
|
+
export var DeleteTemplateShareInput = [
|
|
735
|
+
3,
|
|
736
|
+
n0,
|
|
737
|
+
_DTSI,
|
|
738
|
+
0,
|
|
739
|
+
[_SI, _TA, _CRT],
|
|
740
|
+
[
|
|
741
|
+
[0, 1],
|
|
742
|
+
[0, 1],
|
|
743
|
+
[
|
|
744
|
+
0,
|
|
745
|
+
{
|
|
746
|
+
[_iT]: 1,
|
|
747
|
+
[_hQ]: _CRT,
|
|
748
|
+
},
|
|
749
|
+
],
|
|
750
|
+
],
|
|
751
|
+
];
|
|
752
|
+
export var DeleteWorkloadInput = [
|
|
753
|
+
3,
|
|
754
|
+
n0,
|
|
755
|
+
_DWI,
|
|
756
|
+
0,
|
|
757
|
+
[_WI, _CRT],
|
|
758
|
+
[
|
|
759
|
+
[0, 1],
|
|
760
|
+
[
|
|
761
|
+
0,
|
|
762
|
+
{
|
|
763
|
+
[_iT]: 1,
|
|
764
|
+
[_hQ]: _CRT,
|
|
765
|
+
},
|
|
766
|
+
],
|
|
767
|
+
],
|
|
768
|
+
];
|
|
769
|
+
export var DeleteWorkloadShareInput = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_DWSI,
|
|
773
|
+
0,
|
|
774
|
+
[_SI, _WI, _CRT],
|
|
775
|
+
[
|
|
776
|
+
[0, 1],
|
|
777
|
+
[0, 1],
|
|
778
|
+
[
|
|
779
|
+
0,
|
|
780
|
+
{
|
|
781
|
+
[_iT]: 1,
|
|
782
|
+
[_hQ]: _CRT,
|
|
783
|
+
},
|
|
784
|
+
],
|
|
785
|
+
],
|
|
786
|
+
];
|
|
787
|
+
export var DisassociateLensesInput = [3, n0, _DLIi, 0, [_WI, _LA], [[0, 1], 64 | 0]];
|
|
788
|
+
export var DisassociateProfilesInput = [3, n0, _DPIi, 0, [_WI, _PA], [[0, 1], 64 | 0]];
|
|
789
|
+
export var ExportLensInput = [
|
|
790
|
+
3,
|
|
791
|
+
n0,
|
|
792
|
+
_ELI,
|
|
793
|
+
0,
|
|
794
|
+
[_LAen, _LV],
|
|
795
|
+
[
|
|
796
|
+
[0, 1],
|
|
797
|
+
[
|
|
798
|
+
0,
|
|
799
|
+
{
|
|
800
|
+
[_hQ]: _LV,
|
|
801
|
+
},
|
|
802
|
+
],
|
|
803
|
+
],
|
|
804
|
+
];
|
|
805
|
+
export var ExportLensOutput = [3, n0, _ELO, 0, [_LJSON], [0]];
|
|
806
|
+
export var GetAnswerInput = [
|
|
807
|
+
3,
|
|
808
|
+
n0,
|
|
809
|
+
_GAI,
|
|
810
|
+
0,
|
|
811
|
+
[_WI, _LAen, _QI, _MNi],
|
|
812
|
+
[
|
|
813
|
+
[0, 1],
|
|
814
|
+
[0, 1],
|
|
815
|
+
[0, 1],
|
|
816
|
+
[
|
|
817
|
+
1,
|
|
818
|
+
{
|
|
819
|
+
[_hQ]: _MNi,
|
|
820
|
+
},
|
|
821
|
+
],
|
|
822
|
+
],
|
|
823
|
+
];
|
|
824
|
+
export var GetAnswerOutput = [
|
|
825
|
+
3,
|
|
826
|
+
n0,
|
|
827
|
+
_GAO,
|
|
828
|
+
0,
|
|
829
|
+
[_WI, _MNi, _LAen, _LAe, _A],
|
|
830
|
+
[0, 1, 0, 0, () => Answer],
|
|
831
|
+
];
|
|
832
|
+
export var GetConsolidatedReportInput = [
|
|
833
|
+
3,
|
|
834
|
+
n0,
|
|
835
|
+
_GCRI,
|
|
836
|
+
0,
|
|
837
|
+
[_F, _ISR, _NT, _MR],
|
|
838
|
+
[
|
|
839
|
+
[
|
|
840
|
+
0,
|
|
841
|
+
{
|
|
842
|
+
[_hQ]: _F,
|
|
843
|
+
},
|
|
844
|
+
],
|
|
845
|
+
[
|
|
846
|
+
2,
|
|
847
|
+
{
|
|
848
|
+
[_hQ]: _ISR,
|
|
849
|
+
},
|
|
850
|
+
],
|
|
851
|
+
[
|
|
852
|
+
0,
|
|
853
|
+
{
|
|
854
|
+
[_hQ]: _NT,
|
|
855
|
+
},
|
|
856
|
+
],
|
|
857
|
+
[
|
|
858
|
+
1,
|
|
859
|
+
{
|
|
860
|
+
[_hQ]: _MR,
|
|
861
|
+
},
|
|
862
|
+
],
|
|
863
|
+
],
|
|
864
|
+
];
|
|
865
|
+
export var GetConsolidatedReportOutput = [
|
|
866
|
+
3,
|
|
867
|
+
n0,
|
|
868
|
+
_GCRO,
|
|
869
|
+
0,
|
|
870
|
+
[_Me, _NT, _BS],
|
|
871
|
+
[() => ConsolidatedReportMetrics, 0, 0],
|
|
872
|
+
];
|
|
873
|
+
export var GetGlobalSettingsOutput = [
|
|
874
|
+
3,
|
|
875
|
+
n0,
|
|
876
|
+
_GGSO,
|
|
877
|
+
0,
|
|
878
|
+
[_OSS, _DIS, _JC],
|
|
879
|
+
[0, 0, () => AccountJiraConfigurationOutput],
|
|
880
|
+
];
|
|
881
|
+
export var GetLensInput = [
|
|
882
|
+
3,
|
|
883
|
+
n0,
|
|
884
|
+
_GLI,
|
|
885
|
+
0,
|
|
886
|
+
[_LAen, _LV],
|
|
887
|
+
[
|
|
888
|
+
[0, 1],
|
|
889
|
+
[
|
|
890
|
+
0,
|
|
891
|
+
{
|
|
892
|
+
[_hQ]: _LV,
|
|
893
|
+
},
|
|
894
|
+
],
|
|
895
|
+
],
|
|
896
|
+
];
|
|
897
|
+
export var GetLensOutput = [3, n0, _GLO, 0, [_Le], [() => Lens]];
|
|
898
|
+
export var GetLensReviewInput = [
|
|
899
|
+
3,
|
|
900
|
+
n0,
|
|
901
|
+
_GLRI,
|
|
902
|
+
0,
|
|
903
|
+
[_WI, _LAen, _MNi],
|
|
904
|
+
[
|
|
905
|
+
[0, 1],
|
|
906
|
+
[0, 1],
|
|
907
|
+
[
|
|
908
|
+
1,
|
|
909
|
+
{
|
|
910
|
+
[_hQ]: _MNi,
|
|
911
|
+
},
|
|
912
|
+
],
|
|
913
|
+
],
|
|
914
|
+
];
|
|
915
|
+
export var GetLensReviewOutput = [3, n0, _GLRO, 0, [_WI, _MNi, _LR], [0, 1, () => LensReview]];
|
|
916
|
+
export var GetLensReviewReportInput = [
|
|
917
|
+
3,
|
|
918
|
+
n0,
|
|
919
|
+
_GLRRI,
|
|
920
|
+
0,
|
|
921
|
+
[_WI, _LAen, _MNi],
|
|
922
|
+
[
|
|
923
|
+
[0, 1],
|
|
924
|
+
[0, 1],
|
|
925
|
+
[
|
|
926
|
+
1,
|
|
927
|
+
{
|
|
928
|
+
[_hQ]: _MNi,
|
|
929
|
+
},
|
|
930
|
+
],
|
|
931
|
+
],
|
|
932
|
+
];
|
|
933
|
+
export var GetLensReviewReportOutput = [
|
|
934
|
+
3,
|
|
935
|
+
n0,
|
|
936
|
+
_GLRRO,
|
|
937
|
+
0,
|
|
938
|
+
[_WI, _MNi, _LRR],
|
|
939
|
+
[0, 1, () => LensReviewReport],
|
|
940
|
+
];
|
|
941
|
+
export var GetLensVersionDifferenceInput = [
|
|
942
|
+
3,
|
|
943
|
+
n0,
|
|
944
|
+
_GLVDI,
|
|
945
|
+
0,
|
|
946
|
+
[_LAen, _BLV, _TLV],
|
|
947
|
+
[
|
|
948
|
+
[0, 1],
|
|
949
|
+
[
|
|
950
|
+
0,
|
|
951
|
+
{
|
|
952
|
+
[_hQ]: _BLV,
|
|
953
|
+
},
|
|
954
|
+
],
|
|
955
|
+
[
|
|
956
|
+
0,
|
|
957
|
+
{
|
|
958
|
+
[_hQ]: _TLV,
|
|
959
|
+
},
|
|
960
|
+
],
|
|
961
|
+
],
|
|
962
|
+
];
|
|
963
|
+
export var GetLensVersionDifferenceOutput = [
|
|
964
|
+
3,
|
|
965
|
+
n0,
|
|
966
|
+
_GLVDO,
|
|
967
|
+
0,
|
|
968
|
+
[_LAen, _LAe, _BLV, _TLV, _LLV, _VD],
|
|
969
|
+
[0, 0, 0, 0, 0, () => VersionDifferences],
|
|
970
|
+
];
|
|
971
|
+
export var GetMilestoneInput = [
|
|
972
|
+
3,
|
|
973
|
+
n0,
|
|
974
|
+
_GMI,
|
|
975
|
+
0,
|
|
976
|
+
[_WI, _MNi],
|
|
977
|
+
[
|
|
978
|
+
[0, 1],
|
|
979
|
+
[1, 1],
|
|
980
|
+
],
|
|
981
|
+
];
|
|
982
|
+
export var GetMilestoneOutput = [3, n0, _GMO, 0, [_WI, _Mi], [0, () => Milestone]];
|
|
983
|
+
export var GetProfileInput = [
|
|
984
|
+
3,
|
|
985
|
+
n0,
|
|
986
|
+
_GPI,
|
|
987
|
+
0,
|
|
988
|
+
[_PAr, _PV],
|
|
989
|
+
[
|
|
990
|
+
[0, 1],
|
|
991
|
+
[
|
|
992
|
+
0,
|
|
993
|
+
{
|
|
994
|
+
[_hQ]: _PV,
|
|
995
|
+
},
|
|
996
|
+
],
|
|
997
|
+
],
|
|
998
|
+
];
|
|
999
|
+
export var GetProfileOutput = [3, n0, _GPO, 0, [_Pr], [() => Profile]];
|
|
1000
|
+
export var GetProfileTemplateInput = [3, n0, _GPTI, 0, [], []];
|
|
1001
|
+
export var GetProfileTemplateOutput = [3, n0, _GPTO, 0, [_PTr], [() => ProfileTemplate]];
|
|
1002
|
+
export var GetReviewTemplateAnswerInput = [
|
|
1003
|
+
3,
|
|
1004
|
+
n0,
|
|
1005
|
+
_GRTAI,
|
|
1006
|
+
0,
|
|
1007
|
+
[_TA, _LAen, _QI],
|
|
1008
|
+
[
|
|
1009
|
+
[0, 1],
|
|
1010
|
+
[0, 1],
|
|
1011
|
+
[0, 1],
|
|
1012
|
+
],
|
|
1013
|
+
];
|
|
1014
|
+
export var GetReviewTemplateAnswerOutput = [
|
|
1015
|
+
3,
|
|
1016
|
+
n0,
|
|
1017
|
+
_GRTAO,
|
|
1018
|
+
0,
|
|
1019
|
+
[_TA, _LAen, _A],
|
|
1020
|
+
[0, 0, () => ReviewTemplateAnswer],
|
|
1021
|
+
];
|
|
1022
|
+
export var GetReviewTemplateInput = [3, n0, _GRTI, 0, [_TA], [[0, 1]]];
|
|
1023
|
+
export var GetReviewTemplateLensReviewInput = [
|
|
1024
|
+
3,
|
|
1025
|
+
n0,
|
|
1026
|
+
_GRTLRI,
|
|
1027
|
+
0,
|
|
1028
|
+
[_TA, _LAen],
|
|
1029
|
+
[
|
|
1030
|
+
[0, 1],
|
|
1031
|
+
[0, 1],
|
|
1032
|
+
],
|
|
1033
|
+
];
|
|
1034
|
+
export var GetReviewTemplateLensReviewOutput = [
|
|
1035
|
+
3,
|
|
1036
|
+
n0,
|
|
1037
|
+
_GRTLRO,
|
|
1038
|
+
0,
|
|
1039
|
+
[_TA, _LR],
|
|
1040
|
+
[0, () => ReviewTemplateLensReview],
|
|
1041
|
+
];
|
|
1042
|
+
export var GetReviewTemplateOutput = [3, n0, _GRTO, 0, [_RTe], [() => ReviewTemplate]];
|
|
1043
|
+
export var GetWorkloadInput = [3, n0, _GWI, 0, [_WI], [[0, 1]]];
|
|
1044
|
+
export var GetWorkloadOutput = [3, n0, _GWO, 0, [_W], [() => Workload]];
|
|
1045
|
+
export var ImportLensInput = [
|
|
1046
|
+
3,
|
|
1047
|
+
n0,
|
|
1048
|
+
_ILI,
|
|
1049
|
+
0,
|
|
1050
|
+
[_LAen, _JSONS, _CRT, _Ta],
|
|
1051
|
+
[0, 0, [0, 4], 128 | 0],
|
|
1052
|
+
];
|
|
1053
|
+
export var ImportLensOutput = [3, n0, _ILO, 0, [_LAe, _St], [0, 0]];
|
|
1054
|
+
export var ImprovementSummary = [
|
|
1055
|
+
3,
|
|
1056
|
+
n0,
|
|
1057
|
+
_ISm,
|
|
1058
|
+
0,
|
|
1059
|
+
[_QI, _PI, _QT, _R, _IPU, _IPm, _JC],
|
|
1060
|
+
[0, 0, 0, 0, 0, () => ChoiceImprovementPlans, () => JiraConfiguration],
|
|
1061
|
+
];
|
|
1062
|
+
export var InternalServerException = [
|
|
1063
|
+
-3,
|
|
1064
|
+
n0,
|
|
1065
|
+
_ISE,
|
|
1066
|
+
{
|
|
1067
|
+
[_e]: _s,
|
|
1068
|
+
[_hE]: 500,
|
|
1069
|
+
},
|
|
1070
|
+
[_M],
|
|
1071
|
+
[0],
|
|
1072
|
+
];
|
|
1073
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
1074
|
+
export var JiraConfiguration = [3, n0, _JC, 0, [_JIU, _LST], [0, 4]];
|
|
1075
|
+
export var JiraSelectedQuestionConfiguration = [3, n0, _JSQC, 0, [_SP], [() => SelectedPillars]];
|
|
1076
|
+
export var Lens = [
|
|
1077
|
+
3,
|
|
1078
|
+
n0,
|
|
1079
|
+
_Le,
|
|
1080
|
+
0,
|
|
1081
|
+
[_LAe, _LV, _Na, _D, _O, _SII, _Ta],
|
|
1082
|
+
[0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1083
|
+
];
|
|
1084
|
+
export var LensMetric = [3, n0, _LM, 0, [_LAe, _Pi, _RC], [0, () => PillarMetrics, 128 | 1]];
|
|
1085
|
+
export var LensReview = [
|
|
1086
|
+
3,
|
|
1087
|
+
n0,
|
|
1088
|
+
_LR,
|
|
1089
|
+
0,
|
|
1090
|
+
[_LAen, _LAe, _LV, _LN, _LS, _PRS, _JC, _UA, _N, _RC, _NT, _Pro, _PRC],
|
|
1091
|
+
[
|
|
1092
|
+
0,
|
|
1093
|
+
0,
|
|
1094
|
+
0,
|
|
1095
|
+
0,
|
|
1096
|
+
0,
|
|
1097
|
+
() => PillarReviewSummaries,
|
|
1098
|
+
() => JiraSelectedQuestionConfiguration,
|
|
1099
|
+
4,
|
|
1100
|
+
0,
|
|
1101
|
+
128 | 1,
|
|
1102
|
+
0,
|
|
1103
|
+
() => WorkloadProfiles,
|
|
1104
|
+
128 | 1,
|
|
1105
|
+
],
|
|
1106
|
+
];
|
|
1107
|
+
export var LensReviewReport = [3, n0, _LRR, 0, [_LAen, _LAe, _BS], [0, 0, 0]];
|
|
1108
|
+
export var LensReviewSummary = [
|
|
1109
|
+
3,
|
|
1110
|
+
n0,
|
|
1111
|
+
_LRS,
|
|
1112
|
+
0,
|
|
1113
|
+
[_LAen, _LAe, _LV, _LN, _LS, _UA, _RC, _Pro, _PRC],
|
|
1114
|
+
[0, 0, 0, 0, 0, 4, 128 | 1, () => WorkloadProfiles, 128 | 1],
|
|
1115
|
+
];
|
|
1116
|
+
export var LensShareSummary = [3, n0, _LSS, 0, [_SI, _SW, _St, _SM], [0, 0, 0, 0]];
|
|
1117
|
+
export var LensSummary = [
|
|
1118
|
+
3,
|
|
1119
|
+
n0,
|
|
1120
|
+
_LSe,
|
|
1121
|
+
0,
|
|
1122
|
+
[_LAe, _LAen, _LN, _LT, _D, _CAr, _UA, _LV, _O, _LS],
|
|
1123
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0],
|
|
1124
|
+
];
|
|
1125
|
+
export var LensUpgradeSummary = [
|
|
1126
|
+
3,
|
|
1127
|
+
n0,
|
|
1128
|
+
_LUS,
|
|
1129
|
+
0,
|
|
1130
|
+
[_WI, _WN, _LAen, _LAe, _CLV, _LLV, _RA, _RN],
|
|
1131
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
1132
|
+
];
|
|
1133
|
+
export var ListAnswersInput = [
|
|
1134
|
+
3,
|
|
1135
|
+
n0,
|
|
1136
|
+
_LAI,
|
|
1137
|
+
0,
|
|
1138
|
+
[_WI, _LAen, _PI, _MNi, _NT, _MR, _QP],
|
|
1139
|
+
[
|
|
1140
|
+
[0, 1],
|
|
1141
|
+
[0, 1],
|
|
1142
|
+
[
|
|
1143
|
+
0,
|
|
1144
|
+
{
|
|
1145
|
+
[_hQ]: _PI,
|
|
1146
|
+
},
|
|
1147
|
+
],
|
|
1148
|
+
[
|
|
1149
|
+
1,
|
|
1150
|
+
{
|
|
1151
|
+
[_hQ]: _MNi,
|
|
1152
|
+
},
|
|
1153
|
+
],
|
|
1154
|
+
[
|
|
1155
|
+
0,
|
|
1156
|
+
{
|
|
1157
|
+
[_hQ]: _NT,
|
|
1158
|
+
},
|
|
1159
|
+
],
|
|
1160
|
+
[
|
|
1161
|
+
1,
|
|
1162
|
+
{
|
|
1163
|
+
[_hQ]: _MR,
|
|
1164
|
+
},
|
|
1165
|
+
],
|
|
1166
|
+
[
|
|
1167
|
+
0,
|
|
1168
|
+
{
|
|
1169
|
+
[_hQ]: _QP,
|
|
1170
|
+
},
|
|
1171
|
+
],
|
|
1172
|
+
],
|
|
1173
|
+
];
|
|
1174
|
+
export var ListAnswersOutput = [
|
|
1175
|
+
3,
|
|
1176
|
+
n0,
|
|
1177
|
+
_LAO,
|
|
1178
|
+
0,
|
|
1179
|
+
[_WI, _MNi, _LAen, _LAe, _ASn, _NT],
|
|
1180
|
+
[0, 1, 0, 0, () => AnswerSummaries, 0],
|
|
1181
|
+
];
|
|
1182
|
+
export var ListCheckDetailsInput = [
|
|
1183
|
+
3,
|
|
1184
|
+
n0,
|
|
1185
|
+
_LCDI,
|
|
1186
|
+
0,
|
|
1187
|
+
[_WI, _NT, _MR, _LAe, _PI, _QI, _CI],
|
|
1188
|
+
[[0, 1], 0, 1, 0, 0, 0, 0],
|
|
1189
|
+
];
|
|
1190
|
+
export var ListCheckDetailsOutput = [3, n0, _LCDO, 0, [_CDh, _NT], [() => CheckDetails, 0]];
|
|
1191
|
+
export var ListCheckSummariesInput = [
|
|
1192
|
+
3,
|
|
1193
|
+
n0,
|
|
1194
|
+
_LCSI,
|
|
1195
|
+
0,
|
|
1196
|
+
[_WI, _NT, _MR, _LAe, _PI, _QI, _CI],
|
|
1197
|
+
[[0, 1], 0, 1, 0, 0, 0, 0],
|
|
1198
|
+
];
|
|
1199
|
+
export var ListCheckSummariesOutput = [3, n0, _LCSO, 0, [_CSh, _NT], [() => CheckSummaries, 0]];
|
|
1200
|
+
export var ListLensesInput = [
|
|
1201
|
+
3,
|
|
1202
|
+
n0,
|
|
1203
|
+
_LLI,
|
|
1204
|
+
0,
|
|
1205
|
+
[_NT, _MR, _LT, _LS, _LN],
|
|
1206
|
+
[
|
|
1207
|
+
[
|
|
1208
|
+
0,
|
|
1209
|
+
{
|
|
1210
|
+
[_hQ]: _NT,
|
|
1211
|
+
},
|
|
1212
|
+
],
|
|
1213
|
+
[
|
|
1214
|
+
1,
|
|
1215
|
+
{
|
|
1216
|
+
[_hQ]: _MR,
|
|
1217
|
+
},
|
|
1218
|
+
],
|
|
1219
|
+
[
|
|
1220
|
+
0,
|
|
1221
|
+
{
|
|
1222
|
+
[_hQ]: _LT,
|
|
1223
|
+
},
|
|
1224
|
+
],
|
|
1225
|
+
[
|
|
1226
|
+
0,
|
|
1227
|
+
{
|
|
1228
|
+
[_hQ]: _LS,
|
|
1229
|
+
},
|
|
1230
|
+
],
|
|
1231
|
+
[
|
|
1232
|
+
0,
|
|
1233
|
+
{
|
|
1234
|
+
[_hQ]: _LN,
|
|
1235
|
+
},
|
|
1236
|
+
],
|
|
1237
|
+
],
|
|
1238
|
+
];
|
|
1239
|
+
export var ListLensesOutput = [3, n0, _LLO, 0, [_LSen, _NT], [() => LensSummaries, 0]];
|
|
1240
|
+
export var ListLensReviewImprovementsInput = [
|
|
1241
|
+
3,
|
|
1242
|
+
n0,
|
|
1243
|
+
_LLRII,
|
|
1244
|
+
0,
|
|
1245
|
+
[_WI, _LAen, _PI, _MNi, _NT, _MR, _QP],
|
|
1246
|
+
[
|
|
1247
|
+
[0, 1],
|
|
1248
|
+
[0, 1],
|
|
1249
|
+
[
|
|
1250
|
+
0,
|
|
1251
|
+
{
|
|
1252
|
+
[_hQ]: _PI,
|
|
1253
|
+
},
|
|
1254
|
+
],
|
|
1255
|
+
[
|
|
1256
|
+
1,
|
|
1257
|
+
{
|
|
1258
|
+
[_hQ]: _MNi,
|
|
1259
|
+
},
|
|
1260
|
+
],
|
|
1261
|
+
[
|
|
1262
|
+
0,
|
|
1263
|
+
{
|
|
1264
|
+
[_hQ]: _NT,
|
|
1265
|
+
},
|
|
1266
|
+
],
|
|
1267
|
+
[
|
|
1268
|
+
1,
|
|
1269
|
+
{
|
|
1270
|
+
[_hQ]: _MR,
|
|
1271
|
+
},
|
|
1272
|
+
],
|
|
1273
|
+
[
|
|
1274
|
+
0,
|
|
1275
|
+
{
|
|
1276
|
+
[_hQ]: _QP,
|
|
1277
|
+
},
|
|
1278
|
+
],
|
|
1279
|
+
],
|
|
1280
|
+
];
|
|
1281
|
+
export var ListLensReviewImprovementsOutput = [
|
|
1282
|
+
3,
|
|
1283
|
+
n0,
|
|
1284
|
+
_LLRIO,
|
|
1285
|
+
0,
|
|
1286
|
+
[_WI, _MNi, _LAen, _LAe, _ISmp, _NT],
|
|
1287
|
+
[0, 1, 0, 0, () => ImprovementSummaries, 0],
|
|
1288
|
+
];
|
|
1289
|
+
export var ListLensReviewsInput = [
|
|
1290
|
+
3,
|
|
1291
|
+
n0,
|
|
1292
|
+
_LLRI,
|
|
1293
|
+
0,
|
|
1294
|
+
[_WI, _MNi, _NT, _MR],
|
|
1295
|
+
[
|
|
1296
|
+
[0, 1],
|
|
1297
|
+
[
|
|
1298
|
+
1,
|
|
1299
|
+
{
|
|
1300
|
+
[_hQ]: _MNi,
|
|
1301
|
+
},
|
|
1302
|
+
],
|
|
1303
|
+
[
|
|
1304
|
+
0,
|
|
1305
|
+
{
|
|
1306
|
+
[_hQ]: _NT,
|
|
1307
|
+
},
|
|
1308
|
+
],
|
|
1309
|
+
[
|
|
1310
|
+
1,
|
|
1311
|
+
{
|
|
1312
|
+
[_hQ]: _MR,
|
|
1313
|
+
},
|
|
1314
|
+
],
|
|
1315
|
+
],
|
|
1316
|
+
];
|
|
1317
|
+
export var ListLensReviewsOutput = [
|
|
1318
|
+
3,
|
|
1319
|
+
n0,
|
|
1320
|
+
_LLRO,
|
|
1321
|
+
0,
|
|
1322
|
+
[_WI, _MNi, _LRSe, _NT],
|
|
1323
|
+
[0, 1, () => LensReviewSummaries, 0],
|
|
1324
|
+
];
|
|
1325
|
+
export var ListLensSharesInput = [
|
|
1326
|
+
3,
|
|
1327
|
+
n0,
|
|
1328
|
+
_LLSI,
|
|
1329
|
+
0,
|
|
1330
|
+
[_LAen, _SWP, _NT, _MR, _St],
|
|
1331
|
+
[
|
|
1332
|
+
[0, 1],
|
|
1333
|
+
[
|
|
1334
|
+
0,
|
|
1335
|
+
{
|
|
1336
|
+
[_hQ]: _SWP,
|
|
1337
|
+
},
|
|
1338
|
+
],
|
|
1339
|
+
[
|
|
1340
|
+
0,
|
|
1341
|
+
{
|
|
1342
|
+
[_hQ]: _NT,
|
|
1343
|
+
},
|
|
1344
|
+
],
|
|
1345
|
+
[
|
|
1346
|
+
1,
|
|
1347
|
+
{
|
|
1348
|
+
[_hQ]: _MR,
|
|
1349
|
+
},
|
|
1350
|
+
],
|
|
1351
|
+
[
|
|
1352
|
+
0,
|
|
1353
|
+
{
|
|
1354
|
+
[_hQ]: _St,
|
|
1355
|
+
},
|
|
1356
|
+
],
|
|
1357
|
+
],
|
|
1358
|
+
];
|
|
1359
|
+
export var ListLensSharesOutput = [3, n0, _LLSO, 0, [_LSSe, _NT], [() => LensShareSummaries, 0]];
|
|
1360
|
+
export var ListMilestonesInput = [3, n0, _LMI, 0, [_WI, _NT, _MR], [[0, 1], 0, 1]];
|
|
1361
|
+
export var ListMilestonesOutput = [
|
|
1362
|
+
3,
|
|
1363
|
+
n0,
|
|
1364
|
+
_LMO,
|
|
1365
|
+
0,
|
|
1366
|
+
[_WI, _MS, _NT],
|
|
1367
|
+
[0, () => MilestoneSummaries, 0],
|
|
1368
|
+
];
|
|
1369
|
+
export var ListNotificationsInput = [3, n0, _LNI, 0, [_WI, _NT, _MR, _RA], [0, 0, 1, 0]];
|
|
1370
|
+
export var ListNotificationsOutput = [
|
|
1371
|
+
3,
|
|
1372
|
+
n0,
|
|
1373
|
+
_LNO,
|
|
1374
|
+
0,
|
|
1375
|
+
[_NS, _NT],
|
|
1376
|
+
[() => NotificationSummaries, 0],
|
|
1377
|
+
];
|
|
1378
|
+
export var ListProfileNotificationsInput = [
|
|
1379
|
+
3,
|
|
1380
|
+
n0,
|
|
1381
|
+
_LPNI,
|
|
1382
|
+
0,
|
|
1383
|
+
[_WI, _NT, _MR],
|
|
1384
|
+
[
|
|
1385
|
+
[
|
|
1386
|
+
0,
|
|
1387
|
+
{
|
|
1388
|
+
[_hQ]: _WI,
|
|
1389
|
+
},
|
|
1390
|
+
],
|
|
1391
|
+
[
|
|
1392
|
+
0,
|
|
1393
|
+
{
|
|
1394
|
+
[_hQ]: _NT,
|
|
1395
|
+
},
|
|
1396
|
+
],
|
|
1397
|
+
[
|
|
1398
|
+
1,
|
|
1399
|
+
{
|
|
1400
|
+
[_hQ]: _MR,
|
|
1401
|
+
},
|
|
1402
|
+
],
|
|
1403
|
+
],
|
|
1404
|
+
];
|
|
1405
|
+
export var ListProfileNotificationsOutput = [
|
|
1406
|
+
3,
|
|
1407
|
+
n0,
|
|
1408
|
+
_LPNO,
|
|
1409
|
+
0,
|
|
1410
|
+
[_NS, _NT],
|
|
1411
|
+
[() => ProfileNotificationSummaries, 0],
|
|
1412
|
+
];
|
|
1413
|
+
export var ListProfileSharesInput = [
|
|
1414
|
+
3,
|
|
1415
|
+
n0,
|
|
1416
|
+
_LPSI,
|
|
1417
|
+
0,
|
|
1418
|
+
[_PAr, _SWP, _NT, _MR, _St],
|
|
1419
|
+
[
|
|
1420
|
+
[0, 1],
|
|
1421
|
+
[
|
|
1422
|
+
0,
|
|
1423
|
+
{
|
|
1424
|
+
[_hQ]: _SWP,
|
|
1425
|
+
},
|
|
1426
|
+
],
|
|
1427
|
+
[
|
|
1428
|
+
0,
|
|
1429
|
+
{
|
|
1430
|
+
[_hQ]: _NT,
|
|
1431
|
+
},
|
|
1432
|
+
],
|
|
1433
|
+
[
|
|
1434
|
+
1,
|
|
1435
|
+
{
|
|
1436
|
+
[_hQ]: _MR,
|
|
1437
|
+
},
|
|
1438
|
+
],
|
|
1439
|
+
[
|
|
1440
|
+
0,
|
|
1441
|
+
{
|
|
1442
|
+
[_hQ]: _St,
|
|
1443
|
+
},
|
|
1444
|
+
],
|
|
1445
|
+
],
|
|
1446
|
+
];
|
|
1447
|
+
export var ListProfileSharesOutput = [
|
|
1448
|
+
3,
|
|
1449
|
+
n0,
|
|
1450
|
+
_LPSO,
|
|
1451
|
+
0,
|
|
1452
|
+
[_PSS, _NT],
|
|
1453
|
+
[() => ProfileShareSummaries, 0],
|
|
1454
|
+
];
|
|
1455
|
+
export var ListProfilesInput = [
|
|
1456
|
+
3,
|
|
1457
|
+
n0,
|
|
1458
|
+
_LPI,
|
|
1459
|
+
0,
|
|
1460
|
+
[_PNP, _POT, _NT, _MR],
|
|
1461
|
+
[
|
|
1462
|
+
[
|
|
1463
|
+
0,
|
|
1464
|
+
{
|
|
1465
|
+
[_hQ]: _PNP,
|
|
1466
|
+
},
|
|
1467
|
+
],
|
|
1468
|
+
[
|
|
1469
|
+
0,
|
|
1470
|
+
{
|
|
1471
|
+
[_hQ]: _POT,
|
|
1472
|
+
},
|
|
1473
|
+
],
|
|
1474
|
+
[
|
|
1475
|
+
0,
|
|
1476
|
+
{
|
|
1477
|
+
[_hQ]: _NT,
|
|
1478
|
+
},
|
|
1479
|
+
],
|
|
1480
|
+
[
|
|
1481
|
+
1,
|
|
1482
|
+
{
|
|
1483
|
+
[_hQ]: _MR,
|
|
1484
|
+
},
|
|
1485
|
+
],
|
|
1486
|
+
],
|
|
1487
|
+
];
|
|
1488
|
+
export var ListProfilesOutput = [3, n0, _LPO, 0, [_PS, _NT], [() => ProfileSummaries, 0]];
|
|
1489
|
+
export var ListReviewTemplateAnswersInput = [
|
|
1490
|
+
3,
|
|
1491
|
+
n0,
|
|
1492
|
+
_LRTAI,
|
|
1493
|
+
0,
|
|
1494
|
+
[_TA, _LAen, _PI, _NT, _MR],
|
|
1495
|
+
[
|
|
1496
|
+
[0, 1],
|
|
1497
|
+
[0, 1],
|
|
1498
|
+
[
|
|
1499
|
+
0,
|
|
1500
|
+
{
|
|
1501
|
+
[_hQ]: _PI,
|
|
1502
|
+
},
|
|
1503
|
+
],
|
|
1504
|
+
[
|
|
1505
|
+
0,
|
|
1506
|
+
{
|
|
1507
|
+
[_hQ]: _NT,
|
|
1508
|
+
},
|
|
1509
|
+
],
|
|
1510
|
+
[
|
|
1511
|
+
1,
|
|
1512
|
+
{
|
|
1513
|
+
[_hQ]: _MR,
|
|
1514
|
+
},
|
|
1515
|
+
],
|
|
1516
|
+
],
|
|
1517
|
+
];
|
|
1518
|
+
export var ListReviewTemplateAnswersOutput = [
|
|
1519
|
+
3,
|
|
1520
|
+
n0,
|
|
1521
|
+
_LRTAO,
|
|
1522
|
+
0,
|
|
1523
|
+
[_TA, _LAen, _ASn, _NT],
|
|
1524
|
+
[0, 0, () => ReviewTemplateAnswerSummaries, 0],
|
|
1525
|
+
];
|
|
1526
|
+
export var ListReviewTemplatesInput = [
|
|
1527
|
+
3,
|
|
1528
|
+
n0,
|
|
1529
|
+
_LRTI,
|
|
1530
|
+
0,
|
|
1531
|
+
[_NT, _MR],
|
|
1532
|
+
[
|
|
1533
|
+
[
|
|
1534
|
+
0,
|
|
1535
|
+
{
|
|
1536
|
+
[_hQ]: _NT,
|
|
1537
|
+
},
|
|
1538
|
+
],
|
|
1539
|
+
[
|
|
1540
|
+
1,
|
|
1541
|
+
{
|
|
1542
|
+
[_hQ]: _MR,
|
|
1543
|
+
},
|
|
1544
|
+
],
|
|
1545
|
+
],
|
|
1546
|
+
];
|
|
1547
|
+
export var ListReviewTemplatesOutput = [
|
|
1548
|
+
3,
|
|
1549
|
+
n0,
|
|
1550
|
+
_LRTO,
|
|
1551
|
+
0,
|
|
1552
|
+
[_RTev, _NT],
|
|
1553
|
+
[() => ReviewTemplates, 0],
|
|
1554
|
+
];
|
|
1555
|
+
export var ListShareInvitationsInput = [
|
|
1556
|
+
3,
|
|
1557
|
+
n0,
|
|
1558
|
+
_LSII,
|
|
1559
|
+
0,
|
|
1560
|
+
[_WNP, _LNP, _SRT, _NT, _MR, _PNP, _TNP],
|
|
1561
|
+
[
|
|
1562
|
+
[
|
|
1563
|
+
0,
|
|
1564
|
+
{
|
|
1565
|
+
[_hQ]: _WNP,
|
|
1566
|
+
},
|
|
1567
|
+
],
|
|
1568
|
+
[
|
|
1569
|
+
0,
|
|
1570
|
+
{
|
|
1571
|
+
[_hQ]: _LNP,
|
|
1572
|
+
},
|
|
1573
|
+
],
|
|
1574
|
+
[
|
|
1575
|
+
0,
|
|
1576
|
+
{
|
|
1577
|
+
[_hQ]: _SRT,
|
|
1578
|
+
},
|
|
1579
|
+
],
|
|
1580
|
+
[
|
|
1581
|
+
0,
|
|
1582
|
+
{
|
|
1583
|
+
[_hQ]: _NT,
|
|
1584
|
+
},
|
|
1585
|
+
],
|
|
1586
|
+
[
|
|
1587
|
+
1,
|
|
1588
|
+
{
|
|
1589
|
+
[_hQ]: _MR,
|
|
1590
|
+
},
|
|
1591
|
+
],
|
|
1592
|
+
[
|
|
1593
|
+
0,
|
|
1594
|
+
{
|
|
1595
|
+
[_hQ]: _PNP,
|
|
1596
|
+
},
|
|
1597
|
+
],
|
|
1598
|
+
[
|
|
1599
|
+
0,
|
|
1600
|
+
{
|
|
1601
|
+
[_hQ]: _TNP,
|
|
1602
|
+
},
|
|
1603
|
+
],
|
|
1604
|
+
],
|
|
1605
|
+
];
|
|
1606
|
+
export var ListShareInvitationsOutput = [
|
|
1607
|
+
3,
|
|
1608
|
+
n0,
|
|
1609
|
+
_LSIO,
|
|
1610
|
+
0,
|
|
1611
|
+
[_SIS, _NT],
|
|
1612
|
+
[() => ShareInvitationSummaries, 0],
|
|
1613
|
+
];
|
|
1614
|
+
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_WA], [[0, 1]]];
|
|
1615
|
+
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_Ta], [128 | 0]];
|
|
1616
|
+
export var ListTemplateSharesInput = [
|
|
1617
|
+
3,
|
|
1618
|
+
n0,
|
|
1619
|
+
_LTSI,
|
|
1620
|
+
0,
|
|
1621
|
+
[_TA, _SWP, _NT, _MR, _St],
|
|
1622
|
+
[
|
|
1623
|
+
[0, 1],
|
|
1624
|
+
[
|
|
1625
|
+
0,
|
|
1626
|
+
{
|
|
1627
|
+
[_hQ]: _SWP,
|
|
1628
|
+
},
|
|
1629
|
+
],
|
|
1630
|
+
[
|
|
1631
|
+
0,
|
|
1632
|
+
{
|
|
1633
|
+
[_hQ]: _NT,
|
|
1634
|
+
},
|
|
1635
|
+
],
|
|
1636
|
+
[
|
|
1637
|
+
1,
|
|
1638
|
+
{
|
|
1639
|
+
[_hQ]: _MR,
|
|
1640
|
+
},
|
|
1641
|
+
],
|
|
1642
|
+
[
|
|
1643
|
+
0,
|
|
1644
|
+
{
|
|
1645
|
+
[_hQ]: _St,
|
|
1646
|
+
},
|
|
1647
|
+
],
|
|
1648
|
+
],
|
|
1649
|
+
];
|
|
1650
|
+
export var ListTemplateSharesOutput = [
|
|
1651
|
+
3,
|
|
1652
|
+
n0,
|
|
1653
|
+
_LTSO,
|
|
1654
|
+
0,
|
|
1655
|
+
[_TA, _TSS, _NT],
|
|
1656
|
+
[0, () => TemplateShareSummaries, 0],
|
|
1657
|
+
];
|
|
1658
|
+
export var ListWorkloadSharesInput = [
|
|
1659
|
+
3,
|
|
1660
|
+
n0,
|
|
1661
|
+
_LWSI,
|
|
1662
|
+
0,
|
|
1663
|
+
[_WI, _SWP, _NT, _MR, _St],
|
|
1664
|
+
[
|
|
1665
|
+
[0, 1],
|
|
1666
|
+
[
|
|
1667
|
+
0,
|
|
1668
|
+
{
|
|
1669
|
+
[_hQ]: _SWP,
|
|
1670
|
+
},
|
|
1671
|
+
],
|
|
1672
|
+
[
|
|
1673
|
+
0,
|
|
1674
|
+
{
|
|
1675
|
+
[_hQ]: _NT,
|
|
1676
|
+
},
|
|
1677
|
+
],
|
|
1678
|
+
[
|
|
1679
|
+
1,
|
|
1680
|
+
{
|
|
1681
|
+
[_hQ]: _MR,
|
|
1682
|
+
},
|
|
1683
|
+
],
|
|
1684
|
+
[
|
|
1685
|
+
0,
|
|
1686
|
+
{
|
|
1687
|
+
[_hQ]: _St,
|
|
1688
|
+
},
|
|
1689
|
+
],
|
|
1690
|
+
],
|
|
1691
|
+
];
|
|
1692
|
+
export var ListWorkloadSharesOutput = [
|
|
1693
|
+
3,
|
|
1694
|
+
n0,
|
|
1695
|
+
_LWSO,
|
|
1696
|
+
0,
|
|
1697
|
+
[_WI, _WSS, _NT],
|
|
1698
|
+
[0, () => WorkloadShareSummaries, 0],
|
|
1699
|
+
];
|
|
1700
|
+
export var ListWorkloadsInput = [3, n0, _LWI, 0, [_WNP, _NT, _MR], [0, 0, 1]];
|
|
1701
|
+
export var ListWorkloadsOutput = [3, n0, _LWO, 0, [_WS, _NT], [() => WorkloadSummaries, 0]];
|
|
1702
|
+
export var Milestone = [3, n0, _Mi, 0, [_MNi, _MN, _RAe, _W], [1, 0, 4, () => Workload]];
|
|
1703
|
+
export var MilestoneSummary = [
|
|
1704
|
+
3,
|
|
1705
|
+
n0,
|
|
1706
|
+
_MSi,
|
|
1707
|
+
0,
|
|
1708
|
+
[_MNi, _MN, _RAe, _WSo],
|
|
1709
|
+
[1, 0, 4, () => WorkloadSummary],
|
|
1710
|
+
];
|
|
1711
|
+
export var NotificationSummary = [3, n0, _NSo, 0, [_T, _LUS], [0, () => LensUpgradeSummary]];
|
|
1712
|
+
export var PillarDifference = [
|
|
1713
|
+
3,
|
|
1714
|
+
n0,
|
|
1715
|
+
_PDi,
|
|
1716
|
+
0,
|
|
1717
|
+
[_PI, _PNi, _DS, _QDu],
|
|
1718
|
+
[0, 0, 0, () => QuestionDifferences],
|
|
1719
|
+
];
|
|
1720
|
+
export var PillarMetric = [3, n0, _PM, 0, [_PI, _RC, _Q], [0, 128 | 1, () => QuestionMetrics]];
|
|
1721
|
+
export var PillarReviewSummary = [
|
|
1722
|
+
3,
|
|
1723
|
+
n0,
|
|
1724
|
+
_PRSi,
|
|
1725
|
+
0,
|
|
1726
|
+
[_PI, _PNi, _N, _RC, _PRC],
|
|
1727
|
+
[0, 0, 0, 128 | 1, 128 | 1],
|
|
1728
|
+
];
|
|
1729
|
+
export var Profile = [
|
|
1730
|
+
3,
|
|
1731
|
+
n0,
|
|
1732
|
+
_Pr,
|
|
1733
|
+
0,
|
|
1734
|
+
[_PAr, _PV, _PN, _PD, _PQ, _O, _CAr, _UA, _SII, _Ta],
|
|
1735
|
+
[0, 0, 0, 0, () => ProfileQuestions, 0, 4, 4, 0, 128 | 0],
|
|
1736
|
+
];
|
|
1737
|
+
export var ProfileChoice = [3, n0, _PC, 0, [_CI, _CT, _CDho], [0, 0, 0]];
|
|
1738
|
+
export var ProfileNotificationSummary = [
|
|
1739
|
+
3,
|
|
1740
|
+
n0,
|
|
1741
|
+
_PNS,
|
|
1742
|
+
0,
|
|
1743
|
+
[_CPV, _LPV, _T, _PAr, _PN, _WI, _WN],
|
|
1744
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
1745
|
+
];
|
|
1746
|
+
export var ProfileQuestion = [
|
|
1747
|
+
3,
|
|
1748
|
+
n0,
|
|
1749
|
+
_PQr,
|
|
1750
|
+
0,
|
|
1751
|
+
[_QI, _QT, _QD, _QC, _SCI, _MSC, _MSCa],
|
|
1752
|
+
[0, 0, 0, () => ProfileQuestionChoices, 64 | 0, 1, 1],
|
|
1753
|
+
];
|
|
1754
|
+
export var ProfileQuestionUpdate = [3, n0, _PQU, 0, [_QI, _SCI], [0, 64 | 0]];
|
|
1755
|
+
export var ProfileShareSummary = [3, n0, _PSSr, 0, [_SI, _SW, _St, _SM], [0, 0, 0, 0]];
|
|
1756
|
+
export var ProfileSummary = [
|
|
1757
|
+
3,
|
|
1758
|
+
n0,
|
|
1759
|
+
_PSr,
|
|
1760
|
+
0,
|
|
1761
|
+
[_PAr, _PV, _PN, _PD, _O, _CAr, _UA],
|
|
1762
|
+
[0, 0, 0, 0, 0, 4, 4],
|
|
1763
|
+
];
|
|
1764
|
+
export var ProfileTemplate = [
|
|
1765
|
+
3,
|
|
1766
|
+
n0,
|
|
1767
|
+
_PTr,
|
|
1768
|
+
0,
|
|
1769
|
+
[_TN, _TQ, _CAr, _UA],
|
|
1770
|
+
[0, () => TemplateQuestions, 4, 4],
|
|
1771
|
+
];
|
|
1772
|
+
export var ProfileTemplateChoice = [3, n0, _PTC, 0, [_CI, _CT, _CDho], [0, 0, 0]];
|
|
1773
|
+
export var ProfileTemplateQuestion = [
|
|
1774
|
+
3,
|
|
1775
|
+
n0,
|
|
1776
|
+
_PTQ,
|
|
1777
|
+
0,
|
|
1778
|
+
[_QI, _QT, _QD, _QC, _MSC, _MSCa],
|
|
1779
|
+
[0, 0, 0, () => ProfileTemplateQuestionChoices, 1, 1],
|
|
1780
|
+
];
|
|
1781
|
+
export var QuestionDifference = [3, n0, _QDue, 0, [_QI, _QT, _DS], [0, 0, 0]];
|
|
1782
|
+
export var QuestionMetric = [3, n0, _QM, 0, [_QI, _R, _BPe], [0, 0, () => BestPractices]];
|
|
1783
|
+
export var ResourceNotFoundException = [
|
|
1784
|
+
-3,
|
|
1785
|
+
n0,
|
|
1786
|
+
_RNFE,
|
|
1787
|
+
{
|
|
1788
|
+
[_e]: _c,
|
|
1789
|
+
[_hE]: 404,
|
|
1790
|
+
},
|
|
1791
|
+
[_M, _RI, _RT],
|
|
1792
|
+
[0, 0, 0],
|
|
1793
|
+
];
|
|
1794
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1795
|
+
export var ReviewTemplate = [
|
|
1796
|
+
3,
|
|
1797
|
+
n0,
|
|
1798
|
+
_RTe,
|
|
1799
|
+
0,
|
|
1800
|
+
[_D, _L, _N, _QCu, _O, _UA, _TA, _TN, _Ta, _US, _SII],
|
|
1801
|
+
[0, 64 | 0, 0, 128 | 1, 0, 4, 0, 0, 128 | 0, 0, 0],
|
|
1802
|
+
];
|
|
1803
|
+
export var ReviewTemplateAnswer = [
|
|
1804
|
+
3,
|
|
1805
|
+
n0,
|
|
1806
|
+
_RTAe,
|
|
1807
|
+
0,
|
|
1808
|
+
[_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch, _SC, _CA, _IA, _ASns, _N, _Re],
|
|
1809
|
+
[0, 0, 0, 0, 0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswers, 2, 0, 0, 0],
|
|
1810
|
+
];
|
|
1811
|
+
export var ReviewTemplateAnswerSummary = [
|
|
1812
|
+
3,
|
|
1813
|
+
n0,
|
|
1814
|
+
_RTAS,
|
|
1815
|
+
0,
|
|
1816
|
+
[_QI, _PI, _QT, _Ch, _SC, _CAS, _IA, _ASns, _Re, _QTu],
|
|
1817
|
+
[0, 0, 0, () => Choices, 64 | 0, () => ChoiceAnswerSummaries, 2, 0, 0, 0],
|
|
1818
|
+
];
|
|
1819
|
+
export var ReviewTemplateLensReview = [
|
|
1820
|
+
3,
|
|
1821
|
+
n0,
|
|
1822
|
+
_RTLR,
|
|
1823
|
+
0,
|
|
1824
|
+
[_LAen, _LAe, _LV, _LN, _LS, _PRS, _UA, _N, _QCu, _NT],
|
|
1825
|
+
[0, 0, 0, 0, 0, () => ReviewTemplatePillarReviewSummaries, 4, 0, 128 | 1, 0],
|
|
1826
|
+
];
|
|
1827
|
+
export var ReviewTemplatePillarReviewSummary = [
|
|
1828
|
+
3,
|
|
1829
|
+
n0,
|
|
1830
|
+
_RTPRS,
|
|
1831
|
+
0,
|
|
1832
|
+
[_PI, _PNi, _N, _QCu],
|
|
1833
|
+
[0, 0, 0, 128 | 1],
|
|
1834
|
+
];
|
|
1835
|
+
export var ReviewTemplateSummary = [
|
|
1836
|
+
3,
|
|
1837
|
+
n0,
|
|
1838
|
+
_RTS,
|
|
1839
|
+
0,
|
|
1840
|
+
[_D, _L, _O, _UA, _TA, _TN, _US],
|
|
1841
|
+
[0, 64 | 0, 0, 4, 0, 0, 0],
|
|
1842
|
+
];
|
|
1843
|
+
export var SelectedPillar = [3, n0, _SPe, 0, [_PI, _SQI], [0, 64 | 0]];
|
|
1844
|
+
export var ServiceQuotaExceededException = [
|
|
1845
|
+
-3,
|
|
1846
|
+
n0,
|
|
1847
|
+
_SQEE,
|
|
1848
|
+
{
|
|
1849
|
+
[_e]: _c,
|
|
1850
|
+
[_hE]: 402,
|
|
1851
|
+
},
|
|
1852
|
+
[_M, _RI, _RT, _QCuo, _SCe],
|
|
1853
|
+
[0, 0, 0, 0, 0],
|
|
1854
|
+
];
|
|
1855
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1856
|
+
export var ShareInvitation = [
|
|
1857
|
+
3,
|
|
1858
|
+
n0,
|
|
1859
|
+
_SIh,
|
|
1860
|
+
0,
|
|
1861
|
+
[_SII, _SRT, _WI, _LAen, _LAe, _PAr, _TA],
|
|
1862
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
1863
|
+
];
|
|
1864
|
+
export var ShareInvitationSummary = [
|
|
1865
|
+
3,
|
|
1866
|
+
n0,
|
|
1867
|
+
_SISh,
|
|
1868
|
+
0,
|
|
1869
|
+
[_SII, _SB, _SW, _PT, _SRT, _WN, _WI, _LN, _LAe, _PN, _PAr, _TN, _TA],
|
|
1870
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1871
|
+
];
|
|
1872
|
+
export var TagResourceInput = [3, n0, _TRI, 0, [_WA, _Ta], [[0, 1], 128 | 0]];
|
|
1873
|
+
export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
1874
|
+
export var TemplateShareSummary = [3, n0, _TSSe, 0, [_SI, _SW, _St, _SM], [0, 0, 0, 0]];
|
|
1875
|
+
export var ThrottlingException = [
|
|
1876
|
+
-3,
|
|
1877
|
+
n0,
|
|
1878
|
+
_TE,
|
|
1879
|
+
{
|
|
1880
|
+
[_e]: _c,
|
|
1881
|
+
[_hE]: 429,
|
|
1882
|
+
},
|
|
1883
|
+
[_M, _QCuo, _SCe],
|
|
1884
|
+
[0, 0, 0],
|
|
1885
|
+
];
|
|
1886
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1887
|
+
export var UntagResourceInput = [
|
|
1888
|
+
3,
|
|
1889
|
+
n0,
|
|
1890
|
+
_URI,
|
|
1891
|
+
0,
|
|
1892
|
+
[_WA, _TK],
|
|
1893
|
+
[
|
|
1894
|
+
[0, 1],
|
|
1895
|
+
[
|
|
1896
|
+
64 | 0,
|
|
1897
|
+
{
|
|
1898
|
+
[_hQ]: _tK,
|
|
1899
|
+
},
|
|
1900
|
+
],
|
|
1901
|
+
],
|
|
1902
|
+
];
|
|
1903
|
+
export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
1904
|
+
export var UpdateAnswerInput = [
|
|
1905
|
+
3,
|
|
1906
|
+
n0,
|
|
1907
|
+
_UAI,
|
|
1908
|
+
0,
|
|
1909
|
+
[_WI, _LAen, _QI, _SC, _CUh, _N, _IA, _Re],
|
|
1910
|
+
[[0, 1], [0, 1], [0, 1], 64 | 0, () => ChoiceUpdates, 0, 2, 0],
|
|
1911
|
+
];
|
|
1912
|
+
export var UpdateAnswerOutput = [
|
|
1913
|
+
3,
|
|
1914
|
+
n0,
|
|
1915
|
+
_UAO,
|
|
1916
|
+
0,
|
|
1917
|
+
[_WI, _LAen, _LAe, _A],
|
|
1918
|
+
[0, 0, 0, () => Answer],
|
|
1919
|
+
];
|
|
1920
|
+
export var UpdateGlobalSettingsInput = [
|
|
1921
|
+
3,
|
|
1922
|
+
n0,
|
|
1923
|
+
_UGSI,
|
|
1924
|
+
0,
|
|
1925
|
+
[_OSS, _DIS, _JC],
|
|
1926
|
+
[0, 0, () => AccountJiraConfigurationInput],
|
|
1927
|
+
];
|
|
1928
|
+
export var UpdateIntegrationInput = [3, n0, _UII, 0, [_WI, _CRT, _ISn], [[0, 1], [0, 4], 0]];
|
|
1929
|
+
export var UpdateLensReviewInput = [
|
|
1930
|
+
3,
|
|
1931
|
+
n0,
|
|
1932
|
+
_ULRI,
|
|
1933
|
+
0,
|
|
1934
|
+
[_WI, _LAen, _LNe, _PNil, _JC],
|
|
1935
|
+
[[0, 1], [0, 1], 0, 128 | 0, () => JiraSelectedQuestionConfiguration],
|
|
1936
|
+
];
|
|
1937
|
+
export var UpdateLensReviewOutput = [3, n0, _ULRO, 0, [_WI, _LR], [0, () => LensReview]];
|
|
1938
|
+
export var UpdateProfileInput = [
|
|
1939
|
+
3,
|
|
1940
|
+
n0,
|
|
1941
|
+
_UPI,
|
|
1942
|
+
0,
|
|
1943
|
+
[_PAr, _PD, _PQ],
|
|
1944
|
+
[[0, 1], 0, () => ProfileQuestionUpdates],
|
|
1945
|
+
];
|
|
1946
|
+
export var UpdateProfileOutput = [3, n0, _UPO, 0, [_Pr], [() => Profile]];
|
|
1947
|
+
export var UpdateReviewTemplateAnswerInput = [
|
|
1948
|
+
3,
|
|
1949
|
+
n0,
|
|
1950
|
+
_URTAI,
|
|
1951
|
+
0,
|
|
1952
|
+
[_TA, _LAen, _QI, _SC, _CUh, _N, _IA, _Re],
|
|
1953
|
+
[[0, 1], [0, 1], [0, 1], 64 | 0, () => ChoiceUpdates, 0, 2, 0],
|
|
1954
|
+
];
|
|
1955
|
+
export var UpdateReviewTemplateAnswerOutput = [
|
|
1956
|
+
3,
|
|
1957
|
+
n0,
|
|
1958
|
+
_URTAO,
|
|
1959
|
+
0,
|
|
1960
|
+
[_TA, _LAen, _A],
|
|
1961
|
+
[0, 0, () => ReviewTemplateAnswer],
|
|
1962
|
+
];
|
|
1963
|
+
export var UpdateReviewTemplateInput = [
|
|
1964
|
+
3,
|
|
1965
|
+
n0,
|
|
1966
|
+
_URTI,
|
|
1967
|
+
0,
|
|
1968
|
+
[_TA, _TN, _D, _N, _LTA, _LTD],
|
|
1969
|
+
[[0, 1], 0, 0, 0, 64 | 0, 64 | 0],
|
|
1970
|
+
];
|
|
1971
|
+
export var UpdateReviewTemplateLensReviewInput = [
|
|
1972
|
+
3,
|
|
1973
|
+
n0,
|
|
1974
|
+
_URTLRI,
|
|
1975
|
+
0,
|
|
1976
|
+
[_TA, _LAen, _LNe, _PNil],
|
|
1977
|
+
[[0, 1], [0, 1], 0, 128 | 0],
|
|
1978
|
+
];
|
|
1979
|
+
export var UpdateReviewTemplateLensReviewOutput = [
|
|
1980
|
+
3,
|
|
1981
|
+
n0,
|
|
1982
|
+
_URTLRO,
|
|
1983
|
+
0,
|
|
1984
|
+
[_TA, _LR],
|
|
1985
|
+
[0, () => ReviewTemplateLensReview],
|
|
1986
|
+
];
|
|
1987
|
+
export var UpdateReviewTemplateOutput = [3, n0, _URTO, 0, [_RTe], [() => ReviewTemplate]];
|
|
1988
|
+
export var UpdateShareInvitationInput = [3, n0, _USII, 0, [_SII, _SIA], [[0, 1], 0]];
|
|
1989
|
+
export var UpdateShareInvitationOutput = [3, n0, _USIO, 0, [_SIh], [() => ShareInvitation]];
|
|
1990
|
+
export var UpdateWorkloadInput = [
|
|
1991
|
+
3,
|
|
1992
|
+
n0,
|
|
1993
|
+
_UWI,
|
|
1994
|
+
0,
|
|
1995
|
+
[_WI, _WN, _D, _E, _AIc, _ARw, _NAR, _PP, _AD, _RO, _IROUA, _IT, _In, _N, _ISmpr, _DC, _Ap, _JC],
|
|
1996
|
+
[
|
|
1997
|
+
[0, 1],
|
|
1998
|
+
0,
|
|
1999
|
+
0,
|
|
2000
|
+
0,
|
|
2001
|
+
64 | 0,
|
|
2002
|
+
64 | 0,
|
|
2003
|
+
64 | 0,
|
|
2004
|
+
64 | 0,
|
|
2005
|
+
0,
|
|
2006
|
+
0,
|
|
2007
|
+
2,
|
|
2008
|
+
0,
|
|
2009
|
+
0,
|
|
2010
|
+
0,
|
|
2011
|
+
0,
|
|
2012
|
+
() => WorkloadDiscoveryConfig,
|
|
2013
|
+
64 | 0,
|
|
2014
|
+
() => WorkloadJiraConfigurationInput,
|
|
2015
|
+
],
|
|
2016
|
+
];
|
|
2017
|
+
export var UpdateWorkloadOutput = [3, n0, _UWO, 0, [_W], [() => Workload]];
|
|
2018
|
+
export var UpdateWorkloadShareInput = [3, n0, _UWSI, 0, [_SI, _WI, _PT], [[0, 1], [0, 1], 0]];
|
|
2019
|
+
export var UpdateWorkloadShareOutput = [3, n0, _UWSO, 0, [_WI, _WSor], [0, () => WorkloadShare]];
|
|
2020
|
+
export var UpgradeLensReviewInput = [
|
|
2021
|
+
3,
|
|
2022
|
+
n0,
|
|
2023
|
+
_ULRIp,
|
|
2024
|
+
0,
|
|
2025
|
+
[_WI, _LAen, _MN, _CRT],
|
|
2026
|
+
[[0, 1], [0, 1], 0, 0],
|
|
2027
|
+
];
|
|
2028
|
+
export var UpgradeProfileVersionInput = [
|
|
2029
|
+
3,
|
|
2030
|
+
n0,
|
|
2031
|
+
_UPVI,
|
|
2032
|
+
0,
|
|
2033
|
+
[_WI, _PAr, _MN, _CRT],
|
|
2034
|
+
[[0, 1], [0, 1], 0, [0, 4]],
|
|
2035
|
+
];
|
|
2036
|
+
export var UpgradeReviewTemplateLensReviewInput = [
|
|
2037
|
+
3,
|
|
2038
|
+
n0,
|
|
2039
|
+
_URTLRIp,
|
|
2040
|
+
0,
|
|
2041
|
+
[_TA, _LAen, _CRT],
|
|
2042
|
+
[[0, 1], [0, 1], 0],
|
|
2043
|
+
];
|
|
2044
|
+
export var ValidationException = [
|
|
2045
|
+
-3,
|
|
2046
|
+
n0,
|
|
2047
|
+
_VE,
|
|
2048
|
+
{
|
|
2049
|
+
[_e]: _c,
|
|
2050
|
+
[_hE]: 400,
|
|
2051
|
+
},
|
|
2052
|
+
[_M, _Re, _Fi],
|
|
2053
|
+
[0, 0, () => ValidationExceptionFieldList],
|
|
2054
|
+
];
|
|
2055
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
2056
|
+
export var ValidationExceptionField = [3, n0, _VEF, 0, [_Na, _M], [0, 0]];
|
|
2057
|
+
export var VersionDifferences = [3, n0, _VD, 0, [_PDil], [() => PillarDifferences]];
|
|
2058
|
+
export var Workload = [
|
|
2059
|
+
3,
|
|
2060
|
+
n0,
|
|
2061
|
+
_W,
|
|
2062
|
+
0,
|
|
2063
|
+
[
|
|
2064
|
+
_WI,
|
|
2065
|
+
_WA,
|
|
2066
|
+
_WN,
|
|
2067
|
+
_D,
|
|
2068
|
+
_E,
|
|
2069
|
+
_UA,
|
|
2070
|
+
_AIc,
|
|
2071
|
+
_ARw,
|
|
2072
|
+
_NAR,
|
|
2073
|
+
_AD,
|
|
2074
|
+
_RO,
|
|
2075
|
+
_RRD,
|
|
2076
|
+
_IROUA,
|
|
2077
|
+
_IT,
|
|
2078
|
+
_In,
|
|
2079
|
+
_N,
|
|
2080
|
+
_ISmpr,
|
|
2081
|
+
_RC,
|
|
2082
|
+
_PP,
|
|
2083
|
+
_L,
|
|
2084
|
+
_O,
|
|
2085
|
+
_SII,
|
|
2086
|
+
_Ta,
|
|
2087
|
+
_DC,
|
|
2088
|
+
_Ap,
|
|
2089
|
+
_Pro,
|
|
2090
|
+
_PRC,
|
|
2091
|
+
_JC,
|
|
2092
|
+
],
|
|
2093
|
+
[
|
|
2094
|
+
0,
|
|
2095
|
+
0,
|
|
2096
|
+
0,
|
|
2097
|
+
0,
|
|
2098
|
+
0,
|
|
2099
|
+
4,
|
|
2100
|
+
64 | 0,
|
|
2101
|
+
64 | 0,
|
|
2102
|
+
64 | 0,
|
|
2103
|
+
0,
|
|
2104
|
+
0,
|
|
2105
|
+
4,
|
|
2106
|
+
2,
|
|
2107
|
+
0,
|
|
2108
|
+
0,
|
|
2109
|
+
0,
|
|
2110
|
+
0,
|
|
2111
|
+
128 | 1,
|
|
2112
|
+
64 | 0,
|
|
2113
|
+
64 | 0,
|
|
2114
|
+
0,
|
|
2115
|
+
0,
|
|
2116
|
+
128 | 0,
|
|
2117
|
+
() => WorkloadDiscoveryConfig,
|
|
2118
|
+
64 | 0,
|
|
2119
|
+
() => WorkloadProfiles,
|
|
2120
|
+
128 | 1,
|
|
2121
|
+
() => WorkloadJiraConfigurationOutput,
|
|
2122
|
+
],
|
|
2123
|
+
];
|
|
2124
|
+
export var WorkloadDiscoveryConfig = [3, n0, _WDC, 0, [_TAIS, _WRD], [0, 64 | 0]];
|
|
2125
|
+
export var WorkloadJiraConfigurationInput = [3, n0, _WJCI, 0, [_IMS, _IMT, _JPK], [0, 0, 0]];
|
|
2126
|
+
export var WorkloadJiraConfigurationOutput = [
|
|
2127
|
+
3,
|
|
2128
|
+
n0,
|
|
2129
|
+
_WJCO,
|
|
2130
|
+
0,
|
|
2131
|
+
[_IMS, _IMT, _JPK, _SM],
|
|
2132
|
+
[0, 0, 0, 0],
|
|
2133
|
+
];
|
|
2134
|
+
export var WorkloadProfile = [3, n0, _WP, 0, [_PAr, _PV], [0, 0]];
|
|
2135
|
+
export var WorkloadShare = [
|
|
2136
|
+
3,
|
|
2137
|
+
n0,
|
|
2138
|
+
_WSor,
|
|
2139
|
+
0,
|
|
2140
|
+
[_SI, _SB, _SW, _PT, _St, _WN, _WI],
|
|
2141
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
2142
|
+
];
|
|
2143
|
+
export var WorkloadShareSummary = [3, n0, _WSSo, 0, [_SI, _SW, _PT, _St, _SM], [0, 0, 0, 0, 0]];
|
|
2144
|
+
export var WorkloadSummary = [
|
|
2145
|
+
3,
|
|
2146
|
+
n0,
|
|
2147
|
+
_WSo,
|
|
2148
|
+
0,
|
|
2149
|
+
[_WI, _WA, _WN, _O, _UA, _L, _RC, _ISmpr, _Pro, _PRC],
|
|
2150
|
+
[0, 0, 0, 0, 4, 64 | 0, 128 | 1, 0, () => WorkloadProfiles, 128 | 1],
|
|
2151
|
+
];
|
|
2152
|
+
export var __Unit = "unit";
|
|
2153
|
+
export var WellArchitectedServiceException = [-3, _sm, "WellArchitectedServiceException", 0, [], []];
|
|
2154
|
+
TypeRegistry.for(_sm).registerError(WellArchitectedServiceException, __WellArchitectedServiceException);
|
|
2155
|
+
export var AdditionalResourcesList = [1, n0, _ARL, 0, () => AdditionalResources];
|
|
2156
|
+
export var AnswerSummaries = [1, n0, _ASn, 0, () => AnswerSummary];
|
|
2157
|
+
export var BestPractices = [1, n0, _BPe, 0, () => BestPractice];
|
|
2158
|
+
export var CheckDetails = [1, n0, _CDh, 0, () => CheckDetail];
|
|
2159
|
+
export var CheckSummaries = [1, n0, _CSh, 0, () => CheckSummary];
|
|
2160
|
+
export var ChoiceAnswers = [1, n0, _CA, 0, () => ChoiceAnswer];
|
|
2161
|
+
export var ChoiceAnswerSummaries = [1, n0, _CAS, 0, () => ChoiceAnswerSummary];
|
|
2162
|
+
export var ChoiceImprovementPlans = [1, n0, _CIPh, 0, () => ChoiceImprovementPlan];
|
|
2163
|
+
export var Choices = [1, n0, _Ch, 0, () => Choice];
|
|
2164
|
+
export var ConsolidatedReportMetrics = [1, n0, _CRMo, 0, () => ConsolidatedReportMetric];
|
|
2165
|
+
export var ImprovementSummaries = [1, n0, _ISmp, 0, () => ImprovementSummary];
|
|
2166
|
+
export var LensAliases = 64 | 0;
|
|
2167
|
+
export var LensMetrics = [1, n0, _LMe, 0, () => LensMetric];
|
|
2168
|
+
export var LensReviewSummaries = [1, n0, _LRSe, 0, () => LensReviewSummary];
|
|
2169
|
+
export var LensShareSummaries = [1, n0, _LSSe, 0, () => LensShareSummary];
|
|
2170
|
+
export var LensSummaries = [1, n0, _LSen, 0, () => LensSummary];
|
|
2171
|
+
export var MilestoneSummaries = [1, n0, _MS, 0, () => MilestoneSummary];
|
|
2172
|
+
export var NotificationSummaries = [1, n0, _NS, 0, () => NotificationSummary];
|
|
2173
|
+
export var PillarDifferences = [1, n0, _PDil, 0, () => PillarDifference];
|
|
2174
|
+
export var PillarMetrics = [1, n0, _PMi, 0, () => PillarMetric];
|
|
2175
|
+
export var PillarReviewSummaries = [1, n0, _PRS, 0, () => PillarReviewSummary];
|
|
2176
|
+
export var ProfileArns = 64 | 0;
|
|
2177
|
+
export var ProfileNotificationSummaries = [1, n0, _PNSr, 0, () => ProfileNotificationSummary];
|
|
2178
|
+
export var ProfileQuestionChoices = [1, n0, _PQC, 0, () => ProfileChoice];
|
|
2179
|
+
export var ProfileQuestions = [1, n0, _PQ, 0, () => ProfileQuestion];
|
|
2180
|
+
export var ProfileQuestionUpdates = [1, n0, _PQUr, 0, () => ProfileQuestionUpdate];
|
|
2181
|
+
export var ProfileShareSummaries = [1, n0, _PSS, 0, () => ProfileShareSummary];
|
|
2182
|
+
export var ProfileSummaries = [1, n0, _PS, 0, () => ProfileSummary];
|
|
2183
|
+
export var ProfileTemplateQuestionChoices = [1, n0, _PTQC, 0, () => ProfileTemplateChoice];
|
|
2184
|
+
export var QuestionDifferences = [1, n0, _QDu, 0, () => QuestionDifference];
|
|
2185
|
+
export var QuestionMetrics = [1, n0, _QMu, 0, () => QuestionMetric];
|
|
2186
|
+
export var ReviewTemplateAnswerSummaries = [1, n0, _RTASe, 0, () => ReviewTemplateAnswerSummary];
|
|
2187
|
+
export var ReviewTemplateArns = 64 | 0;
|
|
2188
|
+
export var ReviewTemplateLensAliases = 64 | 0;
|
|
2189
|
+
export var ReviewTemplateLenses = 64 | 0;
|
|
2190
|
+
export var ReviewTemplatePillarReviewSummaries = [
|
|
2191
|
+
1,
|
|
2192
|
+
n0,
|
|
2193
|
+
_RTPRSe,
|
|
2194
|
+
0,
|
|
2195
|
+
() => ReviewTemplatePillarReviewSummary,
|
|
2196
|
+
];
|
|
2197
|
+
export var ReviewTemplates = [1, n0, _RTev, 0, () => ReviewTemplateSummary];
|
|
2198
|
+
export var SelectedChoiceIds = 64 | 0;
|
|
2199
|
+
export var SelectedChoices = 64 | 0;
|
|
2200
|
+
export var SelectedPillars = [1, n0, _SP, 0, () => SelectedPillar];
|
|
2201
|
+
export var SelectedProfileChoiceIds = 64 | 0;
|
|
2202
|
+
export var SelectedQuestionIds = 64 | 0;
|
|
2203
|
+
export var ShareInvitationSummaries = [1, n0, _SIS, 0, () => ShareInvitationSummary];
|
|
2204
|
+
export var TagKeyList = 64 | 0;
|
|
2205
|
+
export var TemplateQuestions = [1, n0, _TQ, 0, () => ProfileTemplateQuestion];
|
|
2206
|
+
export var TemplateShareSummaries = [1, n0, _TSS, 0, () => TemplateShareSummary];
|
|
2207
|
+
export var Urls = [1, n0, _Ur, 0, () => ChoiceContent];
|
|
2208
|
+
export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
2209
|
+
export var WorkloadAccountIds = 64 | 0;
|
|
2210
|
+
export var WorkloadApplications = 64 | 0;
|
|
2211
|
+
export var WorkloadAwsRegions = 64 | 0;
|
|
2212
|
+
export var WorkloadLenses = 64 | 0;
|
|
2213
|
+
export var WorkloadNonAwsRegions = 64 | 0;
|
|
2214
|
+
export var WorkloadPillarPriorities = 64 | 0;
|
|
2215
|
+
export var WorkloadProfileArns = 64 | 0;
|
|
2216
|
+
export var WorkloadProfiles = [1, n0, _WPo, 0, () => WorkloadProfile];
|
|
2217
|
+
export var WorkloadResourceDefinition = 64 | 0;
|
|
2218
|
+
export var WorkloadShareSummaries = [1, n0, _WSS, 0, () => WorkloadShareSummary];
|
|
2219
|
+
export var WorkloadSummaries = [1, n0, _WS, 0, () => WorkloadSummary];
|
|
2220
|
+
export var AccountSummary = 128 | 1;
|
|
2221
|
+
export var ChoiceUpdates = [2, n0, _CUh, 0, 0, () => ChoiceUpdate];
|
|
2222
|
+
export var PillarNotes = 128 | 0;
|
|
2223
|
+
export var QuestionCounts = 128 | 1;
|
|
2224
|
+
export var RiskCounts = 128 | 1;
|
|
2225
|
+
export var TagMap = 128 | 0;
|
|
2226
|
+
export var AssociateLenses = [
|
|
2227
|
+
9,
|
|
2228
|
+
n0,
|
|
2229
|
+
_AL,
|
|
2230
|
+
{
|
|
2231
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}/associateLenses", 200],
|
|
2232
|
+
},
|
|
2233
|
+
() => AssociateLensesInput,
|
|
2234
|
+
() => __Unit,
|
|
2235
|
+
];
|
|
2236
|
+
export var AssociateProfiles = [
|
|
2237
|
+
9,
|
|
2238
|
+
n0,
|
|
2239
|
+
_AP,
|
|
2240
|
+
{
|
|
2241
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}/associateProfiles", 200],
|
|
2242
|
+
},
|
|
2243
|
+
() => AssociateProfilesInput,
|
|
2244
|
+
() => __Unit,
|
|
2245
|
+
];
|
|
2246
|
+
export var CreateLensShare = [
|
|
2247
|
+
9,
|
|
2248
|
+
n0,
|
|
2249
|
+
_CLS,
|
|
2250
|
+
{
|
|
2251
|
+
[_h]: ["POST", "/lenses/{LensAlias}/shares", 200],
|
|
2252
|
+
},
|
|
2253
|
+
() => CreateLensShareInput,
|
|
2254
|
+
() => CreateLensShareOutput,
|
|
2255
|
+
];
|
|
2256
|
+
export var CreateLensVersion = [
|
|
2257
|
+
9,
|
|
2258
|
+
n0,
|
|
2259
|
+
_CLVr,
|
|
2260
|
+
{
|
|
2261
|
+
[_h]: ["POST", "/lenses/{LensAlias}/versions", 200],
|
|
2262
|
+
},
|
|
2263
|
+
() => CreateLensVersionInput,
|
|
2264
|
+
() => CreateLensVersionOutput,
|
|
2265
|
+
];
|
|
2266
|
+
export var CreateMilestone = [
|
|
2267
|
+
9,
|
|
2268
|
+
n0,
|
|
2269
|
+
_CM,
|
|
2270
|
+
{
|
|
2271
|
+
[_h]: ["POST", "/workloads/{WorkloadId}/milestones", 200],
|
|
2272
|
+
},
|
|
2273
|
+
() => CreateMilestoneInput,
|
|
2274
|
+
() => CreateMilestoneOutput,
|
|
2275
|
+
];
|
|
2276
|
+
export var CreateProfile = [
|
|
2277
|
+
9,
|
|
2278
|
+
n0,
|
|
2279
|
+
_CP,
|
|
2280
|
+
{
|
|
2281
|
+
[_h]: ["POST", "/profiles", 200],
|
|
2282
|
+
},
|
|
2283
|
+
() => CreateProfileInput,
|
|
2284
|
+
() => CreateProfileOutput,
|
|
2285
|
+
];
|
|
2286
|
+
export var CreateProfileShare = [
|
|
2287
|
+
9,
|
|
2288
|
+
n0,
|
|
2289
|
+
_CPS,
|
|
2290
|
+
{
|
|
2291
|
+
[_h]: ["POST", "/profiles/{ProfileArn}/shares", 200],
|
|
2292
|
+
},
|
|
2293
|
+
() => CreateProfileShareInput,
|
|
2294
|
+
() => CreateProfileShareOutput,
|
|
2295
|
+
];
|
|
2296
|
+
export var CreateReviewTemplate = [
|
|
2297
|
+
9,
|
|
2298
|
+
n0,
|
|
2299
|
+
_CRTr,
|
|
2300
|
+
{
|
|
2301
|
+
[_h]: ["POST", "/reviewTemplates", 200],
|
|
2302
|
+
},
|
|
2303
|
+
() => CreateReviewTemplateInput,
|
|
2304
|
+
() => CreateReviewTemplateOutput,
|
|
2305
|
+
];
|
|
2306
|
+
export var CreateTemplateShare = [
|
|
2307
|
+
9,
|
|
2308
|
+
n0,
|
|
2309
|
+
_CTS,
|
|
2310
|
+
{
|
|
2311
|
+
[_h]: ["POST", "/templates/shares/{TemplateArn}", 200],
|
|
2312
|
+
},
|
|
2313
|
+
() => CreateTemplateShareInput,
|
|
2314
|
+
() => CreateTemplateShareOutput,
|
|
2315
|
+
];
|
|
2316
|
+
export var CreateWorkload = [
|
|
2317
|
+
9,
|
|
2318
|
+
n0,
|
|
2319
|
+
_CW,
|
|
2320
|
+
{
|
|
2321
|
+
[_h]: ["POST", "/workloads", 200],
|
|
2322
|
+
},
|
|
2323
|
+
() => CreateWorkloadInput,
|
|
2324
|
+
() => CreateWorkloadOutput,
|
|
2325
|
+
];
|
|
2326
|
+
export var CreateWorkloadShare = [
|
|
2327
|
+
9,
|
|
2328
|
+
n0,
|
|
2329
|
+
_CWS,
|
|
2330
|
+
{
|
|
2331
|
+
[_h]: ["POST", "/workloads/{WorkloadId}/shares", 200],
|
|
2332
|
+
},
|
|
2333
|
+
() => CreateWorkloadShareInput,
|
|
2334
|
+
() => CreateWorkloadShareOutput,
|
|
2335
|
+
];
|
|
2336
|
+
export var DeleteLens = [
|
|
2337
|
+
9,
|
|
2338
|
+
n0,
|
|
2339
|
+
_DL,
|
|
2340
|
+
{
|
|
2341
|
+
[_h]: ["DELETE", "/lenses/{LensAlias}", 200],
|
|
2342
|
+
},
|
|
2343
|
+
() => DeleteLensInput,
|
|
2344
|
+
() => __Unit,
|
|
2345
|
+
];
|
|
2346
|
+
export var DeleteLensShare = [
|
|
2347
|
+
9,
|
|
2348
|
+
n0,
|
|
2349
|
+
_DLS,
|
|
2350
|
+
{
|
|
2351
|
+
[_h]: ["DELETE", "/lenses/{LensAlias}/shares/{ShareId}", 200],
|
|
2352
|
+
},
|
|
2353
|
+
() => DeleteLensShareInput,
|
|
2354
|
+
() => __Unit,
|
|
2355
|
+
];
|
|
2356
|
+
export var DeleteProfile = [
|
|
2357
|
+
9,
|
|
2358
|
+
n0,
|
|
2359
|
+
_DP,
|
|
2360
|
+
{
|
|
2361
|
+
[_h]: ["DELETE", "/profiles/{ProfileArn}", 200],
|
|
2362
|
+
},
|
|
2363
|
+
() => DeleteProfileInput,
|
|
2364
|
+
() => __Unit,
|
|
2365
|
+
];
|
|
2366
|
+
export var DeleteProfileShare = [
|
|
2367
|
+
9,
|
|
2368
|
+
n0,
|
|
2369
|
+
_DPS,
|
|
2370
|
+
{
|
|
2371
|
+
[_h]: ["DELETE", "/profiles/{ProfileArn}/shares/{ShareId}", 200],
|
|
2372
|
+
},
|
|
2373
|
+
() => DeleteProfileShareInput,
|
|
2374
|
+
() => __Unit,
|
|
2375
|
+
];
|
|
2376
|
+
export var DeleteReviewTemplate = [
|
|
2377
|
+
9,
|
|
2378
|
+
n0,
|
|
2379
|
+
_DRT,
|
|
2380
|
+
{
|
|
2381
|
+
[_h]: ["DELETE", "/reviewTemplates/{TemplateArn}", 200],
|
|
2382
|
+
},
|
|
2383
|
+
() => DeleteReviewTemplateInput,
|
|
2384
|
+
() => __Unit,
|
|
2385
|
+
];
|
|
2386
|
+
export var DeleteTemplateShare = [
|
|
2387
|
+
9,
|
|
2388
|
+
n0,
|
|
2389
|
+
_DTS,
|
|
2390
|
+
{
|
|
2391
|
+
[_h]: ["DELETE", "/templates/shares/{TemplateArn}/{ShareId}", 200],
|
|
2392
|
+
},
|
|
2393
|
+
() => DeleteTemplateShareInput,
|
|
2394
|
+
() => __Unit,
|
|
2395
|
+
];
|
|
2396
|
+
export var DeleteWorkload = [
|
|
2397
|
+
9,
|
|
2398
|
+
n0,
|
|
2399
|
+
_DW,
|
|
2400
|
+
{
|
|
2401
|
+
[_h]: ["DELETE", "/workloads/{WorkloadId}", 200],
|
|
2402
|
+
},
|
|
2403
|
+
() => DeleteWorkloadInput,
|
|
2404
|
+
() => __Unit,
|
|
2405
|
+
];
|
|
2406
|
+
export var DeleteWorkloadShare = [
|
|
2407
|
+
9,
|
|
2408
|
+
n0,
|
|
2409
|
+
_DWS,
|
|
2410
|
+
{
|
|
2411
|
+
[_h]: ["DELETE", "/workloads/{WorkloadId}/shares/{ShareId}", 200],
|
|
2412
|
+
},
|
|
2413
|
+
() => DeleteWorkloadShareInput,
|
|
2414
|
+
() => __Unit,
|
|
2415
|
+
];
|
|
2416
|
+
export var DisassociateLenses = [
|
|
2417
|
+
9,
|
|
2418
|
+
n0,
|
|
2419
|
+
_DLi,
|
|
2420
|
+
{
|
|
2421
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}/disassociateLenses", 200],
|
|
2422
|
+
},
|
|
2423
|
+
() => DisassociateLensesInput,
|
|
2424
|
+
() => __Unit,
|
|
2425
|
+
];
|
|
2426
|
+
export var DisassociateProfiles = [
|
|
2427
|
+
9,
|
|
2428
|
+
n0,
|
|
2429
|
+
_DPi,
|
|
2430
|
+
{
|
|
2431
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}/disassociateProfiles", 200],
|
|
2432
|
+
},
|
|
2433
|
+
() => DisassociateProfilesInput,
|
|
2434
|
+
() => __Unit,
|
|
2435
|
+
];
|
|
2436
|
+
export var ExportLens = [
|
|
2437
|
+
9,
|
|
2438
|
+
n0,
|
|
2439
|
+
_EL,
|
|
2440
|
+
{
|
|
2441
|
+
[_h]: ["GET", "/lenses/{LensAlias}/export", 200],
|
|
2442
|
+
},
|
|
2443
|
+
() => ExportLensInput,
|
|
2444
|
+
() => ExportLensOutput,
|
|
2445
|
+
];
|
|
2446
|
+
export var GetAnswer = [
|
|
2447
|
+
9,
|
|
2448
|
+
n0,
|
|
2449
|
+
_GA,
|
|
2450
|
+
{
|
|
2451
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200],
|
|
2452
|
+
},
|
|
2453
|
+
() => GetAnswerInput,
|
|
2454
|
+
() => GetAnswerOutput,
|
|
2455
|
+
];
|
|
2456
|
+
export var GetConsolidatedReport = [
|
|
2457
|
+
9,
|
|
2458
|
+
n0,
|
|
2459
|
+
_GCR,
|
|
2460
|
+
{
|
|
2461
|
+
[_h]: ["GET", "/consolidatedReport", 200],
|
|
2462
|
+
},
|
|
2463
|
+
() => GetConsolidatedReportInput,
|
|
2464
|
+
() => GetConsolidatedReportOutput,
|
|
2465
|
+
];
|
|
2466
|
+
export var GetGlobalSettings = [
|
|
2467
|
+
9,
|
|
2468
|
+
n0,
|
|
2469
|
+
_GGS,
|
|
2470
|
+
{
|
|
2471
|
+
[_h]: ["GET", "/global-settings", 200],
|
|
2472
|
+
},
|
|
2473
|
+
() => __Unit,
|
|
2474
|
+
() => GetGlobalSettingsOutput,
|
|
2475
|
+
];
|
|
2476
|
+
export var GetLens = [
|
|
2477
|
+
9,
|
|
2478
|
+
n0,
|
|
2479
|
+
_GL,
|
|
2480
|
+
{
|
|
2481
|
+
[_h]: ["GET", "/lenses/{LensAlias}", 200],
|
|
2482
|
+
},
|
|
2483
|
+
() => GetLensInput,
|
|
2484
|
+
() => GetLensOutput,
|
|
2485
|
+
];
|
|
2486
|
+
export var GetLensReview = [
|
|
2487
|
+
9,
|
|
2488
|
+
n0,
|
|
2489
|
+
_GLR,
|
|
2490
|
+
{
|
|
2491
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200],
|
|
2492
|
+
},
|
|
2493
|
+
() => GetLensReviewInput,
|
|
2494
|
+
() => GetLensReviewOutput,
|
|
2495
|
+
];
|
|
2496
|
+
export var GetLensReviewReport = [
|
|
2497
|
+
9,
|
|
2498
|
+
n0,
|
|
2499
|
+
_GLRR,
|
|
2500
|
+
{
|
|
2501
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/report", 200],
|
|
2502
|
+
},
|
|
2503
|
+
() => GetLensReviewReportInput,
|
|
2504
|
+
() => GetLensReviewReportOutput,
|
|
2505
|
+
];
|
|
2506
|
+
export var GetLensVersionDifference = [
|
|
2507
|
+
9,
|
|
2508
|
+
n0,
|
|
2509
|
+
_GLVD,
|
|
2510
|
+
{
|
|
2511
|
+
[_h]: ["GET", "/lenses/{LensAlias}/versionDifference", 200],
|
|
2512
|
+
},
|
|
2513
|
+
() => GetLensVersionDifferenceInput,
|
|
2514
|
+
() => GetLensVersionDifferenceOutput,
|
|
2515
|
+
];
|
|
2516
|
+
export var GetMilestone = [
|
|
2517
|
+
9,
|
|
2518
|
+
n0,
|
|
2519
|
+
_GM,
|
|
2520
|
+
{
|
|
2521
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/milestones/{MilestoneNumber}", 200],
|
|
2522
|
+
},
|
|
2523
|
+
() => GetMilestoneInput,
|
|
2524
|
+
() => GetMilestoneOutput,
|
|
2525
|
+
];
|
|
2526
|
+
export var GetProfile = [
|
|
2527
|
+
9,
|
|
2528
|
+
n0,
|
|
2529
|
+
_GP,
|
|
2530
|
+
{
|
|
2531
|
+
[_h]: ["GET", "/profiles/{ProfileArn}", 200],
|
|
2532
|
+
},
|
|
2533
|
+
() => GetProfileInput,
|
|
2534
|
+
() => GetProfileOutput,
|
|
2535
|
+
];
|
|
2536
|
+
export var GetProfileTemplate = [
|
|
2537
|
+
9,
|
|
2538
|
+
n0,
|
|
2539
|
+
_GPT,
|
|
2540
|
+
{
|
|
2541
|
+
[_h]: ["GET", "/profileTemplate", 200],
|
|
2542
|
+
},
|
|
2543
|
+
() => GetProfileTemplateInput,
|
|
2544
|
+
() => GetProfileTemplateOutput,
|
|
2545
|
+
];
|
|
2546
|
+
export var GetReviewTemplate = [
|
|
2547
|
+
9,
|
|
2548
|
+
n0,
|
|
2549
|
+
_GRT,
|
|
2550
|
+
{
|
|
2551
|
+
[_h]: ["GET", "/reviewTemplates/{TemplateArn}", 200],
|
|
2552
|
+
},
|
|
2553
|
+
() => GetReviewTemplateInput,
|
|
2554
|
+
() => GetReviewTemplateOutput,
|
|
2555
|
+
];
|
|
2556
|
+
export var GetReviewTemplateAnswer = [
|
|
2557
|
+
9,
|
|
2558
|
+
n0,
|
|
2559
|
+
_GRTA,
|
|
2560
|
+
{
|
|
2561
|
+
[_h]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200],
|
|
2562
|
+
},
|
|
2563
|
+
() => GetReviewTemplateAnswerInput,
|
|
2564
|
+
() => GetReviewTemplateAnswerOutput,
|
|
2565
|
+
];
|
|
2566
|
+
export var GetReviewTemplateLensReview = [
|
|
2567
|
+
9,
|
|
2568
|
+
n0,
|
|
2569
|
+
_GRTLR,
|
|
2570
|
+
{
|
|
2571
|
+
[_h]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200],
|
|
2572
|
+
},
|
|
2573
|
+
() => GetReviewTemplateLensReviewInput,
|
|
2574
|
+
() => GetReviewTemplateLensReviewOutput,
|
|
2575
|
+
];
|
|
2576
|
+
export var GetWorkload = [
|
|
2577
|
+
9,
|
|
2578
|
+
n0,
|
|
2579
|
+
_GW,
|
|
2580
|
+
{
|
|
2581
|
+
[_h]: ["GET", "/workloads/{WorkloadId}", 200],
|
|
2582
|
+
},
|
|
2583
|
+
() => GetWorkloadInput,
|
|
2584
|
+
() => GetWorkloadOutput,
|
|
2585
|
+
];
|
|
2586
|
+
export var ImportLens = [
|
|
2587
|
+
9,
|
|
2588
|
+
n0,
|
|
2589
|
+
_IL,
|
|
2590
|
+
{
|
|
2591
|
+
[_h]: ["PUT", "/importLens", 200],
|
|
2592
|
+
},
|
|
2593
|
+
() => ImportLensInput,
|
|
2594
|
+
() => ImportLensOutput,
|
|
2595
|
+
];
|
|
2596
|
+
export var ListAnswers = [
|
|
2597
|
+
9,
|
|
2598
|
+
n0,
|
|
2599
|
+
_LAi,
|
|
2600
|
+
{
|
|
2601
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers", 200],
|
|
2602
|
+
},
|
|
2603
|
+
() => ListAnswersInput,
|
|
2604
|
+
() => ListAnswersOutput,
|
|
2605
|
+
];
|
|
2606
|
+
export var ListCheckDetails = [
|
|
2607
|
+
9,
|
|
2608
|
+
n0,
|
|
2609
|
+
_LCD,
|
|
2610
|
+
{
|
|
2611
|
+
[_h]: ["POST", "/workloads/{WorkloadId}/checks", 200],
|
|
2612
|
+
},
|
|
2613
|
+
() => ListCheckDetailsInput,
|
|
2614
|
+
() => ListCheckDetailsOutput,
|
|
2615
|
+
];
|
|
2616
|
+
export var ListCheckSummaries = [
|
|
2617
|
+
9,
|
|
2618
|
+
n0,
|
|
2619
|
+
_LCS,
|
|
2620
|
+
{
|
|
2621
|
+
[_h]: ["POST", "/workloads/{WorkloadId}/checkSummaries", 200],
|
|
2622
|
+
},
|
|
2623
|
+
() => ListCheckSummariesInput,
|
|
2624
|
+
() => ListCheckSummariesOutput,
|
|
2625
|
+
];
|
|
2626
|
+
export var ListLenses = [
|
|
2627
|
+
9,
|
|
2628
|
+
n0,
|
|
2629
|
+
_LL,
|
|
2630
|
+
{
|
|
2631
|
+
[_h]: ["GET", "/lenses", 200],
|
|
2632
|
+
},
|
|
2633
|
+
() => ListLensesInput,
|
|
2634
|
+
() => ListLensesOutput,
|
|
2635
|
+
];
|
|
2636
|
+
export var ListLensReviewImprovements = [
|
|
2637
|
+
9,
|
|
2638
|
+
n0,
|
|
2639
|
+
_LLRIi,
|
|
2640
|
+
{
|
|
2641
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/improvements", 200],
|
|
2642
|
+
},
|
|
2643
|
+
() => ListLensReviewImprovementsInput,
|
|
2644
|
+
() => ListLensReviewImprovementsOutput,
|
|
2645
|
+
];
|
|
2646
|
+
export var ListLensReviews = [
|
|
2647
|
+
9,
|
|
2648
|
+
n0,
|
|
2649
|
+
_LLR,
|
|
2650
|
+
{
|
|
2651
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/lensReviews", 200],
|
|
2652
|
+
},
|
|
2653
|
+
() => ListLensReviewsInput,
|
|
2654
|
+
() => ListLensReviewsOutput,
|
|
2655
|
+
];
|
|
2656
|
+
export var ListLensShares = [
|
|
2657
|
+
9,
|
|
2658
|
+
n0,
|
|
2659
|
+
_LLS,
|
|
2660
|
+
{
|
|
2661
|
+
[_h]: ["GET", "/lenses/{LensAlias}/shares", 200],
|
|
2662
|
+
},
|
|
2663
|
+
() => ListLensSharesInput,
|
|
2664
|
+
() => ListLensSharesOutput,
|
|
2665
|
+
];
|
|
2666
|
+
export var ListMilestones = [
|
|
2667
|
+
9,
|
|
2668
|
+
n0,
|
|
2669
|
+
_LMi,
|
|
2670
|
+
{
|
|
2671
|
+
[_h]: ["POST", "/workloads/{WorkloadId}/milestonesSummaries", 200],
|
|
2672
|
+
},
|
|
2673
|
+
() => ListMilestonesInput,
|
|
2674
|
+
() => ListMilestonesOutput,
|
|
2675
|
+
];
|
|
2676
|
+
export var ListNotifications = [
|
|
2677
|
+
9,
|
|
2678
|
+
n0,
|
|
2679
|
+
_LNi,
|
|
2680
|
+
{
|
|
2681
|
+
[_h]: ["POST", "/notifications", 200],
|
|
2682
|
+
},
|
|
2683
|
+
() => ListNotificationsInput,
|
|
2684
|
+
() => ListNotificationsOutput,
|
|
2685
|
+
];
|
|
2686
|
+
export var ListProfileNotifications = [
|
|
2687
|
+
9,
|
|
2688
|
+
n0,
|
|
2689
|
+
_LPN,
|
|
2690
|
+
{
|
|
2691
|
+
[_h]: ["GET", "/profileNotifications", 200],
|
|
2692
|
+
},
|
|
2693
|
+
() => ListProfileNotificationsInput,
|
|
2694
|
+
() => ListProfileNotificationsOutput,
|
|
2695
|
+
];
|
|
2696
|
+
export var ListProfiles = [
|
|
2697
|
+
9,
|
|
2698
|
+
n0,
|
|
2699
|
+
_LP,
|
|
2700
|
+
{
|
|
2701
|
+
[_h]: ["GET", "/profileSummaries", 200],
|
|
2702
|
+
},
|
|
2703
|
+
() => ListProfilesInput,
|
|
2704
|
+
() => ListProfilesOutput,
|
|
2705
|
+
];
|
|
2706
|
+
export var ListProfileShares = [
|
|
2707
|
+
9,
|
|
2708
|
+
n0,
|
|
2709
|
+
_LPS,
|
|
2710
|
+
{
|
|
2711
|
+
[_h]: ["GET", "/profiles/{ProfileArn}/shares", 200],
|
|
2712
|
+
},
|
|
2713
|
+
() => ListProfileSharesInput,
|
|
2714
|
+
() => ListProfileSharesOutput,
|
|
2715
|
+
];
|
|
2716
|
+
export var ListReviewTemplateAnswers = [
|
|
2717
|
+
9,
|
|
2718
|
+
n0,
|
|
2719
|
+
_LRTA,
|
|
2720
|
+
{
|
|
2721
|
+
[_h]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers", 200],
|
|
2722
|
+
},
|
|
2723
|
+
() => ListReviewTemplateAnswersInput,
|
|
2724
|
+
() => ListReviewTemplateAnswersOutput,
|
|
2725
|
+
];
|
|
2726
|
+
export var ListReviewTemplates = [
|
|
2727
|
+
9,
|
|
2728
|
+
n0,
|
|
2729
|
+
_LRT,
|
|
2730
|
+
{
|
|
2731
|
+
[_h]: ["GET", "/reviewTemplates", 200],
|
|
2732
|
+
},
|
|
2733
|
+
() => ListReviewTemplatesInput,
|
|
2734
|
+
() => ListReviewTemplatesOutput,
|
|
2735
|
+
];
|
|
2736
|
+
export var ListShareInvitations = [
|
|
2737
|
+
9,
|
|
2738
|
+
n0,
|
|
2739
|
+
_LSI,
|
|
2740
|
+
{
|
|
2741
|
+
[_h]: ["GET", "/shareInvitations", 200],
|
|
2742
|
+
},
|
|
2743
|
+
() => ListShareInvitationsInput,
|
|
2744
|
+
() => ListShareInvitationsOutput,
|
|
2745
|
+
];
|
|
2746
|
+
export var ListTagsForResource = [
|
|
2747
|
+
9,
|
|
2748
|
+
n0,
|
|
2749
|
+
_LTFR,
|
|
2750
|
+
{
|
|
2751
|
+
[_h]: ["GET", "/tags/{WorkloadArn}", 200],
|
|
2752
|
+
},
|
|
2753
|
+
() => ListTagsForResourceInput,
|
|
2754
|
+
() => ListTagsForResourceOutput,
|
|
2755
|
+
];
|
|
2756
|
+
export var ListTemplateShares = [
|
|
2757
|
+
9,
|
|
2758
|
+
n0,
|
|
2759
|
+
_LTS,
|
|
2760
|
+
{
|
|
2761
|
+
[_h]: ["GET", "/templates/shares/{TemplateArn}", 200],
|
|
2762
|
+
},
|
|
2763
|
+
() => ListTemplateSharesInput,
|
|
2764
|
+
() => ListTemplateSharesOutput,
|
|
2765
|
+
];
|
|
2766
|
+
export var ListWorkloads = [
|
|
2767
|
+
9,
|
|
2768
|
+
n0,
|
|
2769
|
+
_LW,
|
|
2770
|
+
{
|
|
2771
|
+
[_h]: ["POST", "/workloadsSummaries", 200],
|
|
2772
|
+
},
|
|
2773
|
+
() => ListWorkloadsInput,
|
|
2774
|
+
() => ListWorkloadsOutput,
|
|
2775
|
+
];
|
|
2776
|
+
export var ListWorkloadShares = [
|
|
2777
|
+
9,
|
|
2778
|
+
n0,
|
|
2779
|
+
_LWS,
|
|
2780
|
+
{
|
|
2781
|
+
[_h]: ["GET", "/workloads/{WorkloadId}/shares", 200],
|
|
2782
|
+
},
|
|
2783
|
+
() => ListWorkloadSharesInput,
|
|
2784
|
+
() => ListWorkloadSharesOutput,
|
|
2785
|
+
];
|
|
2786
|
+
export var TagResource = [
|
|
2787
|
+
9,
|
|
2788
|
+
n0,
|
|
2789
|
+
_TR,
|
|
2790
|
+
{
|
|
2791
|
+
[_h]: ["POST", "/tags/{WorkloadArn}", 200],
|
|
2792
|
+
},
|
|
2793
|
+
() => TagResourceInput,
|
|
2794
|
+
() => TagResourceOutput,
|
|
2795
|
+
];
|
|
2796
|
+
export var UntagResource = [
|
|
2797
|
+
9,
|
|
2798
|
+
n0,
|
|
2799
|
+
_UR,
|
|
2800
|
+
{
|
|
2801
|
+
[_h]: ["DELETE", "/tags/{WorkloadArn}", 200],
|
|
2802
|
+
},
|
|
2803
|
+
() => UntagResourceInput,
|
|
2804
|
+
() => UntagResourceOutput,
|
|
2805
|
+
];
|
|
2806
|
+
export var UpdateAnswer = [
|
|
2807
|
+
9,
|
|
2808
|
+
n0,
|
|
2809
|
+
_UAp,
|
|
2810
|
+
{
|
|
2811
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200],
|
|
2812
|
+
},
|
|
2813
|
+
() => UpdateAnswerInput,
|
|
2814
|
+
() => UpdateAnswerOutput,
|
|
2815
|
+
];
|
|
2816
|
+
export var UpdateGlobalSettings = [
|
|
2817
|
+
9,
|
|
2818
|
+
n0,
|
|
2819
|
+
_UGS,
|
|
2820
|
+
{
|
|
2821
|
+
[_h]: ["PATCH", "/global-settings", 200],
|
|
2822
|
+
},
|
|
2823
|
+
() => UpdateGlobalSettingsInput,
|
|
2824
|
+
() => __Unit,
|
|
2825
|
+
];
|
|
2826
|
+
export var UpdateIntegration = [
|
|
2827
|
+
9,
|
|
2828
|
+
n0,
|
|
2829
|
+
_UI,
|
|
2830
|
+
{
|
|
2831
|
+
[_h]: ["POST", "/workloads/{WorkloadId}/updateIntegration", 200],
|
|
2832
|
+
},
|
|
2833
|
+
() => UpdateIntegrationInput,
|
|
2834
|
+
() => __Unit,
|
|
2835
|
+
];
|
|
2836
|
+
export var UpdateLensReview = [
|
|
2837
|
+
9,
|
|
2838
|
+
n0,
|
|
2839
|
+
_ULR,
|
|
2840
|
+
{
|
|
2841
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200],
|
|
2842
|
+
},
|
|
2843
|
+
() => UpdateLensReviewInput,
|
|
2844
|
+
() => UpdateLensReviewOutput,
|
|
2845
|
+
];
|
|
2846
|
+
export var UpdateProfile = [
|
|
2847
|
+
9,
|
|
2848
|
+
n0,
|
|
2849
|
+
_UP,
|
|
2850
|
+
{
|
|
2851
|
+
[_h]: ["PATCH", "/profiles/{ProfileArn}", 200],
|
|
2852
|
+
},
|
|
2853
|
+
() => UpdateProfileInput,
|
|
2854
|
+
() => UpdateProfileOutput,
|
|
2855
|
+
];
|
|
2856
|
+
export var UpdateReviewTemplate = [
|
|
2857
|
+
9,
|
|
2858
|
+
n0,
|
|
2859
|
+
_URT,
|
|
2860
|
+
{
|
|
2861
|
+
[_h]: ["PATCH", "/reviewTemplates/{TemplateArn}", 200],
|
|
2862
|
+
},
|
|
2863
|
+
() => UpdateReviewTemplateInput,
|
|
2864
|
+
() => UpdateReviewTemplateOutput,
|
|
2865
|
+
];
|
|
2866
|
+
export var UpdateReviewTemplateAnswer = [
|
|
2867
|
+
9,
|
|
2868
|
+
n0,
|
|
2869
|
+
_URTA,
|
|
2870
|
+
{
|
|
2871
|
+
[_h]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200],
|
|
2872
|
+
},
|
|
2873
|
+
() => UpdateReviewTemplateAnswerInput,
|
|
2874
|
+
() => UpdateReviewTemplateAnswerOutput,
|
|
2875
|
+
];
|
|
2876
|
+
export var UpdateReviewTemplateLensReview = [
|
|
2877
|
+
9,
|
|
2878
|
+
n0,
|
|
2879
|
+
_URTLR,
|
|
2880
|
+
{
|
|
2881
|
+
[_h]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200],
|
|
2882
|
+
},
|
|
2883
|
+
() => UpdateReviewTemplateLensReviewInput,
|
|
2884
|
+
() => UpdateReviewTemplateLensReviewOutput,
|
|
2885
|
+
];
|
|
2886
|
+
export var UpdateShareInvitation = [
|
|
2887
|
+
9,
|
|
2888
|
+
n0,
|
|
2889
|
+
_USI,
|
|
2890
|
+
{
|
|
2891
|
+
[_h]: ["PATCH", "/shareInvitations/{ShareInvitationId}", 200],
|
|
2892
|
+
},
|
|
2893
|
+
() => UpdateShareInvitationInput,
|
|
2894
|
+
() => UpdateShareInvitationOutput,
|
|
2895
|
+
];
|
|
2896
|
+
export var UpdateWorkload = [
|
|
2897
|
+
9,
|
|
2898
|
+
n0,
|
|
2899
|
+
_UW,
|
|
2900
|
+
{
|
|
2901
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}", 200],
|
|
2902
|
+
},
|
|
2903
|
+
() => UpdateWorkloadInput,
|
|
2904
|
+
() => UpdateWorkloadOutput,
|
|
2905
|
+
];
|
|
2906
|
+
export var UpdateWorkloadShare = [
|
|
2907
|
+
9,
|
|
2908
|
+
n0,
|
|
2909
|
+
_UWS,
|
|
2910
|
+
{
|
|
2911
|
+
[_h]: ["PATCH", "/workloads/{WorkloadId}/shares/{ShareId}", 200],
|
|
2912
|
+
},
|
|
2913
|
+
() => UpdateWorkloadShareInput,
|
|
2914
|
+
() => UpdateWorkloadShareOutput,
|
|
2915
|
+
];
|
|
2916
|
+
export var UpgradeLensReview = [
|
|
2917
|
+
9,
|
|
2918
|
+
n0,
|
|
2919
|
+
_ULRp,
|
|
2920
|
+
{
|
|
2921
|
+
[_h]: ["PUT", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/upgrade", 200],
|
|
2922
|
+
},
|
|
2923
|
+
() => UpgradeLensReviewInput,
|
|
2924
|
+
() => __Unit,
|
|
2925
|
+
];
|
|
2926
|
+
export var UpgradeProfileVersion = [
|
|
2927
|
+
9,
|
|
2928
|
+
n0,
|
|
2929
|
+
_UPV,
|
|
2930
|
+
{
|
|
2931
|
+
[_h]: ["PUT", "/workloads/{WorkloadId}/profiles/{ProfileArn}/upgrade", 200],
|
|
2932
|
+
},
|
|
2933
|
+
() => UpgradeProfileVersionInput,
|
|
2934
|
+
() => __Unit,
|
|
2935
|
+
];
|
|
2936
|
+
export var UpgradeReviewTemplateLensReview = [
|
|
2937
|
+
9,
|
|
2938
|
+
n0,
|
|
2939
|
+
_URTLRp,
|
|
2940
|
+
{
|
|
2941
|
+
[_h]: ["PUT", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/upgrade", 200],
|
|
2942
|
+
},
|
|
2943
|
+
() => UpgradeReviewTemplateLensReviewInput,
|
|
2944
|
+
() => __Unit,
|
|
2945
|
+
];
|