@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.
- package/README.md +7 -0
- package/dist-cjs/index.js +202 -104
- package/dist-es/DevOpsAgent.js +2 -0
- package/dist-es/commands/UpdateApprovalActionCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +25 -3
- package/dist-es/schemas/schemas_0.js +163 -100
- package/dist-types/DevOpsAgent.d.ts +7 -0
- package/dist-types/DevOpsAgentClient.d.ts +3 -2
- package/dist-types/commands/AssociateServiceCommand.d.ts +60 -2
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +6 -0
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GetAgentSpaceCommand.d.ts +3 -0
- package/dist-types/commands/GetAssociationCommand.d.ts +30 -1
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceCommand.d.ts +3 -1
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +3 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +30 -1
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +2 -2
- package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +3 -1
- package/dist-types/commands/RegisterServiceCommand.d.ts +1 -1
- package/dist-types/commands/SendMessageCommand.d.ts +8 -0
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateApprovalActionCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +60 -2
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +86 -11
- package/dist-types/models/models_0.d.ts +211 -7
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/DevOpsAgent.d.ts +17 -0
- package/dist-types/ts3.4/DevOpsAgentClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/UpdateApprovalActionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +31 -4
- package/dist-types/ts3.4/models/models_0.d.ts +50 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -68,7 +68,7 @@ const commonParams = {
|
|
|
68
68
|
Region: { type: "builtInParams", name: "region" },
|
|
69
69
|
};
|
|
70
70
|
|
|
71
|
-
var version = "3.
|
|
71
|
+
var version = "3.1117.0";
|
|
72
72
|
var packageInfo = {
|
|
73
73
|
version: version};
|
|
74
74
|
|
|
@@ -248,6 +248,7 @@ class IdentityCenterServiceException extends DevOpsAgentServiceException {
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
const _A = "Asset";
|
|
251
|
+
const _AA = "ApprovalAction";
|
|
251
252
|
const _AC = "AzureConfiguration";
|
|
252
253
|
const _ACs = "AssociationCapabilities";
|
|
253
254
|
const _ACss = "AssetContent";
|
|
@@ -263,6 +264,7 @@ const _AL = "AssetList";
|
|
|
263
264
|
const _ALs = "AssociationsList";
|
|
264
265
|
const _AM = "AssistantMessage";
|
|
265
266
|
const _AMB = "AssistantMessageBlock";
|
|
267
|
+
const _AP = "ApprovalPattern";
|
|
266
268
|
const _AS = "AgentSpace";
|
|
267
269
|
const _ASD = "AdditionalServiceDetails";
|
|
268
270
|
const _ASI = "AssociateServiceInput";
|
|
@@ -378,6 +380,7 @@ const _GHC = "GitHubConfiguration";
|
|
|
378
380
|
const _GL = "GoalList";
|
|
379
381
|
const _GLC = "GitLabConfiguration";
|
|
380
382
|
const _GLD = "GitLabDetails";
|
|
383
|
+
const _GLTV = "GitLabTokenValue";
|
|
381
384
|
const _GOA = "GetOperatorApp";
|
|
382
385
|
const _GOAI = "GetOperatorAppInput";
|
|
383
386
|
const _GOAO = "GetOperatorAppOutput";
|
|
@@ -473,6 +476,9 @@ const _MCPSSC = "MCPServerSplunkConfiguration";
|
|
|
473
476
|
const _MCPSSVAC = "MCPServerSigV4AuthorizationConfig";
|
|
474
477
|
const _MCPSSVC = "MCPServerSigV4Configuration";
|
|
475
478
|
const _MCPSSVSD = "MCPServerSigV4ServiceDetails";
|
|
479
|
+
const _MCPTD = "MCPToolDetail";
|
|
480
|
+
const _MCPTDL = "MCPToolDetailsList";
|
|
481
|
+
const _NRAK = "NewRelicApiKey";
|
|
476
482
|
const _NRAKC = "NewRelicApiKeyConfig";
|
|
477
483
|
const _NRSAC = "NewRelicServiceAuthorizationConfig";
|
|
478
484
|
const _NRSD = "NewRelicServiceDetails";
|
|
@@ -563,6 +569,9 @@ const _TRRa = "TagResourceResponse";
|
|
|
563
569
|
const _TV = "TokenValue";
|
|
564
570
|
const _Tr = "Trigger";
|
|
565
571
|
const _UA = "UpdateAsset";
|
|
572
|
+
const _UAA = "UpdateApprovalAction";
|
|
573
|
+
const _UAAR = "UpdateApprovalActionRequest";
|
|
574
|
+
const _UAARp = "UpdateApprovalActionResponse";
|
|
566
575
|
const _UAF = "UpdateAssetFile";
|
|
567
576
|
const _UAFR = "UpdateAssetFileRequest";
|
|
568
577
|
const _UAFRp = "UpdateAssetFileResponse";
|
|
@@ -608,23 +617,28 @@ const _VEFL = "ValidationExceptionFieldList";
|
|
|
608
617
|
const _W = "Webhook";
|
|
609
618
|
const _WL = "WebhooksList";
|
|
610
619
|
const _WS = "WebhookSecret";
|
|
611
|
-
const _a = "
|
|
620
|
+
const _a = "action";
|
|
621
|
+
const _aA = "approvalAction";
|
|
612
622
|
const _aC = "authorizationConfig";
|
|
613
623
|
const _aCd = "additionalContext";
|
|
614
624
|
const _aD = "authorizationDiscovery";
|
|
625
|
+
const _aERA = "agentElevatedRoleArn";
|
|
626
|
+
const _aERAS = "agentElevatedRoleArnStatus";
|
|
615
627
|
const _aF = "authFlow";
|
|
616
628
|
const _aH = "authorizationHeader";
|
|
617
|
-
const _aI = "
|
|
629
|
+
const _aI = "approvalId";
|
|
618
630
|
const _aIc = "accountId";
|
|
619
631
|
const _aIp = "applicationIds";
|
|
620
|
-
const _aIs = "
|
|
621
|
-
const _aIss = "
|
|
632
|
+
const _aIs = "assetId";
|
|
633
|
+
const _aIss = "associationId";
|
|
634
|
+
const _aIsse = "assetIds";
|
|
622
635
|
const _aK = "apiKey";
|
|
623
636
|
const _aKH = "apiKeyHeader";
|
|
624
637
|
const _aKN = "apiKeyName";
|
|
625
638
|
const _aKV = "apiKeyValue";
|
|
626
639
|
const _aM = "authorizationMethod";
|
|
627
640
|
const _aMs = "assistantMessage";
|
|
641
|
+
const _aP = "argumentPins";
|
|
628
642
|
const _aPI = "alertPolicyIds";
|
|
629
643
|
const _aR = "accessibleResources";
|
|
630
644
|
const _aRA = "assumableRoleArn";
|
|
@@ -642,15 +656,16 @@ const _aTg = "agentType";
|
|
|
642
656
|
const _aU = "accountUrn";
|
|
643
657
|
const _aUu = "authorizationUrl";
|
|
644
658
|
const _aV = "assetVersion";
|
|
645
|
-
const
|
|
646
|
-
const
|
|
647
|
-
const
|
|
659
|
+
const _as = "association";
|
|
660
|
+
const _ass = "asset";
|
|
661
|
+
const _asso = "associations";
|
|
648
662
|
const _aw = "aws";
|
|
649
663
|
const _az = "azuredevops";
|
|
650
664
|
const _azu = "azureidentity";
|
|
651
665
|
const _azur = "azure";
|
|
652
666
|
const _b = "body";
|
|
653
|
-
const _bT = "
|
|
667
|
+
const _bT = "buttonText";
|
|
668
|
+
const _bTe = "bearerToken";
|
|
654
669
|
const _by = "bytes";
|
|
655
670
|
const _c = "client";
|
|
656
671
|
const _cA = "createdAt";
|
|
@@ -680,8 +695,10 @@ const _dR = "dnsResolution";
|
|
|
680
695
|
const _de = "delta";
|
|
681
696
|
const _dy = "dynatrace";
|
|
682
697
|
const _e = "error";
|
|
698
|
+
const _eA = "expiresAt";
|
|
683
699
|
const _eC = "errorCode";
|
|
684
700
|
const _eCv = "eventChannel";
|
|
701
|
+
const _eET = "enabledElevatedTools";
|
|
685
702
|
const _eG = "entityGuids";
|
|
686
703
|
const _eI = "executionId";
|
|
687
704
|
const _eIn = "envId";
|
|
@@ -700,6 +717,7 @@ const _exe = "executions";
|
|
|
700
717
|
const _f = "file";
|
|
701
718
|
const _fL = "fieldList";
|
|
702
719
|
const _fM = "failureMessage";
|
|
720
|
+
const _fP = "finalPattern";
|
|
703
721
|
const _fST = "filterServiceTypes";
|
|
704
722
|
const _fSTi = "filterServiceType";
|
|
705
723
|
const _fi = "filter";
|
|
@@ -724,9 +742,10 @@ const _iAPE = "ipv4AddressesPerEni";
|
|
|
724
742
|
const _iAT = "ipAddressType";
|
|
725
743
|
const _iCI = "idpClientId";
|
|
726
744
|
const _iCS = "idpClientSecret";
|
|
727
|
-
const _iI = "
|
|
745
|
+
const _iI = "interruptId";
|
|
728
746
|
const _iIA = "idcInstanceArn";
|
|
729
|
-
const _iIn = "
|
|
747
|
+
const _iIn = "instanceIdentifier";
|
|
748
|
+
const _iIns = "instanceId";
|
|
730
749
|
const _iT = "inputTokens";
|
|
731
750
|
const _iU = "issuerUrl";
|
|
732
751
|
const _iUn = "instanceUrl";
|
|
@@ -752,6 +771,7 @@ const _mASLH = "monthlyAccountSystemLearningHours";
|
|
|
752
771
|
const _mI = "messageId";
|
|
753
772
|
const _mR = "maxResults";
|
|
754
773
|
const _mRA = "mcpRoleArn";
|
|
774
|
+
const _mT = "modelTier";
|
|
755
775
|
const _mc = "mcpserverdatadog";
|
|
756
776
|
const _mcp = "mcpserver";
|
|
757
777
|
const _mcps = "mcpserversplunk";
|
|
@@ -777,7 +797,7 @@ const _oTu = "outputTokens";
|
|
|
777
797
|
const _oa = "oauth";
|
|
778
798
|
const _ob = "objectives";
|
|
779
799
|
const _or = "order";
|
|
780
|
-
const _p = "
|
|
800
|
+
const _p = "preferences";
|
|
781
801
|
const _pC = "privateConnections";
|
|
782
802
|
const _pCN = "privateConnectionName";
|
|
783
803
|
const _pEI = "parentExecutionId";
|
|
@@ -788,7 +808,8 @@ const _pN = "projectName";
|
|
|
788
808
|
const _pP = "projectPath";
|
|
789
809
|
const _pR = "portRanges";
|
|
790
810
|
const _pTI = "primaryTaskId";
|
|
791
|
-
const _pa = "
|
|
811
|
+
const _pa = "path";
|
|
812
|
+
const _pag = "pagerduty";
|
|
792
813
|
const _pr = "priority";
|
|
793
814
|
const _pro = "provider";
|
|
794
815
|
const _r = "reference";
|
|
@@ -814,6 +835,7 @@ const _rTE = "returnToEndpoint";
|
|
|
814
835
|
const _rU = "referenceUrl";
|
|
815
836
|
const _rV = "recommendationVersion";
|
|
816
837
|
const _re = "resources";
|
|
838
|
+
const _rea = "reason";
|
|
817
839
|
const _rec = "recommendation";
|
|
818
840
|
const _reco = "records";
|
|
819
841
|
const _recom = "recommendations";
|
|
@@ -835,7 +857,8 @@ const _sMel = "selfManaged";
|
|
|
835
857
|
const _sN = "sequenceNumber";
|
|
836
858
|
const _sR = "statusReason";
|
|
837
859
|
const _sT = "serviceType";
|
|
838
|
-
const _sU = "
|
|
860
|
+
const _sU = "singleUse";
|
|
861
|
+
const _sUo = "sourceUrl";
|
|
839
862
|
const _sc = "scopes";
|
|
840
863
|
const _sch = "schedule";
|
|
841
864
|
const _se = "server";
|
|
@@ -849,8 +872,10 @@ const _sta = "state";
|
|
|
849
872
|
const _str = "streaming";
|
|
850
873
|
const _su = "summary";
|
|
851
874
|
const _sy = "system";
|
|
852
|
-
const _t = "
|
|
853
|
-
const
|
|
875
|
+
const _t = "tool";
|
|
876
|
+
const _tC = "toolClassification";
|
|
877
|
+
const _tD = "toolDetails";
|
|
878
|
+
const _tDe = "textDelta";
|
|
854
879
|
const _tI = "triggerId";
|
|
855
880
|
const _tIa = "taskId";
|
|
856
881
|
const _tIe = "tenantId";
|
|
@@ -859,17 +884,20 @@ const _tK = "tagKeys";
|
|
|
859
884
|
const _tN = "tokenName";
|
|
860
885
|
const _tNe = "teamName";
|
|
861
886
|
const _tR = "toolResult";
|
|
862
|
-
const _tS = "
|
|
887
|
+
const _tS = "ttlSeconds";
|
|
888
|
+
const _tSa = "taskStatus";
|
|
863
889
|
const _tT = "taskType";
|
|
864
890
|
const _tTo = "tokenType";
|
|
865
891
|
const _tTot = "totalTokens";
|
|
866
892
|
const _tTr = "transmissionTarget";
|
|
867
893
|
const _tU = "targetUrl";
|
|
894
|
+
const _tUI = "toolUseId";
|
|
868
895
|
const _tUPCN = "targetUrlPrivateConnectionName";
|
|
869
896
|
const _tUo = "toolUse";
|
|
870
897
|
const _tV = "tokenValue";
|
|
871
|
-
const _ta = "
|
|
872
|
-
const _tas = "
|
|
898
|
+
const _ta = "tags";
|
|
899
|
+
const _tas = "task";
|
|
900
|
+
const _task = "tasks";
|
|
873
901
|
const _te = "text";
|
|
874
902
|
const _ti = "title";
|
|
875
903
|
const _to = "tools";
|
|
@@ -980,32 +1008,44 @@ var CustomHeaderValue = [0, n0, _CHV, 8, 0];
|
|
|
980
1008
|
var Description = [0, n0, _D, 8, 0];
|
|
981
1009
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
982
1010
|
var ExchangeParameterValue = [0, n0, _EPV, 8, 0];
|
|
1011
|
+
var GitLabTokenValue = [0, n0, _GLTV, 8, 0];
|
|
983
1012
|
var IdpClientSecret = [0, n0, _ICS, 8, 0];
|
|
1013
|
+
var NewRelicApiKey = [0, n0, _NRAK, 8, 0];
|
|
984
1014
|
var TokenValue = [0, n0, _TV, 8, 0];
|
|
985
1015
|
var WebhookSecret = [0, n0, _WS, 8, 0];
|
|
986
1016
|
var AgentSpace$ = [3, n0, _AS,
|
|
987
1017
|
0,
|
|
988
|
-
[_n, _cA, _uA, _aSI, _d, _l, _kKA],
|
|
989
|
-
[0, 5, 5, 0, [() => Description, 0], 0, 0], 4
|
|
1018
|
+
[_n, _cA, _uA, _aSI, _d, _l, _kKA, _p],
|
|
1019
|
+
[0, 5, 5, 0, [() => Description, 0], 0, 0, 128 | 2], 4
|
|
1020
|
+
];
|
|
1021
|
+
var ApprovalAction$ = [3, n0, _AA,
|
|
1022
|
+
0,
|
|
1023
|
+
[_tUI, _iI, _aI, _bT, _a],
|
|
1024
|
+
[0, 0, 0, 0, 0]
|
|
1025
|
+
];
|
|
1026
|
+
var ApprovalPattern$ = [3, n0, _AP,
|
|
1027
|
+
0,
|
|
1028
|
+
[_t, _aP],
|
|
1029
|
+
[0, 128 | 0], 2
|
|
990
1030
|
];
|
|
991
1031
|
var Asset$ = [3, n0, _A,
|
|
992
1032
|
0,
|
|
993
|
-
[
|
|
1033
|
+
[_aIs, _aT, _me, _v, _cA, _uA],
|
|
994
1034
|
[0, 0, 15, 1, 4, 4], 6
|
|
995
1035
|
];
|
|
996
1036
|
var AssetFile$ = [3, n0, _AF,
|
|
997
1037
|
0,
|
|
998
|
-
[
|
|
1038
|
+
[_pa, _co, _v, _cA, _uA, _me],
|
|
999
1039
|
[0, () => AssetFileBody$, 1, 4, 4, 15], 5
|
|
1000
1040
|
];
|
|
1001
1041
|
var AssetFileContent$ = [3, n0, _AFC,
|
|
1002
1042
|
0,
|
|
1003
|
-
[
|
|
1043
|
+
[_pa, _b, _me],
|
|
1004
1044
|
[0, () => AssetFileBody$, 15], 2
|
|
1005
1045
|
];
|
|
1006
1046
|
var AssetFileSummary$ = [3, n0, _AFS,
|
|
1007
1047
|
0,
|
|
1008
|
-
[
|
|
1048
|
+
[_pa, _v, _cA, _uA, _me],
|
|
1009
1049
|
[0, 1, 4, 4, 15], 4
|
|
1010
1050
|
];
|
|
1011
1051
|
var AssetSourceUrlContent$ = [3, n0, _ASUC,
|
|
@@ -1035,18 +1075,18 @@ var AssociateServiceInput$ = [3, n0, _ASI,
|
|
|
1035
1075
|
];
|
|
1036
1076
|
var AssociateServiceOutput$ = [3, n0, _ASO,
|
|
1037
1077
|
0,
|
|
1038
|
-
[
|
|
1078
|
+
[_as, _w],
|
|
1039
1079
|
[[() => Association$, 0], [() => GenericWebhook$, 0]], 1
|
|
1040
1080
|
];
|
|
1041
1081
|
var Association$ = [3, n0, _As,
|
|
1042
1082
|
0,
|
|
1043
|
-
[_aSI, _cA, _uA,
|
|
1083
|
+
[_aSI, _cA, _uA, _aIss, _sI, _con, _st, _ca],
|
|
1044
1084
|
[0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0, () => AssociationCapabilities], 6
|
|
1045
1085
|
];
|
|
1046
1086
|
var AWSConfiguration$ = [3, n0, _AWSC,
|
|
1047
1087
|
0,
|
|
1048
|
-
[_aRA, _aIc, _aTc],
|
|
1049
|
-
[0, 0, 0], 3
|
|
1088
|
+
[_aRA, _aIc, _aTc, _aERA, _aERAS],
|
|
1089
|
+
[0, 0, 0, 0, 0], 3
|
|
1050
1090
|
];
|
|
1051
1091
|
var AzureConfiguration$ = [3, n0, _AC,
|
|
1052
1092
|
0,
|
|
@@ -1070,17 +1110,17 @@ var ChatExecution$ = [3, n0, _CEh,
|
|
|
1070
1110
|
];
|
|
1071
1111
|
var CreateAgentSpaceInput$ = [3, n0, _CASI,
|
|
1072
1112
|
0,
|
|
1073
|
-
[_n, _d, _l, _kKA, _cT,
|
|
1074
|
-
[0, [() => Description, 0], 0, 0, [0, 4], 128 | 0], 1
|
|
1113
|
+
[_n, _d, _l, _kKA, _cT, _ta, _p],
|
|
1114
|
+
[0, [() => Description, 0], 0, 0, [0, 4], 128 | 0, 128 | 2], 1
|
|
1075
1115
|
];
|
|
1076
1116
|
var CreateAgentSpaceOutput$ = [3, n0, _CASO,
|
|
1077
1117
|
0,
|
|
1078
|
-
[_aS,
|
|
1118
|
+
[_aS, _ta],
|
|
1079
1119
|
[[() => AgentSpace$, 0], 128 | 0], 1
|
|
1080
1120
|
];
|
|
1081
1121
|
var CreateAssetFileRequest$ = [3, n0, _CAFR,
|
|
1082
1122
|
0,
|
|
1083
|
-
[_aSI,
|
|
1123
|
+
[_aSI, _aIs, _pa, _co, _me, _cT],
|
|
1084
1124
|
[[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 4
|
|
1085
1125
|
];
|
|
1086
1126
|
var CreateAssetFileResponse$ = [3, n0, _CAFRr,
|
|
@@ -1095,7 +1135,7 @@ var CreateAssetRequest$ = [3, n0, _CAR,
|
|
|
1095
1135
|
];
|
|
1096
1136
|
var CreateAssetResponse$ = [3, n0, _CARr,
|
|
1097
1137
|
0,
|
|
1098
|
-
[
|
|
1138
|
+
[_ass],
|
|
1099
1139
|
[() => Asset$], 1
|
|
1100
1140
|
];
|
|
1101
1141
|
var CreateBacklogTaskRequest$ = [3, n0, _CBTR,
|
|
@@ -1105,7 +1145,7 @@ var CreateBacklogTaskRequest$ = [3, n0, _CBTR,
|
|
|
1105
1145
|
];
|
|
1106
1146
|
var CreateBacklogTaskResponse$ = [3, n0, _CBTRr,
|
|
1107
1147
|
0,
|
|
1108
|
-
[
|
|
1148
|
+
[_tas],
|
|
1109
1149
|
[() => Task$], 1
|
|
1110
1150
|
];
|
|
1111
1151
|
var CreateChatRequest$ = [3, n0, _CCR,
|
|
@@ -1120,17 +1160,17 @@ var CreateChatResponse$ = [3, n0, _CCRr,
|
|
|
1120
1160
|
];
|
|
1121
1161
|
var CreatePrivateConnectionInput$ = [3, n0, _CPCI,
|
|
1122
1162
|
0,
|
|
1123
|
-
[_n, _mo,
|
|
1163
|
+
[_n, _mo, _ta],
|
|
1124
1164
|
[0, () => PrivateConnectionMode$, 128 | 0], 2
|
|
1125
1165
|
];
|
|
1126
1166
|
var CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
|
|
1127
1167
|
0,
|
|
1128
|
-
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM,
|
|
1168
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _ta],
|
|
1129
1169
|
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
1130
1170
|
];
|
|
1131
1171
|
var CreateTriggerRequest$ = [3, n0, _CTR,
|
|
1132
1172
|
0,
|
|
1133
|
-
[_aSI, _ty, _cond,
|
|
1173
|
+
[_aSI, _ty, _cond, _a, _st, _cT],
|
|
1134
1174
|
[[0, 1], 0, () => TriggerCondition$, 15, 0, [0, 4]], 4
|
|
1135
1175
|
];
|
|
1136
1176
|
var CreateTriggerResponse$ = [3, n0, _CTRr,
|
|
@@ -1155,7 +1195,7 @@ var DeleteAgentSpaceOutput$ = [3, n0, _DASO,
|
|
|
1155
1195
|
];
|
|
1156
1196
|
var DeleteAssetFileRequest$ = [3, n0, _DAFR,
|
|
1157
1197
|
0,
|
|
1158
|
-
[_aSI,
|
|
1198
|
+
[_aSI, _aIs, _pa],
|
|
1159
1199
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
1160
1200
|
];
|
|
1161
1201
|
var DeleteAssetFileResponse$ = [3, n0, _DAFRe,
|
|
@@ -1165,7 +1205,7 @@ var DeleteAssetFileResponse$ = [3, n0, _DAFRe,
|
|
|
1165
1205
|
];
|
|
1166
1206
|
var DeleteAssetRequest$ = [3, n0, _DAR,
|
|
1167
1207
|
0,
|
|
1168
|
-
[_aSI,
|
|
1208
|
+
[_aSI, _aIs],
|
|
1169
1209
|
[[0, 1], [0, 1]], 2
|
|
1170
1210
|
];
|
|
1171
1211
|
var DeleteAssetResponse$ = [3, n0, _DARe,
|
|
@@ -1210,7 +1250,7 @@ var DescribePrivateConnectionInput$ = [3, n0, _DPCIe,
|
|
|
1210
1250
|
];
|
|
1211
1251
|
var DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
|
|
1212
1252
|
0,
|
|
1213
|
-
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM,
|
|
1253
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _ta],
|
|
1214
1254
|
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
1215
1255
|
];
|
|
1216
1256
|
var DisableOperatorAppInput$ = [3, n0, _DOAI,
|
|
@@ -1220,7 +1260,7 @@ var DisableOperatorAppInput$ = [3, n0, _DOAI,
|
|
|
1220
1260
|
];
|
|
1221
1261
|
var DisassociateServiceInput$ = [3, n0, _DSIi,
|
|
1222
1262
|
0,
|
|
1223
|
-
[_aSI,
|
|
1263
|
+
[_aSI, _aIss],
|
|
1224
1264
|
[[0, 1], [0, 1]], 2
|
|
1225
1265
|
];
|
|
1226
1266
|
var DisassociateServiceOutput$ = [3, n0, _DSOi,
|
|
@@ -1290,12 +1330,12 @@ var GetAgentSpaceInput$ = [3, n0, _GASI,
|
|
|
1290
1330
|
];
|
|
1291
1331
|
var GetAgentSpaceOutput$ = [3, n0, _GASO,
|
|
1292
1332
|
0,
|
|
1293
|
-
[_aS,
|
|
1333
|
+
[_aS, _ta],
|
|
1294
1334
|
[[() => AgentSpace$, 0], 128 | 0], 1
|
|
1295
1335
|
];
|
|
1296
1336
|
var GetAssetContentRequest$ = [3, n0, _GACR,
|
|
1297
1337
|
0,
|
|
1298
|
-
[_aSI,
|
|
1338
|
+
[_aSI, _aIs, _aV],
|
|
1299
1339
|
[[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
|
|
1300
1340
|
];
|
|
1301
1341
|
var GetAssetContentResponse$ = [3, n0, _GACRe,
|
|
@@ -1305,7 +1345,7 @@ var GetAssetContentResponse$ = [3, n0, _GACRe,
|
|
|
1305
1345
|
];
|
|
1306
1346
|
var GetAssetFileRequest$ = [3, n0, _GAFR,
|
|
1307
1347
|
0,
|
|
1308
|
-
[_aSI,
|
|
1348
|
+
[_aSI, _aIs, _pa, _aV],
|
|
1309
1349
|
[[0, 1], [0, 1], [0, 1], [1, { [_hQ]: _aV }]], 3
|
|
1310
1350
|
];
|
|
1311
1351
|
var GetAssetFileResponse$ = [3, n0, _GAFRe,
|
|
@@ -1315,22 +1355,22 @@ var GetAssetFileResponse$ = [3, n0, _GAFRe,
|
|
|
1315
1355
|
];
|
|
1316
1356
|
var GetAssetRequest$ = [3, n0, _GAR,
|
|
1317
1357
|
0,
|
|
1318
|
-
[_aSI,
|
|
1358
|
+
[_aSI, _aIs, _aV],
|
|
1319
1359
|
[[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
|
|
1320
1360
|
];
|
|
1321
1361
|
var GetAssetResponse$ = [3, n0, _GARe,
|
|
1322
1362
|
0,
|
|
1323
|
-
[
|
|
1363
|
+
[_ass],
|
|
1324
1364
|
[() => Asset$], 1
|
|
1325
1365
|
];
|
|
1326
1366
|
var GetAssociationInput$ = [3, n0, _GAI,
|
|
1327
1367
|
0,
|
|
1328
|
-
[_aSI,
|
|
1368
|
+
[_aSI, _aIss],
|
|
1329
1369
|
[[0, 1], [0, 1]], 2
|
|
1330
1370
|
];
|
|
1331
1371
|
var GetAssociationOutput$ = [3, n0, _GAO,
|
|
1332
1372
|
0,
|
|
1333
|
-
[
|
|
1373
|
+
[_as],
|
|
1334
1374
|
[[() => Association$, 0]], 1
|
|
1335
1375
|
];
|
|
1336
1376
|
var GetBacklogTaskRequest$ = [3, n0, _GBTR,
|
|
@@ -1340,7 +1380,7 @@ var GetBacklogTaskRequest$ = [3, n0, _GBTR,
|
|
|
1340
1380
|
];
|
|
1341
1381
|
var GetBacklogTaskResponse$ = [3, n0, _GBTRe,
|
|
1342
1382
|
0,
|
|
1343
|
-
[
|
|
1383
|
+
[_tas],
|
|
1344
1384
|
[() => Task$], 1
|
|
1345
1385
|
];
|
|
1346
1386
|
var GetOperatorAppInput$ = [3, n0, _GOAI,
|
|
@@ -1370,7 +1410,7 @@ var GetServiceInput$ = [3, n0, _GSI,
|
|
|
1370
1410
|
];
|
|
1371
1411
|
var GetServiceOutput$ = [3, n0, _GSO,
|
|
1372
1412
|
0,
|
|
1373
|
-
[_ser,
|
|
1413
|
+
[_ser, _ta],
|
|
1374
1414
|
[[() => RegisteredService$, 0], 128 | 0], 1
|
|
1375
1415
|
];
|
|
1376
1416
|
var GetTriggerRequest$ = [3, n0, _GTR,
|
|
@@ -1385,18 +1425,18 @@ var GetTriggerResponse$ = [3, n0, _GTRe,
|
|
|
1385
1425
|
];
|
|
1386
1426
|
var GitHubConfiguration$ = [3, n0, _GHC,
|
|
1387
1427
|
0,
|
|
1388
|
-
[_rN, _rIe, _o, _oT,
|
|
1428
|
+
[_rN, _rIe, _o, _oT, _iIn, _rRA],
|
|
1389
1429
|
[0, 0, 0, 0, 0, 0], 4
|
|
1390
1430
|
];
|
|
1391
1431
|
var GitLabConfiguration$ = [3, n0, _GLC,
|
|
1392
1432
|
0,
|
|
1393
|
-
[_pI, _pP,
|
|
1433
|
+
[_pI, _pP, _iIn, _rRA],
|
|
1394
1434
|
[0, 0, 0, 0], 2
|
|
1395
1435
|
];
|
|
1396
1436
|
var GitLabDetails$ = [3, n0, _GLD,
|
|
1397
1437
|
0,
|
|
1398
1438
|
[_tU, _tTo, _tV, _gI],
|
|
1399
|
-
[0, 0, [() =>
|
|
1439
|
+
[0, 0, [() => GitLabTokenValue, 0], 0], 3
|
|
1400
1440
|
];
|
|
1401
1441
|
var Goal$ = [3, n0, _G,
|
|
1402
1442
|
0,
|
|
@@ -1455,7 +1495,7 @@ var ListAgentSpacesOutput$ = [3, n0, _LASO,
|
|
|
1455
1495
|
];
|
|
1456
1496
|
var ListAssetFilesRequest$ = [3, n0, _LAFR,
|
|
1457
1497
|
0,
|
|
1458
|
-
[_aSI,
|
|
1498
|
+
[_aSI, _aIs, _aV, _nT, _mR],
|
|
1459
1499
|
[[0, 1], [0, 1], [1, { [_hQ]: _aV }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
1460
1500
|
];
|
|
1461
1501
|
var ListAssetFilesResponse$ = [3, n0, _LAFRi,
|
|
@@ -1485,7 +1525,7 @@ var ListAssetTypesResponse$ = [3, n0, _LATRi,
|
|
|
1485
1525
|
];
|
|
1486
1526
|
var ListAssetVersionsRequest$ = [3, n0, _LAVR,
|
|
1487
1527
|
0,
|
|
1488
|
-
[_aSI,
|
|
1528
|
+
[_aSI, _aIs, _mR, _nT],
|
|
1489
1529
|
[[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
1490
1530
|
];
|
|
1491
1531
|
var ListAssetVersionsResponse$ = [3, n0, _LAVRi,
|
|
@@ -1500,7 +1540,7 @@ var ListAssociationsInput$ = [3, n0, _LAI,
|
|
|
1500
1540
|
];
|
|
1501
1541
|
var ListAssociationsOutput$ = [3, n0, _LAO,
|
|
1502
1542
|
0,
|
|
1503
|
-
[
|
|
1543
|
+
[_asso, _nT],
|
|
1504
1544
|
[[() => AssociationsList, 0], 0], 1
|
|
1505
1545
|
];
|
|
1506
1546
|
var ListBacklogTasksRequest$ = [3, n0, _LBTR,
|
|
@@ -1510,7 +1550,7 @@ var ListBacklogTasksRequest$ = [3, n0, _LBTR,
|
|
|
1510
1550
|
];
|
|
1511
1551
|
var ListBacklogTasksResponse$ = [3, n0, _LBTRi,
|
|
1512
1552
|
0,
|
|
1513
|
-
[
|
|
1553
|
+
[_task, _nT],
|
|
1514
1554
|
[() => TaskList, 0], 1
|
|
1515
1555
|
];
|
|
1516
1556
|
var ListChatsRequest$ = [3, n0, _LCR,
|
|
@@ -1600,7 +1640,7 @@ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
|
1600
1640
|
];
|
|
1601
1641
|
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1602
1642
|
0,
|
|
1603
|
-
[
|
|
1643
|
+
[_ta],
|
|
1604
1644
|
[128 | 0], 1
|
|
1605
1645
|
];
|
|
1606
1646
|
var ListTriggersRequest$ = [3, n0, _LTR,
|
|
@@ -1615,7 +1655,7 @@ var ListTriggersResponse$ = [3, n0, _LTRi,
|
|
|
1615
1655
|
];
|
|
1616
1656
|
var ListWebhooksInput$ = [3, n0, _LWI,
|
|
1617
1657
|
0,
|
|
1618
|
-
[_aSI,
|
|
1658
|
+
[_aSI, _aIss],
|
|
1619
1659
|
[[0, 1], [0, 1]], 2
|
|
1620
1660
|
];
|
|
1621
1661
|
var ListWebhooksOutput$ = [3, n0, _LWO,
|
|
@@ -1640,13 +1680,13 @@ var MCPServerBearerTokenConfig$ = [3, n0, _MCPSBTC,
|
|
|
1640
1680
|
];
|
|
1641
1681
|
var MCPServerConfiguration$ = [3, n0, _MCPSC,
|
|
1642
1682
|
0,
|
|
1643
|
-
[_to],
|
|
1644
|
-
[64 | 0], 1
|
|
1683
|
+
[_to, _tD],
|
|
1684
|
+
[64 | 0, () => MCPToolDetailsList], 1
|
|
1645
1685
|
];
|
|
1646
1686
|
var MCPServerDatadogConfiguration$ = [3, n0, _MCPSDC,
|
|
1647
1687
|
0,
|
|
1648
|
-
[],
|
|
1649
|
-
[]
|
|
1688
|
+
[_eET],
|
|
1689
|
+
[() => MCPToolDetailsList]
|
|
1650
1690
|
];
|
|
1651
1691
|
var MCPServerDetails$ = [3, n0, _MCPSD,
|
|
1652
1692
|
0,
|
|
@@ -1655,8 +1695,8 @@ var MCPServerDetails$ = [3, n0, _MCPSD,
|
|
|
1655
1695
|
];
|
|
1656
1696
|
var MCPServerGrafanaConfiguration$ = [3, n0, _MCPSGC,
|
|
1657
1697
|
0,
|
|
1658
|
-
[_end, _oI, _to],
|
|
1659
|
-
[0, 0, 64 | 0], 1
|
|
1698
|
+
[_end, _oI, _to, _eET],
|
|
1699
|
+
[0, 0, 64 | 0, () => MCPToolDetailsList], 1
|
|
1660
1700
|
];
|
|
1661
1701
|
var MCPServerNewRelicConfiguration$ = [3, n0, _MCPSNRC,
|
|
1662
1702
|
0,
|
|
@@ -1680,8 +1720,8 @@ var MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
|
|
|
1680
1720
|
];
|
|
1681
1721
|
var MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
|
|
1682
1722
|
0,
|
|
1683
|
-
[_to],
|
|
1684
|
-
[64 | 0], 1
|
|
1723
|
+
[_to, _tD],
|
|
1724
|
+
[64 | 0, () => MCPToolDetailsList], 1
|
|
1685
1725
|
];
|
|
1686
1726
|
var MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1687
1727
|
0,
|
|
@@ -1693,10 +1733,15 @@ var MCPServerSplunkConfiguration$ = [3, n0, _MCPSSC,
|
|
|
1693
1733
|
[],
|
|
1694
1734
|
[]
|
|
1695
1735
|
];
|
|
1736
|
+
var MCPToolDetail$ = [3, n0, _MCPTD,
|
|
1737
|
+
0,
|
|
1738
|
+
[_n, _tC],
|
|
1739
|
+
[0, 0], 1
|
|
1740
|
+
];
|
|
1696
1741
|
var NewRelicApiKeyConfig$ = [3, n0, _NRAKC,
|
|
1697
1742
|
0,
|
|
1698
1743
|
[_aK, _aIc, _reg, _aIp, _eG, _aPI],
|
|
1699
|
-
[[() =>
|
|
1744
|
+
[[() => NewRelicApiKey, 0], 0, 0, 64 | 0, 64 | 0, 64 | 0], 3
|
|
1700
1745
|
];
|
|
1701
1746
|
var NewRelicServiceDetails$ = [3, n0, _NRSD,
|
|
1702
1747
|
0,
|
|
@@ -1745,12 +1790,12 @@ var RecommendationContent$ = [3, n0, _RC,
|
|
|
1745
1790
|
];
|
|
1746
1791
|
var ReferenceInput$ = [3, n0, _RI,
|
|
1747
1792
|
0,
|
|
1748
|
-
[_sy, _rIef, _rU,
|
|
1793
|
+
[_sy, _rIef, _rU, _aIss, _ti],
|
|
1749
1794
|
[0, 0, 0, 0, 0], 4
|
|
1750
1795
|
];
|
|
1751
1796
|
var ReferenceOutput$ = [3, n0, _RO,
|
|
1752
1797
|
0,
|
|
1753
|
-
[_sy, _rIef, _rU,
|
|
1798
|
+
[_sy, _rIef, _rU, _aIss, _ti],
|
|
1754
1799
|
[0, 0, 0, 0, 0], 4
|
|
1755
1800
|
];
|
|
1756
1801
|
var RegisteredAzureDevOpsServiceDetails$ = [3, n0, _RADOSD,
|
|
@@ -1810,8 +1855,8 @@ var RegisteredRemoteAgentSigV4Details$ = [3, n0, _RRASVD,
|
|
|
1810
1855
|
];
|
|
1811
1856
|
var RegisteredService$ = [3, n0, _RS,
|
|
1812
1857
|
0,
|
|
1813
|
-
[_sI, _sT, _n, _aR, _aSD, _kKA, _pCN],
|
|
1814
|
-
[0, 0, 0, 64 | 15, [() => AdditionalServiceDetails$, 0], 0, 0],
|
|
1858
|
+
[_sI, _sT, _cA, _uA, _n, _aR, _aSD, _kKA, _pCN],
|
|
1859
|
+
[0, 0, 5, 5, 0, 64 | 15, [() => AdditionalServiceDetails$, 0], 0, 0], 4
|
|
1815
1860
|
];
|
|
1816
1861
|
var RegisteredServiceNowDetails$ = [3, n0, _RSND,
|
|
1817
1862
|
0,
|
|
@@ -1825,12 +1870,12 @@ var RegisteredSlackServiceDetails$ = [3, n0, _RSSD,
|
|
|
1825
1870
|
];
|
|
1826
1871
|
var RegisterServiceInput$ = [3, n0, _RSI,
|
|
1827
1872
|
0,
|
|
1828
|
-
[_ser, _sD, _kKA, _pCN, _tUPCN, _eUPCN, _n,
|
|
1873
|
+
[_ser, _sD, _kKA, _pCN, _tUPCN, _eUPCN, _n, _ta],
|
|
1829
1874
|
[[0, 1], [() => ServiceDetails$, 0], 0, 0, 0, 0, 0, 128 | 0], 2
|
|
1830
1875
|
];
|
|
1831
1876
|
var RegisterServiceOutput$ = [3, n0, _RSO,
|
|
1832
1877
|
0,
|
|
1833
|
-
[_sI, _aSd, _kKA,
|
|
1878
|
+
[_sI, _aSd, _kKA, _ta],
|
|
1834
1879
|
[0, () => AdditionalServiceRegistrationStep$, 0, 128 | 0]
|
|
1835
1880
|
];
|
|
1836
1881
|
var RemoteAgentAPIKeyConfig$ = [3, n0, _RAAPIKC,
|
|
@@ -1900,8 +1945,8 @@ var SendMessageContentBlockStopEvent$ = [3, n0, _SMCBSEe,
|
|
|
1900
1945
|
];
|
|
1901
1946
|
var SendMessageContext$ = [3, n0, _SMC,
|
|
1902
1947
|
0,
|
|
1903
|
-
[_cP, _lM, _uAR],
|
|
1904
|
-
[0, 0, 0]
|
|
1948
|
+
[_cP, _lM, _uAR, _aA],
|
|
1949
|
+
[0, 0, 0, () => ApprovalAction$]
|
|
1905
1950
|
];
|
|
1906
1951
|
var SendMessageHeartbeatEvent$ = [3, n0, _SMHE,
|
|
1907
1952
|
0,
|
|
@@ -1915,8 +1960,8 @@ var SendMessageJsonDelta$ = [3, n0, _SMJD,
|
|
|
1915
1960
|
];
|
|
1916
1961
|
var SendMessageRequest$ = [3, n0, _SMR,
|
|
1917
1962
|
0,
|
|
1918
|
-
[_aSI, _eI, _co, _cont, _uI,
|
|
1919
|
-
[[0, 1], 0, 0, () => SendMessageContext$, 0, 64 | 0], 3
|
|
1963
|
+
[_aSI, _eI, _co, _cont, _uI, _aIsse, _mT],
|
|
1964
|
+
[[0, 1], 0, 0, () => SendMessageContext$, 0, 64 | 0, 0], 3
|
|
1920
1965
|
];
|
|
1921
1966
|
var SendMessageResponse$ = [3, n0, _SMRe,
|
|
1922
1967
|
0,
|
|
@@ -1965,7 +2010,7 @@ var ServiceManagedInput$ = [3, n0, _SMIe,
|
|
|
1965
2010
|
];
|
|
1966
2011
|
var ServiceNowConfiguration$ = [3, n0, _SNC,
|
|
1967
2012
|
0,
|
|
1968
|
-
[
|
|
2013
|
+
[_iIns, _aSu],
|
|
1969
2014
|
[0, 64 | 0]
|
|
1970
2015
|
];
|
|
1971
2016
|
var ServiceNowOAuthClientCredentialsConfig$ = [3, n0, _SNOACCC,
|
|
@@ -1995,12 +2040,12 @@ var SlackTransmissionTarget$ = [3, n0, _STT,
|
|
|
1995
2040
|
];
|
|
1996
2041
|
var SourceAwsConfiguration$ = [3, n0, _SAC,
|
|
1997
2042
|
0,
|
|
1998
|
-
[_aIc, _aTc, _aRA, _eIx],
|
|
1999
|
-
[0, 0, 0, 0], 3
|
|
2043
|
+
[_aIc, _aTc, _aRA, _eIx, _aERA, _aERAS],
|
|
2044
|
+
[0, 0, 0, 0, 0, 0], 3
|
|
2000
2045
|
];
|
|
2001
2046
|
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2002
2047
|
0,
|
|
2003
|
-
[_rA,
|
|
2048
|
+
[_rA, _ta],
|
|
2004
2049
|
[[0, 1], 128 | 0], 2
|
|
2005
2050
|
];
|
|
2006
2051
|
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -2020,7 +2065,7 @@ var TaskFilter$ = [3, n0, _TF,
|
|
|
2020
2065
|
];
|
|
2021
2066
|
var Trigger$ = [3, n0, _Tr,
|
|
2022
2067
|
0,
|
|
2023
|
-
[_tI, _aSI, _ty, _cond,
|
|
2068
|
+
[_tI, _aSI, _ty, _cond, _a, _st, _cA, _uA],
|
|
2024
2069
|
[0, 0, 0, () => TriggerCondition$, 15, 0, 4, 4], 8
|
|
2025
2070
|
];
|
|
2026
2071
|
var UntagResourceRequest$ = [3, n0, _URR,
|
|
@@ -2035,17 +2080,27 @@ var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
2035
2080
|
];
|
|
2036
2081
|
var UpdateAgentSpaceInput$ = [3, n0, _UASI,
|
|
2037
2082
|
0,
|
|
2038
|
-
[_aSI, _n, _d, _l],
|
|
2039
|
-
[[0, 1], 0, [() => Description, 0], 0], 1
|
|
2083
|
+
[_aSI, _n, _d, _l, _p],
|
|
2084
|
+
[[0, 1], 0, [() => Description, 0], 0, 128 | 2], 1
|
|
2040
2085
|
];
|
|
2041
2086
|
var UpdateAgentSpaceOutput$ = [3, n0, _UASO,
|
|
2042
2087
|
0,
|
|
2043
2088
|
[_aS],
|
|
2044
2089
|
[[() => AgentSpace$, 0]], 1
|
|
2045
2090
|
];
|
|
2091
|
+
var UpdateApprovalActionRequest$ = [3, n0, _UAAR,
|
|
2092
|
+
0,
|
|
2093
|
+
[_aSI, _aI, _a, _fP, _rea, _tS, _sU],
|
|
2094
|
+
[[0, 1], [0, 1], 0, () => ApprovalPattern$, 0, 1, 2], 3
|
|
2095
|
+
];
|
|
2096
|
+
var UpdateApprovalActionResponse$ = [3, n0, _UAARp,
|
|
2097
|
+
0,
|
|
2098
|
+
[_aI, _st, _eA],
|
|
2099
|
+
[0, 0, 4], 2
|
|
2100
|
+
];
|
|
2046
2101
|
var UpdateAssetFileRequest$ = [3, n0, _UAFR,
|
|
2047
2102
|
0,
|
|
2048
|
-
[_aSI,
|
|
2103
|
+
[_aSI, _aIs, _pa, _co, _me, _cT],
|
|
2049
2104
|
[[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 3
|
|
2050
2105
|
];
|
|
2051
2106
|
var UpdateAssetFileResponse$ = [3, n0, _UAFRp,
|
|
@@ -2055,32 +2110,32 @@ var UpdateAssetFileResponse$ = [3, n0, _UAFRp,
|
|
|
2055
2110
|
];
|
|
2056
2111
|
var UpdateAssetRequest$ = [3, n0, _UAR,
|
|
2057
2112
|
0,
|
|
2058
|
-
[_aSI,
|
|
2113
|
+
[_aSI, _aIs, _me, _co, _cT],
|
|
2059
2114
|
[[0, 1], [0, 1], 15, () => AssetContent$, [0, 4]], 2
|
|
2060
2115
|
];
|
|
2061
2116
|
var UpdateAssetResponse$ = [3, n0, _UARp,
|
|
2062
2117
|
0,
|
|
2063
|
-
[
|
|
2118
|
+
[_ass],
|
|
2064
2119
|
[() => Asset$], 1
|
|
2065
2120
|
];
|
|
2066
2121
|
var UpdateAssociationInput$ = [3, n0, _UAI,
|
|
2067
2122
|
0,
|
|
2068
|
-
[_aSI,
|
|
2123
|
+
[_aSI, _aIss, _con, _ca],
|
|
2069
2124
|
[[0, 1], [0, 1], [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
2070
2125
|
];
|
|
2071
2126
|
var UpdateAssociationOutput$ = [3, n0, _UAO,
|
|
2072
2127
|
0,
|
|
2073
|
-
[
|
|
2128
|
+
[_as, _w],
|
|
2074
2129
|
[[() => Association$, 0], [() => GenericWebhook$, 0]], 1
|
|
2075
2130
|
];
|
|
2076
2131
|
var UpdateBacklogTaskRequest$ = [3, n0, _UBTR,
|
|
2077
2132
|
0,
|
|
2078
|
-
[_aSI, _tIa,
|
|
2133
|
+
[_aSI, _tIa, _tSa, _cT],
|
|
2079
2134
|
[[0, 1], [0, 1], 0, [0, 4]], 2
|
|
2080
2135
|
];
|
|
2081
2136
|
var UpdateBacklogTaskResponse$ = [3, n0, _UBTRp,
|
|
2082
2137
|
0,
|
|
2083
|
-
[
|
|
2138
|
+
[_tas],
|
|
2084
2139
|
[() => Task$], 1
|
|
2085
2140
|
];
|
|
2086
2141
|
var UpdateGoalRequest$ = [3, n0, _UGR,
|
|
@@ -2155,7 +2210,7 @@ var ValidateAwsAssociationsOutput$ = [3, n0, _VAAO,
|
|
|
2155
2210
|
];
|
|
2156
2211
|
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
2157
2212
|
0,
|
|
2158
|
-
[
|
|
2213
|
+
[_pa, _m],
|
|
2159
2214
|
[0, 0], 2
|
|
2160
2215
|
];
|
|
2161
2216
|
var Webhook$ = [3, n0, _W,
|
|
@@ -2199,6 +2254,9 @@ var GoalList = [1, n0, _GL,
|
|
|
2199
2254
|
var JournalRecordList = [1, n0, _JRL,
|
|
2200
2255
|
0, () => JournalRecord$
|
|
2201
2256
|
];
|
|
2257
|
+
var MCPToolDetailsList = [1, n0, _MCPTDL,
|
|
2258
|
+
0, () => MCPToolDetail$
|
|
2259
|
+
];
|
|
2202
2260
|
var PendingMessages = [1, n0, _PMe,
|
|
2203
2261
|
0, () => PendingMessage$
|
|
2204
2262
|
];
|
|
@@ -2244,7 +2302,7 @@ var ExchangeParameters = [2, n0, _EP,
|
|
|
2244
2302
|
];
|
|
2245
2303
|
var AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
2246
2304
|
0,
|
|
2247
|
-
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser,
|
|
2305
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag, _mcpserv, _rem, _remo],
|
|
2248
2306
|
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0], [() => RegisteredRemoteAgentDetails$, 0], [() => RegisteredRemoteAgentSigV4Details$, 0]]
|
|
2249
2307
|
];
|
|
2250
2308
|
var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
@@ -2254,7 +2312,7 @@ var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
|
2254
2312
|
];
|
|
2255
2313
|
var AssetContent$ = [4, n0, _ACss,
|
|
2256
2314
|
0,
|
|
2257
|
-
[_f, _z,
|
|
2315
|
+
[_f, _z, _sUo],
|
|
2258
2316
|
[() => AssetFileContent$, () => AssetZipContent$, () => AssetSourceUrlContent$]
|
|
2259
2317
|
];
|
|
2260
2318
|
var AssetFileBody$ = [4, n0, _AFB,
|
|
@@ -2279,7 +2337,7 @@ var DynatraceServiceAuthorizationConfig$ = [4, n0, _DSAC,
|
|
|
2279
2337
|
];
|
|
2280
2338
|
var MCPServerAuthorizationConfig$ = [4, n0, _MCPSAC,
|
|
2281
2339
|
0,
|
|
2282
|
-
[_oACC, _oALO, _aK,
|
|
2340
|
+
[_oACC, _oALO, _aK, _bTe, _aD],
|
|
2283
2341
|
[[() => MCPServerOAuthClientCredentialsConfig$, 0], [() => MCPServerOAuth3LOConfig$, 0], [() => MCPServerAPIKeyConfig$, 0], [() => MCPServerBearerTokenConfig$, 0], () => MCPServerAuthorizationDiscoveryConfig$]
|
|
2284
2342
|
];
|
|
2285
2343
|
var Message$ = [4, n0, _M,
|
|
@@ -2304,12 +2362,12 @@ var PrivateConnectionMode$ = [4, n0, _PCM,
|
|
|
2304
2362
|
];
|
|
2305
2363
|
var RemoteAgentAuthorizationConfig$ = [4, n0, _RAAC,
|
|
2306
2364
|
0,
|
|
2307
|
-
[_aK, _oACC,
|
|
2365
|
+
[_aK, _oACC, _bTe],
|
|
2308
2366
|
[[() => RemoteAgentAPIKeyConfig$, 0], [() => RemoteAgentOAuthClientCredentialsConfig$, 0], [() => RemoteAgentBearerTokenConfig$, 0]]
|
|
2309
2367
|
];
|
|
2310
2368
|
var SendMessageContentBlockDelta$ = [4, n0, _SMCBD,
|
|
2311
2369
|
0,
|
|
2312
|
-
[
|
|
2370
|
+
[_tDe, _jD],
|
|
2313
2371
|
[() => SendMessageTextDelta$, () => SendMessageJsonDelta$]
|
|
2314
2372
|
];
|
|
2315
2373
|
var SendMessageEvents$ = [4, n0, _SME,
|
|
@@ -2319,12 +2377,12 @@ var SendMessageEvents$ = [4, n0, _SME,
|
|
|
2319
2377
|
];
|
|
2320
2378
|
var ServiceConfiguration$ = [4, n0, _SCe,
|
|
2321
2379
|
0,
|
|
2322
|
-
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser,
|
|
2380
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pag, _mcpserv, _rem, _remo],
|
|
2323
2381
|
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$, () => RemoteAgentConfiguration$, () => RemoteAgentSigV4Configuration$]
|
|
2324
2382
|
];
|
|
2325
2383
|
var ServiceDetails$ = [4, n0, _SD,
|
|
2326
2384
|
0,
|
|
2327
|
-
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser,
|
|
2385
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu, _mcpserv, _rem, _remo],
|
|
2328
2386
|
[[() => 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]]
|
|
2329
2387
|
];
|
|
2330
2388
|
var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
@@ -2498,6 +2556,9 @@ var UntagResource$ = [9, n0, _URn,
|
|
|
2498
2556
|
var UpdateAgentSpace$ = [9, n0, _UAS,
|
|
2499
2557
|
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}", 200] }, () => UpdateAgentSpaceInput$, () => UpdateAgentSpaceOutput$
|
|
2500
2558
|
];
|
|
2559
|
+
var UpdateApprovalAction$ = [9, n0, _UAA,
|
|
2560
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/approvals/{approvalId}/update-action", 200] }, () => UpdateApprovalActionRequest$, () => UpdateApprovalActionResponse$
|
|
2561
|
+
];
|
|
2501
2562
|
var UpdateAsset$ = [9, n0, _UA,
|
|
2502
2563
|
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => UpdateAssetRequest$, () => UpdateAssetResponse$
|
|
2503
2564
|
];
|
|
@@ -2837,6 +2898,9 @@ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagRes
|
|
|
2837
2898
|
class UpdateAgentSpaceCommand extends command(_ep0, _mw0, "UpdateAgentSpace", UpdateAgentSpace$) {
|
|
2838
2899
|
}
|
|
2839
2900
|
|
|
2901
|
+
class UpdateApprovalActionCommand extends command(_ep0, _mw0, "UpdateApprovalAction", UpdateApprovalAction$) {
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2840
2904
|
class UpdateAssetCommand extends command(_ep0, _mw0, "UpdateAsset", UpdateAsset$) {
|
|
2841
2905
|
}
|
|
2842
2906
|
|
|
@@ -2944,6 +3008,7 @@ const commands = {
|
|
|
2944
3008
|
TagResourceCommand,
|
|
2945
3009
|
UntagResourceCommand,
|
|
2946
3010
|
UpdateAgentSpaceCommand,
|
|
3011
|
+
UpdateApprovalActionCommand,
|
|
2947
3012
|
UpdateAssetCommand,
|
|
2948
3013
|
UpdateAssetFileCommand,
|
|
2949
3014
|
UpdateAssociationCommand,
|
|
@@ -2989,6 +3054,7 @@ const MCPServerAuthorizationMethod = {
|
|
|
2989
3054
|
};
|
|
2990
3055
|
const NewRelicRegion = {
|
|
2991
3056
|
EU: "EU",
|
|
3057
|
+
JP: "JP",
|
|
2992
3058
|
US: "US",
|
|
2993
3059
|
};
|
|
2994
3060
|
const RemoteAgentAuthorizationMethod = {
|
|
@@ -2996,6 +3062,9 @@ const RemoteAgentAuthorizationMethod = {
|
|
|
2996
3062
|
BEARER_TOKEN: "bearer-token",
|
|
2997
3063
|
OAUTH_CLIENT_CREDENTIALS: "oauth-client-credentials",
|
|
2998
3064
|
};
|
|
3065
|
+
const AgentSpacePreferenceKey = {
|
|
3066
|
+
ELEVATED_ACTIONS_ENABLED: "elevatedActionsEnabled",
|
|
3067
|
+
};
|
|
2999
3068
|
const CapabilityType = {
|
|
3000
3069
|
RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW",
|
|
3001
3070
|
RELEASE_READINESS_REVIEW_AUTOMATED_TESTING: "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING",
|
|
@@ -3003,14 +3072,19 @@ const CapabilityType = {
|
|
|
3003
3072
|
const MonitorAccountType = {
|
|
3004
3073
|
MONITOR: "monitor",
|
|
3005
3074
|
};
|
|
3006
|
-
const SourceAccountType = {
|
|
3007
|
-
SOURCE: "source",
|
|
3008
|
-
};
|
|
3009
3075
|
const ValidationStatus = {
|
|
3010
3076
|
INVALID: "invalid",
|
|
3011
3077
|
PENDING_CONFIRMATION: "pending-confirmation",
|
|
3012
3078
|
VALID: "valid",
|
|
3013
3079
|
};
|
|
3080
|
+
const ToolClassification = {
|
|
3081
|
+
DESTRUCTIVE: "DESTRUCTIVE",
|
|
3082
|
+
MUTATIVE: "MUTATIVE",
|
|
3083
|
+
READ_ONLY: "READ_ONLY",
|
|
3084
|
+
};
|
|
3085
|
+
const SourceAccountType = {
|
|
3086
|
+
SOURCE: "source",
|
|
3087
|
+
};
|
|
3014
3088
|
const WebhookType = {
|
|
3015
3089
|
API_KEY: "apikey",
|
|
3016
3090
|
GITLAB: "gitlab",
|
|
@@ -3022,6 +3096,17 @@ const AuthFlow = {
|
|
|
3022
3096
|
IDC: "idc",
|
|
3023
3097
|
IDP: "idp",
|
|
3024
3098
|
};
|
|
3099
|
+
const ApprovalActionType = {
|
|
3100
|
+
APPROVED: "APPROVED",
|
|
3101
|
+
REJECTED: "REJECTED",
|
|
3102
|
+
};
|
|
3103
|
+
const ApprovalStatus = {
|
|
3104
|
+
APPROVED: "APPROVED",
|
|
3105
|
+
PENDING: "PENDING",
|
|
3106
|
+
REDEEMED: "REDEEMED",
|
|
3107
|
+
REJECTED: "REJECTED",
|
|
3108
|
+
REVOKED: "REVOKED",
|
|
3109
|
+
};
|
|
3025
3110
|
const Priority = {
|
|
3026
3111
|
CRITICAL: "CRITICAL",
|
|
3027
3112
|
HIGH: "HIGH",
|
|
@@ -3046,6 +3131,7 @@ const TaskStatus = {
|
|
|
3046
3131
|
PENDING_TRIAGE: "PENDING_TRIAGE",
|
|
3047
3132
|
SKIPPED: "SKIPPED",
|
|
3048
3133
|
TIMED_OUT: "TIMED_OUT",
|
|
3134
|
+
WAITING: "WAITING",
|
|
3049
3135
|
};
|
|
3050
3136
|
const UserType = {
|
|
3051
3137
|
IAM: "IAM",
|
|
@@ -3099,6 +3185,7 @@ const ExecutionStatus = {
|
|
|
3099
3185
|
RUNNING: "RUNNING",
|
|
3100
3186
|
STOPPED: "STOPPED",
|
|
3101
3187
|
TIMED_OUT: "TIMED_OUT",
|
|
3188
|
+
WAITING: "WAITING",
|
|
3102
3189
|
};
|
|
3103
3190
|
const GoalType = {
|
|
3104
3191
|
CUSTOMER_DEFINED: "CUSTOMER_DEFINED",
|
|
@@ -3163,6 +3250,11 @@ exports.AccessDeniedException$ = AccessDeniedException$;
|
|
|
3163
3250
|
exports.AdditionalServiceDetails$ = AdditionalServiceDetails$;
|
|
3164
3251
|
exports.AdditionalServiceRegistrationStep$ = AdditionalServiceRegistrationStep$;
|
|
3165
3252
|
exports.AgentSpace$ = AgentSpace$;
|
|
3253
|
+
exports.AgentSpacePreferenceKey = AgentSpacePreferenceKey;
|
|
3254
|
+
exports.ApprovalAction$ = ApprovalAction$;
|
|
3255
|
+
exports.ApprovalActionType = ApprovalActionType;
|
|
3256
|
+
exports.ApprovalPattern$ = ApprovalPattern$;
|
|
3257
|
+
exports.ApprovalStatus = ApprovalStatus;
|
|
3166
3258
|
exports.Asset$ = Asset$;
|
|
3167
3259
|
exports.AssetContent$ = AssetContent$;
|
|
3168
3260
|
exports.AssetFile$ = AssetFile$;
|
|
@@ -3427,6 +3519,7 @@ exports.MCPServerSigV4AuthorizationConfig$ = MCPServerSigV4AuthorizationConfig$;
|
|
|
3427
3519
|
exports.MCPServerSigV4Configuration$ = MCPServerSigV4Configuration$;
|
|
3428
3520
|
exports.MCPServerSigV4ServiceDetails$ = MCPServerSigV4ServiceDetails$;
|
|
3429
3521
|
exports.MCPServerSplunkConfiguration$ = MCPServerSplunkConfiguration$;
|
|
3522
|
+
exports.MCPToolDetail$ = MCPToolDetail$;
|
|
3430
3523
|
exports.Message$ = Message$;
|
|
3431
3524
|
exports.MonitorAccountType = MonitorAccountType;
|
|
3432
3525
|
exports.NewRelicApiKeyConfig$ = NewRelicApiKeyConfig$;
|
|
@@ -3532,6 +3625,7 @@ exports.TaskStatus = TaskStatus;
|
|
|
3532
3625
|
exports.TaskType = TaskType;
|
|
3533
3626
|
exports.ThrottlingException = ThrottlingException;
|
|
3534
3627
|
exports.ThrottlingException$ = ThrottlingException$;
|
|
3628
|
+
exports.ToolClassification = ToolClassification;
|
|
3535
3629
|
exports.Trigger$ = Trigger$;
|
|
3536
3630
|
exports.TriggerCondition$ = TriggerCondition$;
|
|
3537
3631
|
exports.UntagResource$ = UntagResource$;
|
|
@@ -3542,6 +3636,10 @@ exports.UpdateAgentSpace$ = UpdateAgentSpace$;
|
|
|
3542
3636
|
exports.UpdateAgentSpaceCommand = UpdateAgentSpaceCommand;
|
|
3543
3637
|
exports.UpdateAgentSpaceInput$ = UpdateAgentSpaceInput$;
|
|
3544
3638
|
exports.UpdateAgentSpaceOutput$ = UpdateAgentSpaceOutput$;
|
|
3639
|
+
exports.UpdateApprovalAction$ = UpdateApprovalAction$;
|
|
3640
|
+
exports.UpdateApprovalActionCommand = UpdateApprovalActionCommand;
|
|
3641
|
+
exports.UpdateApprovalActionRequest$ = UpdateApprovalActionRequest$;
|
|
3642
|
+
exports.UpdateApprovalActionResponse$ = UpdateApprovalActionResponse$;
|
|
3545
3643
|
exports.UpdateAsset$ = UpdateAsset$;
|
|
3546
3644
|
exports.UpdateAssetCommand = UpdateAssetCommand;
|
|
3547
3645
|
exports.UpdateAssetFile$ = UpdateAssetFile$;
|