@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.
- package/README.md +35 -0
- package/dist-cjs/index.js +74 -0
- package/dist-cjs/schemas/schemas_0.js +125 -17
- package/dist-es/DevOpsAgent.js +12 -0
- package/dist-es/commands/CreateTriggerCommand.js +16 -0
- package/dist-es/commands/DeleteTriggerCommand.js +16 -0
- package/dist-es/commands/GetTriggerCommand.js +16 -0
- package/dist-es/commands/ListTriggersCommand.js +16 -0
- package/dist-es/commands/UpdateTriggerCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/pagination/ListTriggersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +118 -11
- package/dist-types/DevOpsAgent.d.ts +42 -0
- package/dist-types/DevOpsAgentClient.d.ts +7 -2
- package/dist-types/commands/CreateTriggerCommand.d.ts +125 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +102 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +117 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +122 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +119 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +255 -0
- package/dist-types/pagination/ListTriggersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/DevOpsAgent.d.ts +92 -0
- package/dist-types/ts3.4/DevOpsAgentClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +72 -0
- package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +1 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.DeletePrivateConnectionOutput$ = exports.DeletePrivateConnectionInput$ = exports.DeleteAssetResponse$ = exports.DeleteAssetRequest$ = exports.DeleteAssetFileResponse$ = exports.DeleteAssetFileRequest$ = exports.DeleteAgentSpaceOutput$ = exports.DeleteAgentSpaceInput$ = exports.DatadogServiceDetails$ = exports.CreateTriggerResponse$ = exports.CreateTriggerRequest$ = exports.CreatePrivateConnectionOutput$ = exports.CreatePrivateConnectionInput$ = exports.CreateChatResponse$ = exports.CreateChatRequest$ = exports.CreateBacklogTaskResponse$ = exports.CreateBacklogTaskRequest$ = exports.CreateAssetResponse$ = exports.CreateAssetRequest$ = exports.CreateAssetFileResponse$ = exports.CreateAssetFileRequest$ = exports.CreateAgentSpaceOutput$ = exports.CreateAgentSpaceInput$ = exports.ChatExecution$ = exports.AzureDevOpsConfiguration$ = exports.AzureConfiguration$ = exports.AWSConfiguration$ = exports.Association$ = exports.AssociateServiceOutput$ = exports.AssociateServiceInput$ = exports.AssetZipContent$ = exports.AssetVersionMetadata$ = exports.AssetTypeSummary$ = exports.AssetFileSummary$ = exports.AssetFileContent$ = exports.AssetFile$ = exports.Asset$ = exports.AgentSpace$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InvalidParameterException$ = exports.InternalServerException$ = exports.IdentityCenterServiceException$ = exports.ContentSizeExceededException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.DevOpsAgentServiceException$ = void 0;
|
|
4
|
+
exports.IdcAuthConfiguration$ = exports.IamAuthConfiguration$ = exports.GrafanaServiceDetails$ = exports.GoalScheduleInput$ = exports.GoalSchedule$ = exports.GoalContent$ = exports.Goal$ = exports.GitLabDetails$ = exports.GitLabConfiguration$ = exports.GitHubConfiguration$ = exports.GetTriggerResponse$ = exports.GetTriggerRequest$ = exports.GetServiceOutput$ = exports.GetServiceInput$ = exports.GetRecommendationResponse$ = exports.GetRecommendationRequest$ = exports.GetOperatorAppOutput$ = exports.GetOperatorAppInput$ = exports.GetBacklogTaskResponse$ = exports.GetBacklogTaskRequest$ = exports.GetAssociationOutput$ = exports.GetAssociationInput$ = exports.GetAssetResponse$ = exports.GetAssetRequest$ = exports.GetAssetFileResponse$ = exports.GetAssetFileRequest$ = exports.GetAssetContentResponse$ = exports.GetAssetContentRequest$ = exports.GetAgentSpaceOutput$ = exports.GetAgentSpaceInput$ = exports.GetAccountUsageOutput$ = exports.GetAccountUsageInput$ = exports.GenericWebhook$ = exports.Execution$ = exports.EventChannelDetails$ = exports.EventChannelConfiguration$ = exports.EnableOperatorAppOutput$ = exports.EnableOperatorAppInput$ = exports.DynatraceServiceDetails$ = exports.DynatraceOAuthClientCredentialsConfig$ = exports.DynatraceConfiguration$ = exports.DisassociateServiceOutput$ = exports.DisassociateServiceInput$ = exports.DisableOperatorAppInput$ = exports.DescribePrivateConnectionOutput$ = exports.DescribePrivateConnectionInput$ = exports.DeregisterServiceOutput$ = exports.DeregisterServiceInput$ = exports.DeleteTriggerResponse$ = exports.DeleteTriggerRequest$ = void 0;
|
|
5
|
+
exports.MCPServerSigV4Configuration$ = exports.MCPServerSigV4AuthorizationConfig$ = exports.MCPServerOAuthClientCredentialsConfig$ = exports.MCPServerOAuth3LOConfig$ = exports.MCPServerNewRelicConfiguration$ = exports.MCPServerGrafanaConfiguration$ = exports.MCPServerDetails$ = exports.MCPServerDatadogConfiguration$ = exports.MCPServerConfiguration$ = exports.MCPServerBearerTokenConfig$ = exports.MCPServerAuthorizationDiscoveryConfig$ = exports.MCPServerAPIKeyConfig$ = exports.ListWebhooksOutput$ = exports.ListWebhooksInput$ = exports.ListTriggersResponse$ = exports.ListTriggersRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListServicesOutput$ = exports.ListServicesInput$ = exports.ListRecommendationsResponse$ = exports.ListRecommendationsRequest$ = exports.ListPrivateConnectionsOutput$ = exports.ListPrivateConnectionsInput$ = exports.ListPendingMessagesResponse$ = exports.ListPendingMessagesRequest$ = exports.ListJournalRecordsResponse$ = exports.ListJournalRecordsRequest$ = exports.ListGoalsResponse$ = exports.ListGoalsRequest$ = exports.ListExecutionsResponse$ = exports.ListExecutionsRequest$ = exports.ListChatsResponse$ = exports.ListChatsRequest$ = exports.ListBacklogTasksResponse$ = exports.ListBacklogTasksRequest$ = exports.ListAssociationsOutput$ = exports.ListAssociationsInput$ = exports.ListAssetVersionsResponse$ = exports.ListAssetVersionsRequest$ = exports.ListAssetTypesResponse$ = exports.ListAssetTypesRequest$ = exports.ListAssetsResponse$ = exports.ListAssetsRequest$ = exports.ListAssetFilesResponse$ = exports.ListAssetFilesRequest$ = exports.ListAgentSpacesOutput$ = exports.ListAgentSpacesInput$ = exports.JournalRecord$ = exports.IdpAuthConfiguration$ = void 0;
|
|
6
|
+
exports.SlackChannel$ = exports.ServiceNowServiceDetails$ = exports.ServiceNowOAuthClientCredentialsConfig$ = exports.ServiceNowConfiguration$ = exports.ServiceManagedInput$ = exports.SendMessageUsageInfo$ = exports.SendMessageTextDelta$ = exports.SendMessageSummaryEvent$ = exports.SendMessageResponseInProgressEvent$ = exports.SendMessageResponseFailedEvent$ = exports.SendMessageResponseCreatedEvent$ = exports.SendMessageResponseCompletedEvent$ = exports.SendMessageResponse$ = exports.SendMessageRequest$ = exports.SendMessageJsonDelta$ = exports.SendMessageHeartbeatEvent$ = exports.SendMessageContext$ = exports.SendMessageContentBlockStopEvent$ = exports.SendMessageContentBlockStartEvent$ = exports.SendMessageContentBlockDeltaEvent$ = exports.SelfManagedInput$ = exports.ScheduleCondition$ = exports.RegisterServiceOutput$ = exports.RegisterServiceInput$ = exports.RegisteredSlackServiceDetails$ = exports.RegisteredServiceNowDetails$ = exports.RegisteredService$ = exports.RegisteredPagerDutyDetails$ = exports.RegisteredNewRelicDetails$ = exports.RegisteredMCPServerSigV4Details$ = exports.RegisteredMCPServerDetails$ = exports.RegisteredGrafanaServerDetails$ = exports.RegisteredGitLabServiceDetails$ = exports.RegisteredGithubServiceDetails$ = exports.RegisteredAzureIdentityDetails$ = exports.RegisteredAzureDevOpsServiceDetails$ = exports.ReferenceOutput$ = exports.ReferenceInput$ = exports.RecommendationContent$ = exports.Recommendation$ = exports.PrivateConnectionSummary$ = exports.PendingMessage$ = exports.PagerDutyOAuthClientCredentialsConfig$ = exports.PagerDutyDetails$ = exports.PagerDutyConfiguration$ = exports.OAuthAdditionalStepDetails$ = exports.NewRelicServiceDetails$ = exports.NewRelicApiKeyConfig$ = exports.MCPServerSplunkConfiguration$ = exports.MCPServerSigV4ServiceDetails$ = void 0;
|
|
7
|
+
exports.SendMessageEvents$ = exports.SendMessageContentBlockDelta$ = exports.PrivateConnectionMode$ = exports.PagerDutyAuthorizationConfig$ = exports.NewRelicServiceAuthorizationConfig$ = exports.Message$ = exports.MCPServerAuthorizationConfig$ = exports.DynatraceServiceAuthorizationConfig$ = exports.DatadogAuthorizationConfig$ = exports.AssistantMessageBlock$ = exports.AssetFileBody$ = exports.AssetContent$ = exports.AdditionalServiceRegistrationStep$ = exports.AdditionalServiceDetails$ = exports.Webhook$ = exports.ValidationExceptionField$ = exports.ValidateAwsAssociationsOutput$ = exports.ValidateAwsAssociationsInput$ = exports.UserReference$ = exports.UsageMetric$ = exports.UpdateTriggerResponse$ = exports.UpdateTriggerRequest$ = exports.UpdateRecommendationResponse$ = exports.UpdateRecommendationRequest$ = exports.UpdatePrivateConnectionCertificateOutput$ = exports.UpdatePrivateConnectionCertificateInput$ = exports.UpdateOperatorAppIdpConfigOutput$ = exports.UpdateOperatorAppIdpConfigInput$ = exports.UpdateGoalResponse$ = exports.UpdateGoalRequest$ = exports.UpdateBacklogTaskResponse$ = exports.UpdateBacklogTaskRequest$ = exports.UpdateAssociationOutput$ = exports.UpdateAssociationInput$ = exports.UpdateAssetResponse$ = exports.UpdateAssetRequest$ = exports.UpdateAssetFileResponse$ = exports.UpdateAssetFileRequest$ = exports.UpdateAgentSpaceOutput$ = exports.UpdateAgentSpaceInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Trigger$ = exports.TaskFilter$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SourceAwsConfiguration$ = exports.SlackTransmissionTarget$ = exports.SlackConfiguration$ = void 0;
|
|
8
|
+
exports.ListTagsForResource$ = exports.ListServices$ = exports.ListRecommendations$ = exports.ListPrivateConnections$ = exports.ListPendingMessages$ = exports.ListJournalRecords$ = exports.ListGoals$ = exports.ListExecutions$ = exports.ListChats$ = exports.ListBacklogTasks$ = exports.ListAssociations$ = exports.ListAssetVersions$ = exports.ListAssetTypes$ = exports.ListAssets$ = exports.ListAssetFiles$ = exports.ListAgentSpaces$ = exports.GetTrigger$ = exports.GetService$ = exports.GetRecommendation$ = exports.GetOperatorApp$ = exports.GetBacklogTask$ = exports.GetAssociation$ = exports.GetAssetFile$ = exports.GetAssetContent$ = exports.GetAsset$ = exports.GetAgentSpace$ = exports.GetAccountUsage$ = exports.EnableOperatorApp$ = exports.DisassociateService$ = exports.DisableOperatorApp$ = exports.DescribePrivateConnection$ = exports.DeregisterService$ = exports.DeleteTrigger$ = exports.DeletePrivateConnection$ = exports.DeleteAssetFile$ = exports.DeleteAsset$ = exports.DeleteAgentSpace$ = exports.CreateTrigger$ = exports.CreatePrivateConnection$ = exports.CreateChat$ = exports.CreateBacklogTask$ = exports.CreateAssetFile$ = exports.CreateAsset$ = exports.CreateAgentSpace$ = exports.AssociateService$ = exports.UserMessageBlock$ = exports.TriggerCondition$ = exports.ServiceNowServiceAuthorizationConfig$ = exports.ServiceDetails$ = exports.ServiceConfiguration$ = void 0;
|
|
9
|
+
exports.ValidateAwsAssociations$ = exports.UpdateTrigger$ = exports.UpdateRecommendation$ = exports.UpdatePrivateConnectionCertificate$ = exports.UpdateOperatorAppIdpConfig$ = exports.UpdateGoal$ = exports.UpdateBacklogTask$ = exports.UpdateAssociation$ = exports.UpdateAssetFile$ = exports.UpdateAsset$ = exports.UpdateAgentSpace$ = exports.UntagResource$ = exports.TagResource$ = exports.SendMessage$ = exports.RegisterService$ = exports.ListWebhooks$ = exports.ListTriggers$ = void 0;
|
|
9
10
|
const _A = "Asset";
|
|
10
11
|
const _AC = "AzureConfiguration";
|
|
11
12
|
const _ACs = "AssetContent";
|
|
@@ -61,6 +62,9 @@ const _CPCI = "CreatePrivateConnectionInput";
|
|
|
61
62
|
const _CPCO = "CreatePrivateConnectionOutput";
|
|
62
63
|
const _CS = "ClientSecret";
|
|
63
64
|
const _CSEE = "ContentSizeExceededException";
|
|
65
|
+
const _CT = "CreateTrigger";
|
|
66
|
+
const _CTR = "CreateTriggerRequest";
|
|
67
|
+
const _CTRr = "CreateTriggerResponse";
|
|
64
68
|
const _D = "Description";
|
|
65
69
|
const _DA = "DeleteAsset";
|
|
66
70
|
const _DAC = "DatadogAuthorizationConfig";
|
|
@@ -91,6 +95,9 @@ const _DSIi = "DisassociateServiceInput";
|
|
|
91
95
|
const _DSO = "DeregisterServiceOutput";
|
|
92
96
|
const _DSOi = "DisassociateServiceOutput";
|
|
93
97
|
const _DSi = "DisassociateService";
|
|
98
|
+
const _DT = "DeleteTrigger";
|
|
99
|
+
const _DTR = "DeleteTriggerRequest";
|
|
100
|
+
const _DTRe = "DeleteTriggerResponse";
|
|
94
101
|
const _E = "Execution";
|
|
95
102
|
const _EA = "EmailAddress";
|
|
96
103
|
const _ECC = "EventChannelConfiguration";
|
|
@@ -140,6 +147,9 @@ const _GSI = "GetServiceInput";
|
|
|
140
147
|
const _GSIo = "GoalScheduleInput";
|
|
141
148
|
const _GSO = "GetServiceOutput";
|
|
142
149
|
const _GSe = "GetService";
|
|
150
|
+
const _GT = "GetTrigger";
|
|
151
|
+
const _GTR = "GetTriggerRequest";
|
|
152
|
+
const _GTRe = "GetTriggerResponse";
|
|
143
153
|
const _GW = "GenericWebhook";
|
|
144
154
|
const _IAC = "IamAuthConfiguration";
|
|
145
155
|
const _IACd = "IdcAuthConfiguration";
|
|
@@ -195,9 +205,12 @@ const _LRRi = "ListRecommendationsResponse";
|
|
|
195
205
|
const _LS = "ListServices";
|
|
196
206
|
const _LSI = "ListServicesInput";
|
|
197
207
|
const _LSO = "ListServicesOutput";
|
|
208
|
+
const _LT = "ListTriggers";
|
|
198
209
|
const _LTFR = "ListTagsForResource";
|
|
199
210
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
200
211
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
212
|
+
const _LTR = "ListTriggersRequest";
|
|
213
|
+
const _LTRi = "ListTriggersResponse";
|
|
201
214
|
const _LW = "ListWebhooks";
|
|
202
215
|
const _LWI = "ListWebhooksInput";
|
|
203
216
|
const _LWO = "ListWebhooksOutput";
|
|
@@ -253,9 +266,10 @@ const _RSO = "RegisterServiceOutput";
|
|
|
253
266
|
const _RSSD = "RegisteredSlackServiceDetails";
|
|
254
267
|
const _RSe = "RegisterService";
|
|
255
268
|
const _SAC = "SourceAwsConfiguration";
|
|
256
|
-
const _SC = "
|
|
269
|
+
const _SC = "ScheduleCondition";
|
|
257
270
|
const _SCe = "ServiceConfiguration";
|
|
258
|
-
const _SCl = "
|
|
271
|
+
const _SCl = "SlackChannel";
|
|
272
|
+
const _SCla = "SlackConfiguration";
|
|
259
273
|
const _SD = "ServiceDetails";
|
|
260
274
|
const _SM = "SendMessage";
|
|
261
275
|
const _SMC = "SendMessageContext";
|
|
@@ -284,13 +298,16 @@ const _SNSD = "ServiceNowServiceDetails";
|
|
|
284
298
|
const _SQEE = "ServiceQuotaExceededException";
|
|
285
299
|
const _STT = "SlackTransmissionTarget";
|
|
286
300
|
const _T = "Task";
|
|
301
|
+
const _TC = "TriggerCondition";
|
|
287
302
|
const _TE = "ThrottlingException";
|
|
288
303
|
const _TF = "TaskFilter";
|
|
289
304
|
const _TL = "TaskList";
|
|
305
|
+
const _TLr = "TriggerList";
|
|
290
306
|
const _TR = "TagResource";
|
|
291
307
|
const _TRR = "TagResourceRequest";
|
|
292
308
|
const _TRRa = "TagResourceResponse";
|
|
293
309
|
const _TV = "TokenValue";
|
|
310
|
+
const _Tr = "Trigger";
|
|
294
311
|
const _UA = "UpdateAsset";
|
|
295
312
|
const _UAF = "UpdateAssetFile";
|
|
296
313
|
const _UAFR = "UpdateAssetFileRequest";
|
|
@@ -325,6 +342,9 @@ const _URRp = "UpdateRecommendationRequest";
|
|
|
325
342
|
const _URRpd = "UpdateRecommendationResponse";
|
|
326
343
|
const _URn = "UntagResource";
|
|
327
344
|
const _URp = "UpdateRecommendation";
|
|
345
|
+
const _UT = "UpdateTrigger";
|
|
346
|
+
const _UTR = "UpdateTriggerRequest";
|
|
347
|
+
const _UTRp = "UpdateTriggerResponse";
|
|
328
348
|
const _VAA = "ValidateAwsAssociations";
|
|
329
349
|
const _VAAI = "ValidateAwsAssociationsInput";
|
|
330
350
|
const _VAAO = "ValidateAwsAssociationsOutput";
|
|
@@ -368,6 +388,7 @@ const _aTg = "agentType";
|
|
|
368
388
|
const _aU = "accountUrn";
|
|
369
389
|
const _aUu = "authorizationUrl";
|
|
370
390
|
const _aV = "assetVersion";
|
|
391
|
+
const _ac = "action";
|
|
371
392
|
const _as = "asset";
|
|
372
393
|
const _ass = "associations";
|
|
373
394
|
const _aw = "aws";
|
|
@@ -397,6 +418,7 @@ const _cT = "clientToken";
|
|
|
397
418
|
const _ce = "certificate";
|
|
398
419
|
const _co = "content";
|
|
399
420
|
const _con = "configuration";
|
|
421
|
+
const _cond = "condition";
|
|
400
422
|
const _cont = "context";
|
|
401
423
|
const _d = "description";
|
|
402
424
|
const _dR = "dnsResolution";
|
|
@@ -555,6 +577,7 @@ const _sN = "sequenceNumber";
|
|
|
555
577
|
const _sR = "statusReason";
|
|
556
578
|
const _sT = "serviceType";
|
|
557
579
|
const _sc = "scopes";
|
|
580
|
+
const _sch = "schedule";
|
|
558
581
|
const _se = "server";
|
|
559
582
|
const _ser = "service";
|
|
560
583
|
const _serv = "services";
|
|
@@ -568,7 +591,8 @@ const _su = "summary";
|
|
|
568
591
|
const _sy = "system";
|
|
569
592
|
const _t = "tags";
|
|
570
593
|
const _tD = "textDelta";
|
|
571
|
-
const _tI = "
|
|
594
|
+
const _tI = "triggerId";
|
|
595
|
+
const _tIa = "taskId";
|
|
572
596
|
const _tIe = "tenantId";
|
|
573
597
|
const _tIea = "teamId";
|
|
574
598
|
const _tK = "tagKeys";
|
|
@@ -589,6 +613,7 @@ const _tas = "tasks";
|
|
|
589
613
|
const _te = "text";
|
|
590
614
|
const _ti = "title";
|
|
591
615
|
const _to = "tools";
|
|
616
|
+
const _tr = "trigger";
|
|
592
617
|
const _ty = "type";
|
|
593
618
|
const _u = "uid";
|
|
594
619
|
const _uA = "updatedAt";
|
|
@@ -835,6 +860,16 @@ exports.CreatePrivateConnectionOutput$ = [3, n0, _CPCO,
|
|
|
835
860
|
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _dR, _fM, _t],
|
|
836
861
|
[0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 128 | 0], 3
|
|
837
862
|
];
|
|
863
|
+
exports.CreateTriggerRequest$ = [3, n0, _CTR,
|
|
864
|
+
0,
|
|
865
|
+
[_aSI, _ty, _cond, _ac, _st, _cT],
|
|
866
|
+
[[0, 1], 0, () => exports.TriggerCondition$, 15, 0, [0, 4]], 4
|
|
867
|
+
];
|
|
868
|
+
exports.CreateTriggerResponse$ = [3, n0, _CTRr,
|
|
869
|
+
0,
|
|
870
|
+
[_tr],
|
|
871
|
+
[() => exports.Trigger$], 1
|
|
872
|
+
];
|
|
838
873
|
exports.DatadogServiceDetails$ = [3, n0, _DSD,
|
|
839
874
|
0,
|
|
840
875
|
[_n, _en, _aC, _d],
|
|
@@ -880,6 +915,16 @@ exports.DeletePrivateConnectionOutput$ = [3, n0, _DPCO,
|
|
|
880
915
|
[_n, _st],
|
|
881
916
|
[0, 0], 2
|
|
882
917
|
];
|
|
918
|
+
exports.DeleteTriggerRequest$ = [3, n0, _DTR,
|
|
919
|
+
0,
|
|
920
|
+
[_aSI, _tI],
|
|
921
|
+
[[0, 1], [0, 1]], 2
|
|
922
|
+
];
|
|
923
|
+
exports.DeleteTriggerResponse$ = [3, n0, _DTRe,
|
|
924
|
+
0,
|
|
925
|
+
[],
|
|
926
|
+
[]
|
|
927
|
+
];
|
|
883
928
|
exports.DeregisterServiceInput$ = [3, n0, _DSI,
|
|
884
929
|
0,
|
|
885
930
|
[_sI],
|
|
@@ -1022,7 +1067,7 @@ exports.GetAssociationOutput$ = [3, n0, _GAO,
|
|
|
1022
1067
|
];
|
|
1023
1068
|
exports.GetBacklogTaskRequest$ = [3, n0, _GBTR,
|
|
1024
1069
|
0,
|
|
1025
|
-
[_aSI,
|
|
1070
|
+
[_aSI, _tIa],
|
|
1026
1071
|
[[0, 1], [0, 1]], 2
|
|
1027
1072
|
];
|
|
1028
1073
|
exports.GetBacklogTaskResponse$ = [3, n0, _GBTRe,
|
|
@@ -1060,6 +1105,16 @@ exports.GetServiceOutput$ = [3, n0, _GSO,
|
|
|
1060
1105
|
[_ser, _t],
|
|
1061
1106
|
[[() => exports.RegisteredService$, 0], 128 | 0], 1
|
|
1062
1107
|
];
|
|
1108
|
+
exports.GetTriggerRequest$ = [3, n0, _GTR,
|
|
1109
|
+
0,
|
|
1110
|
+
[_aSI, _tI],
|
|
1111
|
+
[[0, 1], [0, 1]], 2
|
|
1112
|
+
];
|
|
1113
|
+
exports.GetTriggerResponse$ = [3, n0, _GTRe,
|
|
1114
|
+
0,
|
|
1115
|
+
[_tr],
|
|
1116
|
+
[() => exports.Trigger$], 1
|
|
1117
|
+
];
|
|
1063
1118
|
exports.GitHubConfiguration$ = [3, n0, _GHC,
|
|
1064
1119
|
0,
|
|
1065
1120
|
[_rN, _rIe, _o, _oT, _iI],
|
|
@@ -1202,7 +1257,7 @@ exports.ListChatsResponse$ = [3, n0, _LCRi,
|
|
|
1202
1257
|
];
|
|
1203
1258
|
exports.ListExecutionsRequest$ = [3, n0, _LER,
|
|
1204
1259
|
0,
|
|
1205
|
-
[_aSI,
|
|
1260
|
+
[_aSI, _tIa, _li, _nT],
|
|
1206
1261
|
[[0, 1], 0, 1, 0], 2
|
|
1207
1262
|
];
|
|
1208
1263
|
exports.ListExecutionsResponse$ = [3, n0, _LERi,
|
|
@@ -1252,7 +1307,7 @@ exports.ListPrivateConnectionsOutput$ = [3, n0, _LPCO,
|
|
|
1252
1307
|
];
|
|
1253
1308
|
exports.ListRecommendationsRequest$ = [3, n0, _LRR,
|
|
1254
1309
|
0,
|
|
1255
|
-
[_aSI,
|
|
1310
|
+
[_aSI, _tIa, _gIo, _st, _pr, _li, _nT],
|
|
1256
1311
|
[[0, 1], 0, 0, 0, 0, 1, 0], 1
|
|
1257
1312
|
];
|
|
1258
1313
|
exports.ListRecommendationsResponse$ = [3, n0, _LRRi,
|
|
@@ -1280,6 +1335,16 @@ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
1280
1335
|
[_t],
|
|
1281
1336
|
[128 | 0], 1
|
|
1282
1337
|
];
|
|
1338
|
+
exports.ListTriggersRequest$ = [3, n0, _LTR,
|
|
1339
|
+
0,
|
|
1340
|
+
[_aSI, _st, _nT, _mR],
|
|
1341
|
+
[[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1342
|
+
];
|
|
1343
|
+
exports.ListTriggersResponse$ = [3, n0, _LTRi,
|
|
1344
|
+
0,
|
|
1345
|
+
[_it, _nT],
|
|
1346
|
+
[() => TriggerList, 0], 1
|
|
1347
|
+
];
|
|
1283
1348
|
exports.ListWebhooksInput$ = [3, n0, _LWI,
|
|
1284
1349
|
0,
|
|
1285
1350
|
[_aSI, _aIs],
|
|
@@ -1402,7 +1467,7 @@ exports.PrivateConnectionSummary$ = [3, n0, _PCS,
|
|
|
1402
1467
|
];
|
|
1403
1468
|
exports.Recommendation$ = [3, n0, _R,
|
|
1404
1469
|
0,
|
|
1405
|
-
[_aSA, _rI,
|
|
1470
|
+
[_aSA, _rI, _tIa, _ti, _co, _st, _pr, _cA, _uA, _v, _gIo, _gV, _aCd, _rP, _rAa],
|
|
1406
1471
|
[0, 0, 0, 0, () => exports.RecommendationContent$, 0, 0, 5, 5, 1, 0, 1, 0, 1, 5], 10
|
|
1407
1472
|
];
|
|
1408
1473
|
exports.RecommendationContent$ = [3, n0, _RC,
|
|
@@ -1490,6 +1555,11 @@ exports.RegisterServiceOutput$ = [3, n0, _RSO,
|
|
|
1490
1555
|
[_sI, _aSd, _kKA, _t],
|
|
1491
1556
|
[0, () => exports.AdditionalServiceRegistrationStep$, 0, 128 | 0]
|
|
1492
1557
|
];
|
|
1558
|
+
exports.ScheduleCondition$ = [3, n0, _SC,
|
|
1559
|
+
0,
|
|
1560
|
+
[_ex],
|
|
1561
|
+
[0], 1
|
|
1562
|
+
];
|
|
1493
1563
|
exports.SelfManagedInput$ = [3, n0, _SMI,
|
|
1494
1564
|
0,
|
|
1495
1565
|
[_rCI, _ce],
|
|
@@ -1590,12 +1660,12 @@ exports.ServiceNowServiceDetails$ = [3, n0, _SNSD,
|
|
|
1590
1660
|
[_iUn, _aC],
|
|
1591
1661
|
[0, [() => exports.ServiceNowServiceAuthorizationConfig$, 0]], 1
|
|
1592
1662
|
];
|
|
1593
|
-
exports.SlackChannel$ = [3, n0,
|
|
1663
|
+
exports.SlackChannel$ = [3, n0, _SCl,
|
|
1594
1664
|
0,
|
|
1595
1665
|
[_cIh, _cNh],
|
|
1596
1666
|
[0, 0], 1
|
|
1597
1667
|
];
|
|
1598
|
-
exports.SlackConfiguration$ = [3, n0,
|
|
1668
|
+
exports.SlackConfiguration$ = [3, n0, _SCla,
|
|
1599
1669
|
0,
|
|
1600
1670
|
[_wIo, _wN, _tTr],
|
|
1601
1671
|
[0, 0, () => exports.SlackTransmissionTarget$], 3
|
|
@@ -1622,7 +1692,7 @@ exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
1622
1692
|
];
|
|
1623
1693
|
exports.Task$ = [3, n0, _T,
|
|
1624
1694
|
0,
|
|
1625
|
-
[_aSI,
|
|
1695
|
+
[_aSI, _tIa, _ti, _tT, _pr, _st, _cA, _uA, _v, _eI, _d, _r, _sM, _me, _pTI, _sR, _hLT],
|
|
1626
1696
|
[0, 0, 0, 0, 0, 0, 5, 5, 1, 0, 0, () => exports.ReferenceOutput$, 15, 15, 0, 0, 2], 9
|
|
1627
1697
|
];
|
|
1628
1698
|
exports.TaskFilter$ = [3, n0, _TF,
|
|
@@ -1630,6 +1700,11 @@ exports.TaskFilter$ = [3, n0, _TF,
|
|
|
1630
1700
|
[_cAr, _cB, _pr, _st, _tT, _pTI],
|
|
1631
1701
|
[5, 5, 64 | 0, 64 | 0, 64 | 0, 0]
|
|
1632
1702
|
];
|
|
1703
|
+
exports.Trigger$ = [3, n0, _Tr,
|
|
1704
|
+
0,
|
|
1705
|
+
[_tI, _aSI, _ty, _cond, _ac, _st, _cA, _uA],
|
|
1706
|
+
[0, 0, 0, () => exports.TriggerCondition$, 15, 0, 4, 4], 8
|
|
1707
|
+
];
|
|
1633
1708
|
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
1634
1709
|
0,
|
|
1635
1710
|
[_rA, _tK],
|
|
@@ -1682,7 +1757,7 @@ exports.UpdateAssociationOutput$ = [3, n0, _UAO,
|
|
|
1682
1757
|
];
|
|
1683
1758
|
exports.UpdateBacklogTaskRequest$ = [3, n0, _UBTR,
|
|
1684
1759
|
0,
|
|
1685
|
-
[_aSI,
|
|
1760
|
+
[_aSI, _tIa, _tS, _cT],
|
|
1686
1761
|
[[0, 1], [0, 1], 0, [0, 4]], 2
|
|
1687
1762
|
];
|
|
1688
1763
|
exports.UpdateBacklogTaskResponse$ = [3, n0, _UBTRp,
|
|
@@ -1730,6 +1805,16 @@ exports.UpdateRecommendationResponse$ = [3, n0, _URRpd,
|
|
|
1730
1805
|
[_rec],
|
|
1731
1806
|
[() => exports.Recommendation$], 1
|
|
1732
1807
|
];
|
|
1808
|
+
exports.UpdateTriggerRequest$ = [3, n0, _UTR,
|
|
1809
|
+
0,
|
|
1810
|
+
[_aSI, _tI, _st, _cT],
|
|
1811
|
+
[[0, 1], [0, 1], 0, [0, 4]], 2
|
|
1812
|
+
];
|
|
1813
|
+
exports.UpdateTriggerResponse$ = [3, n0, _UTRp,
|
|
1814
|
+
0,
|
|
1815
|
+
[_tr],
|
|
1816
|
+
[() => exports.Trigger$], 1
|
|
1817
|
+
];
|
|
1733
1818
|
exports.UsageMetric$ = [3, n0, _UM,
|
|
1734
1819
|
0,
|
|
1735
1820
|
[_li, _us],
|
|
@@ -1831,6 +1916,9 @@ var TaskList = [1, n0, _TL,
|
|
|
1831
1916
|
];
|
|
1832
1917
|
var TaskStatusList = 64 | 0;
|
|
1833
1918
|
var TaskTypeList = 64 | 0;
|
|
1919
|
+
var TriggerList = [1, n0, _TLr,
|
|
1920
|
+
0, () => exports.Trigger$
|
|
1921
|
+
];
|
|
1834
1922
|
var UserMessage = [1, n0, _UMs,
|
|
1835
1923
|
0, () => exports.UserMessageBlock$
|
|
1836
1924
|
];
|
|
@@ -1939,6 +2027,11 @@ exports.ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
|
1939
2027
|
[_oACC],
|
|
1940
2028
|
[[() => exports.ServiceNowOAuthClientCredentialsConfig$, 0]]
|
|
1941
2029
|
];
|
|
2030
|
+
exports.TriggerCondition$ = [4, n0, _TC,
|
|
2031
|
+
0,
|
|
2032
|
+
[_sch],
|
|
2033
|
+
[() => exports.ScheduleCondition$]
|
|
2034
|
+
];
|
|
1942
2035
|
exports.UserMessageBlock$ = [4, n0, _UMB,
|
|
1943
2036
|
0,
|
|
1944
2037
|
[_te, _tR],
|
|
@@ -1965,6 +2058,9 @@ exports.CreateChat$ = [9, n0, _CC,
|
|
|
1965
2058
|
exports.CreatePrivateConnection$ = [9, n0, _CPC,
|
|
1966
2059
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/private-connections", 200] }, () => exports.CreatePrivateConnectionInput$, () => exports.CreatePrivateConnectionOutput$
|
|
1967
2060
|
];
|
|
2061
|
+
exports.CreateTrigger$ = [9, n0, _CT,
|
|
2062
|
+
{ [_en]: ["dp."], [_ht]: ["POST", "/trigger/agent-space/{agentSpaceId}/triggers", 201] }, () => exports.CreateTriggerRequest$, () => exports.CreateTriggerResponse$
|
|
2063
|
+
];
|
|
1968
2064
|
exports.DeleteAgentSpace$ = [9, n0, _DAS,
|
|
1969
2065
|
{ [_en]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}", 204] }, () => exports.DeleteAgentSpaceInput$, () => exports.DeleteAgentSpaceOutput$
|
|
1970
2066
|
];
|
|
@@ -1977,6 +2073,9 @@ exports.DeleteAssetFile$ = [9, n0, _DAF,
|
|
|
1977
2073
|
exports.DeletePrivateConnection$ = [9, n0, _DPC,
|
|
1978
2074
|
{ [_en]: ["cp."], [_ht]: ["DELETE", "/v1/private-connections/{name}", 200] }, () => exports.DeletePrivateConnectionInput$, () => exports.DeletePrivateConnectionOutput$
|
|
1979
2075
|
];
|
|
2076
|
+
exports.DeleteTrigger$ = [9, n0, _DT,
|
|
2077
|
+
{ [_en]: ["dp."], [_ht]: ["DELETE", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => exports.DeleteTriggerRequest$, () => exports.DeleteTriggerResponse$
|
|
2078
|
+
];
|
|
1980
2079
|
exports.DeregisterService$ = [9, n0, _DS,
|
|
1981
2080
|
{ [_en]: ["cp."], [_ht]: ["DELETE", "/v1/services/{serviceId}", 200] }, () => exports.DeregisterServiceInput$, () => exports.DeregisterServiceOutput$
|
|
1982
2081
|
];
|
|
@@ -2022,6 +2121,9 @@ exports.GetRecommendation$ = [9, n0, _GR,
|
|
|
2022
2121
|
exports.GetService$ = [9, n0, _GSe,
|
|
2023
2122
|
{ [_en]: ["cp."], [_ht]: ["GET", "/v1/services/{serviceId}", 200] }, () => exports.GetServiceInput$, () => exports.GetServiceOutput$
|
|
2024
2123
|
];
|
|
2124
|
+
exports.GetTrigger$ = [9, n0, _GT,
|
|
2125
|
+
{ [_en]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => exports.GetTriggerRequest$, () => exports.GetTriggerResponse$
|
|
2126
|
+
];
|
|
2025
2127
|
exports.ListAgentSpaces$ = [9, n0, _LAS,
|
|
2026
2128
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/list", 200] }, () => exports.ListAgentSpacesInput$, () => exports.ListAgentSpacesOutput$
|
|
2027
2129
|
];
|
|
@@ -2070,6 +2172,9 @@ exports.ListServices$ = [9, n0, _LS,
|
|
|
2070
2172
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
2071
2173
|
{ [_en]: ["cp."], [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
2072
2174
|
];
|
|
2175
|
+
exports.ListTriggers$ = [9, n0, _LT,
|
|
2176
|
+
{ [_en]: ["dp."], [_ht]: ["GET", "/trigger/agent-space/{agentSpaceId}/triggers", 200] }, () => exports.ListTriggersRequest$, () => exports.ListTriggersResponse$
|
|
2177
|
+
];
|
|
2073
2178
|
exports.ListWebhooks$ = [9, n0, _LW,
|
|
2074
2179
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/{associationId}/webhooks/list", 200] }, () => exports.ListWebhooksInput$, () => exports.ListWebhooksOutput$
|
|
2075
2180
|
];
|
|
@@ -2112,6 +2217,9 @@ exports.UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
|
|
|
2112
2217
|
exports.UpdateRecommendation$ = [9, n0, _URp,
|
|
2113
2218
|
{ [_en]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}", 200] }, () => exports.UpdateRecommendationRequest$, () => exports.UpdateRecommendationResponse$
|
|
2114
2219
|
];
|
|
2220
|
+
exports.UpdateTrigger$ = [9, n0, _UT,
|
|
2221
|
+
{ [_en]: ["dp."], [_ht]: ["PATCH", "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}", 200] }, () => exports.UpdateTriggerRequest$, () => exports.UpdateTriggerResponse$
|
|
2222
|
+
];
|
|
2115
2223
|
exports.ValidateAwsAssociations$ = [9, n0, _VAA,
|
|
2116
2224
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations/validate", 204] }, () => exports.ValidateAwsAssociationsInput$, () => exports.ValidateAwsAssociationsOutput$
|
|
2117
2225
|
];
|
package/dist-es/DevOpsAgent.js
CHANGED
|
@@ -6,10 +6,12 @@ import { CreateAssetFileCommand, } from "./commands/CreateAssetFileCommand";
|
|
|
6
6
|
import { CreateBacklogTaskCommand, } from "./commands/CreateBacklogTaskCommand";
|
|
7
7
|
import { CreateChatCommand, } from "./commands/CreateChatCommand";
|
|
8
8
|
import { CreatePrivateConnectionCommand, } from "./commands/CreatePrivateConnectionCommand";
|
|
9
|
+
import { CreateTriggerCommand, } from "./commands/CreateTriggerCommand";
|
|
9
10
|
import { DeleteAgentSpaceCommand, } from "./commands/DeleteAgentSpaceCommand";
|
|
10
11
|
import { DeleteAssetCommand, } from "./commands/DeleteAssetCommand";
|
|
11
12
|
import { DeleteAssetFileCommand, } from "./commands/DeleteAssetFileCommand";
|
|
12
13
|
import { DeletePrivateConnectionCommand, } from "./commands/DeletePrivateConnectionCommand";
|
|
14
|
+
import { DeleteTriggerCommand, } from "./commands/DeleteTriggerCommand";
|
|
13
15
|
import { DeregisterServiceCommand, } from "./commands/DeregisterServiceCommand";
|
|
14
16
|
import { DescribePrivateConnectionCommand, } from "./commands/DescribePrivateConnectionCommand";
|
|
15
17
|
import { DisableOperatorAppCommand, } from "./commands/DisableOperatorAppCommand";
|
|
@@ -25,6 +27,7 @@ import { GetBacklogTaskCommand, } from "./commands/GetBacklogTaskCommand";
|
|
|
25
27
|
import { GetOperatorAppCommand, } from "./commands/GetOperatorAppCommand";
|
|
26
28
|
import { GetRecommendationCommand, } from "./commands/GetRecommendationCommand";
|
|
27
29
|
import { GetServiceCommand, } from "./commands/GetServiceCommand";
|
|
30
|
+
import { GetTriggerCommand, } from "./commands/GetTriggerCommand";
|
|
28
31
|
import { ListAgentSpacesCommand, } from "./commands/ListAgentSpacesCommand";
|
|
29
32
|
import { ListAssetFilesCommand, } from "./commands/ListAssetFilesCommand";
|
|
30
33
|
import { ListAssetsCommand, } from "./commands/ListAssetsCommand";
|
|
@@ -41,6 +44,7 @@ import { ListPrivateConnectionsCommand, } from "./commands/ListPrivateConnection
|
|
|
41
44
|
import { ListRecommendationsCommand, } from "./commands/ListRecommendationsCommand";
|
|
42
45
|
import { ListServicesCommand, } from "./commands/ListServicesCommand";
|
|
43
46
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
47
|
+
import { ListTriggersCommand, } from "./commands/ListTriggersCommand";
|
|
44
48
|
import { ListWebhooksCommand, } from "./commands/ListWebhooksCommand";
|
|
45
49
|
import { RegisterServiceCommand, } from "./commands/RegisterServiceCommand";
|
|
46
50
|
import { SendMessageCommand, } from "./commands/SendMessageCommand";
|
|
@@ -55,6 +59,7 @@ import { UpdateGoalCommand, } from "./commands/UpdateGoalCommand";
|
|
|
55
59
|
import { UpdateOperatorAppIdpConfigCommand, } from "./commands/UpdateOperatorAppIdpConfigCommand";
|
|
56
60
|
import { UpdatePrivateConnectionCertificateCommand, } from "./commands/UpdatePrivateConnectionCertificateCommand";
|
|
57
61
|
import { UpdateRecommendationCommand, } from "./commands/UpdateRecommendationCommand";
|
|
62
|
+
import { UpdateTriggerCommand, } from "./commands/UpdateTriggerCommand";
|
|
58
63
|
import { ValidateAwsAssociationsCommand, } from "./commands/ValidateAwsAssociationsCommand";
|
|
59
64
|
import { DevOpsAgentClient } from "./DevOpsAgentClient";
|
|
60
65
|
import { paginateListAgentSpaces } from "./pagination/ListAgentSpacesPaginator";
|
|
@@ -68,6 +73,7 @@ import { paginateListExecutions } from "./pagination/ListExecutionsPaginator";
|
|
|
68
73
|
import { paginateListGoals } from "./pagination/ListGoalsPaginator";
|
|
69
74
|
import { paginateListJournalRecords } from "./pagination/ListJournalRecordsPaginator";
|
|
70
75
|
import { paginateListServices } from "./pagination/ListServicesPaginator";
|
|
76
|
+
import { paginateListTriggers } from "./pagination/ListTriggersPaginator";
|
|
71
77
|
const commands = {
|
|
72
78
|
AssociateServiceCommand,
|
|
73
79
|
CreateAgentSpaceCommand,
|
|
@@ -76,10 +82,12 @@ const commands = {
|
|
|
76
82
|
CreateBacklogTaskCommand,
|
|
77
83
|
CreateChatCommand,
|
|
78
84
|
CreatePrivateConnectionCommand,
|
|
85
|
+
CreateTriggerCommand,
|
|
79
86
|
DeleteAgentSpaceCommand,
|
|
80
87
|
DeleteAssetCommand,
|
|
81
88
|
DeleteAssetFileCommand,
|
|
82
89
|
DeletePrivateConnectionCommand,
|
|
90
|
+
DeleteTriggerCommand,
|
|
83
91
|
DeregisterServiceCommand,
|
|
84
92
|
DescribePrivateConnectionCommand,
|
|
85
93
|
DisableOperatorAppCommand,
|
|
@@ -95,6 +103,7 @@ const commands = {
|
|
|
95
103
|
GetOperatorAppCommand,
|
|
96
104
|
GetRecommendationCommand,
|
|
97
105
|
GetServiceCommand,
|
|
106
|
+
GetTriggerCommand,
|
|
98
107
|
ListAgentSpacesCommand,
|
|
99
108
|
ListAssetFilesCommand,
|
|
100
109
|
ListAssetsCommand,
|
|
@@ -111,6 +120,7 @@ const commands = {
|
|
|
111
120
|
ListRecommendationsCommand,
|
|
112
121
|
ListServicesCommand,
|
|
113
122
|
ListTagsForResourceCommand,
|
|
123
|
+
ListTriggersCommand,
|
|
114
124
|
ListWebhooksCommand,
|
|
115
125
|
RegisterServiceCommand,
|
|
116
126
|
SendMessageCommand,
|
|
@@ -125,6 +135,7 @@ const commands = {
|
|
|
125
135
|
UpdateOperatorAppIdpConfigCommand,
|
|
126
136
|
UpdatePrivateConnectionCertificateCommand,
|
|
127
137
|
UpdateRecommendationCommand,
|
|
138
|
+
UpdateTriggerCommand,
|
|
128
139
|
ValidateAwsAssociationsCommand,
|
|
129
140
|
};
|
|
130
141
|
const paginators = {
|
|
@@ -139,6 +150,7 @@ const paginators = {
|
|
|
139
150
|
paginateListGoals,
|
|
140
151
|
paginateListJournalRecords,
|
|
141
152
|
paginateListServices,
|
|
153
|
+
paginateListTriggers,
|
|
142
154
|
};
|
|
143
155
|
export class DevOpsAgent extends DevOpsAgentClient {
|
|
144
156
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateTrigger$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateTriggerCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("DevOpsAgent", "CreateTrigger", {})
|
|
13
|
+
.n("DevOpsAgentClient", "CreateTriggerCommand")
|
|
14
|
+
.sc(CreateTrigger$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteTrigger$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteTriggerCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("DevOpsAgent", "DeleteTrigger", {})
|
|
13
|
+
.n("DevOpsAgentClient", "DeleteTriggerCommand")
|
|
14
|
+
.sc(DeleteTrigger$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTrigger$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTriggerCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("DevOpsAgent", "GetTrigger", {})
|
|
13
|
+
.n("DevOpsAgentClient", "GetTriggerCommand")
|
|
14
|
+
.sc(GetTrigger$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListTriggers$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListTriggersCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("DevOpsAgent", "ListTriggers", {})
|
|
13
|
+
.n("DevOpsAgentClient", "ListTriggersCommand")
|
|
14
|
+
.sc(ListTriggers$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateTrigger$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateTriggerCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("DevOpsAgent", "UpdateTrigger", {})
|
|
13
|
+
.n("DevOpsAgentClient", "UpdateTriggerCommand")
|
|
14
|
+
.sc(UpdateTrigger$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -5,10 +5,12 @@ export * from "./CreateAssetFileCommand";
|
|
|
5
5
|
export * from "./CreateBacklogTaskCommand";
|
|
6
6
|
export * from "./CreateChatCommand";
|
|
7
7
|
export * from "./CreatePrivateConnectionCommand";
|
|
8
|
+
export * from "./CreateTriggerCommand";
|
|
8
9
|
export * from "./DeleteAgentSpaceCommand";
|
|
9
10
|
export * from "./DeleteAssetCommand";
|
|
10
11
|
export * from "./DeleteAssetFileCommand";
|
|
11
12
|
export * from "./DeletePrivateConnectionCommand";
|
|
13
|
+
export * from "./DeleteTriggerCommand";
|
|
12
14
|
export * from "./DeregisterServiceCommand";
|
|
13
15
|
export * from "./DescribePrivateConnectionCommand";
|
|
14
16
|
export * from "./DisableOperatorAppCommand";
|
|
@@ -24,6 +26,7 @@ export * from "./GetBacklogTaskCommand";
|
|
|
24
26
|
export * from "./GetOperatorAppCommand";
|
|
25
27
|
export * from "./GetRecommendationCommand";
|
|
26
28
|
export * from "./GetServiceCommand";
|
|
29
|
+
export * from "./GetTriggerCommand";
|
|
27
30
|
export * from "./ListAgentSpacesCommand";
|
|
28
31
|
export * from "./ListAssetFilesCommand";
|
|
29
32
|
export * from "./ListAssetTypesCommand";
|
|
@@ -40,6 +43,7 @@ export * from "./ListPrivateConnectionsCommand";
|
|
|
40
43
|
export * from "./ListRecommendationsCommand";
|
|
41
44
|
export * from "./ListServicesCommand";
|
|
42
45
|
export * from "./ListTagsForResourceCommand";
|
|
46
|
+
export * from "./ListTriggersCommand";
|
|
43
47
|
export * from "./ListWebhooksCommand";
|
|
44
48
|
export * from "./RegisterServiceCommand";
|
|
45
49
|
export * from "./SendMessageCommand";
|
|
@@ -54,4 +58,5 @@ export * from "./UpdateGoalCommand";
|
|
|
54
58
|
export * from "./UpdateOperatorAppIdpConfigCommand";
|
|
55
59
|
export * from "./UpdatePrivateConnectionCertificateCommand";
|
|
56
60
|
export * from "./UpdateRecommendationCommand";
|
|
61
|
+
export * from "./UpdateTriggerCommand";
|
|
57
62
|
export * from "./ValidateAwsAssociationsCommand";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListTriggersCommand, } from "../commands/ListTriggersCommand";
|
|
3
|
+
import { DevOpsAgentClient } from "../DevOpsAgentClient";
|
|
4
|
+
export const paginateListTriggers = createPaginator(DevOpsAgentClient, ListTriggersCommand, "nextToken", "nextToken", "maxResults");
|