@aws-sdk/client-devops-agent 3.1069.0 → 3.1071.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/dist-cjs/index.js +17 -0
- package/dist-cjs/schemas/schemas_0.js +198 -96
- package/dist-es/models/enums.js +15 -0
- package/dist-es/schemas/schemas_0.js +185 -96
- package/dist-types/commands/AssociateServiceCommand.d.ts +18 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -0
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +2 -2
- package/dist-types/commands/GetAssociationCommand.d.ts +9 -0
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceCommand.d.ts +16 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +9 -0
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +2 -2
- package/dist-types/commands/ListServicesCommand.d.ts +17 -2
- package/dist-types/commands/RegisterServiceCommand.d.ts +36 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +3 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +18 -0
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +614 -20
- package/dist-types/schemas/schemas_0.d.ts +13 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +337 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const _A = "Asset";
|
|
2
2
|
const _AC = "AzureConfiguration";
|
|
3
|
-
const _ACs = "
|
|
3
|
+
const _ACs = "AssociationCapabilities";
|
|
4
|
+
const _ACss = "AssetContent";
|
|
4
5
|
const _ADE = "AccessDeniedException";
|
|
5
6
|
const _ADOC = "AzureDevOpsConfiguration";
|
|
6
7
|
const _AF = "AssetFile";
|
|
@@ -19,6 +20,7 @@ const _ASI = "AssociateServiceInput";
|
|
|
19
20
|
const _ASL = "AgentSpaceList";
|
|
20
21
|
const _ASO = "AssociateServiceOutput";
|
|
21
22
|
const _ASRS = "AdditionalServiceRegistrationStep";
|
|
23
|
+
const _ASUC = "AssetSourceUrlContent";
|
|
22
24
|
const _ASs = "AssociateService";
|
|
23
25
|
const _ATL = "AssetTypeList";
|
|
24
26
|
const _ATS = "AssetTypeSummary";
|
|
@@ -39,9 +41,10 @@ const _CASO = "CreateAgentSpaceOutput";
|
|
|
39
41
|
const _CBT = "CreateBacklogTask";
|
|
40
42
|
const _CBTR = "CreateBacklogTaskRequest";
|
|
41
43
|
const _CBTRr = "CreateBacklogTaskResponse";
|
|
42
|
-
const _CC = "
|
|
44
|
+
const _CC = "CapabilityConfiguration";
|
|
43
45
|
const _CCR = "CreateChatRequest";
|
|
44
46
|
const _CCRr = "CreateChatResponse";
|
|
47
|
+
const _CCr = "CreateChat";
|
|
45
48
|
const _CE = "ConflictException";
|
|
46
49
|
const _CEL = "ChatExecutionList";
|
|
47
50
|
const _CEh = "ChatExecution";
|
|
@@ -235,8 +238,17 @@ const _PDOACCC = "PagerDutyOAuthClientCredentialsConfig";
|
|
|
235
238
|
const _PM = "PendingMessage";
|
|
236
239
|
const _PMe = "PendingMessages";
|
|
237
240
|
const _R = "Recommendation";
|
|
241
|
+
const _RAAC = "RemoteAgentAuthorizationConfig";
|
|
242
|
+
const _RAAPIKC = "RemoteAgentAPIKeyConfig";
|
|
243
|
+
const _RABTC = "RemoteAgentBearerTokenConfig";
|
|
244
|
+
const _RAC = "RemoteAgentConfiguration";
|
|
238
245
|
const _RADOSD = "RegisteredAzureDevOpsServiceDetails";
|
|
239
246
|
const _RAID = "RegisteredAzureIdentityDetails";
|
|
247
|
+
const _RAOACCC = "RemoteAgentOAuthClientCredentialsConfig";
|
|
248
|
+
const _RASD = "RemoteAgentServiceDetails";
|
|
249
|
+
const _RASVAC = "RemoteAgentSigV4AuthorizationConfig";
|
|
250
|
+
const _RASVC = "RemoteAgentSigV4Configuration";
|
|
251
|
+
const _RASVSD = "RemoteAgentSigV4ServiceDetails";
|
|
240
252
|
const _RC = "RecommendationContent";
|
|
241
253
|
const _RGLSD = "RegisteredGitLabServiceDetails";
|
|
242
254
|
const _RGSD = "RegisteredGithubServiceDetails";
|
|
@@ -249,6 +261,8 @@ const _RNFE = "ResourceNotFoundException";
|
|
|
249
261
|
const _RNRD = "RegisteredNewRelicDetails";
|
|
250
262
|
const _RO = "ReferenceOutput";
|
|
251
263
|
const _RPDD = "RegisteredPagerDutyDetails";
|
|
264
|
+
const _RRAD = "RegisteredRemoteAgentDetails";
|
|
265
|
+
const _RRASVD = "RegisteredRemoteAgentSigV4Details";
|
|
252
266
|
const _RS = "RegisteredService";
|
|
253
267
|
const _RSI = "RegisterServiceInput";
|
|
254
268
|
const _RSL = "RegisteredServicesList";
|
|
@@ -406,6 +420,7 @@ const _cNh = "channelName";
|
|
|
406
420
|
const _cP = "currentPage";
|
|
407
421
|
const _cS = "clientSecret";
|
|
408
422
|
const _cT = "clientToken";
|
|
423
|
+
const _ca = "capabilities";
|
|
409
424
|
const _ce = "certificate";
|
|
410
425
|
const _co = "content";
|
|
411
426
|
const _con = "configuration";
|
|
@@ -428,7 +443,8 @@ const _eS = "executionStatus";
|
|
|
428
443
|
const _eSv = "evaluationSchedule";
|
|
429
444
|
const _eU = "exchangeUrl";
|
|
430
445
|
const _eUPCN = "exchangeUrlPrivateConnectionName";
|
|
431
|
-
const _en = "
|
|
446
|
+
const _en = "enabled";
|
|
447
|
+
const _end = "endpoint";
|
|
432
448
|
const _ev = "events";
|
|
433
449
|
const _ex = "expression";
|
|
434
450
|
const _exe = "executions";
|
|
@@ -543,6 +559,7 @@ const _rIef = "referenceId";
|
|
|
543
559
|
const _rIes = "responseId";
|
|
544
560
|
const _rN = "repoName";
|
|
545
561
|
const _rP = "rankPosition";
|
|
562
|
+
const _rRA = "runtimeRoleArn";
|
|
546
563
|
const _rT = "recordType";
|
|
547
564
|
const _rTE = "returnToEndpoint";
|
|
548
565
|
const _rU = "referenceUrl";
|
|
@@ -552,6 +569,8 @@ const _rec = "recommendation";
|
|
|
552
569
|
const _reco = "records";
|
|
553
570
|
const _recom = "recommendations";
|
|
554
571
|
const _reg = "region";
|
|
572
|
+
const _rem = "remoteagent";
|
|
573
|
+
const _remo = "remoteagentsigv4";
|
|
555
574
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.devopsagent";
|
|
556
575
|
const _sA = "sourceAws";
|
|
557
576
|
const _sCC = "supportCodeChallenge";
|
|
@@ -567,6 +586,7 @@ const _sMel = "selfManaged";
|
|
|
567
586
|
const _sN = "sequenceNumber";
|
|
568
587
|
const _sR = "statusReason";
|
|
569
588
|
const _sT = "serviceType";
|
|
589
|
+
const _sU = "sourceUrl";
|
|
570
590
|
const _sc = "scopes";
|
|
571
591
|
const _sch = "schedule";
|
|
572
592
|
const _se = "server";
|
|
@@ -606,7 +626,7 @@ const _ti = "title";
|
|
|
606
626
|
const _to = "tools";
|
|
607
627
|
const _tr = "trigger";
|
|
608
628
|
const _ty = "type";
|
|
609
|
-
const _u = "
|
|
629
|
+
const _u = "url";
|
|
610
630
|
const _uA = "updatedAt";
|
|
611
631
|
const _uAR = "userActionResponse";
|
|
612
632
|
const _uAp = "updatedAfter";
|
|
@@ -618,6 +638,7 @@ const _uPET = "usagePeriodEndTime";
|
|
|
618
638
|
const _uPST = "usagePeriodStartTime";
|
|
619
639
|
const _uR = "userReference";
|
|
620
640
|
const _uT = "userType";
|
|
641
|
+
const _ui = "uid";
|
|
621
642
|
const _us = "usage";
|
|
622
643
|
const _v = "version";
|
|
623
644
|
const _vI = "vpcId";
|
|
@@ -741,6 +762,11 @@ export var AssetFileSummary$ = [3, n0, _AFS,
|
|
|
741
762
|
[_p, _v, _cA, _uA, _me],
|
|
742
763
|
[0, 1, 4, 4, 15], 4
|
|
743
764
|
];
|
|
765
|
+
export var AssetSourceUrlContent$ = [3, n0, _ASUC,
|
|
766
|
+
0,
|
|
767
|
+
[_u],
|
|
768
|
+
[0], 1
|
|
769
|
+
];
|
|
744
770
|
export var AssetTypeSummary$ = [3, n0, _ATS,
|
|
745
771
|
0,
|
|
746
772
|
[_aT, _d],
|
|
@@ -758,8 +784,8 @@ export var AssetZipContent$ = [3, n0, _AZC,
|
|
|
758
784
|
];
|
|
759
785
|
export var AssociateServiceInput$ = [3, n0, _ASI,
|
|
760
786
|
0,
|
|
761
|
-
[_aSI, _sI, _con],
|
|
762
|
-
[[0, 1], 0, [() => ServiceConfiguration$, 0]], 3
|
|
787
|
+
[_aSI, _sI, _con, _ca],
|
|
788
|
+
[[0, 1], 0, [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
763
789
|
];
|
|
764
790
|
export var AssociateServiceOutput$ = [3, n0, _ASO,
|
|
765
791
|
0,
|
|
@@ -768,8 +794,8 @@ export var AssociateServiceOutput$ = [3, n0, _ASO,
|
|
|
768
794
|
];
|
|
769
795
|
export var Association$ = [3, n0, _As,
|
|
770
796
|
0,
|
|
771
|
-
[_aSI, _cA, _uA, _aIs, _sI, _con, _st],
|
|
772
|
-
[0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0], 6
|
|
797
|
+
[_aSI, _cA, _uA, _aIs, _sI, _con, _st, _ca],
|
|
798
|
+
[0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0, () => AssociationCapabilities], 6
|
|
773
799
|
];
|
|
774
800
|
export var AWSConfiguration$ = [3, n0, _AWSC,
|
|
775
801
|
0,
|
|
@@ -786,6 +812,11 @@ export var AzureDevOpsConfiguration$ = [3, n0, _ADOC,
|
|
|
786
812
|
[_oN, _pI, _pN],
|
|
787
813
|
[0, 0, 0], 3
|
|
788
814
|
];
|
|
815
|
+
export var CapabilityConfiguration$ = [3, n0, _CC,
|
|
816
|
+
0,
|
|
817
|
+
[_en],
|
|
818
|
+
[2]
|
|
819
|
+
];
|
|
789
820
|
export var ChatExecution$ = [3, n0, _CEh,
|
|
790
821
|
0,
|
|
791
822
|
[_eI, _cA, _uA, _su],
|
|
@@ -863,7 +894,7 @@ export var CreateTriggerResponse$ = [3, n0, _CTRr,
|
|
|
863
894
|
];
|
|
864
895
|
export var DatadogServiceDetails$ = [3, n0, _DSD,
|
|
865
896
|
0,
|
|
866
|
-
[_n,
|
|
897
|
+
[_n, _end, _aC, _d],
|
|
867
898
|
[0, 0, () => DatadogAuthorizationConfig$, [() => Description, 0]], 3
|
|
868
899
|
];
|
|
869
900
|
export var DeleteAgentSpaceInput$ = [3, n0, _DASI,
|
|
@@ -988,7 +1019,7 @@ export var EventChannelDetails$ = [3, n0, _ECD,
|
|
|
988
1019
|
];
|
|
989
1020
|
export var Execution$ = [3, n0, _E,
|
|
990
1021
|
0,
|
|
991
|
-
[_aSI, _eI, _aST, _cA, _uA, _eS, _pEI, _aTg,
|
|
1022
|
+
[_aSI, _eI, _aST, _cA, _uA, _eS, _pEI, _aTg, _ui],
|
|
992
1023
|
[0, 0, 0, 4, 4, 0, 0, 0, 0], 6
|
|
993
1024
|
];
|
|
994
1025
|
export var GenericWebhook$ = [3, n0, _GW,
|
|
@@ -1108,13 +1139,13 @@ export var GetTriggerResponse$ = [3, n0, _GTRe,
|
|
|
1108
1139
|
];
|
|
1109
1140
|
export var GitHubConfiguration$ = [3, n0, _GHC,
|
|
1110
1141
|
0,
|
|
1111
|
-
[_rN, _rIe, _o, _oT, _iI],
|
|
1112
|
-
[0, 0, 0, 0, 0], 4
|
|
1142
|
+
[_rN, _rIe, _o, _oT, _iI, _rRA],
|
|
1143
|
+
[0, 0, 0, 0, 0, 0], 4
|
|
1113
1144
|
];
|
|
1114
1145
|
export var GitLabConfiguration$ = [3, n0, _GLC,
|
|
1115
1146
|
0,
|
|
1116
|
-
[_pI, _pP, _iI],
|
|
1117
|
-
[0, 0, 0], 2
|
|
1147
|
+
[_pI, _pP, _iI, _rRA],
|
|
1148
|
+
[0, 0, 0, 0], 2
|
|
1118
1149
|
];
|
|
1119
1150
|
export var GitLabDetails$ = [3, n0, _GLD,
|
|
1120
1151
|
0,
|
|
@@ -1143,7 +1174,7 @@ export var GoalScheduleInput$ = [3, n0, _GSIo,
|
|
|
1143
1174
|
];
|
|
1144
1175
|
export var GrafanaServiceDetails$ = [3, n0, _GSD,
|
|
1145
1176
|
0,
|
|
1146
|
-
[_n,
|
|
1177
|
+
[_n, _end, _aC, _d],
|
|
1147
1178
|
[0, 0, [() => MCPServerAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1148
1179
|
];
|
|
1149
1180
|
export var IamAuthConfiguration$ = [3, n0, _IAC,
|
|
@@ -1373,17 +1404,17 @@ export var MCPServerDatadogConfiguration$ = [3, n0, _MCPSDC,
|
|
|
1373
1404
|
];
|
|
1374
1405
|
export var MCPServerDetails$ = [3, n0, _MCPSD,
|
|
1375
1406
|
0,
|
|
1376
|
-
[_n,
|
|
1407
|
+
[_n, _end, _aC, _d],
|
|
1377
1408
|
[0, 0, [() => MCPServerAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1378
1409
|
];
|
|
1379
1410
|
export var MCPServerGrafanaConfiguration$ = [3, n0, _MCPSGC,
|
|
1380
1411
|
0,
|
|
1381
|
-
[
|
|
1412
|
+
[_end, _oI, _to],
|
|
1382
1413
|
[0, 0, 64 | 0], 1
|
|
1383
1414
|
];
|
|
1384
1415
|
export var MCPServerNewRelicConfiguration$ = [3, n0, _MCPSNRC,
|
|
1385
1416
|
0,
|
|
1386
|
-
[_aIc,
|
|
1417
|
+
[_aIc, _end],
|
|
1387
1418
|
[0, 0], 2
|
|
1388
1419
|
];
|
|
1389
1420
|
export var MCPServerOAuth3LOConfig$ = [3, n0, _MCPSOALOC,
|
|
@@ -1408,7 +1439,7 @@ export var MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
|
|
|
1408
1439
|
];
|
|
1409
1440
|
export var MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1410
1441
|
0,
|
|
1411
|
-
[_n,
|
|
1442
|
+
[_n, _end, _aC, _d],
|
|
1412
1443
|
[0, 0, [() => MCPServerSigV4AuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1413
1444
|
];
|
|
1414
1445
|
export var MCPServerSplunkConfiguration$ = [3, n0, _MCPSSC,
|
|
@@ -1498,17 +1529,17 @@ export var RegisteredGitLabServiceDetails$ = [3, n0, _RGLSD,
|
|
|
1498
1529
|
];
|
|
1499
1530
|
export var RegisteredGrafanaServerDetails$ = [3, n0, _RGSDe,
|
|
1500
1531
|
0,
|
|
1501
|
-
[
|
|
1532
|
+
[_end, _aM],
|
|
1502
1533
|
[0, 0], 2
|
|
1503
1534
|
];
|
|
1504
1535
|
export var RegisteredMCPServerDetails$ = [3, n0, _RMCPSD,
|
|
1505
1536
|
0,
|
|
1506
|
-
[_n,
|
|
1537
|
+
[_n, _end, _aM, _d, _aKH],
|
|
1507
1538
|
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1508
1539
|
];
|
|
1509
1540
|
export var RegisteredMCPServerSigV4Details$ = [3, n0, _RMCPSSVD,
|
|
1510
1541
|
0,
|
|
1511
|
-
[_n,
|
|
1542
|
+
[_n, _end, _reg, _ser, _rAo, _d, _mRA, _cH],
|
|
1512
1543
|
[0, 0, 0, 0, 0, [() => Description, 0], 0, [() => CustomHeaders, 0]], 5
|
|
1513
1544
|
];
|
|
1514
1545
|
export var RegisteredNewRelicDetails$ = [3, n0, _RNRD,
|
|
@@ -1521,6 +1552,16 @@ export var RegisteredPagerDutyDetails$ = [3, n0, _RPDD,
|
|
|
1521
1552
|
[_sc],
|
|
1522
1553
|
[64 | 0], 1
|
|
1523
1554
|
];
|
|
1555
|
+
export var RegisteredRemoteAgentDetails$ = [3, n0, _RRAD,
|
|
1556
|
+
0,
|
|
1557
|
+
[_n, _end, _aM, _d, _aKH],
|
|
1558
|
+
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1559
|
+
];
|
|
1560
|
+
export var RegisteredRemoteAgentSigV4Details$ = [3, n0, _RRASVD,
|
|
1561
|
+
0,
|
|
1562
|
+
[_n, _end, _reg, _ser, _d, _rAo],
|
|
1563
|
+
[0, 0, 0, 0, [() => Description, 0], 0], 4
|
|
1564
|
+
];
|
|
1524
1565
|
export var RegisteredService$ = [3, n0, _RS,
|
|
1525
1566
|
0,
|
|
1526
1567
|
[_sI, _sT, _n, _aR, _aSD, _kKA, _pCN],
|
|
@@ -1546,6 +1587,46 @@ export var RegisterServiceOutput$ = [3, n0, _RSO,
|
|
|
1546
1587
|
[_sI, _aSd, _kKA, _t],
|
|
1547
1588
|
[0, () => AdditionalServiceRegistrationStep$, 0, 128 | 0]
|
|
1548
1589
|
];
|
|
1590
|
+
export var RemoteAgentAPIKeyConfig$ = [3, n0, _RAAPIKC,
|
|
1591
|
+
0,
|
|
1592
|
+
[_aKN, _aKV, _aKH],
|
|
1593
|
+
[0, [() => ApiKeyValue, 0], 0], 3
|
|
1594
|
+
];
|
|
1595
|
+
export var RemoteAgentBearerTokenConfig$ = [3, n0, _RABTC,
|
|
1596
|
+
0,
|
|
1597
|
+
[_tN, _tV, _aH],
|
|
1598
|
+
[0, [() => TokenValue, 0], 0], 2
|
|
1599
|
+
];
|
|
1600
|
+
export var RemoteAgentConfiguration$ = [3, n0, _RAC,
|
|
1601
|
+
0,
|
|
1602
|
+
[],
|
|
1603
|
+
[]
|
|
1604
|
+
];
|
|
1605
|
+
export var RemoteAgentOAuthClientCredentialsConfig$ = [3, n0, _RAOACCC,
|
|
1606
|
+
0,
|
|
1607
|
+
[_cI, _cS, _eU, _cN, _eP, _sc],
|
|
1608
|
+
[[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
|
|
1609
|
+
];
|
|
1610
|
+
export var RemoteAgentServiceDetails$ = [3, n0, _RASD,
|
|
1611
|
+
0,
|
|
1612
|
+
[_n, _end, _aC, _d],
|
|
1613
|
+
[0, 0, [() => RemoteAgentAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1614
|
+
];
|
|
1615
|
+
export var RemoteAgentSigV4AuthorizationConfig$ = [3, n0, _RASVAC,
|
|
1616
|
+
0,
|
|
1617
|
+
[_reg, _ser, _rAo],
|
|
1618
|
+
[0, 0, 0], 2
|
|
1619
|
+
];
|
|
1620
|
+
export var RemoteAgentSigV4Configuration$ = [3, n0, _RASVC,
|
|
1621
|
+
0,
|
|
1622
|
+
[],
|
|
1623
|
+
[]
|
|
1624
|
+
];
|
|
1625
|
+
export var RemoteAgentSigV4ServiceDetails$ = [3, n0, _RASVSD,
|
|
1626
|
+
0,
|
|
1627
|
+
[_n, _end, _aC, _d],
|
|
1628
|
+
[0, 0, () => RemoteAgentSigV4AuthorizationConfig$, [() => Description, 0]], 3
|
|
1629
|
+
];
|
|
1549
1630
|
export var ScheduleCondition$ = [3, n0, _SC,
|
|
1550
1631
|
0,
|
|
1551
1632
|
[_ex],
|
|
@@ -1738,8 +1819,8 @@ export var UpdateAssetResponse$ = [3, n0, _UARp,
|
|
|
1738
1819
|
];
|
|
1739
1820
|
export var UpdateAssociationInput$ = [3, n0, _UAI,
|
|
1740
1821
|
0,
|
|
1741
|
-
[_aSI, _aIs, _con],
|
|
1742
|
-
[[0, 1], [0, 1], [() => ServiceConfiguration$, 0]], 3
|
|
1822
|
+
[_aSI, _aIs, _con, _ca],
|
|
1823
|
+
[[0, 1], [0, 1], [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
1743
1824
|
];
|
|
1744
1825
|
export var UpdateAssociationOutput$ = [3, n0, _UAO,
|
|
1745
1826
|
0,
|
|
@@ -1920,6 +2001,9 @@ var WebhooksList = [1, n0, _WL,
|
|
|
1920
2001
|
0, () => Webhook$
|
|
1921
2002
|
];
|
|
1922
2003
|
var WebIdentityTokenAudienceList = 64 | 0;
|
|
2004
|
+
var AssociationCapabilities = [2, n0, _ACs,
|
|
2005
|
+
0, 0, () => CapabilityConfiguration$
|
|
2006
|
+
];
|
|
1923
2007
|
var CustomHeaders = [2, n0, _CH,
|
|
1924
2008
|
0, [0,
|
|
1925
2009
|
0],
|
|
@@ -1935,18 +2019,18 @@ var ExchangeParameters = [2, n0, _EP,
|
|
|
1935
2019
|
var Tags = 128 | 0;
|
|
1936
2020
|
export var AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
1937
2021
|
0,
|
|
1938
|
-
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pa, _mcpserv],
|
|
1939
|
-
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0]]
|
|
2022
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pa, _mcpserv, _rem, _remo],
|
|
2023
|
+
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0], [() => RegisteredRemoteAgentDetails$, 0], [() => RegisteredRemoteAgentSigV4Details$, 0]]
|
|
1940
2024
|
];
|
|
1941
2025
|
export var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
1942
2026
|
0,
|
|
1943
2027
|
[_oa],
|
|
1944
2028
|
[() => OAuthAdditionalStepDetails$]
|
|
1945
2029
|
];
|
|
1946
|
-
export var AssetContent$ = [4, n0,
|
|
2030
|
+
export var AssetContent$ = [4, n0, _ACss,
|
|
1947
2031
|
0,
|
|
1948
|
-
[_f, _z],
|
|
1949
|
-
[() => AssetFileContent$, () => AssetZipContent$]
|
|
2032
|
+
[_f, _z, _sU],
|
|
2033
|
+
[() => AssetFileContent$, () => AssetZipContent$, () => AssetSourceUrlContent$]
|
|
1950
2034
|
];
|
|
1951
2035
|
export var AssetFileBody$ = [4, n0, _AFB,
|
|
1952
2036
|
0,
|
|
@@ -1993,6 +2077,11 @@ export var PrivateConnectionMode$ = [4, n0, _PCM,
|
|
|
1993
2077
|
[_sMe, _sMel],
|
|
1994
2078
|
[() => ServiceManagedInput$, () => SelfManagedInput$]
|
|
1995
2079
|
];
|
|
2080
|
+
export var RemoteAgentAuthorizationConfig$ = [4, n0, _RAAC,
|
|
2081
|
+
0,
|
|
2082
|
+
[_aK, _oACC, _bT],
|
|
2083
|
+
[[() => RemoteAgentAPIKeyConfig$, 0], [() => RemoteAgentOAuthClientCredentialsConfig$, 0], [() => RemoteAgentBearerTokenConfig$, 0]]
|
|
2084
|
+
];
|
|
1996
2085
|
export var SendMessageContentBlockDelta$ = [4, n0, _SMCBD,
|
|
1997
2086
|
0,
|
|
1998
2087
|
[_tD, _jD],
|
|
@@ -2005,13 +2094,13 @@ export var SendMessageEvents$ = [4, n0, _SME,
|
|
|
2005
2094
|
];
|
|
2006
2095
|
export var ServiceConfiguration$ = [4, n0, _SCe,
|
|
2007
2096
|
0,
|
|
2008
|
-
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pa, _mcpserv],
|
|
2009
|
-
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$]
|
|
2097
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pa, _mcpserv, _rem, _remo],
|
|
2098
|
+
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$, () => RemoteAgentConfiguration$, () => RemoteAgentSigV4Configuration$]
|
|
2010
2099
|
];
|
|
2011
2100
|
export var ServiceDetails$ = [4, n0, _SD,
|
|
2012
2101
|
0,
|
|
2013
|
-
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pa, _azu, _mcpserv],
|
|
2014
|
-
[[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails$, [() => MCPServerSigV4ServiceDetails$, 0]]
|
|
2102
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pa, _azu, _mcpserv, _rem, _remo],
|
|
2103
|
+
[[() => 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]]
|
|
2015
2104
|
];
|
|
2016
2105
|
export var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
2017
2106
|
0,
|
|
@@ -2029,188 +2118,188 @@ export var UserMessageBlock$ = [4, n0, _UMB,
|
|
|
2029
2118
|
[0, 15]
|
|
2030
2119
|
];
|
|
2031
2120
|
export var AssociateService$ = [9, n0, _ASs,
|
|
2032
|
-
{ [
|
|
2121
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations", 201] }, () => AssociateServiceInput$, () => AssociateServiceOutput$
|
|
2033
2122
|
];
|
|
2034
2123
|
export var CreateAgentSpace$ = [9, n0, _CAS,
|
|
2035
|
-
{ [
|
|
2124
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces", 201] }, () => CreateAgentSpaceInput$, () => CreateAgentSpaceOutput$
|
|
2036
2125
|
];
|
|
2037
2126
|
export var CreateAsset$ = [9, n0, _CA,
|
|
2038
|
-
{ [
|
|
2127
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/asset/agent-space/{agentSpaceId}/assets", 201] }, () => CreateAssetRequest$, () => CreateAssetResponse$
|
|
2039
2128
|
];
|
|
2040
2129
|
export var CreateAssetFile$ = [9, n0, _CAF,
|
|
2041
|
-
{ [
|
|
2130
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 201] }, () => CreateAssetFileRequest$, () => CreateAssetFileResponse$
|
|
2042
2131
|
];
|
|
2043
2132
|
export var CreateBacklogTask$ = [9, n0, _CBT,
|
|
2044
|
-
{ [
|
|
2133
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/tasks", 201] }, () => CreateBacklogTaskRequest$, () => CreateBacklogTaskResponse$
|
|
2045
2134
|
];
|
|
2046
|
-
export var CreateChat$ = [9, n0,
|
|
2047
|
-
{ [
|
|
2135
|
+
export var CreateChat$ = [9, n0, _CCr,
|
|
2136
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/create", 200] }, () => CreateChatRequest$, () => CreateChatResponse$
|
|
2048
2137
|
];
|
|
2049
2138
|
export var CreatePrivateConnection$ = [9, n0, _CPC,
|
|
2050
|
-
{ [
|
|
2139
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/private-connections", 200] }, () => CreatePrivateConnectionInput$, () => CreatePrivateConnectionOutput$
|
|
2051
2140
|
];
|
|
2052
2141
|
export var CreateTrigger$ = [9, n0, _CT,
|
|
2053
|
-
{ [
|
|
2142
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/trigger/agent-space/{agentSpaceId}/triggers", 201] }, () => CreateTriggerRequest$, () => CreateTriggerResponse$
|
|
2054
2143
|
];
|
|
2055
2144
|
export var DeleteAgentSpace$ = [9, n0, _DAS,
|
|
2056
|
-
{ [
|
|
2145
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}", 204] }, () => DeleteAgentSpaceInput$, () => DeleteAgentSpaceOutput$
|
|
2057
2146
|
];
|
|
2058
2147
|
export var DeleteAsset$ = [9, n0, _DA,
|
|
2059
|
-
{ [
|
|
2148
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => DeleteAssetRequest$, () => DeleteAssetResponse$
|
|
2060
2149
|
];
|
|
2061
2150
|
export var DeleteAssetFile$ = [9, n0, _DAF,
|
|
2062
|
-
{ [
|
|
2151
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => DeleteAssetFileRequest$, () => DeleteAssetFileResponse$
|
|
2063
2152
|
];
|
|
2064
2153
|
export var DeletePrivateConnection$ = [9, n0, _DPC,
|
|
2065
|
-
{ [
|
|
2154
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/private-connections/{name}", 200] }, () => DeletePrivateConnectionInput$, () => DeletePrivateConnectionOutput$
|
|
2066
2155
|
];
|
|
2067
2156
|
export var DeleteTrigger$ = [9, n0, _DT,
|
|
2068
|
-
{ [
|
|
2157
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => DeleteTriggerRequest$, () => DeleteTriggerResponse$
|
|
2069
2158
|
];
|
|
2070
2159
|
export var DeregisterService$ = [9, n0, _DS,
|
|
2071
|
-
{ [
|
|
2160
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/services/{serviceId}", 200] }, () => DeregisterServiceInput$, () => DeregisterServiceOutput$
|
|
2072
2161
|
];
|
|
2073
2162
|
export var DescribePrivateConnection$ = [9, n0, _DPCe,
|
|
2074
|
-
{ [
|
|
2163
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/private-connections/{name}", 200] }, () => DescribePrivateConnectionInput$, () => DescribePrivateConnectionOutput$
|
|
2075
2164
|
];
|
|
2076
2165
|
export var DisableOperatorApp$ = [9, n0, _DOA,
|
|
2077
|
-
{ [
|
|
2166
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => DisableOperatorAppInput$, () => __Unit
|
|
2078
2167
|
];
|
|
2079
2168
|
export var DisassociateService$ = [9, n0, _DSi,
|
|
2080
|
-
{ [
|
|
2169
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 204] }, () => DisassociateServiceInput$, () => DisassociateServiceOutput$
|
|
2081
2170
|
];
|
|
2082
2171
|
export var EnableOperatorApp$ = [9, n0, _EOA,
|
|
2083
|
-
{ [
|
|
2172
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => EnableOperatorAppInput$, () => EnableOperatorAppOutput$
|
|
2084
2173
|
];
|
|
2085
2174
|
export var GetAccountUsage$ = [9, n0, _GAU,
|
|
2086
|
-
{ [
|
|
2175
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/usage/account", 200] }, () => GetAccountUsageInput$, () => GetAccountUsageOutput$
|
|
2087
2176
|
];
|
|
2088
2177
|
export var GetAgentSpace$ = [9, n0, _GAS,
|
|
2089
|
-
{ [
|
|
2178
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/agentspaces/{agentSpaceId}", 200] }, () => GetAgentSpaceInput$, () => GetAgentSpaceOutput$
|
|
2090
2179
|
];
|
|
2091
2180
|
export var GetAsset$ = [9, n0, _GA,
|
|
2092
|
-
{ [
|
|
2181
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => GetAssetRequest$, () => GetAssetResponse$
|
|
2093
2182
|
];
|
|
2094
2183
|
export var GetAssetContent$ = [9, n0, _GAC,
|
|
2095
|
-
{ [
|
|
2184
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/content", 200] }, () => GetAssetContentRequest$, () => GetAssetContentResponse$
|
|
2096
2185
|
];
|
|
2097
2186
|
export var GetAssetFile$ = [9, n0, _GAF,
|
|
2098
|
-
{ [
|
|
2187
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => GetAssetFileRequest$, () => GetAssetFileResponse$
|
|
2099
2188
|
];
|
|
2100
2189
|
export var GetAssociation$ = [9, n0, _GAe,
|
|
2101
|
-
{ [
|
|
2190
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 200] }, () => GetAssociationInput$, () => GetAssociationOutput$
|
|
2102
2191
|
];
|
|
2103
2192
|
export var GetBacklogTask$ = [9, n0, _GBT,
|
|
2104
|
-
{ [
|
|
2193
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}", 200] }, () => GetBacklogTaskRequest$, () => GetBacklogTaskResponse$
|
|
2105
2194
|
];
|
|
2106
2195
|
export var GetOperatorApp$ = [9, n0, _GOA,
|
|
2107
|
-
{ [
|
|
2196
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v2/agentspaces/{agentSpaceId}/operator", 200] }, () => GetOperatorAppInput$, () => GetOperatorAppOutput$
|
|
2108
2197
|
];
|
|
2109
2198
|
export var GetRecommendation$ = [9, n0, _GR,
|
|
2110
|
-
{ [
|
|
2199
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => GetRecommendationRequest$, () => GetRecommendationResponse$
|
|
2111
2200
|
];
|
|
2112
2201
|
export var GetService$ = [9, n0, _GSe,
|
|
2113
|
-
{ [
|
|
2202
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/services/{serviceId}", 200] }, () => GetServiceInput$, () => GetServiceOutput$
|
|
2114
2203
|
];
|
|
2115
2204
|
export var GetTrigger$ = [9, n0, _GT,
|
|
2116
|
-
{ [
|
|
2205
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => GetTriggerRequest$, () => GetTriggerResponse$
|
|
2117
2206
|
];
|
|
2118
2207
|
export var ListAgentSpaces$ = [9, n0, _LAS,
|
|
2119
|
-
{ [
|
|
2208
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/list", 200] }, () => ListAgentSpacesInput$, () => ListAgentSpacesOutput$
|
|
2120
2209
|
];
|
|
2121
2210
|
export var ListAssetFiles$ = [9, n0, _LAF,
|
|
2122
|
-
{ [
|
|
2211
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files", 200] }, () => ListAssetFilesRequest$, () => ListAssetFilesResponse$
|
|
2123
2212
|
];
|
|
2124
2213
|
export var ListAssets$ = [9, n0, _LA,
|
|
2125
|
-
{ [
|
|
2214
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets", 200] }, () => ListAssetsRequest$, () => ListAssetsResponse$
|
|
2126
2215
|
];
|
|
2127
2216
|
export var ListAssetTypes$ = [9, n0, _LAT,
|
|
2128
|
-
{ [
|
|
2217
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/types", 200] }, () => ListAssetTypesRequest$, () => ListAssetTypesResponse$
|
|
2129
2218
|
];
|
|
2130
2219
|
export var ListAssetVersions$ = [9, n0, _LAV,
|
|
2131
|
-
{ [
|
|
2220
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/versions", 200] }, () => ListAssetVersionsRequest$, () => ListAssetVersionsResponse$
|
|
2132
2221
|
];
|
|
2133
2222
|
export var ListAssociations$ = [9, n0, _LAi,
|
|
2134
|
-
{ [
|
|
2223
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/list", 200] }, () => ListAssociationsInput$, () => ListAssociationsOutput$
|
|
2135
2224
|
];
|
|
2136
2225
|
export var ListBacklogTasks$ = [9, n0, _LBT,
|
|
2137
|
-
{ [
|
|
2226
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/tasks/list", 200] }, () => ListBacklogTasksRequest$, () => ListBacklogTasksResponse$
|
|
2138
2227
|
];
|
|
2139
2228
|
export var ListChats$ = [9, n0, _LC,
|
|
2140
|
-
{ [
|
|
2229
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/agents/agent-space/{agentSpaceId}/chat/list", 200] }, () => ListChatsRequest$, () => ListChatsResponse$
|
|
2141
2230
|
];
|
|
2142
2231
|
export var ListExecutions$ = [9, n0, _LE,
|
|
2143
|
-
{ [
|
|
2232
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/journal/agent-space/{agentSpaceId}/executions", 200] }, () => ListExecutionsRequest$, () => ListExecutionsResponse$
|
|
2144
2233
|
];
|
|
2145
2234
|
export var ListGoals$ = [9, n0, _LG,
|
|
2146
|
-
{ [
|
|
2235
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/goals/list", 200] }, () => ListGoalsRequest$, () => ListGoalsResponse$
|
|
2147
2236
|
];
|
|
2148
2237
|
export var ListJournalRecords$ = [9, n0, _LJR,
|
|
2149
|
-
{ [
|
|
2238
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/journal/agent-space/{agentSpaceId}/journalRecords", 200] }, () => ListJournalRecordsRequest$, () => ListJournalRecordsResponse$
|
|
2150
2239
|
];
|
|
2151
2240
|
export var ListPendingMessages$ = [9, n0, _LPM,
|
|
2152
|
-
{ [
|
|
2241
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/pendingMessages", 200] }, () => ListPendingMessagesRequest$, () => ListPendingMessagesResponse$
|
|
2153
2242
|
];
|
|
2154
2243
|
export var ListPrivateConnections$ = [9, n0, _LPC,
|
|
2155
|
-
{ [
|
|
2244
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/private-connections", 200] }, () => ListPrivateConnectionsInput$, () => ListPrivateConnectionsOutput$
|
|
2156
2245
|
];
|
|
2157
2246
|
export var ListRecommendations$ = [9, n0, _LR,
|
|
2158
|
-
{ [
|
|
2247
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/recommendations/list", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
|
|
2159
2248
|
];
|
|
2160
2249
|
export var ListServices$ = [9, n0, _LS,
|
|
2161
|
-
{ [
|
|
2250
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/services/list", 200] }, () => ListServicesInput$, () => ListServicesOutput$
|
|
2162
2251
|
];
|
|
2163
2252
|
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2164
|
-
{ [
|
|
2253
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
2165
2254
|
];
|
|
2166
2255
|
export var ListTriggers$ = [9, n0, _LT,
|
|
2167
|
-
{ [
|
|
2256
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers", 200] }, () => ListTriggersRequest$, () => ListTriggersResponse$
|
|
2168
2257
|
];
|
|
2169
2258
|
export var ListWebhooks$ = [9, n0, _LW,
|
|
2170
|
-
{ [
|
|
2259
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}/webhooks/list", 200] }, () => ListWebhooksInput$, () => ListWebhooksOutput$
|
|
2171
2260
|
];
|
|
2172
2261
|
export var RegisterService$ = [9, n0, _RSe,
|
|
2173
|
-
{ [
|
|
2262
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/register/{service}", 201] }, () => RegisterServiceInput$, () => RegisterServiceOutput$
|
|
2174
2263
|
];
|
|
2175
2264
|
export var SendMessage$ = [9, n0, _SM,
|
|
2176
|
-
{ [
|
|
2265
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/sendMessage", 200] }, () => SendMessageRequest$, () => SendMessageResponse$
|
|
2177
2266
|
];
|
|
2178
2267
|
export var TagResource$ = [9, n0, _TR,
|
|
2179
|
-
{ [
|
|
2268
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
2180
2269
|
];
|
|
2181
2270
|
export var UntagResource$ = [9, n0, _URn,
|
|
2182
|
-
{ [
|
|
2271
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
2183
2272
|
];
|
|
2184
2273
|
export var UpdateAgentSpace$ = [9, n0, _UAS,
|
|
2185
|
-
{ [
|
|
2274
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}", 200] }, () => UpdateAgentSpaceInput$, () => UpdateAgentSpaceOutput$
|
|
2186
2275
|
];
|
|
2187
2276
|
export var UpdateAsset$ = [9, n0, _UA,
|
|
2188
|
-
{ [
|
|
2277
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => UpdateAssetRequest$, () => UpdateAssetResponse$
|
|
2189
2278
|
];
|
|
2190
2279
|
export var UpdateAssetFile$ = [9, n0, _UAF,
|
|
2191
|
-
{ [
|
|
2280
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => UpdateAssetFileRequest$, () => UpdateAssetFileResponse$
|
|
2192
2281
|
];
|
|
2193
2282
|
export var UpdateAssociation$ = [9, n0, _UAp,
|
|
2194
|
-
{ [
|
|
2283
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 200] }, () => UpdateAssociationInput$, () => UpdateAssociationOutput$
|
|
2195
2284
|
];
|
|
2196
2285
|
export var UpdateBacklogTask$ = [9, n0, _UBT,
|
|
2197
|
-
{ [
|
|
2286
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}", 200] }, () => UpdateBacklogTaskRequest$, () => UpdateBacklogTaskResponse$
|
|
2198
2287
|
];
|
|
2199
2288
|
export var UpdateGoal$ = [9, n0, _UG,
|
|
2200
|
-
{ [
|
|
2289
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/goals/{goalId}", 200] }, () => UpdateGoalRequest$, () => UpdateGoalResponse$
|
|
2201
2290
|
];
|
|
2202
2291
|
export var UpdateOperatorAppIdpConfig$ = [9, n0, _UOAIC,
|
|
2203
|
-
{ [
|
|
2292
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/operator/idp", 200] }, () => UpdateOperatorAppIdpConfigInput$, () => UpdateOperatorAppIdpConfigOutput$
|
|
2204
2293
|
];
|
|
2205
2294
|
export var UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
|
|
2206
|
-
{ [
|
|
2295
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/private-connections/{name}/certificate", 200] }, () => UpdatePrivateConnectionCertificateInput$, () => UpdatePrivateConnectionCertificateOutput$
|
|
2207
2296
|
];
|
|
2208
2297
|
export var UpdateRecommendation$ = [9, n0, _URp,
|
|
2209
|
-
{ [
|
|
2298
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => UpdateRecommendationRequest$, () => UpdateRecommendationResponse$
|
|
2210
2299
|
];
|
|
2211
2300
|
export var UpdateTrigger$ = [9, n0, _UT,
|
|
2212
|
-
{ [
|
|
2301
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => UpdateTriggerRequest$, () => UpdateTriggerResponse$
|
|
2213
2302
|
];
|
|
2214
2303
|
export var ValidateAwsAssociations$ = [9, n0, _VAA,
|
|
2215
|
-
{ [
|
|
2304
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/validate", 204] }, () => ValidateAwsAssociationsInput$, () => ValidateAwsAssociationsOutput$
|
|
2216
2305
|
];
|