@aws-sdk/client-devops-agent 3.1070.0 → 3.1072.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";
|
|
@@ -757,6 +778,12 @@ const AssetFileSummary$ = [3, n0, _AFS,
|
|
|
757
778
|
[0, 1, 4, 4, 15], 4
|
|
758
779
|
];
|
|
759
780
|
exports.AssetFileSummary$ = AssetFileSummary$;
|
|
781
|
+
const AssetSourceUrlContent$ = [3, n0, _ASUC,
|
|
782
|
+
0,
|
|
783
|
+
[_u],
|
|
784
|
+
[0], 1
|
|
785
|
+
];
|
|
786
|
+
exports.AssetSourceUrlContent$ = AssetSourceUrlContent$;
|
|
760
787
|
const AssetTypeSummary$ = [3, n0, _ATS,
|
|
761
788
|
0,
|
|
762
789
|
[_aT, _d],
|
|
@@ -777,8 +804,8 @@ const AssetZipContent$ = [3, n0, _AZC,
|
|
|
777
804
|
exports.AssetZipContent$ = AssetZipContent$;
|
|
778
805
|
const AssociateServiceInput$ = [3, n0, _ASI,
|
|
779
806
|
0,
|
|
780
|
-
[_aSI, _sI, _con],
|
|
781
|
-
[[0, 1], 0, [() => ServiceConfiguration$, 0]], 3
|
|
807
|
+
[_aSI, _sI, _con, _ca],
|
|
808
|
+
[[0, 1], 0, [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
782
809
|
];
|
|
783
810
|
exports.AssociateServiceInput$ = AssociateServiceInput$;
|
|
784
811
|
const AssociateServiceOutput$ = [3, n0, _ASO,
|
|
@@ -789,8 +816,8 @@ const AssociateServiceOutput$ = [3, n0, _ASO,
|
|
|
789
816
|
exports.AssociateServiceOutput$ = AssociateServiceOutput$;
|
|
790
817
|
const Association$ = [3, n0, _As,
|
|
791
818
|
0,
|
|
792
|
-
[_aSI, _cA, _uA, _aIs, _sI, _con, _st],
|
|
793
|
-
[0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0], 6
|
|
819
|
+
[_aSI, _cA, _uA, _aIs, _sI, _con, _st, _ca],
|
|
820
|
+
[0, 5, 5, 0, 0, [() => ServiceConfiguration$, 0], 0, () => AssociationCapabilities], 6
|
|
794
821
|
];
|
|
795
822
|
exports.Association$ = Association$;
|
|
796
823
|
const AWSConfiguration$ = [3, n0, _AWSC,
|
|
@@ -811,6 +838,12 @@ const AzureDevOpsConfiguration$ = [3, n0, _ADOC,
|
|
|
811
838
|
[0, 0, 0], 3
|
|
812
839
|
];
|
|
813
840
|
exports.AzureDevOpsConfiguration$ = AzureDevOpsConfiguration$;
|
|
841
|
+
const CapabilityConfiguration$ = [3, n0, _CC,
|
|
842
|
+
0,
|
|
843
|
+
[_en],
|
|
844
|
+
[2]
|
|
845
|
+
];
|
|
846
|
+
exports.CapabilityConfiguration$ = CapabilityConfiguration$;
|
|
814
847
|
const ChatExecution$ = [3, n0, _CEh,
|
|
815
848
|
0,
|
|
816
849
|
[_eI, _cA, _uA, _su],
|
|
@@ -903,7 +936,7 @@ const CreateTriggerResponse$ = [3, n0, _CTRr,
|
|
|
903
936
|
exports.CreateTriggerResponse$ = CreateTriggerResponse$;
|
|
904
937
|
const DatadogServiceDetails$ = [3, n0, _DSD,
|
|
905
938
|
0,
|
|
906
|
-
[_n,
|
|
939
|
+
[_n, _end, _aC, _d],
|
|
907
940
|
[0, 0, () => DatadogAuthorizationConfig$, [() => Description, 0]], 3
|
|
908
941
|
];
|
|
909
942
|
exports.DatadogServiceDetails$ = DatadogServiceDetails$;
|
|
@@ -1053,7 +1086,7 @@ const EventChannelDetails$ = [3, n0, _ECD,
|
|
|
1053
1086
|
exports.EventChannelDetails$ = EventChannelDetails$;
|
|
1054
1087
|
const Execution$ = [3, n0, _E,
|
|
1055
1088
|
0,
|
|
1056
|
-
[_aSI, _eI, _aST, _cA, _uA, _eS, _pEI, _aTg,
|
|
1089
|
+
[_aSI, _eI, _aST, _cA, _uA, _eS, _pEI, _aTg, _ui],
|
|
1057
1090
|
[0, 0, 0, 4, 4, 0, 0, 0, 0], 6
|
|
1058
1091
|
];
|
|
1059
1092
|
exports.Execution$ = Execution$;
|
|
@@ -1197,14 +1230,14 @@ const GetTriggerResponse$ = [3, n0, _GTRe,
|
|
|
1197
1230
|
exports.GetTriggerResponse$ = GetTriggerResponse$;
|
|
1198
1231
|
const GitHubConfiguration$ = [3, n0, _GHC,
|
|
1199
1232
|
0,
|
|
1200
|
-
[_rN, _rIe, _o, _oT, _iI],
|
|
1201
|
-
[0, 0, 0, 0, 0], 4
|
|
1233
|
+
[_rN, _rIe, _o, _oT, _iI, _rRA],
|
|
1234
|
+
[0, 0, 0, 0, 0, 0], 4
|
|
1202
1235
|
];
|
|
1203
1236
|
exports.GitHubConfiguration$ = GitHubConfiguration$;
|
|
1204
1237
|
const GitLabConfiguration$ = [3, n0, _GLC,
|
|
1205
1238
|
0,
|
|
1206
|
-
[_pI, _pP, _iI],
|
|
1207
|
-
[0, 0, 0], 2
|
|
1239
|
+
[_pI, _pP, _iI, _rRA],
|
|
1240
|
+
[0, 0, 0, 0], 2
|
|
1208
1241
|
];
|
|
1209
1242
|
exports.GitLabConfiguration$ = GitLabConfiguration$;
|
|
1210
1243
|
const GitLabDetails$ = [3, n0, _GLD,
|
|
@@ -1239,7 +1272,7 @@ const GoalScheduleInput$ = [3, n0, _GSIo,
|
|
|
1239
1272
|
exports.GoalScheduleInput$ = GoalScheduleInput$;
|
|
1240
1273
|
const GrafanaServiceDetails$ = [3, n0, _GSD,
|
|
1241
1274
|
0,
|
|
1242
|
-
[_n,
|
|
1275
|
+
[_n, _end, _aC, _d],
|
|
1243
1276
|
[0, 0, [() => MCPServerAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1244
1277
|
];
|
|
1245
1278
|
exports.GrafanaServiceDetails$ = GrafanaServiceDetails$;
|
|
@@ -1515,19 +1548,19 @@ const MCPServerDatadogConfiguration$ = [3, n0, _MCPSDC,
|
|
|
1515
1548
|
exports.MCPServerDatadogConfiguration$ = MCPServerDatadogConfiguration$;
|
|
1516
1549
|
const MCPServerDetails$ = [3, n0, _MCPSD,
|
|
1517
1550
|
0,
|
|
1518
|
-
[_n,
|
|
1551
|
+
[_n, _end, _aC, _d],
|
|
1519
1552
|
[0, 0, [() => MCPServerAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1520
1553
|
];
|
|
1521
1554
|
exports.MCPServerDetails$ = MCPServerDetails$;
|
|
1522
1555
|
const MCPServerGrafanaConfiguration$ = [3, n0, _MCPSGC,
|
|
1523
1556
|
0,
|
|
1524
|
-
[
|
|
1557
|
+
[_end, _oI, _to],
|
|
1525
1558
|
[0, 0, 64 | 0], 1
|
|
1526
1559
|
];
|
|
1527
1560
|
exports.MCPServerGrafanaConfiguration$ = MCPServerGrafanaConfiguration$;
|
|
1528
1561
|
const MCPServerNewRelicConfiguration$ = [3, n0, _MCPSNRC,
|
|
1529
1562
|
0,
|
|
1530
|
-
[_aIc,
|
|
1563
|
+
[_aIc, _end],
|
|
1531
1564
|
[0, 0], 2
|
|
1532
1565
|
];
|
|
1533
1566
|
exports.MCPServerNewRelicConfiguration$ = MCPServerNewRelicConfiguration$;
|
|
@@ -1557,7 +1590,7 @@ const MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
|
|
|
1557
1590
|
exports.MCPServerSigV4Configuration$ = MCPServerSigV4Configuration$;
|
|
1558
1591
|
const MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1559
1592
|
0,
|
|
1560
|
-
[_n,
|
|
1593
|
+
[_n, _end, _aC, _d],
|
|
1561
1594
|
[0, 0, [() => MCPServerSigV4AuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1562
1595
|
];
|
|
1563
1596
|
exports.MCPServerSigV4ServiceDetails$ = MCPServerSigV4ServiceDetails$;
|
|
@@ -1665,19 +1698,19 @@ const RegisteredGitLabServiceDetails$ = [3, n0, _RGLSD,
|
|
|
1665
1698
|
exports.RegisteredGitLabServiceDetails$ = RegisteredGitLabServiceDetails$;
|
|
1666
1699
|
const RegisteredGrafanaServerDetails$ = [3, n0, _RGSDe,
|
|
1667
1700
|
0,
|
|
1668
|
-
[
|
|
1701
|
+
[_end, _aM],
|
|
1669
1702
|
[0, 0], 2
|
|
1670
1703
|
];
|
|
1671
1704
|
exports.RegisteredGrafanaServerDetails$ = RegisteredGrafanaServerDetails$;
|
|
1672
1705
|
const RegisteredMCPServerDetails$ = [3, n0, _RMCPSD,
|
|
1673
1706
|
0,
|
|
1674
|
-
[_n,
|
|
1707
|
+
[_n, _end, _aM, _d, _aKH],
|
|
1675
1708
|
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1676
1709
|
];
|
|
1677
1710
|
exports.RegisteredMCPServerDetails$ = RegisteredMCPServerDetails$;
|
|
1678
1711
|
const RegisteredMCPServerSigV4Details$ = [3, n0, _RMCPSSVD,
|
|
1679
1712
|
0,
|
|
1680
|
-
[_n,
|
|
1713
|
+
[_n, _end, _reg, _ser, _rAo, _d, _mRA, _cH],
|
|
1681
1714
|
[0, 0, 0, 0, 0, [() => Description, 0], 0, [() => CustomHeaders, 0]], 5
|
|
1682
1715
|
];
|
|
1683
1716
|
exports.RegisteredMCPServerSigV4Details$ = RegisteredMCPServerSigV4Details$;
|
|
@@ -1693,6 +1726,18 @@ const RegisteredPagerDutyDetails$ = [3, n0, _RPDD,
|
|
|
1693
1726
|
[64 | 0], 1
|
|
1694
1727
|
];
|
|
1695
1728
|
exports.RegisteredPagerDutyDetails$ = RegisteredPagerDutyDetails$;
|
|
1729
|
+
const RegisteredRemoteAgentDetails$ = [3, n0, _RRAD,
|
|
1730
|
+
0,
|
|
1731
|
+
[_n, _end, _aM, _d, _aKH],
|
|
1732
|
+
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1733
|
+
];
|
|
1734
|
+
exports.RegisteredRemoteAgentDetails$ = RegisteredRemoteAgentDetails$;
|
|
1735
|
+
const RegisteredRemoteAgentSigV4Details$ = [3, n0, _RRASVD,
|
|
1736
|
+
0,
|
|
1737
|
+
[_n, _end, _reg, _ser, _d, _rAo],
|
|
1738
|
+
[0, 0, 0, 0, [() => Description, 0], 0], 4
|
|
1739
|
+
];
|
|
1740
|
+
exports.RegisteredRemoteAgentSigV4Details$ = RegisteredRemoteAgentSigV4Details$;
|
|
1696
1741
|
const RegisteredService$ = [3, n0, _RS,
|
|
1697
1742
|
0,
|
|
1698
1743
|
[_sI, _sT, _n, _aR, _aSD, _kKA, _pCN],
|
|
@@ -1723,6 +1768,54 @@ const RegisterServiceOutput$ = [3, n0, _RSO,
|
|
|
1723
1768
|
[0, () => AdditionalServiceRegistrationStep$, 0, 128 | 0]
|
|
1724
1769
|
];
|
|
1725
1770
|
exports.RegisterServiceOutput$ = RegisterServiceOutput$;
|
|
1771
|
+
const RemoteAgentAPIKeyConfig$ = [3, n0, _RAAPIKC,
|
|
1772
|
+
0,
|
|
1773
|
+
[_aKN, _aKV, _aKH],
|
|
1774
|
+
[0, [() => ApiKeyValue, 0], 0], 3
|
|
1775
|
+
];
|
|
1776
|
+
exports.RemoteAgentAPIKeyConfig$ = RemoteAgentAPIKeyConfig$;
|
|
1777
|
+
const RemoteAgentBearerTokenConfig$ = [3, n0, _RABTC,
|
|
1778
|
+
0,
|
|
1779
|
+
[_tN, _tV, _aH],
|
|
1780
|
+
[0, [() => TokenValue, 0], 0], 2
|
|
1781
|
+
];
|
|
1782
|
+
exports.RemoteAgentBearerTokenConfig$ = RemoteAgentBearerTokenConfig$;
|
|
1783
|
+
const RemoteAgentConfiguration$ = [3, n0, _RAC,
|
|
1784
|
+
0,
|
|
1785
|
+
[],
|
|
1786
|
+
[]
|
|
1787
|
+
];
|
|
1788
|
+
exports.RemoteAgentConfiguration$ = RemoteAgentConfiguration$;
|
|
1789
|
+
const RemoteAgentOAuthClientCredentialsConfig$ = [3, n0, _RAOACCC,
|
|
1790
|
+
0,
|
|
1791
|
+
[_cI, _cS, _eU, _cN, _eP, _sc],
|
|
1792
|
+
[[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
|
|
1793
|
+
];
|
|
1794
|
+
exports.RemoteAgentOAuthClientCredentialsConfig$ = RemoteAgentOAuthClientCredentialsConfig$;
|
|
1795
|
+
const RemoteAgentServiceDetails$ = [3, n0, _RASD,
|
|
1796
|
+
0,
|
|
1797
|
+
[_n, _end, _aC, _d],
|
|
1798
|
+
[0, 0, [() => RemoteAgentAuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1799
|
+
];
|
|
1800
|
+
exports.RemoteAgentServiceDetails$ = RemoteAgentServiceDetails$;
|
|
1801
|
+
const RemoteAgentSigV4AuthorizationConfig$ = [3, n0, _RASVAC,
|
|
1802
|
+
0,
|
|
1803
|
+
[_reg, _ser, _rAo],
|
|
1804
|
+
[0, 0, 0], 2
|
|
1805
|
+
];
|
|
1806
|
+
exports.RemoteAgentSigV4AuthorizationConfig$ = RemoteAgentSigV4AuthorizationConfig$;
|
|
1807
|
+
const RemoteAgentSigV4Configuration$ = [3, n0, _RASVC,
|
|
1808
|
+
0,
|
|
1809
|
+
[],
|
|
1810
|
+
[]
|
|
1811
|
+
];
|
|
1812
|
+
exports.RemoteAgentSigV4Configuration$ = RemoteAgentSigV4Configuration$;
|
|
1813
|
+
const RemoteAgentSigV4ServiceDetails$ = [3, n0, _RASVSD,
|
|
1814
|
+
0,
|
|
1815
|
+
[_n, _end, _aC, _d],
|
|
1816
|
+
[0, 0, () => RemoteAgentSigV4AuthorizationConfig$, [() => Description, 0]], 3
|
|
1817
|
+
];
|
|
1818
|
+
exports.RemoteAgentSigV4ServiceDetails$ = RemoteAgentSigV4ServiceDetails$;
|
|
1726
1819
|
const ScheduleCondition$ = [3, n0, _SC,
|
|
1727
1820
|
0,
|
|
1728
1821
|
[_ex],
|
|
@@ -1953,8 +2046,8 @@ const UpdateAssetResponse$ = [3, n0, _UARp,
|
|
|
1953
2046
|
exports.UpdateAssetResponse$ = UpdateAssetResponse$;
|
|
1954
2047
|
const UpdateAssociationInput$ = [3, n0, _UAI,
|
|
1955
2048
|
0,
|
|
1956
|
-
[_aSI, _aIs, _con],
|
|
1957
|
-
[[0, 1], [0, 1], [() => ServiceConfiguration$, 0]], 3
|
|
2049
|
+
[_aSI, _aIs, _con, _ca],
|
|
2050
|
+
[[0, 1], [0, 1], [() => ServiceConfiguration$, 0], () => AssociationCapabilities], 3
|
|
1958
2051
|
];
|
|
1959
2052
|
exports.UpdateAssociationInput$ = UpdateAssociationInput$;
|
|
1960
2053
|
const UpdateAssociationOutput$ = [3, n0, _UAO,
|
|
@@ -2155,6 +2248,9 @@ var WebhooksList = [1, n0, _WL,
|
|
|
2155
2248
|
0, () => Webhook$
|
|
2156
2249
|
];
|
|
2157
2250
|
var WebIdentityTokenAudienceList = 64 | 0;
|
|
2251
|
+
var AssociationCapabilities = [2, n0, _ACs,
|
|
2252
|
+
0, 0, () => CapabilityConfiguration$
|
|
2253
|
+
];
|
|
2158
2254
|
var CustomHeaders = [2, n0, _CH,
|
|
2159
2255
|
0, [0,
|
|
2160
2256
|
0],
|
|
@@ -2170,8 +2266,8 @@ var ExchangeParameters = [2, n0, _EP,
|
|
|
2170
2266
|
var Tags = 128 | 0;
|
|
2171
2267
|
const AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
2172
2268
|
0,
|
|
2173
|
-
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pa, _mcpserv],
|
|
2174
|
-
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0]]
|
|
2269
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pa, _mcpserv, _rem, _remo],
|
|
2270
|
+
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0], [() => RegisteredRemoteAgentDetails$, 0], [() => RegisteredRemoteAgentSigV4Details$, 0]]
|
|
2175
2271
|
];
|
|
2176
2272
|
exports.AdditionalServiceDetails$ = AdditionalServiceDetails$;
|
|
2177
2273
|
const AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
@@ -2180,10 +2276,10 @@ const AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
|
2180
2276
|
[() => OAuthAdditionalStepDetails$]
|
|
2181
2277
|
];
|
|
2182
2278
|
exports.AdditionalServiceRegistrationStep$ = AdditionalServiceRegistrationStep$;
|
|
2183
|
-
const AssetContent$ = [4, n0,
|
|
2279
|
+
const AssetContent$ = [4, n0, _ACss,
|
|
2184
2280
|
0,
|
|
2185
|
-
[_f, _z],
|
|
2186
|
-
[() => AssetFileContent$, () => AssetZipContent$]
|
|
2281
|
+
[_f, _z, _sU],
|
|
2282
|
+
[() => AssetFileContent$, () => AssetZipContent$, () => AssetSourceUrlContent$]
|
|
2187
2283
|
];
|
|
2188
2284
|
exports.AssetContent$ = AssetContent$;
|
|
2189
2285
|
const AssetFileBody$ = [4, n0, _AFB,
|
|
@@ -2240,6 +2336,12 @@ const PrivateConnectionMode$ = [4, n0, _PCM,
|
|
|
2240
2336
|
[() => ServiceManagedInput$, () => SelfManagedInput$]
|
|
2241
2337
|
];
|
|
2242
2338
|
exports.PrivateConnectionMode$ = PrivateConnectionMode$;
|
|
2339
|
+
const RemoteAgentAuthorizationConfig$ = [4, n0, _RAAC,
|
|
2340
|
+
0,
|
|
2341
|
+
[_aK, _oACC, _bT],
|
|
2342
|
+
[[() => RemoteAgentAPIKeyConfig$, 0], [() => RemoteAgentOAuthClientCredentialsConfig$, 0], [() => RemoteAgentBearerTokenConfig$, 0]]
|
|
2343
|
+
];
|
|
2344
|
+
exports.RemoteAgentAuthorizationConfig$ = RemoteAgentAuthorizationConfig$;
|
|
2243
2345
|
const SendMessageContentBlockDelta$ = [4, n0, _SMCBD,
|
|
2244
2346
|
0,
|
|
2245
2347
|
[_tD, _jD],
|
|
@@ -2254,14 +2356,14 @@ const SendMessageEvents$ = [4, n0, _SME,
|
|
|
2254
2356
|
exports.SendMessageEvents$ = SendMessageEvents$;
|
|
2255
2357
|
const ServiceConfiguration$ = [4, n0, _SCe,
|
|
2256
2358
|
0,
|
|
2257
|
-
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pa, _mcpserv],
|
|
2258
|
-
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$]
|
|
2359
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pa, _mcpserv, _rem, _remo],
|
|
2360
|
+
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$, () => RemoteAgentConfiguration$, () => RemoteAgentSigV4Configuration$]
|
|
2259
2361
|
];
|
|
2260
2362
|
exports.ServiceConfiguration$ = ServiceConfiguration$;
|
|
2261
2363
|
const ServiceDetails$ = [4, n0, _SD,
|
|
2262
2364
|
0,
|
|
2263
|
-
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pa, _azu, _mcpserv],
|
|
2264
|
-
[[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails$, [() => MCPServerSigV4ServiceDetails$, 0]]
|
|
2365
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pa, _azu, _mcpserv, _rem, _remo],
|
|
2366
|
+
[[() => 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]]
|
|
2265
2367
|
];
|
|
2266
2368
|
exports.ServiceDetails$ = ServiceDetails$;
|
|
2267
2369
|
const ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
@@ -2283,188 +2385,188 @@ const UserMessageBlock$ = [4, n0, _UMB,
|
|
|
2283
2385
|
];
|
|
2284
2386
|
exports.UserMessageBlock$ = UserMessageBlock$;
|
|
2285
2387
|
exports.AssociateService$ = [9, n0, _ASs,
|
|
2286
|
-
{ [
|
|
2388
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations", 201] }, () => AssociateServiceInput$, () => AssociateServiceOutput$
|
|
2287
2389
|
];
|
|
2288
2390
|
exports.CreateAgentSpace$ = [9, n0, _CAS,
|
|
2289
|
-
{ [
|
|
2391
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces", 201] }, () => CreateAgentSpaceInput$, () => CreateAgentSpaceOutput$
|
|
2290
2392
|
];
|
|
2291
2393
|
exports.CreateAsset$ = [9, n0, _CA,
|
|
2292
|
-
{ [
|
|
2394
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/asset/agent-space/{agentSpaceId}/assets", 201] }, () => CreateAssetRequest$, () => CreateAssetResponse$
|
|
2293
2395
|
];
|
|
2294
2396
|
exports.CreateAssetFile$ = [9, n0, _CAF,
|
|
2295
|
-
{ [
|
|
2397
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 201] }, () => CreateAssetFileRequest$, () => CreateAssetFileResponse$
|
|
2296
2398
|
];
|
|
2297
2399
|
exports.CreateBacklogTask$ = [9, n0, _CBT,
|
|
2298
|
-
{ [
|
|
2400
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/tasks", 201] }, () => CreateBacklogTaskRequest$, () => CreateBacklogTaskResponse$
|
|
2299
2401
|
];
|
|
2300
|
-
exports.CreateChat$ = [9, n0,
|
|
2301
|
-
{ [
|
|
2402
|
+
exports.CreateChat$ = [9, n0, _CCr,
|
|
2403
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/create", 200] }, () => CreateChatRequest$, () => CreateChatResponse$
|
|
2302
2404
|
];
|
|
2303
2405
|
exports.CreatePrivateConnection$ = [9, n0, _CPC,
|
|
2304
|
-
{ [
|
|
2406
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/private-connections", 200] }, () => CreatePrivateConnectionInput$, () => CreatePrivateConnectionOutput$
|
|
2305
2407
|
];
|
|
2306
2408
|
exports.CreateTrigger$ = [9, n0, _CT,
|
|
2307
|
-
{ [
|
|
2409
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/trigger/agent-space/{agentSpaceId}/triggers", 201] }, () => CreateTriggerRequest$, () => CreateTriggerResponse$
|
|
2308
2410
|
];
|
|
2309
2411
|
exports.DeleteAgentSpace$ = [9, n0, _DAS,
|
|
2310
|
-
{ [
|
|
2412
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}", 204] }, () => DeleteAgentSpaceInput$, () => DeleteAgentSpaceOutput$
|
|
2311
2413
|
];
|
|
2312
2414
|
exports.DeleteAsset$ = [9, n0, _DA,
|
|
2313
|
-
{ [
|
|
2415
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => DeleteAssetRequest$, () => DeleteAssetResponse$
|
|
2314
2416
|
];
|
|
2315
2417
|
exports.DeleteAssetFile$ = [9, n0, _DAF,
|
|
2316
|
-
{ [
|
|
2418
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => DeleteAssetFileRequest$, () => DeleteAssetFileResponse$
|
|
2317
2419
|
];
|
|
2318
2420
|
exports.DeletePrivateConnection$ = [9, n0, _DPC,
|
|
2319
|
-
{ [
|
|
2421
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/private-connections/{name}", 200] }, () => DeletePrivateConnectionInput$, () => DeletePrivateConnectionOutput$
|
|
2320
2422
|
];
|
|
2321
2423
|
exports.DeleteTrigger$ = [9, n0, _DT,
|
|
2322
|
-
{ [
|
|
2424
|
+
{ [_end]: ["dp."], [_ht]: ["DELETE", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => DeleteTriggerRequest$, () => DeleteTriggerResponse$
|
|
2323
2425
|
];
|
|
2324
2426
|
exports.DeregisterService$ = [9, n0, _DS,
|
|
2325
|
-
{ [
|
|
2427
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/services/{serviceId}", 200] }, () => DeregisterServiceInput$, () => DeregisterServiceOutput$
|
|
2326
2428
|
];
|
|
2327
2429
|
exports.DescribePrivateConnection$ = [9, n0, _DPCe,
|
|
2328
|
-
{ [
|
|
2430
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/private-connections/{name}", 200] }, () => DescribePrivateConnectionInput$, () => DescribePrivateConnectionOutput$
|
|
2329
2431
|
];
|
|
2330
2432
|
exports.DisableOperatorApp$ = [9, n0, _DOA,
|
|
2331
|
-
{ [
|
|
2433
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => DisableOperatorAppInput$, () => __Unit
|
|
2332
2434
|
];
|
|
2333
2435
|
exports.DisassociateService$ = [9, n0, _DSi,
|
|
2334
|
-
{ [
|
|
2436
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 204] }, () => DisassociateServiceInput$, () => DisassociateServiceOutput$
|
|
2335
2437
|
];
|
|
2336
2438
|
exports.EnableOperatorApp$ = [9, n0, _EOA,
|
|
2337
|
-
{ [
|
|
2439
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => EnableOperatorAppInput$, () => EnableOperatorAppOutput$
|
|
2338
2440
|
];
|
|
2339
2441
|
exports.GetAccountUsage$ = [9, n0, _GAU,
|
|
2340
|
-
{ [
|
|
2442
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/usage/account", 200] }, () => GetAccountUsageInput$, () => GetAccountUsageOutput$
|
|
2341
2443
|
];
|
|
2342
2444
|
exports.GetAgentSpace$ = [9, n0, _GAS,
|
|
2343
|
-
{ [
|
|
2445
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/agentspaces/{agentSpaceId}", 200] }, () => GetAgentSpaceInput$, () => GetAgentSpaceOutput$
|
|
2344
2446
|
];
|
|
2345
2447
|
exports.GetAsset$ = [9, n0, _GA,
|
|
2346
|
-
{ [
|
|
2448
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => GetAssetRequest$, () => GetAssetResponse$
|
|
2347
2449
|
];
|
|
2348
2450
|
exports.GetAssetContent$ = [9, n0, _GAC,
|
|
2349
|
-
{ [
|
|
2451
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/content", 200] }, () => GetAssetContentRequest$, () => GetAssetContentResponse$
|
|
2350
2452
|
];
|
|
2351
2453
|
exports.GetAssetFile$ = [9, n0, _GAF,
|
|
2352
|
-
{ [
|
|
2454
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => GetAssetFileRequest$, () => GetAssetFileResponse$
|
|
2353
2455
|
];
|
|
2354
2456
|
exports.GetAssociation$ = [9, n0, _GAe,
|
|
2355
|
-
{ [
|
|
2457
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 200] }, () => GetAssociationInput$, () => GetAssociationOutput$
|
|
2356
2458
|
];
|
|
2357
2459
|
exports.GetBacklogTask$ = [9, n0, _GBT,
|
|
2358
|
-
{ [
|
|
2460
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}", 200] }, () => GetBacklogTaskRequest$, () => GetBacklogTaskResponse$
|
|
2359
2461
|
];
|
|
2360
2462
|
exports.GetOperatorApp$ = [9, n0, _GOA,
|
|
2361
|
-
{ [
|
|
2463
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v2/agentspaces/{agentSpaceId}/operator", 200] }, () => GetOperatorAppInput$, () => GetOperatorAppOutput$
|
|
2362
2464
|
];
|
|
2363
2465
|
exports.GetRecommendation$ = [9, n0, _GR,
|
|
2364
|
-
{ [
|
|
2466
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => GetRecommendationRequest$, () => GetRecommendationResponse$
|
|
2365
2467
|
];
|
|
2366
2468
|
exports.GetService$ = [9, n0, _GSe,
|
|
2367
|
-
{ [
|
|
2469
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/services/{serviceId}", 200] }, () => GetServiceInput$, () => GetServiceOutput$
|
|
2368
2470
|
];
|
|
2369
2471
|
exports.GetTrigger$ = [9, n0, _GT,
|
|
2370
|
-
{ [
|
|
2472
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => GetTriggerRequest$, () => GetTriggerResponse$
|
|
2371
2473
|
];
|
|
2372
2474
|
exports.ListAgentSpaces$ = [9, n0, _LAS,
|
|
2373
|
-
{ [
|
|
2475
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/list", 200] }, () => ListAgentSpacesInput$, () => ListAgentSpacesOutput$
|
|
2374
2476
|
];
|
|
2375
2477
|
exports.ListAssetFiles$ = [9, n0, _LAF,
|
|
2376
|
-
{ [
|
|
2478
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files", 200] }, () => ListAssetFilesRequest$, () => ListAssetFilesResponse$
|
|
2377
2479
|
];
|
|
2378
2480
|
exports.ListAssets$ = [9, n0, _LA,
|
|
2379
|
-
{ [
|
|
2481
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets", 200] }, () => ListAssetsRequest$, () => ListAssetsResponse$
|
|
2380
2482
|
];
|
|
2381
2483
|
exports.ListAssetTypes$ = [9, n0, _LAT,
|
|
2382
|
-
{ [
|
|
2484
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/types", 200] }, () => ListAssetTypesRequest$, () => ListAssetTypesResponse$
|
|
2383
2485
|
];
|
|
2384
2486
|
exports.ListAssetVersions$ = [9, n0, _LAV,
|
|
2385
|
-
{ [
|
|
2487
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/versions", 200] }, () => ListAssetVersionsRequest$, () => ListAssetVersionsResponse$
|
|
2386
2488
|
];
|
|
2387
2489
|
exports.ListAssociations$ = [9, n0, _LAi,
|
|
2388
|
-
{ [
|
|
2490
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/list", 200] }, () => ListAssociationsInput$, () => ListAssociationsOutput$
|
|
2389
2491
|
];
|
|
2390
2492
|
exports.ListBacklogTasks$ = [9, n0, _LBT,
|
|
2391
|
-
{ [
|
|
2493
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/tasks/list", 200] }, () => ListBacklogTasksRequest$, () => ListBacklogTasksResponse$
|
|
2392
2494
|
];
|
|
2393
2495
|
exports.ListChats$ = [9, n0, _LC,
|
|
2394
|
-
{ [
|
|
2496
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/agents/agent-space/{agentSpaceId}/chat/list", 200] }, () => ListChatsRequest$, () => ListChatsResponse$
|
|
2395
2497
|
];
|
|
2396
2498
|
exports.ListExecutions$ = [9, n0, _LE,
|
|
2397
|
-
{ [
|
|
2499
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/journal/agent-space/{agentSpaceId}/executions", 200] }, () => ListExecutionsRequest$, () => ListExecutionsResponse$
|
|
2398
2500
|
];
|
|
2399
2501
|
exports.ListGoals$ = [9, n0, _LG,
|
|
2400
|
-
{ [
|
|
2502
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/goals/list", 200] }, () => ListGoalsRequest$, () => ListGoalsResponse$
|
|
2401
2503
|
];
|
|
2402
2504
|
exports.ListJournalRecords$ = [9, n0, _LJR,
|
|
2403
|
-
{ [
|
|
2505
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/journal/agent-space/{agentSpaceId}/journalRecords", 200] }, () => ListJournalRecordsRequest$, () => ListJournalRecordsResponse$
|
|
2404
2506
|
];
|
|
2405
2507
|
exports.ListPendingMessages$ = [9, n0, _LPM,
|
|
2406
|
-
{ [
|
|
2508
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/pendingMessages", 200] }, () => ListPendingMessagesRequest$, () => ListPendingMessagesResponse$
|
|
2407
2509
|
];
|
|
2408
2510
|
exports.ListPrivateConnections$ = [9, n0, _LPC,
|
|
2409
|
-
{ [
|
|
2511
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/v1/private-connections", 200] }, () => ListPrivateConnectionsInput$, () => ListPrivateConnectionsOutput$
|
|
2410
2512
|
];
|
|
2411
2513
|
exports.ListRecommendations$ = [9, n0, _LR,
|
|
2412
|
-
{ [
|
|
2514
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/backlog/agent-space/{agentSpaceId}/recommendations/list", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
|
|
2413
2515
|
];
|
|
2414
2516
|
exports.ListServices$ = [9, n0, _LS,
|
|
2415
|
-
{ [
|
|
2517
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/services/list", 200] }, () => ListServicesInput$, () => ListServicesOutput$
|
|
2416
2518
|
];
|
|
2417
2519
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
2418
|
-
{ [
|
|
2520
|
+
{ [_end]: ["cp."], [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
2419
2521
|
];
|
|
2420
2522
|
exports.ListTriggers$ = [9, n0, _LT,
|
|
2421
|
-
{ [
|
|
2523
|
+
{ [_end]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers", 200] }, () => ListTriggersRequest$, () => ListTriggersResponse$
|
|
2422
2524
|
];
|
|
2423
2525
|
exports.ListWebhooks$ = [9, n0, _LW,
|
|
2424
|
-
{ [
|
|
2526
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}/webhooks/list", 200] }, () => ListWebhooksInput$, () => ListWebhooksOutput$
|
|
2425
2527
|
];
|
|
2426
2528
|
exports.RegisterService$ = [9, n0, _RSe,
|
|
2427
|
-
{ [
|
|
2529
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/register/{service}", 201] }, () => RegisterServiceInput$, () => RegisterServiceOutput$
|
|
2428
2530
|
];
|
|
2429
2531
|
exports.SendMessage$ = [9, n0, _SM,
|
|
2430
|
-
{ [
|
|
2532
|
+
{ [_end]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/sendMessage", 200] }, () => SendMessageRequest$, () => SendMessageResponse$
|
|
2431
2533
|
];
|
|
2432
2534
|
exports.TagResource$ = [9, n0, _TR,
|
|
2433
|
-
{ [
|
|
2535
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
2434
2536
|
];
|
|
2435
2537
|
exports.UntagResource$ = [9, n0, _URn,
|
|
2436
|
-
{ [
|
|
2538
|
+
{ [_end]: ["cp."], [_ht]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
2437
2539
|
];
|
|
2438
2540
|
exports.UpdateAgentSpace$ = [9, n0, _UAS,
|
|
2439
|
-
{ [
|
|
2541
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}", 200] }, () => UpdateAgentSpaceInput$, () => UpdateAgentSpaceOutput$
|
|
2440
2542
|
];
|
|
2441
2543
|
exports.UpdateAsset$ = [9, n0, _UA,
|
|
2442
|
-
{ [
|
|
2544
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}", 200] }, () => UpdateAssetRequest$, () => UpdateAssetResponse$
|
|
2443
2545
|
];
|
|
2444
2546
|
exports.UpdateAssetFile$ = [9, n0, _UAF,
|
|
2445
|
-
{ [
|
|
2547
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}", 200] }, () => UpdateAssetFileRequest$, () => UpdateAssetFileResponse$
|
|
2446
2548
|
];
|
|
2447
2549
|
exports.UpdateAssociation$ = [9, n0, _UAp,
|
|
2448
|
-
{ [
|
|
2550
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}", 200] }, () => UpdateAssociationInput$, () => UpdateAssociationOutput$
|
|
2449
2551
|
];
|
|
2450
2552
|
exports.UpdateBacklogTask$ = [9, n0, _UBT,
|
|
2451
|
-
{ [
|
|
2553
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}", 200] }, () => UpdateBacklogTaskRequest$, () => UpdateBacklogTaskResponse$
|
|
2452
2554
|
];
|
|
2453
2555
|
exports.UpdateGoal$ = [9, n0, _UG,
|
|
2454
|
-
{ [
|
|
2556
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/goals/{goalId}", 200] }, () => UpdateGoalRequest$, () => UpdateGoalResponse$
|
|
2455
2557
|
];
|
|
2456
2558
|
exports.UpdateOperatorAppIdpConfig$ = [9, n0, _UOAIC,
|
|
2457
|
-
{ [
|
|
2559
|
+
{ [_end]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/operator/idp", 200] }, () => UpdateOperatorAppIdpConfigInput$, () => UpdateOperatorAppIdpConfigOutput$
|
|
2458
2560
|
];
|
|
2459
2561
|
exports.UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
|
|
2460
|
-
{ [
|
|
2562
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/private-connections/{name}/certificate", 200] }, () => UpdatePrivateConnectionCertificateInput$, () => UpdatePrivateConnectionCertificateOutput$
|
|
2461
2563
|
];
|
|
2462
2564
|
exports.UpdateRecommendation$ = [9, n0, _URp,
|
|
2463
|
-
{ [
|
|
2565
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => UpdateRecommendationRequest$, () => UpdateRecommendationResponse$
|
|
2464
2566
|
];
|
|
2465
2567
|
exports.UpdateTrigger$ = [9, n0, _UT,
|
|
2466
|
-
{ [
|
|
2568
|
+
{ [_end]: ["dp."], [_ht]: ["PATCH", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => UpdateTriggerRequest$, () => UpdateTriggerResponse$
|
|
2467
2569
|
];
|
|
2468
2570
|
exports.ValidateAwsAssociations$ = [9, n0, _VAA,
|
|
2469
|
-
{ [
|
|
2571
|
+
{ [_end]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/validate", 204] }, () => ValidateAwsAssociationsInput$, () => ValidateAwsAssociationsOutput$
|
|
2470
2572
|
];
|