@aws-sdk/client-devops-agent 3.1070.0 → 3.1072.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +17 -0
- package/dist-cjs/schemas/schemas_0.js +198 -96
- package/dist-es/models/enums.js +15 -0
- package/dist-es/schemas/schemas_0.js +185 -96
- package/dist-types/commands/AssociateServiceCommand.d.ts +18 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -0
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +2 -2
- package/dist-types/commands/GetAssociationCommand.d.ts +9 -0
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceCommand.d.ts +16 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +9 -0
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +2 -2
- package/dist-types/commands/ListServicesCommand.d.ts +17 -2
- package/dist-types/commands/RegisterServiceCommand.d.ts +36 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +3 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +18 -0
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +614 -20
- package/dist-types/schemas/schemas_0.d.ts +13 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +337 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -983,6 +983,15 @@ const NewRelicRegion = {
|
|
|
983
983
|
EU: "EU",
|
|
984
984
|
US: "US",
|
|
985
985
|
};
|
|
986
|
+
const RemoteAgentAuthorizationMethod = {
|
|
987
|
+
API_KEY: "api-key",
|
|
988
|
+
BEARER_TOKEN: "bearer-token",
|
|
989
|
+
OAUTH_CLIENT_CREDENTIALS: "oauth-client-credentials",
|
|
990
|
+
};
|
|
991
|
+
const CapabilityType = {
|
|
992
|
+
RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW",
|
|
993
|
+
RELEASE_READINESS_REVIEW_AUTOMATED_TESTING: "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING",
|
|
994
|
+
};
|
|
986
995
|
const MonitorAccountType = {
|
|
987
996
|
MONITOR: "monitor",
|
|
988
997
|
};
|
|
@@ -1015,6 +1024,8 @@ const Priority = {
|
|
|
1015
1024
|
const TaskType = {
|
|
1016
1025
|
EVALUATION: "EVALUATION",
|
|
1017
1026
|
INVESTIGATION: "INVESTIGATION",
|
|
1027
|
+
RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW",
|
|
1028
|
+
RELEASE_TESTING: "RELEASE_TESTING",
|
|
1018
1029
|
};
|
|
1019
1030
|
const TaskStatus = {
|
|
1020
1031
|
CANCELED: "CANCELED",
|
|
@@ -1113,6 +1124,8 @@ const Service = {
|
|
|
1113
1124
|
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
1114
1125
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
1115
1126
|
PAGERDUTY: "pagerduty",
|
|
1127
|
+
REMOTE_AGENT: "remoteagent",
|
|
1128
|
+
REMOTE_AGENT_SIGV4: "remoteagentsigv4",
|
|
1116
1129
|
SERVICENOW: "servicenow",
|
|
1117
1130
|
SLACK: "slack",
|
|
1118
1131
|
};
|
|
@@ -1128,6 +1141,8 @@ const PostRegisterServiceSupportedService = {
|
|
|
1128
1141
|
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
1129
1142
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
1130
1143
|
PAGERDUTY: "pagerduty",
|
|
1144
|
+
REMOTE_AGENT: "remoteagent",
|
|
1145
|
+
REMOTE_AGENT_SIGV4: "remoteagentsigv4",
|
|
1131
1146
|
SERVICENOW: "servicenow",
|
|
1132
1147
|
};
|
|
1133
1148
|
const EventChannelType = {
|
|
@@ -1136,6 +1151,7 @@ const EventChannelType = {
|
|
|
1136
1151
|
|
|
1137
1152
|
exports.AssociateServiceCommand = AssociateServiceCommand;
|
|
1138
1153
|
exports.AuthFlow = AuthFlow;
|
|
1154
|
+
exports.CapabilityType = CapabilityType;
|
|
1139
1155
|
exports.CreateAgentSpaceCommand = CreateAgentSpaceCommand;
|
|
1140
1156
|
exports.CreateAssetCommand = CreateAssetCommand;
|
|
1141
1157
|
exports.CreateAssetFileCommand = CreateAssetFileCommand;
|
|
@@ -1202,6 +1218,7 @@ exports.PrivateConnectionType = PrivateConnectionType;
|
|
|
1202
1218
|
exports.RecommendationPriority = RecommendationPriority;
|
|
1203
1219
|
exports.RecommendationStatus = RecommendationStatus;
|
|
1204
1220
|
exports.RegisterServiceCommand = RegisterServiceCommand;
|
|
1221
|
+
exports.RemoteAgentAuthorizationMethod = RemoteAgentAuthorizationMethod;
|
|
1205
1222
|
exports.ResourceConfigDnsResolution = ResourceConfigDnsResolution;
|
|
1206
1223
|
exports.SchedulerState = SchedulerState;
|
|
1207
1224
|
exports.SendMessageCommand = SendMessageCommand;
|