@aws-sdk/client-devops-agent 3.1066.0 → 3.1068.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +74 -0
  3. package/dist-cjs/schemas/schemas_0.js +125 -17
  4. package/dist-es/DevOpsAgent.js +12 -0
  5. package/dist-es/commands/CreateTriggerCommand.js +16 -0
  6. package/dist-es/commands/DeleteTriggerCommand.js +16 -0
  7. package/dist-es/commands/GetTriggerCommand.js +16 -0
  8. package/dist-es/commands/ListTriggersCommand.js +16 -0
  9. package/dist-es/commands/UpdateTriggerCommand.js +16 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/pagination/ListTriggersPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +118 -11
  14. package/dist-types/DevOpsAgent.d.ts +42 -0
  15. package/dist-types/DevOpsAgentClient.d.ts +7 -2
  16. package/dist-types/commands/CreateTriggerCommand.d.ts +125 -0
  17. package/dist-types/commands/DeleteTriggerCommand.d.ts +102 -0
  18. package/dist-types/commands/GetTriggerCommand.d.ts +117 -0
  19. package/dist-types/commands/ListTriggersCommand.d.ts +122 -0
  20. package/dist-types/commands/UpdateTriggerCommand.d.ts +119 -0
  21. package/dist-types/commands/index.d.ts +5 -0
  22. package/dist-types/models/models_0.d.ts +255 -0
  23. package/dist-types/pagination/ListTriggersPaginator.d.ts +7 -0
  24. package/dist-types/pagination/index.d.ts +1 -0
  25. package/dist-types/schemas/schemas_0.d.ts +18 -0
  26. package/dist-types/ts3.4/DevOpsAgent.d.ts +92 -0
  27. package/dist-types/ts3.4/DevOpsAgentClient.d.ts +30 -0
  28. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +52 -0
  29. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +52 -0
  30. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +49 -0
  31. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +49 -0
  32. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +52 -0
  33. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +72 -0
  35. package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +11 -0
  36. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  37. package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
  38. package/package.json +1 -1
@@ -53,6 +53,9 @@ const _CPCI = "CreatePrivateConnectionInput";
53
53
  const _CPCO = "CreatePrivateConnectionOutput";
54
54
  const _CS = "ClientSecret";
55
55
  const _CSEE = "ContentSizeExceededException";
56
+ const _CT = "CreateTrigger";
57
+ const _CTR = "CreateTriggerRequest";
58
+ const _CTRr = "CreateTriggerResponse";
56
59
  const _D = "Description";
57
60
  const _DA = "DeleteAsset";
58
61
  const _DAC = "DatadogAuthorizationConfig";
@@ -83,6 +86,9 @@ const _DSIi = "DisassociateServiceInput";
83
86
  const _DSO = "DeregisterServiceOutput";
84
87
  const _DSOi = "DisassociateServiceOutput";
85
88
  const _DSi = "DisassociateService";
89
+ const _DT = "DeleteTrigger";
90
+ const _DTR = "DeleteTriggerRequest";
91
+ const _DTRe = "DeleteTriggerResponse";
86
92
  const _E = "Execution";
87
93
  const _EA = "EmailAddress";
88
94
  const _ECC = "EventChannelConfiguration";
@@ -132,6 +138,9 @@ const _GSI = "GetServiceInput";
132
138
  const _GSIo = "GoalScheduleInput";
133
139
  const _GSO = "GetServiceOutput";
134
140
  const _GSe = "GetService";
141
+ const _GT = "GetTrigger";
142
+ const _GTR = "GetTriggerRequest";
143
+ const _GTRe = "GetTriggerResponse";
135
144
  const _GW = "GenericWebhook";
136
145
  const _IAC = "IamAuthConfiguration";
137
146
  const _IACd = "IdcAuthConfiguration";
@@ -187,9 +196,12 @@ const _LRRi = "ListRecommendationsResponse";
187
196
  const _LS = "ListServices";
188
197
  const _LSI = "ListServicesInput";
189
198
  const _LSO = "ListServicesOutput";
199
+ const _LT = "ListTriggers";
190
200
  const _LTFR = "ListTagsForResource";
191
201
  const _LTFRR = "ListTagsForResourceRequest";
192
202
  const _LTFRRi = "ListTagsForResourceResponse";
203
+ const _LTR = "ListTriggersRequest";
204
+ const _LTRi = "ListTriggersResponse";
193
205
  const _LW = "ListWebhooks";
194
206
  const _LWI = "ListWebhooksInput";
195
207
  const _LWO = "ListWebhooksOutput";
@@ -245,9 +257,10 @@ const _RSO = "RegisterServiceOutput";
245
257
  const _RSSD = "RegisteredSlackServiceDetails";
246
258
  const _RSe = "RegisterService";
247
259
  const _SAC = "SourceAwsConfiguration";
248
- const _SC = "SlackChannel";
260
+ const _SC = "ScheduleCondition";
249
261
  const _SCe = "ServiceConfiguration";
250
- const _SCl = "SlackConfiguration";
262
+ const _SCl = "SlackChannel";
263
+ const _SCla = "SlackConfiguration";
251
264
  const _SD = "ServiceDetails";
252
265
  const _SM = "SendMessage";
253
266
  const _SMC = "SendMessageContext";
@@ -276,13 +289,16 @@ const _SNSD = "ServiceNowServiceDetails";
276
289
  const _SQEE = "ServiceQuotaExceededException";
277
290
  const _STT = "SlackTransmissionTarget";
278
291
  const _T = "Task";
292
+ const _TC = "TriggerCondition";
279
293
  const _TE = "ThrottlingException";
280
294
  const _TF = "TaskFilter";
281
295
  const _TL = "TaskList";
296
+ const _TLr = "TriggerList";
282
297
  const _TR = "TagResource";
283
298
  const _TRR = "TagResourceRequest";
284
299
  const _TRRa = "TagResourceResponse";
285
300
  const _TV = "TokenValue";
301
+ const _Tr = "Trigger";
286
302
  const _UA = "UpdateAsset";
287
303
  const _UAF = "UpdateAssetFile";
288
304
  const _UAFR = "UpdateAssetFileRequest";
@@ -317,6 +333,9 @@ const _URRp = "UpdateRecommendationRequest";
317
333
  const _URRpd = "UpdateRecommendationResponse";
318
334
  const _URn = "UntagResource";
319
335
  const _URp = "UpdateRecommendation";
336
+ const _UT = "UpdateTrigger";
337
+ const _UTR = "UpdateTriggerRequest";
338
+ const _UTRp = "UpdateTriggerResponse";
320
339
  const _VAA = "ValidateAwsAssociations";
321
340
  const _VAAI = "ValidateAwsAssociationsInput";
322
341
  const _VAAO = "ValidateAwsAssociationsOutput";
@@ -360,6 +379,7 @@ const _aTg = "agentType";
360
379
  const _aU = "accountUrn";
361
380
  const _aUu = "authorizationUrl";
362
381
  const _aV = "assetVersion";
382
+ const _ac = "action";
363
383
  const _as = "asset";
364
384
  const _ass = "associations";
365
385
  const _aw = "aws";
@@ -389,6 +409,7 @@ const _cT = "clientToken";
389
409
  const _ce = "certificate";
390
410
  const _co = "content";
391
411
  const _con = "configuration";
412
+ const _cond = "condition";
392
413
  const _cont = "context";
393
414
  const _d = "description";
394
415
  const _dR = "dnsResolution";
@@ -547,6 +568,7 @@ const _sN = "sequenceNumber";
547
568
  const _sR = "statusReason";
548
569
  const _sT = "serviceType";
549
570
  const _sc = "scopes";
571
+ const _sch = "schedule";
550
572
  const _se = "server";
551
573
  const _ser = "service";
552
574
  const _serv = "services";
@@ -560,7 +582,8 @@ const _su = "summary";
560
582
  const _sy = "system";
561
583
  const _t = "tags";
562
584
  const _tD = "textDelta";
563
- const _tI = "taskId";
585
+ const _tI = "triggerId";
586
+ const _tIa = "taskId";
564
587
  const _tIe = "tenantId";
565
588
  const _tIea = "teamId";
566
589
  const _tK = "tagKeys";
@@ -581,6 +604,7 @@ const _tas = "tasks";
581
604
  const _te = "text";
582
605
  const _ti = "title";
583
606
  const _to = "tools";
607
+ const _tr = "trigger";
584
608
  const _ty = "type";
585
609
  const _u = "uid";
586
610
  const _uA = "updatedAt";
@@ -827,6 +851,16 @@ export var CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
827
851
  [_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _t],
828
852
  [0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
829
853
  ];
854
+ export var CreateTriggerRequest$ = [3, n0, _CTR,
855
+ 0,
856
+ [_aSI, _ty, _cond, _ac, _st, _cT],
857
+ [[0, 1], 0, () => TriggerCondition$, 15, 0, [0, 4]], 4
858
+ ];
859
+ export var CreateTriggerResponse$ = [3, n0, _CTRr,
860
+ 0,
861
+ [_tr],
862
+ [() => Trigger$], 1
863
+ ];
830
864
  export var DatadogServiceDetails$ = [3, n0, _DSD,
831
865
  0,
832
866
  [_n, _en, _aC, _d],
@@ -872,6 +906,16 @@ export var DeletePrivateConnectionOutput$ = [3, n0, _DPCO,
872
906
  [_n, _st],
873
907
  [0, 0], 2
874
908
  ];
909
+ export var DeleteTriggerRequest$ = [3, n0, _DTR,
910
+ 0,
911
+ [_aSI, _tI],
912
+ [[0, 1], [0, 1]], 2
913
+ ];
914
+ export var DeleteTriggerResponse$ = [3, n0, _DTRe,
915
+ 0,
916
+ [],
917
+ []
918
+ ];
875
919
  export var DeregisterServiceInput$ = [3, n0, _DSI,
876
920
  0,
877
921
  [_sI],
@@ -1014,7 +1058,7 @@ export var GetAssociationOutput$ = [3, n0, _GAO,
1014
1058
  ];
1015
1059
  export var GetBacklogTaskRequest$ = [3, n0, _GBTR,
1016
1060
  0,
1017
- [_aSI, _tI],
1061
+ [_aSI, _tIa],
1018
1062
  [[0, 1], [0, 1]], 2
1019
1063
  ];
1020
1064
  export var GetBacklogTaskResponse$ = [3, n0, _GBTRe,
@@ -1052,6 +1096,16 @@ export var GetServiceOutput$ = [3, n0, _GSO,
1052
1096
  [_ser, _t],
1053
1097
  [[() => RegisteredService$, 0], 128 | 0], 1
1054
1098
  ];
1099
+ export var GetTriggerRequest$ = [3, n0, _GTR,
1100
+ 0,
1101
+ [_aSI, _tI],
1102
+ [[0, 1], [0, 1]], 2
1103
+ ];
1104
+ export var GetTriggerResponse$ = [3, n0, _GTRe,
1105
+ 0,
1106
+ [_tr],
1107
+ [() => Trigger$], 1
1108
+ ];
1055
1109
  export var GitHubConfiguration$ = [3, n0, _GHC,
1056
1110
  0,
1057
1111
  [_rN, _rIe, _o, _oT, _iI],
@@ -1194,7 +1248,7 @@ export var ListChatsResponse$ = [3, n0, _LCRi,
1194
1248
  ];
1195
1249
  export var ListExecutionsRequest$ = [3, n0, _LER,
1196
1250
  0,
1197
- [_aSI, _tI, _li, _nT],
1251
+ [_aSI, _tIa, _li, _nT],
1198
1252
  [[0, 1], 0, 1, 0], 2
1199
1253
  ];
1200
1254
  export var ListExecutionsResponse$ = [3, n0, _LERi,
@@ -1244,7 +1298,7 @@ export var ListPrivateConnectionsOutput$ = [3, n0, _LPCO,
1244
1298
  ];
1245
1299
  export var ListRecommendationsRequest$ = [3, n0, _LRR,
1246
1300
  0,
1247
- [_aSI, _tI, _gIo, _st, _pr, _li, _nT],
1301
+ [_aSI, _tIa, _gIo, _st, _pr, _li, _nT],
1248
1302
  [[0, 1], 0, 0, 0, 0, 1, 0], 1
1249
1303
  ];
1250
1304
  export var ListRecommendationsResponse$ = [3, n0, _LRRi,
@@ -1272,6 +1326,16 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1272
1326
  [_t],
1273
1327
  [128 | 0], 1
1274
1328
  ];
1329
+ export var ListTriggersRequest$ = [3, n0, _LTR,
1330
+ 0,
1331
+ [_aSI, _st, _nT, _mR],
1332
+ [[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1333
+ ];
1334
+ export var ListTriggersResponse$ = [3, n0, _LTRi,
1335
+ 0,
1336
+ [_it, _nT],
1337
+ [() => TriggerList, 0], 1
1338
+ ];
1275
1339
  export var ListWebhooksInput$ = [3, n0, _LWI,
1276
1340
  0,
1277
1341
  [_aSI, _aIs],
@@ -1394,7 +1458,7 @@ export var PrivateConnectionSummary$ = [3, n0, _PCS,
1394
1458
  ];
1395
1459
  export var Recommendation$ = [3, n0, _R,
1396
1460
  0,
1397
- [_aSA, _rI, _tI, _ti, _co, _st, _pr, _cA, _uA, _v, _gIo, _gV, _aCd, _rP, _rAa],
1461
+ [_aSA, _rI, _tIa, _ti, _co, _st, _pr, _cA, _uA, _v, _gIo, _gV, _aCd, _rP, _rAa],
1398
1462
  [0, 0, 0, 0, () => RecommendationContent$, 0, 0, 5, 5, 1, 0, 1, 0, 1, 5], 10
1399
1463
  ];
1400
1464
  export var RecommendationContent$ = [3, n0, _RC,
@@ -1482,6 +1546,11 @@ export var RegisterServiceOutput$ = [3, n0, _RSO,
1482
1546
  [_sI, _aSd, _kKA, _t],
1483
1547
  [0, () => AdditionalServiceRegistrationStep$, 0, 128 | 0]
1484
1548
  ];
1549
+ export var ScheduleCondition$ = [3, n0, _SC,
1550
+ 0,
1551
+ [_ex],
1552
+ [0], 1
1553
+ ];
1485
1554
  export var SelfManagedInput$ = [3, n0, _SMI,
1486
1555
  0,
1487
1556
  [_rCI, _ce],
@@ -1582,12 +1651,12 @@ export var ServiceNowServiceDetails$ = [3, n0, _SNSD,
1582
1651
  [_iUn, _aC],
1583
1652
  [0, [() => ServiceNowServiceAuthorizationConfig$, 0]], 1
1584
1653
  ];
1585
- export var SlackChannel$ = [3, n0, _SC,
1654
+ export var SlackChannel$ = [3, n0, _SCl,
1586
1655
  0,
1587
1656
  [_cIh, _cNh],
1588
1657
  [0, 0], 1
1589
1658
  ];
1590
- export var SlackConfiguration$ = [3, n0, _SCl,
1659
+ export var SlackConfiguration$ = [3, n0, _SCla,
1591
1660
  0,
1592
1661
  [_wIo, _wN, _tTr],
1593
1662
  [0, 0, () => SlackTransmissionTarget$], 3
@@ -1614,7 +1683,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1614
1683
  ];
1615
1684
  export var Task$ = [3, n0, _T,
1616
1685
  0,
1617
- [_aSI, _tI, _ti, _tT, _pr, _st, _cA, _uA, _v, _eI, _d, _r, _sM, _me, _pTI, _sR, _hLT],
1686
+ [_aSI, _tIa, _ti, _tT, _pr, _st, _cA, _uA, _v, _eI, _d, _r, _sM, _me, _pTI, _sR, _hLT],
1618
1687
  [0, 0, 0, 0, 0, 0, 5, 5, 1, 0, 0, () => ReferenceOutput$, 15, 15, 0, 0, 2], 9
1619
1688
  ];
1620
1689
  export var TaskFilter$ = [3, n0, _TF,
@@ -1622,6 +1691,11 @@ export var TaskFilter$ = [3, n0, _TF,
1622
1691
  [_cAr, _cB, _pr, _st, _tT, _pTI],
1623
1692
  [5, 5, 64 | 0, 64 | 0, 64 | 0, 0]
1624
1693
  ];
1694
+ export var Trigger$ = [3, n0, _Tr,
1695
+ 0,
1696
+ [_tI, _aSI, _ty, _cond, _ac, _st, _cA, _uA],
1697
+ [0, 0, 0, () => TriggerCondition$, 15, 0, 4, 4], 8
1698
+ ];
1625
1699
  export var UntagResourceRequest$ = [3, n0, _URR,
1626
1700
  0,
1627
1701
  [_rA, _tK],
@@ -1674,7 +1748,7 @@ export var UpdateAssociationOutput$ = [3, n0, _UAO,
1674
1748
  ];
1675
1749
  export var UpdateBacklogTaskRequest$ = [3, n0, _UBTR,
1676
1750
  0,
1677
- [_aSI, _tI, _tS, _cT],
1751
+ [_aSI, _tIa, _tS, _cT],
1678
1752
  [[0, 1], [0, 1], 0, [0, 4]], 2
1679
1753
  ];
1680
1754
  export var UpdateBacklogTaskResponse$ = [3, n0, _UBTRp,
@@ -1722,6 +1796,16 @@ export var UpdateRecommendationResponse$ = [3, n0, _URRpd,
1722
1796
  [_rec],
1723
1797
  [() => Recommendation$], 1
1724
1798
  ];
1799
+ export var UpdateTriggerRequest$ = [3, n0, _UTR,
1800
+ 0,
1801
+ [_aSI, _tI, _st, _cT],
1802
+ [[0, 1], [0, 1], 0, [0, 4]], 2
1803
+ ];
1804
+ export var UpdateTriggerResponse$ = [3, n0, _UTRp,
1805
+ 0,
1806
+ [_tr],
1807
+ [() => Trigger$], 1
1808
+ ];
1725
1809
  export var UsageMetric$ = [3, n0, _UM,
1726
1810
  0,
1727
1811
  [_li, _us],
@@ -1823,6 +1907,9 @@ var TaskList = [1, n0, _TL,
1823
1907
  ];
1824
1908
  var TaskStatusList = 64 | 0;
1825
1909
  var TaskTypeList = 64 | 0;
1910
+ var TriggerList = [1, n0, _TLr,
1911
+ 0, () => Trigger$
1912
+ ];
1826
1913
  var UserMessage = [1, n0, _UMs,
1827
1914
  0, () => UserMessageBlock$
1828
1915
  ];
@@ -1931,6 +2018,11 @@ export var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
1931
2018
  [_oACC],
1932
2019
  [[() => ServiceNowOAuthClientCredentialsConfig$, 0]]
1933
2020
  ];
2021
+ export var TriggerCondition$ = [4, n0, _TC,
2022
+ 0,
2023
+ [_sch],
2024
+ [() => ScheduleCondition$]
2025
+ ];
1934
2026
  export var UserMessageBlock$ = [4, n0, _UMB,
1935
2027
  0,
1936
2028
  [_te, _tR],
@@ -1957,6 +2049,9 @@ export var CreateChat$ = [9, n0, _CC,
1957
2049
  export var CreatePrivateConnection$ = [9, n0, _CPC,
1958
2050
  { [_en]: ["cp."], [_ht]: ["POST", "/v1/private-connections", 200] }, () => CreatePrivateConnectionInput$, () => CreatePrivateConnectionOutput$
1959
2051
  ];
2052
+ export var CreateTrigger$ = [9, n0, _CT,
2053
+ { [_en]: ["dp."], [_ht]: ["POST", "/trigger/agent-space/{agentSpaceId}/triggers", 201] }, () => CreateTriggerRequest$, () => CreateTriggerResponse$
2054
+ ];
1960
2055
  export var DeleteAgentSpace$ = [9, n0, _DAS,
1961
2056
  { [_en]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}", 204] }, () => DeleteAgentSpaceInput$, () => DeleteAgentSpaceOutput$
1962
2057
  ];
@@ -1969,6 +2064,9 @@ export var DeleteAssetFile$ = [9, n0, _DAF,
1969
2064
  export var DeletePrivateConnection$ = [9, n0, _DPC,
1970
2065
  { [_en]: ["cp."], [_ht]: ["DELETE", "/v1/private-connections/{name}", 200] }, () => DeletePrivateConnectionInput$, () => DeletePrivateConnectionOutput$
1971
2066
  ];
2067
+ export var DeleteTrigger$ = [9, n0, _DT,
2068
+ { [_en]: ["dp."], [_ht]: ["DELETE", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => DeleteTriggerRequest$, () => DeleteTriggerResponse$
2069
+ ];
1972
2070
  export var DeregisterService$ = [9, n0, _DS,
1973
2071
  { [_en]: ["cp."], [_ht]: ["DELETE", "/v1/services/{serviceId}", 200] }, () => DeregisterServiceInput$, () => DeregisterServiceOutput$
1974
2072
  ];
@@ -2014,6 +2112,9 @@ export var GetRecommendation$ = [9, n0, _GR,
2014
2112
  export var GetService$ = [9, n0, _GSe,
2015
2113
  { [_en]: ["cp."], [_ht]: ["GET", "/v1/services/{serviceId}", 200] }, () => GetServiceInput$, () => GetServiceOutput$
2016
2114
  ];
2115
+ export var GetTrigger$ = [9, n0, _GT,
2116
+ { [_en]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => GetTriggerRequest$, () => GetTriggerResponse$
2117
+ ];
2017
2118
  export var ListAgentSpaces$ = [9, n0, _LAS,
2018
2119
  { [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/list", 200] }, () => ListAgentSpacesInput$, () => ListAgentSpacesOutput$
2019
2120
  ];
@@ -2062,6 +2163,9 @@ export var ListServices$ = [9, n0, _LS,
2062
2163
  export var ListTagsForResource$ = [9, n0, _LTFR,
2063
2164
  { [_en]: ["cp."], [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
2064
2165
  ];
2166
+ export var ListTriggers$ = [9, n0, _LT,
2167
+ { [_en]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers", 200] }, () => ListTriggersRequest$, () => ListTriggersResponse$
2168
+ ];
2065
2169
  export var ListWebhooks$ = [9, n0, _LW,
2066
2170
  { [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}/webhooks/list", 200] }, () => ListWebhooksInput$, () => ListWebhooksOutput$
2067
2171
  ];
@@ -2104,6 +2208,9 @@ export var UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
2104
2208
  export var UpdateRecommendation$ = [9, n0, _URp,
2105
2209
  { [_en]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => UpdateRecommendationRequest$, () => UpdateRecommendationResponse$
2106
2210
  ];
2211
+ export var UpdateTrigger$ = [9, n0, _UT,
2212
+ { [_en]: ["dp."], [_ht]: ["PATCH", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => UpdateTriggerRequest$, () => UpdateTriggerResponse$
2213
+ ];
2107
2214
  export var ValidateAwsAssociations$ = [9, n0, _VAA,
2108
2215
  { [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/validate", 204] }, () => ValidateAwsAssociationsInput$, () => ValidateAwsAssociationsOutput$
2109
2216
  ];
@@ -6,10 +6,12 @@ import { type CreateAssetFileCommandInput, type CreateAssetFileCommandOutput } f
6
6
  import { type CreateBacklogTaskCommandInput, type CreateBacklogTaskCommandOutput } from "./commands/CreateBacklogTaskCommand";
7
7
  import { type CreateChatCommandInput, type CreateChatCommandOutput } from "./commands/CreateChatCommand";
8
8
  import { type CreatePrivateConnectionCommandInput, type CreatePrivateConnectionCommandOutput } from "./commands/CreatePrivateConnectionCommand";
9
+ import { type CreateTriggerCommandInput, type CreateTriggerCommandOutput } from "./commands/CreateTriggerCommand";
9
10
  import { type DeleteAgentSpaceCommandInput, type DeleteAgentSpaceCommandOutput } from "./commands/DeleteAgentSpaceCommand";
10
11
  import { type DeleteAssetCommandInput, type DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
11
12
  import { type DeleteAssetFileCommandInput, type DeleteAssetFileCommandOutput } from "./commands/DeleteAssetFileCommand";
12
13
  import { type DeletePrivateConnectionCommandInput, type DeletePrivateConnectionCommandOutput } from "./commands/DeletePrivateConnectionCommand";
14
+ import { type DeleteTriggerCommandInput, type DeleteTriggerCommandOutput } from "./commands/DeleteTriggerCommand";
13
15
  import { type DeregisterServiceCommandInput, type DeregisterServiceCommandOutput } from "./commands/DeregisterServiceCommand";
14
16
  import { type DescribePrivateConnectionCommandInput, type DescribePrivateConnectionCommandOutput } from "./commands/DescribePrivateConnectionCommand";
15
17
  import { type DisableOperatorAppCommandInput, type DisableOperatorAppCommandOutput } from "./commands/DisableOperatorAppCommand";
@@ -25,6 +27,7 @@ import { type GetBacklogTaskCommandInput, type GetBacklogTaskCommandOutput } fro
25
27
  import { type GetOperatorAppCommandInput, type GetOperatorAppCommandOutput } from "./commands/GetOperatorAppCommand";
26
28
  import { type GetRecommendationCommandInput, type GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
27
29
  import { type GetServiceCommandInput, type GetServiceCommandOutput } from "./commands/GetServiceCommand";
30
+ import { type GetTriggerCommandInput, type GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
28
31
  import { type ListAgentSpacesCommandInput, type ListAgentSpacesCommandOutput } from "./commands/ListAgentSpacesCommand";
29
32
  import { type ListAssetFilesCommandInput, type ListAssetFilesCommandOutput } from "./commands/ListAssetFilesCommand";
30
33
  import { type ListAssetsCommandInput, type ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
@@ -41,6 +44,7 @@ import { type ListPrivateConnectionsCommandInput, type ListPrivateConnectionsCom
41
44
  import { type ListRecommendationsCommandInput, type ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
42
45
  import { type ListServicesCommandInput, type ListServicesCommandOutput } from "./commands/ListServicesCommand";
43
46
  import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
47
+ import { type ListTriggersCommandInput, type ListTriggersCommandOutput } from "./commands/ListTriggersCommand";
44
48
  import { type ListWebhooksCommandInput, type ListWebhooksCommandOutput } from "./commands/ListWebhooksCommand";
45
49
  import { type RegisterServiceCommandInput, type RegisterServiceCommandOutput } from "./commands/RegisterServiceCommand";
46
50
  import { type SendMessageCommandInput, type SendMessageCommandOutput } from "./commands/SendMessageCommand";
@@ -55,6 +59,7 @@ import { type UpdateGoalCommandInput, type UpdateGoalCommandOutput } from "./com
55
59
  import { type UpdateOperatorAppIdpConfigCommandInput, type UpdateOperatorAppIdpConfigCommandOutput } from "./commands/UpdateOperatorAppIdpConfigCommand";
56
60
  import { type UpdatePrivateConnectionCertificateCommandInput, type UpdatePrivateConnectionCertificateCommandOutput } from "./commands/UpdatePrivateConnectionCertificateCommand";
57
61
  import { type UpdateRecommendationCommandInput, type UpdateRecommendationCommandOutput } from "./commands/UpdateRecommendationCommand";
62
+ import { type UpdateTriggerCommandInput, type UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
58
63
  import { type ValidateAwsAssociationsCommandInput, type ValidateAwsAssociationsCommandOutput } from "./commands/ValidateAwsAssociationsCommand";
59
64
  import { DevOpsAgentClient } from "./DevOpsAgentClient";
60
65
  export interface DevOpsAgent {
@@ -100,6 +105,12 @@ export interface DevOpsAgent {
100
105
  createPrivateConnection(args: CreatePrivateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrivateConnectionCommandOutput>;
101
106
  createPrivateConnection(args: CreatePrivateConnectionCommandInput, cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void): void;
102
107
  createPrivateConnection(args: CreatePrivateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void): void;
108
+ /**
109
+ * @see {@link CreateTriggerCommand}
110
+ */
111
+ createTrigger(args: CreateTriggerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTriggerCommandOutput>;
112
+ createTrigger(args: CreateTriggerCommandInput, cb: (err: any, data?: CreateTriggerCommandOutput) => void): void;
113
+ createTrigger(args: CreateTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTriggerCommandOutput) => void): void;
103
114
  /**
104
115
  * @see {@link DeleteAgentSpaceCommand}
105
116
  */
@@ -124,6 +135,12 @@ export interface DevOpsAgent {
124
135
  deletePrivateConnection(args: DeletePrivateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePrivateConnectionCommandOutput>;
125
136
  deletePrivateConnection(args: DeletePrivateConnectionCommandInput, cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void): void;
126
137
  deletePrivateConnection(args: DeletePrivateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void): void;
138
+ /**
139
+ * @see {@link DeleteTriggerCommand}
140
+ */
141
+ deleteTrigger(args: DeleteTriggerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTriggerCommandOutput>;
142
+ deleteTrigger(args: DeleteTriggerCommandInput, cb: (err: any, data?: DeleteTriggerCommandOutput) => void): void;
143
+ deleteTrigger(args: DeleteTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTriggerCommandOutput) => void): void;
127
144
  /**
128
145
  * @see {@link DeregisterServiceCommand}
129
146
  */
@@ -215,6 +232,12 @@ export interface DevOpsAgent {
215
232
  getService(args: GetServiceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceCommandOutput>;
216
233
  getService(args: GetServiceCommandInput, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
217
234
  getService(args: GetServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
235
+ /**
236
+ * @see {@link GetTriggerCommand}
237
+ */
238
+ getTrigger(args: GetTriggerCommandInput, options?: __HttpHandlerOptions): Promise<GetTriggerCommandOutput>;
239
+ getTrigger(args: GetTriggerCommandInput, cb: (err: any, data?: GetTriggerCommandOutput) => void): void;
240
+ getTrigger(args: GetTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTriggerCommandOutput) => void): void;
218
241
  /**
219
242
  * @see {@link ListAgentSpacesCommand}
220
243
  */
@@ -315,6 +338,12 @@ export interface DevOpsAgent {
315
338
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
316
339
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
317
340
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
341
+ /**
342
+ * @see {@link ListTriggersCommand}
343
+ */
344
+ listTriggers(args: ListTriggersCommandInput, options?: __HttpHandlerOptions): Promise<ListTriggersCommandOutput>;
345
+ listTriggers(args: ListTriggersCommandInput, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
346
+ listTriggers(args: ListTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
318
347
  /**
319
348
  * @see {@link ListWebhooksCommand}
320
349
  */
@@ -399,6 +428,12 @@ export interface DevOpsAgent {
399
428
  updateRecommendation(args: UpdateRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecommendationCommandOutput>;
400
429
  updateRecommendation(args: UpdateRecommendationCommandInput, cb: (err: any, data?: UpdateRecommendationCommandOutput) => void): void;
401
430
  updateRecommendation(args: UpdateRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecommendationCommandOutput) => void): void;
431
+ /**
432
+ * @see {@link UpdateTriggerCommand}
433
+ */
434
+ updateTrigger(args: UpdateTriggerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTriggerCommandOutput>;
435
+ updateTrigger(args: UpdateTriggerCommandInput, cb: (err: any, data?: UpdateTriggerCommandOutput) => void): void;
436
+ updateTrigger(args: UpdateTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTriggerCommandOutput) => void): void;
402
437
  /**
403
438
  * @see {@link ValidateAwsAssociationsCommand}
404
439
  */
@@ -482,6 +517,13 @@ export interface DevOpsAgent {
482
517
  * @returns AsyncIterable of {@link ListServicesCommandOutput}.
483
518
  */
484
519
  paginateListServices(args?: ListServicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicesCommandOutput>;
520
+ /**
521
+ * @see {@link ListTriggersCommand}
522
+ * @param args - command input.
523
+ * @param paginationConfig - optional pagination config.
524
+ * @returns AsyncIterable of {@link ListTriggersCommandOutput}.
525
+ */
526
+ paginateListTriggers(args: ListTriggersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTriggersCommandOutput>;
485
527
  }
486
528
  /**
487
529
  * <p>AWS DevOps Agent is your always-available operations teammate. It resolves and proactively prevents incidents, optimizes application reliability and performance, and handles on-demand SRE tasks across AWS, multicloud, and on-premises environments. AWS DevOps Agent investigates incidents as an experienced DevOps engineer would. It learns your applications and their relationships. It works with your observability tools, runbooks, code repositories, and CI/CD pipelines. The agent correlates telemetry, code, and deployment data across all of them.</p>
@@ -14,10 +14,12 @@ import type { CreateAssetFileCommandInput, CreateAssetFileCommandOutput } from "
14
14
  import type { CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput } from "./commands/CreateBacklogTaskCommand";
15
15
  import type { CreateChatCommandInput, CreateChatCommandOutput } from "./commands/CreateChatCommand";
16
16
  import type { CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput } from "./commands/CreatePrivateConnectionCommand";
17
+ import type { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "./commands/CreateTriggerCommand";
17
18
  import type { DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput } from "./commands/DeleteAgentSpaceCommand";
18
19
  import type { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
19
20
  import type { DeleteAssetFileCommandInput, DeleteAssetFileCommandOutput } from "./commands/DeleteAssetFileCommand";
20
21
  import type { DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput } from "./commands/DeletePrivateConnectionCommand";
22
+ import type { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "./commands/DeleteTriggerCommand";
21
23
  import type { DeregisterServiceCommandInput, DeregisterServiceCommandOutput } from "./commands/DeregisterServiceCommand";
22
24
  import type { DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput } from "./commands/DescribePrivateConnectionCommand";
23
25
  import type { DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput } from "./commands/DisableOperatorAppCommand";
@@ -33,6 +35,7 @@ import type { GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput } from "./
33
35
  import type { GetOperatorAppCommandInput, GetOperatorAppCommandOutput } from "./commands/GetOperatorAppCommand";
34
36
  import type { GetRecommendationCommandInput, GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
35
37
  import type { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
38
+ import type { GetTriggerCommandInput, GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
36
39
  import type { ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput } from "./commands/ListAgentSpacesCommand";
37
40
  import type { ListAssetFilesCommandInput, ListAssetFilesCommandOutput } from "./commands/ListAssetFilesCommand";
38
41
  import type { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
@@ -49,6 +52,7 @@ import type { ListPrivateConnectionsCommandInput, ListPrivateConnectionsCommandO
49
52
  import type { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
50
53
  import type { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
51
54
  import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
+ import type { ListTriggersCommandInput, ListTriggersCommandOutput } from "./commands/ListTriggersCommand";
52
56
  import type { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "./commands/ListWebhooksCommand";
53
57
  import type { RegisterServiceCommandInput, RegisterServiceCommandOutput } from "./commands/RegisterServiceCommand";
54
58
  import type { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
@@ -63,6 +67,7 @@ import type { UpdateGoalCommandInput, UpdateGoalCommandOutput } from "./commands
63
67
  import type { UpdateOperatorAppIdpConfigCommandInput, UpdateOperatorAppIdpConfigCommandOutput } from "./commands/UpdateOperatorAppIdpConfigCommand";
64
68
  import type { UpdatePrivateConnectionCertificateCommandInput, UpdatePrivateConnectionCertificateCommandOutput } from "./commands/UpdatePrivateConnectionCertificateCommand";
65
69
  import type { UpdateRecommendationCommandInput, UpdateRecommendationCommandOutput } from "./commands/UpdateRecommendationCommand";
70
+ import type { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
66
71
  import type { ValidateAwsAssociationsCommandInput, ValidateAwsAssociationsCommandOutput } from "./commands/ValidateAwsAssociationsCommand";
67
72
  import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
68
73
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
@@ -70,11 +75,11 @@ export { __Client };
70
75
  /**
71
76
  * @public
72
77
  */
73
- export type ServiceInputTypes = AssociateServiceCommandInput | CreateAgentSpaceCommandInput | CreateAssetCommandInput | CreateAssetFileCommandInput | CreateBacklogTaskCommandInput | CreateChatCommandInput | CreatePrivateConnectionCommandInput | DeleteAgentSpaceCommandInput | DeleteAssetCommandInput | DeleteAssetFileCommandInput | DeletePrivateConnectionCommandInput | DeregisterServiceCommandInput | DescribePrivateConnectionCommandInput | DisableOperatorAppCommandInput | DisassociateServiceCommandInput | EnableOperatorAppCommandInput | GetAccountUsageCommandInput | GetAgentSpaceCommandInput | GetAssetCommandInput | GetAssetContentCommandInput | GetAssetFileCommandInput | GetAssociationCommandInput | GetBacklogTaskCommandInput | GetOperatorAppCommandInput | GetRecommendationCommandInput | GetServiceCommandInput | ListAgentSpacesCommandInput | ListAssetFilesCommandInput | ListAssetTypesCommandInput | ListAssetVersionsCommandInput | ListAssetsCommandInput | ListAssociationsCommandInput | ListBacklogTasksCommandInput | ListChatsCommandInput | ListExecutionsCommandInput | ListGoalsCommandInput | ListJournalRecordsCommandInput | ListPendingMessagesCommandInput | ListPrivateConnectionsCommandInput | ListRecommendationsCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | ListWebhooksCommandInput | RegisterServiceCommandInput | SendMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentSpaceCommandInput | UpdateAssetCommandInput | UpdateAssetFileCommandInput | UpdateAssociationCommandInput | UpdateBacklogTaskCommandInput | UpdateGoalCommandInput | UpdateOperatorAppIdpConfigCommandInput | UpdatePrivateConnectionCertificateCommandInput | UpdateRecommendationCommandInput | ValidateAwsAssociationsCommandInput;
78
+ export type ServiceInputTypes = AssociateServiceCommandInput | CreateAgentSpaceCommandInput | CreateAssetCommandInput | CreateAssetFileCommandInput | CreateBacklogTaskCommandInput | CreateChatCommandInput | CreatePrivateConnectionCommandInput | CreateTriggerCommandInput | DeleteAgentSpaceCommandInput | DeleteAssetCommandInput | DeleteAssetFileCommandInput | DeletePrivateConnectionCommandInput | DeleteTriggerCommandInput | DeregisterServiceCommandInput | DescribePrivateConnectionCommandInput | DisableOperatorAppCommandInput | DisassociateServiceCommandInput | EnableOperatorAppCommandInput | GetAccountUsageCommandInput | GetAgentSpaceCommandInput | GetAssetCommandInput | GetAssetContentCommandInput | GetAssetFileCommandInput | GetAssociationCommandInput | GetBacklogTaskCommandInput | GetOperatorAppCommandInput | GetRecommendationCommandInput | GetServiceCommandInput | GetTriggerCommandInput | ListAgentSpacesCommandInput | ListAssetFilesCommandInput | ListAssetTypesCommandInput | ListAssetVersionsCommandInput | ListAssetsCommandInput | ListAssociationsCommandInput | ListBacklogTasksCommandInput | ListChatsCommandInput | ListExecutionsCommandInput | ListGoalsCommandInput | ListJournalRecordsCommandInput | ListPendingMessagesCommandInput | ListPrivateConnectionsCommandInput | ListRecommendationsCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | ListTriggersCommandInput | ListWebhooksCommandInput | RegisterServiceCommandInput | SendMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentSpaceCommandInput | UpdateAssetCommandInput | UpdateAssetFileCommandInput | UpdateAssociationCommandInput | UpdateBacklogTaskCommandInput | UpdateGoalCommandInput | UpdateOperatorAppIdpConfigCommandInput | UpdatePrivateConnectionCertificateCommandInput | UpdateRecommendationCommandInput | UpdateTriggerCommandInput | ValidateAwsAssociationsCommandInput;
74
79
  /**
75
80
  * @public
76
81
  */
77
- export type ServiceOutputTypes = AssociateServiceCommandOutput | CreateAgentSpaceCommandOutput | CreateAssetCommandOutput | CreateAssetFileCommandOutput | CreateBacklogTaskCommandOutput | CreateChatCommandOutput | CreatePrivateConnectionCommandOutput | DeleteAgentSpaceCommandOutput | DeleteAssetCommandOutput | DeleteAssetFileCommandOutput | DeletePrivateConnectionCommandOutput | DeregisterServiceCommandOutput | DescribePrivateConnectionCommandOutput | DisableOperatorAppCommandOutput | DisassociateServiceCommandOutput | EnableOperatorAppCommandOutput | GetAccountUsageCommandOutput | GetAgentSpaceCommandOutput | GetAssetCommandOutput | GetAssetContentCommandOutput | GetAssetFileCommandOutput | GetAssociationCommandOutput | GetBacklogTaskCommandOutput | GetOperatorAppCommandOutput | GetRecommendationCommandOutput | GetServiceCommandOutput | ListAgentSpacesCommandOutput | ListAssetFilesCommandOutput | ListAssetTypesCommandOutput | ListAssetVersionsCommandOutput | ListAssetsCommandOutput | ListAssociationsCommandOutput | ListBacklogTasksCommandOutput | ListChatsCommandOutput | ListExecutionsCommandOutput | ListGoalsCommandOutput | ListJournalRecordsCommandOutput | ListPendingMessagesCommandOutput | ListPrivateConnectionsCommandOutput | ListRecommendationsCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | ListWebhooksCommandOutput | RegisterServiceCommandOutput | SendMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentSpaceCommandOutput | UpdateAssetCommandOutput | UpdateAssetFileCommandOutput | UpdateAssociationCommandOutput | UpdateBacklogTaskCommandOutput | UpdateGoalCommandOutput | UpdateOperatorAppIdpConfigCommandOutput | UpdatePrivateConnectionCertificateCommandOutput | UpdateRecommendationCommandOutput | ValidateAwsAssociationsCommandOutput;
82
+ export type ServiceOutputTypes = AssociateServiceCommandOutput | CreateAgentSpaceCommandOutput | CreateAssetCommandOutput | CreateAssetFileCommandOutput | CreateBacklogTaskCommandOutput | CreateChatCommandOutput | CreatePrivateConnectionCommandOutput | CreateTriggerCommandOutput | DeleteAgentSpaceCommandOutput | DeleteAssetCommandOutput | DeleteAssetFileCommandOutput | DeletePrivateConnectionCommandOutput | DeleteTriggerCommandOutput | DeregisterServiceCommandOutput | DescribePrivateConnectionCommandOutput | DisableOperatorAppCommandOutput | DisassociateServiceCommandOutput | EnableOperatorAppCommandOutput | GetAccountUsageCommandOutput | GetAgentSpaceCommandOutput | GetAssetCommandOutput | GetAssetContentCommandOutput | GetAssetFileCommandOutput | GetAssociationCommandOutput | GetBacklogTaskCommandOutput | GetOperatorAppCommandOutput | GetRecommendationCommandOutput | GetServiceCommandOutput | GetTriggerCommandOutput | ListAgentSpacesCommandOutput | ListAssetFilesCommandOutput | ListAssetTypesCommandOutput | ListAssetVersionsCommandOutput | ListAssetsCommandOutput | ListAssociationsCommandOutput | ListBacklogTasksCommandOutput | ListChatsCommandOutput | ListExecutionsCommandOutput | ListGoalsCommandOutput | ListJournalRecordsCommandOutput | ListPendingMessagesCommandOutput | ListPrivateConnectionsCommandOutput | ListRecommendationsCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | ListTriggersCommandOutput | ListWebhooksCommandOutput | RegisterServiceCommandOutput | SendMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentSpaceCommandOutput | UpdateAssetCommandOutput | UpdateAssetFileCommandOutput | UpdateAssociationCommandOutput | UpdateBacklogTaskCommandOutput | UpdateGoalCommandOutput | UpdateOperatorAppIdpConfigCommandOutput | UpdatePrivateConnectionCertificateCommandOutput | UpdateRecommendationCommandOutput | UpdateTriggerCommandOutput | ValidateAwsAssociationsCommandOutput;
78
83
  /**
79
84
  * @public
80
85
  */