@aws-sdk/client-devops-agent 3.1117.0 → 3.1119.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 +230 -106
- 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 +29 -3
- package/dist-es/schemas/schemas_0.js +186 -102
- package/dist-types/DevOpsAgent.d.ts +7 -0
- package/dist-types/DevOpsAgentClient.d.ts +3 -2
- package/dist-types/commands/AssociateServiceCommand.d.ts +84 -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 +42 -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 +42 -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 +84 -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 +99 -6
- package/dist-types/models/models_0.d.ts +243 -7
- package/dist-types/schemas/schemas_0.d.ts +8 -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 +36 -4
- package/dist-types/ts3.4/models/models_0.d.ts +59 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- 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";
|
|
@@ -235,6 +241,7 @@ const _PDAC = "PagerDutyAuthorizationConfig";
|
|
|
235
241
|
const _PDC = "PagerDutyConfiguration";
|
|
236
242
|
const _PDD = "PagerDutyDetails";
|
|
237
243
|
const _PDOACCC = "PagerDutyOAuthClientCredentialsConfig";
|
|
244
|
+
const _PF = "PatternFilter";
|
|
238
245
|
const _PM = "PendingMessage";
|
|
239
246
|
const _PMe = "PendingMessages";
|
|
240
247
|
const _R = "Recommendation";
|
|
@@ -306,6 +313,8 @@ const _T = "Task";
|
|
|
306
313
|
const _TC = "TriggerCondition";
|
|
307
314
|
const _TE = "ThrottlingException";
|
|
308
315
|
const _TF = "TaskFilter";
|
|
316
|
+
const _TFG = "TriggerFilterGroup";
|
|
317
|
+
const _TFGr = "TriggerFilterGroups";
|
|
309
318
|
const _TL = "TaskList";
|
|
310
319
|
const _TLr = "TriggerList";
|
|
311
320
|
const _TR = "TagResource";
|
|
@@ -314,6 +323,9 @@ const _TRRa = "TagResourceResponse";
|
|
|
314
323
|
const _TV = "TokenValue";
|
|
315
324
|
const _Tr = "Trigger";
|
|
316
325
|
const _UA = "UpdateAsset";
|
|
326
|
+
const _UAA = "UpdateApprovalAction";
|
|
327
|
+
const _UAAR = "UpdateApprovalActionRequest";
|
|
328
|
+
const _UAARp = "UpdateApprovalActionResponse";
|
|
317
329
|
const _UAF = "UpdateAssetFile";
|
|
318
330
|
const _UAFR = "UpdateAssetFileRequest";
|
|
319
331
|
const _UAFRp = "UpdateAssetFileResponse";
|
|
@@ -359,23 +371,28 @@ const _VEFL = "ValidationExceptionFieldList";
|
|
|
359
371
|
const _W = "Webhook";
|
|
360
372
|
const _WL = "WebhooksList";
|
|
361
373
|
const _WS = "WebhookSecret";
|
|
362
|
-
const _a = "
|
|
374
|
+
const _a = "action";
|
|
375
|
+
const _aA = "approvalAction";
|
|
363
376
|
const _aC = "authorizationConfig";
|
|
364
377
|
const _aCd = "additionalContext";
|
|
365
378
|
const _aD = "authorizationDiscovery";
|
|
379
|
+
const _aERA = "agentElevatedRoleArn";
|
|
380
|
+
const _aERAS = "agentElevatedRoleArnStatus";
|
|
366
381
|
const _aF = "authFlow";
|
|
367
382
|
const _aH = "authorizationHeader";
|
|
368
|
-
const _aI = "
|
|
383
|
+
const _aI = "approvalId";
|
|
369
384
|
const _aIc = "accountId";
|
|
370
385
|
const _aIp = "applicationIds";
|
|
371
|
-
const _aIs = "
|
|
372
|
-
const _aIss = "
|
|
386
|
+
const _aIs = "assetId";
|
|
387
|
+
const _aIss = "associationId";
|
|
388
|
+
const _aIsse = "assetIds";
|
|
373
389
|
const _aK = "apiKey";
|
|
374
390
|
const _aKH = "apiKeyHeader";
|
|
375
391
|
const _aKN = "apiKeyName";
|
|
376
392
|
const _aKV = "apiKeyValue";
|
|
377
393
|
const _aM = "authorizationMethod";
|
|
378
394
|
const _aMs = "assistantMessage";
|
|
395
|
+
const _aP = "argumentPins";
|
|
379
396
|
const _aPI = "alertPolicyIds";
|
|
380
397
|
const _aR = "accessibleResources";
|
|
381
398
|
const _aRA = "assumableRoleArn";
|
|
@@ -393,15 +410,16 @@ const _aTg = "agentType";
|
|
|
393
410
|
const _aU = "accountUrn";
|
|
394
411
|
const _aUu = "authorizationUrl";
|
|
395
412
|
const _aV = "assetVersion";
|
|
396
|
-
const
|
|
397
|
-
const
|
|
398
|
-
const
|
|
413
|
+
const _as = "association";
|
|
414
|
+
const _ass = "asset";
|
|
415
|
+
const _asso = "associations";
|
|
399
416
|
const _aw = "aws";
|
|
400
417
|
const _az = "azuredevops";
|
|
401
418
|
const _azu = "azureidentity";
|
|
402
419
|
const _azur = "azure";
|
|
403
420
|
const _b = "body";
|
|
404
|
-
const _bT = "
|
|
421
|
+
const _bT = "buttonText";
|
|
422
|
+
const _bTe = "bearerToken";
|
|
405
423
|
const _by = "bytes";
|
|
406
424
|
const _c = "client";
|
|
407
425
|
const _cA = "createdAt";
|
|
@@ -431,8 +449,10 @@ const _dR = "dnsResolution";
|
|
|
431
449
|
const _de = "delta";
|
|
432
450
|
const _dy = "dynatrace";
|
|
433
451
|
const _e = "error";
|
|
452
|
+
const _eA = "expiresAt";
|
|
434
453
|
const _eC = "errorCode";
|
|
435
454
|
const _eCv = "eventChannel";
|
|
455
|
+
const _eET = "enabledElevatedTools";
|
|
436
456
|
const _eG = "entityGuids";
|
|
437
457
|
const _eI = "executionId";
|
|
438
458
|
const _eIn = "envId";
|
|
@@ -451,6 +471,7 @@ const _exe = "executions";
|
|
|
451
471
|
const _f = "file";
|
|
452
472
|
const _fL = "fieldList";
|
|
453
473
|
const _fM = "failureMessage";
|
|
474
|
+
const _fP = "finalPattern";
|
|
454
475
|
const _fST = "filterServiceTypes";
|
|
455
476
|
const _fSTi = "filterServiceType";
|
|
456
477
|
const _fi = "filter";
|
|
@@ -475,9 +496,10 @@ const _iAPE = "ipv4AddressesPerEni";
|
|
|
475
496
|
const _iAT = "ipAddressType";
|
|
476
497
|
const _iCI = "idpClientId";
|
|
477
498
|
const _iCS = "idpClientSecret";
|
|
478
|
-
const _iI = "
|
|
499
|
+
const _iI = "interruptId";
|
|
479
500
|
const _iIA = "idcInstanceArn";
|
|
480
|
-
const _iIn = "
|
|
501
|
+
const _iIn = "instanceIdentifier";
|
|
502
|
+
const _iIns = "instanceId";
|
|
481
503
|
const _iT = "inputTokens";
|
|
482
504
|
const _iU = "issuerUrl";
|
|
483
505
|
const _iUn = "instanceUrl";
|
|
@@ -503,6 +525,7 @@ const _mASLH = "monthlyAccountSystemLearningHours";
|
|
|
503
525
|
const _mI = "messageId";
|
|
504
526
|
const _mR = "maxResults";
|
|
505
527
|
const _mRA = "mcpRoleArn";
|
|
528
|
+
const _mT = "modelTier";
|
|
506
529
|
const _mc = "mcpserverdatadog";
|
|
507
530
|
const _mcp = "mcpserver";
|
|
508
531
|
const _mcps = "mcpserversplunk";
|
|
@@ -528,7 +551,7 @@ const _oTu = "outputTokens";
|
|
|
528
551
|
const _oa = "oauth";
|
|
529
552
|
const _ob = "objectives";
|
|
530
553
|
const _or = "order";
|
|
531
|
-
const _p = "
|
|
554
|
+
const _p = "preferences";
|
|
532
555
|
const _pC = "privateConnections";
|
|
533
556
|
const _pCN = "privateConnectionName";
|
|
534
557
|
const _pEI = "parentExecutionId";
|
|
@@ -539,7 +562,9 @@ const _pN = "projectName";
|
|
|
539
562
|
const _pP = "projectPath";
|
|
540
563
|
const _pR = "portRanges";
|
|
541
564
|
const _pTI = "primaryTaskId";
|
|
542
|
-
const _pa = "
|
|
565
|
+
const _pa = "path";
|
|
566
|
+
const _pag = "pagerduty";
|
|
567
|
+
const _pat = "patterns";
|
|
543
568
|
const _pr = "priority";
|
|
544
569
|
const _pro = "provider";
|
|
545
570
|
const _r = "reference";
|
|
@@ -565,6 +590,7 @@ const _rTE = "returnToEndpoint";
|
|
|
565
590
|
const _rU = "referenceUrl";
|
|
566
591
|
const _rV = "recommendationVersion";
|
|
567
592
|
const _re = "resources";
|
|
593
|
+
const _rea = "reason";
|
|
568
594
|
const _rec = "recommendation";
|
|
569
595
|
const _reco = "records";
|
|
570
596
|
const _recom = "recommendations";
|
|
@@ -586,7 +612,8 @@ const _sMel = "selfManaged";
|
|
|
586
612
|
const _sN = "sequenceNumber";
|
|
587
613
|
const _sR = "statusReason";
|
|
588
614
|
const _sT = "serviceType";
|
|
589
|
-
const _sU = "
|
|
615
|
+
const _sU = "singleUse";
|
|
616
|
+
const _sUo = "sourceUrl";
|
|
590
617
|
const _sc = "scopes";
|
|
591
618
|
const _sch = "schedule";
|
|
592
619
|
const _se = "server";
|
|
@@ -600,8 +627,12 @@ const _sta = "state";
|
|
|
600
627
|
const _str = "streaming";
|
|
601
628
|
const _su = "summary";
|
|
602
629
|
const _sy = "system";
|
|
603
|
-
const _t = "
|
|
604
|
-
const
|
|
630
|
+
const _t = "tool";
|
|
631
|
+
const _tB = "targetBranches";
|
|
632
|
+
const _tC = "toolClassification";
|
|
633
|
+
const _tD = "toolDetails";
|
|
634
|
+
const _tDe = "textDelta";
|
|
635
|
+
const _tFG = "triggerFilterGroups";
|
|
605
636
|
const _tI = "triggerId";
|
|
606
637
|
const _tIa = "taskId";
|
|
607
638
|
const _tIe = "tenantId";
|
|
@@ -610,17 +641,20 @@ const _tK = "tagKeys";
|
|
|
610
641
|
const _tN = "tokenName";
|
|
611
642
|
const _tNe = "teamName";
|
|
612
643
|
const _tR = "toolResult";
|
|
613
|
-
const _tS = "
|
|
644
|
+
const _tS = "ttlSeconds";
|
|
645
|
+
const _tSa = "taskStatus";
|
|
614
646
|
const _tT = "taskType";
|
|
615
647
|
const _tTo = "tokenType";
|
|
616
648
|
const _tTot = "totalTokens";
|
|
617
649
|
const _tTr = "transmissionTarget";
|
|
618
650
|
const _tU = "targetUrl";
|
|
651
|
+
const _tUI = "toolUseId";
|
|
619
652
|
const _tUPCN = "targetUrlPrivateConnectionName";
|
|
620
653
|
const _tUo = "toolUse";
|
|
621
654
|
const _tV = "tokenValue";
|
|
622
|
-
const _ta = "
|
|
623
|
-
const _tas = "
|
|
655
|
+
const _ta = "tags";
|
|
656
|
+
const _tas = "task";
|
|
657
|
+
const _task = "tasks";
|
|
624
658
|
const _te = "text";
|
|
625
659
|
const _ti = "title";
|
|
626
660
|
const _to = "tools";
|
|
@@ -734,32 +768,44 @@ var CustomHeaderValue = [0, n0, _CHV, 8, 0];
|
|
|
734
768
|
var Description = [0, n0, _D, 8, 0];
|
|
735
769
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
736
770
|
var ExchangeParameterValue = [0, n0, _EPV, 8, 0];
|
|
771
|
+
var GitLabTokenValue = [0, n0, _GLTV, 8, 0];
|
|
737
772
|
var IdpClientSecret = [0, n0, _ICS, 8, 0];
|
|
773
|
+
var NewRelicApiKey = [0, n0, _NRAK, 8, 0];
|
|
738
774
|
var TokenValue = [0, n0, _TV, 8, 0];
|
|
739
775
|
var WebhookSecret = [0, n0, _WS, 8, 0];
|
|
740
776
|
export var AgentSpace$ = [3, n0, _AS,
|
|
741
777
|
0,
|
|
742
|
-
[_n, _cA, _uA, _aSI, _d, _l, _kKA],
|
|
743
|
-
[0, 5, 5, 0, [() => Description, 0], 0, 0], 4
|
|
778
|
+
[_n, _cA, _uA, _aSI, _d, _l, _kKA, _p],
|
|
779
|
+
[0, 5, 5, 0, [() => Description, 0], 0, 0, 128 | 2], 4
|
|
780
|
+
];
|
|
781
|
+
export var ApprovalAction$ = [3, n0, _AA,
|
|
782
|
+
0,
|
|
783
|
+
[_tUI, _iI, _aI, _bT, _a],
|
|
784
|
+
[0, 0, 0, 0, 0]
|
|
785
|
+
];
|
|
786
|
+
export var ApprovalPattern$ = [3, n0, _AP,
|
|
787
|
+
0,
|
|
788
|
+
[_t, _aP],
|
|
789
|
+
[0, 128 | 0], 2
|
|
744
790
|
];
|
|
745
791
|
export var Asset$ = [3, n0, _A,
|
|
746
792
|
0,
|
|
747
|
-
[
|
|
793
|
+
[_aIs, _aT, _me, _v, _cA, _uA],
|
|
748
794
|
[0, 0, 15, 1, 4, 4], 6
|
|
749
795
|
];
|
|
750
796
|
export var AssetFile$ = [3, n0, _AF,
|
|
751
797
|
0,
|
|
752
|
-
[
|
|
798
|
+
[_pa, _co, _v, _cA, _uA, _me],
|
|
753
799
|
[0, () => AssetFileBody$, 1, 4, 4, 15], 5
|
|
754
800
|
];
|
|
755
801
|
export var AssetFileContent$ = [3, n0, _AFC,
|
|
756
802
|
0,
|
|
757
|
-
[
|
|
803
|
+
[_pa, _b, _me],
|
|
758
804
|
[0, () => AssetFileBody$, 15], 2
|
|
759
805
|
];
|
|
760
806
|
export var AssetFileSummary$ = [3, n0, _AFS,
|
|
761
807
|
0,
|
|
762
|
-
[
|
|
808
|
+
[_pa, _v, _cA, _uA, _me],
|
|
763
809
|
[0, 1, 4, 4, 15], 4
|
|
764
810
|
];
|
|
765
811
|
export var AssetSourceUrlContent$ = [3, n0, _ASUC,
|
|
@@ -789,18 +835,18 @@ export var AssociateServiceInput$ = [3, n0, _ASI,
|
|
|
789
835
|
];
|
|
790
836
|
export var AssociateServiceOutput$ = [3, n0, _ASO,
|
|
791
837
|
0,
|
|
792
|
-
[
|
|
838
|
+
[_as, _w],
|
|
793
839
|
[[() => Association$, 0], [() => GenericWebhook$, 0]], 1
|
|
794
840
|
];
|
|
795
841
|
export var Association$ = [3, n0, _As,
|
|
796
842
|
0,
|
|
797
|
-
[_aSI, _cA, _uA,
|
|
843
|
+
[_aSI, _cA, _uA, _aIss, _sI, _con, _st, _ca],
|
|
798
844
|
[0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0, () => AssociationCapabilities], 6
|
|
799
845
|
];
|
|
800
846
|
export var AWSConfiguration$ = [3, n0, _AWSC,
|
|
801
847
|
0,
|
|
802
|
-
[_aRA, _aIc, _aTc],
|
|
803
|
-
[0, 0, 0], 3
|
|
848
|
+
[_aRA, _aIc, _aTc, _aERA, _aERAS],
|
|
849
|
+
[0, 0, 0, 0, 0], 3
|
|
804
850
|
];
|
|
805
851
|
export var AzureConfiguration$ = [3, n0, _AC,
|
|
806
852
|
0,
|
|
@@ -814,8 +860,8 @@ export var AzureDevOpsConfiguration$ = [3, n0, _ADOC,
|
|
|
814
860
|
];
|
|
815
861
|
export var CapabilityConfiguration$ = [3, n0, _CC,
|
|
816
862
|
0,
|
|
817
|
-
[_en],
|
|
818
|
-
[2]
|
|
863
|
+
[_en, _tFG],
|
|
864
|
+
[2, () => TriggerFilterGroups]
|
|
819
865
|
];
|
|
820
866
|
export var ChatExecution$ = [3, n0, _CEh,
|
|
821
867
|
0,
|
|
@@ -824,17 +870,17 @@ export var ChatExecution$ = [3, n0, _CEh,
|
|
|
824
870
|
];
|
|
825
871
|
export var CreateAgentSpaceInput$ = [3, n0, _CASI,
|
|
826
872
|
0,
|
|
827
|
-
[_n, _d, _l, _kKA, _cT,
|
|
828
|
-
[0, [() => Description, 0], 0, 0, [0, 4], 128 | 0], 1
|
|
873
|
+
[_n, _d, _l, _kKA, _cT, _ta, _p],
|
|
874
|
+
[0, [() => Description, 0], 0, 0, [0, 4], 128 | 0, 128 | 2], 1
|
|
829
875
|
];
|
|
830
876
|
export var CreateAgentSpaceOutput$ = [3, n0, _CASO,
|
|
831
877
|
0,
|
|
832
|
-
[_aS,
|
|
878
|
+
[_aS, _ta],
|
|
833
879
|
[[() => AgentSpace$, 0], 128 | 0], 1
|
|
834
880
|
];
|
|
835
881
|
export var CreateAssetFileRequest$ = [3, n0, _CAFR,
|
|
836
882
|
0,
|
|
837
|
-
[_aSI,
|
|
883
|
+
[_aSI, _aIs, _pa, _co, _me, _cT],
|
|
838
884
|
[[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 4
|
|
839
885
|
];
|
|
840
886
|
export var CreateAssetFileResponse$ = [3, n0, _CAFRr,
|
|
@@ -849,7 +895,7 @@ export var CreateAssetRequest$ = [3, n0, _CAR,
|
|
|
849
895
|
];
|
|
850
896
|
export var CreateAssetResponse$ = [3, n0, _CARr,
|
|
851
897
|
0,
|
|
852
|
-
[
|
|
898
|
+
[_ass],
|
|
853
899
|
[() => Asset$], 1
|
|
854
900
|
];
|
|
855
901
|
export var CreateBacklogTaskRequest$ = [3, n0, _CBTR,
|
|
@@ -859,7 +905,7 @@ export var CreateBacklogTaskRequest$ = [3, n0, _CBTR,
|
|
|
859
905
|
];
|
|
860
906
|
export var CreateBacklogTaskResponse$ = [3, n0, _CBTRr,
|
|
861
907
|
0,
|
|
862
|
-
[
|
|
908
|
+
[_tas],
|
|
863
909
|
[() => Task$], 1
|
|
864
910
|
];
|
|
865
911
|
export var CreateChatRequest$ = [3, n0, _CCR,
|
|
@@ -874,17 +920,17 @@ export var CreateChatResponse$ = [3, n0, _CCRr,
|
|
|
874
920
|
];
|
|
875
921
|
export var CreatePrivateConnectionInput$ = [3, n0, _CPCI,
|
|
876
922
|
0,
|
|
877
|
-
[_n, _mo,
|
|
923
|
+
[_n, _mo, _ta],
|
|
878
924
|
[0, () => PrivateConnectionMode$, 128 | 0], 2
|
|
879
925
|
];
|
|
880
926
|
export var CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
|
|
881
927
|
0,
|
|
882
|
-
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM,
|
|
928
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _ta],
|
|
883
929
|
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
884
930
|
];
|
|
885
931
|
export var CreateTriggerRequest$ = [3, n0, _CTR,
|
|
886
932
|
0,
|
|
887
|
-
[_aSI, _ty, _cond,
|
|
933
|
+
[_aSI, _ty, _cond, _a, _st, _cT],
|
|
888
934
|
[[0, 1], 0, () => TriggerCondition$, 15, 0, [0, 4]], 4
|
|
889
935
|
];
|
|
890
936
|
export var CreateTriggerResponse$ = [3, n0, _CTRr,
|
|
@@ -909,7 +955,7 @@ export var DeleteAgentSpaceOutput$ = [3, n0, _DASO,
|
|
|
909
955
|
];
|
|
910
956
|
export var DeleteAssetFileRequest$ = [3, n0, _DAFR,
|
|
911
957
|
0,
|
|
912
|
-
[_aSI,
|
|
958
|
+
[_aSI, _aIs, _pa],
|
|
913
959
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
914
960
|
];
|
|
915
961
|
export var DeleteAssetFileResponse$ = [3, n0, _DAFRe,
|
|
@@ -919,7 +965,7 @@ export var DeleteAssetFileResponse$ = [3, n0, _DAFRe,
|
|
|
919
965
|
];
|
|
920
966
|
export var DeleteAssetRequest$ = [3, n0, _DAR,
|
|
921
967
|
0,
|
|
922
|
-
[_aSI,
|
|
968
|
+
[_aSI, _aIs],
|
|
923
969
|
[[0, 1], [0, 1]], 2
|
|
924
970
|
];
|
|
925
971
|
export var DeleteAssetResponse$ = [3, n0, _DARe,
|
|
@@ -964,7 +1010,7 @@ export var DescribePrivateConnectionInput$ = [3, n0, _DPCIe,
|
|
|
964
1010
|
];
|
|
965
1011
|
export var DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
|
|
966
1012
|
0,
|
|
967
|
-
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM,
|
|
1013
|
+
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _ta],
|
|
968
1014
|
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
969
1015
|
];
|
|
970
1016
|
export var DisableOperatorAppInput$ = [3, n0, _DOAI,
|
|
@@ -974,7 +1020,7 @@ export var DisableOperatorAppInput$ = [3, n0, _DOAI,
|
|
|
974
1020
|
];
|
|
975
1021
|
export var DisassociateServiceInput$ = [3, n0, _DSIi,
|
|
976
1022
|
0,
|
|
977
|
-
[_aSI,
|
|
1023
|
+
[_aSI, _aIss],
|
|
978
1024
|
[[0, 1], [0, 1]], 2
|
|
979
1025
|
];
|
|
980
1026
|
export var DisassociateServiceOutput$ = [3, n0, _DSOi,
|
|
@@ -1044,12 +1090,12 @@ export var GetAgentSpaceInput$ = [3, n0, _GASI,
|
|
|
1044
1090
|
];
|
|
1045
1091
|
export var GetAgentSpaceOutput$ = [3, n0, _GASO,
|
|
1046
1092
|
0,
|
|
1047
|
-
[_aS,
|
|
1093
|
+
[_aS, _ta],
|
|
1048
1094
|
[[() => AgentSpace$, 0], 128 | 0], 1
|
|
1049
1095
|
];
|
|
1050
1096
|
export var GetAssetContentRequest$ = [3, n0, _GACR,
|
|
1051
1097
|
0,
|
|
1052
|
-
[_aSI,
|
|
1098
|
+
[_aSI, _aIs, _aV],
|
|
1053
1099
|
[[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
|
|
1054
1100
|
];
|
|
1055
1101
|
export var GetAssetContentResponse$ = [3, n0, _GACRe,
|
|
@@ -1059,7 +1105,7 @@ export var GetAssetContentResponse$ = [3, n0, _GACRe,
|
|
|
1059
1105
|
];
|
|
1060
1106
|
export var GetAssetFileRequest$ = [3, n0, _GAFR,
|
|
1061
1107
|
0,
|
|
1062
|
-
[_aSI,
|
|
1108
|
+
[_aSI, _aIs, _pa, _aV],
|
|
1063
1109
|
[[0, 1], [0, 1], [0, 1], [1, { [_hQ]: _aV }]], 3
|
|
1064
1110
|
];
|
|
1065
1111
|
export var GetAssetFileResponse$ = [3, n0, _GAFRe,
|
|
@@ -1069,22 +1115,22 @@ export var GetAssetFileResponse$ = [3, n0, _GAFRe,
|
|
|
1069
1115
|
];
|
|
1070
1116
|
export var GetAssetRequest$ = [3, n0, _GAR,
|
|
1071
1117
|
0,
|
|
1072
|
-
[_aSI,
|
|
1118
|
+
[_aSI, _aIs, _aV],
|
|
1073
1119
|
[[0, 1], [0, 1], [1, { [_hQ]: _aV }]], 2
|
|
1074
1120
|
];
|
|
1075
1121
|
export var GetAssetResponse$ = [3, n0, _GARe,
|
|
1076
1122
|
0,
|
|
1077
|
-
[
|
|
1123
|
+
[_ass],
|
|
1078
1124
|
[() => Asset$], 1
|
|
1079
1125
|
];
|
|
1080
1126
|
export var GetAssociationInput$ = [3, n0, _GAI,
|
|
1081
1127
|
0,
|
|
1082
|
-
[_aSI,
|
|
1128
|
+
[_aSI, _aIss],
|
|
1083
1129
|
[[0, 1], [0, 1]], 2
|
|
1084
1130
|
];
|
|
1085
1131
|
export var GetAssociationOutput$ = [3, n0, _GAO,
|
|
1086
1132
|
0,
|
|
1087
|
-
[
|
|
1133
|
+
[_as],
|
|
1088
1134
|
[[() => Association$, 0]], 1
|
|
1089
1135
|
];
|
|
1090
1136
|
export var GetBacklogTaskRequest$ = [3, n0, _GBTR,
|
|
@@ -1094,7 +1140,7 @@ export var GetBacklogTaskRequest$ = [3, n0, _GBTR,
|
|
|
1094
1140
|
];
|
|
1095
1141
|
export var GetBacklogTaskResponse$ = [3, n0, _GBTRe,
|
|
1096
1142
|
0,
|
|
1097
|
-
[
|
|
1143
|
+
[_tas],
|
|
1098
1144
|
[() => Task$], 1
|
|
1099
1145
|
];
|
|
1100
1146
|
export var GetOperatorAppInput$ = [3, n0, _GOAI,
|
|
@@ -1124,7 +1170,7 @@ export var GetServiceInput$ = [3, n0, _GSI,
|
|
|
1124
1170
|
];
|
|
1125
1171
|
export var GetServiceOutput$ = [3, n0, _GSO,
|
|
1126
1172
|
0,
|
|
1127
|
-
[_ser,
|
|
1173
|
+
[_ser, _ta],
|
|
1128
1174
|
[[() => RegisteredService$, 0], 128 | 0], 1
|
|
1129
1175
|
];
|
|
1130
1176
|
export var GetTriggerRequest$ = [3, n0, _GTR,
|
|
@@ -1139,18 +1185,18 @@ export var GetTriggerResponse$ = [3, n0, _GTRe,
|
|
|
1139
1185
|
];
|
|
1140
1186
|
export var GitHubConfiguration$ = [3, n0, _GHC,
|
|
1141
1187
|
0,
|
|
1142
|
-
[_rN, _rIe, _o, _oT,
|
|
1188
|
+
[_rN, _rIe, _o, _oT, _iIn, _rRA],
|
|
1143
1189
|
[0, 0, 0, 0, 0, 0], 4
|
|
1144
1190
|
];
|
|
1145
1191
|
export var GitLabConfiguration$ = [3, n0, _GLC,
|
|
1146
1192
|
0,
|
|
1147
|
-
[_pI, _pP,
|
|
1193
|
+
[_pI, _pP, _iIn, _rRA],
|
|
1148
1194
|
[0, 0, 0, 0], 2
|
|
1149
1195
|
];
|
|
1150
1196
|
export var GitLabDetails$ = [3, n0, _GLD,
|
|
1151
1197
|
0,
|
|
1152
1198
|
[_tU, _tTo, _tV, _gI],
|
|
1153
|
-
[0, 0, [() =>
|
|
1199
|
+
[0, 0, [() => GitLabTokenValue, 0], 0], 3
|
|
1154
1200
|
];
|
|
1155
1201
|
export var Goal$ = [3, n0, _G,
|
|
1156
1202
|
0,
|
|
@@ -1209,7 +1255,7 @@ export var ListAgentSpacesOutput$ = [3, n0, _LASO,
|
|
|
1209
1255
|
];
|
|
1210
1256
|
export var ListAssetFilesRequest$ = [3, n0, _LAFR,
|
|
1211
1257
|
0,
|
|
1212
|
-
[_aSI,
|
|
1258
|
+
[_aSI, _aIs, _aV, _nT, _mR],
|
|
1213
1259
|
[[0, 1], [0, 1], [1, { [_hQ]: _aV }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
1214
1260
|
];
|
|
1215
1261
|
export var ListAssetFilesResponse$ = [3, n0, _LAFRi,
|
|
@@ -1239,7 +1285,7 @@ export var ListAssetTypesResponse$ = [3, n0, _LATRi,
|
|
|
1239
1285
|
];
|
|
1240
1286
|
export var ListAssetVersionsRequest$ = [3, n0, _LAVR,
|
|
1241
1287
|
0,
|
|
1242
|
-
[_aSI,
|
|
1288
|
+
[_aSI, _aIs, _mR, _nT],
|
|
1243
1289
|
[[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
1244
1290
|
];
|
|
1245
1291
|
export var ListAssetVersionsResponse$ = [3, n0, _LAVRi,
|
|
@@ -1254,7 +1300,7 @@ export var ListAssociationsInput$ = [3, n0, _LAI,
|
|
|
1254
1300
|
];
|
|
1255
1301
|
export var ListAssociationsOutput$ = [3, n0, _LAO,
|
|
1256
1302
|
0,
|
|
1257
|
-
[
|
|
1303
|
+
[_asso, _nT],
|
|
1258
1304
|
[[() => AssociationsList, 0], 0], 1
|
|
1259
1305
|
];
|
|
1260
1306
|
export var ListBacklogTasksRequest$ = [3, n0, _LBTR,
|
|
@@ -1264,7 +1310,7 @@ export var ListBacklogTasksRequest$ = [3, n0, _LBTR,
|
|
|
1264
1310
|
];
|
|
1265
1311
|
export var ListBacklogTasksResponse$ = [3, n0, _LBTRi,
|
|
1266
1312
|
0,
|
|
1267
|
-
[
|
|
1313
|
+
[_task, _nT],
|
|
1268
1314
|
[() => TaskList, 0], 1
|
|
1269
1315
|
];
|
|
1270
1316
|
export var ListChatsRequest$ = [3, n0, _LCR,
|
|
@@ -1354,7 +1400,7 @@ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
|
1354
1400
|
];
|
|
1355
1401
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1356
1402
|
0,
|
|
1357
|
-
[
|
|
1403
|
+
[_ta],
|
|
1358
1404
|
[128 | 0], 1
|
|
1359
1405
|
];
|
|
1360
1406
|
export var ListTriggersRequest$ = [3, n0, _LTR,
|
|
@@ -1369,7 +1415,7 @@ export var ListTriggersResponse$ = [3, n0, _LTRi,
|
|
|
1369
1415
|
];
|
|
1370
1416
|
export var ListWebhooksInput$ = [3, n0, _LWI,
|
|
1371
1417
|
0,
|
|
1372
|
-
[_aSI,
|
|
1418
|
+
[_aSI, _aIss],
|
|
1373
1419
|
[[0, 1], [0, 1]], 2
|
|
1374
1420
|
];
|
|
1375
1421
|
export var ListWebhooksOutput$ = [3, n0, _LWO,
|
|
@@ -1394,13 +1440,13 @@ export var MCPServerBearerTokenConfig$ = [3, n0, _MCPSBTC,
|
|
|
1394
1440
|
];
|
|
1395
1441
|
export var MCPServerConfiguration$ = [3, n0, _MCPSC,
|
|
1396
1442
|
0,
|
|
1397
|
-
[_to],
|
|
1398
|
-
[64 | 0], 1
|
|
1443
|
+
[_to, _tD],
|
|
1444
|
+
[64 | 0, () => MCPToolDetailsList], 1
|
|
1399
1445
|
];
|
|
1400
1446
|
export var MCPServerDatadogConfiguration$ = [3, n0, _MCPSDC,
|
|
1401
1447
|
0,
|
|
1402
|
-
[],
|
|
1403
|
-
[]
|
|
1448
|
+
[_eET],
|
|
1449
|
+
[() => MCPToolDetailsList]
|
|
1404
1450
|
];
|
|
1405
1451
|
export var MCPServerDetails$ = [3, n0, _MCPSD,
|
|
1406
1452
|
0,
|
|
@@ -1409,8 +1455,8 @@ export var MCPServerDetails$ = [3, n0, _MCPSD,
|
|
|
1409
1455
|
];
|
|
1410
1456
|
export var MCPServerGrafanaConfiguration$ = [3, n0, _MCPSGC,
|
|
1411
1457
|
0,
|
|
1412
|
-
[_end, _oI, _to],
|
|
1413
|
-
[0, 0, 64 | 0], 1
|
|
1458
|
+
[_end, _oI, _to, _eET],
|
|
1459
|
+
[0, 0, 64 | 0, () => MCPToolDetailsList], 1
|
|
1414
1460
|
];
|
|
1415
1461
|
export var MCPServerNewRelicConfiguration$ = [3, n0, _MCPSNRC,
|
|
1416
1462
|
0,
|
|
@@ -1434,8 +1480,8 @@ export var MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
|
|
|
1434
1480
|
];
|
|
1435
1481
|
export var MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
|
|
1436
1482
|
0,
|
|
1437
|
-
[_to],
|
|
1438
|
-
[64 | 0], 1
|
|
1483
|
+
[_to, _tD],
|
|
1484
|
+
[64 | 0, () => MCPToolDetailsList], 1
|
|
1439
1485
|
];
|
|
1440
1486
|
export var MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1441
1487
|
0,
|
|
@@ -1447,10 +1493,15 @@ export var MCPServerSplunkConfiguration$ = [3, n0, _MCPSSC,
|
|
|
1447
1493
|
[],
|
|
1448
1494
|
[]
|
|
1449
1495
|
];
|
|
1496
|
+
export var MCPToolDetail$ = [3, n0, _MCPTD,
|
|
1497
|
+
0,
|
|
1498
|
+
[_n, _tC],
|
|
1499
|
+
[0, 0], 1
|
|
1500
|
+
];
|
|
1450
1501
|
export var NewRelicApiKeyConfig$ = [3, n0, _NRAKC,
|
|
1451
1502
|
0,
|
|
1452
1503
|
[_aK, _aIc, _reg, _aIp, _eG, _aPI],
|
|
1453
|
-
[[() =>
|
|
1504
|
+
[[() => NewRelicApiKey, 0], 0, 0, 64 | 0, 64 | 0, 64 | 0], 3
|
|
1454
1505
|
];
|
|
1455
1506
|
export var NewRelicServiceDetails$ = [3, n0, _NRSD,
|
|
1456
1507
|
0,
|
|
@@ -1477,6 +1528,11 @@ export var PagerDutyOAuthClientCredentialsConfig$ = [3, n0, _PDOACCC,
|
|
|
1477
1528
|
[_cI, _cS, _cN, _eP],
|
|
1478
1529
|
[[() => ClientId, 0], [() => ClientSecret, 0], 0, [() => ExchangeParameters, 0]], 2
|
|
1479
1530
|
];
|
|
1531
|
+
export var PatternFilter$ = [3, n0, _PF,
|
|
1532
|
+
0,
|
|
1533
|
+
[_pat],
|
|
1534
|
+
[64 | 0], 1
|
|
1535
|
+
];
|
|
1480
1536
|
export var PendingMessage$ = [3, n0, _PM,
|
|
1481
1537
|
0,
|
|
1482
1538
|
[_mI, _m],
|
|
@@ -1499,12 +1555,12 @@ export var RecommendationContent$ = [3, n0, _RC,
|
|
|
1499
1555
|
];
|
|
1500
1556
|
export var ReferenceInput$ = [3, n0, _RI,
|
|
1501
1557
|
0,
|
|
1502
|
-
[_sy, _rIef, _rU,
|
|
1558
|
+
[_sy, _rIef, _rU, _aIss, _ti],
|
|
1503
1559
|
[0, 0, 0, 0, 0], 4
|
|
1504
1560
|
];
|
|
1505
1561
|
export var ReferenceOutput$ = [3, n0, _RO,
|
|
1506
1562
|
0,
|
|
1507
|
-
[_sy, _rIef, _rU,
|
|
1563
|
+
[_sy, _rIef, _rU, _aIss, _ti],
|
|
1508
1564
|
[0, 0, 0, 0, 0], 4
|
|
1509
1565
|
];
|
|
1510
1566
|
export var RegisteredAzureDevOpsServiceDetails$ = [3, n0, _RADOSD,
|
|
@@ -1564,8 +1620,8 @@ export var RegisteredRemoteAgentSigV4Details$ = [3, n0, _RRASVD,
|
|
|
1564
1620
|
];
|
|
1565
1621
|
export var RegisteredService$ = [3, n0, _RS,
|
|
1566
1622
|
0,
|
|
1567
|
-
[_sI, _sT, _n, _aR, _aSD, _kKA, _pCN],
|
|
1568
|
-
[0, 0, 0, 64 | 15, [() => AdditionalServiceDetails$, 0], 0, 0],
|
|
1623
|
+
[_sI, _sT, _cA, _uA, _n, _aR, _aSD, _kKA, _pCN],
|
|
1624
|
+
[0, 0, 5, 5, 0, 64 | 15, [() => AdditionalServiceDetails$, 0], 0, 0], 4
|
|
1569
1625
|
];
|
|
1570
1626
|
export var RegisteredServiceNowDetails$ = [3, n0, _RSND,
|
|
1571
1627
|
0,
|
|
@@ -1579,12 +1635,12 @@ export var RegisteredSlackServiceDetails$ = [3, n0, _RSSD,
|
|
|
1579
1635
|
];
|
|
1580
1636
|
export var RegisterServiceInput$ = [3, n0, _RSI,
|
|
1581
1637
|
0,
|
|
1582
|
-
[_ser, _sD, _kKA, _pCN, _tUPCN, _eUPCN, _n,
|
|
1638
|
+
[_ser, _sD, _kKA, _pCN, _tUPCN, _eUPCN, _n, _ta],
|
|
1583
1639
|
[[0, 1], [() => ServiceDetails$, 0], 0, 0, 0, 0, 0, 128 | 0], 2
|
|
1584
1640
|
];
|
|
1585
1641
|
export var RegisterServiceOutput$ = [3, n0, _RSO,
|
|
1586
1642
|
0,
|
|
1587
|
-
[_sI, _aSd, _kKA,
|
|
1643
|
+
[_sI, _aSd, _kKA, _ta],
|
|
1588
1644
|
[0, () => AdditionalServiceRegistrationStep$, 0, 128 | 0]
|
|
1589
1645
|
];
|
|
1590
1646
|
export var RemoteAgentAPIKeyConfig$ = [3, n0, _RAAPIKC,
|
|
@@ -1654,8 +1710,8 @@ export var SendMessageContentBlockStopEvent$ = [3, n0, _SMCBSEe,
|
|
|
1654
1710
|
];
|
|
1655
1711
|
export var SendMessageContext$ = [3, n0, _SMC,
|
|
1656
1712
|
0,
|
|
1657
|
-
[_cP, _lM, _uAR],
|
|
1658
|
-
[0, 0, 0]
|
|
1713
|
+
[_cP, _lM, _uAR, _aA],
|
|
1714
|
+
[0, 0, 0, () => ApprovalAction$]
|
|
1659
1715
|
];
|
|
1660
1716
|
export var SendMessageHeartbeatEvent$ = [3, n0, _SMHE,
|
|
1661
1717
|
0,
|
|
@@ -1669,8 +1725,8 @@ export var SendMessageJsonDelta$ = [3, n0, _SMJD,
|
|
|
1669
1725
|
];
|
|
1670
1726
|
export var SendMessageRequest$ = [3, n0, _SMR,
|
|
1671
1727
|
0,
|
|
1672
|
-
[_aSI, _eI, _co, _cont, _uI,
|
|
1673
|
-
[[0, 1], 0, 0, () => SendMessageContext$, 0, 64 | 0], 3
|
|
1728
|
+
[_aSI, _eI, _co, _cont, _uI, _aIsse, _mT],
|
|
1729
|
+
[[0, 1], 0, 0, () => SendMessageContext$, 0, 64 | 0, 0], 3
|
|
1674
1730
|
];
|
|
1675
1731
|
export var SendMessageResponse$ = [3, n0, _SMRe,
|
|
1676
1732
|
0,
|
|
@@ -1719,7 +1775,7 @@ export var ServiceManagedInput$ = [3, n0, _SMIe,
|
|
|
1719
1775
|
];
|
|
1720
1776
|
export var ServiceNowConfiguration$ = [3, n0, _SNC,
|
|
1721
1777
|
0,
|
|
1722
|
-
[
|
|
1778
|
+
[_iIns, _aSu],
|
|
1723
1779
|
[0, 64 | 0]
|
|
1724
1780
|
];
|
|
1725
1781
|
export var ServiceNowOAuthClientCredentialsConfig$ = [3, n0, _SNOACCC,
|
|
@@ -1749,12 +1805,12 @@ export var SlackTransmissionTarget$ = [3, n0, _STT,
|
|
|
1749
1805
|
];
|
|
1750
1806
|
export var SourceAwsConfiguration$ = [3, n0, _SAC,
|
|
1751
1807
|
0,
|
|
1752
|
-
[_aIc, _aTc, _aRA, _eIx],
|
|
1753
|
-
[0, 0, 0, 0], 3
|
|
1808
|
+
[_aIc, _aTc, _aRA, _eIx, _aERA, _aERAS],
|
|
1809
|
+
[0, 0, 0, 0, 0, 0], 3
|
|
1754
1810
|
];
|
|
1755
1811
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
1756
1812
|
0,
|
|
1757
|
-
[_rA,
|
|
1813
|
+
[_rA, _ta],
|
|
1758
1814
|
[[0, 1], 128 | 0], 2
|
|
1759
1815
|
];
|
|
1760
1816
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -1774,9 +1830,14 @@ export var TaskFilter$ = [3, n0, _TF,
|
|
|
1774
1830
|
];
|
|
1775
1831
|
export var Trigger$ = [3, n0, _Tr,
|
|
1776
1832
|
0,
|
|
1777
|
-
[_tI, _aSI, _ty, _cond,
|
|
1833
|
+
[_tI, _aSI, _ty, _cond, _a, _st, _cA, _uA],
|
|
1778
1834
|
[0, 0, 0, () => TriggerCondition$, 15, 0, 4, 4], 8
|
|
1779
1835
|
];
|
|
1836
|
+
export var TriggerFilterGroup$ = [3, n0, _TFG,
|
|
1837
|
+
0,
|
|
1838
|
+
[_ev, _tB],
|
|
1839
|
+
[64 | 0, () => PatternFilter$]
|
|
1840
|
+
];
|
|
1780
1841
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1781
1842
|
0,
|
|
1782
1843
|
[_rA, _tK],
|
|
@@ -1789,17 +1850,27 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
1789
1850
|
];
|
|
1790
1851
|
export var UpdateAgentSpaceInput$ = [3, n0, _UASI,
|
|
1791
1852
|
0,
|
|
1792
|
-
[_aSI, _n, _d, _l],
|
|
1793
|
-
[[0, 1], 0, [() => Description, 0], 0], 1
|
|
1853
|
+
[_aSI, _n, _d, _l, _p],
|
|
1854
|
+
[[0, 1], 0, [() => Description, 0], 0, 128 | 2], 1
|
|
1794
1855
|
];
|
|
1795
1856
|
export var UpdateAgentSpaceOutput$ = [3, n0, _UASO,
|
|
1796
1857
|
0,
|
|
1797
1858
|
[_aS],
|
|
1798
1859
|
[[() => AgentSpace$, 0]], 1
|
|
1799
1860
|
];
|
|
1861
|
+
export var UpdateApprovalActionRequest$ = [3, n0, _UAAR,
|
|
1862
|
+
0,
|
|
1863
|
+
[_aSI, _aI, _a, _fP, _rea, _tS, _sU],
|
|
1864
|
+
[[0, 1], [0, 1], 0, () => ApprovalPattern$, 0, 1, 2], 3
|
|
1865
|
+
];
|
|
1866
|
+
export var UpdateApprovalActionResponse$ = [3, n0, _UAARp,
|
|
1867
|
+
0,
|
|
1868
|
+
[_aI, _st, _eA],
|
|
1869
|
+
[0, 0, 4], 2
|
|
1870
|
+
];
|
|
1800
1871
|
export var UpdateAssetFileRequest$ = [3, n0, _UAFR,
|
|
1801
1872
|
0,
|
|
1802
|
-
[_aSI,
|
|
1873
|
+
[_aSI, _aIs, _pa, _co, _me, _cT],
|
|
1803
1874
|
[[0, 1], [0, 1], [0, 1], () => AssetFileBody$, 15, [0, 4]], 3
|
|
1804
1875
|
];
|
|
1805
1876
|
export var UpdateAssetFileResponse$ = [3, n0, _UAFRp,
|
|
@@ -1809,32 +1880,32 @@ export var UpdateAssetFileResponse$ = [3, n0, _UAFRp,
|
|
|
1809
1880
|
];
|
|
1810
1881
|
export var UpdateAssetRequest$ = [3, n0, _UAR,
|
|
1811
1882
|
0,
|
|
1812
|
-
[_aSI,
|
|
1883
|
+
[_aSI, _aIs, _me, _co, _cT],
|
|
1813
1884
|
[[0, 1], [0, 1], 15, () => AssetContent$, [0, 4]], 2
|
|
1814
1885
|
];
|
|
1815
1886
|
export var UpdateAssetResponse$ = [3, n0, _UARp,
|
|
1816
1887
|
0,
|
|
1817
|
-
[
|
|
1888
|
+
[_ass],
|
|
1818
1889
|
[() => Asset$], 1
|
|
1819
1890
|
];
|
|
1820
1891
|
export var UpdateAssociationInput$ = [3, n0, _UAI,
|
|
1821
1892
|
0,
|
|
1822
|
-
[_aSI,
|
|
1893
|
+
[_aSI, _aIss, _con, _ca],
|
|
1823
1894
|
[[0, 1], [0, 1], [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
1824
1895
|
];
|
|
1825
1896
|
export var UpdateAssociationOutput$ = [3, n0, _UAO,
|
|
1826
1897
|
0,
|
|
1827
|
-
[
|
|
1898
|
+
[_as, _w],
|
|
1828
1899
|
[[() => Association$, 0], [() => GenericWebhook$, 0]], 1
|
|
1829
1900
|
];
|
|
1830
1901
|
export var UpdateBacklogTaskRequest$ = [3, n0, _UBTR,
|
|
1831
1902
|
0,
|
|
1832
|
-
[_aSI, _tIa,
|
|
1903
|
+
[_aSI, _tIa, _tSa, _cT],
|
|
1833
1904
|
[[0, 1], [0, 1], 0, [0, 4]], 2
|
|
1834
1905
|
];
|
|
1835
1906
|
export var UpdateBacklogTaskResponse$ = [3, n0, _UBTRp,
|
|
1836
1907
|
0,
|
|
1837
|
-
[
|
|
1908
|
+
[_tas],
|
|
1838
1909
|
[() => Task$], 1
|
|
1839
1910
|
];
|
|
1840
1911
|
export var UpdateGoalRequest$ = [3, n0, _UGR,
|
|
@@ -1909,7 +1980,7 @@ export var ValidateAwsAssociationsOutput$ = [3, n0, _VAAO,
|
|
|
1909
1980
|
];
|
|
1910
1981
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
1911
1982
|
0,
|
|
1912
|
-
[
|
|
1983
|
+
[_pa, _m],
|
|
1913
1984
|
[0, 0], 2
|
|
1914
1985
|
];
|
|
1915
1986
|
export var Webhook$ = [3, n0, _W,
|
|
@@ -1958,6 +2029,9 @@ var JournalRecordList = [1, n0, _JRL,
|
|
|
1958
2029
|
];
|
|
1959
2030
|
var ListOfSecurityGroupIds = 64 | 0;
|
|
1960
2031
|
var ListOfSubnetIds = 64 | 0;
|
|
2032
|
+
var MCPToolDetailsList = [1, n0, _MCPTDL,
|
|
2033
|
+
0, () => MCPToolDetail$
|
|
2034
|
+
];
|
|
1961
2035
|
var MCPToolsList = 64 | 0;
|
|
1962
2036
|
var NewRelicAlertPolicyIds = 64 | 0;
|
|
1963
2037
|
var NewRelicApplicationIds = 64 | 0;
|
|
@@ -1988,9 +2062,14 @@ var TaskList = [1, n0, _TL,
|
|
|
1988
2062
|
];
|
|
1989
2063
|
var TaskStatusList = 64 | 0;
|
|
1990
2064
|
var TaskTypeList = 64 | 0;
|
|
2065
|
+
var TriggerEventList = 64 | 0;
|
|
2066
|
+
var TriggerFilterGroups = [1, n0, _TFGr,
|
|
2067
|
+
0, () => TriggerFilterGroup$
|
|
2068
|
+
];
|
|
1991
2069
|
var TriggerList = [1, n0, _TLr,
|
|
1992
2070
|
0, () => Trigger$
|
|
1993
2071
|
];
|
|
2072
|
+
var TriggerRegexPatternList = 64 | 0;
|
|
1994
2073
|
var UserMessage = [1, n0, _UMs,
|
|
1995
2074
|
0, () => UserMessageBlock$
|
|
1996
2075
|
];
|
|
@@ -2001,6 +2080,8 @@ var WebhooksList = [1, n0, _WL,
|
|
|
2001
2080
|
0, () => Webhook$
|
|
2002
2081
|
];
|
|
2003
2082
|
var WebIdentityTokenAudienceList = 64 | 0;
|
|
2083
|
+
var AgentSpacePreferences = 128 | 2;
|
|
2084
|
+
var ApprovalArgumentPins = 128 | 0;
|
|
2004
2085
|
var AssociationCapabilities = [2, n0, _ACs,
|
|
2005
2086
|
0, 0, () => CapabilityConfiguration$
|
|
2006
2087
|
];
|
|
@@ -2019,7 +2100,7 @@ var ExchangeParameters = [2, n0, _EP,
|
|
|
2019
2100
|
var Tags = 128 | 0;
|
|
2020
2101
|
export var AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
2021
2102
|
0,
|
|
2022
|
-
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser,
|
|
2103
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag, _mcpserv, _rem, _remo],
|
|
2023
2104
|
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0], [() => RegisteredRemoteAgentDetails$, 0], [() => RegisteredRemoteAgentSigV4Details$, 0]]
|
|
2024
2105
|
];
|
|
2025
2106
|
export var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
@@ -2029,7 +2110,7 @@ export var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
|
2029
2110
|
];
|
|
2030
2111
|
export var AssetContent$ = [4, n0, _ACss,
|
|
2031
2112
|
0,
|
|
2032
|
-
[_f, _z,
|
|
2113
|
+
[_f, _z, _sUo],
|
|
2033
2114
|
[() => AssetFileContent$, () => AssetZipContent$, () => AssetSourceUrlContent$]
|
|
2034
2115
|
];
|
|
2035
2116
|
export var AssetFileBody$ = [4, n0, _AFB,
|
|
@@ -2054,7 +2135,7 @@ export var DynatraceServiceAuthorizationConfig$ = [4, n0, _DSAC,
|
|
|
2054
2135
|
];
|
|
2055
2136
|
export var MCPServerAuthorizationConfig$ = [4, n0, _MCPSAC,
|
|
2056
2137
|
0,
|
|
2057
|
-
[_oACC, _oALO, _aK,
|
|
2138
|
+
[_oACC, _oALO, _aK, _bTe, _aD],
|
|
2058
2139
|
[[() => MCPServerOAuthClientCredentialsConfig$, 0], [() => MCPServerOAuth3LOConfig$, 0], [() => MCPServerAPIKeyConfig$, 0], [() => MCPServerBearerTokenConfig$, 0], () => MCPServerAuthorizationDiscoveryConfig$]
|
|
2059
2140
|
];
|
|
2060
2141
|
export var Message$ = [4, n0, _M,
|
|
@@ -2079,12 +2160,12 @@ export var PrivateConnectionMode$ = [4, n0, _PCM,
|
|
|
2079
2160
|
];
|
|
2080
2161
|
export var RemoteAgentAuthorizationConfig$ = [4, n0, _RAAC,
|
|
2081
2162
|
0,
|
|
2082
|
-
[_aK, _oACC,
|
|
2163
|
+
[_aK, _oACC, _bTe],
|
|
2083
2164
|
[[() => RemoteAgentAPIKeyConfig$, 0], [() => RemoteAgentOAuthClientCredentialsConfig$, 0], [() => RemoteAgentBearerTokenConfig$, 0]]
|
|
2084
2165
|
];
|
|
2085
2166
|
export var SendMessageContentBlockDelta$ = [4, n0, _SMCBD,
|
|
2086
2167
|
0,
|
|
2087
|
-
[
|
|
2168
|
+
[_tDe, _jD],
|
|
2088
2169
|
[() => SendMessageTextDelta$, () => SendMessageJsonDelta$]
|
|
2089
2170
|
];
|
|
2090
2171
|
export var SendMessageEvents$ = [4, n0, _SME,
|
|
@@ -2094,12 +2175,12 @@ export var SendMessageEvents$ = [4, n0, _SME,
|
|
|
2094
2175
|
];
|
|
2095
2176
|
export var ServiceConfiguration$ = [4, n0, _SCe,
|
|
2096
2177
|
0,
|
|
2097
|
-
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser,
|
|
2178
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pag, _mcpserv, _rem, _remo],
|
|
2098
2179
|
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$, () => RemoteAgentConfiguration$, () => RemoteAgentSigV4Configuration$]
|
|
2099
2180
|
];
|
|
2100
2181
|
export var ServiceDetails$ = [4, n0, _SD,
|
|
2101
2182
|
0,
|
|
2102
|
-
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser,
|
|
2183
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu, _mcpserv, _rem, _remo],
|
|
2103
2184
|
[[() => 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
2185
|
];
|
|
2105
2186
|
export var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
@@ -2273,6 +2354,9 @@ export var UntagResource$ = [9, n0, _URn,
|
|
|
2273
2354
|
export var UpdateAgentSpace$ = [9, n0, _UAS,
|
|
2274
2355
|
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}", 200] }, () => UpdateAgentSpaceInput$, () => UpdateAgentSpaceOutput$
|
|
2275
2356
|
];
|
|
2357
|
+
export var UpdateApprovalAction$ = [9, n0, _UAA,
|
|
2358
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/approvals/{approvalId}/update-action", 200] }, () => UpdateApprovalActionRequest$, () => UpdateApprovalActionResponse$
|
|
2359
|
+
];
|
|
2276
2360
|
export var UpdateAsset$ = [9, n0, _UA,
|
|
2277
2361
|
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => UpdateAssetRequest$, () => UpdateAssetResponse$
|
|
2278
2362
|
];
|