@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
package/README.md
CHANGED
|
@@ -230,6 +230,13 @@ CreatePrivateConnection
|
|
|
230
230
|
</details>
|
|
231
231
|
<details>
|
|
232
232
|
<summary>
|
|
233
|
+
CreateTrigger
|
|
234
|
+
</summary>
|
|
235
|
+
|
|
236
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/CreateTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/CreateTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/CreateTriggerCommandOutput/)
|
|
237
|
+
</details>
|
|
238
|
+
<details>
|
|
239
|
+
<summary>
|
|
233
240
|
DeleteAgentSpace
|
|
234
241
|
</summary>
|
|
235
242
|
|
|
@@ -258,6 +265,13 @@ DeletePrivateConnection
|
|
|
258
265
|
</details>
|
|
259
266
|
<details>
|
|
260
267
|
<summary>
|
|
268
|
+
DeleteTrigger
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/DeleteTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/DeleteTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/DeleteTriggerCommandOutput/)
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
261
275
|
DeregisterService
|
|
262
276
|
</summary>
|
|
263
277
|
|
|
@@ -363,6 +377,13 @@ GetService
|
|
|
363
377
|
</details>
|
|
364
378
|
<details>
|
|
365
379
|
<summary>
|
|
380
|
+
GetTrigger
|
|
381
|
+
</summary>
|
|
382
|
+
|
|
383
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/GetTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/GetTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/GetTriggerCommandOutput/)
|
|
384
|
+
</details>
|
|
385
|
+
<details>
|
|
386
|
+
<summary>
|
|
366
387
|
ListAgentSpaces
|
|
367
388
|
</summary>
|
|
368
389
|
|
|
@@ -475,6 +496,13 @@ ListTagsForResource
|
|
|
475
496
|
</details>
|
|
476
497
|
<details>
|
|
477
498
|
<summary>
|
|
499
|
+
ListTriggers
|
|
500
|
+
</summary>
|
|
501
|
+
|
|
502
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/ListTriggersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/ListTriggersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/ListTriggersCommandOutput/)
|
|
503
|
+
</details>
|
|
504
|
+
<details>
|
|
505
|
+
<summary>
|
|
478
506
|
ListWebhooks
|
|
479
507
|
</summary>
|
|
480
508
|
|
|
@@ -573,6 +601,13 @@ UpdateRecommendation
|
|
|
573
601
|
</details>
|
|
574
602
|
<details>
|
|
575
603
|
<summary>
|
|
604
|
+
UpdateTrigger
|
|
605
|
+
</summary>
|
|
606
|
+
|
|
607
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/UpdateTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/UpdateTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/UpdateTriggerCommandOutput/)
|
|
608
|
+
</details>
|
|
609
|
+
<details>
|
|
610
|
+
<summary>
|
|
576
611
|
ValidateAwsAssociations
|
|
577
612
|
</summary>
|
|
578
613
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -192,6 +192,18 @@ class CreatePrivateConnectionCommand extends client.Command
|
|
|
192
192
|
.build() {
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
+
class CreateTriggerCommand extends client.Command
|
|
196
|
+
.classBuilder()
|
|
197
|
+
.ep(commonParams)
|
|
198
|
+
.m(function (Command, cs, config, o) {
|
|
199
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
200
|
+
})
|
|
201
|
+
.s("DevOpsAgent", "CreateTrigger", {})
|
|
202
|
+
.n("DevOpsAgentClient", "CreateTriggerCommand")
|
|
203
|
+
.sc(schemas_0.CreateTrigger$)
|
|
204
|
+
.build() {
|
|
205
|
+
}
|
|
206
|
+
|
|
195
207
|
class DeleteAgentSpaceCommand extends client.Command
|
|
196
208
|
.classBuilder()
|
|
197
209
|
.ep(commonParams)
|
|
@@ -240,6 +252,18 @@ class DeletePrivateConnectionCommand extends client.Command
|
|
|
240
252
|
.build() {
|
|
241
253
|
}
|
|
242
254
|
|
|
255
|
+
class DeleteTriggerCommand extends client.Command
|
|
256
|
+
.classBuilder()
|
|
257
|
+
.ep(commonParams)
|
|
258
|
+
.m(function (Command, cs, config, o) {
|
|
259
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
260
|
+
})
|
|
261
|
+
.s("DevOpsAgent", "DeleteTrigger", {})
|
|
262
|
+
.n("DevOpsAgentClient", "DeleteTriggerCommand")
|
|
263
|
+
.sc(schemas_0.DeleteTrigger$)
|
|
264
|
+
.build() {
|
|
265
|
+
}
|
|
266
|
+
|
|
243
267
|
class DeregisterServiceCommand extends client.Command
|
|
244
268
|
.classBuilder()
|
|
245
269
|
.ep(commonParams)
|
|
@@ -420,6 +444,18 @@ class GetServiceCommand extends client.Command
|
|
|
420
444
|
.build() {
|
|
421
445
|
}
|
|
422
446
|
|
|
447
|
+
class GetTriggerCommand extends client.Command
|
|
448
|
+
.classBuilder()
|
|
449
|
+
.ep(commonParams)
|
|
450
|
+
.m(function (Command, cs, config, o) {
|
|
451
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
452
|
+
})
|
|
453
|
+
.s("DevOpsAgent", "GetTrigger", {})
|
|
454
|
+
.n("DevOpsAgentClient", "GetTriggerCommand")
|
|
455
|
+
.sc(schemas_0.GetTrigger$)
|
|
456
|
+
.build() {
|
|
457
|
+
}
|
|
458
|
+
|
|
423
459
|
class ListAgentSpacesCommand extends client.Command
|
|
424
460
|
.classBuilder()
|
|
425
461
|
.ep(commonParams)
|
|
@@ -612,6 +648,18 @@ class ListTagsForResourceCommand extends client.Command
|
|
|
612
648
|
.build() {
|
|
613
649
|
}
|
|
614
650
|
|
|
651
|
+
class ListTriggersCommand extends client.Command
|
|
652
|
+
.classBuilder()
|
|
653
|
+
.ep(commonParams)
|
|
654
|
+
.m(function (Command, cs, config, o) {
|
|
655
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
656
|
+
})
|
|
657
|
+
.s("DevOpsAgent", "ListTriggers", {})
|
|
658
|
+
.n("DevOpsAgentClient", "ListTriggersCommand")
|
|
659
|
+
.sc(schemas_0.ListTriggers$)
|
|
660
|
+
.build() {
|
|
661
|
+
}
|
|
662
|
+
|
|
615
663
|
class ListWebhooksCommand extends client.Command
|
|
616
664
|
.classBuilder()
|
|
617
665
|
.ep(commonParams)
|
|
@@ -784,6 +832,18 @@ class UpdateRecommendationCommand extends client.Command
|
|
|
784
832
|
.build() {
|
|
785
833
|
}
|
|
786
834
|
|
|
835
|
+
class UpdateTriggerCommand extends client.Command
|
|
836
|
+
.classBuilder()
|
|
837
|
+
.ep(commonParams)
|
|
838
|
+
.m(function (Command, cs, config, o) {
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
840
|
+
})
|
|
841
|
+
.s("DevOpsAgent", "UpdateTrigger", {})
|
|
842
|
+
.n("DevOpsAgentClient", "UpdateTriggerCommand")
|
|
843
|
+
.sc(schemas_0.UpdateTrigger$)
|
|
844
|
+
.build() {
|
|
845
|
+
}
|
|
846
|
+
|
|
787
847
|
class ValidateAwsAssociationsCommand extends client.Command
|
|
788
848
|
.classBuilder()
|
|
789
849
|
.ep(commonParams)
|
|
@@ -818,6 +878,8 @@ const paginateListJournalRecords = core.createPaginator(DevOpsAgentClient, ListJ
|
|
|
818
878
|
|
|
819
879
|
const paginateListServices = core.createPaginator(DevOpsAgentClient, ListServicesCommand, "nextToken", "nextToken", "maxResults");
|
|
820
880
|
|
|
881
|
+
const paginateListTriggers = core.createPaginator(DevOpsAgentClient, ListTriggersCommand, "nextToken", "nextToken", "maxResults");
|
|
882
|
+
|
|
821
883
|
const commands = {
|
|
822
884
|
AssociateServiceCommand,
|
|
823
885
|
CreateAgentSpaceCommand,
|
|
@@ -826,10 +888,12 @@ const commands = {
|
|
|
826
888
|
CreateBacklogTaskCommand,
|
|
827
889
|
CreateChatCommand,
|
|
828
890
|
CreatePrivateConnectionCommand,
|
|
891
|
+
CreateTriggerCommand,
|
|
829
892
|
DeleteAgentSpaceCommand,
|
|
830
893
|
DeleteAssetCommand,
|
|
831
894
|
DeleteAssetFileCommand,
|
|
832
895
|
DeletePrivateConnectionCommand,
|
|
896
|
+
DeleteTriggerCommand,
|
|
833
897
|
DeregisterServiceCommand,
|
|
834
898
|
DescribePrivateConnectionCommand,
|
|
835
899
|
DisableOperatorAppCommand,
|
|
@@ -845,6 +909,7 @@ const commands = {
|
|
|
845
909
|
GetOperatorAppCommand,
|
|
846
910
|
GetRecommendationCommand,
|
|
847
911
|
GetServiceCommand,
|
|
912
|
+
GetTriggerCommand,
|
|
848
913
|
ListAgentSpacesCommand,
|
|
849
914
|
ListAssetFilesCommand,
|
|
850
915
|
ListAssetsCommand,
|
|
@@ -861,6 +926,7 @@ const commands = {
|
|
|
861
926
|
ListRecommendationsCommand,
|
|
862
927
|
ListServicesCommand,
|
|
863
928
|
ListTagsForResourceCommand,
|
|
929
|
+
ListTriggersCommand,
|
|
864
930
|
ListWebhooksCommand,
|
|
865
931
|
RegisterServiceCommand,
|
|
866
932
|
SendMessageCommand,
|
|
@@ -875,6 +941,7 @@ const commands = {
|
|
|
875
941
|
UpdateOperatorAppIdpConfigCommand,
|
|
876
942
|
UpdatePrivateConnectionCertificateCommand,
|
|
877
943
|
UpdateRecommendationCommand,
|
|
944
|
+
UpdateTriggerCommand,
|
|
878
945
|
ValidateAwsAssociationsCommand,
|
|
879
946
|
};
|
|
880
947
|
const paginators = {
|
|
@@ -889,6 +956,7 @@ const paginators = {
|
|
|
889
956
|
paginateListGoals,
|
|
890
957
|
paginateListJournalRecords,
|
|
891
958
|
paginateListServices,
|
|
959
|
+
paginateListTriggers,
|
|
892
960
|
};
|
|
893
961
|
class DevOpsAgent extends DevOpsAgentClient {
|
|
894
962
|
}
|
|
@@ -1074,10 +1142,12 @@ exports.CreateAssetFileCommand = CreateAssetFileCommand;
|
|
|
1074
1142
|
exports.CreateBacklogTaskCommand = CreateBacklogTaskCommand;
|
|
1075
1143
|
exports.CreateChatCommand = CreateChatCommand;
|
|
1076
1144
|
exports.CreatePrivateConnectionCommand = CreatePrivateConnectionCommand;
|
|
1145
|
+
exports.CreateTriggerCommand = CreateTriggerCommand;
|
|
1077
1146
|
exports.DeleteAgentSpaceCommand = DeleteAgentSpaceCommand;
|
|
1078
1147
|
exports.DeleteAssetCommand = DeleteAssetCommand;
|
|
1079
1148
|
exports.DeleteAssetFileCommand = DeleteAssetFileCommand;
|
|
1080
1149
|
exports.DeletePrivateConnectionCommand = DeletePrivateConnectionCommand;
|
|
1150
|
+
exports.DeleteTriggerCommand = DeleteTriggerCommand;
|
|
1081
1151
|
exports.DeregisterServiceCommand = DeregisterServiceCommand;
|
|
1082
1152
|
exports.DescribePrivateConnectionCommand = DescribePrivateConnectionCommand;
|
|
1083
1153
|
exports.DevOpsAgent = DevOpsAgent;
|
|
@@ -1097,6 +1167,7 @@ exports.GetBacklogTaskCommand = GetBacklogTaskCommand;
|
|
|
1097
1167
|
exports.GetOperatorAppCommand = GetOperatorAppCommand;
|
|
1098
1168
|
exports.GetRecommendationCommand = GetRecommendationCommand;
|
|
1099
1169
|
exports.GetServiceCommand = GetServiceCommand;
|
|
1170
|
+
exports.GetTriggerCommand = GetTriggerCommand;
|
|
1100
1171
|
exports.GitLabTokenType = GitLabTokenType;
|
|
1101
1172
|
exports.GithubRepoOwnerType = GithubRepoOwnerType;
|
|
1102
1173
|
exports.GoalStatus = GoalStatus;
|
|
@@ -1118,6 +1189,7 @@ exports.ListPrivateConnectionsCommand = ListPrivateConnectionsCommand;
|
|
|
1118
1189
|
exports.ListRecommendationsCommand = ListRecommendationsCommand;
|
|
1119
1190
|
exports.ListServicesCommand = ListServicesCommand;
|
|
1120
1191
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1192
|
+
exports.ListTriggersCommand = ListTriggersCommand;
|
|
1121
1193
|
exports.ListWebhooksCommand = ListWebhooksCommand;
|
|
1122
1194
|
exports.MCPServerAuthorizationMethod = MCPServerAuthorizationMethod;
|
|
1123
1195
|
exports.MonitorAccountType = MonitorAccountType;
|
|
@@ -1150,6 +1222,7 @@ exports.UpdateGoalCommand = UpdateGoalCommand;
|
|
|
1150
1222
|
exports.UpdateOperatorAppIdpConfigCommand = UpdateOperatorAppIdpConfigCommand;
|
|
1151
1223
|
exports.UpdatePrivateConnectionCertificateCommand = UpdatePrivateConnectionCertificateCommand;
|
|
1152
1224
|
exports.UpdateRecommendationCommand = UpdateRecommendationCommand;
|
|
1225
|
+
exports.UpdateTriggerCommand = UpdateTriggerCommand;
|
|
1153
1226
|
exports.UserType = UserType;
|
|
1154
1227
|
exports.ValidateAwsAssociationsCommand = ValidateAwsAssociationsCommand;
|
|
1155
1228
|
exports.ValidationStatus = ValidationStatus;
|
|
@@ -1165,6 +1238,7 @@ exports.paginateListExecutions = paginateListExecutions;
|
|
|
1165
1238
|
exports.paginateListGoals = paginateListGoals;
|
|
1166
1239
|
exports.paginateListJournalRecords = paginateListJournalRecords;
|
|
1167
1240
|
exports.paginateListServices = paginateListServices;
|
|
1241
|
+
exports.paginateListTriggers = paginateListTriggers;
|
|
1168
1242
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
1169
1243
|
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
1170
1244
|
Object.defineProperty(exports, '__proto__', {
|