@aws-sdk/client-devops-agent 3.1116.0 → 3.1118.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 (40) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +202 -104
  3. package/dist-es/DevOpsAgent.js +2 -0
  4. package/dist-es/commands/UpdateApprovalActionCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +25 -3
  7. package/dist-es/schemas/schemas_0.js +163 -100
  8. package/dist-types/DevOpsAgent.d.ts +7 -0
  9. package/dist-types/DevOpsAgentClient.d.ts +3 -2
  10. package/dist-types/commands/AssociateServiceCommand.d.ts +60 -2
  11. package/dist-types/commands/CreateAgentSpaceCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateBacklogTaskCommand.d.ts +1 -1
  13. package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +3 -3
  14. package/dist-types/commands/GetAgentSpaceCommand.d.ts +3 -0
  15. package/dist-types/commands/GetAssociationCommand.d.ts +30 -1
  16. package/dist-types/commands/GetBacklogTaskCommand.d.ts +1 -1
  17. package/dist-types/commands/GetServiceCommand.d.ts +3 -1
  18. package/dist-types/commands/ListAgentSpacesCommand.d.ts +3 -0
  19. package/dist-types/commands/ListAssociationsCommand.d.ts +30 -1
  20. package/dist-types/commands/ListBacklogTasksCommand.d.ts +2 -2
  21. package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListServicesCommand.d.ts +3 -1
  23. package/dist-types/commands/RegisterServiceCommand.d.ts +1 -1
  24. package/dist-types/commands/SendMessageCommand.d.ts +8 -0
  25. package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +6 -0
  26. package/dist-types/commands/UpdateApprovalActionCommand.d.ts +111 -0
  27. package/dist-types/commands/UpdateAssociationCommand.d.ts +60 -2
  28. package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +2 -2
  29. package/dist-types/commands/index.d.ts +1 -0
  30. package/dist-types/models/enums.d.ts +86 -11
  31. package/dist-types/models/models_0.d.ts +211 -7
  32. package/dist-types/schemas/schemas_0.d.ts +6 -0
  33. package/dist-types/ts3.4/DevOpsAgent.d.ts +17 -0
  34. package/dist-types/ts3.4/DevOpsAgentClient.d.ts +6 -0
  35. package/dist-types/ts3.4/commands/UpdateApprovalActionCommand.d.ts +39 -0
  36. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  37. package/dist-types/ts3.4/models/enums.d.ts +31 -4
  38. package/dist-types/ts3.4/models/models_0.d.ts +50 -1
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  40. package/package.json +1 -1
@@ -1,4 +1,5 @@
1
1
  const _A = "Asset";
2
+ const _AA = "ApprovalAction";
2
3
  const _AC = "AzureConfiguration";
3
4
  const _ACs = "AssociationCapabilities";
4
5
  const _ACss = "AssetContent";
@@ -14,6 +15,7 @@ const _AL = "AssetList";
14
15
  const _ALs = "AssociationsList";
15
16
  const _AM = "AssistantMessage";
16
17
  const _AMB = "AssistantMessageBlock";
18
+ const _AP = "ApprovalPattern";
17
19
  const _AS = "AgentSpace";
18
20
  const _ASD = "AdditionalServiceDetails";
19
21
  const _ASI = "AssociateServiceInput";
@@ -129,6 +131,7 @@ const _GHC = "GitHubConfiguration";
129
131
  const _GL = "GoalList";
130
132
  const _GLC = "GitLabConfiguration";
131
133
  const _GLD = "GitLabDetails";
134
+ const _GLTV = "GitLabTokenValue";
132
135
  const _GOA = "GetOperatorApp";
133
136
  const _GOAI = "GetOperatorAppInput";
134
137
  const _GOAO = "GetOperatorAppOutput";
@@ -224,6 +227,9 @@ const _MCPSSC = "MCPServerSplunkConfiguration";
224
227
  const _MCPSSVAC = "MCPServerSigV4AuthorizationConfig";
225
228
  const _MCPSSVC = "MCPServerSigV4Configuration";
226
229
  const _MCPSSVSD = "MCPServerSigV4ServiceDetails";
230
+ const _MCPTD = "MCPToolDetail";
231
+ const _MCPTDL = "MCPToolDetailsList";
232
+ const _NRAK = "NewRelicApiKey";
227
233
  const _NRAKC = "NewRelicApiKeyConfig";
228
234
  const _NRSAC = "NewRelicServiceAuthorizationConfig";
229
235
  const _NRSD = "NewRelicServiceDetails";
@@ -314,6 +320,9 @@ const _TRRa = "TagResourceResponse";
314
320
  const _TV = "TokenValue";
315
321
  const _Tr = "Trigger";
316
322
  const _UA = "UpdateAsset";
323
+ const _UAA = "UpdateApprovalAction";
324
+ const _UAAR = "UpdateApprovalActionRequest";
325
+ const _UAARp = "UpdateApprovalActionResponse";
317
326
  const _UAF = "UpdateAssetFile";
318
327
  const _UAFR = "UpdateAssetFileRequest";
319
328
  const _UAFRp = "UpdateAssetFileResponse";
@@ -359,23 +368,28 @@ const _VEFL = "ValidationExceptionFieldList";
359
368
  const _W = "Webhook";
360
369
  const _WL = "WebhooksList";
361
370
  const _WS = "WebhookSecret";
362
- const _a = "association";
371
+ const _a = "action";
372
+ const _aA = "approvalAction";
363
373
  const _aC = "authorizationConfig";
364
374
  const _aCd = "additionalContext";
365
375
  const _aD = "authorizationDiscovery";
376
+ const _aERA = "agentElevatedRoleArn";
377
+ const _aERAS = "agentElevatedRoleArnStatus";
366
378
  const _aF = "authFlow";
367
379
  const _aH = "authorizationHeader";
368
- const _aI = "assetId";
380
+ const _aI = "approvalId";
369
381
  const _aIc = "accountId";
370
382
  const _aIp = "applicationIds";
371
- const _aIs = "associationId";
372
- const _aIss = "assetIds";
383
+ const _aIs = "assetId";
384
+ const _aIss = "associationId";
385
+ const _aIsse = "assetIds";
373
386
  const _aK = "apiKey";
374
387
  const _aKH = "apiKeyHeader";
375
388
  const _aKN = "apiKeyName";
376
389
  const _aKV = "apiKeyValue";
377
390
  const _aM = "authorizationMethod";
378
391
  const _aMs = "assistantMessage";
392
+ const _aP = "argumentPins";
379
393
  const _aPI = "alertPolicyIds";
380
394
  const _aR = "accessibleResources";
381
395
  const _aRA = "assumableRoleArn";
@@ -393,15 +407,16 @@ const _aTg = "agentType";
393
407
  const _aU = "accountUrn";
394
408
  const _aUu = "authorizationUrl";
395
409
  const _aV = "assetVersion";
396
- const _ac = "action";
397
- const _as = "asset";
398
- const _ass = "associations";
410
+ const _as = "association";
411
+ const _ass = "asset";
412
+ const _asso = "associations";
399
413
  const _aw = "aws";
400
414
  const _az = "azuredevops";
401
415
  const _azu = "azureidentity";
402
416
  const _azur = "azure";
403
417
  const _b = "body";
404
- const _bT = "bearerToken";
418
+ const _bT = "buttonText";
419
+ const _bTe = "bearerToken";
405
420
  const _by = "bytes";
406
421
  const _c = "client";
407
422
  const _cA = "createdAt";
@@ -431,8 +446,10 @@ const _dR = "dnsResolution";
431
446
  const _de = "delta";
432
447
  const _dy = "dynatrace";
433
448
  const _e = "error";
449
+ const _eA = "expiresAt";
434
450
  const _eC = "errorCode";
435
451
  const _eCv = "eventChannel";
452
+ const _eET = "enabledElevatedTools";
436
453
  const _eG = "entityGuids";
437
454
  const _eI = "executionId";
438
455
  const _eIn = "envId";
@@ -451,6 +468,7 @@ const _exe = "executions";
451
468
  const _f = "file";
452
469
  const _fL = "fieldList";
453
470
  const _fM = "failureMessage";
471
+ const _fP = "finalPattern";
454
472
  const _fST = "filterServiceTypes";
455
473
  const _fSTi = "filterServiceType";
456
474
  const _fi = "filter";
@@ -475,9 +493,10 @@ const _iAPE = "ipv4AddressesPerEni";
475
493
  const _iAT = "ipAddressType";
476
494
  const _iCI = "idpClientId";
477
495
  const _iCS = "idpClientSecret";
478
- const _iI = "instanceIdentifier";
496
+ const _iI = "interruptId";
479
497
  const _iIA = "idcInstanceArn";
480
- const _iIn = "instanceId";
498
+ const _iIn = "instanceIdentifier";
499
+ const _iIns = "instanceId";
481
500
  const _iT = "inputTokens";
482
501
  const _iU = "issuerUrl";
483
502
  const _iUn = "instanceUrl";
@@ -503,6 +522,7 @@ const _mASLH = "monthlyAccountSystemLearningHours";
503
522
  const _mI = "messageId";
504
523
  const _mR = "maxResults";
505
524
  const _mRA = "mcpRoleArn";
525
+ const _mT = "modelTier";
506
526
  const _mc = "mcpserverdatadog";
507
527
  const _mcp = "mcpserver";
508
528
  const _mcps = "mcpserversplunk";
@@ -528,7 +548,7 @@ const _oTu = "outputTokens";
528
548
  const _oa = "oauth";
529
549
  const _ob = "objectives";
530
550
  const _or = "order";
531
- const _p = "path";
551
+ const _p = "preferences";
532
552
  const _pC = "privateConnections";
533
553
  const _pCN = "privateConnectionName";
534
554
  const _pEI = "parentExecutionId";
@@ -539,7 +559,8 @@ const _pN = "projectName";
539
559
  const _pP = "projectPath";
540
560
  const _pR = "portRanges";
541
561
  const _pTI = "primaryTaskId";
542
- const _pa = "pagerduty";
562
+ const _pa = "path";
563
+ const _pag = "pagerduty";
543
564
  const _pr = "priority";
544
565
  const _pro = "provider";
545
566
  const _r = "reference";
@@ -565,6 +586,7 @@ const _rTE = "returnToEndpoint";
565
586
  const _rU = "referenceUrl";
566
587
  const _rV = "recommendationVersion";
567
588
  const _re = "resources";
589
+ const _rea = "reason";
568
590
  const _rec = "recommendation";
569
591
  const _reco = "records";
570
592
  const _recom = "recommendations";
@@ -586,7 +608,8 @@ const _sMel = "selfManaged";
586
608
  const _sN = "sequenceNumber";
587
609
  const _sR = "statusReason";
588
610
  const _sT = "serviceType";
589
- const _sU = "sourceUrl";
611
+ const _sU = "singleUse";
612
+ const _sUo = "sourceUrl";
590
613
  const _sc = "scopes";
591
614
  const _sch = "schedule";
592
615
  const _se = "server";
@@ -600,8 +623,10 @@ const _sta = "state";
600
623
  const _str = "streaming";
601
624
  const _su = "summary";
602
625
  const _sy = "system";
603
- const _t = "tags";
604
- const _tD = "textDelta";
626
+ const _t = "tool";
627
+ const _tC = "toolClassification";
628
+ const _tD = "toolDetails";
629
+ const _tDe = "textDelta";
605
630
  const _tI = "triggerId";
606
631
  const _tIa = "taskId";
607
632
  const _tIe = "tenantId";
@@ -610,17 +635,20 @@ const _tK = "tagKeys";
610
635
  const _tN = "tokenName";
611
636
  const _tNe = "teamName";
612
637
  const _tR = "toolResult";
613
- const _tS = "taskStatus";
638
+ const _tS = "ttlSeconds";
639
+ const _tSa = "taskStatus";
614
640
  const _tT = "taskType";
615
641
  const _tTo = "tokenType";
616
642
  const _tTot = "totalTokens";
617
643
  const _tTr = "transmissionTarget";
618
644
  const _tU = "targetUrl";
645
+ const _tUI = "toolUseId";
619
646
  const _tUPCN = "targetUrlPrivateConnectionName";
620
647
  const _tUo = "toolUse";
621
648
  const _tV = "tokenValue";
622
- const _ta = "task";
623
- const _tas = "tasks";
649
+ const _ta = "tags";
650
+ const _tas = "task";
651
+ const _task = "tasks";
624
652
  const _te = "text";
625
653
  const _ti = "title";
626
654
  const _to = "tools";
@@ -734,32 +762,44 @@ var CustomHeaderValue = [0, n0, _CHV, 8, 0];
734
762
  var Description = [0, n0, _D, 8, 0];
735
763
  var EmailAddress = [0, n0, _EA, 8, 0];
736
764
  var ExchangeParameterValue = [0, n0, _EPV, 8, 0];
765
+ var GitLabTokenValue = [0, n0, _GLTV, 8, 0];
737
766
  var IdpClientSecret = [0, n0, _ICS, 8, 0];
767
+ var NewRelicApiKey = [0, n0, _NRAK, 8, 0];
738
768
  var TokenValue = [0, n0, _TV, 8, 0];
739
769
  var WebhookSecret = [0, n0, _WS, 8, 0];
740
770
  export var AgentSpace$ = [3, n0, _AS,
741
771
  0,
742
- [_n, _cA, _uA, _aSI, _d, _l, _kKA],
743
- [0, 5, 5, 0, [() => Description, 0], 0, 0], 4
772
+ [_n, _cA, _uA, _aSI, _d, _l, _kKA, _p],
773
+ [0, 5, 5, 0, [() => Description, 0], 0, 0, 128 | 2], 4
774
+ ];
775
+ export var ApprovalAction$ = [3, n0, _AA,
776
+ 0,
777
+ [_tUI, _iI, _aI, _bT, _a],
778
+ [0, 0, 0, 0, 0]
779
+ ];
780
+ export var ApprovalPattern$ = [3, n0, _AP,
781
+ 0,
782
+ [_t, _aP],
783
+ [0, 128 | 0], 2
744
784
  ];
745
785
  export var Asset$ = [3, n0, _A,
746
786
  0,
747
- [_aI, _aT, _me, _v, _cA, _uA],
787
+ [_aIs, _aT, _me, _v, _cA, _uA],
748
788
  [0, 0, 15, 1, 4, 4], 6
749
789
  ];
750
790
  export var AssetFile$ = [3, n0, _AF,
751
791
  0,
752
- [_p, _co, _v, _cA, _uA, _me],
792
+ [_pa, _co, _v, _cA, _uA, _me],
753
793
  [0, () => AssetFileBody$, 1, 4, 4, 15], 5
754
794
  ];
755
795
  export var AssetFileContent$ = [3, n0, _AFC,
756
796
  0,
757
- [_p, _b, _me],
797
+ [_pa, _b, _me],
758
798
  [0, () => AssetFileBody$, 15], 2
759
799
  ];
760
800
  export var AssetFileSummary$ = [3, n0, _AFS,
761
801
  0,
762
- [_p, _v, _cA, _uA, _me],
802
+ [_pa, _v, _cA, _uA, _me],
763
803
  [0, 1, 4, 4, 15], 4
764
804
  ];
765
805
  export var AssetSourceUrlContent$ = [3, n0, _ASUC,
@@ -789,18 +829,18 @@ export var AssociateServiceInput$ = [3, n0, _ASI,
789
829
  ];
790
830
  export var AssociateServiceOutput$ = [3, n0, _ASO,
791
831
  0,
792
- [_a, _w],
832
+ [_as, _w],
793
833
  [[() => Association$, 0], [() => GenericWebhook$, 0]], 1
794
834
  ];
795
835
  export var Association$ = [3, n0, _As,
796
836
  0,
797
- [_aSI, _cA, _uA, _aIs, _sI, _con, _st, _ca],
837
+ [_aSI, _cA, _uA, _aIss, _sI, _con, _st, _ca],
798
838
  [0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0, () => AssociationCapabilities], 6
799
839
  ];
800
840
  export var AWSConfiguration$ = [3, n0, _AWSC,
801
841
  0,
802
- [_aRA, _aIc, _aTc],
803
- [0, 0, 0], 3
842
+ [_aRA, _aIc, _aTc, _aERA, _aERAS],
843
+ [0, 0, 0, 0, 0], 3
804
844
  ];
805
845
  export var AzureConfiguration$ = [3, n0, _AC,
806
846
  0,
@@ -824,17 +864,17 @@ export var ChatExecution$ = [3, n0, _CEh,
824
864
  ];
825
865
  export var CreateAgentSpaceInput$ = [3, n0, _CASI,
826
866
  0,
827
- [_n, _d, _l, _kKA, _cT, _t],
828
- [0, [() => Description, 0], 0, 0, [0, 4], 128 | 0], 1
867
+ [_n, _d, _l, _kKA, _cT, _ta, _p],
868
+ [0, [() => Description, 0], 0, 0, [0, 4], 128 | 0, 128 | 2], 1
829
869
  ];
830
870
  export var CreateAgentSpaceOutput$ = [3, n0, _CASO,
831
871
  0,
832
- [_aS, _t],
872
+ [_aS, _ta],
833
873
  [[() => AgentSpace$, 0], 128 | 0], 1
834
874
  ];
835
875
  export var CreateAssetFileRequest$ = [3, n0, _CAFR,
836
876
  0,
837
- [_aSI, _aI, _p, _co, _me, _cT],
877
+ [_aSI, _aIs, _pa, _co, _me, _cT],
838
878
  [[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 4
839
879
  ];
840
880
  export var CreateAssetFileResponse$ = [3, n0, _CAFRr,
@@ -849,7 +889,7 @@ export var CreateAssetRequest$ = [3, n0, _CAR,
849
889
  ];
850
890
  export var CreateAssetResponse$ = [3, n0, _CARr,
851
891
  0,
852
- [_as],
892
+ [_ass],
853
893
  [() => Asset$], 1
854
894
  ];
855
895
  export var CreateBacklogTaskRequest$ = [3, n0, _CBTR,
@@ -859,7 +899,7 @@ export var CreateBacklogTaskRequest$ = [3, n0, _CBTR,
859
899
  ];
860
900
  export var CreateBacklogTaskResponse$ = [3, n0, _CBTRr,
861
901
  0,
862
- [_ta],
902
+ [_tas],
863
903
  [() => Task$], 1
864
904
  ];
865
905
  export var CreateChatRequest$ = [3, n0, _CCR,
@@ -874,17 +914,17 @@ export var CreateChatResponse$ = [3, n0, _CCRr,
874
914
  ];
875
915
  export var CreatePrivateConnectionInput$ = [3, n0, _CPCI,
876
916
  0,
877
- [_n, _mo, _t],
917
+ [_n, _mo, _ta],
878
918
  [0, () => PrivateConnectionMode$, 128 | 0], 2
879
919
  ];
880
920
  export var CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
881
921
  0,
882
- [_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _t],
922
+ [_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _ta],
883
923
  [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
884
924
  ];
885
925
  export var CreateTriggerRequest$ = [3, n0, _CTR,
886
926
  0,
887
- [_aSI, _ty, _cond, _ac, _st, _cT],
927
+ [_aSI, _ty, _cond, _a, _st, _cT],
888
928
  [[0, 1], 0, () => TriggerCondition$, 15, 0, [0, 4]], 4
889
929
  ];
890
930
  export var CreateTriggerResponse$ = [3, n0, _CTRr,
@@ -909,7 +949,7 @@ export var DeleteAgentSpaceOutput$ = [3, n0, _DASO,
909
949
  ];
910
950
  export var DeleteAssetFileRequest$ = [3, n0, _DAFR,
911
951
  0,
912
- [_aSI, _aI, _p],
952
+ [_aSI, _aIs, _pa],
913
953
  [[0, 1], [0, 1], [0, 1]], 3
914
954
  ];
915
955
  export var DeleteAssetFileResponse$ = [3, n0, _DAFRe,
@@ -919,7 +959,7 @@ export var DeleteAssetFileResponse$ = [3, n0, _DAFRe,
919
959
  ];
920
960
  export var DeleteAssetRequest$ = [3, n0, _DAR,
921
961
  0,
922
- [_aSI, _aI],
962
+ [_aSI, _aIs],
923
963
  [[0, 1], [0, 1]], 2
924
964
  ];
925
965
  export var DeleteAssetResponse$ = [3, n0, _DARe,
@@ -964,7 +1004,7 @@ export var DescribePrivateConnectionInput$ = [3, n0, _DPCIe,
964
1004
  ];
965
1005
  export var DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
966
1006
  0,
967
- [_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _t],
1007
+ [_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _ta],
968
1008
  [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
969
1009
  ];
970
1010
  export var DisableOperatorAppInput$ = [3, n0, _DOAI,
@@ -974,7 +1014,7 @@ export var DisableOperatorAppInput$ = [3, n0, _DOAI,
974
1014
  ];
975
1015
  export var DisassociateServiceInput$ = [3, n0, _DSIi,
976
1016
  0,
977
- [_aSI, _aIs],
1017
+ [_aSI, _aIss],
978
1018
  [[0, 1], [0, 1]], 2
979
1019
  ];
980
1020
  export var DisassociateServiceOutput$ = [3, n0, _DSOi,
@@ -1044,12 +1084,12 @@ export var GetAgentSpaceInput$ = [3, n0, _GASI,
1044
1084
  ];
1045
1085
  export var GetAgentSpaceOutput$ = [3, n0, _GASO,
1046
1086
  0,
1047
- [_aS, _t],
1087
+ [_aS, _ta],
1048
1088
  [[() => AgentSpace$, 0], 128 | 0], 1
1049
1089
  ];
1050
1090
  export var GetAssetContentRequest$ = [3, n0, _GACR,
1051
1091
  0,
1052
- [_aSI, _aI, _aV],
1092
+ [_aSI, _aIs, _aV],
1053
1093
  [[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
1054
1094
  ];
1055
1095
  export var GetAssetContentResponse$ = [3, n0, _GACRe,
@@ -1059,7 +1099,7 @@ export var GetAssetContentResponse$ = [3, n0, _GACRe,
1059
1099
  ];
1060
1100
  export var GetAssetFileRequest$ = [3, n0, _GAFR,
1061
1101
  0,
1062
- [_aSI, _aI, _p, _aV],
1102
+ [_aSI, _aIs, _pa, _aV],
1063
1103
  [[0, 1], [0, 1], [0, 1], [1, { [_hQ]: _aV }]], 3
1064
1104
  ];
1065
1105
  export var GetAssetFileResponse$ = [3, n0, _GAFRe,
@@ -1069,22 +1109,22 @@ export var GetAssetFileResponse$ = [3, n0, _GAFRe,
1069
1109
  ];
1070
1110
  export var GetAssetRequest$ = [3, n0, _GAR,
1071
1111
  0,
1072
- [_aSI, _aI, _aV],
1112
+ [_aSI, _aIs, _aV],
1073
1113
  [[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
1074
1114
  ];
1075
1115
  export var GetAssetResponse$ = [3, n0, _GARe,
1076
1116
  0,
1077
- [_as],
1117
+ [_ass],
1078
1118
  [() => Asset$], 1
1079
1119
  ];
1080
1120
  export var GetAssociationInput$ = [3, n0, _GAI,
1081
1121
  0,
1082
- [_aSI, _aIs],
1122
+ [_aSI, _aIss],
1083
1123
  [[0, 1], [0, 1]], 2
1084
1124
  ];
1085
1125
  export var GetAssociationOutput$ = [3, n0, _GAO,
1086
1126
  0,
1087
- [_a],
1127
+ [_as],
1088
1128
  [[() => Association$, 0]], 1
1089
1129
  ];
1090
1130
  export var GetBacklogTaskRequest$ = [3, n0, _GBTR,
@@ -1094,7 +1134,7 @@ export var GetBacklogTaskRequest$ = [3, n0, _GBTR,
1094
1134
  ];
1095
1135
  export var GetBacklogTaskResponse$ = [3, n0, _GBTRe,
1096
1136
  0,
1097
- [_ta],
1137
+ [_tas],
1098
1138
  [() => Task$], 1
1099
1139
  ];
1100
1140
  export var GetOperatorAppInput$ = [3, n0, _GOAI,
@@ -1124,7 +1164,7 @@ export var GetServiceInput$ = [3, n0, _GSI,
1124
1164
  ];
1125
1165
  export var GetServiceOutput$ = [3, n0, _GSO,
1126
1166
  0,
1127
- [_ser, _t],
1167
+ [_ser, _ta],
1128
1168
  [[() => RegisteredService$, 0], 128 | 0], 1
1129
1169
  ];
1130
1170
  export var GetTriggerRequest$ = [3, n0, _GTR,
@@ -1139,18 +1179,18 @@ export var GetTriggerResponse$ = [3, n0, _GTRe,
1139
1179
  ];
1140
1180
  export var GitHubConfiguration$ = [3, n0, _GHC,
1141
1181
  0,
1142
- [_rN, _rIe, _o, _oT, _iI, _rRA],
1182
+ [_rN, _rIe, _o, _oT, _iIn, _rRA],
1143
1183
  [0, 0, 0, 0, 0, 0], 4
1144
1184
  ];
1145
1185
  export var GitLabConfiguration$ = [3, n0, _GLC,
1146
1186
  0,
1147
- [_pI, _pP, _iI, _rRA],
1187
+ [_pI, _pP, _iIn, _rRA],
1148
1188
  [0, 0, 0, 0], 2
1149
1189
  ];
1150
1190
  export var GitLabDetails$ = [3, n0, _GLD,
1151
1191
  0,
1152
1192
  [_tU, _tTo, _tV, _gI],
1153
- [0, 0, [() => TokenValue, 0], 0], 3
1193
+ [0, 0, [() => GitLabTokenValue, 0], 0], 3
1154
1194
  ];
1155
1195
  export var Goal$ = [3, n0, _G,
1156
1196
  0,
@@ -1209,7 +1249,7 @@ export var ListAgentSpacesOutput$ = [3, n0, _LASO,
1209
1249
  ];
1210
1250
  export var ListAssetFilesRequest$ = [3, n0, _LAFR,
1211
1251
  0,
1212
- [_aSI, _aI, _aV, _nT, _mR],
1252
+ [_aSI, _aIs, _aV, _nT, _mR],
1213
1253
  [[0, 1], [0, 1], [1, { [_hQ]: _aV }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
1214
1254
  ];
1215
1255
  export var ListAssetFilesResponse$ = [3, n0, _LAFRi,
@@ -1239,7 +1279,7 @@ export var ListAssetTypesResponse$ = [3, n0, _LATRi,
1239
1279
  ];
1240
1280
  export var ListAssetVersionsRequest$ = [3, n0, _LAVR,
1241
1281
  0,
1242
- [_aSI, _aI, _mR, _nT],
1282
+ [_aSI, _aIs, _mR, _nT],
1243
1283
  [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1244
1284
  ];
1245
1285
  export var ListAssetVersionsResponse$ = [3, n0, _LAVRi,
@@ -1254,7 +1294,7 @@ export var ListAssociationsInput$ = [3, n0, _LAI,
1254
1294
  ];
1255
1295
  export var ListAssociationsOutput$ = [3, n0, _LAO,
1256
1296
  0,
1257
- [_ass, _nT],
1297
+ [_asso, _nT],
1258
1298
  [[() => AssociationsList, 0], 0], 1
1259
1299
  ];
1260
1300
  export var ListBacklogTasksRequest$ = [3, n0, _LBTR,
@@ -1264,7 +1304,7 @@ export var ListBacklogTasksRequest$ = [3, n0, _LBTR,
1264
1304
  ];
1265
1305
  export var ListBacklogTasksResponse$ = [3, n0, _LBTRi,
1266
1306
  0,
1267
- [_tas, _nT],
1307
+ [_task, _nT],
1268
1308
  [() => TaskList, 0], 1
1269
1309
  ];
1270
1310
  export var ListChatsRequest$ = [3, n0, _LCR,
@@ -1354,7 +1394,7 @@ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1354
1394
  ];
1355
1395
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1356
1396
  0,
1357
- [_t],
1397
+ [_ta],
1358
1398
  [128 | 0], 1
1359
1399
  ];
1360
1400
  export var ListTriggersRequest$ = [3, n0, _LTR,
@@ -1369,7 +1409,7 @@ export var ListTriggersResponse$ = [3, n0, _LTRi,
1369
1409
  ];
1370
1410
  export var ListWebhooksInput$ = [3, n0, _LWI,
1371
1411
  0,
1372
- [_aSI, _aIs],
1412
+ [_aSI, _aIss],
1373
1413
  [[0, 1], [0, 1]], 2
1374
1414
  ];
1375
1415
  export var ListWebhooksOutput$ = [3, n0, _LWO,
@@ -1394,13 +1434,13 @@ export var MCPServerBearerTokenConfig$ = [3, n0, _MCPSBTC,
1394
1434
  ];
1395
1435
  export var MCPServerConfiguration$ = [3, n0, _MCPSC,
1396
1436
  0,
1397
- [_to],
1398
- [64 | 0], 1
1437
+ [_to, _tD],
1438
+ [64 | 0, () => MCPToolDetailsList], 1
1399
1439
  ];
1400
1440
  export var MCPServerDatadogConfiguration$ = [3, n0, _MCPSDC,
1401
1441
  0,
1402
- [],
1403
- []
1442
+ [_eET],
1443
+ [() => MCPToolDetailsList]
1404
1444
  ];
1405
1445
  export var MCPServerDetails$ = [3, n0, _MCPSD,
1406
1446
  0,
@@ -1409,8 +1449,8 @@ export var MCPServerDetails$ = [3, n0, _MCPSD,
1409
1449
  ];
1410
1450
  export var MCPServerGrafanaConfiguration$ = [3, n0, _MCPSGC,
1411
1451
  0,
1412
- [_end, _oI, _to],
1413
- [0, 0, 64 | 0], 1
1452
+ [_end, _oI, _to, _eET],
1453
+ [0, 0, 64 | 0, () => MCPToolDetailsList], 1
1414
1454
  ];
1415
1455
  export var MCPServerNewRelicConfiguration$ = [3, n0, _MCPSNRC,
1416
1456
  0,
@@ -1434,8 +1474,8 @@ export var MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
1434
1474
  ];
1435
1475
  export var MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
1436
1476
  0,
1437
- [_to],
1438
- [64 | 0], 1
1477
+ [_to, _tD],
1478
+ [64 | 0, () => MCPToolDetailsList], 1
1439
1479
  ];
1440
1480
  export var MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
1441
1481
  0,
@@ -1447,10 +1487,15 @@ export var MCPServerSplunkConfiguration$ = [3, n0, _MCPSSC,
1447
1487
  [],
1448
1488
  []
1449
1489
  ];
1490
+ export var MCPToolDetail$ = [3, n0, _MCPTD,
1491
+ 0,
1492
+ [_n, _tC],
1493
+ [0, 0], 1
1494
+ ];
1450
1495
  export var NewRelicApiKeyConfig$ = [3, n0, _NRAKC,
1451
1496
  0,
1452
1497
  [_aK, _aIc, _reg, _aIp, _eG, _aPI],
1453
- [[() => ApiKeyValue, 0], 0, 0, 64 | 0, 64 | 0, 64 | 0], 3
1498
+ [[() => NewRelicApiKey, 0], 0, 0, 64 | 0, 64 | 0, 64 | 0], 3
1454
1499
  ];
1455
1500
  export var NewRelicServiceDetails$ = [3, n0, _NRSD,
1456
1501
  0,
@@ -1499,12 +1544,12 @@ export var RecommendationContent$ = [3, n0, _RC,
1499
1544
  ];
1500
1545
  export var ReferenceInput$ = [3, n0, _RI,
1501
1546
  0,
1502
- [_sy, _rIef, _rU, _aIs, _ti],
1547
+ [_sy, _rIef, _rU, _aIss, _ti],
1503
1548
  [0, 0, 0, 0, 0], 4
1504
1549
  ];
1505
1550
  export var ReferenceOutput$ = [3, n0, _RO,
1506
1551
  0,
1507
- [_sy, _rIef, _rU, _aIs, _ti],
1552
+ [_sy, _rIef, _rU, _aIss, _ti],
1508
1553
  [0, 0, 0, 0, 0], 4
1509
1554
  ];
1510
1555
  export var RegisteredAzureDevOpsServiceDetails$ = [3, n0, _RADOSD,
@@ -1564,8 +1609,8 @@ export var RegisteredRemoteAgentSigV4Details$ = [3, n0, _RRASVD,
1564
1609
  ];
1565
1610
  export var RegisteredService$ = [3, n0, _RS,
1566
1611
  0,
1567
- [_sI, _sT, _n, _aR, _aSD, _kKA, _pCN],
1568
- [0, 0, 0, 64 | 15, [() => AdditionalServiceDetails$, 0], 0, 0], 2
1612
+ [_sI, _sT, _cA, _uA, _n, _aR, _aSD, _kKA, _pCN],
1613
+ [0, 0, 5, 5, 0, 64 | 15, [() => AdditionalServiceDetails$, 0], 0, 0], 4
1569
1614
  ];
1570
1615
  export var RegisteredServiceNowDetails$ = [3, n0, _RSND,
1571
1616
  0,
@@ -1579,12 +1624,12 @@ export var RegisteredSlackServiceDetails$ = [3, n0, _RSSD,
1579
1624
  ];
1580
1625
  export var RegisterServiceInput$ = [3, n0, _RSI,
1581
1626
  0,
1582
- [_ser, _sD, _kKA, _pCN, _tUPCN, _eUPCN, _n, _t],
1627
+ [_ser, _sD, _kKA, _pCN, _tUPCN, _eUPCN, _n, _ta],
1583
1628
  [[0, 1], [() => ServiceDetails$, 0], 0, 0, 0, 0, 0, 128 | 0], 2
1584
1629
  ];
1585
1630
  export var RegisterServiceOutput$ = [3, n0, _RSO,
1586
1631
  0,
1587
- [_sI, _aSd, _kKA, _t],
1632
+ [_sI, _aSd, _kKA, _ta],
1588
1633
  [0, () => AdditionalServiceRegistrationStep$, 0, 128 | 0]
1589
1634
  ];
1590
1635
  export var RemoteAgentAPIKeyConfig$ = [3, n0, _RAAPIKC,
@@ -1654,8 +1699,8 @@ export var SendMessageContentBlockStopEvent$ = [3, n0, _SMCBSEe,
1654
1699
  ];
1655
1700
  export var SendMessageContext$ = [3, n0, _SMC,
1656
1701
  0,
1657
- [_cP, _lM, _uAR],
1658
- [0, 0, 0]
1702
+ [_cP, _lM, _uAR, _aA],
1703
+ [0, 0, 0, () => ApprovalAction$]
1659
1704
  ];
1660
1705
  export var SendMessageHeartbeatEvent$ = [3, n0, _SMHE,
1661
1706
  0,
@@ -1669,8 +1714,8 @@ export var SendMessageJsonDelta$ = [3, n0, _SMJD,
1669
1714
  ];
1670
1715
  export var SendMessageRequest$ = [3, n0, _SMR,
1671
1716
  0,
1672
- [_aSI, _eI, _co, _cont, _uI, _aIss],
1673
- [[0, 1], 0, 0, () => SendMessageContext$, 0, 64 | 0], 3
1717
+ [_aSI, _eI, _co, _cont, _uI, _aIsse, _mT],
1718
+ [[0, 1], 0, 0, () => SendMessageContext$, 0, 64 | 0, 0], 3
1674
1719
  ];
1675
1720
  export var SendMessageResponse$ = [3, n0, _SMRe,
1676
1721
  0,
@@ -1719,7 +1764,7 @@ export var ServiceManagedInput$ = [3, n0, _SMIe,
1719
1764
  ];
1720
1765
  export var ServiceNowConfiguration$ = [3, n0, _SNC,
1721
1766
  0,
1722
- [_iIn, _aSu],
1767
+ [_iIns, _aSu],
1723
1768
  [0, 64 | 0]
1724
1769
  ];
1725
1770
  export var ServiceNowOAuthClientCredentialsConfig$ = [3, n0, _SNOACCC,
@@ -1749,12 +1794,12 @@ export var SlackTransmissionTarget$ = [3, n0, _STT,
1749
1794
  ];
1750
1795
  export var SourceAwsConfiguration$ = [3, n0, _SAC,
1751
1796
  0,
1752
- [_aIc, _aTc, _aRA, _eIx],
1753
- [0, 0, 0, 0], 3
1797
+ [_aIc, _aTc, _aRA, _eIx, _aERA, _aERAS],
1798
+ [0, 0, 0, 0, 0, 0], 3
1754
1799
  ];
1755
1800
  export var TagResourceRequest$ = [3, n0, _TRR,
1756
1801
  0,
1757
- [_rA, _t],
1802
+ [_rA, _ta],
1758
1803
  [[0, 1], 128 | 0], 2
1759
1804
  ];
1760
1805
  export var TagResourceResponse$ = [3, n0, _TRRa,
@@ -1774,7 +1819,7 @@ export var TaskFilter$ = [3, n0, _TF,
1774
1819
  ];
1775
1820
  export var Trigger$ = [3, n0, _Tr,
1776
1821
  0,
1777
- [_tI, _aSI, _ty, _cond, _ac, _st, _cA, _uA],
1822
+ [_tI, _aSI, _ty, _cond, _a, _st, _cA, _uA],
1778
1823
  [0, 0, 0, () => TriggerCondition$, 15, 0, 4, 4], 8
1779
1824
  ];
1780
1825
  export var UntagResourceRequest$ = [3, n0, _URR,
@@ -1789,17 +1834,27 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
1789
1834
  ];
1790
1835
  export var UpdateAgentSpaceInput$ = [3, n0, _UASI,
1791
1836
  0,
1792
- [_aSI, _n, _d, _l],
1793
- [[0, 1], 0, [() => Description, 0], 0], 1
1837
+ [_aSI, _n, _d, _l, _p],
1838
+ [[0, 1], 0, [() => Description, 0], 0, 128 | 2], 1
1794
1839
  ];
1795
1840
  export var UpdateAgentSpaceOutput$ = [3, n0, _UASO,
1796
1841
  0,
1797
1842
  [_aS],
1798
1843
  [[() => AgentSpace$, 0]], 1
1799
1844
  ];
1845
+ export var UpdateApprovalActionRequest$ = [3, n0, _UAAR,
1846
+ 0,
1847
+ [_aSI, _aI, _a, _fP, _rea, _tS, _sU],
1848
+ [[0, 1], [0, 1], 0, () => ApprovalPattern$, 0, 1, 2], 3
1849
+ ];
1850
+ export var UpdateApprovalActionResponse$ = [3, n0, _UAARp,
1851
+ 0,
1852
+ [_aI, _st, _eA],
1853
+ [0, 0, 4], 2
1854
+ ];
1800
1855
  export var UpdateAssetFileRequest$ = [3, n0, _UAFR,
1801
1856
  0,
1802
- [_aSI, _aI, _p, _co, _me, _cT],
1857
+ [_aSI, _aIs, _pa, _co, _me, _cT],
1803
1858
  [[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 3
1804
1859
  ];
1805
1860
  export var UpdateAssetFileResponse$ = [3, n0, _UAFRp,
@@ -1809,32 +1864,32 @@ export var UpdateAssetFileResponse$ = [3, n0, _UAFRp,
1809
1864
  ];
1810
1865
  export var UpdateAssetRequest$ = [3, n0, _UAR,
1811
1866
  0,
1812
- [_aSI, _aI, _me, _co, _cT],
1867
+ [_aSI, _aIs, _me, _co, _cT],
1813
1868
  [[0, 1], [0, 1], 15, () => AssetContent$, [0, 4]], 2
1814
1869
  ];
1815
1870
  export var UpdateAssetResponse$ = [3, n0, _UARp,
1816
1871
  0,
1817
- [_as],
1872
+ [_ass],
1818
1873
  [() => Asset$], 1
1819
1874
  ];
1820
1875
  export var UpdateAssociationInput$ = [3, n0, _UAI,
1821
1876
  0,
1822
- [_aSI, _aIs, _con, _ca],
1877
+ [_aSI, _aIss, _con, _ca],
1823
1878
  [[0, 1], [0, 1], [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
1824
1879
  ];
1825
1880
  export var UpdateAssociationOutput$ = [3, n0, _UAO,
1826
1881
  0,
1827
- [_a, _w],
1882
+ [_as, _w],
1828
1883
  [[() => Association$, 0], [() => GenericWebhook$, 0]], 1
1829
1884
  ];
1830
1885
  export var UpdateBacklogTaskRequest$ = [3, n0, _UBTR,
1831
1886
  0,
1832
- [_aSI, _tIa, _tS, _cT],
1887
+ [_aSI, _tIa, _tSa, _cT],
1833
1888
  [[0, 1], [0, 1], 0, [0, 4]], 2
1834
1889
  ];
1835
1890
  export var UpdateBacklogTaskResponse$ = [3, n0, _UBTRp,
1836
1891
  0,
1837
- [_ta],
1892
+ [_tas],
1838
1893
  [() => Task$], 1
1839
1894
  ];
1840
1895
  export var UpdateGoalRequest$ = [3, n0, _UGR,
@@ -1909,7 +1964,7 @@ export var ValidateAwsAssociationsOutput$ = [3, n0, _VAAO,
1909
1964
  ];
1910
1965
  export var ValidationExceptionField$ = [3, n0, _VEF,
1911
1966
  0,
1912
- [_p, _m],
1967
+ [_pa, _m],
1913
1968
  [0, 0], 2
1914
1969
  ];
1915
1970
  export var Webhook$ = [3, n0, _W,
@@ -1958,6 +2013,9 @@ var JournalRecordList = [1, n0, _JRL,
1958
2013
  ];
1959
2014
  var ListOfSecurityGroupIds = 64 | 0;
1960
2015
  var ListOfSubnetIds = 64 | 0;
2016
+ var MCPToolDetailsList = [1, n0, _MCPTDL,
2017
+ 0, () => MCPToolDetail$
2018
+ ];
1961
2019
  var MCPToolsList = 64 | 0;
1962
2020
  var NewRelicAlertPolicyIds = 64 | 0;
1963
2021
  var NewRelicApplicationIds = 64 | 0;
@@ -2001,6 +2059,8 @@ var WebhooksList = [1, n0, _WL,
2001
2059
  0, () => Webhook$
2002
2060
  ];
2003
2061
  var WebIdentityTokenAudienceList = 64 | 0;
2062
+ var AgentSpacePreferences = 128 | 2;
2063
+ var ApprovalArgumentPins = 128 | 0;
2004
2064
  var AssociationCapabilities = [2, n0, _ACs,
2005
2065
  0, 0, () => CapabilityConfiguration$
2006
2066
  ];
@@ -2019,7 +2079,7 @@ var ExchangeParameters = [2, n0, _EP,
2019
2079
  var Tags = 128 | 0;
2020
2080
  export var AdditionalServiceDetails$ = [4, n0, _ASD,
2021
2081
  0,
2022
- [_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pa, _mcpserv, _rem, _remo],
2082
+ [_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag, _mcpserv, _rem, _remo],
2023
2083
  [() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0], [() => RegisteredRemoteAgentDetails$, 0], [() => RegisteredRemoteAgentSigV4Details$, 0]]
2024
2084
  ];
2025
2085
  export var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
@@ -2029,7 +2089,7 @@ export var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
2029
2089
  ];
2030
2090
  export var AssetContent$ = [4, n0, _ACss,
2031
2091
  0,
2032
- [_f, _z, _sU],
2092
+ [_f, _z, _sUo],
2033
2093
  [() => AssetFileContent$, () => AssetZipContent$, () => AssetSourceUrlContent$]
2034
2094
  ];
2035
2095
  export var AssetFileBody$ = [4, n0, _AFB,
@@ -2054,7 +2114,7 @@ export var DynatraceServiceAuthorizationConfig$ = [4, n0, _DSAC,
2054
2114
  ];
2055
2115
  export var MCPServerAuthorizationConfig$ = [4, n0, _MCPSAC,
2056
2116
  0,
2057
- [_oACC, _oALO, _aK, _bT, _aD],
2117
+ [_oACC, _oALO, _aK, _bTe, _aD],
2058
2118
  [[() => MCPServerOAuthClientCredentialsConfig$, 0], [() => MCPServerOAuth3LOConfig$, 0], [() => MCPServerAPIKeyConfig$, 0], [() => MCPServerBearerTokenConfig$, 0], () => MCPServerAuthorizationDiscoveryConfig$]
2059
2119
  ];
2060
2120
  export var Message$ = [4, n0, _M,
@@ -2079,12 +2139,12 @@ export var PrivateConnectionMode$ = [4, n0, _PCM,
2079
2139
  ];
2080
2140
  export var RemoteAgentAuthorizationConfig$ = [4, n0, _RAAC,
2081
2141
  0,
2082
- [_aK, _oACC, _bT],
2142
+ [_aK, _oACC, _bTe],
2083
2143
  [[() => RemoteAgentAPIKeyConfig$, 0], [() => RemoteAgentOAuthClientCredentialsConfig$, 0], [() => RemoteAgentBearerTokenConfig$, 0]]
2084
2144
  ];
2085
2145
  export var SendMessageContentBlockDelta$ = [4, n0, _SMCBD,
2086
2146
  0,
2087
- [_tD, _jD],
2147
+ [_tDe, _jD],
2088
2148
  [() => SendMessageTextDelta$, () => SendMessageJsonDelta$]
2089
2149
  ];
2090
2150
  export var SendMessageEvents$ = [4, n0, _SME,
@@ -2094,12 +2154,12 @@ export var SendMessageEvents$ = [4, n0, _SME,
2094
2154
  ];
2095
2155
  export var ServiceConfiguration$ = [4, n0, _SCe,
2096
2156
  0,
2097
- [_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pa, _mcpserv, _rem, _remo],
2157
+ [_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pag, _mcpserv, _rem, _remo],
2098
2158
  [() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$, () => RemoteAgentConfiguration$, () => RemoteAgentSigV4Configuration$]
2099
2159
  ];
2100
2160
  export var ServiceDetails$ = [4, n0, _SD,
2101
2161
  0,
2102
- [_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pa, _azu, _mcpserv, _rem, _remo],
2162
+ [_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu, _mcpserv, _rem, _remo],
2103
2163
  [[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails$, [() => MCPServerSigV4ServiceDetails$, 0], [() => RemoteAgentServiceDetails$, 0], [() => RemoteAgentSigV4ServiceDetails$, 0]]
2104
2164
  ];
2105
2165
  export var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
@@ -2273,6 +2333,9 @@ export var UntagResource$ = [9, n0, _URn,
2273
2333
  export var UpdateAgentSpace$ = [9, n0, _UAS,
2274
2334
  { [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}", 200] }, () => UpdateAgentSpaceInput$, () => UpdateAgentSpaceOutput$
2275
2335
  ];
2336
+ export var UpdateApprovalAction$ = [9, n0, _UAA,
2337
+ { [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/approvals/{approvalId}/update-action", 200] }, () => UpdateApprovalActionRequest$, () => UpdateApprovalActionResponse$
2338
+ ];
2276
2339
  export var UpdateAsset$ = [9, n0, _UA,
2277
2340
  { [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => UpdateAssetRequest$, () => UpdateAssetResponse$
2278
2341
  ];