@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.
Files changed (131) hide show
  1. package/README.md +162 -6
  2. package/dist-cjs/index.js +1125 -107
  3. package/dist-es/WellArchitected.js +58 -0
  4. package/dist-es/commands/CreateAgentContextCommand.js +4 -0
  5. package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
  6. package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
  7. package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
  8. package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
  9. package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
  10. package/dist-es/commands/GetAgentContextCommand.js +4 -0
  11. package/dist-es/commands/GetAgentGoalCommand.js +4 -0
  12. package/dist-es/commands/GetAgentProfileCommand.js +4 -0
  13. package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
  14. package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
  15. package/dist-es/commands/ListAgentContextsCommand.js +4 -0
  16. package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
  17. package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
  18. package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
  19. package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
  20. package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
  21. package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
  22. package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
  23. package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
  24. package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
  25. package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
  26. package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
  27. package/dist-es/commands/index.js +23 -0
  28. package/dist-es/models/enums.js +92 -0
  29. package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
  30. package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
  31. package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
  32. package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
  33. package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
  34. package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
  35. package/dist-es/pagination/index.js +6 -0
  36. package/dist-es/schemas/schemas_0.js +799 -106
  37. package/dist-types/WellArchitected.d.ts +205 -6
  38. package/dist-types/WellArchitectedClient.d.ts +26 -8
  39. package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
  40. package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
  41. package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
  42. package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
  43. package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
  44. package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
  45. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
  46. package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
  47. package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
  48. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
  49. package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
  50. package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
  51. package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
  52. package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
  53. package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
  54. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
  55. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
  56. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
  57. package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
  58. package/dist-types/commands/ExportLensCommand.d.ts +1 -16
  59. package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
  60. package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
  61. package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
  62. package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
  63. package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
  64. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
  65. package/dist-types/commands/ImportLensCommand.d.ts +1 -20
  66. package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
  67. package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
  68. package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
  69. package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
  70. package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
  71. package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
  72. package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
  74. package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
  75. package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +1 -4
  77. package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
  78. package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
  79. package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
  80. package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
  81. package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
  82. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
  83. package/dist-types/commands/index.d.ts +23 -0
  84. package/dist-types/index.d.ts +1 -6
  85. package/dist-types/models/enums.d.ts +228 -0
  86. package/dist-types/models/models_0.d.ts +2830 -1786
  87. package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
  93. package/dist-types/pagination/index.d.ts +6 -0
  94. package/dist-types/schemas/schemas_0.d.ts +92 -0
  95. package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
  96. package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
  97. package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
  98. package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
  99. package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
  100. package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
  101. package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
  102. package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
  104. package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
  105. package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
  106. package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
  107. package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
  109. package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
  110. package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
  111. package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
  112. package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
  113. package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
  114. package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
  115. package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
  116. package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
  117. package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
  118. package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
  120. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  121. package/dist-types/ts3.4/models/enums.d.ts +111 -0
  122. package/dist-types/ts3.4/models/models_0.d.ts +494 -0
  123. package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
  124. package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
  125. package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
  126. package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
  127. package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
  129. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  130. package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
  131. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1106.0";
72
+ var version = "3.1108.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -262,6 +262,8 @@ class ServiceQuotaExceededException extends WellArchitectedServiceException {
262
262
  }
263
263
 
264
264
  const _A = "Answer";
265
+ const _AC = "AggregationConfiguration";
266
+ const _ACg = "AggregationConfigurations";
265
267
  const _AD = "ArchitecturalDesign";
266
268
  const _ADE = "AccessDeniedException";
267
269
  const _AI = "AccountId";
@@ -272,8 +274,18 @@ const _AL = "AssociateLenses";
272
274
  const _ALI = "AssociateLensesInput";
273
275
  const _AP = "AssociateProfiles";
274
276
  const _API = "AssociateProfilesInput";
277
+ const _APS = "AgentProfileSummary";
278
+ const _APSg = "AgentProfileSummaries";
275
279
  const _AR = "AdditionalResources";
280
+ const _ARGS = "AgentRecommendationGenerationSummary";
281
+ const _ARGSg = "AgentRecommendationGenerationSummaries";
282
+ const _ARIS = "AgentRecommendationItemSummary";
283
+ const _ARISg = "AgentRecommendationItemSummaries";
276
284
  const _ARL = "AdditionalResourcesList";
285
+ const _ARR = "AgentRecommendationRemediation";
286
+ const _ARRg = "AgentRecommendationRemediations";
287
+ const _ARS = "AgentRecommendationSummary";
288
+ const _ARSg = "AgentRecommendationSummaries";
277
289
  const _ARw = "AwsRegions";
278
290
  const _AS = "AnswerSummary";
279
291
  const _ASc = "AccountSummary";
@@ -286,11 +298,21 @@ const _BPe = "BestPractices";
286
298
  const _BS = "Base64String";
287
299
  const _C = "Content";
288
300
  const _CA = "ChoiceAnswers";
301
+ const _CAC = "CreateAgentContext";
302
+ const _CACR = "CreateAgentContextRequest";
303
+ const _CACRr = "CreateAgentContextResponse";
304
+ const _CAG = "CreateAgentGoal";
305
+ const _CAGR = "CreateAgentGoalRequest";
306
+ const _CAGRr = "CreateAgentGoalResponse";
307
+ const _CAP = "CreateAgentProfile";
308
+ const _CAPR = "CreateAgentProfileRequest";
309
+ const _CAPRr = "CreateAgentProfileResponse";
289
310
  const _CAS = "ChoiceAnswerSummaries";
290
311
  const _CASh = "ChoiceAnswerSummary";
291
312
  const _CAh = "ChoiceAnswer";
292
313
  const _CAr = "CreatedAt";
293
314
  const _CC = "ChoiceContent";
315
+ const _CCo = "ContextContent";
294
316
  const _CD = "CheckDetail";
295
317
  const _CDh = "CheckDetails";
296
318
  const _CDho = "ChoiceDescription";
@@ -309,6 +331,8 @@ const _CM = "CreateMilestone";
309
331
  const _CMI = "CreateMilestoneInput";
310
332
  const _CMO = "CreateMilestoneOutput";
311
333
  const _CP = "CreateProfile";
334
+ const _CPB = "CrossPillarBenefit";
335
+ const _CPBr = "CrossPillarBenefits";
312
336
  const _CPI = "CreateProfileInput";
313
337
  const _CPO = "CreateProfileOutput";
314
338
  const _CPS = "CreateProfileShare";
@@ -317,12 +341,16 @@ const _CPSO = "CreateProfileShareOutput";
317
341
  const _CPV = "CurrentProfileVersion";
318
342
  const _CRM = "ConsolidatedReportMetric";
319
343
  const _CRMo = "ConsolidatedReportMetrics";
320
- const _CRT = "ClientRequestToken";
344
+ const _CRT = "ContextResourceTag";
321
345
  const _CRTI = "CreateReviewTemplateInput";
346
+ const _CRTL = "ContextResourceTagList";
322
347
  const _CRTO = "CreateReviewTemplateOutput";
348
+ const _CRTl = "ClientRequestToken";
323
349
  const _CRTr = "CreateReviewTemplate";
324
350
  const _CS = "CheckSummary";
325
351
  const _CSh = "CheckSummaries";
352
+ const _CSo = "ContextSummary";
353
+ const _CSon = "ContextSummaries";
326
354
  const _CT = "ChoiceTitle";
327
355
  const _CTS = "CreateTemplateShare";
328
356
  const _CTSI = "CreateTemplateShareInput";
@@ -338,6 +366,15 @@ const _CWSO = "CreateWorkloadShareOutput";
338
366
  const _Ch = "Choices";
339
367
  const _Cho = "Choice";
340
368
  const _D = "Description";
369
+ const _DAC = "DeleteAgentContext";
370
+ const _DACR = "DeleteAgentContextRequest";
371
+ const _DACRe = "DeleteAgentContextResponse";
372
+ const _DAG = "DeleteAgentGoal";
373
+ const _DAGR = "DeleteAgentGoalRequest";
374
+ const _DAGRe = "DeleteAgentGoalResponse";
375
+ const _DAP = "DeleteAgentProfile";
376
+ const _DAPR = "DeleteAgentProfileRequest";
377
+ const _DAPRe = "DeleteAgentProfileResponse";
341
378
  const _DC = "DiscoveryConfig";
342
379
  const _DIS = "DiscoveryIntegrationStatus";
343
380
  const _DL = "DeleteLens";
@@ -363,6 +400,7 @@ const _DWI = "DeleteWorkloadInput";
363
400
  const _DWS = "DeleteWorkloadShare";
364
401
  const _DWSI = "DeleteWorkloadShareInput";
365
402
  const _E = "Environment";
403
+ const _ED = "ErrorDetails";
366
404
  const _EL = "ExportLens";
367
405
  const _ELI = "ExportLensInput";
368
406
  const _ELO = "ExportLensOutput";
@@ -370,8 +408,23 @@ const _F = "Fields";
370
408
  const _FR = "FlaggedResources";
371
409
  const _Fo = "Format";
372
410
  const _GA = "GetAnswer";
411
+ const _GAC = "GetAgentContext";
412
+ const _GACR = "GetAgentContextRequest";
413
+ const _GACRe = "GetAgentContextResponse";
414
+ const _GAG = "GetAgentGoal";
415
+ const _GAGR = "GetAgentGoalRequest";
416
+ const _GAGRe = "GetAgentGoalResponse";
373
417
  const _GAI = "GetAnswerInput";
374
418
  const _GAO = "GetAnswerOutput";
419
+ const _GAP = "GetAgentProfile";
420
+ const _GAPR = "GetAgentProfileRequest";
421
+ const _GAPRe = "GetAgentProfileResponse";
422
+ const _GAR = "GetAgentRecommendation";
423
+ const _GARG = "GetAgentRecommendationGeneration";
424
+ const _GARGR = "GetAgentRecommendationGenerationRequest";
425
+ const _GARGRe = "GetAgentRecommendationGenerationResponse";
426
+ const _GARR = "GetAgentRecommendationRequest";
427
+ const _GARRe = "GetAgentRecommendationResponse";
375
428
  const _GCR = "GetConsolidatedReport";
376
429
  const _GCRI = "GetConsolidatedReportInput";
377
430
  const _GCRO = "GetConsolidatedReportOutput";
@@ -407,6 +460,8 @@ const _GRTLR = "GetReviewTemplateLensReview";
407
460
  const _GRTLRI = "GetReviewTemplateLensReviewInput";
408
461
  const _GRTLRO = "GetReviewTemplateLensReviewOutput";
409
462
  const _GRTO = "GetReviewTemplateOutput";
463
+ const _GS = "GoalSummary";
464
+ const _GSo = "GoalSummaries";
410
465
  const _GW = "GetWorkload";
411
466
  const _GWI = "GetWorkloadInput";
412
467
  const _GWO = "GetWorkloadOutput";
@@ -415,9 +470,10 @@ const _HRDT = "HelpfulResourceDisplayText";
415
470
  const _HRU = "HelpfulResourceUrl";
416
471
  const _I = "Id";
417
472
  const _IA = "IsApplicable";
418
- const _IL = "ImportLens";
473
+ const _IL = "InsightList";
419
474
  const _ILI = "ImportLensInput";
420
475
  const _ILO = "ImportLensOutput";
476
+ const _ILm = "ImportLens";
421
477
  const _IMS = "IssueManagementStatus";
422
478
  const _IMT = "IssueManagementType";
423
479
  const _IMV = "IsMajorVersion";
@@ -434,6 +490,7 @@ const _ISmpr = "ImprovementStatus";
434
490
  const _ISn = "IntegratingService";
435
491
  const _IT = "IndustryType";
436
492
  const _In = "Industry";
493
+ const _Ins = "Insight";
437
494
  const _JC = "JiraConfiguration";
438
495
  const _JIU = "JiraIssueUrl";
439
496
  const _JPK = "JiraProjectKey";
@@ -442,8 +499,26 @@ const _JSQC = "JiraSelectedQuestionConfiguration";
442
499
  const _L = "Lenses";
443
500
  const _LA = "LensAliases";
444
501
  const _LAC = "LensesAppliedCount";
502
+ const _LACR = "ListAgentContextsRequest";
503
+ const _LACRi = "ListAgentContextsResponse";
504
+ const _LACi = "ListAgentContexts";
505
+ const _LAG = "ListAgentGoals";
506
+ const _LAGR = "ListAgentGoalsRequest";
507
+ const _LAGRi = "ListAgentGoalsResponse";
445
508
  const _LAI = "ListAnswersInput";
446
509
  const _LAO = "ListAnswersOutput";
510
+ const _LAP = "ListAgentProfiles";
511
+ const _LAPR = "ListAgentProfilesRequest";
512
+ const _LAPRi = "ListAgentProfilesResponse";
513
+ const _LAR = "ListAgentRecommendations";
514
+ const _LARG = "ListAgentRecommendationGenerations";
515
+ const _LARGR = "ListAgentRecommendationGenerationsRequest";
516
+ const _LARGRi = "ListAgentRecommendationGenerationsResponse";
517
+ const _LARI = "ListAgentRecommendationItems";
518
+ const _LARIR = "ListAgentRecommendationItemsRequest";
519
+ const _LARIRi = "ListAgentRecommendationItemsResponse";
520
+ const _LARR = "ListAgentRecommendationsRequest";
521
+ const _LARRi = "ListAgentRecommendationsResponse";
447
522
  const _LAe = "LensArn";
448
523
  const _LAen = "LensAlias";
449
524
  const _LAi = "ListAnswers";
@@ -546,12 +621,17 @@ const _O = "Owner";
546
621
  const _OSS = "OrganizationSharingStatus";
547
622
  const _P = "Provider";
548
623
  const _PA = "ProfileArns";
624
+ const _PARF = "PutAgentRecommendationFeedback";
625
+ const _PARFR = "PutAgentRecommendationFeedbackRequest";
626
+ const _PARFRu = "PutAgentRecommendationFeedbackResponse";
549
627
  const _PAr = "ProfileArn";
550
628
  const _PC = "ProfileChoice";
551
629
  const _PD = "ProfileDescription";
552
630
  const _PDi = "PillarDifference";
553
631
  const _PDil = "PillarDifferences";
554
632
  const _PI = "PillarId";
633
+ const _PIi = "PillarItem";
634
+ const _PIil = "PillarItems";
555
635
  const _PM = "PillarMetric";
556
636
  const _PMi = "PillarMetrics";
557
637
  const _PN = "ProfileName";
@@ -583,6 +663,7 @@ const _PV = "ProfileVersion";
583
663
  const _Pi = "Pillars";
584
664
  const _Pr = "Profile";
585
665
  const _Pro = "Profiles";
666
+ const _Prog = "Progress";
586
667
  const _Q = "Questions";
587
668
  const _QC = "QuotaCode";
588
669
  const _QCu = "QuestionChoices";
@@ -600,11 +681,18 @@ const _R = "Reason";
600
681
  const _RA = "ResourceArn";
601
682
  const _RAe = "RecordedAt";
602
683
  const _RC = "RiskCounts";
684
+ const _RG = "RecommendationGoal";
685
+ const _RGe = "RecommendationGoals";
603
686
  const _RI = "ResourceId";
687
+ const _RL = "ResourceLink";
688
+ const _RLe = "ResourceLinks";
604
689
  const _RN = "ResourceName";
605
690
  const _RNFE = "ResourceNotFoundException";
606
691
  const _RO = "ReviewOwner";
607
692
  const _RRD = "ReviewRestrictionDate";
693
+ const _RS = "RemediationStep";
694
+ const _RSe = "RemediationSummary";
695
+ const _RSem = "RemediationSteps";
608
696
  const _RT = "ResourceType";
609
697
  const _RTA = "ReviewTemplateArns";
610
698
  const _RTAS = "ReviewTemplateAnswerSummary";
@@ -615,9 +703,14 @@ const _RTPRS = "ReviewTemplatePillarReviewSummary";
615
703
  const _RTPRSe = "ReviewTemplatePillarReviewSummaries";
616
704
  const _RTS = "ReviewTemplateSummary";
617
705
  const _RTe = "ReviewTemplate";
706
+ const _RTec = "RecommendationType";
618
707
  const _RTev = "ReviewTemplates";
619
708
  const _Ri = "Risk";
709
+ const _Ro = "Roi";
620
710
  const _S = "Subdomain";
711
+ const _SARG = "StartAgentRecommendationGeneration";
712
+ const _SARGR = "StartAgentRecommendationGenerationRequest";
713
+ const _SARGRt = "StartAgentRecommendationGenerationResponse";
621
714
  const _SB = "SharedBy";
622
715
  const _SC = "ServiceCode";
623
716
  const _SCI = "SelectedChoiceIds";
@@ -634,8 +727,10 @@ const _SPe = "SelectedPillar";
634
727
  const _SQEE = "ServiceQuotaExceededException";
635
728
  const _SQI = "SelectedQuestionIds";
636
729
  const _SRT = "ShareResourceType";
730
+ const _SS = "SensitiveString";
637
731
  const _SW = "SharedWith";
638
732
  const _SWP = "SharedWithPrefix";
733
+ const _Sc = "Scope";
639
734
  const _St = "Status";
640
735
  const _T = "Type";
641
736
  const _TA = "TemplateArn";
@@ -645,6 +740,8 @@ const _TK = "TagKeys";
645
740
  const _TLV = "TargetLensVersion";
646
741
  const _TN = "TemplateName";
647
742
  const _TNP = "TemplateNamePrefix";
743
+ const _TO = "TradeOff";
744
+ const _TOr = "TradeOffs";
648
745
  const _TQ = "TemplateQuestions";
649
746
  const _TR = "TagResource";
650
747
  const _TRI = "TagResourceInput";
@@ -652,11 +749,24 @@ const _TRO = "TagResourceOutput";
652
749
  const _TSS = "TemplateShareSummaries";
653
750
  const _TSSe = "TemplateShareSummary";
654
751
  const _Ta = "Tags";
752
+ const _Tag = "Tag";
655
753
  const _Ti = "Title";
656
754
  const _U = "Url";
657
755
  const _UA = "UpdatedAt";
756
+ const _UAC = "UpdateAgentContext";
757
+ const _UACR = "UpdateAgentContextRequest";
758
+ const _UACRp = "UpdateAgentContextResponse";
759
+ const _UAG = "UpdateAgentGoal";
760
+ const _UAGR = "UpdateAgentGoalRequest";
761
+ const _UAGRp = "UpdateAgentGoalResponse";
658
762
  const _UAI = "UpdateAnswerInput";
659
763
  const _UAO = "UpdateAnswerOutput";
764
+ const _UAP = "UpdateAgentProfile";
765
+ const _UAPR = "UpdateAgentProfileRequest";
766
+ const _UAPRp = "UpdateAgentProfileResponse";
767
+ const _UARS = "UpdateAgentRecommendationStatus";
768
+ const _UARSR = "UpdateAgentRecommendationStatusRequest";
769
+ const _UARSRp = "UpdateAgentRecommendationStatusResponse";
660
770
  const _UAp = "UpdateAnswer";
661
771
  const _UGS = "UpdateGlobalSettings";
662
772
  const _UGSI = "UpdateGlobalSettingsInput";
@@ -717,15 +827,111 @@ const _WSS = "WorkloadShareSummaries";
717
827
  const _WSSo = "WorkloadShareSummary";
718
828
  const _WSo = "WorkloadSummary";
719
829
  const _WSor = "WorkloadShare";
830
+ const _a = "arn";
831
+ const _aC = "aggregationConfiguration";
832
+ const _aCd = "additionalContext";
833
+ const _aI = "accountId";
834
+ const _aIc = "accountIds";
835
+ const _aO = "applicationOverview";
836
+ const _aOr = "architectureOverview";
837
+ const _aRA = "accessRoleArn";
838
+ const _aS = "awsServices";
839
+ const _aT = "applicationType";
840
+ const _ap = "applications";
841
+ const _bO = "businessOverview";
842
+ const _bU = "businessUnits";
720
843
  const _c = "client";
844
+ const _cA = "createdAt";
845
+ const _cB = "createdBy";
846
+ const _cP = "completionPercentage";
847
+ const _cPB = "crossPillarBenefits";
848
+ const _cT = "contextType";
849
+ const _cTl = "clientToken";
850
+ const _co = "content";
851
+ const _cod = "code";
852
+ const _com = "comments";
853
+ const _con = "context";
854
+ const _cr = "criticality";
855
+ const _d = "description";
856
+ const _dN = "displayName";
857
+ const _dP = "deletionProtection";
858
+ const _de = "detail";
721
859
  const _e = "error";
722
- const _h = "http";
860
+ const _eA = "endedAt";
861
+ const _eCT = "estimatedCompletionTime";
862
+ const _eD = "errorDetails";
863
+ const _eFAG = "eligibleForArchitectureGeneration";
864
+ const _eFSG = "eligibleForScheduledGeneration";
865
+ const _eRA = "executionRoleArn";
866
+ const _ef = "effort";
867
+ const _es = "estimate";
868
+ const _fC = "feedbackCategory";
869
+ const _fE = "fieldErrors";
870
+ const _g = "goal";
871
+ const _gI = "generationId";
872
+ const _gIo = "goalIds";
873
+ const _go = "goals";
874
+ const _h = "highlights";
723
875
  const _hE = "httpError";
724
876
  const _hQ = "httpQuery";
877
+ const _ht = "http";
878
+ const _i = "id";
879
+ const _iD = "impactDetails";
725
880
  const _iT = "idempotencyToken";
881
+ const _id = "ids";
882
+ const _im = "impact";
883
+ const _in = "industry";
884
+ const _ins = "insights";
885
+ const _it = "items";
886
+ const _k = "key";
887
+ const _lMA = "lastModifiedAt";
888
+ const _lMB = "lastModifiedBy";
889
+ const _m = "metadata";
890
+ const _mR = "maxResults";
891
+ const _me = "message";
892
+ const _mi = "mitigation";
893
+ const _n = "name";
894
+ const _nOR = "numberOfResources";
895
+ const _nT = "nextToken";
896
+ const _p = "pillars";
897
+ const _pA = "profileArn";
898
+ const _pi = "pillar";
899
+ const _pr = "priority";
900
+ const _pro = "progress";
901
+ const _r = "roi";
902
+ const _rA = "recommendationArn";
903
+ const _rE = "riskExplanation";
904
+ const _rL = "resourceLinks";
905
+ const _rS = "remediationSummary";
906
+ const _rT = "resourceTypes";
907
+ const _rTe = "resourceTags";
908
+ const _rTec = "recommendationType";
909
+ const _rTem = "remediationType";
910
+ const _re = "regions";
911
+ const _rec = "recommendation";
912
+ const _rem = "remediations";
913
+ const _ri = "risk";
726
914
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.wellarchitected";
915
+ const _sA = "startedAt";
916
+ const _sC = "stepsCompleted";
917
+ const _sD = "signalsDetected";
918
+ const _sc = "scope";
727
919
  const _se = "server";
920
+ const _so = "sources";
921
+ const _st = "status";
922
+ const _sta = "state";
923
+ const _ste = "steps";
924
+ const _t = "tags";
728
925
  const _tK = "tagKeys";
926
+ const _tO = "tradeOffs";
927
+ const _tS = "totalSteps";
928
+ const _ti = "title";
929
+ const _ty = "type";
930
+ const _typ = "types";
931
+ const _u = "url";
932
+ const _uP = "usagePattern";
933
+ const _uR = "updateReason";
934
+ const _v = "value";
729
935
  const n0 = "com.amazonaws.wellarchitected";
730
936
  const _s_registry = TypeRegistry.for(_s);
731
937
  var WellArchitectedServiceException$ = [-3, _s, "WellArchitectedServiceException", 0, [], []];
@@ -777,6 +983,7 @@ const errorTypeRegistries = [
777
983
  _s_registry,
778
984
  n0_registry,
779
985
  ];
986
+ var SensitiveString = [0, n0, _SS, 8, 0];
780
987
  var AccountJiraConfigurationInput$ = [3, n0, _AJCI,
781
988
  0,
782
989
  [_IMS, _IMT, _JPK, _IS],
@@ -792,6 +999,36 @@ var AdditionalResources$ = [3, n0, _AR,
792
999
  [_T, _C],
793
1000
  [0, () => Urls]
794
1001
  ];
1002
+ var AgentProfileSummary$ = [3, n0, _APS,
1003
+ 0,
1004
+ [_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
1005
+ [0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
1006
+ ];
1007
+ var AgentRecommendationGenerationSummary$ = [3, n0, _ARGS,
1008
+ 0,
1009
+ [_i, _pA, _st, _cB, _cA, _n, _eCT, _lMB, _lMA],
1010
+ [0, 0, 0, 0, 5, 0, 5, 0, 5], 5
1011
+ ];
1012
+ var AgentRecommendationItemSummary$ = [3, n0, _ARIS,
1013
+ 0,
1014
+ [_i, _rA, _ty, _m, _cB, _cA, _lMB, _lMA],
1015
+ [0, 0, 0, 15, 0, 5, 0, 5], 6
1016
+ ];
1017
+ var AgentRecommendationRemediation$ = [3, n0, _ARR,
1018
+ 0,
1019
+ [_rA, _ty, _ste, _cB, _cA, _rL, _lMB, _lMA],
1020
+ [0, 0, [() => RemediationSteps, 0], 0, 5, () => ResourceLinks, 0, 5], 5
1021
+ ];
1022
+ var AgentRecommendationSummary$ = [3, n0, _ARS,
1023
+ 0,
1024
+ [_rA, _pA, _ti, _d, _ty, _pi, _pr, _ef, _st, _sta, _im, _r, _cB, _cA, _uR, _nOR, _aS, _bU, _ap, _lMB, _lMA],
1025
+ [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
1026
+ ];
1027
+ var AggregationConfiguration$ = [3, n0, _AC,
1028
+ 0,
1029
+ [_aI, _re, _aRA],
1030
+ [0, 64 | 0, 0], 3
1031
+ ];
795
1032
  var Answer$ = [3, n0, _A,
796
1033
  0,
797
1034
  [_QI, _PI, _QT, _QD, _IPU, _HRU, _HRDT, _Ch, _SCe, _CA, _IA, _Ri, _N, _R, _JC],
@@ -862,9 +1099,54 @@ var ConsolidatedReportMetric$ = [3, n0, _CRM,
862
1099
  [_MT, _RC, _WI, _WN, _WA, _UA, _L, _LAC],
863
1100
  [0, 128 | 1, 0, 0, 0, 4, () => LensMetrics, 1]
864
1101
  ];
1102
+ var ContextContent$ = [3, n0, _CCo,
1103
+ 0,
1104
+ [_aIc, _re, _aS, _rT, _rTe, _aO, _in, _aT, _cr, _aOr, _aCd],
1105
+ [64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ContextResourceTagList, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 0, [() => SensitiveString, 0], [() => SensitiveString, 0]]
1106
+ ];
1107
+ var ContextResourceTag$ = [3, n0, _CRT,
1108
+ 0,
1109
+ [_k, _v],
1110
+ [0, 0], 2
1111
+ ];
1112
+ var ContextSummary$ = [3, n0, _CSo,
1113
+ 0,
1114
+ [_i, _pA, _ti, _cT, _co, _cB, _cA, _aT, _cr, _lMB, _lMA],
1115
+ [0, 0, [() => SensitiveString, 0], 0, [() => ContextContent$, 0], 0, 5, 0, 0, 0, 5], 7
1116
+ ];
1117
+ var CreateAgentContextRequest$ = [3, n0, _CACR,
1118
+ 0,
1119
+ [_pA, _ti, _cT, _co, _cTl],
1120
+ [[0, 1], [() => SensitiveString, 0], 0, [() => ContextContent$, 0], [0, 4]], 4
1121
+ ];
1122
+ var CreateAgentContextResponse$ = [3, n0, _CACRr,
1123
+ 0,
1124
+ [_con],
1125
+ [[() => ContextSummary$, 0]], 1
1126
+ ];
1127
+ var CreateAgentGoalRequest$ = [3, n0, _CAGR,
1128
+ 0,
1129
+ [_pA, _p, _ti, _cTl, _d],
1130
+ [[0, 1], 64 | 0, [() => SensitiveString, 0], [0, 4], [() => SensitiveString, 0]], 3
1131
+ ];
1132
+ var CreateAgentGoalResponse$ = [3, n0, _CAGRr,
1133
+ 0,
1134
+ [_g],
1135
+ [[() => GoalSummary$, 0]], 1
1136
+ ];
1137
+ var CreateAgentProfileRequest$ = [3, n0, _CAPR,
1138
+ 0,
1139
+ [_n, _p, _eRA, _aC, _dN, _d, _bO, _dP, _cTl, _t],
1140
+ [0, 64 | 0, 0, () => AggregationConfigurations, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, [0, 4], () => Tags], 4
1141
+ ];
1142
+ var CreateAgentProfileResponse$ = [3, n0, _CAPRr,
1143
+ 0,
1144
+ [_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
1145
+ [0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
1146
+ ];
865
1147
  var CreateLensShareInput$ = [3, n0, _CLSI,
866
1148
  0,
867
- [_LAen, _SW, _CRT],
1149
+ [_LAen, _SW, _CRTl],
868
1150
  [[0, 1], 0, [0, 4]], 2
869
1151
  ];
870
1152
  var CreateLensShareOutput$ = [3, n0, _CLSO,
@@ -874,7 +1156,7 @@ var CreateLensShareOutput$ = [3, n0, _CLSO,
874
1156
  ];
875
1157
  var CreateLensVersionInput$ = [3, n0, _CLVI,
876
1158
  0,
877
- [_LAen, _LV, _IMV, _CRT],
1159
+ [_LAen, _LV, _IMV, _CRTl],
878
1160
  [[0, 1], 0, 2, [0, 4]], 2
879
1161
  ];
880
1162
  var CreateLensVersionOutput$ = [3, n0, _CLVO,
@@ -884,7 +1166,7 @@ var CreateLensVersionOutput$ = [3, n0, _CLVO,
884
1166
  ];
885
1167
  var CreateMilestoneInput$ = [3, n0, _CMI,
886
1168
  0,
887
- [_WI, _MN, _CRT],
1169
+ [_WI, _MN, _CRTl],
888
1170
  [[0, 1], 0, [0, 4]], 2
889
1171
  ];
890
1172
  var CreateMilestoneOutput$ = [3, n0, _CMO,
@@ -894,7 +1176,7 @@ var CreateMilestoneOutput$ = [3, n0, _CMO,
894
1176
  ];
895
1177
  var CreateProfileInput$ = [3, n0, _CPI,
896
1178
  0,
897
- [_PN, _PD, _PQ, _CRT, _Ta],
1179
+ [_PN, _PD, _PQ, _CRTl, _Ta],
898
1180
  [0, 0, () => ProfileQuestionUpdates, [0, 4], 128 | 0], 3
899
1181
  ];
900
1182
  var CreateProfileOutput$ = [3, n0, _CPO,
@@ -904,7 +1186,7 @@ var CreateProfileOutput$ = [3, n0, _CPO,
904
1186
  ];
905
1187
  var CreateProfileShareInput$ = [3, n0, _CPSI,
906
1188
  0,
907
- [_PAr, _SW, _CRT],
1189
+ [_PAr, _SW, _CRTl],
908
1190
  [[0, 1], 0, [0, 4]], 2
909
1191
  ];
910
1192
  var CreateProfileShareOutput$ = [3, n0, _CPSO,
@@ -914,7 +1196,7 @@ var CreateProfileShareOutput$ = [3, n0, _CPSO,
914
1196
  ];
915
1197
  var CreateReviewTemplateInput$ = [3, n0, _CRTI,
916
1198
  0,
917
- [_TN, _D, _L, _N, _Ta, _CRT],
1199
+ [_TN, _D, _L, _N, _Ta, _CRTl],
918
1200
  [0, 0, 64 | 0, 0, 128 | 0, [0, 4]], 3
919
1201
  ];
920
1202
  var CreateReviewTemplateOutput$ = [3, n0, _CRTO,
@@ -924,7 +1206,7 @@ var CreateReviewTemplateOutput$ = [3, n0, _CRTO,
924
1206
  ];
925
1207
  var CreateTemplateShareInput$ = [3, n0, _CTSI,
926
1208
  0,
927
- [_TA, _SW, _CRT],
1209
+ [_TA, _SW, _CRTl],
928
1210
  [[0, 1], 0, [0, 4]], 2
929
1211
  ];
930
1212
  var CreateTemplateShareOutput$ = [3, n0, _CTSO,
@@ -934,7 +1216,7 @@ var CreateTemplateShareOutput$ = [3, n0, _CTSO,
934
1216
  ];
935
1217
  var CreateWorkloadInput$ = [3, n0, _CWI,
936
1218
  0,
937
- [_WN, _D, _E, _L, _AIc, _ARw, _NAR, _PP, _AD, _RO, _IT, _In, _N, _CRT, _Ta, _DC, _Ap, _PA, _RTA, _JC],
1219
+ [_WN, _D, _E, _L, _AIc, _ARw, _NAR, _PP, _AD, _RO, _IT, _In, _N, _CRTl, _Ta, _DC, _Ap, _PA, _RTA, _JC],
938
1220
  [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
939
1221
  ];
940
1222
  var CreateWorkloadOutput$ = [3, n0, _CWO,
@@ -944,7 +1226,7 @@ var CreateWorkloadOutput$ = [3, n0, _CWO,
944
1226
  ];
945
1227
  var CreateWorkloadShareInput$ = [3, n0, _CWSI,
946
1228
  0,
947
- [_WI, _SW, _PT, _CRT],
1229
+ [_WI, _SW, _PT, _CRTl],
948
1230
  [[0, 1], 0, 0, [0, 4]], 3
949
1231
  ];
950
1232
  var CreateWorkloadShareOutput$ = [3, n0, _CWSO,
@@ -952,45 +1234,80 @@ var CreateWorkloadShareOutput$ = [3, n0, _CWSO,
952
1234
  [_WI, _SI],
953
1235
  [0, 0]
954
1236
  ];
1237
+ var CrossPillarBenefit$ = [3, n0, _CPB,
1238
+ 0,
1239
+ [_pi, _ti, _d, _im],
1240
+ [0, 0, 0, 0], 4
1241
+ ];
1242
+ var DeleteAgentContextRequest$ = [3, n0, _DACR,
1243
+ 0,
1244
+ [_pA, _i],
1245
+ [[0, 1], [0, 1]], 2
1246
+ ];
1247
+ var DeleteAgentContextResponse$ = [3, n0, _DACRe,
1248
+ 0,
1249
+ [],
1250
+ []
1251
+ ];
1252
+ var DeleteAgentGoalRequest$ = [3, n0, _DAGR,
1253
+ 0,
1254
+ [_pA, _i],
1255
+ [[0, 1], [0, 1]], 2
1256
+ ];
1257
+ var DeleteAgentGoalResponse$ = [3, n0, _DAGRe,
1258
+ 0,
1259
+ [],
1260
+ []
1261
+ ];
1262
+ var DeleteAgentProfileRequest$ = [3, n0, _DAPR,
1263
+ 0,
1264
+ [_pA],
1265
+ [[0, 1]], 1
1266
+ ];
1267
+ var DeleteAgentProfileResponse$ = [3, n0, _DAPRe,
1268
+ 0,
1269
+ [],
1270
+ []
1271
+ ];
955
1272
  var DeleteLensInput$ = [3, n0, _DLI,
956
1273
  0,
957
- [_LAen, _LS, _CRT],
958
- [[0, 1], [0, { [_hQ]: _LS }], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 2
1274
+ [_LAen, _LS, _CRTl],
1275
+ [[0, 1], [0, { [_hQ]: _LS }], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
959
1276
  ];
960
1277
  var DeleteLensShareInput$ = [3, n0, _DLSI,
961
1278
  0,
962
- [_SI, _LAen, _CRT],
963
- [[0, 1], [0, 1], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 2
1279
+ [_SI, _LAen, _CRTl],
1280
+ [[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
964
1281
  ];
965
1282
  var DeleteProfileInput$ = [3, n0, _DPI,
966
1283
  0,
967
- [_PAr, _CRT],
968
- [[0, 1], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 1
1284
+ [_PAr, _CRTl],
1285
+ [[0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 1
969
1286
  ];
970
1287
  var DeleteProfileShareInput$ = [3, n0, _DPSI,
971
1288
  0,
972
- [_SI, _PAr, _CRT],
973
- [[0, 1], [0, 1], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 2
1289
+ [_SI, _PAr, _CRTl],
1290
+ [[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
974
1291
  ];
975
1292
  var DeleteReviewTemplateInput$ = [3, n0, _DRTI,
976
1293
  0,
977
- [_TA, _CRT],
978
- [[0, 1], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 1
1294
+ [_TA, _CRTl],
1295
+ [[0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 1
979
1296
  ];
980
1297
  var DeleteTemplateShareInput$ = [3, n0, _DTSI,
981
1298
  0,
982
- [_SI, _TA, _CRT],
983
- [[0, 1], [0, 1], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 2
1299
+ [_SI, _TA, _CRTl],
1300
+ [[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
984
1301
  ];
985
1302
  var DeleteWorkloadInput$ = [3, n0, _DWI,
986
1303
  0,
987
- [_WI, _CRT],
988
- [[0, 1], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 1
1304
+ [_WI, _CRTl],
1305
+ [[0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 1
989
1306
  ];
990
1307
  var DeleteWorkloadShareInput$ = [3, n0, _DWSI,
991
1308
  0,
992
- [_SI, _WI, _CRT],
993
- [[0, 1], [0, 1], [0, { [_hQ]: _CRT, [_iT]: 1 }]], 2
1309
+ [_SI, _WI, _CRTl],
1310
+ [[0, 1], [0, 1], [0, { [_hQ]: _CRTl, [_iT]: 1 }]], 2
994
1311
  ];
995
1312
  var DisassociateLensesInput$ = [3, n0, _DLIi,
996
1313
  0,
@@ -1002,6 +1319,11 @@ var DisassociateProfilesInput$ = [3, n0, _DPIi,
1002
1319
  [_WI, _PA],
1003
1320
  [[0, 1], 64 | 0], 2
1004
1321
  ];
1322
+ var ErrorDetails$ = [3, n0, _ED,
1323
+ 0,
1324
+ [_cod, _me],
1325
+ [0, 0], 2
1326
+ ];
1005
1327
  var ExportLensInput$ = [3, n0, _ELI,
1006
1328
  0,
1007
1329
  [_LAen, _LV],
@@ -1012,6 +1334,56 @@ var ExportLensOutput$ = [3, n0, _ELO,
1012
1334
  [_LJSON],
1013
1335
  [0]
1014
1336
  ];
1337
+ var GetAgentContextRequest$ = [3, n0, _GACR,
1338
+ 0,
1339
+ [_pA, _i],
1340
+ [[0, 1], [0, 1]], 2
1341
+ ];
1342
+ var GetAgentContextResponse$ = [3, n0, _GACRe,
1343
+ 0,
1344
+ [_con],
1345
+ [[() => ContextSummary$, 0]], 1
1346
+ ];
1347
+ var GetAgentGoalRequest$ = [3, n0, _GAGR,
1348
+ 0,
1349
+ [_pA, _i],
1350
+ [[0, 1], [0, 1]], 2
1351
+ ];
1352
+ var GetAgentGoalResponse$ = [3, n0, _GAGRe,
1353
+ 0,
1354
+ [_g],
1355
+ [[() => GoalSummary$, 0]], 1
1356
+ ];
1357
+ var GetAgentProfileRequest$ = [3, n0, _GAPR,
1358
+ 0,
1359
+ [_pA],
1360
+ [[0, 1]], 1
1361
+ ];
1362
+ var GetAgentProfileResponse$ = [3, n0, _GAPRe,
1363
+ 0,
1364
+ [_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
1365
+ [0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
1366
+ ];
1367
+ var GetAgentRecommendationGenerationRequest$ = [3, n0, _GARGR,
1368
+ 0,
1369
+ [_pA, _gI],
1370
+ [[0, 1], [0, 1]], 2
1371
+ ];
1372
+ var GetAgentRecommendationGenerationResponse$ = [3, n0, _GARGRe,
1373
+ 0,
1374
+ [_i, _pA, _st, _cB, _cA, _n, _eCT, _lMB, _lMA, _aCd, _sc, _sA, _eA, _pro, _eD],
1375
+ [0, 0, 0, 0, 5, 0, 5, 0, 5, 15, () => Scope$, 5, 5, () => Progress$, () => ErrorDetails$], 5
1376
+ ];
1377
+ var GetAgentRecommendationRequest$ = [3, n0, _GARR,
1378
+ 0,
1379
+ [_rA, _rTem],
1380
+ [[0, 1], [0, { [_hQ]: _rTem }]], 1
1381
+ ];
1382
+ var GetAgentRecommendationResponse$ = [3, n0, _GARRe,
1383
+ 0,
1384
+ [_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],
1385
+ [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
1386
+ ];
1015
1387
  var GetAnswerInput$ = [3, n0, _GAI,
1016
1388
  0,
1017
1389
  [_WI, _LAen, _QI, _MNi],
@@ -1147,9 +1519,14 @@ var GetWorkloadOutput$ = [3, n0, _GWO,
1147
1519
  [_W],
1148
1520
  [() => Workload$]
1149
1521
  ];
1522
+ var GoalSummary$ = [3, n0, _GS,
1523
+ 0,
1524
+ [_i, _pA, _p, _ti, _cB, _cA, _d, _lMB, _lMA],
1525
+ [0, 0, 64 | 0, [() => SensitiveString, 0], 0, 5, [() => SensitiveString, 0], 0, 5], 6
1526
+ ];
1150
1527
  var ImportLensInput$ = [3, n0, _ILI,
1151
1528
  0,
1152
- [_JSONS, _LAen, _CRT, _Ta],
1529
+ [_JSONS, _LAen, _CRTl, _Ta],
1153
1530
  [0, 0, [0, 4], 128 | 0], 1
1154
1531
  ];
1155
1532
  var ImportLensOutput$ = [3, n0, _ILO,
@@ -1162,6 +1539,11 @@ var ImprovementSummary$ = [3, n0, _ISm,
1162
1539
  [_QI, _PI, _QT, _Ri, _IPU, _IPm, _JC],
1163
1540
  [0, 0, 0, 0, 0, () => ChoiceImprovementPlans, () => JiraConfiguration$]
1164
1541
  ];
1542
+ var Insight$ = [3, n0, _Ins,
1543
+ 0,
1544
+ [_uP, _sD],
1545
+ [0, 0], 1
1546
+ ];
1165
1547
  var JiraConfiguration$ = [3, n0, _JC,
1166
1548
  0,
1167
1549
  [_JIU, _LST],
@@ -1212,6 +1594,66 @@ var LensUpgradeSummary$ = [3, n0, _LUS,
1212
1594
  [_WI, _WN, _LAen, _LAe, _CLV, _LLV, _RA, _RN],
1213
1595
  [0, 0, 0, 0, 0, 0, 0, 0]
1214
1596
  ];
1597
+ var ListAgentContextsRequest$ = [3, n0, _LACR,
1598
+ 0,
1599
+ [_pA, _mR, _nT],
1600
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1601
+ ];
1602
+ var ListAgentContextsResponse$ = [3, n0, _LACRi,
1603
+ 0,
1604
+ [_it, _nT],
1605
+ [[() => ContextSummaries, 0], 0], 1
1606
+ ];
1607
+ var ListAgentGoalsRequest$ = [3, n0, _LAGR,
1608
+ 0,
1609
+ [_pA, _mR, _nT],
1610
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1611
+ ];
1612
+ var ListAgentGoalsResponse$ = [3, n0, _LAGRi,
1613
+ 0,
1614
+ [_it, _nT],
1615
+ [[() => GoalSummaries, 0], 0], 1
1616
+ ];
1617
+ var ListAgentProfilesRequest$ = [3, n0, _LAPR,
1618
+ 0,
1619
+ [_mR, _nT],
1620
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1621
+ ];
1622
+ var ListAgentProfilesResponse$ = [3, n0, _LAPRi,
1623
+ 0,
1624
+ [_it, _nT],
1625
+ [[() => AgentProfileSummaries, 0], 0], 1
1626
+ ];
1627
+ var ListAgentRecommendationGenerationsRequest$ = [3, n0, _LARGR,
1628
+ 0,
1629
+ [_pA, _rTec, _mR, _nT],
1630
+ [[0, 1], [0, { [_hQ]: _RTec }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
1631
+ ];
1632
+ var ListAgentRecommendationGenerationsResponse$ = [3, n0, _LARGRi,
1633
+ 0,
1634
+ [_it, _nT],
1635
+ [() => AgentRecommendationGenerationSummaries, 0], 1
1636
+ ];
1637
+ var ListAgentRecommendationItemsRequest$ = [3, n0, _LARIR,
1638
+ 0,
1639
+ [_rA, _ty, _mR, _nT],
1640
+ [[0, 1], [0, { [_hQ]: _ty }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1641
+ ];
1642
+ var ListAgentRecommendationItemsResponse$ = [3, n0, _LARIRi,
1643
+ 0,
1644
+ [_it, _nT],
1645
+ [() => AgentRecommendationItemSummaries, 0], 1
1646
+ ];
1647
+ var ListAgentRecommendationsRequest$ = [3, n0, _LARR,
1648
+ 0,
1649
+ [_pA, _mR, _nT, _sta, _pi],
1650
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _pi }]], 1
1651
+ ];
1652
+ var ListAgentRecommendationsResponse$ = [3, n0, _LARRi,
1653
+ 0,
1654
+ [_it, _nT],
1655
+ [[() => AgentRecommendationSummaries, 0], 0], 1
1656
+ ];
1215
1657
  var ListAnswersInput$ = [3, n0, _LAI,
1216
1658
  0,
1217
1659
  [_WI, _LAen, _PI, _MNi, _NT, _MR, _QP],
@@ -1422,6 +1864,11 @@ var PillarDifference$ = [3, n0, _PDi,
1422
1864
  [_PI, _PNi, _DS, _QDu],
1423
1865
  [0, 0, 0, () => QuestionDifferences]
1424
1866
  ];
1867
+ var PillarItem$ = [3, n0, _PIi,
1868
+ 0,
1869
+ [_pi, _id],
1870
+ [0, 64 | 0], 2
1871
+ ];
1425
1872
  var PillarMetric$ = [3, n0, _PM,
1426
1873
  0,
1427
1874
  [_PI, _RC, _Q],
@@ -1482,6 +1929,21 @@ var ProfileTemplateQuestion$ = [3, n0, _PTQ,
1482
1929
  [_QI, _QT, _QD, _QCu, _MSC, _MSCa],
1483
1930
  [0, 0, 0, () => ProfileTemplateQuestionChoices, 1, 1]
1484
1931
  ];
1932
+ var Progress$ = [3, n0, _Prog,
1933
+ 0,
1934
+ [_sC, _tS, _cP],
1935
+ [1, 1, 1], 3
1936
+ ];
1937
+ var PutAgentRecommendationFeedbackRequest$ = [3, n0, _PARFR,
1938
+ 0,
1939
+ [_rA, _ty, _fC, _com],
1940
+ [[0, 1], 0, 0, 0], 2
1941
+ ];
1942
+ var PutAgentRecommendationFeedbackResponse$ = [3, n0, _PARFRu,
1943
+ 0,
1944
+ [],
1945
+ []
1946
+ ];
1485
1947
  var QuestionDifference$ = [3, n0, _QDue,
1486
1948
  0,
1487
1949
  [_QI, _QT, _DS],
@@ -1492,6 +1954,26 @@ var QuestionMetric$ = [3, n0, _QM,
1492
1954
  [_QI, _Ri, _BPe],
1493
1955
  [0, 0, () => BestPractices]
1494
1956
  ];
1957
+ var RecommendationGoal$ = [3, n0, _RG,
1958
+ 0,
1959
+ [_ti],
1960
+ [0], 1
1961
+ ];
1962
+ var RemediationStep$ = [3, n0, _RS,
1963
+ 0,
1964
+ [_co, _ti],
1965
+ [[() => SensitiveString, 0], [() => SensitiveString, 0]], 1
1966
+ ];
1967
+ var RemediationSummary$ = [3, n0, _RSe,
1968
+ 0,
1969
+ [_rec, _ste],
1970
+ [0, 64 | 0], 2
1971
+ ];
1972
+ var ResourceLink$ = [3, n0, _RL,
1973
+ 0,
1974
+ [_u, _ti],
1975
+ [0, 0], 1
1976
+ ];
1495
1977
  var ReviewTemplate$ = [3, n0, _RTe,
1496
1978
  0,
1497
1979
  [_D, _L, _N, _QCue, _O, _UA, _TA, _TN, _Ta, _US, _SII],
@@ -1522,6 +2004,16 @@ var ReviewTemplateSummary$ = [3, n0, _RTS,
1522
2004
  [_D, _L, _O, _UA, _TA, _TN, _US],
1523
2005
  [0, 64 | 0, 0, 4, 0, 0, 0]
1524
2006
  ];
2007
+ var Roi$ = [3, n0, _Ro,
2008
+ 0,
2009
+ [_de, _es],
2010
+ [0, 0], 1
2011
+ ];
2012
+ var Scope$ = [3, n0, _Sc,
2013
+ 0,
2014
+ [_p, _gIo, _it],
2015
+ [64 | 0, 64 | 0, () => PillarItems], 1
2016
+ ];
1525
2017
  var SelectedPillar$ = [3, n0, _SPe,
1526
2018
  0,
1527
2019
  [_PI, _SQI],
@@ -1537,6 +2029,21 @@ var ShareInvitationSummary$ = [3, n0, _SISh,
1537
2029
  [_SII, _SB, _SW, _PT, _SRT, _WN, _WI, _LN, _LAe, _PN, _PAr, _TN, _TA],
1538
2030
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1539
2031
  ];
2032
+ var StartAgentRecommendationGenerationRequest$ = [3, n0, _SARGR,
2033
+ 0,
2034
+ [_pA, _typ, _sc, _n, _aCd],
2035
+ [[0, 1], 64 | 0, () => Scope$, 0, 15], 3
2036
+ ];
2037
+ var StartAgentRecommendationGenerationResponse$ = [3, n0, _SARGRt,
2038
+ 0,
2039
+ [_i, _pA, _st, _cB, _cA, _n, _eCT, _lMB, _lMA],
2040
+ [0, 0, 0, 0, 5, 0, 5, 0, 5], 5
2041
+ ];
2042
+ var Tag$ = [3, n0, _Tag,
2043
+ 0,
2044
+ [_k, _v],
2045
+ [0, 0], 2
2046
+ ];
1540
2047
  var TagResourceInput$ = [3, n0, _TRI,
1541
2048
  0,
1542
2049
  [_WA, _Ta],
@@ -1552,6 +2059,11 @@ var TemplateShareSummary$ = [3, n0, _TSSe,
1552
2059
  [_SI, _SW, _St, _SM],
1553
2060
  [0, 0, 0, 0]
1554
2061
  ];
2062
+ var TradeOff$ = [3, n0, _TO,
2063
+ 0,
2064
+ [_pi, _ti, _d, _ri, _mi, _rE],
2065
+ [0, 0, 0, 0, 0, 0], 5
2066
+ ];
1555
2067
  var UntagResourceInput$ = [3, n0, _URI,
1556
2068
  0,
1557
2069
  [_WA, _TK],
@@ -1562,6 +2074,46 @@ var UntagResourceOutput$ = [3, n0, _URO,
1562
2074
  [],
1563
2075
  []
1564
2076
  ];
2077
+ var UpdateAgentContextRequest$ = [3, n0, _UACR,
2078
+ 0,
2079
+ [_pA, _i, _cTl, _ti, _co],
2080
+ [[0, 1], [0, 1], [0, 4], [() => SensitiveString, 0], [() => ContextContent$, 0]], 2
2081
+ ];
2082
+ var UpdateAgentContextResponse$ = [3, n0, _UACRp,
2083
+ 0,
2084
+ [_con],
2085
+ [[() => ContextSummary$, 0]], 1
2086
+ ];
2087
+ var UpdateAgentGoalRequest$ = [3, n0, _UAGR,
2088
+ 0,
2089
+ [_pA, _i, _cTl, _p, _ti, _d],
2090
+ [[0, 1], [0, 1], [0, 4], 64 | 0, [() => SensitiveString, 0], [() => SensitiveString, 0]], 2
2091
+ ];
2092
+ var UpdateAgentGoalResponse$ = [3, n0, _UAGRp,
2093
+ 0,
2094
+ [_g],
2095
+ [[() => GoalSummary$, 0]], 1
2096
+ ];
2097
+ var UpdateAgentProfileRequest$ = [3, n0, _UAPR,
2098
+ 0,
2099
+ [_pA, _cTl, _dN, _d, _eRA, _aC, _bO, _p, _dP],
2100
+ [[0, 1], [0, 4], [() => SensitiveString, 0], [() => SensitiveString, 0], 0, () => AggregationConfigurations, [() => SensitiveString, 0], 64 | 0, 2], 1
2101
+ ];
2102
+ var UpdateAgentProfileResponse$ = [3, n0, _UAPRp,
2103
+ 0,
2104
+ [_n, _p, _eRA, _aC, _a, _cB, _cA, _dN, _d, _bO, _dP, _eFSG, _eFAG, _fE, _t, _lMB, _lMA],
2105
+ [0, 64 | 0, 0, () => AggregationConfigurations, 0, 0, 5, [() => SensitiveString, 0], [() => SensitiveString, 0], [() => SensitiveString, 0], 2, 2, 2, 128 | 0, () => Tags, 0, 5], 7
2106
+ ];
2107
+ var UpdateAgentRecommendationStatusRequest$ = [3, n0, _UARSR,
2108
+ 0,
2109
+ [_rA, _st, _uR],
2110
+ [[0, 1], 0, [() => SensitiveString, 0]], 2
2111
+ ];
2112
+ var UpdateAgentRecommendationStatusResponse$ = [3, n0, _UARSRp,
2113
+ 0,
2114
+ [],
2115
+ []
2116
+ ];
1565
2117
  var UpdateAnswerInput$ = [3, n0, _UAI,
1566
2118
  0,
1567
2119
  [_WI, _LAen, _QI, _SCe, _CUh, _N, _IA, _R],
@@ -1579,7 +2131,7 @@ var UpdateGlobalSettingsInput$ = [3, n0, _UGSI,
1579
2131
  ];
1580
2132
  var UpdateIntegrationInput$ = [3, n0, _UII,
1581
2133
  0,
1582
- [_WI, _ISn, _CRT],
2134
+ [_WI, _ISn, _CRTl],
1583
2135
  [[0, 1], 0, [0, 4]], 2
1584
2136
  ];
1585
2137
  var UpdateLensReviewInput$ = [3, n0, _ULRI,
@@ -1664,17 +2216,17 @@ var UpdateWorkloadShareOutput$ = [3, n0, _UWSO,
1664
2216
  ];
1665
2217
  var UpgradeLensReviewInput$ = [3, n0, _ULRIp,
1666
2218
  0,
1667
- [_WI, _LAen, _MN, _CRT],
2219
+ [_WI, _LAen, _MN, _CRTl],
1668
2220
  [[0, 1], [0, 1], 0, 0], 3
1669
2221
  ];
1670
2222
  var UpgradeProfileVersionInput$ = [3, n0, _UPVI,
1671
2223
  0,
1672
- [_WI, _PAr, _MN, _CRT],
2224
+ [_WI, _PAr, _MN, _CRTl],
1673
2225
  [[0, 1], [0, 1], 0, [0, 4]], 2
1674
2226
  ];
1675
2227
  var UpgradeReviewTemplateLensReviewInput$ = [3, n0, _URTLRIp,
1676
2228
  0,
1677
- [_TA, _LAen, _CRT],
2229
+ [_TA, _LAen, _CRTl],
1678
2230
  [[0, 1], [0, 1], 0], 2
1679
2231
  ];
1680
2232
  var ValidationExceptionField$ = [3, n0, _VEF,
@@ -1731,6 +2283,27 @@ var __Unit = "unit";
1731
2283
  var AdditionalResourcesList = [1, n0, _ARL,
1732
2284
  0, () => AdditionalResources$
1733
2285
  ];
2286
+ var AgentProfileSummaries = [1, n0, _APSg,
2287
+ 0, [() => AgentProfileSummary$,
2288
+ 0]
2289
+ ];
2290
+ var AgentRecommendationGenerationSummaries = [1, n0, _ARGSg,
2291
+ 0, () => AgentRecommendationGenerationSummary$
2292
+ ];
2293
+ var AgentRecommendationItemSummaries = [1, n0, _ARISg,
2294
+ 0, () => AgentRecommendationItemSummary$
2295
+ ];
2296
+ var AgentRecommendationRemediations = [1, n0, _ARRg,
2297
+ 0, [() => AgentRecommendationRemediation$,
2298
+ 0]
2299
+ ];
2300
+ var AgentRecommendationSummaries = [1, n0, _ARSg,
2301
+ 0, [() => AgentRecommendationSummary$,
2302
+ 0]
2303
+ ];
2304
+ var AggregationConfigurations = [1, n0, _ACg,
2305
+ 0, () => AggregationConfiguration$
2306
+ ];
1734
2307
  var AnswerSummaries = [1, n0, _ASn,
1735
2308
  0, () => AnswerSummary$
1736
2309
  ];
@@ -1758,9 +2331,26 @@ var Choices = [1, n0, _Ch,
1758
2331
  var ConsolidatedReportMetrics = [1, n0, _CRMo,
1759
2332
  0, () => ConsolidatedReportMetric$
1760
2333
  ];
2334
+ var ContextResourceTagList = [1, n0, _CRTL,
2335
+ 0, () => ContextResourceTag$
2336
+ ];
2337
+ var ContextSummaries = [1, n0, _CSon,
2338
+ 0, [() => ContextSummary$,
2339
+ 0]
2340
+ ];
2341
+ var CrossPillarBenefits = [1, n0, _CPBr,
2342
+ 0, () => CrossPillarBenefit$
2343
+ ];
2344
+ var GoalSummaries = [1, n0, _GSo,
2345
+ 0, [() => GoalSummary$,
2346
+ 0]
2347
+ ];
1761
2348
  var ImprovementSummaries = [1, n0, _ISmp,
1762
2349
  0, () => ImprovementSummary$
1763
2350
  ];
2351
+ var InsightList = [1, n0, _IL,
2352
+ 0, () => Insight$
2353
+ ];
1764
2354
  var LensMetrics = [1, n0, _LMe,
1765
2355
  0, () => LensMetric$
1766
2356
  ];
@@ -1782,6 +2372,9 @@ var NotificationSummaries = [1, n0, _NS,
1782
2372
  var PillarDifferences = [1, n0, _PDil,
1783
2373
  0, () => PillarDifference$
1784
2374
  ];
2375
+ var PillarItems = [1, n0, _PIil,
2376
+ 0, () => PillarItem$
2377
+ ];
1785
2378
  var PillarMetrics = [1, n0, _PMi,
1786
2379
  0, () => PillarMetric$
1787
2380
  ];
@@ -1815,6 +2408,16 @@ var QuestionDifferences = [1, n0, _QDu,
1815
2408
  var QuestionMetrics = [1, n0, _QMu,
1816
2409
  0, () => QuestionMetric$
1817
2410
  ];
2411
+ var RecommendationGoals = [1, n0, _RGe,
2412
+ 0, () => RecommendationGoal$
2413
+ ];
2414
+ var RemediationSteps = [1, n0, _RSem,
2415
+ 0, [() => RemediationStep$,
2416
+ 0]
2417
+ ];
2418
+ var ResourceLinks = [1, n0, _RLe,
2419
+ 0, () => ResourceLink$
2420
+ ];
1818
2421
  var ReviewTemplateAnswerSummaries = [1, n0, _RTASe,
1819
2422
  0, () => ReviewTemplateAnswerSummary$
1820
2423
  ];
@@ -1830,12 +2433,18 @@ var SelectedPillars = [1, n0, _SP,
1830
2433
  var ShareInvitationSummaries = [1, n0, _SIS,
1831
2434
  0, () => ShareInvitationSummary$
1832
2435
  ];
2436
+ var Tags = [1, n0, _Ta,
2437
+ 0, () => Tag$
2438
+ ];
1833
2439
  var TemplateQuestions = [1, n0, _TQ,
1834
2440
  0, () => ProfileTemplateQuestion$
1835
2441
  ];
1836
2442
  var TemplateShareSummaries = [1, n0, _TSS,
1837
2443
  0, () => TemplateShareSummary$
1838
2444
  ];
2445
+ var TradeOffs = [1, n0, _TOr,
2446
+ 0, () => TradeOff$
2447
+ ];
1839
2448
  var Urls = [1, n0, _Ur,
1840
2449
  0, () => ChoiceContent$
1841
2450
  ];
@@ -1855,220 +2464,289 @@ var ChoiceUpdates = [2, n0, _CUh,
1855
2464
  0, 0, () => ChoiceUpdate$
1856
2465
  ];
1857
2466
  var AssociateLenses$ = [9, n0, _AL,
1858
- { [_h]: ["PATCH", "/workloads/{WorkloadId}/associateLenses", 200] }, () => AssociateLensesInput$, () => __Unit
2467
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}/associateLenses", 200] }, () => AssociateLensesInput$, () => __Unit
1859
2468
  ];
1860
2469
  var AssociateProfiles$ = [9, n0, _AP,
1861
- { [_h]: ["PATCH", "/workloads/{WorkloadId}/associateProfiles", 200] }, () => AssociateProfilesInput$, () => __Unit
2470
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}/associateProfiles", 200] }, () => AssociateProfilesInput$, () => __Unit
2471
+ ];
2472
+ var CreateAgentContext$ = [9, n0, _CAC,
2473
+ { [_ht]: ["POST", "/api/v1/agent-profiles/{profileArn}/contexts", 200] }, () => CreateAgentContextRequest$, () => CreateAgentContextResponse$
2474
+ ];
2475
+ var CreateAgentGoal$ = [9, n0, _CAG,
2476
+ { [_ht]: ["POST", "/api/v1/agent-profiles/{profileArn}/goals", 200] }, () => CreateAgentGoalRequest$, () => CreateAgentGoalResponse$
2477
+ ];
2478
+ var CreateAgentProfile$ = [9, n0, _CAP,
2479
+ { [_ht]: ["POST", "/api/v1/agent-profiles", 200] }, () => CreateAgentProfileRequest$, () => CreateAgentProfileResponse$
1862
2480
  ];
1863
2481
  var CreateLensShare$ = [9, n0, _CLS,
1864
- { [_h]: ["POST", "/lenses/{LensAlias}/shares", 200] }, () => CreateLensShareInput$, () => CreateLensShareOutput$
2482
+ { [_ht]: ["POST", "/lenses/{LensAlias}/shares", 200] }, () => CreateLensShareInput$, () => CreateLensShareOutput$
1865
2483
  ];
1866
2484
  var CreateLensVersion$ = [9, n0, _CLVr,
1867
- { [_h]: ["POST", "/lenses/{LensAlias}/versions", 200] }, () => CreateLensVersionInput$, () => CreateLensVersionOutput$
2485
+ { [_ht]: ["POST", "/lenses/{LensAlias}/versions", 200] }, () => CreateLensVersionInput$, () => CreateLensVersionOutput$
1868
2486
  ];
1869
2487
  var CreateMilestone$ = [9, n0, _CM,
1870
- { [_h]: ["POST", "/workloads/{WorkloadId}/milestones", 200] }, () => CreateMilestoneInput$, () => CreateMilestoneOutput$
2488
+ { [_ht]: ["POST", "/workloads/{WorkloadId}/milestones", 200] }, () => CreateMilestoneInput$, () => CreateMilestoneOutput$
1871
2489
  ];
1872
2490
  var CreateProfile$ = [9, n0, _CP,
1873
- { [_h]: ["POST", "/profiles", 200] }, () => CreateProfileInput$, () => CreateProfileOutput$
2491
+ { [_ht]: ["POST", "/profiles", 200] }, () => CreateProfileInput$, () => CreateProfileOutput$
1874
2492
  ];
1875
2493
  var CreateProfileShare$ = [9, n0, _CPS,
1876
- { [_h]: ["POST", "/profiles/{ProfileArn}/shares", 200] }, () => CreateProfileShareInput$, () => CreateProfileShareOutput$
2494
+ { [_ht]: ["POST", "/profiles/{ProfileArn}/shares", 200] }, () => CreateProfileShareInput$, () => CreateProfileShareOutput$
1877
2495
  ];
1878
2496
  var CreateReviewTemplate$ = [9, n0, _CRTr,
1879
- { [_h]: ["POST", "/reviewTemplates", 200] }, () => CreateReviewTemplateInput$, () => CreateReviewTemplateOutput$
2497
+ { [_ht]: ["POST", "/reviewTemplates", 200] }, () => CreateReviewTemplateInput$, () => CreateReviewTemplateOutput$
1880
2498
  ];
1881
2499
  var CreateTemplateShare$ = [9, n0, _CTS,
1882
- { [_h]: ["POST", "/templates/shares/{TemplateArn}", 200] }, () => CreateTemplateShareInput$, () => CreateTemplateShareOutput$
2500
+ { [_ht]: ["POST", "/templates/shares/{TemplateArn}", 200] }, () => CreateTemplateShareInput$, () => CreateTemplateShareOutput$
1883
2501
  ];
1884
2502
  var CreateWorkload$ = [9, n0, _CW,
1885
- { [_h]: ["POST", "/workloads", 200] }, () => CreateWorkloadInput$, () => CreateWorkloadOutput$
2503
+ { [_ht]: ["POST", "/workloads", 200] }, () => CreateWorkloadInput$, () => CreateWorkloadOutput$
1886
2504
  ];
1887
2505
  var CreateWorkloadShare$ = [9, n0, _CWS,
1888
- { [_h]: ["POST", "/workloads/{WorkloadId}/shares", 200] }, () => CreateWorkloadShareInput$, () => CreateWorkloadShareOutput$
2506
+ { [_ht]: ["POST", "/workloads/{WorkloadId}/shares", 200] }, () => CreateWorkloadShareInput$, () => CreateWorkloadShareOutput$
2507
+ ];
2508
+ var DeleteAgentContext$ = [9, n0, _DAC,
2509
+ { [_ht]: ["DELETE", "/api/v1/agent-profiles/{profileArn}/contexts/{id}", 200] }, () => DeleteAgentContextRequest$, () => DeleteAgentContextResponse$
2510
+ ];
2511
+ var DeleteAgentGoal$ = [9, n0, _DAG,
2512
+ { [_ht]: ["DELETE", "/api/v1/agent-profiles/{profileArn}/goals/{id}", 200] }, () => DeleteAgentGoalRequest$, () => DeleteAgentGoalResponse$
2513
+ ];
2514
+ var DeleteAgentProfile$ = [9, n0, _DAP,
2515
+ { [_ht]: ["DELETE", "/api/v1/agent-profiles/{profileArn}", 200] }, () => DeleteAgentProfileRequest$, () => DeleteAgentProfileResponse$
1889
2516
  ];
1890
2517
  var DeleteLens$ = [9, n0, _DL,
1891
- { [_h]: ["DELETE", "/lenses/{LensAlias}", 200] }, () => DeleteLensInput$, () => __Unit
2518
+ { [_ht]: ["DELETE", "/lenses/{LensAlias}", 200] }, () => DeleteLensInput$, () => __Unit
1892
2519
  ];
1893
2520
  var DeleteLensShare$ = [9, n0, _DLS,
1894
- { [_h]: ["DELETE", "/lenses/{LensAlias}/shares/{ShareId}", 200] }, () => DeleteLensShareInput$, () => __Unit
2521
+ { [_ht]: ["DELETE", "/lenses/{LensAlias}/shares/{ShareId}", 200] }, () => DeleteLensShareInput$, () => __Unit
1895
2522
  ];
1896
2523
  var DeleteProfile$ = [9, n0, _DP,
1897
- { [_h]: ["DELETE", "/profiles/{ProfileArn}", 200] }, () => DeleteProfileInput$, () => __Unit
2524
+ { [_ht]: ["DELETE", "/profiles/{ProfileArn}", 200] }, () => DeleteProfileInput$, () => __Unit
1898
2525
  ];
1899
2526
  var DeleteProfileShare$ = [9, n0, _DPS,
1900
- { [_h]: ["DELETE", "/profiles/{ProfileArn}/shares/{ShareId}", 200] }, () => DeleteProfileShareInput$, () => __Unit
2527
+ { [_ht]: ["DELETE", "/profiles/{ProfileArn}/shares/{ShareId}", 200] }, () => DeleteProfileShareInput$, () => __Unit
1901
2528
  ];
1902
2529
  var DeleteReviewTemplate$ = [9, n0, _DRT,
1903
- { [_h]: ["DELETE", "/reviewTemplates/{TemplateArn}", 200] }, () => DeleteReviewTemplateInput$, () => __Unit
2530
+ { [_ht]: ["DELETE", "/reviewTemplates/{TemplateArn}", 200] }, () => DeleteReviewTemplateInput$, () => __Unit
1904
2531
  ];
1905
2532
  var DeleteTemplateShare$ = [9, n0, _DTS,
1906
- { [_h]: ["DELETE", "/templates/shares/{TemplateArn}/{ShareId}", 200] }, () => DeleteTemplateShareInput$, () => __Unit
2533
+ { [_ht]: ["DELETE", "/templates/shares/{TemplateArn}/{ShareId}", 200] }, () => DeleteTemplateShareInput$, () => __Unit
1907
2534
  ];
1908
2535
  var DeleteWorkload$ = [9, n0, _DW,
1909
- { [_h]: ["DELETE", "/workloads/{WorkloadId}", 200] }, () => DeleteWorkloadInput$, () => __Unit
2536
+ { [_ht]: ["DELETE", "/workloads/{WorkloadId}", 200] }, () => DeleteWorkloadInput$, () => __Unit
1910
2537
  ];
1911
2538
  var DeleteWorkloadShare$ = [9, n0, _DWS,
1912
- { [_h]: ["DELETE", "/workloads/{WorkloadId}/shares/{ShareId}", 200] }, () => DeleteWorkloadShareInput$, () => __Unit
2539
+ { [_ht]: ["DELETE", "/workloads/{WorkloadId}/shares/{ShareId}", 200] }, () => DeleteWorkloadShareInput$, () => __Unit
1913
2540
  ];
1914
2541
  var DisassociateLenses$ = [9, n0, _DLi,
1915
- { [_h]: ["PATCH", "/workloads/{WorkloadId}/disassociateLenses", 200] }, () => DisassociateLensesInput$, () => __Unit
2542
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}/disassociateLenses", 200] }, () => DisassociateLensesInput$, () => __Unit
1916
2543
  ];
1917
2544
  var DisassociateProfiles$ = [9, n0, _DPi,
1918
- { [_h]: ["PATCH", "/workloads/{WorkloadId}/disassociateProfiles", 200] }, () => DisassociateProfilesInput$, () => __Unit
2545
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}/disassociateProfiles", 200] }, () => DisassociateProfilesInput$, () => __Unit
1919
2546
  ];
1920
2547
  var ExportLens$ = [9, n0, _EL,
1921
- { [_h]: ["GET", "/lenses/{LensAlias}/export", 200] }, () => ExportLensInput$, () => ExportLensOutput$
2548
+ { [_ht]: ["GET", "/lenses/{LensAlias}/export", 200] }, () => ExportLensInput$, () => ExportLensOutput$
2549
+ ];
2550
+ var GetAgentContext$ = [9, n0, _GAC,
2551
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/contexts/{id}", 200] }, () => GetAgentContextRequest$, () => GetAgentContextResponse$
2552
+ ];
2553
+ var GetAgentGoal$ = [9, n0, _GAG,
2554
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/goals/{id}", 200] }, () => GetAgentGoalRequest$, () => GetAgentGoalResponse$
2555
+ ];
2556
+ var GetAgentProfile$ = [9, n0, _GAP,
2557
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}", 200] }, () => GetAgentProfileRequest$, () => GetAgentProfileResponse$
2558
+ ];
2559
+ var GetAgentRecommendation$ = [9, n0, _GAR,
2560
+ { [_ht]: ["GET", "/api/v1/agent-recommendations/{recommendationArn}", 200] }, () => GetAgentRecommendationRequest$, () => GetAgentRecommendationResponse$
2561
+ ];
2562
+ var GetAgentRecommendationGeneration$ = [9, n0, _GARG,
2563
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/generations/{generationId}", 200] }, () => GetAgentRecommendationGenerationRequest$, () => GetAgentRecommendationGenerationResponse$
1922
2564
  ];
1923
2565
  var GetAnswer$ = [9, n0, _GA,
1924
- { [_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => GetAnswerInput$, () => GetAnswerOutput$
2566
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => GetAnswerInput$, () => GetAnswerOutput$
1925
2567
  ];
1926
2568
  var GetConsolidatedReport$ = [9, n0, _GCR,
1927
- { [_h]: ["GET", "/consolidatedReport", 200] }, () => GetConsolidatedReportInput$, () => GetConsolidatedReportOutput$
2569
+ { [_ht]: ["GET", "/consolidatedReport", 200] }, () => GetConsolidatedReportInput$, () => GetConsolidatedReportOutput$
1928
2570
  ];
1929
2571
  var GetGlobalSettings$ = [9, n0, _GGS,
1930
- { [_h]: ["GET", "/global-settings", 200] }, () => __Unit, () => GetGlobalSettingsOutput$
2572
+ { [_ht]: ["GET", "/global-settings", 200] }, () => __Unit, () => GetGlobalSettingsOutput$
1931
2573
  ];
1932
2574
  var GetLens$ = [9, n0, _GL,
1933
- { [_h]: ["GET", "/lenses/{LensAlias}", 200] }, () => GetLensInput$, () => GetLensOutput$
2575
+ { [_ht]: ["GET", "/lenses/{LensAlias}", 200] }, () => GetLensInput$, () => GetLensOutput$
1934
2576
  ];
1935
2577
  var GetLensReview$ = [9, n0, _GLR,
1936
- { [_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200] }, () => GetLensReviewInput$, () => GetLensReviewOutput$
2578
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200] }, () => GetLensReviewInput$, () => GetLensReviewOutput$
1937
2579
  ];
1938
2580
  var GetLensReviewReport$ = [9, n0, _GLRR,
1939
- { [_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/report", 200] }, () => GetLensReviewReportInput$, () => GetLensReviewReportOutput$
2581
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/report", 200] }, () => GetLensReviewReportInput$, () => GetLensReviewReportOutput$
1940
2582
  ];
1941
2583
  var GetLensVersionDifference$ = [9, n0, _GLVD,
1942
- { [_h]: ["GET", "/lenses/{LensAlias}/versionDifference", 200] }, () => GetLensVersionDifferenceInput$, () => GetLensVersionDifferenceOutput$
2584
+ { [_ht]: ["GET", "/lenses/{LensAlias}/versionDifference", 200] }, () => GetLensVersionDifferenceInput$, () => GetLensVersionDifferenceOutput$
1943
2585
  ];
1944
2586
  var GetMilestone$ = [9, n0, _GM,
1945
- { [_h]: ["GET", "/workloads/{WorkloadId}/milestones/{MilestoneNumber}", 200] }, () => GetMilestoneInput$, () => GetMilestoneOutput$
2587
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/milestones/{MilestoneNumber}", 200] }, () => GetMilestoneInput$, () => GetMilestoneOutput$
1946
2588
  ];
1947
2589
  var GetProfile$ = [9, n0, _GP,
1948
- { [_h]: ["GET", "/profiles/{ProfileArn}", 200] }, () => GetProfileInput$, () => GetProfileOutput$
2590
+ { [_ht]: ["GET", "/profiles/{ProfileArn}", 200] }, () => GetProfileInput$, () => GetProfileOutput$
1949
2591
  ];
1950
2592
  var GetProfileTemplate$ = [9, n0, _GPT,
1951
- { [_h]: ["GET", "/profileTemplate", 200] }, () => GetProfileTemplateInput$, () => GetProfileTemplateOutput$
2593
+ { [_ht]: ["GET", "/profileTemplate", 200] }, () => GetProfileTemplateInput$, () => GetProfileTemplateOutput$
1952
2594
  ];
1953
2595
  var GetReviewTemplate$ = [9, n0, _GRT,
1954
- { [_h]: ["GET", "/reviewTemplates/{TemplateArn}", 200] }, () => GetReviewTemplateInput$, () => GetReviewTemplateOutput$
2596
+ { [_ht]: ["GET", "/reviewTemplates/{TemplateArn}", 200] }, () => GetReviewTemplateInput$, () => GetReviewTemplateOutput$
1955
2597
  ];
1956
2598
  var GetReviewTemplateAnswer$ = [9, n0, _GRTA,
1957
- { [_h]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => GetReviewTemplateAnswerInput$, () => GetReviewTemplateAnswerOutput$
2599
+ { [_ht]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => GetReviewTemplateAnswerInput$, () => GetReviewTemplateAnswerOutput$
1958
2600
  ];
1959
2601
  var GetReviewTemplateLensReview$ = [9, n0, _GRTLR,
1960
- { [_h]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200] }, () => GetReviewTemplateLensReviewInput$, () => GetReviewTemplateLensReviewOutput$
2602
+ { [_ht]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200] }, () => GetReviewTemplateLensReviewInput$, () => GetReviewTemplateLensReviewOutput$
1961
2603
  ];
1962
2604
  var GetWorkload$ = [9, n0, _GW,
1963
- { [_h]: ["GET", "/workloads/{WorkloadId}", 200] }, () => GetWorkloadInput$, () => GetWorkloadOutput$
2605
+ { [_ht]: ["GET", "/workloads/{WorkloadId}", 200] }, () => GetWorkloadInput$, () => GetWorkloadOutput$
2606
+ ];
2607
+ var ImportLens$ = [9, n0, _ILm,
2608
+ { [_ht]: ["PUT", "/importLens", 200] }, () => ImportLensInput$, () => ImportLensOutput$
2609
+ ];
2610
+ var ListAgentContexts$ = [9, n0, _LACi,
2611
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/contexts", 200] }, () => ListAgentContextsRequest$, () => ListAgentContextsResponse$
2612
+ ];
2613
+ var ListAgentGoals$ = [9, n0, _LAG,
2614
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/goals", 200] }, () => ListAgentGoalsRequest$, () => ListAgentGoalsResponse$
2615
+ ];
2616
+ var ListAgentProfiles$ = [9, n0, _LAP,
2617
+ { [_ht]: ["GET", "/api/v1/agent-profiles", 200] }, () => ListAgentProfilesRequest$, () => ListAgentProfilesResponse$
2618
+ ];
2619
+ var ListAgentRecommendationGenerations$ = [9, n0, _LARG,
2620
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/generations", 200] }, () => ListAgentRecommendationGenerationsRequest$, () => ListAgentRecommendationGenerationsResponse$
2621
+ ];
2622
+ var ListAgentRecommendationItems$ = [9, n0, _LARI,
2623
+ { [_ht]: ["GET", "/api/v1/agent-recommendations/{recommendationArn}/items", 200] }, () => ListAgentRecommendationItemsRequest$, () => ListAgentRecommendationItemsResponse$
1964
2624
  ];
1965
- var ImportLens$ = [9, n0, _IL,
1966
- { [_h]: ["PUT", "/importLens", 200] }, () => ImportLensInput$, () => ImportLensOutput$
2625
+ var ListAgentRecommendations$ = [9, n0, _LAR,
2626
+ { [_ht]: ["GET", "/api/v1/agent-profiles/{profileArn}/recommendations", 200] }, () => ListAgentRecommendationsRequest$, () => ListAgentRecommendationsResponse$
1967
2627
  ];
1968
2628
  var ListAnswers$ = [9, n0, _LAi,
1969
- { [_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers", 200] }, () => ListAnswersInput$, () => ListAnswersOutput$
2629
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers", 200] }, () => ListAnswersInput$, () => ListAnswersOutput$
1970
2630
  ];
1971
2631
  var ListCheckDetails$ = [9, n0, _LCD,
1972
- { [_h]: ["POST", "/workloads/{WorkloadId}/checks", 200] }, () => ListCheckDetailsInput$, () => ListCheckDetailsOutput$
2632
+ { [_ht]: ["POST", "/workloads/{WorkloadId}/checks", 200] }, () => ListCheckDetailsInput$, () => ListCheckDetailsOutput$
1973
2633
  ];
1974
2634
  var ListCheckSummaries$ = [9, n0, _LCS,
1975
- { [_h]: ["POST", "/workloads/{WorkloadId}/checkSummaries", 200] }, () => ListCheckSummariesInput$, () => ListCheckSummariesOutput$
2635
+ { [_ht]: ["POST", "/workloads/{WorkloadId}/checkSummaries", 200] }, () => ListCheckSummariesInput$, () => ListCheckSummariesOutput$
1976
2636
  ];
1977
2637
  var ListLenses$ = [9, n0, _LL,
1978
- { [_h]: ["GET", "/lenses", 200] }, () => ListLensesInput$, () => ListLensesOutput$
2638
+ { [_ht]: ["GET", "/lenses", 200] }, () => ListLensesInput$, () => ListLensesOutput$
1979
2639
  ];
1980
2640
  var ListLensReviewImprovements$ = [9, n0, _LLRIi,
1981
- { [_h]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/improvements", 200] }, () => ListLensReviewImprovementsInput$, () => ListLensReviewImprovementsOutput$
2641
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/improvements", 200] }, () => ListLensReviewImprovementsInput$, () => ListLensReviewImprovementsOutput$
1982
2642
  ];
1983
2643
  var ListLensReviews$ = [9, n0, _LLR,
1984
- { [_h]: ["GET", "/workloads/{WorkloadId}/lensReviews", 200] }, () => ListLensReviewsInput$, () => ListLensReviewsOutput$
2644
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/lensReviews", 200] }, () => ListLensReviewsInput$, () => ListLensReviewsOutput$
1985
2645
  ];
1986
2646
  var ListLensShares$ = [9, n0, _LLS,
1987
- { [_h]: ["GET", "/lenses/{LensAlias}/shares", 200] }, () => ListLensSharesInput$, () => ListLensSharesOutput$
2647
+ { [_ht]: ["GET", "/lenses/{LensAlias}/shares", 200] }, () => ListLensSharesInput$, () => ListLensSharesOutput$
1988
2648
  ];
1989
2649
  var ListMilestones$ = [9, n0, _LMi,
1990
- { [_h]: ["POST", "/workloads/{WorkloadId}/milestonesSummaries", 200] }, () => ListMilestonesInput$, () => ListMilestonesOutput$
2650
+ { [_ht]: ["POST", "/workloads/{WorkloadId}/milestonesSummaries", 200] }, () => ListMilestonesInput$, () => ListMilestonesOutput$
1991
2651
  ];
1992
2652
  var ListNotifications$ = [9, n0, _LNi,
1993
- { [_h]: ["POST", "/notifications", 200] }, () => ListNotificationsInput$, () => ListNotificationsOutput$
2653
+ { [_ht]: ["POST", "/notifications", 200] }, () => ListNotificationsInput$, () => ListNotificationsOutput$
1994
2654
  ];
1995
2655
  var ListProfileNotifications$ = [9, n0, _LPN,
1996
- { [_h]: ["GET", "/profileNotifications", 200] }, () => ListProfileNotificationsInput$, () => ListProfileNotificationsOutput$
2656
+ { [_ht]: ["GET", "/profileNotifications", 200] }, () => ListProfileNotificationsInput$, () => ListProfileNotificationsOutput$
1997
2657
  ];
1998
2658
  var ListProfiles$ = [9, n0, _LP,
1999
- { [_h]: ["GET", "/profileSummaries", 200] }, () => ListProfilesInput$, () => ListProfilesOutput$
2659
+ { [_ht]: ["GET", "/profileSummaries", 200] }, () => ListProfilesInput$, () => ListProfilesOutput$
2000
2660
  ];
2001
2661
  var ListProfileShares$ = [9, n0, _LPS,
2002
- { [_h]: ["GET", "/profiles/{ProfileArn}/shares", 200] }, () => ListProfileSharesInput$, () => ListProfileSharesOutput$
2662
+ { [_ht]: ["GET", "/profiles/{ProfileArn}/shares", 200] }, () => ListProfileSharesInput$, () => ListProfileSharesOutput$
2003
2663
  ];
2004
2664
  var ListReviewTemplateAnswers$ = [9, n0, _LRTA,
2005
- { [_h]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers", 200] }, () => ListReviewTemplateAnswersInput$, () => ListReviewTemplateAnswersOutput$
2665
+ { [_ht]: ["GET", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers", 200] }, () => ListReviewTemplateAnswersInput$, () => ListReviewTemplateAnswersOutput$
2006
2666
  ];
2007
2667
  var ListReviewTemplates$ = [9, n0, _LRT,
2008
- { [_h]: ["GET", "/reviewTemplates", 200] }, () => ListReviewTemplatesInput$, () => ListReviewTemplatesOutput$
2668
+ { [_ht]: ["GET", "/reviewTemplates", 200] }, () => ListReviewTemplatesInput$, () => ListReviewTemplatesOutput$
2009
2669
  ];
2010
2670
  var ListShareInvitations$ = [9, n0, _LSI,
2011
- { [_h]: ["GET", "/shareInvitations", 200] }, () => ListShareInvitationsInput$, () => ListShareInvitationsOutput$
2671
+ { [_ht]: ["GET", "/shareInvitations", 200] }, () => ListShareInvitationsInput$, () => ListShareInvitationsOutput$
2012
2672
  ];
2013
2673
  var ListTagsForResource$ = [9, n0, _LTFR,
2014
- { [_h]: ["GET", "/tags/{WorkloadArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
2674
+ { [_ht]: ["GET", "/tags/{WorkloadArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
2015
2675
  ];
2016
2676
  var ListTemplateShares$ = [9, n0, _LTS,
2017
- { [_h]: ["GET", "/templates/shares/{TemplateArn}", 200] }, () => ListTemplateSharesInput$, () => ListTemplateSharesOutput$
2677
+ { [_ht]: ["GET", "/templates/shares/{TemplateArn}", 200] }, () => ListTemplateSharesInput$, () => ListTemplateSharesOutput$
2018
2678
  ];
2019
2679
  var ListWorkloads$ = [9, n0, _LW,
2020
- { [_h]: ["POST", "/workloadsSummaries", 200] }, () => ListWorkloadsInput$, () => ListWorkloadsOutput$
2680
+ { [_ht]: ["POST", "/workloadsSummaries", 200] }, () => ListWorkloadsInput$, () => ListWorkloadsOutput$
2021
2681
  ];
2022
2682
  var ListWorkloadShares$ = [9, n0, _LWS,
2023
- { [_h]: ["GET", "/workloads/{WorkloadId}/shares", 200] }, () => ListWorkloadSharesInput$, () => ListWorkloadSharesOutput$
2683
+ { [_ht]: ["GET", "/workloads/{WorkloadId}/shares", 200] }, () => ListWorkloadSharesInput$, () => ListWorkloadSharesOutput$
2684
+ ];
2685
+ var PutAgentRecommendationFeedback$ = [9, n0, _PARF,
2686
+ { [_ht]: ["PUT", "/api/v1/agent-recommendations/{recommendationArn}/feedback", 200] }, () => PutAgentRecommendationFeedbackRequest$, () => PutAgentRecommendationFeedbackResponse$
2687
+ ];
2688
+ var StartAgentRecommendationGeneration$ = [9, n0, _SARG,
2689
+ { [_ht]: ["POST", "/api/v1/agent-profiles/{profileArn}/generations", 200] }, () => StartAgentRecommendationGenerationRequest$, () => StartAgentRecommendationGenerationResponse$
2024
2690
  ];
2025
2691
  var TagResource$ = [9, n0, _TR,
2026
- { [_h]: ["POST", "/tags/{WorkloadArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
2692
+ { [_ht]: ["POST", "/tags/{WorkloadArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
2027
2693
  ];
2028
2694
  var UntagResource$ = [9, n0, _UR,
2029
- { [_h]: ["DELETE", "/tags/{WorkloadArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
2695
+ { [_ht]: ["DELETE", "/tags/{WorkloadArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
2696
+ ];
2697
+ var UpdateAgentContext$ = [9, n0, _UAC,
2698
+ { [_ht]: ["PUT", "/api/v1/agent-profiles/{profileArn}/contexts/{id}", 200] }, () => UpdateAgentContextRequest$, () => UpdateAgentContextResponse$
2699
+ ];
2700
+ var UpdateAgentGoal$ = [9, n0, _UAG,
2701
+ { [_ht]: ["PUT", "/api/v1/agent-profiles/{profileArn}/goals/{id}", 200] }, () => UpdateAgentGoalRequest$, () => UpdateAgentGoalResponse$
2702
+ ];
2703
+ var UpdateAgentProfile$ = [9, n0, _UAP,
2704
+ { [_ht]: ["PUT", "/api/v1/agent-profiles/{profileArn}", 200] }, () => UpdateAgentProfileRequest$, () => UpdateAgentProfileResponse$
2705
+ ];
2706
+ var UpdateAgentRecommendationStatus$ = [9, n0, _UARS,
2707
+ { [_ht]: ["PATCH", "/api/v1/agent-recommendations/{recommendationArn}/status", 200] }, () => UpdateAgentRecommendationStatusRequest$, () => UpdateAgentRecommendationStatusResponse$
2030
2708
  ];
2031
2709
  var UpdateAnswer$ = [9, n0, _UAp,
2032
- { [_h]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => UpdateAnswerInput$, () => UpdateAnswerOutput$
2710
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => UpdateAnswerInput$, () => UpdateAnswerOutput$
2033
2711
  ];
2034
2712
  var UpdateGlobalSettings$ = [9, n0, _UGS,
2035
- { [_h]: ["PATCH", "/global-settings", 200] }, () => UpdateGlobalSettingsInput$, () => __Unit
2713
+ { [_ht]: ["PATCH", "/global-settings", 200] }, () => UpdateGlobalSettingsInput$, () => __Unit
2036
2714
  ];
2037
2715
  var UpdateIntegration$ = [9, n0, _UI,
2038
- { [_h]: ["POST", "/workloads/{WorkloadId}/updateIntegration", 200] }, () => UpdateIntegrationInput$, () => __Unit
2716
+ { [_ht]: ["POST", "/workloads/{WorkloadId}/updateIntegration", 200] }, () => UpdateIntegrationInput$, () => __Unit
2039
2717
  ];
2040
2718
  var UpdateLensReview$ = [9, n0, _ULR,
2041
- { [_h]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200] }, () => UpdateLensReviewInput$, () => UpdateLensReviewOutput$
2719
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}/lensReviews/{LensAlias}", 200] }, () => UpdateLensReviewInput$, () => UpdateLensReviewOutput$
2042
2720
  ];
2043
2721
  var UpdateProfile$ = [9, n0, _UP,
2044
- { [_h]: ["PATCH", "/profiles/{ProfileArn}", 200] }, () => UpdateProfileInput$, () => UpdateProfileOutput$
2722
+ { [_ht]: ["PATCH", "/profiles/{ProfileArn}", 200] }, () => UpdateProfileInput$, () => UpdateProfileOutput$
2045
2723
  ];
2046
2724
  var UpdateReviewTemplate$ = [9, n0, _URT,
2047
- { [_h]: ["PATCH", "/reviewTemplates/{TemplateArn}", 200] }, () => UpdateReviewTemplateInput$, () => UpdateReviewTemplateOutput$
2725
+ { [_ht]: ["PATCH", "/reviewTemplates/{TemplateArn}", 200] }, () => UpdateReviewTemplateInput$, () => UpdateReviewTemplateOutput$
2048
2726
  ];
2049
2727
  var UpdateReviewTemplateAnswer$ = [9, n0, _URTA,
2050
- { [_h]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => UpdateReviewTemplateAnswerInput$, () => UpdateReviewTemplateAnswerOutput$
2728
+ { [_ht]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}", 200] }, () => UpdateReviewTemplateAnswerInput$, () => UpdateReviewTemplateAnswerOutput$
2051
2729
  ];
2052
2730
  var UpdateReviewTemplateLensReview$ = [9, n0, _URTLR,
2053
- { [_h]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200] }, () => UpdateReviewTemplateLensReviewInput$, () => UpdateReviewTemplateLensReviewOutput$
2731
+ { [_ht]: ["PATCH", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}", 200] }, () => UpdateReviewTemplateLensReviewInput$, () => UpdateReviewTemplateLensReviewOutput$
2054
2732
  ];
2055
2733
  var UpdateShareInvitation$ = [9, n0, _USI,
2056
- { [_h]: ["PATCH", "/shareInvitations/{ShareInvitationId}", 200] }, () => UpdateShareInvitationInput$, () => UpdateShareInvitationOutput$
2734
+ { [_ht]: ["PATCH", "/shareInvitations/{ShareInvitationId}", 200] }, () => UpdateShareInvitationInput$, () => UpdateShareInvitationOutput$
2057
2735
  ];
2058
2736
  var UpdateWorkload$ = [9, n0, _UW,
2059
- { [_h]: ["PATCH", "/workloads/{WorkloadId}", 200] }, () => UpdateWorkloadInput$, () => UpdateWorkloadOutput$
2737
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}", 200] }, () => UpdateWorkloadInput$, () => UpdateWorkloadOutput$
2060
2738
  ];
2061
2739
  var UpdateWorkloadShare$ = [9, n0, _UWS,
2062
- { [_h]: ["PATCH", "/workloads/{WorkloadId}/shares/{ShareId}", 200] }, () => UpdateWorkloadShareInput$, () => UpdateWorkloadShareOutput$
2740
+ { [_ht]: ["PATCH", "/workloads/{WorkloadId}/shares/{ShareId}", 200] }, () => UpdateWorkloadShareInput$, () => UpdateWorkloadShareOutput$
2063
2741
  ];
2064
2742
  var UpgradeLensReview$ = [9, n0, _ULRp,
2065
- { [_h]: ["PUT", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/upgrade", 200] }, () => UpgradeLensReviewInput$, () => __Unit
2743
+ { [_ht]: ["PUT", "/workloads/{WorkloadId}/lensReviews/{LensAlias}/upgrade", 200] }, () => UpgradeLensReviewInput$, () => __Unit
2066
2744
  ];
2067
2745
  var UpgradeProfileVersion$ = [9, n0, _UPV,
2068
- { [_h]: ["PUT", "/workloads/{WorkloadId}/profiles/{ProfileArn}/upgrade", 200] }, () => UpgradeProfileVersionInput$, () => __Unit
2746
+ { [_ht]: ["PUT", "/workloads/{WorkloadId}/profiles/{ProfileArn}/upgrade", 200] }, () => UpgradeProfileVersionInput$, () => __Unit
2069
2747
  ];
2070
2748
  var UpgradeReviewTemplateLensReview$ = [9, n0, _URTLRp,
2071
- { [_h]: ["PUT", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/upgrade", 200] }, () => UpgradeReviewTemplateLensReviewInput$, () => __Unit
2749
+ { [_ht]: ["PUT", "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/upgrade", 200] }, () => UpgradeReviewTemplateLensReviewInput$, () => __Unit
2072
2750
  ];
2073
2751
 
2074
2752
  const getRuntimeConfig$1 = (config) => {
@@ -2227,6 +2905,15 @@ class AssociateLensesCommand extends command(_ep0, _mw0, "AssociateLenses", Asso
2227
2905
  class AssociateProfilesCommand extends command(_ep0, _mw0, "AssociateProfiles", AssociateProfiles$) {
2228
2906
  }
2229
2907
 
2908
+ class CreateAgentContextCommand extends command(_ep0, _mw0, "CreateAgentContext", CreateAgentContext$) {
2909
+ }
2910
+
2911
+ class CreateAgentGoalCommand extends command(_ep0, _mw0, "CreateAgentGoal", CreateAgentGoal$) {
2912
+ }
2913
+
2914
+ class CreateAgentProfileCommand extends command(_ep0, _mw0, "CreateAgentProfile", CreateAgentProfile$) {
2915
+ }
2916
+
2230
2917
  class CreateLensShareCommand extends command(_ep0, _mw0, "CreateLensShare", CreateLensShare$) {
2231
2918
  }
2232
2919
 
@@ -2254,6 +2941,15 @@ class CreateWorkloadCommand extends command(_ep0, _mw0, "CreateWorkload", Create
2254
2941
  class CreateWorkloadShareCommand extends command(_ep0, _mw0, "CreateWorkloadShare", CreateWorkloadShare$) {
2255
2942
  }
2256
2943
 
2944
+ class DeleteAgentContextCommand extends command(_ep0, _mw0, "DeleteAgentContext", DeleteAgentContext$) {
2945
+ }
2946
+
2947
+ class DeleteAgentGoalCommand extends command(_ep0, _mw0, "DeleteAgentGoal", DeleteAgentGoal$) {
2948
+ }
2949
+
2950
+ class DeleteAgentProfileCommand extends command(_ep0, _mw0, "DeleteAgentProfile", DeleteAgentProfile$) {
2951
+ }
2952
+
2257
2953
  class DeleteLensCommand extends command(_ep0, _mw0, "DeleteLens", DeleteLens$) {
2258
2954
  }
2259
2955
 
@@ -2287,6 +2983,21 @@ class DisassociateProfilesCommand extends command(_ep0, _mw0, "DisassociateProfi
2287
2983
  class ExportLensCommand extends command(_ep0, _mw0, "ExportLens", ExportLens$) {
2288
2984
  }
2289
2985
 
2986
+ class GetAgentContextCommand extends command(_ep0, _mw0, "GetAgentContext", GetAgentContext$) {
2987
+ }
2988
+
2989
+ class GetAgentGoalCommand extends command(_ep0, _mw0, "GetAgentGoal", GetAgentGoal$) {
2990
+ }
2991
+
2992
+ class GetAgentProfileCommand extends command(_ep0, _mw0, "GetAgentProfile", GetAgentProfile$) {
2993
+ }
2994
+
2995
+ class GetAgentRecommendationCommand extends command(_ep0, _mw0, "GetAgentRecommendation", GetAgentRecommendation$) {
2996
+ }
2997
+
2998
+ class GetAgentRecommendationGenerationCommand extends command(_ep0, _mw0, "GetAgentRecommendationGeneration", GetAgentRecommendationGeneration$) {
2999
+ }
3000
+
2290
3001
  class GetAnswerCommand extends command(_ep0, _mw0, "GetAnswer", GetAnswer$) {
2291
3002
  }
2292
3003
 
@@ -2332,6 +3043,24 @@ class GetWorkloadCommand extends command(_ep0, _mw0, "GetWorkload", GetWorkload$
2332
3043
  class ImportLensCommand extends command(_ep0, _mw0, "ImportLens", ImportLens$) {
2333
3044
  }
2334
3045
 
3046
+ class ListAgentContextsCommand extends command(_ep0, _mw0, "ListAgentContexts", ListAgentContexts$) {
3047
+ }
3048
+
3049
+ class ListAgentGoalsCommand extends command(_ep0, _mw0, "ListAgentGoals", ListAgentGoals$) {
3050
+ }
3051
+
3052
+ class ListAgentProfilesCommand extends command(_ep0, _mw0, "ListAgentProfiles", ListAgentProfiles$) {
3053
+ }
3054
+
3055
+ class ListAgentRecommendationGenerationsCommand extends command(_ep0, _mw0, "ListAgentRecommendationGenerations", ListAgentRecommendationGenerations$) {
3056
+ }
3057
+
3058
+ class ListAgentRecommendationItemsCommand extends command(_ep0, _mw0, "ListAgentRecommendationItems", ListAgentRecommendationItems$) {
3059
+ }
3060
+
3061
+ class ListAgentRecommendationsCommand extends command(_ep0, _mw0, "ListAgentRecommendations", ListAgentRecommendations$) {
3062
+ }
3063
+
2335
3064
  class ListAnswersCommand extends command(_ep0, _mw0, "ListAnswers", ListAnswers$) {
2336
3065
  }
2337
3066
 
@@ -2389,12 +3118,30 @@ class ListWorkloadsCommand extends command(_ep0, _mw0, "ListWorkloads", ListWork
2389
3118
  class ListWorkloadSharesCommand extends command(_ep0, _mw0, "ListWorkloadShares", ListWorkloadShares$) {
2390
3119
  }
2391
3120
 
3121
+ class PutAgentRecommendationFeedbackCommand extends command(_ep0, _mw0, "PutAgentRecommendationFeedback", PutAgentRecommendationFeedback$) {
3122
+ }
3123
+
3124
+ class StartAgentRecommendationGenerationCommand extends command(_ep0, _mw0, "StartAgentRecommendationGeneration", StartAgentRecommendationGeneration$) {
3125
+ }
3126
+
2392
3127
  class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2393
3128
  }
2394
3129
 
2395
3130
  class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2396
3131
  }
2397
3132
 
3133
+ class UpdateAgentContextCommand extends command(_ep0, _mw0, "UpdateAgentContext", UpdateAgentContext$) {
3134
+ }
3135
+
3136
+ class UpdateAgentGoalCommand extends command(_ep0, _mw0, "UpdateAgentGoal", UpdateAgentGoal$) {
3137
+ }
3138
+
3139
+ class UpdateAgentProfileCommand extends command(_ep0, _mw0, "UpdateAgentProfile", UpdateAgentProfile$) {
3140
+ }
3141
+
3142
+ class UpdateAgentRecommendationStatusCommand extends command(_ep0, _mw0, "UpdateAgentRecommendationStatus", UpdateAgentRecommendationStatus$) {
3143
+ }
3144
+
2398
3145
  class UpdateAnswerCommand extends command(_ep0, _mw0, "UpdateAnswer", UpdateAnswer$) {
2399
3146
  }
2400
3147
 
@@ -2439,6 +3186,18 @@ class UpgradeReviewTemplateLensReviewCommand extends command(_ep0, _mw0, "Upgrad
2439
3186
 
2440
3187
  const paginateGetConsolidatedReport = createPaginator(WellArchitectedClient, GetConsolidatedReportCommand, "NextToken", "NextToken", "MaxResults");
2441
3188
 
3189
+ const paginateListAgentContexts = createPaginator(WellArchitectedClient, ListAgentContextsCommand, "nextToken", "nextToken", "maxResults");
3190
+
3191
+ const paginateListAgentGoals = createPaginator(WellArchitectedClient, ListAgentGoalsCommand, "nextToken", "nextToken", "maxResults");
3192
+
3193
+ const paginateListAgentProfiles = createPaginator(WellArchitectedClient, ListAgentProfilesCommand, "nextToken", "nextToken", "maxResults");
3194
+
3195
+ const paginateListAgentRecommendationGenerations = createPaginator(WellArchitectedClient, ListAgentRecommendationGenerationsCommand, "nextToken", "nextToken", "maxResults");
3196
+
3197
+ const paginateListAgentRecommendationItems = createPaginator(WellArchitectedClient, ListAgentRecommendationItemsCommand, "nextToken", "nextToken", "maxResults");
3198
+
3199
+ const paginateListAgentRecommendations = createPaginator(WellArchitectedClient, ListAgentRecommendationsCommand, "nextToken", "nextToken", "maxResults");
3200
+
2442
3201
  const paginateListAnswers = createPaginator(WellArchitectedClient, ListAnswersCommand, "NextToken", "NextToken", "MaxResults");
2443
3202
 
2444
3203
  const paginateListCheckDetails = createPaginator(WellArchitectedClient, ListCheckDetailsCommand, "NextToken", "NextToken", "MaxResults");
@@ -2478,6 +3237,9 @@ const paginateListWorkloads = createPaginator(WellArchitectedClient, ListWorkloa
2478
3237
  const commands = {
2479
3238
  AssociateLensesCommand,
2480
3239
  AssociateProfilesCommand,
3240
+ CreateAgentContextCommand,
3241
+ CreateAgentGoalCommand,
3242
+ CreateAgentProfileCommand,
2481
3243
  CreateLensShareCommand,
2482
3244
  CreateLensVersionCommand,
2483
3245
  CreateMilestoneCommand,
@@ -2487,6 +3249,9 @@ const commands = {
2487
3249
  CreateTemplateShareCommand,
2488
3250
  CreateWorkloadCommand,
2489
3251
  CreateWorkloadShareCommand,
3252
+ DeleteAgentContextCommand,
3253
+ DeleteAgentGoalCommand,
3254
+ DeleteAgentProfileCommand,
2490
3255
  DeleteLensCommand,
2491
3256
  DeleteLensShareCommand,
2492
3257
  DeleteProfileCommand,
@@ -2498,6 +3263,11 @@ const commands = {
2498
3263
  DisassociateLensesCommand,
2499
3264
  DisassociateProfilesCommand,
2500
3265
  ExportLensCommand,
3266
+ GetAgentContextCommand,
3267
+ GetAgentGoalCommand,
3268
+ GetAgentProfileCommand,
3269
+ GetAgentRecommendationCommand,
3270
+ GetAgentRecommendationGenerationCommand,
2501
3271
  GetAnswerCommand,
2502
3272
  GetConsolidatedReportCommand,
2503
3273
  GetGlobalSettingsCommand,
@@ -2513,6 +3283,12 @@ const commands = {
2513
3283
  GetReviewTemplateLensReviewCommand,
2514
3284
  GetWorkloadCommand,
2515
3285
  ImportLensCommand,
3286
+ ListAgentContextsCommand,
3287
+ ListAgentGoalsCommand,
3288
+ ListAgentProfilesCommand,
3289
+ ListAgentRecommendationGenerationsCommand,
3290
+ ListAgentRecommendationItemsCommand,
3291
+ ListAgentRecommendationsCommand,
2516
3292
  ListAnswersCommand,
2517
3293
  ListCheckDetailsCommand,
2518
3294
  ListCheckSummariesCommand,
@@ -2532,8 +3308,14 @@ const commands = {
2532
3308
  ListTemplateSharesCommand,
2533
3309
  ListWorkloadsCommand,
2534
3310
  ListWorkloadSharesCommand,
3311
+ PutAgentRecommendationFeedbackCommand,
3312
+ StartAgentRecommendationGenerationCommand,
2535
3313
  TagResourceCommand,
2536
3314
  UntagResourceCommand,
3315
+ UpdateAgentContextCommand,
3316
+ UpdateAgentGoalCommand,
3317
+ UpdateAgentProfileCommand,
3318
+ UpdateAgentRecommendationStatusCommand,
2537
3319
  UpdateAnswerCommand,
2538
3320
  UpdateGlobalSettingsCommand,
2539
3321
  UpdateIntegrationCommand,
@@ -2551,6 +3333,12 @@ const commands = {
2551
3333
  };
2552
3334
  const paginators = {
2553
3335
  paginateGetConsolidatedReport,
3336
+ paginateListAgentContexts,
3337
+ paginateListAgentGoals,
3338
+ paginateListAgentProfiles,
3339
+ paginateListAgentRecommendationGenerations,
3340
+ paginateListAgentRecommendationItems,
3341
+ paginateListAgentRecommendations,
2554
3342
  paginateListAnswers,
2555
3343
  paginateListCheckDetails,
2556
3344
  paginateListCheckSummaries,
@@ -2600,6 +3388,60 @@ const AdditionalResourceType = {
2600
3388
  HELPFUL_RESOURCE: "HELPFUL_RESOURCE",
2601
3389
  IMPROVEMENT_PLAN: "IMPROVEMENT_PLAN",
2602
3390
  };
3391
+ const Pillar = {
3392
+ COST_OPTIMIZATION: "COST_OPTIMIZATION",
3393
+ OPERATIONAL_EXCELLENCE: "OPERATIONAL_EXCELLENCE",
3394
+ PERFORMANCE: "PERFORMANCE",
3395
+ RESILIENCE: "RESILIENCE",
3396
+ SECURITY: "SECURITY",
3397
+ };
3398
+ const GenerationStatus = {
3399
+ COMPLETED: "COMPLETED",
3400
+ ERROR: "ERROR",
3401
+ IN_PROGRESS: "IN_PROGRESS",
3402
+ QUEUED: "QUEUED",
3403
+ };
3404
+ const RecommendationItemType = {
3405
+ AWS_RESOURCE: "AWS_RESOURCE",
3406
+ RECOMMENDATION: "RECOMMENDATION",
3407
+ };
3408
+ const RemediationType = {
3409
+ AUTO_REMEDIATION: "AUTO_REMEDIATION",
3410
+ CLI: "CLI",
3411
+ CONSOLE: "CONSOLE",
3412
+ IAC: "IAC",
3413
+ MCP: "MCP",
3414
+ SDK: "SDK",
3415
+ };
3416
+ const Effort = {
3417
+ LARGE: "LARGE",
3418
+ MEDIUM: "MEDIUM",
3419
+ SMALL: "SMALL",
3420
+ };
3421
+ const ImpactCategory = {
3422
+ HIGH: "HIGH",
3423
+ LOW: "LOW",
3424
+ MEDIUM: "MEDIUM",
3425
+ };
3426
+ const Priority = {
3427
+ HIGH: "HIGH",
3428
+ LOW: "LOW",
3429
+ MEDIUM: "MEDIUM",
3430
+ };
3431
+ const RecommendationState = {
3432
+ CLOSED: "CLOSED",
3433
+ OPEN: "OPEN",
3434
+ };
3435
+ const RecommendationStatus = {
3436
+ ACTIVE: "ACTIVE",
3437
+ COMPLETED: "COMPLETED",
3438
+ SUPPRESSED: "SUPPRESSED",
3439
+ };
3440
+ const RecommendationType = {
3441
+ APPLICATION: "APPLICATION",
3442
+ ARCHITECTURE: "ARCHITECTURE",
3443
+ RESOURCE: "RESOURCE",
3444
+ };
2603
3445
  const ChoiceReason = {
2604
3446
  ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS",
2605
3447
  BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES",
@@ -2630,6 +3472,11 @@ const QuestionType = {
2630
3472
  NON_PRIORITIZED: "NON_PRIORITIZED",
2631
3473
  PRIORITIZED: "PRIORITIZED",
2632
3474
  };
3475
+ const ApplicationType = {
3476
+ DESKTOP_APPLICATION: "DESKTOP_APPLICATION",
3477
+ OTHER: "OTHER",
3478
+ SAS: "SAS",
3479
+ };
2633
3480
  const ValidationExceptionReason = {
2634
3481
  CANNOT_PARSE: "CANNOT_PARSE",
2635
3482
  FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
@@ -2648,6 +3495,15 @@ const CheckFailureReason = {
2648
3495
  const MetricType = {
2649
3496
  WORKLOAD: "WORKLOAD",
2650
3497
  };
3498
+ const Criticality = {
3499
+ BUSINESS_CRITICAL: "BUSINESS_CRITICAL",
3500
+ MISSION_CRITICAL: "MISSION_CRITICAL",
3501
+ NON_CRITICAL: "NON_CRITICAL",
3502
+ TEST_DEVELOPMENT: "TEST_DEVELOPMENT",
3503
+ };
3504
+ const ContextType = {
3505
+ APPLICATION: "APPLICATION",
3506
+ };
2651
3507
  const TrustedAdvisorIntegrationStatus = {
2652
3508
  DISABLED: "DISABLED",
2653
3509
  ENABLED: "ENABLED",
@@ -2683,6 +3539,26 @@ const DiscoveryIntegrationStatus = {
2683
3539
  DISABLED: "DISABLED",
2684
3540
  ENABLED: "ENABLED",
2685
3541
  };
3542
+ const FeedbackCategory = {
3543
+ OTHER: "OTHER",
3544
+ RECOMMENDATION_INCORRECT: "RECOMMENDATION_INCORRECT",
3545
+ RECOMMENDATION_NOT_RELEVANT: "RECOMMENDATION_NOT_RELEVANT",
3546
+ RESOURCE_NOT_IMPORTANT: "RESOURCE_NOT_IMPORTANT",
3547
+ RESOURCE_TYPE_NOT_IMPORTANT: "RESOURCE_TYPE_NOT_IMPORTANT",
3548
+ };
3549
+ const RecommendationSource = {
3550
+ CLOUDWATCH: "CLOUDWATCH",
3551
+ COST_EXPLORER: "COST_EXPLORER",
3552
+ CUSTOMER_IAC: "CUSTOMER_IAC",
3553
+ TRUSTED_ADVISOR: "TRUSTED_ADVISOR",
3554
+ WELL_ARCHITECTED_AGENT: "WELL_ARCHITECTED_AGENT",
3555
+ WELL_ARCHITECTED_TOOL: "WELL_ARCHITECTED_TOOL",
3556
+ };
3557
+ const RiskRating = {
3558
+ HIGH: "HIGH",
3559
+ LOW: "LOW",
3560
+ MEDIUM: "MEDIUM",
3561
+ };
2686
3562
  const ReportFormat = {
2687
3563
  JSON: "JSON",
2688
3564
  PDF: "PDF",
@@ -2762,6 +3638,10 @@ const ShareResourceType = {
2762
3638
  TEMPLATE: "TEMPLATE",
2763
3639
  WORKLOAD: "WORKLOAD",
2764
3640
  };
3641
+ const RecommendationFeedbackType = {
3642
+ NOT_USEFUL: "NOT_USEFUL",
3643
+ USEFUL: "USEFUL",
3644
+ };
2765
3645
  const ShareInvitationAction = {
2766
3646
  ACCEPT: "ACCEPT",
2767
3647
  REJECT: "REJECT",
@@ -2774,9 +3654,16 @@ exports.AccountJiraConfigurationOutput$ = AccountJiraConfigurationOutput$;
2774
3654
  exports.AccountJiraIssueManagementStatus = AccountJiraIssueManagementStatus;
2775
3655
  exports.AdditionalResourceType = AdditionalResourceType;
2776
3656
  exports.AdditionalResources$ = AdditionalResources$;
3657
+ exports.AgentProfileSummary$ = AgentProfileSummary$;
3658
+ exports.AgentRecommendationGenerationSummary$ = AgentRecommendationGenerationSummary$;
3659
+ exports.AgentRecommendationItemSummary$ = AgentRecommendationItemSummary$;
3660
+ exports.AgentRecommendationRemediation$ = AgentRecommendationRemediation$;
3661
+ exports.AgentRecommendationSummary$ = AgentRecommendationSummary$;
3662
+ exports.AggregationConfiguration$ = AggregationConfiguration$;
2777
3663
  exports.Answer$ = Answer$;
2778
3664
  exports.AnswerReason = AnswerReason;
2779
3665
  exports.AnswerSummary$ = AnswerSummary$;
3666
+ exports.ApplicationType = ApplicationType;
2780
3667
  exports.AssociateLenses$ = AssociateLenses$;
2781
3668
  exports.AssociateLensesCommand = AssociateLensesCommand;
2782
3669
  exports.AssociateLensesInput$ = AssociateLensesInput$;
@@ -2800,6 +3687,22 @@ exports.ChoiceUpdate$ = ChoiceUpdate$;
2800
3687
  exports.ConflictException = ConflictException;
2801
3688
  exports.ConflictException$ = ConflictException$;
2802
3689
  exports.ConsolidatedReportMetric$ = ConsolidatedReportMetric$;
3690
+ exports.ContextContent$ = ContextContent$;
3691
+ exports.ContextResourceTag$ = ContextResourceTag$;
3692
+ exports.ContextSummary$ = ContextSummary$;
3693
+ exports.ContextType = ContextType;
3694
+ exports.CreateAgentContext$ = CreateAgentContext$;
3695
+ exports.CreateAgentContextCommand = CreateAgentContextCommand;
3696
+ exports.CreateAgentContextRequest$ = CreateAgentContextRequest$;
3697
+ exports.CreateAgentContextResponse$ = CreateAgentContextResponse$;
3698
+ exports.CreateAgentGoal$ = CreateAgentGoal$;
3699
+ exports.CreateAgentGoalCommand = CreateAgentGoalCommand;
3700
+ exports.CreateAgentGoalRequest$ = CreateAgentGoalRequest$;
3701
+ exports.CreateAgentGoalResponse$ = CreateAgentGoalResponse$;
3702
+ exports.CreateAgentProfile$ = CreateAgentProfile$;
3703
+ exports.CreateAgentProfileCommand = CreateAgentProfileCommand;
3704
+ exports.CreateAgentProfileRequest$ = CreateAgentProfileRequest$;
3705
+ exports.CreateAgentProfileResponse$ = CreateAgentProfileResponse$;
2803
3706
  exports.CreateLensShare$ = CreateLensShare$;
2804
3707
  exports.CreateLensShareCommand = CreateLensShareCommand;
2805
3708
  exports.CreateLensShareInput$ = CreateLensShareInput$;
@@ -2836,7 +3739,21 @@ exports.CreateWorkloadShare$ = CreateWorkloadShare$;
2836
3739
  exports.CreateWorkloadShareCommand = CreateWorkloadShareCommand;
2837
3740
  exports.CreateWorkloadShareInput$ = CreateWorkloadShareInput$;
2838
3741
  exports.CreateWorkloadShareOutput$ = CreateWorkloadShareOutput$;
3742
+ exports.Criticality = Criticality;
3743
+ exports.CrossPillarBenefit$ = CrossPillarBenefit$;
2839
3744
  exports.DefinitionType = DefinitionType;
3745
+ exports.DeleteAgentContext$ = DeleteAgentContext$;
3746
+ exports.DeleteAgentContextCommand = DeleteAgentContextCommand;
3747
+ exports.DeleteAgentContextRequest$ = DeleteAgentContextRequest$;
3748
+ exports.DeleteAgentContextResponse$ = DeleteAgentContextResponse$;
3749
+ exports.DeleteAgentGoal$ = DeleteAgentGoal$;
3750
+ exports.DeleteAgentGoalCommand = DeleteAgentGoalCommand;
3751
+ exports.DeleteAgentGoalRequest$ = DeleteAgentGoalRequest$;
3752
+ exports.DeleteAgentGoalResponse$ = DeleteAgentGoalResponse$;
3753
+ exports.DeleteAgentProfile$ = DeleteAgentProfile$;
3754
+ exports.DeleteAgentProfileCommand = DeleteAgentProfileCommand;
3755
+ exports.DeleteAgentProfileRequest$ = DeleteAgentProfileRequest$;
3756
+ exports.DeleteAgentProfileResponse$ = DeleteAgentProfileResponse$;
2840
3757
  exports.DeleteLens$ = DeleteLens$;
2841
3758
  exports.DeleteLensCommand = DeleteLensCommand;
2842
3759
  exports.DeleteLensInput$ = DeleteLensInput$;
@@ -2869,10 +3786,34 @@ exports.DisassociateProfiles$ = DisassociateProfiles$;
2869
3786
  exports.DisassociateProfilesCommand = DisassociateProfilesCommand;
2870
3787
  exports.DisassociateProfilesInput$ = DisassociateProfilesInput$;
2871
3788
  exports.DiscoveryIntegrationStatus = DiscoveryIntegrationStatus;
3789
+ exports.Effort = Effort;
3790
+ exports.ErrorDetails$ = ErrorDetails$;
2872
3791
  exports.ExportLens$ = ExportLens$;
2873
3792
  exports.ExportLensCommand = ExportLensCommand;
2874
3793
  exports.ExportLensInput$ = ExportLensInput$;
2875
3794
  exports.ExportLensOutput$ = ExportLensOutput$;
3795
+ exports.FeedbackCategory = FeedbackCategory;
3796
+ exports.GenerationStatus = GenerationStatus;
3797
+ exports.GetAgentContext$ = GetAgentContext$;
3798
+ exports.GetAgentContextCommand = GetAgentContextCommand;
3799
+ exports.GetAgentContextRequest$ = GetAgentContextRequest$;
3800
+ exports.GetAgentContextResponse$ = GetAgentContextResponse$;
3801
+ exports.GetAgentGoal$ = GetAgentGoal$;
3802
+ exports.GetAgentGoalCommand = GetAgentGoalCommand;
3803
+ exports.GetAgentGoalRequest$ = GetAgentGoalRequest$;
3804
+ exports.GetAgentGoalResponse$ = GetAgentGoalResponse$;
3805
+ exports.GetAgentProfile$ = GetAgentProfile$;
3806
+ exports.GetAgentProfileCommand = GetAgentProfileCommand;
3807
+ exports.GetAgentProfileRequest$ = GetAgentProfileRequest$;
3808
+ exports.GetAgentProfileResponse$ = GetAgentProfileResponse$;
3809
+ exports.GetAgentRecommendation$ = GetAgentRecommendation$;
3810
+ exports.GetAgentRecommendationCommand = GetAgentRecommendationCommand;
3811
+ exports.GetAgentRecommendationGeneration$ = GetAgentRecommendationGeneration$;
3812
+ exports.GetAgentRecommendationGenerationCommand = GetAgentRecommendationGenerationCommand;
3813
+ exports.GetAgentRecommendationGenerationRequest$ = GetAgentRecommendationGenerationRequest$;
3814
+ exports.GetAgentRecommendationGenerationResponse$ = GetAgentRecommendationGenerationResponse$;
3815
+ exports.GetAgentRecommendationRequest$ = GetAgentRecommendationRequest$;
3816
+ exports.GetAgentRecommendationResponse$ = GetAgentRecommendationResponse$;
2876
3817
  exports.GetAnswer$ = GetAnswer$;
2877
3818
  exports.GetAnswerCommand = GetAnswerCommand;
2878
3819
  exports.GetAnswerInput$ = GetAnswerInput$;
@@ -2928,12 +3869,15 @@ exports.GetWorkload$ = GetWorkload$;
2928
3869
  exports.GetWorkloadCommand = GetWorkloadCommand;
2929
3870
  exports.GetWorkloadInput$ = GetWorkloadInput$;
2930
3871
  exports.GetWorkloadOutput$ = GetWorkloadOutput$;
3872
+ exports.GoalSummary$ = GoalSummary$;
3873
+ exports.ImpactCategory = ImpactCategory;
2931
3874
  exports.ImportLens$ = ImportLens$;
2932
3875
  exports.ImportLensCommand = ImportLensCommand;
2933
3876
  exports.ImportLensInput$ = ImportLensInput$;
2934
3877
  exports.ImportLensOutput$ = ImportLensOutput$;
2935
3878
  exports.ImportLensStatus = ImportLensStatus;
2936
3879
  exports.ImprovementSummary$ = ImprovementSummary$;
3880
+ exports.Insight$ = Insight$;
2937
3881
  exports.IntegratingService = IntegratingService;
2938
3882
  exports.IntegrationStatus = IntegrationStatus;
2939
3883
  exports.IntegrationStatusInput = IntegrationStatusInput;
@@ -2953,6 +3897,30 @@ exports.LensStatusType = LensStatusType;
2953
3897
  exports.LensSummary$ = LensSummary$;
2954
3898
  exports.LensType = LensType;
2955
3899
  exports.LensUpgradeSummary$ = LensUpgradeSummary$;
3900
+ exports.ListAgentContexts$ = ListAgentContexts$;
3901
+ exports.ListAgentContextsCommand = ListAgentContextsCommand;
3902
+ exports.ListAgentContextsRequest$ = ListAgentContextsRequest$;
3903
+ exports.ListAgentContextsResponse$ = ListAgentContextsResponse$;
3904
+ exports.ListAgentGoals$ = ListAgentGoals$;
3905
+ exports.ListAgentGoalsCommand = ListAgentGoalsCommand;
3906
+ exports.ListAgentGoalsRequest$ = ListAgentGoalsRequest$;
3907
+ exports.ListAgentGoalsResponse$ = ListAgentGoalsResponse$;
3908
+ exports.ListAgentProfiles$ = ListAgentProfiles$;
3909
+ exports.ListAgentProfilesCommand = ListAgentProfilesCommand;
3910
+ exports.ListAgentProfilesRequest$ = ListAgentProfilesRequest$;
3911
+ exports.ListAgentProfilesResponse$ = ListAgentProfilesResponse$;
3912
+ exports.ListAgentRecommendationGenerations$ = ListAgentRecommendationGenerations$;
3913
+ exports.ListAgentRecommendationGenerationsCommand = ListAgentRecommendationGenerationsCommand;
3914
+ exports.ListAgentRecommendationGenerationsRequest$ = ListAgentRecommendationGenerationsRequest$;
3915
+ exports.ListAgentRecommendationGenerationsResponse$ = ListAgentRecommendationGenerationsResponse$;
3916
+ exports.ListAgentRecommendationItems$ = ListAgentRecommendationItems$;
3917
+ exports.ListAgentRecommendationItemsCommand = ListAgentRecommendationItemsCommand;
3918
+ exports.ListAgentRecommendationItemsRequest$ = ListAgentRecommendationItemsRequest$;
3919
+ exports.ListAgentRecommendationItemsResponse$ = ListAgentRecommendationItemsResponse$;
3920
+ exports.ListAgentRecommendations$ = ListAgentRecommendations$;
3921
+ exports.ListAgentRecommendationsCommand = ListAgentRecommendationsCommand;
3922
+ exports.ListAgentRecommendationsRequest$ = ListAgentRecommendationsRequest$;
3923
+ exports.ListAgentRecommendationsResponse$ = ListAgentRecommendationsResponse$;
2956
3924
  exports.ListAnswers$ = ListAnswers$;
2957
3925
  exports.ListAnswersCommand = ListAnswersCommand;
2958
3926
  exports.ListAnswersInput$ = ListAnswersInput$;
@@ -3036,9 +4004,12 @@ exports.NotificationSummary$ = NotificationSummary$;
3036
4004
  exports.NotificationType = NotificationType;
3037
4005
  exports.OrganizationSharingStatus = OrganizationSharingStatus;
3038
4006
  exports.PermissionType = PermissionType;
4007
+ exports.Pillar = Pillar;
3039
4008
  exports.PillarDifference$ = PillarDifference$;
4009
+ exports.PillarItem$ = PillarItem$;
3040
4010
  exports.PillarMetric$ = PillarMetric$;
3041
4011
  exports.PillarReviewSummary$ = PillarReviewSummary$;
4012
+ exports.Priority = Priority;
3042
4013
  exports.Profile$ = Profile$;
3043
4014
  exports.ProfileChoice$ = ProfileChoice$;
3044
4015
  exports.ProfileNotificationSummary$ = ProfileNotificationSummary$;
@@ -3051,12 +4022,28 @@ exports.ProfileSummary$ = ProfileSummary$;
3051
4022
  exports.ProfileTemplate$ = ProfileTemplate$;
3052
4023
  exports.ProfileTemplateChoice$ = ProfileTemplateChoice$;
3053
4024
  exports.ProfileTemplateQuestion$ = ProfileTemplateQuestion$;
4025
+ exports.Progress$ = Progress$;
4026
+ exports.PutAgentRecommendationFeedback$ = PutAgentRecommendationFeedback$;
4027
+ exports.PutAgentRecommendationFeedbackCommand = PutAgentRecommendationFeedbackCommand;
4028
+ exports.PutAgentRecommendationFeedbackRequest$ = PutAgentRecommendationFeedbackRequest$;
4029
+ exports.PutAgentRecommendationFeedbackResponse$ = PutAgentRecommendationFeedbackResponse$;
3054
4030
  exports.Question = Question;
3055
4031
  exports.QuestionDifference$ = QuestionDifference$;
3056
4032
  exports.QuestionMetric$ = QuestionMetric$;
3057
4033
  exports.QuestionPriority = QuestionPriority;
3058
4034
  exports.QuestionType = QuestionType;
4035
+ exports.RecommendationFeedbackType = RecommendationFeedbackType;
4036
+ exports.RecommendationGoal$ = RecommendationGoal$;
4037
+ exports.RecommendationItemType = RecommendationItemType;
4038
+ exports.RecommendationSource = RecommendationSource;
4039
+ exports.RecommendationState = RecommendationState;
4040
+ exports.RecommendationStatus = RecommendationStatus;
4041
+ exports.RecommendationType = RecommendationType;
4042
+ exports.RemediationStep$ = RemediationStep$;
4043
+ exports.RemediationSummary$ = RemediationSummary$;
4044
+ exports.RemediationType = RemediationType;
3059
4045
  exports.ReportFormat = ReportFormat;
4046
+ exports.ResourceLink$ = ResourceLink$;
3060
4047
  exports.ResourceNotFoundException = ResourceNotFoundException;
3061
4048
  exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3062
4049
  exports.ReviewTemplate$ = ReviewTemplate$;
@@ -3068,6 +4055,9 @@ exports.ReviewTemplatePillarReviewSummary$ = ReviewTemplatePillarReviewSummary$;
3068
4055
  exports.ReviewTemplateSummary$ = ReviewTemplateSummary$;
3069
4056
  exports.ReviewTemplateUpdateStatus = ReviewTemplateUpdateStatus;
3070
4057
  exports.Risk = Risk;
4058
+ exports.RiskRating = RiskRating;
4059
+ exports.Roi$ = Roi$;
4060
+ exports.Scope$ = Scope$;
3071
4061
  exports.SelectedPillar$ = SelectedPillar$;
3072
4062
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
3073
4063
  exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
@@ -3076,6 +4066,11 @@ exports.ShareInvitationAction = ShareInvitationAction;
3076
4066
  exports.ShareInvitationSummary$ = ShareInvitationSummary$;
3077
4067
  exports.ShareResourceType = ShareResourceType;
3078
4068
  exports.ShareStatus = ShareStatus;
4069
+ exports.StartAgentRecommendationGeneration$ = StartAgentRecommendationGeneration$;
4070
+ exports.StartAgentRecommendationGenerationCommand = StartAgentRecommendationGenerationCommand;
4071
+ exports.StartAgentRecommendationGenerationRequest$ = StartAgentRecommendationGenerationRequest$;
4072
+ exports.StartAgentRecommendationGenerationResponse$ = StartAgentRecommendationGenerationResponse$;
4073
+ exports.Tag$ = Tag$;
3079
4074
  exports.TagResource$ = TagResource$;
3080
4075
  exports.TagResourceCommand = TagResourceCommand;
3081
4076
  exports.TagResourceInput$ = TagResourceInput$;
@@ -3083,11 +4078,28 @@ exports.TagResourceOutput$ = TagResourceOutput$;
3083
4078
  exports.TemplateShareSummary$ = TemplateShareSummary$;
3084
4079
  exports.ThrottlingException = ThrottlingException;
3085
4080
  exports.ThrottlingException$ = ThrottlingException$;
4081
+ exports.TradeOff$ = TradeOff$;
3086
4082
  exports.TrustedAdvisorIntegrationStatus = TrustedAdvisorIntegrationStatus;
3087
4083
  exports.UntagResource$ = UntagResource$;
3088
4084
  exports.UntagResourceCommand = UntagResourceCommand;
3089
4085
  exports.UntagResourceInput$ = UntagResourceInput$;
3090
4086
  exports.UntagResourceOutput$ = UntagResourceOutput$;
4087
+ exports.UpdateAgentContext$ = UpdateAgentContext$;
4088
+ exports.UpdateAgentContextCommand = UpdateAgentContextCommand;
4089
+ exports.UpdateAgentContextRequest$ = UpdateAgentContextRequest$;
4090
+ exports.UpdateAgentContextResponse$ = UpdateAgentContextResponse$;
4091
+ exports.UpdateAgentGoal$ = UpdateAgentGoal$;
4092
+ exports.UpdateAgentGoalCommand = UpdateAgentGoalCommand;
4093
+ exports.UpdateAgentGoalRequest$ = UpdateAgentGoalRequest$;
4094
+ exports.UpdateAgentGoalResponse$ = UpdateAgentGoalResponse$;
4095
+ exports.UpdateAgentProfile$ = UpdateAgentProfile$;
4096
+ exports.UpdateAgentProfileCommand = UpdateAgentProfileCommand;
4097
+ exports.UpdateAgentProfileRequest$ = UpdateAgentProfileRequest$;
4098
+ exports.UpdateAgentProfileResponse$ = UpdateAgentProfileResponse$;
4099
+ exports.UpdateAgentRecommendationStatus$ = UpdateAgentRecommendationStatus$;
4100
+ exports.UpdateAgentRecommendationStatusCommand = UpdateAgentRecommendationStatusCommand;
4101
+ exports.UpdateAgentRecommendationStatusRequest$ = UpdateAgentRecommendationStatusRequest$;
4102
+ exports.UpdateAgentRecommendationStatusResponse$ = UpdateAgentRecommendationStatusResponse$;
3091
4103
  exports.UpdateAnswer$ = UpdateAnswer$;
3092
4104
  exports.UpdateAnswerCommand = UpdateAnswerCommand;
3093
4105
  exports.UpdateAnswerInput$ = UpdateAnswerInput$;
@@ -3161,6 +4173,12 @@ exports.WorkloadShareSummary$ = WorkloadShareSummary$;
3161
4173
  exports.WorkloadSummary$ = WorkloadSummary$;
3162
4174
  exports.errorTypeRegistries = errorTypeRegistries;
3163
4175
  exports.paginateGetConsolidatedReport = paginateGetConsolidatedReport;
4176
+ exports.paginateListAgentContexts = paginateListAgentContexts;
4177
+ exports.paginateListAgentGoals = paginateListAgentGoals;
4178
+ exports.paginateListAgentProfiles = paginateListAgentProfiles;
4179
+ exports.paginateListAgentRecommendationGenerations = paginateListAgentRecommendationGenerations;
4180
+ exports.paginateListAgentRecommendationItems = paginateListAgentRecommendationItems;
4181
+ exports.paginateListAgentRecommendations = paginateListAgentRecommendations;
3164
4182
  exports.paginateListAnswers = paginateListAnswers;
3165
4183
  exports.paginateListCheckDetails = paginateListCheckDetails;
3166
4184
  exports.paginateListCheckSummaries = paginateListCheckSummaries;