@aws-sdk/client-wellarchitected 3.1107.0 → 3.1109.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/README.md +162 -6
- package/dist-cjs/index.js +1125 -107
- package/dist-es/WellArchitected.js +58 -0
- package/dist-es/commands/CreateAgentContextCommand.js +4 -0
- package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
- package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
- package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
- package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
- package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentContextCommand.js +4 -0
- package/dist-es/commands/GetAgentGoalCommand.js +4 -0
- package/dist-es/commands/GetAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/ListAgentContextsCommand.js +4 -0
- package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
- package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
- package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
- package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
- package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
- package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
- package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/enums.js +92 -0
- package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/schemas/schemas_0.js +799 -106
- package/dist-types/WellArchitected.d.ts +205 -6
- package/dist-types/WellArchitectedClient.d.ts +26 -8
- package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
- package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
- package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
- package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
- package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
- package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
- package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
- package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
- package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
- package/dist-types/commands/ExportLensCommand.d.ts +1 -16
- package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
- package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
- package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
- package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
- package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
- package/dist-types/commands/ImportLensCommand.d.ts +1 -20
- package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
- package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
- package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
- package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
- package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
- package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
- package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
- package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
- package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
- package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
- package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
- package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/index.d.ts +1 -6
- package/dist-types/models/enums.d.ts +228 -0
- package/dist-types/models/models_0.d.ts +2830 -1786
- package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/schemas/schemas_0.d.ts +92 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/enums.d.ts +111 -0
- package/dist-types/ts3.4/models/models_0.d.ts +494 -0
- package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
- package/package.json +6 -6
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
const _A = "Answer";
|
|
2
|
+
const _AC = "AggregationConfiguration";
|
|
3
|
+
const _ACg = "AggregationConfigurations";
|
|
2
4
|
const _AD = "ArchitecturalDesign";
|
|
3
5
|
const _ADE = "AccessDeniedException";
|
|
4
6
|
const _AI = "AccountId";
|
|
@@ -9,8 +11,18 @@ const _AL = "AssociateLenses";
|
|
|
9
11
|
const _ALI = "AssociateLensesInput";
|
|
10
12
|
const _AP = "AssociateProfiles";
|
|
11
13
|
const _API = "AssociateProfilesInput";
|
|
14
|
+
const _APS = "AgentProfileSummary";
|
|
15
|
+
const _APSg = "AgentProfileSummaries";
|
|
12
16
|
const _AR = "AdditionalResources";
|
|
17
|
+
const _ARGS = "AgentRecommendationGenerationSummary";
|
|
18
|
+
const _ARGSg = "AgentRecommendationGenerationSummaries";
|
|
19
|
+
const _ARIS = "AgentRecommendationItemSummary";
|
|
20
|
+
const _ARISg = "AgentRecommendationItemSummaries";
|
|
13
21
|
const _ARL = "AdditionalResourcesList";
|
|
22
|
+
const _ARR = "AgentRecommendationRemediation";
|
|
23
|
+
const _ARRg = "AgentRecommendationRemediations";
|
|
24
|
+
const _ARS = "AgentRecommendationSummary";
|
|
25
|
+
const _ARSg = "AgentRecommendationSummaries";
|
|
14
26
|
const _ARw = "AwsRegions";
|
|
15
27
|
const _AS = "AnswerSummary";
|
|
16
28
|
const _ASc = "AccountSummary";
|
|
@@ -23,11 +35,21 @@ const _BPe = "BestPractices";
|
|
|
23
35
|
const _BS = "Base64String";
|
|
24
36
|
const _C = "Content";
|
|
25
37
|
const _CA = "ChoiceAnswers";
|
|
38
|
+
const _CAC = "CreateAgentContext";
|
|
39
|
+
const _CACR = "CreateAgentContextRequest";
|
|
40
|
+
const _CACRr = "CreateAgentContextResponse";
|
|
41
|
+
const _CAG = "CreateAgentGoal";
|
|
42
|
+
const _CAGR = "CreateAgentGoalRequest";
|
|
43
|
+
const _CAGRr = "CreateAgentGoalResponse";
|
|
44
|
+
const _CAP = "CreateAgentProfile";
|
|
45
|
+
const _CAPR = "CreateAgentProfileRequest";
|
|
46
|
+
const _CAPRr = "CreateAgentProfileResponse";
|
|
26
47
|
const _CAS = "ChoiceAnswerSummaries";
|
|
27
48
|
const _CASh = "ChoiceAnswerSummary";
|
|
28
49
|
const _CAh = "ChoiceAnswer";
|
|
29
50
|
const _CAr = "CreatedAt";
|
|
30
51
|
const _CC = "ChoiceContent";
|
|
52
|
+
const _CCo = "ContextContent";
|
|
31
53
|
const _CD = "CheckDetail";
|
|
32
54
|
const _CDh = "CheckDetails";
|
|
33
55
|
const _CDho = "ChoiceDescription";
|
|
@@ -46,6 +68,8 @@ const _CM = "CreateMilestone";
|
|
|
46
68
|
const _CMI = "CreateMilestoneInput";
|
|
47
69
|
const _CMO = "CreateMilestoneOutput";
|
|
48
70
|
const _CP = "CreateProfile";
|
|
71
|
+
const _CPB = "CrossPillarBenefit";
|
|
72
|
+
const _CPBr = "CrossPillarBenefits";
|
|
49
73
|
const _CPI = "CreateProfileInput";
|
|
50
74
|
const _CPO = "CreateProfileOutput";
|
|
51
75
|
const _CPS = "CreateProfileShare";
|
|
@@ -54,12 +78,16 @@ const _CPSO = "CreateProfileShareOutput";
|
|
|
54
78
|
const _CPV = "CurrentProfileVersion";
|
|
55
79
|
const _CRM = "ConsolidatedReportMetric";
|
|
56
80
|
const _CRMo = "ConsolidatedReportMetrics";
|
|
57
|
-
const _CRT = "
|
|
81
|
+
const _CRT = "ContextResourceTag";
|
|
58
82
|
const _CRTI = "CreateReviewTemplateInput";
|
|
83
|
+
const _CRTL = "ContextResourceTagList";
|
|
59
84
|
const _CRTO = "CreateReviewTemplateOutput";
|
|
85
|
+
const _CRTl = "ClientRequestToken";
|
|
60
86
|
const _CRTr = "CreateReviewTemplate";
|
|
61
87
|
const _CS = "CheckSummary";
|
|
62
88
|
const _CSh = "CheckSummaries";
|
|
89
|
+
const _CSo = "ContextSummary";
|
|
90
|
+
const _CSon = "ContextSummaries";
|
|
63
91
|
const _CT = "ChoiceTitle";
|
|
64
92
|
const _CTS = "CreateTemplateShare";
|
|
65
93
|
const _CTSI = "CreateTemplateShareInput";
|
|
@@ -75,6 +103,15 @@ const _CWSO = "CreateWorkloadShareOutput";
|
|
|
75
103
|
const _Ch = "Choices";
|
|
76
104
|
const _Cho = "Choice";
|
|
77
105
|
const _D = "Description";
|
|
106
|
+
const _DAC = "DeleteAgentContext";
|
|
107
|
+
const _DACR = "DeleteAgentContextRequest";
|
|
108
|
+
const _DACRe = "DeleteAgentContextResponse";
|
|
109
|
+
const _DAG = "DeleteAgentGoal";
|
|
110
|
+
const _DAGR = "DeleteAgentGoalRequest";
|
|
111
|
+
const _DAGRe = "DeleteAgentGoalResponse";
|
|
112
|
+
const _DAP = "DeleteAgentProfile";
|
|
113
|
+
const _DAPR = "DeleteAgentProfileRequest";
|
|
114
|
+
const _DAPRe = "DeleteAgentProfileResponse";
|
|
78
115
|
const _DC = "DiscoveryConfig";
|
|
79
116
|
const _DIS = "DiscoveryIntegrationStatus";
|
|
80
117
|
const _DL = "DeleteLens";
|
|
@@ -100,6 +137,7 @@ const _DWI = "DeleteWorkloadInput";
|
|
|
100
137
|
const _DWS = "DeleteWorkloadShare";
|
|
101
138
|
const _DWSI = "DeleteWorkloadShareInput";
|
|
102
139
|
const _E = "Environment";
|
|
140
|
+
const _ED = "ErrorDetails";
|
|
103
141
|
const _EL = "ExportLens";
|
|
104
142
|
const _ELI = "ExportLensInput";
|
|
105
143
|
const _ELO = "ExportLensOutput";
|
|
@@ -107,8 +145,23 @@ const _F = "Fields";
|
|
|
107
145
|
const _FR = "FlaggedResources";
|
|
108
146
|
const _Fo = "Format";
|
|
109
147
|
const _GA = "GetAnswer";
|
|
148
|
+
const _GAC = "GetAgentContext";
|
|
149
|
+
const _GACR = "GetAgentContextRequest";
|
|
150
|
+
const _GACRe = "GetAgentContextResponse";
|
|
151
|
+
const _GAG = "GetAgentGoal";
|
|
152
|
+
const _GAGR = "GetAgentGoalRequest";
|
|
153
|
+
const _GAGRe = "GetAgentGoalResponse";
|
|
110
154
|
const _GAI = "GetAnswerInput";
|
|
111
155
|
const _GAO = "GetAnswerOutput";
|
|
156
|
+
const _GAP = "GetAgentProfile";
|
|
157
|
+
const _GAPR = "GetAgentProfileRequest";
|
|
158
|
+
const _GAPRe = "GetAgentProfileResponse";
|
|
159
|
+
const _GAR = "GetAgentRecommendation";
|
|
160
|
+
const _GARG = "GetAgentRecommendationGeneration";
|
|
161
|
+
const _GARGR = "GetAgentRecommendationGenerationRequest";
|
|
162
|
+
const _GARGRe = "GetAgentRecommendationGenerationResponse";
|
|
163
|
+
const _GARR = "GetAgentRecommendationRequest";
|
|
164
|
+
const _GARRe = "GetAgentRecommendationResponse";
|
|
112
165
|
const _GCR = "GetConsolidatedReport";
|
|
113
166
|
const _GCRI = "GetConsolidatedReportInput";
|
|
114
167
|
const _GCRO = "GetConsolidatedReportOutput";
|
|
@@ -144,6 +197,8 @@ const _GRTLR = "GetReviewTemplateLensReview";
|
|
|
144
197
|
const _GRTLRI = "GetReviewTemplateLensReviewInput";
|
|
145
198
|
const _GRTLRO = "GetReviewTemplateLensReviewOutput";
|
|
146
199
|
const _GRTO = "GetReviewTemplateOutput";
|
|
200
|
+
const _GS = "GoalSummary";
|
|
201
|
+
const _GSo = "GoalSummaries";
|
|
147
202
|
const _GW = "GetWorkload";
|
|
148
203
|
const _GWI = "GetWorkloadInput";
|
|
149
204
|
const _GWO = "GetWorkloadOutput";
|
|
@@ -152,9 +207,10 @@ const _HRDT = "HelpfulResourceDisplayText";
|
|
|
152
207
|
const _HRU = "HelpfulResourceUrl";
|
|
153
208
|
const _I = "Id";
|
|
154
209
|
const _IA = "IsApplicable";
|
|
155
|
-
const _IL = "
|
|
210
|
+
const _IL = "InsightList";
|
|
156
211
|
const _ILI = "ImportLensInput";
|
|
157
212
|
const _ILO = "ImportLensOutput";
|
|
213
|
+
const _ILm = "ImportLens";
|
|
158
214
|
const _IMS = "IssueManagementStatus";
|
|
159
215
|
const _IMT = "IssueManagementType";
|
|
160
216
|
const _IMV = "IsMajorVersion";
|
|
@@ -171,6 +227,7 @@ const _ISmpr = "ImprovementStatus";
|
|
|
171
227
|
const _ISn = "IntegratingService";
|
|
172
228
|
const _IT = "IndustryType";
|
|
173
229
|
const _In = "Industry";
|
|
230
|
+
const _Ins = "Insight";
|
|
174
231
|
const _JC = "JiraConfiguration";
|
|
175
232
|
const _JIU = "JiraIssueUrl";
|
|
176
233
|
const _JPK = "JiraProjectKey";
|
|
@@ -179,8 +236,26 @@ const _JSQC = "JiraSelectedQuestionConfiguration";
|
|
|
179
236
|
const _L = "Lenses";
|
|
180
237
|
const _LA = "LensAliases";
|
|
181
238
|
const _LAC = "LensesAppliedCount";
|
|
239
|
+
const _LACR = "ListAgentContextsRequest";
|
|
240
|
+
const _LACRi = "ListAgentContextsResponse";
|
|
241
|
+
const _LACi = "ListAgentContexts";
|
|
242
|
+
const _LAG = "ListAgentGoals";
|
|
243
|
+
const _LAGR = "ListAgentGoalsRequest";
|
|
244
|
+
const _LAGRi = "ListAgentGoalsResponse";
|
|
182
245
|
const _LAI = "ListAnswersInput";
|
|
183
246
|
const _LAO = "ListAnswersOutput";
|
|
247
|
+
const _LAP = "ListAgentProfiles";
|
|
248
|
+
const _LAPR = "ListAgentProfilesRequest";
|
|
249
|
+
const _LAPRi = "ListAgentProfilesResponse";
|
|
250
|
+
const _LAR = "ListAgentRecommendations";
|
|
251
|
+
const _LARG = "ListAgentRecommendationGenerations";
|
|
252
|
+
const _LARGR = "ListAgentRecommendationGenerationsRequest";
|
|
253
|
+
const _LARGRi = "ListAgentRecommendationGenerationsResponse";
|
|
254
|
+
const _LARI = "ListAgentRecommendationItems";
|
|
255
|
+
const _LARIR = "ListAgentRecommendationItemsRequest";
|
|
256
|
+
const _LARIRi = "ListAgentRecommendationItemsResponse";
|
|
257
|
+
const _LARR = "ListAgentRecommendationsRequest";
|
|
258
|
+
const _LARRi = "ListAgentRecommendationsResponse";
|
|
184
259
|
const _LAe = "LensArn";
|
|
185
260
|
const _LAen = "LensAlias";
|
|
186
261
|
const _LAi = "ListAnswers";
|
|
@@ -283,12 +358,17 @@ const _O = "Owner";
|
|
|
283
358
|
const _OSS = "OrganizationSharingStatus";
|
|
284
359
|
const _P = "Provider";
|
|
285
360
|
const _PA = "ProfileArns";
|
|
361
|
+
const _PARF = "PutAgentRecommendationFeedback";
|
|
362
|
+
const _PARFR = "PutAgentRecommendationFeedbackRequest";
|
|
363
|
+
const _PARFRu = "PutAgentRecommendationFeedbackResponse";
|
|
286
364
|
const _PAr = "ProfileArn";
|
|
287
365
|
const _PC = "ProfileChoice";
|
|
288
366
|
const _PD = "ProfileDescription";
|
|
289
367
|
const _PDi = "PillarDifference";
|
|
290
368
|
const _PDil = "PillarDifferences";
|
|
291
369
|
const _PI = "PillarId";
|
|
370
|
+
const _PIi = "PillarItem";
|
|
371
|
+
const _PIil = "PillarItems";
|
|
292
372
|
const _PM = "PillarMetric";
|
|
293
373
|
const _PMi = "PillarMetrics";
|
|
294
374
|
const _PN = "ProfileName";
|
|
@@ -320,6 +400,7 @@ const _PV = "ProfileVersion";
|
|
|
320
400
|
const _Pi = "Pillars";
|
|
321
401
|
const _Pr = "Profile";
|
|
322
402
|
const _Pro = "Profiles";
|
|
403
|
+
const _Prog = "Progress";
|
|
323
404
|
const _Q = "Questions";
|
|
324
405
|
const _QC = "QuotaCode";
|
|
325
406
|
const _QCu = "QuestionChoices";
|
|
@@ -337,11 +418,18 @@ const _R = "Reason";
|
|
|
337
418
|
const _RA = "ResourceArn";
|
|
338
419
|
const _RAe = "RecordedAt";
|
|
339
420
|
const _RC = "RiskCounts";
|
|
421
|
+
const _RG = "RecommendationGoal";
|
|
422
|
+
const _RGe = "RecommendationGoals";
|
|
340
423
|
const _RI = "ResourceId";
|
|
424
|
+
const _RL = "ResourceLink";
|
|
425
|
+
const _RLe = "ResourceLinks";
|
|
341
426
|
const _RN = "ResourceName";
|
|
342
427
|
const _RNFE = "ResourceNotFoundException";
|
|
343
428
|
const _RO = "ReviewOwner";
|
|
344
429
|
const _RRD = "ReviewRestrictionDate";
|
|
430
|
+
const _RS = "RemediationStep";
|
|
431
|
+
const _RSe = "RemediationSummary";
|
|
432
|
+
const _RSem = "RemediationSteps";
|
|
345
433
|
const _RT = "ResourceType";
|
|
346
434
|
const _RTA = "ReviewTemplateArns";
|
|
347
435
|
const _RTAS = "ReviewTemplateAnswerSummary";
|
|
@@ -352,9 +440,14 @@ const _RTPRS = "ReviewTemplatePillarReviewSummary";
|
|
|
352
440
|
const _RTPRSe = "ReviewTemplatePillarReviewSummaries";
|
|
353
441
|
const _RTS = "ReviewTemplateSummary";
|
|
354
442
|
const _RTe = "ReviewTemplate";
|
|
443
|
+
const _RTec = "RecommendationType";
|
|
355
444
|
const _RTev = "ReviewTemplates";
|
|
356
445
|
const _Ri = "Risk";
|
|
446
|
+
const _Ro = "Roi";
|
|
357
447
|
const _S = "Subdomain";
|
|
448
|
+
const _SARG = "StartAgentRecommendationGeneration";
|
|
449
|
+
const _SARGR = "StartAgentRecommendationGenerationRequest";
|
|
450
|
+
const _SARGRt = "StartAgentRecommendationGenerationResponse";
|
|
358
451
|
const _SB = "SharedBy";
|
|
359
452
|
const _SC = "ServiceCode";
|
|
360
453
|
const _SCI = "SelectedChoiceIds";
|
|
@@ -371,8 +464,10 @@ const _SPe = "SelectedPillar";
|
|
|
371
464
|
const _SQEE = "ServiceQuotaExceededException";
|
|
372
465
|
const _SQI = "SelectedQuestionIds";
|
|
373
466
|
const _SRT = "ShareResourceType";
|
|
467
|
+
const _SS = "SensitiveString";
|
|
374
468
|
const _SW = "SharedWith";
|
|
375
469
|
const _SWP = "SharedWithPrefix";
|
|
470
|
+
const _Sc = "Scope";
|
|
376
471
|
const _St = "Status";
|
|
377
472
|
const _T = "Type";
|
|
378
473
|
const _TA = "TemplateArn";
|
|
@@ -382,6 +477,8 @@ const _TK = "TagKeys";
|
|
|
382
477
|
const _TLV = "TargetLensVersion";
|
|
383
478
|
const _TN = "TemplateName";
|
|
384
479
|
const _TNP = "TemplateNamePrefix";
|
|
480
|
+
const _TO = "TradeOff";
|
|
481
|
+
const _TOr = "TradeOffs";
|
|
385
482
|
const _TQ = "TemplateQuestions";
|
|
386
483
|
const _TR = "TagResource";
|
|
387
484
|
const _TRI = "TagResourceInput";
|
|
@@ -389,11 +486,24 @@ const _TRO = "TagResourceOutput";
|
|
|
389
486
|
const _TSS = "TemplateShareSummaries";
|
|
390
487
|
const _TSSe = "TemplateShareSummary";
|
|
391
488
|
const _Ta = "Tags";
|
|
489
|
+
const _Tag = "Tag";
|
|
392
490
|
const _Ti = "Title";
|
|
393
491
|
const _U = "Url";
|
|
394
492
|
const _UA = "UpdatedAt";
|
|
493
|
+
const _UAC = "UpdateAgentContext";
|
|
494
|
+
const _UACR = "UpdateAgentContextRequest";
|
|
495
|
+
const _UACRp = "UpdateAgentContextResponse";
|
|
496
|
+
const _UAG = "UpdateAgentGoal";
|
|
497
|
+
const _UAGR = "UpdateAgentGoalRequest";
|
|
498
|
+
const _UAGRp = "UpdateAgentGoalResponse";
|
|
395
499
|
const _UAI = "UpdateAnswerInput";
|
|
396
500
|
const _UAO = "UpdateAnswerOutput";
|
|
501
|
+
const _UAP = "UpdateAgentProfile";
|
|
502
|
+
const _UAPR = "UpdateAgentProfileRequest";
|
|
503
|
+
const _UAPRp = "UpdateAgentProfileResponse";
|
|
504
|
+
const _UARS = "UpdateAgentRecommendationStatus";
|
|
505
|
+
const _UARSR = "UpdateAgentRecommendationStatusRequest";
|
|
506
|
+
const _UARSRp = "UpdateAgentRecommendationStatusResponse";
|
|
397
507
|
const _UAp = "UpdateAnswer";
|
|
398
508
|
const _UGS = "UpdateGlobalSettings";
|
|
399
509
|
const _UGSI = "UpdateGlobalSettingsInput";
|
|
@@ -454,15 +564,111 @@ const _WSS = "WorkloadShareSummaries";
|
|
|
454
564
|
const _WSSo = "WorkloadShareSummary";
|
|
455
565
|
const _WSo = "WorkloadSummary";
|
|
456
566
|
const _WSor = "WorkloadShare";
|
|
567
|
+
const _a = "arn";
|
|
568
|
+
const _aC = "aggregationConfiguration";
|
|
569
|
+
const _aCd = "additionalContext";
|
|
570
|
+
const _aI = "accountId";
|
|
571
|
+
const _aIc = "accountIds";
|
|
572
|
+
const _aO = "applicationOverview";
|
|
573
|
+
const _aOr = "architectureOverview";
|
|
574
|
+
const _aRA = "accessRoleArn";
|
|
575
|
+
const _aS = "awsServices";
|
|
576
|
+
const _aT = "applicationType";
|
|
577
|
+
const _ap = "applications";
|
|
578
|
+
const _bO = "businessOverview";
|
|
579
|
+
const _bU = "businessUnits";
|
|
457
580
|
const _c = "client";
|
|
581
|
+
const _cA = "createdAt";
|
|
582
|
+
const _cB = "createdBy";
|
|
583
|
+
const _cP = "completionPercentage";
|
|
584
|
+
const _cPB = "crossPillarBenefits";
|
|
585
|
+
const _cT = "contextType";
|
|
586
|
+
const _cTl = "clientToken";
|
|
587
|
+
const _co = "content";
|
|
588
|
+
const _cod = "code";
|
|
589
|
+
const _com = "comments";
|
|
590
|
+
const _con = "context";
|
|
591
|
+
const _cr = "criticality";
|
|
592
|
+
const _d = "description";
|
|
593
|
+
const _dN = "displayName";
|
|
594
|
+
const _dP = "deletionProtection";
|
|
595
|
+
const _de = "detail";
|
|
458
596
|
const _e = "error";
|
|
459
|
-
const
|
|
597
|
+
const _eA = "endedAt";
|
|
598
|
+
const _eCT = "estimatedCompletionTime";
|
|
599
|
+
const _eD = "errorDetails";
|
|
600
|
+
const _eFAG = "eligibleForArchitectureGeneration";
|
|
601
|
+
const _eFSG = "eligibleForScheduledGeneration";
|
|
602
|
+
const _eRA = "executionRoleArn";
|
|
603
|
+
const _ef = "effort";
|
|
604
|
+
const _es = "estimate";
|
|
605
|
+
const _fC = "feedbackCategory";
|
|
606
|
+
const _fE = "fieldErrors";
|
|
607
|
+
const _g = "goal";
|
|
608
|
+
const _gI = "generationId";
|
|
609
|
+
const _gIo = "goalIds";
|
|
610
|
+
const _go = "goals";
|
|
611
|
+
const _h = "highlights";
|
|
460
612
|
const _hE = "httpError";
|
|
461
613
|
const _hQ = "httpQuery";
|
|
614
|
+
const _ht = "http";
|
|
615
|
+
const _i = "id";
|
|
616
|
+
const _iD = "impactDetails";
|
|
462
617
|
const _iT = "idempotencyToken";
|
|
618
|
+
const _id = "ids";
|
|
619
|
+
const _im = "impact";
|
|
620
|
+
const _in = "industry";
|
|
621
|
+
const _ins = "insights";
|
|
622
|
+
const _it = "items";
|
|
623
|
+
const _k = "key";
|
|
624
|
+
const _lMA = "lastModifiedAt";
|
|
625
|
+
const _lMB = "lastModifiedBy";
|
|
626
|
+
const _m = "metadata";
|
|
627
|
+
const _mR = "maxResults";
|
|
628
|
+
const _me = "message";
|
|
629
|
+
const _mi = "mitigation";
|
|
630
|
+
const _n = "name";
|
|
631
|
+
const _nOR = "numberOfResources";
|
|
632
|
+
const _nT = "nextToken";
|
|
633
|
+
const _p = "pillars";
|
|
634
|
+
const _pA = "profileArn";
|
|
635
|
+
const _pi = "pillar";
|
|
636
|
+
const _pr = "priority";
|
|
637
|
+
const _pro = "progress";
|
|
638
|
+
const _r = "roi";
|
|
639
|
+
const _rA = "recommendationArn";
|
|
640
|
+
const _rE = "riskExplanation";
|
|
641
|
+
const _rL = "resourceLinks";
|
|
642
|
+
const _rS = "remediationSummary";
|
|
643
|
+
const _rT = "resourceTypes";
|
|
644
|
+
const _rTe = "resourceTags";
|
|
645
|
+
const _rTec = "recommendationType";
|
|
646
|
+
const _rTem = "remediationType";
|
|
647
|
+
const _re = "regions";
|
|
648
|
+
const _rec = "recommendation";
|
|
649
|
+
const _rem = "remediations";
|
|
650
|
+
const _ri = "risk";
|
|
463
651
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.wellarchitected";
|
|
652
|
+
const _sA = "startedAt";
|
|
653
|
+
const _sC = "stepsCompleted";
|
|
654
|
+
const _sD = "signalsDetected";
|
|
655
|
+
const _sc = "scope";
|
|
464
656
|
const _se = "server";
|
|
657
|
+
const _so = "sources";
|
|
658
|
+
const _st = "status";
|
|
659
|
+
const _sta = "state";
|
|
660
|
+
const _ste = "steps";
|
|
661
|
+
const _t = "tags";
|
|
465
662
|
const _tK = "tagKeys";
|
|
663
|
+
const _tO = "tradeOffs";
|
|
664
|
+
const _tS = "totalSteps";
|
|
665
|
+
const _ti = "title";
|
|
666
|
+
const _ty = "type";
|
|
667
|
+
const _typ = "types";
|
|
668
|
+
const _u = "url";
|
|
669
|
+
const _uP = "usagePattern";
|
|
670
|
+
const _uR = "updateReason";
|
|
671
|
+
const _v = "value";
|
|
466
672
|
const n0 = "com.amazonaws.wellarchitected";
|
|
467
673
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
468
674
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
@@ -517,6 +723,7 @@ export const errorTypeRegistries = [
|
|
|
517
723
|
_s_registry,
|
|
518
724
|
n0_registry,
|
|
519
725
|
];
|
|
726
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
520
727
|
export var AccountJiraConfigurationInput$ = [3, n0, _AJCI,
|
|
521
728
|
0,
|
|
522
729
|
[_IMS, _IMT, _JPK, _IS],
|
|
@@ -532,6 +739,36 @@ export var AdditionalResources$ = [3, n0, _AR,
|
|
|
532
739
|
[_T, _C],
|
|
533
740
|
[0, () => Urls]
|
|
534
741
|
];
|
|
742
|
+
export var AgentProfileSummary$ = [3, n0, _APS,
|
|
743
|
+
0,
|
|
744
|
+
[_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
|
|
745
|
+
[0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
|
|
746
|
+
];
|
|
747
|
+
export var AgentRecommendationGenerationSummary$ = [3, n0, _ARGS,
|
|
748
|
+
0,
|
|
749
|
+
[_i, _pA, _st, _cB, _cA, _n, _eCT, _lMB, _lMA],
|
|
750
|
+
[0, 0, 0, 0, 5, 0, 5, 0, 5], 5
|
|
751
|
+
];
|
|
752
|
+
export var AgentRecommendationItemSummary$ = [3, n0, _ARIS,
|
|
753
|
+
0,
|
|
754
|
+
[_i, _rA, _ty, _m, _cB, _cA, _lMB, _lMA],
|
|
755
|
+
[0, 0, 0, 15, 0, 5, 0, 5], 6
|
|
756
|
+
];
|
|
757
|
+
export var AgentRecommendationRemediation$ = [3, n0, _ARR,
|
|
758
|
+
0,
|
|
759
|
+
[_rA, _ty, _ste, _cB, _cA, _rL, _lMB, _lMA],
|
|
760
|
+
[0, 0, [() => RemediationSteps, 0], 0, 5, () => ResourceLinks, 0, 5], 5
|
|
761
|
+
];
|
|
762
|
+
export var AgentRecommendationSummary$ = [3, n0, _ARS,
|
|
763
|
+
0,
|
|
764
|
+
[_rA, _pA, _ti, _d, _ty, _pi, _pr, _ef, _st, _sta, _im, _r, _cB, _cA, _uR, _nOR, _aS, _bU, _ap, _lMB, _lMA],
|
|
765
|
+
[0, 0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 0, 0, 0, 0, 0, 0, () => Roi$, 0, 5, [() => SensitiveString, 0], 1, 64 | 0, 64 | 0, 64 | 0, 0, 5], 14
|
|
766
|
+
];
|
|
767
|
+
export var AggregationConfiguration$ = [3, n0, _AC,
|
|
768
|
+
0,
|
|
769
|
+
[_aI, _re, _aRA],
|
|
770
|
+
[0, 64 | 0, 0], 3
|
|
771
|
+
];
|
|
535
772
|
export var Answer$ = [3, n0, _A,
|
|
536
773
|
0,
|
|
537
774
|
[_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch, _SCe, _CA, _IA, _Ri, _N, _R, _JC],
|
|
@@ -602,9 +839,54 @@ export var ConsolidatedReportMetric$ = [3, n0, _CRM,
|
|
|
602
839
|
[_MT, _RC, _WI, _WN, _WA, _UA, _L, _LAC],
|
|
603
840
|
[0, 128 | 1, 0, 0, 0, 4, () => LensMetrics, 1]
|
|
604
841
|
];
|
|
842
|
+
export var ContextContent$ = [3, n0, _CCo,
|
|
843
|
+
0,
|
|
844
|
+
[_aIc, _re, _aS, _rT, _rTe, _aO, _in, _aT, _cr, _aOr, _aCd],
|
|
845
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ContextResourceTagList, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 0, [() => SensitiveString, 0], [() => SensitiveString, 0]]
|
|
846
|
+
];
|
|
847
|
+
export var ContextResourceTag$ = [3, n0, _CRT,
|
|
848
|
+
0,
|
|
849
|
+
[_k, _v],
|
|
850
|
+
[0, 0], 2
|
|
851
|
+
];
|
|
852
|
+
export var ContextSummary$ = [3, n0, _CSo,
|
|
853
|
+
0,
|
|
854
|
+
[_i, _pA, _ti, _cT, _co, _cB, _cA, _aT, _cr, _lMB, _lMA],
|
|
855
|
+
[0, 0, [() => SensitiveString, 0], 0, [() => ContextContent$, 0], 0, 5, 0, 0, 0, 5], 7
|
|
856
|
+
];
|
|
857
|
+
export var CreateAgentContextRequest$ = [3, n0, _CACR,
|
|
858
|
+
0,
|
|
859
|
+
[_pA, _ti, _cT, _co, _cTl],
|
|
860
|
+
[[0, 1], [() => SensitiveString, 0], 0, [() => ContextContent$, 0], [0, 4]], 4
|
|
861
|
+
];
|
|
862
|
+
export var CreateAgentContextResponse$ = [3, n0, _CACRr,
|
|
863
|
+
0,
|
|
864
|
+
[_con],
|
|
865
|
+
[[() => ContextSummary$, 0]], 1
|
|
866
|
+
];
|
|
867
|
+
export var CreateAgentGoalRequest$ = [3, n0, _CAGR,
|
|
868
|
+
0,
|
|
869
|
+
[_pA, _p, _ti, _cTl, _d],
|
|
870
|
+
[[0, 1], 64 | 0, [() => SensitiveString, 0], [0, 4], [() => SensitiveString, 0]], 3
|
|
871
|
+
];
|
|
872
|
+
export var CreateAgentGoalResponse$ = [3, n0, _CAGRr,
|
|
873
|
+
0,
|
|
874
|
+
[_g],
|
|
875
|
+
[[() => GoalSummary$, 0]], 1
|
|
876
|
+
];
|
|
877
|
+
export var CreateAgentProfileRequest$ = [3, n0, _CAPR,
|
|
878
|
+
0,
|
|
879
|
+
[_n, _p, _eRA, _aC, _dN, _d, _bO, _dP, _cTl, _t],
|
|
880
|
+
[0, 64 | 0, 0, () => AggregationConfigurations, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, [0, 4], () => Tags], 4
|
|
881
|
+
];
|
|
882
|
+
export var CreateAgentProfileResponse$ = [3, n0, _CAPRr,
|
|
883
|
+
0,
|
|
884
|
+
[_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
|
|
885
|
+
[0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
|
|
886
|
+
];
|
|
605
887
|
export var CreateLensShareInput$ = [3, n0, _CLSI,
|
|
606
888
|
0,
|
|
607
|
-
[_LAen, _SW,
|
|
889
|
+
[_LAen, _SW, _CRTl],
|
|
608
890
|
[[0, 1], 0, [0, 4]], 2
|
|
609
891
|
];
|
|
610
892
|
export var CreateLensShareOutput$ = [3, n0, _CLSO,
|
|
@@ -614,7 +896,7 @@ export var CreateLensShareOutput$ = [3, n0, _CLSO,
|
|
|
614
896
|
];
|
|
615
897
|
export var CreateLensVersionInput$ = [3, n0, _CLVI,
|
|
616
898
|
0,
|
|
617
|
-
[_LAen, _LV, _IMV,
|
|
899
|
+
[_LAen, _LV, _IMV, _CRTl],
|
|
618
900
|
[[0, 1], 0, 2, [0, 4]], 2
|
|
619
901
|
];
|
|
620
902
|
export var CreateLensVersionOutput$ = [3, n0, _CLVO,
|
|
@@ -624,7 +906,7 @@ export var CreateLensVersionOutput$ = [3, n0, _CLVO,
|
|
|
624
906
|
];
|
|
625
907
|
export var CreateMilestoneInput$ = [3, n0, _CMI,
|
|
626
908
|
0,
|
|
627
|
-
[_WI, _MN,
|
|
909
|
+
[_WI, _MN, _CRTl],
|
|
628
910
|
[[0, 1], 0, [0, 4]], 2
|
|
629
911
|
];
|
|
630
912
|
export var CreateMilestoneOutput$ = [3, n0, _CMO,
|
|
@@ -634,7 +916,7 @@ export var CreateMilestoneOutput$ = [3, n0, _CMO,
|
|
|
634
916
|
];
|
|
635
917
|
export var CreateProfileInput$ = [3, n0, _CPI,
|
|
636
918
|
0,
|
|
637
|
-
[_PN, _PD, _PQ,
|
|
919
|
+
[_PN, _PD, _PQ, _CRTl, _Ta],
|
|
638
920
|
[0, 0, () => ProfileQuestionUpdates, [0, 4], 128 | 0], 3
|
|
639
921
|
];
|
|
640
922
|
export var CreateProfileOutput$ = [3, n0, _CPO,
|
|
@@ -644,7 +926,7 @@ export var CreateProfileOutput$ = [3, n0, _CPO,
|
|
|
644
926
|
];
|
|
645
927
|
export var CreateProfileShareInput$ = [3, n0, _CPSI,
|
|
646
928
|
0,
|
|
647
|
-
[_PAr, _SW,
|
|
929
|
+
[_PAr, _SW, _CRTl],
|
|
648
930
|
[[0, 1], 0, [0, 4]], 2
|
|
649
931
|
];
|
|
650
932
|
export var CreateProfileShareOutput$ = [3, n0, _CPSO,
|
|
@@ -654,7 +936,7 @@ export var CreateProfileShareOutput$ = [3, n0, _CPSO,
|
|
|
654
936
|
];
|
|
655
937
|
export var CreateReviewTemplateInput$ = [3, n0, _CRTI,
|
|
656
938
|
0,
|
|
657
|
-
[_TN, _D, _L, _N, _Ta,
|
|
939
|
+
[_TN, _D, _L, _N, _Ta, _CRTl],
|
|
658
940
|
[0, 0, 64 | 0, 0, 128 | 0, [0, 4]], 3
|
|
659
941
|
];
|
|
660
942
|
export var CreateReviewTemplateOutput$ = [3, n0, _CRTO,
|
|
@@ -664,7 +946,7 @@ export var CreateReviewTemplateOutput$ = [3, n0, _CRTO,
|
|
|
664
946
|
];
|
|
665
947
|
export var CreateTemplateShareInput$ = [3, n0, _CTSI,
|
|
666
948
|
0,
|
|
667
|
-
[_TA, _SW,
|
|
949
|
+
[_TA, _SW, _CRTl],
|
|
668
950
|
[[0, 1], 0, [0, 4]], 2
|
|
669
951
|
];
|
|
670
952
|
export var CreateTemplateShareOutput$ = [3, n0, _CTSO,
|
|
@@ -674,7 +956,7 @@ export var CreateTemplateShareOutput$ = [3, n0, _CTSO,
|
|
|
674
956
|
];
|
|
675
957
|
export var CreateWorkloadInput$ = [3, n0, _CWI,
|
|
676
958
|
0,
|
|
677
|
-
[_WN, _D, _E, _L, _AIc, _ARw, _NAR, _PP, _AD, _RO, _IT, _In, _N,
|
|
959
|
+
[_WN, _D, _E, _L, _AIc, _ARw, _NAR, _PP, _AD, _RO, _IT, _In, _N, _CRTl, _Ta, _DC, _Ap, _PA, _RTA, _JC],
|
|
678
960
|
[0, 0, 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 0, [0, 4], 128 | 0, () => WorkloadDiscoveryConfig$, 64 | 0, 64 | 0, 64 | 0, () => WorkloadJiraConfigurationInput$], 4
|
|
679
961
|
];
|
|
680
962
|
export var CreateWorkloadOutput$ = [3, n0, _CWO,
|
|
@@ -684,7 +966,7 @@ export var CreateWorkloadOutput$ = [3, n0, _CWO,
|
|
|
684
966
|
];
|
|
685
967
|
export var CreateWorkloadShareInput$ = [3, n0, _CWSI,
|
|
686
968
|
0,
|
|
687
|
-
[_WI, _SW, _PT,
|
|
969
|
+
[_WI, _SW, _PT, _CRTl],
|
|
688
970
|
[[0, 1], 0, 0, [0, 4]], 3
|
|
689
971
|
];
|
|
690
972
|
export var CreateWorkloadShareOutput$ = [3, n0, _CWSO,
|
|
@@ -692,45 +974,80 @@ export var CreateWorkloadShareOutput$ = [3, n0, _CWSO,
|
|
|
692
974
|
[_WI, _SI],
|
|
693
975
|
[0, 0]
|
|
694
976
|
];
|
|
977
|
+
export var CrossPillarBenefit$ = [3, n0, _CPB,
|
|
978
|
+
0,
|
|
979
|
+
[_pi, _ti, _d, _im],
|
|
980
|
+
[0, 0, 0, 0], 4
|
|
981
|
+
];
|
|
982
|
+
export var DeleteAgentContextRequest$ = [3, n0, _DACR,
|
|
983
|
+
0,
|
|
984
|
+
[_pA, _i],
|
|
985
|
+
[[0, 1], [0, 1]], 2
|
|
986
|
+
];
|
|
987
|
+
export var DeleteAgentContextResponse$ = [3, n0, _DACRe,
|
|
988
|
+
0,
|
|
989
|
+
[],
|
|
990
|
+
[]
|
|
991
|
+
];
|
|
992
|
+
export var DeleteAgentGoalRequest$ = [3, n0, _DAGR,
|
|
993
|
+
0,
|
|
994
|
+
[_pA, _i],
|
|
995
|
+
[[0, 1], [0, 1]], 2
|
|
996
|
+
];
|
|
997
|
+
export var DeleteAgentGoalResponse$ = [3, n0, _DAGRe,
|
|
998
|
+
0,
|
|
999
|
+
[],
|
|
1000
|
+
[]
|
|
1001
|
+
];
|
|
1002
|
+
export var DeleteAgentProfileRequest$ = [3, n0, _DAPR,
|
|
1003
|
+
0,
|
|
1004
|
+
[_pA],
|
|
1005
|
+
[[0, 1]], 1
|
|
1006
|
+
];
|
|
1007
|
+
export var DeleteAgentProfileResponse$ = [3, n0, _DAPRe,
|
|
1008
|
+
0,
|
|
1009
|
+
[],
|
|
1010
|
+
[]
|
|
1011
|
+
];
|
|
695
1012
|
export var DeleteLensInput$ = [3, n0, _DLI,
|
|
696
1013
|
0,
|
|
697
|
-
[_LAen, _LS,
|
|
698
|
-
[[0, 1], [0, { [_hQ]: _LS }], [0, { [_hQ]:
|
|
1014
|
+
[_LAen, _LS, _CRTl],
|
|
1015
|
+
[[0, 1], [0, { [_hQ]: _LS }], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
|
|
699
1016
|
];
|
|
700
1017
|
export var DeleteLensShareInput$ = [3, n0, _DLSI,
|
|
701
1018
|
0,
|
|
702
|
-
[_SI, _LAen,
|
|
703
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
1019
|
+
[_SI, _LAen, _CRTl],
|
|
1020
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
|
|
704
1021
|
];
|
|
705
1022
|
export var DeleteProfileInput$ = [3, n0, _DPI,
|
|
706
1023
|
0,
|
|
707
|
-
[_PAr,
|
|
708
|
-
[[0, 1], [0, { [_hQ]:
|
|
1024
|
+
[_PAr, _CRTl],
|
|
1025
|
+
[[0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 1
|
|
709
1026
|
];
|
|
710
1027
|
export var DeleteProfileShareInput$ = [3, n0, _DPSI,
|
|
711
1028
|
0,
|
|
712
|
-
[_SI, _PAr,
|
|
713
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
1029
|
+
[_SI, _PAr, _CRTl],
|
|
1030
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
|
|
714
1031
|
];
|
|
715
1032
|
export var DeleteReviewTemplateInput$ = [3, n0, _DRTI,
|
|
716
1033
|
0,
|
|
717
|
-
[_TA,
|
|
718
|
-
[[0, 1], [0, { [_hQ]:
|
|
1034
|
+
[_TA, _CRTl],
|
|
1035
|
+
[[0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 1
|
|
719
1036
|
];
|
|
720
1037
|
export var DeleteTemplateShareInput$ = [3, n0, _DTSI,
|
|
721
1038
|
0,
|
|
722
|
-
[_SI, _TA,
|
|
723
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
1039
|
+
[_SI, _TA, _CRTl],
|
|
1040
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
|
|
724
1041
|
];
|
|
725
1042
|
export var DeleteWorkloadInput$ = [3, n0, _DWI,
|
|
726
1043
|
0,
|
|
727
|
-
[_WI,
|
|
728
|
-
[[0, 1], [0, { [_hQ]:
|
|
1044
|
+
[_WI, _CRTl],
|
|
1045
|
+
[[0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 1
|
|
729
1046
|
];
|
|
730
1047
|
export var DeleteWorkloadShareInput$ = [3, n0, _DWSI,
|
|
731
1048
|
0,
|
|
732
|
-
[_SI, _WI,
|
|
733
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
1049
|
+
[_SI, _WI, _CRTl],
|
|
1050
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
|
|
734
1051
|
];
|
|
735
1052
|
export var DisassociateLensesInput$ = [3, n0, _DLIi,
|
|
736
1053
|
0,
|
|
@@ -742,6 +1059,11 @@ export var DisassociateProfilesInput$ = [3, n0, _DPIi,
|
|
|
742
1059
|
[_WI, _PA],
|
|
743
1060
|
[[0, 1], 64 | 0], 2
|
|
744
1061
|
];
|
|
1062
|
+
export var ErrorDetails$ = [3, n0, _ED,
|
|
1063
|
+
0,
|
|
1064
|
+
[_cod, _me],
|
|
1065
|
+
[0, 0], 2
|
|
1066
|
+
];
|
|
745
1067
|
export var ExportLensInput$ = [3, n0, _ELI,
|
|
746
1068
|
0,
|
|
747
1069
|
[_LAen, _LV],
|
|
@@ -752,6 +1074,56 @@ export var ExportLensOutput$ = [3, n0, _ELO,
|
|
|
752
1074
|
[_LJSON],
|
|
753
1075
|
[0]
|
|
754
1076
|
];
|
|
1077
|
+
export var GetAgentContextRequest$ = [3, n0, _GACR,
|
|
1078
|
+
0,
|
|
1079
|
+
[_pA, _i],
|
|
1080
|
+
[[0, 1], [0, 1]], 2
|
|
1081
|
+
];
|
|
1082
|
+
export var GetAgentContextResponse$ = [3, n0, _GACRe,
|
|
1083
|
+
0,
|
|
1084
|
+
[_con],
|
|
1085
|
+
[[() => ContextSummary$, 0]], 1
|
|
1086
|
+
];
|
|
1087
|
+
export var GetAgentGoalRequest$ = [3, n0, _GAGR,
|
|
1088
|
+
0,
|
|
1089
|
+
[_pA, _i],
|
|
1090
|
+
[[0, 1], [0, 1]], 2
|
|
1091
|
+
];
|
|
1092
|
+
export var GetAgentGoalResponse$ = [3, n0, _GAGRe,
|
|
1093
|
+
0,
|
|
1094
|
+
[_g],
|
|
1095
|
+
[[() => GoalSummary$, 0]], 1
|
|
1096
|
+
];
|
|
1097
|
+
export var GetAgentProfileRequest$ = [3, n0, _GAPR,
|
|
1098
|
+
0,
|
|
1099
|
+
[_pA],
|
|
1100
|
+
[[0, 1]], 1
|
|
1101
|
+
];
|
|
1102
|
+
export var GetAgentProfileResponse$ = [3, n0, _GAPRe,
|
|
1103
|
+
0,
|
|
1104
|
+
[_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
|
|
1105
|
+
[0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
|
|
1106
|
+
];
|
|
1107
|
+
export var GetAgentRecommendationGenerationRequest$ = [3, n0, _GARGR,
|
|
1108
|
+
0,
|
|
1109
|
+
[_pA, _gI],
|
|
1110
|
+
[[0, 1], [0, 1]], 2
|
|
1111
|
+
];
|
|
1112
|
+
export var GetAgentRecommendationGenerationResponse$ = [3, n0, _GARGRe,
|
|
1113
|
+
0,
|
|
1114
|
+
[_i, _pA, _st, _cB, _cA, _n, _eCT, _lMB, _lMA, _aCd, _sc, _sA, _eA, _pro, _eD],
|
|
1115
|
+
[0, 0, 0, 0, 5, 0, 5, 0, 5, 15, () => Scope$, 5, 5, () => Progress$, () => ErrorDetails$], 5
|
|
1116
|
+
];
|
|
1117
|
+
export var GetAgentRecommendationRequest$ = [3, n0, _GARR,
|
|
1118
|
+
0,
|
|
1119
|
+
[_rA, _rTem],
|
|
1120
|
+
[[0, 1], [0, { [_hQ]: _rTem }]], 1
|
|
1121
|
+
];
|
|
1122
|
+
export var GetAgentRecommendationResponse$ = [3, n0, _GARRe,
|
|
1123
|
+
0,
|
|
1124
|
+
[_rA, _pA, _ti, _d, _ty, _pi, _pr, _ef, _st, _sta, _im, _r, _iD, _ins, _h, _rS, _cB, _cA, _uR, _nOR, _aS, _bU, _ap, _cPB, _tO, _so, _go, _t, _lMB, _lMA, _rem],
|
|
1125
|
+
[0, 0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 0, 0, 0, 0, 0, 0, () => Roi$, 64 | 0, () => InsightList, 64 | 0, () => RemediationSummary$, 0, 5, [() => SensitiveString, 0], 1, 64 | 0, 64 | 0, 64 | 0, () => CrossPillarBenefits, () => TradeOffs, 64 | 0, () => RecommendationGoals, () => Tags, 0, 5, [() => AgentRecommendationRemediations, 0]], 18
|
|
1126
|
+
];
|
|
755
1127
|
export var GetAnswerInput$ = [3, n0, _GAI,
|
|
756
1128
|
0,
|
|
757
1129
|
[_WI, _LAen, _QI, _MNi],
|
|
@@ -887,9 +1259,14 @@ export var GetWorkloadOutput$ = [3, n0, _GWO,
|
|
|
887
1259
|
[_W],
|
|
888
1260
|
[() => Workload$]
|
|
889
1261
|
];
|
|
1262
|
+
export var GoalSummary$ = [3, n0, _GS,
|
|
1263
|
+
0,
|
|
1264
|
+
[_i, _pA, _p, _ti, _cB, _cA, _d, _lMB, _lMA],
|
|
1265
|
+
[0, 0, 64 | 0, [() => SensitiveString, 0], 0, 5, [() => SensitiveString, 0], 0, 5], 6
|
|
1266
|
+
];
|
|
890
1267
|
export var ImportLensInput$ = [3, n0, _ILI,
|
|
891
1268
|
0,
|
|
892
|
-
[_JSONS, _LAen,
|
|
1269
|
+
[_JSONS, _LAen, _CRTl, _Ta],
|
|
893
1270
|
[0, 0, [0, 4], 128 | 0], 1
|
|
894
1271
|
];
|
|
895
1272
|
export var ImportLensOutput$ = [3, n0, _ILO,
|
|
@@ -902,6 +1279,11 @@ export var ImprovementSummary$ = [3, n0, _ISm,
|
|
|
902
1279
|
[_QI, _PI, _QT, _Ri, _IPU, _IPm, _JC],
|
|
903
1280
|
[0, 0, 0, 0, 0, () => ChoiceImprovementPlans, () => JiraConfiguration$]
|
|
904
1281
|
];
|
|
1282
|
+
export var Insight$ = [3, n0, _Ins,
|
|
1283
|
+
0,
|
|
1284
|
+
[_uP, _sD],
|
|
1285
|
+
[0, 0], 1
|
|
1286
|
+
];
|
|
905
1287
|
export var JiraConfiguration$ = [3, n0, _JC,
|
|
906
1288
|
0,
|
|
907
1289
|
[_JIU, _LST],
|
|
@@ -952,6 +1334,66 @@ export var LensUpgradeSummary$ = [3, n0, _LUS,
|
|
|
952
1334
|
[_WI, _WN, _LAen, _LAe, _CLV, _LLV, _RA, _RN],
|
|
953
1335
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
954
1336
|
];
|
|
1337
|
+
export var ListAgentContextsRequest$ = [3, n0, _LACR,
|
|
1338
|
+
0,
|
|
1339
|
+
[_pA, _mR, _nT],
|
|
1340
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1341
|
+
];
|
|
1342
|
+
export var ListAgentContextsResponse$ = [3, n0, _LACRi,
|
|
1343
|
+
0,
|
|
1344
|
+
[_it, _nT],
|
|
1345
|
+
[[() => ContextSummaries, 0], 0], 1
|
|
1346
|
+
];
|
|
1347
|
+
export var ListAgentGoalsRequest$ = [3, n0, _LAGR,
|
|
1348
|
+
0,
|
|
1349
|
+
[_pA, _mR, _nT],
|
|
1350
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1351
|
+
];
|
|
1352
|
+
export var ListAgentGoalsResponse$ = [3, n0, _LAGRi,
|
|
1353
|
+
0,
|
|
1354
|
+
[_it, _nT],
|
|
1355
|
+
[[() => GoalSummaries, 0], 0], 1
|
|
1356
|
+
];
|
|
1357
|
+
export var ListAgentProfilesRequest$ = [3, n0, _LAPR,
|
|
1358
|
+
0,
|
|
1359
|
+
[_mR, _nT],
|
|
1360
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
1361
|
+
];
|
|
1362
|
+
export var ListAgentProfilesResponse$ = [3, n0, _LAPRi,
|
|
1363
|
+
0,
|
|
1364
|
+
[_it, _nT],
|
|
1365
|
+
[[() => AgentProfileSummaries, 0], 0], 1
|
|
1366
|
+
];
|
|
1367
|
+
export var ListAgentRecommendationGenerationsRequest$ = [3, n0, _LARGR,
|
|
1368
|
+
0,
|
|
1369
|
+
[_pA, _rTec, _mR, _nT],
|
|
1370
|
+
[[0, 1], [0, { [_hQ]: _RTec }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
|
|
1371
|
+
];
|
|
1372
|
+
export var ListAgentRecommendationGenerationsResponse$ = [3, n0, _LARGRi,
|
|
1373
|
+
0,
|
|
1374
|
+
[_it, _nT],
|
|
1375
|
+
[() => AgentRecommendationGenerationSummaries, 0], 1
|
|
1376
|
+
];
|
|
1377
|
+
export var ListAgentRecommendationItemsRequest$ = [3, n0, _LARIR,
|
|
1378
|
+
0,
|
|
1379
|
+
[_rA, _ty, _mR, _nT],
|
|
1380
|
+
[[0, 1], [0, { [_hQ]: _ty }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1381
|
+
];
|
|
1382
|
+
export var ListAgentRecommendationItemsResponse$ = [3, n0, _LARIRi,
|
|
1383
|
+
0,
|
|
1384
|
+
[_it, _nT],
|
|
1385
|
+
[() => AgentRecommendationItemSummaries, 0], 1
|
|
1386
|
+
];
|
|
1387
|
+
export var ListAgentRecommendationsRequest$ = [3, n0, _LARR,
|
|
1388
|
+
0,
|
|
1389
|
+
[_pA, _mR, _nT, _sta, _pi],
|
|
1390
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _pi }]], 1
|
|
1391
|
+
];
|
|
1392
|
+
export var ListAgentRecommendationsResponse$ = [3, n0, _LARRi,
|
|
1393
|
+
0,
|
|
1394
|
+
[_it, _nT],
|
|
1395
|
+
[[() => AgentRecommendationSummaries, 0], 0], 1
|
|
1396
|
+
];
|
|
955
1397
|
export var ListAnswersInput$ = [3, n0, _LAI,
|
|
956
1398
|
0,
|
|
957
1399
|
[_WI, _LAen, _PI, _MNi, _NT, _MR, _QP],
|
|
@@ -1162,6 +1604,11 @@ export var PillarDifference$ = [3, n0, _PDi,
|
|
|
1162
1604
|
[_PI, _PNi, _DS, _QDu],
|
|
1163
1605
|
[0, 0, 0, () => QuestionDifferences]
|
|
1164
1606
|
];
|
|
1607
|
+
export var PillarItem$ = [3, n0, _PIi,
|
|
1608
|
+
0,
|
|
1609
|
+
[_pi, _id],
|
|
1610
|
+
[0, 64 | 0], 2
|
|
1611
|
+
];
|
|
1165
1612
|
export var PillarMetric$ = [3, n0, _PM,
|
|
1166
1613
|
0,
|
|
1167
1614
|
[_PI, _RC, _Q],
|
|
@@ -1222,6 +1669,21 @@ export var ProfileTemplateQuestion$ = [3, n0, _PTQ,
|
|
|
1222
1669
|
[_QI, _QT, _QD, _QCu, _MSC, _MSCa],
|
|
1223
1670
|
[0, 0, 0, () => ProfileTemplateQuestionChoices, 1, 1]
|
|
1224
1671
|
];
|
|
1672
|
+
export var Progress$ = [3, n0, _Prog,
|
|
1673
|
+
0,
|
|
1674
|
+
[_sC, _tS, _cP],
|
|
1675
|
+
[1, 1, 1], 3
|
|
1676
|
+
];
|
|
1677
|
+
export var PutAgentRecommendationFeedbackRequest$ = [3, n0, _PARFR,
|
|
1678
|
+
0,
|
|
1679
|
+
[_rA, _ty, _fC, _com],
|
|
1680
|
+
[[0, 1], 0, 0, 0], 2
|
|
1681
|
+
];
|
|
1682
|
+
export var PutAgentRecommendationFeedbackResponse$ = [3, n0, _PARFRu,
|
|
1683
|
+
0,
|
|
1684
|
+
[],
|
|
1685
|
+
[]
|
|
1686
|
+
];
|
|
1225
1687
|
export var QuestionDifference$ = [3, n0, _QDue,
|
|
1226
1688
|
0,
|
|
1227
1689
|
[_QI, _QT, _DS],
|
|
@@ -1232,6 +1694,26 @@ export var QuestionMetric$ = [3, n0, _QM,
|
|
|
1232
1694
|
[_QI, _Ri, _BPe],
|
|
1233
1695
|
[0, 0, () => BestPractices]
|
|
1234
1696
|
];
|
|
1697
|
+
export var RecommendationGoal$ = [3, n0, _RG,
|
|
1698
|
+
0,
|
|
1699
|
+
[_ti],
|
|
1700
|
+
[0], 1
|
|
1701
|
+
];
|
|
1702
|
+
export var RemediationStep$ = [3, n0, _RS,
|
|
1703
|
+
0,
|
|
1704
|
+
[_co, _ti],
|
|
1705
|
+
[[() => SensitiveString, 0], [() => SensitiveString, 0]], 1
|
|
1706
|
+
];
|
|
1707
|
+
export var RemediationSummary$ = [3, n0, _RSe,
|
|
1708
|
+
0,
|
|
1709
|
+
[_rec, _ste],
|
|
1710
|
+
[0, 64 | 0], 2
|
|
1711
|
+
];
|
|
1712
|
+
export var ResourceLink$ = [3, n0, _RL,
|
|
1713
|
+
0,
|
|
1714
|
+
[_u, _ti],
|
|
1715
|
+
[0, 0], 1
|
|
1716
|
+
];
|
|
1235
1717
|
export var ReviewTemplate$ = [3, n0, _RTe,
|
|
1236
1718
|
0,
|
|
1237
1719
|
[_D, _L, _N, _QCue, _O, _UA, _TA, _TN, _Ta, _US, _SII],
|
|
@@ -1262,6 +1744,16 @@ export var ReviewTemplateSummary$ = [3, n0, _RTS,
|
|
|
1262
1744
|
[_D, _L, _O, _UA, _TA, _TN, _US],
|
|
1263
1745
|
[0, 64 | 0, 0, 4, 0, 0, 0]
|
|
1264
1746
|
];
|
|
1747
|
+
export var Roi$ = [3, n0, _Ro,
|
|
1748
|
+
0,
|
|
1749
|
+
[_de, _es],
|
|
1750
|
+
[0, 0], 1
|
|
1751
|
+
];
|
|
1752
|
+
export var Scope$ = [3, n0, _Sc,
|
|
1753
|
+
0,
|
|
1754
|
+
[_p, _gIo, _it],
|
|
1755
|
+
[64 | 0, 64 | 0, () => PillarItems], 1
|
|
1756
|
+
];
|
|
1265
1757
|
export var SelectedPillar$ = [3, n0, _SPe,
|
|
1266
1758
|
0,
|
|
1267
1759
|
[_PI, _SQI],
|
|
@@ -1277,6 +1769,21 @@ export var ShareInvitationSummary$ = [3, n0, _SISh,
|
|
|
1277
1769
|
[_SII, _SB, _SW, _PT, _SRT, _WN, _WI, _LN, _LAe, _PN, _PAr, _TN, _TA],
|
|
1278
1770
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1279
1771
|
];
|
|
1772
|
+
export var StartAgentRecommendationGenerationRequest$ = [3, n0, _SARGR,
|
|
1773
|
+
0,
|
|
1774
|
+
[_pA, _typ, _sc, _n, _aCd],
|
|
1775
|
+
[[0, 1], 64 | 0, () => Scope$, 0, 15], 3
|
|
1776
|
+
];
|
|
1777
|
+
export var StartAgentRecommendationGenerationResponse$ = [3, n0, _SARGRt,
|
|
1778
|
+
0,
|
|
1779
|
+
[_i, _pA, _st, _cB, _cA, _n, _eCT, _lMB, _lMA],
|
|
1780
|
+
[0, 0, 0, 0, 5, 0, 5, 0, 5], 5
|
|
1781
|
+
];
|
|
1782
|
+
export var Tag$ = [3, n0, _Tag,
|
|
1783
|
+
0,
|
|
1784
|
+
[_k, _v],
|
|
1785
|
+
[0, 0], 2
|
|
1786
|
+
];
|
|
1280
1787
|
export var TagResourceInput$ = [3, n0, _TRI,
|
|
1281
1788
|
0,
|
|
1282
1789
|
[_WA, _Ta],
|
|
@@ -1292,6 +1799,11 @@ export var TemplateShareSummary$ = [3, n0, _TSSe,
|
|
|
1292
1799
|
[_SI, _SW, _St, _SM],
|
|
1293
1800
|
[0, 0, 0, 0]
|
|
1294
1801
|
];
|
|
1802
|
+
export var TradeOff$ = [3, n0, _TO,
|
|
1803
|
+
0,
|
|
1804
|
+
[_pi, _ti, _d, _ri, _mi, _rE],
|
|
1805
|
+
[0, 0, 0, 0, 0, 0], 5
|
|
1806
|
+
];
|
|
1295
1807
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
1296
1808
|
0,
|
|
1297
1809
|
[_WA, _TK],
|
|
@@ -1302,6 +1814,46 @@ export var UntagResourceOutput$ = [3, n0, _URO,
|
|
|
1302
1814
|
[],
|
|
1303
1815
|
[]
|
|
1304
1816
|
];
|
|
1817
|
+
export var UpdateAgentContextRequest$ = [3, n0, _UACR,
|
|
1818
|
+
0,
|
|
1819
|
+
[_pA, _i, _cTl, _ti, _co],
|
|
1820
|
+
[[0, 1], [0, 1], [0, 4], [() => SensitiveString, 0], [() => ContextContent$, 0]], 2
|
|
1821
|
+
];
|
|
1822
|
+
export var UpdateAgentContextResponse$ = [3, n0, _UACRp,
|
|
1823
|
+
0,
|
|
1824
|
+
[_con],
|
|
1825
|
+
[[() => ContextSummary$, 0]], 1
|
|
1826
|
+
];
|
|
1827
|
+
export var UpdateAgentGoalRequest$ = [3, n0, _UAGR,
|
|
1828
|
+
0,
|
|
1829
|
+
[_pA, _i, _cTl, _p, _ti, _d],
|
|
1830
|
+
[[0, 1], [0, 1], [0, 4], 64 | 0, [() => SensitiveString, 0], [() => SensitiveString, 0]], 2
|
|
1831
|
+
];
|
|
1832
|
+
export var UpdateAgentGoalResponse$ = [3, n0, _UAGRp,
|
|
1833
|
+
0,
|
|
1834
|
+
[_g],
|
|
1835
|
+
[[() => GoalSummary$, 0]], 1
|
|
1836
|
+
];
|
|
1837
|
+
export var UpdateAgentProfileRequest$ = [3, n0, _UAPR,
|
|
1838
|
+
0,
|
|
1839
|
+
[_pA, _cTl, _dN, _d, _eRA, _aC, _bO, _p, _dP],
|
|
1840
|
+
[[0, 1], [0, 4], [() => SensitiveString, 0], [() => SensitiveString, 0], 0, () => AggregationConfigurations, [() => SensitiveString, 0], 64 | 0, 2], 1
|
|
1841
|
+
];
|
|
1842
|
+
export var UpdateAgentProfileResponse$ = [3, n0, _UAPRp,
|
|
1843
|
+
0,
|
|
1844
|
+
[_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
|
|
1845
|
+
[0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
|
|
1846
|
+
];
|
|
1847
|
+
export var UpdateAgentRecommendationStatusRequest$ = [3, n0, _UARSR,
|
|
1848
|
+
0,
|
|
1849
|
+
[_rA, _st, _uR],
|
|
1850
|
+
[[0, 1], 0, [() => SensitiveString, 0]], 2
|
|
1851
|
+
];
|
|
1852
|
+
export var UpdateAgentRecommendationStatusResponse$ = [3, n0, _UARSRp,
|
|
1853
|
+
0,
|
|
1854
|
+
[],
|
|
1855
|
+
[]
|
|
1856
|
+
];
|
|
1305
1857
|
export var UpdateAnswerInput$ = [3, n0, _UAI,
|
|
1306
1858
|
0,
|
|
1307
1859
|
[_WI, _LAen, _QI, _SCe, _CUh, _N, _IA, _R],
|
|
@@ -1319,7 +1871,7 @@ export var UpdateGlobalSettingsInput$ = [3, n0, _UGSI,
|
|
|
1319
1871
|
];
|
|
1320
1872
|
export var UpdateIntegrationInput$ = [3, n0, _UII,
|
|
1321
1873
|
0,
|
|
1322
|
-
[_WI, _ISn,
|
|
1874
|
+
[_WI, _ISn, _CRTl],
|
|
1323
1875
|
[[0, 1], 0, [0, 4]], 2
|
|
1324
1876
|
];
|
|
1325
1877
|
export var UpdateLensReviewInput$ = [3, n0, _ULRI,
|
|
@@ -1404,17 +1956,17 @@ export var UpdateWorkloadShareOutput$ = [3, n0, _UWSO,
|
|
|
1404
1956
|
];
|
|
1405
1957
|
export var UpgradeLensReviewInput$ = [3, n0, _ULRIp,
|
|
1406
1958
|
0,
|
|
1407
|
-
[_WI, _LAen, _MN,
|
|
1959
|
+
[_WI, _LAen, _MN, _CRTl],
|
|
1408
1960
|
[[0, 1], [0, 1], 0, 0], 3
|
|
1409
1961
|
];
|
|
1410
1962
|
export var UpgradeProfileVersionInput$ = [3, n0, _UPVI,
|
|
1411
1963
|
0,
|
|
1412
|
-
[_WI, _PAr, _MN,
|
|
1964
|
+
[_WI, _PAr, _MN, _CRTl],
|
|
1413
1965
|
[[0, 1], [0, 1], 0, [0, 4]], 2
|
|
1414
1966
|
];
|
|
1415
1967
|
export var UpgradeReviewTemplateLensReviewInput$ = [3, n0, _URTLRIp,
|
|
1416
1968
|
0,
|
|
1417
|
-
[_TA, _LAen,
|
|
1969
|
+
[_TA, _LAen, _CRTl],
|
|
1418
1970
|
[[0, 1], [0, 1], 0], 2
|
|
1419
1971
|
];
|
|
1420
1972
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
@@ -1471,6 +2023,27 @@ var __Unit = "unit";
|
|
|
1471
2023
|
var AdditionalResourcesList = [1, n0, _ARL,
|
|
1472
2024
|
0, () => AdditionalResources$
|
|
1473
2025
|
];
|
|
2026
|
+
var AgentProfileSummaries = [1, n0, _APSg,
|
|
2027
|
+
0, [() => AgentProfileSummary$,
|
|
2028
|
+
0]
|
|
2029
|
+
];
|
|
2030
|
+
var AgentRecommendationGenerationSummaries = [1, n0, _ARGSg,
|
|
2031
|
+
0, () => AgentRecommendationGenerationSummary$
|
|
2032
|
+
];
|
|
2033
|
+
var AgentRecommendationItemSummaries = [1, n0, _ARISg,
|
|
2034
|
+
0, () => AgentRecommendationItemSummary$
|
|
2035
|
+
];
|
|
2036
|
+
var AgentRecommendationRemediations = [1, n0, _ARRg,
|
|
2037
|
+
0, [() => AgentRecommendationRemediation$,
|
|
2038
|
+
0]
|
|
2039
|
+
];
|
|
2040
|
+
var AgentRecommendationSummaries = [1, n0, _ARSg,
|
|
2041
|
+
0, [() => AgentRecommendationSummary$,
|
|
2042
|
+
0]
|
|
2043
|
+
];
|
|
2044
|
+
var AggregationConfigurations = [1, n0, _ACg,
|
|
2045
|
+
0, () => AggregationConfiguration$
|
|
2046
|
+
];
|
|
1474
2047
|
var AnswerSummaries = [1, n0, _ASn,
|
|
1475
2048
|
0, () => AnswerSummary$
|
|
1476
2049
|
];
|
|
@@ -1498,9 +2071,34 @@ var Choices = [1, n0, _Ch,
|
|
|
1498
2071
|
var ConsolidatedReportMetrics = [1, n0, _CRMo,
|
|
1499
2072
|
0, () => ConsolidatedReportMetric$
|
|
1500
2073
|
];
|
|
2074
|
+
var ContextAccountIdList = 64 | 0;
|
|
2075
|
+
var ContextAwsServiceList = 64 | 0;
|
|
2076
|
+
var ContextRegionList = 64 | 0;
|
|
2077
|
+
var ContextResourceTagList = [1, n0, _CRTL,
|
|
2078
|
+
0, () => ContextResourceTag$
|
|
2079
|
+
];
|
|
2080
|
+
var ContextResourceTypeList = 64 | 0;
|
|
2081
|
+
var ContextSummaries = [1, n0, _CSon,
|
|
2082
|
+
0, [() => ContextSummary$,
|
|
2083
|
+
0]
|
|
2084
|
+
];
|
|
2085
|
+
var CrossPillarBenefits = [1, n0, _CPBr,
|
|
2086
|
+
0, () => CrossPillarBenefit$
|
|
2087
|
+
];
|
|
2088
|
+
var GoalIdList = 64 | 0;
|
|
2089
|
+
var GoalSummaries = [1, n0, _GSo,
|
|
2090
|
+
0, [() => GoalSummary$,
|
|
2091
|
+
0]
|
|
2092
|
+
];
|
|
2093
|
+
var Highlights = 64 | 0;
|
|
2094
|
+
var ImpactDetails = 64 | 0;
|
|
1501
2095
|
var ImprovementSummaries = [1, n0, _ISmp,
|
|
1502
2096
|
0, () => ImprovementSummary$
|
|
1503
2097
|
];
|
|
2098
|
+
var InsightList = [1, n0, _IL,
|
|
2099
|
+
0, () => Insight$
|
|
2100
|
+
];
|
|
2101
|
+
var ItemIds = 64 | 0;
|
|
1504
2102
|
var LensAliases = 64 | 0;
|
|
1505
2103
|
var LensMetrics = [1, n0, _LMe,
|
|
1506
2104
|
0, () => LensMetric$
|
|
@@ -1523,12 +2121,16 @@ var NotificationSummaries = [1, n0, _NS,
|
|
|
1523
2121
|
var PillarDifferences = [1, n0, _PDil,
|
|
1524
2122
|
0, () => PillarDifference$
|
|
1525
2123
|
];
|
|
2124
|
+
var PillarItems = [1, n0, _PIil,
|
|
2125
|
+
0, () => PillarItem$
|
|
2126
|
+
];
|
|
1526
2127
|
var PillarMetrics = [1, n0, _PMi,
|
|
1527
2128
|
0, () => PillarMetric$
|
|
1528
2129
|
];
|
|
1529
2130
|
var PillarReviewSummaries = [1, n0, _PRS,
|
|
1530
2131
|
0, () => PillarReviewSummary$
|
|
1531
2132
|
];
|
|
2133
|
+
var Pillars = 64 | 0;
|
|
1532
2134
|
var ProfileArns = 64 | 0;
|
|
1533
2135
|
var ProfileNotificationSummaries = [1, n0, _PNSr,
|
|
1534
2136
|
0, () => ProfileNotificationSummary$
|
|
@@ -1557,6 +2159,20 @@ var QuestionDifferences = [1, n0, _QDu,
|
|
|
1557
2159
|
var QuestionMetrics = [1, n0, _QMu,
|
|
1558
2160
|
0, () => QuestionMetric$
|
|
1559
2161
|
];
|
|
2162
|
+
var RecommendationGoals = [1, n0, _RGe,
|
|
2163
|
+
0, () => RecommendationGoal$
|
|
2164
|
+
];
|
|
2165
|
+
var RecommendationSourceList = 64 | 0;
|
|
2166
|
+
var RecommendationTypes = 64 | 0;
|
|
2167
|
+
var RecommendedFixSteps = 64 | 0;
|
|
2168
|
+
var Regions = 64 | 0;
|
|
2169
|
+
var RemediationSteps = [1, n0, _RSem,
|
|
2170
|
+
0, [() => RemediationStep$,
|
|
2171
|
+
0]
|
|
2172
|
+
];
|
|
2173
|
+
var ResourceLinks = [1, n0, _RLe,
|
|
2174
|
+
0, () => ResourceLink$
|
|
2175
|
+
];
|
|
1560
2176
|
var ReviewTemplateAnswerSummaries = [1, n0, _RTASe,
|
|
1561
2177
|
0, () => ReviewTemplateAnswerSummary$
|
|
1562
2178
|
];
|
|
@@ -1579,13 +2195,20 @@ var SelectedQuestionIds = 64 | 0;
|
|
|
1579
2195
|
var ShareInvitationSummaries = [1, n0, _SIS,
|
|
1580
2196
|
0, () => ShareInvitationSummary$
|
|
1581
2197
|
];
|
|
2198
|
+
var StringList = 64 | 0;
|
|
1582
2199
|
var TagKeyList = 64 | 0;
|
|
2200
|
+
var Tags = [1, n0, _Ta,
|
|
2201
|
+
0, () => Tag$
|
|
2202
|
+
];
|
|
1583
2203
|
var TemplateQuestions = [1, n0, _TQ,
|
|
1584
2204
|
0, () => ProfileTemplateQuestion$
|
|
1585
2205
|
];
|
|
1586
2206
|
var TemplateShareSummaries = [1, n0, _TSS,
|
|
1587
2207
|
0, () => TemplateShareSummary$
|
|
1588
2208
|
];
|
|
2209
|
+
var TradeOffs = [1, n0, _TOr,
|
|
2210
|
+
0, () => TradeOff$
|
|
2211
|
+
];
|
|
1589
2212
|
var Urls = [1, n0, _Ur,
|
|
1590
2213
|
0, () => ChoiceContent$
|
|
1591
2214
|
];
|
|
@@ -1613,223 +2236,293 @@ var AccountSummary = 128 | 1;
|
|
|
1613
2236
|
var ChoiceUpdates = [2, n0, _CUh,
|
|
1614
2237
|
0, 0, () => ChoiceUpdate$
|
|
1615
2238
|
];
|
|
2239
|
+
var FieldErrors = 128 | 0;
|
|
1616
2240
|
var PillarNotes = 128 | 0;
|
|
1617
2241
|
var QuestionCounts = 128 | 1;
|
|
1618
2242
|
var RiskCounts = 128 | 1;
|
|
1619
2243
|
var TagMap = 128 | 0;
|
|
1620
2244
|
export var AssociateLenses$ = [9, n0, _AL,
|
|
1621
|
-
{ [
|
|
2245
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}/associateLenses", 200] }, () => AssociateLensesInput$, () => __Unit
|
|
1622
2246
|
];
|
|
1623
2247
|
export var AssociateProfiles$ = [9, n0, _AP,
|
|
1624
|
-
{ [
|
|
2248
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}/associateProfiles", 200] }, () => AssociateProfilesInput$, () => __Unit
|
|
2249
|
+
];
|
|
2250
|
+
export var CreateAgentContext$ = [9, n0, _CAC,
|
|
2251
|
+
{ [_ht]: ["POST", "/api/v1/agent-profiles/{profileArn}/contexts", 200] }, () => CreateAgentContextRequest$, () => CreateAgentContextResponse$
|
|
2252
|
+
];
|
|
2253
|
+
export var CreateAgentGoal$ = [9, n0, _CAG,
|
|
2254
|
+
{ [_ht]: ["POST", "/api/v1/agent-profiles/{profileArn}/goals", 200] }, () => CreateAgentGoalRequest$, () => CreateAgentGoalResponse$
|
|
2255
|
+
];
|
|
2256
|
+
export var CreateAgentProfile$ = [9, n0, _CAP,
|
|
2257
|
+
{ [_ht]: ["POST", "/api/v1/agent-profiles", 200] }, () => CreateAgentProfileRequest$, () => CreateAgentProfileResponse$
|
|
1625
2258
|
];
|
|
1626
2259
|
export var CreateLensShare$ = [9, n0, _CLS,
|
|
1627
|
-
{ [
|
|
2260
|
+
{ [_ht]: ["POST", "/lenses/{LensAlias}/shares", 200] }, () => CreateLensShareInput$, () => CreateLensShareOutput$
|
|
1628
2261
|
];
|
|
1629
2262
|
export var CreateLensVersion$ = [9, n0, _CLVr,
|
|
1630
|
-
{ [
|
|
2263
|
+
{ [_ht]: ["POST", "/lenses/{LensAlias}/versions", 200] }, () => CreateLensVersionInput$, () => CreateLensVersionOutput$
|
|
1631
2264
|
];
|
|
1632
2265
|
export var CreateMilestone$ = [9, n0, _CM,
|
|
1633
|
-
{ [
|
|
2266
|
+
{ [_ht]: ["POST", "/workloads/{WorkloadId}/milestones", 200] }, () => CreateMilestoneInput$, () => CreateMilestoneOutput$
|
|
1634
2267
|
];
|
|
1635
2268
|
export var CreateProfile$ = [9, n0, _CP,
|
|
1636
|
-
{ [
|
|
2269
|
+
{ [_ht]: ["POST", "/profiles", 200] }, () => CreateProfileInput$, () => CreateProfileOutput$
|
|
1637
2270
|
];
|
|
1638
2271
|
export var CreateProfileShare$ = [9, n0, _CPS,
|
|
1639
|
-
{ [
|
|
2272
|
+
{ [_ht]: ["POST", "/profiles/{ProfileArn}/shares", 200] }, () => CreateProfileShareInput$, () => CreateProfileShareOutput$
|
|
1640
2273
|
];
|
|
1641
2274
|
export var CreateReviewTemplate$ = [9, n0, _CRTr,
|
|
1642
|
-
{ [
|
|
2275
|
+
{ [_ht]: ["POST", "/reviewTemplates", 200] }, () => CreateReviewTemplateInput$, () => CreateReviewTemplateOutput$
|
|
1643
2276
|
];
|
|
1644
2277
|
export var CreateTemplateShare$ = [9, n0, _CTS,
|
|
1645
|
-
{ [
|
|
2278
|
+
{ [_ht]: ["POST", "/templates/shares/{TemplateArn}", 200] }, () => CreateTemplateShareInput$, () => CreateTemplateShareOutput$
|
|
1646
2279
|
];
|
|
1647
2280
|
export var CreateWorkload$ = [9, n0, _CW,
|
|
1648
|
-
{ [
|
|
2281
|
+
{ [_ht]: ["POST", "/workloads", 200] }, () => CreateWorkloadInput$, () => CreateWorkloadOutput$
|
|
1649
2282
|
];
|
|
1650
2283
|
export var CreateWorkloadShare$ = [9, n0, _CWS,
|
|
1651
|
-
{ [
|
|
2284
|
+
{ [_ht]: ["POST", "/workloads/{WorkloadId}/shares", 200] }, () => CreateWorkloadShareInput$, () => CreateWorkloadShareOutput$
|
|
2285
|
+
];
|
|
2286
|
+
export var DeleteAgentContext$ = [9, n0, _DAC,
|
|
2287
|
+
{ [_ht]: ["DELETE", "/api/v1/agent-profiles/{profileArn}/contexts/{id}", 200] }, () => DeleteAgentContextRequest$, () => DeleteAgentContextResponse$
|
|
2288
|
+
];
|
|
2289
|
+
export var DeleteAgentGoal$ = [9, n0, _DAG,
|
|
2290
|
+
{ [_ht]: ["DELETE", "/api/v1/agent-profiles/{profileArn}/goals/{id}", 200] }, () => DeleteAgentGoalRequest$, () => DeleteAgentGoalResponse$
|
|
2291
|
+
];
|
|
2292
|
+
export var DeleteAgentProfile$ = [9, n0, _DAP,
|
|
2293
|
+
{ [_ht]: ["DELETE", "/api/v1/agent-profiles/{profileArn}", 200] }, () => DeleteAgentProfileRequest$, () => DeleteAgentProfileResponse$
|
|
1652
2294
|
];
|
|
1653
2295
|
export var DeleteLens$ = [9, n0, _DL,
|
|
1654
|
-
{ [
|
|
2296
|
+
{ [_ht]: ["DELETE", "/lenses/{LensAlias}", 200] }, () => DeleteLensInput$, () => __Unit
|
|
1655
2297
|
];
|
|
1656
2298
|
export var DeleteLensShare$ = [9, n0, _DLS,
|
|
1657
|
-
{ [
|
|
2299
|
+
{ [_ht]: ["DELETE", "/lenses/{LensAlias}/shares/{ShareId}", 200] }, () => DeleteLensShareInput$, () => __Unit
|
|
1658
2300
|
];
|
|
1659
2301
|
export var DeleteProfile$ = [9, n0, _DP,
|
|
1660
|
-
{ [
|
|
2302
|
+
{ [_ht]: ["DELETE", "/profiles/{ProfileArn}", 200] }, () => DeleteProfileInput$, () => __Unit
|
|
1661
2303
|
];
|
|
1662
2304
|
export var DeleteProfileShare$ = [9, n0, _DPS,
|
|
1663
|
-
{ [
|
|
2305
|
+
{ [_ht]: ["DELETE", "/profiles/{ProfileArn}/shares/{ShareId}", 200] }, () => DeleteProfileShareInput$, () => __Unit
|
|
1664
2306
|
];
|
|
1665
2307
|
export var DeleteReviewTemplate$ = [9, n0, _DRT,
|
|
1666
|
-
{ [
|
|
2308
|
+
{ [_ht]: ["DELETE", "/reviewTemplates/{TemplateArn}", 200] }, () => DeleteReviewTemplateInput$, () => __Unit
|
|
1667
2309
|
];
|
|
1668
2310
|
export var DeleteTemplateShare$ = [9, n0, _DTS,
|
|
1669
|
-
{ [
|
|
2311
|
+
{ [_ht]: ["DELETE", "/templates/shares/{TemplateArn}/{ShareId}", 200] }, () => DeleteTemplateShareInput$, () => __Unit
|
|
1670
2312
|
];
|
|
1671
2313
|
export var DeleteWorkload$ = [9, n0, _DW,
|
|
1672
|
-
{ [
|
|
2314
|
+
{ [_ht]: ["DELETE", "/workloads/{WorkloadId}", 200] }, () => DeleteWorkloadInput$, () => __Unit
|
|
1673
2315
|
];
|
|
1674
2316
|
export var DeleteWorkloadShare$ = [9, n0, _DWS,
|
|
1675
|
-
{ [
|
|
2317
|
+
{ [_ht]: ["DELETE", "/workloads/{WorkloadId}/shares/{ShareId}", 200] }, () => DeleteWorkloadShareInput$, () => __Unit
|
|
1676
2318
|
];
|
|
1677
2319
|
export var DisassociateLenses$ = [9, n0, _DLi,
|
|
1678
|
-
{ [
|
|
2320
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}/disassociateLenses", 200] }, () => DisassociateLensesInput$, () => __Unit
|
|
1679
2321
|
];
|
|
1680
2322
|
export var DisassociateProfiles$ = [9, n0, _DPi,
|
|
1681
|
-
{ [
|
|
2323
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}/disassociateProfiles", 200] }, () => DisassociateProfilesInput$, () => __Unit
|
|
1682
2324
|
];
|
|
1683
2325
|
export var ExportLens$ = [9, n0, _EL,
|
|
1684
|
-
{ [
|
|
2326
|
+
{ [_ht]: ["GET", "/lenses/{LensAlias}/export", 200] }, () => ExportLensInput$, () => ExportLensOutput$
|
|
2327
|
+
];
|
|
2328
|
+
export var GetAgentContext$ = [9, n0, _GAC,
|
|
2329
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/contexts/{id}", 200] }, () => GetAgentContextRequest$, () => GetAgentContextResponse$
|
|
2330
|
+
];
|
|
2331
|
+
export var GetAgentGoal$ = [9, n0, _GAG,
|
|
2332
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/goals/{id}", 200] }, () => GetAgentGoalRequest$, () => GetAgentGoalResponse$
|
|
2333
|
+
];
|
|
2334
|
+
export var GetAgentProfile$ = [9, n0, _GAP,
|
|
2335
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}", 200] }, () => GetAgentProfileRequest$, () => GetAgentProfileResponse$
|
|
2336
|
+
];
|
|
2337
|
+
export var GetAgentRecommendation$ = [9, n0, _GAR,
|
|
2338
|
+
{ [_ht]: ["GET", "/api/v1/agent-recommendations/{recommendationArn}", 200] }, () => GetAgentRecommendationRequest$, () => GetAgentRecommendationResponse$
|
|
2339
|
+
];
|
|
2340
|
+
export var GetAgentRecommendationGeneration$ = [9, n0, _GARG,
|
|
2341
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/generations/{generationId}", 200] }, () => GetAgentRecommendationGenerationRequest$, () => GetAgentRecommendationGenerationResponse$
|
|
1685
2342
|
];
|
|
1686
2343
|
export var GetAnswer$ = [9, n0, _GA,
|
|
1687
|
-
{ [
|
|
2344
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => GetAnswerInput$, () => GetAnswerOutput$
|
|
1688
2345
|
];
|
|
1689
2346
|
export var GetConsolidatedReport$ = [9, n0, _GCR,
|
|
1690
|
-
{ [
|
|
2347
|
+
{ [_ht]: ["GET", "/consolidatedReport", 200] }, () => GetConsolidatedReportInput$, () => GetConsolidatedReportOutput$
|
|
1691
2348
|
];
|
|
1692
2349
|
export var GetGlobalSettings$ = [9, n0, _GGS,
|
|
1693
|
-
{ [
|
|
2350
|
+
{ [_ht]: ["GET", "/global-settings", 200] }, () => __Unit, () => GetGlobalSettingsOutput$
|
|
1694
2351
|
];
|
|
1695
2352
|
export var GetLens$ = [9, n0, _GL,
|
|
1696
|
-
{ [
|
|
2353
|
+
{ [_ht]: ["GET", "/lenses/{LensAlias}", 200] }, () => GetLensInput$, () => GetLensOutput$
|
|
1697
2354
|
];
|
|
1698
2355
|
export var GetLensReview$ = [9, n0, _GLR,
|
|
1699
|
-
{ [
|
|
2356
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200] }, () => GetLensReviewInput$, () => GetLensReviewOutput$
|
|
1700
2357
|
];
|
|
1701
2358
|
export var GetLensReviewReport$ = [9, n0, _GLRR,
|
|
1702
|
-
{ [
|
|
2359
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/report", 200] }, () => GetLensReviewReportInput$, () => GetLensReviewReportOutput$
|
|
1703
2360
|
];
|
|
1704
2361
|
export var GetLensVersionDifference$ = [9, n0, _GLVD,
|
|
1705
|
-
{ [
|
|
2362
|
+
{ [_ht]: ["GET", "/lenses/{LensAlias}/versionDifference", 200] }, () => GetLensVersionDifferenceInput$, () => GetLensVersionDifferenceOutput$
|
|
1706
2363
|
];
|
|
1707
2364
|
export var GetMilestone$ = [9, n0, _GM,
|
|
1708
|
-
{ [
|
|
2365
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/milestones/{MilestoneNumber}", 200] }, () => GetMilestoneInput$, () => GetMilestoneOutput$
|
|
1709
2366
|
];
|
|
1710
2367
|
export var GetProfile$ = [9, n0, _GP,
|
|
1711
|
-
{ [
|
|
2368
|
+
{ [_ht]: ["GET", "/profiles/{ProfileArn}", 200] }, () => GetProfileInput$, () => GetProfileOutput$
|
|
1712
2369
|
];
|
|
1713
2370
|
export var GetProfileTemplate$ = [9, n0, _GPT,
|
|
1714
|
-
{ [
|
|
2371
|
+
{ [_ht]: ["GET", "/profileTemplate", 200] }, () => GetProfileTemplateInput$, () => GetProfileTemplateOutput$
|
|
1715
2372
|
];
|
|
1716
2373
|
export var GetReviewTemplate$ = [9, n0, _GRT,
|
|
1717
|
-
{ [
|
|
2374
|
+
{ [_ht]: ["GET", "/reviewTemplates/{TemplateArn}", 200] }, () => GetReviewTemplateInput$, () => GetReviewTemplateOutput$
|
|
1718
2375
|
];
|
|
1719
2376
|
export var GetReviewTemplateAnswer$ = [9, n0, _GRTA,
|
|
1720
|
-
{ [
|
|
2377
|
+
{ [_ht]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => GetReviewTemplateAnswerInput$, () => GetReviewTemplateAnswerOutput$
|
|
1721
2378
|
];
|
|
1722
2379
|
export var GetReviewTemplateLensReview$ = [9, n0, _GRTLR,
|
|
1723
|
-
{ [
|
|
2380
|
+
{ [_ht]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200] }, () => GetReviewTemplateLensReviewInput$, () => GetReviewTemplateLensReviewOutput$
|
|
1724
2381
|
];
|
|
1725
2382
|
export var GetWorkload$ = [9, n0, _GW,
|
|
1726
|
-
{ [
|
|
2383
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}", 200] }, () => GetWorkloadInput$, () => GetWorkloadOutput$
|
|
1727
2384
|
];
|
|
1728
|
-
export var ImportLens$ = [9, n0,
|
|
1729
|
-
{ [
|
|
2385
|
+
export var ImportLens$ = [9, n0, _ILm,
|
|
2386
|
+
{ [_ht]: ["PUT", "/importLens", 200] }, () => ImportLensInput$, () => ImportLensOutput$
|
|
2387
|
+
];
|
|
2388
|
+
export var ListAgentContexts$ = [9, n0, _LACi,
|
|
2389
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/contexts", 200] }, () => ListAgentContextsRequest$, () => ListAgentContextsResponse$
|
|
2390
|
+
];
|
|
2391
|
+
export var ListAgentGoals$ = [9, n0, _LAG,
|
|
2392
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/goals", 200] }, () => ListAgentGoalsRequest$, () => ListAgentGoalsResponse$
|
|
2393
|
+
];
|
|
2394
|
+
export var ListAgentProfiles$ = [9, n0, _LAP,
|
|
2395
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles", 200] }, () => ListAgentProfilesRequest$, () => ListAgentProfilesResponse$
|
|
2396
|
+
];
|
|
2397
|
+
export var ListAgentRecommendationGenerations$ = [9, n0, _LARG,
|
|
2398
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/generations", 200] }, () => ListAgentRecommendationGenerationsRequest$, () => ListAgentRecommendationGenerationsResponse$
|
|
2399
|
+
];
|
|
2400
|
+
export var ListAgentRecommendationItems$ = [9, n0, _LARI,
|
|
2401
|
+
{ [_ht]: ["GET", "/api/v1/agent-recommendations/{recommendationArn}/items", 200] }, () => ListAgentRecommendationItemsRequest$, () => ListAgentRecommendationItemsResponse$
|
|
2402
|
+
];
|
|
2403
|
+
export var ListAgentRecommendations$ = [9, n0, _LAR,
|
|
2404
|
+
{ [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/recommendations", 200] }, () => ListAgentRecommendationsRequest$, () => ListAgentRecommendationsResponse$
|
|
1730
2405
|
];
|
|
1731
2406
|
export var ListAnswers$ = [9, n0, _LAi,
|
|
1732
|
-
{ [
|
|
2407
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers", 200] }, () => ListAnswersInput$, () => ListAnswersOutput$
|
|
1733
2408
|
];
|
|
1734
2409
|
export var ListCheckDetails$ = [9, n0, _LCD,
|
|
1735
|
-
{ [
|
|
2410
|
+
{ [_ht]: ["POST", "/workloads/{WorkloadId}/checks", 200] }, () => ListCheckDetailsInput$, () => ListCheckDetailsOutput$
|
|
1736
2411
|
];
|
|
1737
2412
|
export var ListCheckSummaries$ = [9, n0, _LCS,
|
|
1738
|
-
{ [
|
|
2413
|
+
{ [_ht]: ["POST", "/workloads/{WorkloadId}/checkSummaries", 200] }, () => ListCheckSummariesInput$, () => ListCheckSummariesOutput$
|
|
1739
2414
|
];
|
|
1740
2415
|
export var ListLenses$ = [9, n0, _LL,
|
|
1741
|
-
{ [
|
|
2416
|
+
{ [_ht]: ["GET", "/lenses", 200] }, () => ListLensesInput$, () => ListLensesOutput$
|
|
1742
2417
|
];
|
|
1743
2418
|
export var ListLensReviewImprovements$ = [9, n0, _LLRIi,
|
|
1744
|
-
{ [
|
|
2419
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/improvements", 200] }, () => ListLensReviewImprovementsInput$, () => ListLensReviewImprovementsOutput$
|
|
1745
2420
|
];
|
|
1746
2421
|
export var ListLensReviews$ = [9, n0, _LLR,
|
|
1747
|
-
{ [
|
|
2422
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews", 200] }, () => ListLensReviewsInput$, () => ListLensReviewsOutput$
|
|
1748
2423
|
];
|
|
1749
2424
|
export var ListLensShares$ = [9, n0, _LLS,
|
|
1750
|
-
{ [
|
|
2425
|
+
{ [_ht]: ["GET", "/lenses/{LensAlias}/shares", 200] }, () => ListLensSharesInput$, () => ListLensSharesOutput$
|
|
1751
2426
|
];
|
|
1752
2427
|
export var ListMilestones$ = [9, n0, _LMi,
|
|
1753
|
-
{ [
|
|
2428
|
+
{ [_ht]: ["POST", "/workloads/{WorkloadId}/milestonesSummaries", 200] }, () => ListMilestonesInput$, () => ListMilestonesOutput$
|
|
1754
2429
|
];
|
|
1755
2430
|
export var ListNotifications$ = [9, n0, _LNi,
|
|
1756
|
-
{ [
|
|
2431
|
+
{ [_ht]: ["POST", "/notifications", 200] }, () => ListNotificationsInput$, () => ListNotificationsOutput$
|
|
1757
2432
|
];
|
|
1758
2433
|
export var ListProfileNotifications$ = [9, n0, _LPN,
|
|
1759
|
-
{ [
|
|
2434
|
+
{ [_ht]: ["GET", "/profileNotifications", 200] }, () => ListProfileNotificationsInput$, () => ListProfileNotificationsOutput$
|
|
1760
2435
|
];
|
|
1761
2436
|
export var ListProfiles$ = [9, n0, _LP,
|
|
1762
|
-
{ [
|
|
2437
|
+
{ [_ht]: ["GET", "/profileSummaries", 200] }, () => ListProfilesInput$, () => ListProfilesOutput$
|
|
1763
2438
|
];
|
|
1764
2439
|
export var ListProfileShares$ = [9, n0, _LPS,
|
|
1765
|
-
{ [
|
|
2440
|
+
{ [_ht]: ["GET", "/profiles/{ProfileArn}/shares", 200] }, () => ListProfileSharesInput$, () => ListProfileSharesOutput$
|
|
1766
2441
|
];
|
|
1767
2442
|
export var ListReviewTemplateAnswers$ = [9, n0, _LRTA,
|
|
1768
|
-
{ [
|
|
2443
|
+
{ [_ht]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers", 200] }, () => ListReviewTemplateAnswersInput$, () => ListReviewTemplateAnswersOutput$
|
|
1769
2444
|
];
|
|
1770
2445
|
export var ListReviewTemplates$ = [9, n0, _LRT,
|
|
1771
|
-
{ [
|
|
2446
|
+
{ [_ht]: ["GET", "/reviewTemplates", 200] }, () => ListReviewTemplatesInput$, () => ListReviewTemplatesOutput$
|
|
1772
2447
|
];
|
|
1773
2448
|
export var ListShareInvitations$ = [9, n0, _LSI,
|
|
1774
|
-
{ [
|
|
2449
|
+
{ [_ht]: ["GET", "/shareInvitations", 200] }, () => ListShareInvitationsInput$, () => ListShareInvitationsOutput$
|
|
1775
2450
|
];
|
|
1776
2451
|
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1777
|
-
{ [
|
|
2452
|
+
{ [_ht]: ["GET", "/tags/{WorkloadArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
1778
2453
|
];
|
|
1779
2454
|
export var ListTemplateShares$ = [9, n0, _LTS,
|
|
1780
|
-
{ [
|
|
2455
|
+
{ [_ht]: ["GET", "/templates/shares/{TemplateArn}", 200] }, () => ListTemplateSharesInput$, () => ListTemplateSharesOutput$
|
|
1781
2456
|
];
|
|
1782
2457
|
export var ListWorkloads$ = [9, n0, _LW,
|
|
1783
|
-
{ [
|
|
2458
|
+
{ [_ht]: ["POST", "/workloadsSummaries", 200] }, () => ListWorkloadsInput$, () => ListWorkloadsOutput$
|
|
1784
2459
|
];
|
|
1785
2460
|
export var ListWorkloadShares$ = [9, n0, _LWS,
|
|
1786
|
-
{ [
|
|
2461
|
+
{ [_ht]: ["GET", "/workloads/{WorkloadId}/shares", 200] }, () => ListWorkloadSharesInput$, () => ListWorkloadSharesOutput$
|
|
2462
|
+
];
|
|
2463
|
+
export var PutAgentRecommendationFeedback$ = [9, n0, _PARF,
|
|
2464
|
+
{ [_ht]: ["PUT", "/api/v1/agent-recommendations/{recommendationArn}/feedback", 200] }, () => PutAgentRecommendationFeedbackRequest$, () => PutAgentRecommendationFeedbackResponse$
|
|
2465
|
+
];
|
|
2466
|
+
export var StartAgentRecommendationGeneration$ = [9, n0, _SARG,
|
|
2467
|
+
{ [_ht]: ["POST", "/api/v1/agent-profiles/{profileArn}/generations", 200] }, () => StartAgentRecommendationGenerationRequest$, () => StartAgentRecommendationGenerationResponse$
|
|
1787
2468
|
];
|
|
1788
2469
|
export var TagResource$ = [9, n0, _TR,
|
|
1789
|
-
{ [
|
|
2470
|
+
{ [_ht]: ["POST", "/tags/{WorkloadArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
1790
2471
|
];
|
|
1791
2472
|
export var UntagResource$ = [9, n0, _UR,
|
|
1792
|
-
{ [
|
|
2473
|
+
{ [_ht]: ["DELETE", "/tags/{WorkloadArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
2474
|
+
];
|
|
2475
|
+
export var UpdateAgentContext$ = [9, n0, _UAC,
|
|
2476
|
+
{ [_ht]: ["PUT", "/api/v1/agent-profiles/{profileArn}/contexts/{id}", 200] }, () => UpdateAgentContextRequest$, () => UpdateAgentContextResponse$
|
|
2477
|
+
];
|
|
2478
|
+
export var UpdateAgentGoal$ = [9, n0, _UAG,
|
|
2479
|
+
{ [_ht]: ["PUT", "/api/v1/agent-profiles/{profileArn}/goals/{id}", 200] }, () => UpdateAgentGoalRequest$, () => UpdateAgentGoalResponse$
|
|
2480
|
+
];
|
|
2481
|
+
export var UpdateAgentProfile$ = [9, n0, _UAP,
|
|
2482
|
+
{ [_ht]: ["PUT", "/api/v1/agent-profiles/{profileArn}", 200] }, () => UpdateAgentProfileRequest$, () => UpdateAgentProfileResponse$
|
|
2483
|
+
];
|
|
2484
|
+
export var UpdateAgentRecommendationStatus$ = [9, n0, _UARS,
|
|
2485
|
+
{ [_ht]: ["PATCH", "/api/v1/agent-recommendations/{recommendationArn}/status", 200] }, () => UpdateAgentRecommendationStatusRequest$, () => UpdateAgentRecommendationStatusResponse$
|
|
1793
2486
|
];
|
|
1794
2487
|
export var UpdateAnswer$ = [9, n0, _UAp,
|
|
1795
|
-
{ [
|
|
2488
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => UpdateAnswerInput$, () => UpdateAnswerOutput$
|
|
1796
2489
|
];
|
|
1797
2490
|
export var UpdateGlobalSettings$ = [9, n0, _UGS,
|
|
1798
|
-
{ [
|
|
2491
|
+
{ [_ht]: ["PATCH", "/global-settings", 200] }, () => UpdateGlobalSettingsInput$, () => __Unit
|
|
1799
2492
|
];
|
|
1800
2493
|
export var UpdateIntegration$ = [9, n0, _UI,
|
|
1801
|
-
{ [
|
|
2494
|
+
{ [_ht]: ["POST", "/workloads/{WorkloadId}/updateIntegration", 200] }, () => UpdateIntegrationInput$, () => __Unit
|
|
1802
2495
|
];
|
|
1803
2496
|
export var UpdateLensReview$ = [9, n0, _ULR,
|
|
1804
|
-
{ [
|
|
2497
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200] }, () => UpdateLensReviewInput$, () => UpdateLensReviewOutput$
|
|
1805
2498
|
];
|
|
1806
2499
|
export var UpdateProfile$ = [9, n0, _UP,
|
|
1807
|
-
{ [
|
|
2500
|
+
{ [_ht]: ["PATCH", "/profiles/{ProfileArn}", 200] }, () => UpdateProfileInput$, () => UpdateProfileOutput$
|
|
1808
2501
|
];
|
|
1809
2502
|
export var UpdateReviewTemplate$ = [9, n0, _URT,
|
|
1810
|
-
{ [
|
|
2503
|
+
{ [_ht]: ["PATCH", "/reviewTemplates/{TemplateArn}", 200] }, () => UpdateReviewTemplateInput$, () => UpdateReviewTemplateOutput$
|
|
1811
2504
|
];
|
|
1812
2505
|
export var UpdateReviewTemplateAnswer$ = [9, n0, _URTA,
|
|
1813
|
-
{ [
|
|
2506
|
+
{ [_ht]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => UpdateReviewTemplateAnswerInput$, () => UpdateReviewTemplateAnswerOutput$
|
|
1814
2507
|
];
|
|
1815
2508
|
export var UpdateReviewTemplateLensReview$ = [9, n0, _URTLR,
|
|
1816
|
-
{ [
|
|
2509
|
+
{ [_ht]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200] }, () => UpdateReviewTemplateLensReviewInput$, () => UpdateReviewTemplateLensReviewOutput$
|
|
1817
2510
|
];
|
|
1818
2511
|
export var UpdateShareInvitation$ = [9, n0, _USI,
|
|
1819
|
-
{ [
|
|
2512
|
+
{ [_ht]: ["PATCH", "/shareInvitations/{ShareInvitationId}", 200] }, () => UpdateShareInvitationInput$, () => UpdateShareInvitationOutput$
|
|
1820
2513
|
];
|
|
1821
2514
|
export var UpdateWorkload$ = [9, n0, _UW,
|
|
1822
|
-
{ [
|
|
2515
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}", 200] }, () => UpdateWorkloadInput$, () => UpdateWorkloadOutput$
|
|
1823
2516
|
];
|
|
1824
2517
|
export var UpdateWorkloadShare$ = [9, n0, _UWS,
|
|
1825
|
-
{ [
|
|
2518
|
+
{ [_ht]: ["PATCH", "/workloads/{WorkloadId}/shares/{ShareId}", 200] }, () => UpdateWorkloadShareInput$, () => UpdateWorkloadShareOutput$
|
|
1826
2519
|
];
|
|
1827
2520
|
export var UpgradeLensReview$ = [9, n0, _ULRp,
|
|
1828
|
-
{ [
|
|
2521
|
+
{ [_ht]: ["PUT", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/upgrade", 200] }, () => UpgradeLensReviewInput$, () => __Unit
|
|
1829
2522
|
];
|
|
1830
2523
|
export var UpgradeProfileVersion$ = [9, n0, _UPV,
|
|
1831
|
-
{ [
|
|
2524
|
+
{ [_ht]: ["PUT", "/workloads/{WorkloadId}/profiles/{ProfileArn}/upgrade", 200] }, () => UpgradeProfileVersionInput$, () => __Unit
|
|
1832
2525
|
];
|
|
1833
2526
|
export var UpgradeReviewTemplateLensReview$ = [9, n0, _URTLRp,
|
|
1834
|
-
{ [
|
|
2527
|
+
{ [_ht]: ["PUT", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/upgrade", 200] }, () => UpgradeReviewTemplateLensReviewInput$, () => __Unit
|
|
1835
2528
|
];
|