@aws-sdk/client-devops-agent 3.1049.0 → 3.1050.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 +1 -10
- package/dist-cjs/index.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +51 -12
- package/dist-es/models/enums.js +2 -0
- package/dist-es/schemas/schemas_0.js +47 -9
- package/dist-types/DevOpsAgent.d.ts +1 -11
- package/dist-types/DevOpsAgentClient.d.ts +1 -11
- package/dist-types/commands/AssociateServiceCommand.d.ts +20 -12
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +10 -12
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +10 -12
- package/dist-types/commands/CreateChatCommand.d.ts +10 -12
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +10 -12
- package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +10 -12
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +10 -12
- package/dist-types/commands/DeregisterServiceCommand.d.ts +10 -12
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +10 -12
- package/dist-types/commands/DisableOperatorAppCommand.d.ts +11 -13
- package/dist-types/commands/DisassociateServiceCommand.d.ts +10 -12
- package/dist-types/commands/EnableOperatorAppCommand.d.ts +11 -13
- package/dist-types/commands/GetAccountUsageCommand.d.ts +10 -12
- package/dist-types/commands/GetAgentSpaceCommand.d.ts +10 -12
- package/dist-types/commands/GetAssociationCommand.d.ts +15 -12
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +10 -12
- package/dist-types/commands/GetOperatorAppCommand.d.ts +10 -12
- package/dist-types/commands/GetRecommendationCommand.d.ts +12 -12
- package/dist-types/commands/GetServiceCommand.d.ts +22 -13
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +10 -12
- package/dist-types/commands/ListAssociationsCommand.d.ts +15 -12
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +10 -12
- package/dist-types/commands/ListChatsCommand.d.ts +10 -12
- package/dist-types/commands/ListExecutionsCommand.d.ts +10 -12
- package/dist-types/commands/ListGoalsCommand.d.ts +10 -12
- package/dist-types/commands/ListJournalRecordsCommand.d.ts +10 -12
- package/dist-types/commands/ListPendingMessagesCommand.d.ts +10 -12
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +10 -12
- package/dist-types/commands/ListRecommendationsCommand.d.ts +12 -12
- package/dist-types/commands/ListServicesCommand.d.ts +23 -14
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -12
- package/dist-types/commands/ListWebhooksCommand.d.ts +10 -12
- package/dist-types/commands/RegisterServiceCommand.d.ts +24 -13
- package/dist-types/commands/SendMessageCommand.d.ts +10 -12
- package/dist-types/commands/TagResourceCommand.d.ts +10 -12
- package/dist-types/commands/UntagResourceCommand.d.ts +10 -12
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +10 -12
- package/dist-types/commands/UpdateAssociationCommand.d.ts +20 -12
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +10 -12
- package/dist-types/commands/UpdateGoalCommand.d.ts +10 -12
- package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +10 -12
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +10 -12
- package/dist-types/commands/UpdateRecommendationCommand.d.ts +12 -12
- package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +10 -12
- package/dist-types/index.d.ts +1 -11
- package/dist-types/models/enums.d.ts +87 -79
- package/dist-types/models/errors.d.ts +12 -15
- package/dist-types/models/models_0.d.ts +1021 -815
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +125 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,16 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript DevOpsAgent Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
AWS DevOps Agent is
|
|
10
|
-
reliability and performance. AWS DevOps Agent investigates incidents and identifies operational improvements as an
|
|
11
|
-
experienced DevOps engineer.
|
|
12
|
-
|
|
13
|
-
The agent works by:
|
|
14
|
-
|
|
15
|
-
* Learning your resources and their relationships.
|
|
16
|
-
* Working with your observability tools, runbooks, code repositories, and CI/CD pipelines.
|
|
17
|
-
* Correlating telemetry, code, and deployment data to understand relationships between your application resources.
|
|
18
|
-
* Supporting applications in multicloud and hybrid environments.
|
|
9
|
+
<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>
|
|
19
10
|
|
|
20
11
|
## Installing
|
|
21
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -853,6 +853,7 @@ const Service = {
|
|
|
853
853
|
MCP_SERVER_DATADOG: "mcpserverdatadog",
|
|
854
854
|
MCP_SERVER_GRAFANA: "mcpservergrafana",
|
|
855
855
|
MCP_SERVER_NEWRELIC: "mcpservernewrelic",
|
|
856
|
+
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
856
857
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
857
858
|
PAGERDUTY: "pagerduty",
|
|
858
859
|
SERVICENOW: "servicenow",
|
|
@@ -867,6 +868,7 @@ const PostRegisterServiceSupportedService = {
|
|
|
867
868
|
MCP_SERVER_DATADOG: "mcpserverdatadog",
|
|
868
869
|
MCP_SERVER_GRAFANA: "mcpservergrafana",
|
|
869
870
|
MCP_SERVER_NEWRELIC: "mcpservernewrelic",
|
|
871
|
+
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
870
872
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
871
873
|
PAGERDUTY: "pagerduty",
|
|
872
874
|
SERVICENOW: "servicenow",
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
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.DeletePrivateConnectionOutput$ = exports.DeletePrivateConnectionInput$ = exports.DeleteAgentSpaceOutput$ = exports.DeleteAgentSpaceInput$ = exports.DatadogServiceDetails$ = exports.CreatePrivateConnectionOutput$ = exports.CreatePrivateConnectionInput$ = exports.CreateChatResponse$ = exports.CreateChatRequest$ = exports.CreateBacklogTaskResponse$ = exports.CreateBacklogTaskRequest$ = exports.CreateAgentSpaceOutput$ = exports.CreateAgentSpaceInput$ = exports.ChatExecution$ = exports.AzureDevOpsConfiguration$ = exports.AzureConfiguration$ = exports.AWSConfiguration$ = exports.Association$ = exports.AssociateServiceOutput$ = exports.AssociateServiceInput$ = 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
4
|
exports.ListWebhooksInput$ = 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.ListAgentSpacesOutput$ = exports.ListAgentSpacesInput$ = exports.JournalRecord$ = exports.IdpAuthConfiguration$ = exports.IdcAuthConfiguration$ = exports.IamAuthConfiguration$ = exports.GrafanaServiceDetails$ = exports.GoalScheduleInput$ = exports.GoalSchedule$ = exports.GoalContent$ = exports.Goal$ = exports.GitLabDetails$ = exports.GitLabConfiguration$ = exports.GitHubConfiguration$ = exports.GetServiceOutput$ = exports.GetServiceInput$ = exports.GetRecommendationResponse$ = exports.GetRecommendationRequest$ = exports.GetOperatorAppOutput$ = exports.GetOperatorAppInput$ = exports.GetBacklogTaskResponse$ = exports.GetBacklogTaskRequest$ = exports.GetAssociationOutput$ = exports.GetAssociationInput$ = exports.GetAgentSpaceOutput$ = exports.GetAgentSpaceInput$ = exports.GetAccountUsageOutput$ = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
5
|
+
exports.SendMessageResponse$ = exports.SendMessageRequest$ = exports.SendMessageJsonDelta$ = exports.SendMessageHeartbeatEvent$ = exports.SendMessageContext$ = exports.SendMessageContentBlockStopEvent$ = exports.SendMessageContentBlockStartEvent$ = exports.SendMessageContentBlockDeltaEvent$ = exports.SelfManagedInput$ = 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$ = 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$ = void 0;
|
|
6
|
+
exports.PagerDutyAuthorizationConfig$ = exports.NewRelicServiceAuthorizationConfig$ = exports.Message$ = exports.MCPServerAuthorizationConfig$ = exports.DynatraceServiceAuthorizationConfig$ = exports.DatadogAuthorizationConfig$ = exports.AssistantMessageBlock$ = exports.AdditionalServiceRegistrationStep$ = exports.AdditionalServiceDetails$ = exports.Webhook$ = exports.ValidationExceptionField$ = exports.ValidateAwsAssociationsOutput$ = exports.ValidateAwsAssociationsInput$ = exports.UserReference$ = exports.UsageMetric$ = 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.UpdateAgentSpaceOutput$ = exports.UpdateAgentSpaceInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TaskFilter$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SourceAwsConfiguration$ = exports.SlackTransmissionTarget$ = exports.SlackConfiguration$ = exports.SlackChannel$ = exports.ServiceNowServiceDetails$ = exports.ServiceNowOAuthClientCredentialsConfig$ = exports.ServiceNowConfiguration$ = exports.ServiceManagedInput$ = exports.SendMessageUsageInfo$ = exports.SendMessageTextDelta$ = exports.SendMessageSummaryEvent$ = exports.SendMessageResponseInProgressEvent$ = exports.SendMessageResponseFailedEvent$ = exports.SendMessageResponseCreatedEvent$ = exports.SendMessageResponseCompletedEvent$ = void 0;
|
|
7
|
+
exports.UpdateRecommendation$ = exports.UpdatePrivateConnectionCertificate$ = exports.UpdateOperatorAppIdpConfig$ = exports.UpdateGoal$ = exports.UpdateBacklogTask$ = exports.UpdateAssociation$ = exports.UpdateAgentSpace$ = exports.UntagResource$ = exports.TagResource$ = exports.SendMessage$ = exports.RegisterService$ = exports.ListWebhooks$ = exports.ListTagsForResource$ = exports.ListServices$ = exports.ListRecommendations$ = exports.ListPrivateConnections$ = exports.ListPendingMessages$ = exports.ListJournalRecords$ = exports.ListGoals$ = exports.ListExecutions$ = exports.ListChats$ = exports.ListBacklogTasks$ = exports.ListAssociations$ = exports.ListAgentSpaces$ = exports.GetService$ = exports.GetRecommendation$ = exports.GetOperatorApp$ = exports.GetBacklogTask$ = exports.GetAssociation$ = exports.GetAgentSpace$ = exports.GetAccountUsage$ = exports.EnableOperatorApp$ = exports.DisassociateService$ = exports.DisableOperatorApp$ = exports.DescribePrivateConnection$ = exports.DeregisterService$ = exports.DeletePrivateConnection$ = exports.DeleteAgentSpace$ = exports.CreatePrivateConnection$ = exports.CreateChat$ = exports.CreateBacklogTask$ = exports.CreateAgentSpace$ = exports.AssociateService$ = exports.UserMessageBlock$ = exports.ServiceNowServiceAuthorizationConfig$ = exports.ServiceDetails$ = exports.ServiceConfiguration$ = exports.SendMessageEvents$ = exports.SendMessageContentBlockDelta$ = exports.PrivateConnectionMode$ = void 0;
|
|
8
|
+
exports.ValidateAwsAssociations$ = void 0;
|
|
8
9
|
const _A = "Association";
|
|
9
10
|
const _AC = "AzureConfiguration";
|
|
10
11
|
const _ADE = "AccessDeniedException";
|
|
@@ -33,6 +34,8 @@ const _CCRr = "CreateChatResponse";
|
|
|
33
34
|
const _CE = "ConflictException";
|
|
34
35
|
const _CEL = "ChatExecutionList";
|
|
35
36
|
const _CEh = "ChatExecution";
|
|
37
|
+
const _CH = "CustomHeaders";
|
|
38
|
+
const _CHV = "CustomHeaderValue";
|
|
36
39
|
const _CI = "ClientId";
|
|
37
40
|
const _CPC = "CreatePrivateConnection";
|
|
38
41
|
const _CPCI = "CreatePrivateConnectionInput";
|
|
@@ -165,6 +168,9 @@ const _MCPSNRC = "MCPServerNewRelicConfiguration";
|
|
|
165
168
|
const _MCPSOACCC = "MCPServerOAuthClientCredentialsConfig";
|
|
166
169
|
const _MCPSOALOC = "MCPServerOAuth3LOConfig";
|
|
167
170
|
const _MCPSSC = "MCPServerSplunkConfiguration";
|
|
171
|
+
const _MCPSSVAC = "MCPServerSigV4AuthorizationConfig";
|
|
172
|
+
const _MCPSSVC = "MCPServerSigV4Configuration";
|
|
173
|
+
const _MCPSSVSD = "MCPServerSigV4ServiceDetails";
|
|
168
174
|
const _NRAKC = "NewRelicApiKeyConfig";
|
|
169
175
|
const _NRSAC = "NewRelicServiceAuthorizationConfig";
|
|
170
176
|
const _NRSD = "NewRelicServiceDetails";
|
|
@@ -188,6 +194,7 @@ const _RGSDe = "RegisteredGrafanaServerDetails";
|
|
|
188
194
|
const _RI = "ReferenceInput";
|
|
189
195
|
const _RL = "RecommendationList";
|
|
190
196
|
const _RMCPSD = "RegisteredMCPServerDetails";
|
|
197
|
+
const _RMCPSSVD = "RegisteredMCPServerSigV4Details";
|
|
191
198
|
const _RNFE = "ResourceNotFoundException";
|
|
192
199
|
const _RNRD = "RegisteredNewRelicDetails";
|
|
193
200
|
const _RO = "ReferenceOutput";
|
|
@@ -320,6 +327,7 @@ const _cBS = "contentBlockStart";
|
|
|
320
327
|
const _cBSo = "contentBlockStop";
|
|
321
328
|
const _cE = "customerEmail";
|
|
322
329
|
const _cET = "certificateExpiryTime";
|
|
330
|
+
const _cH = "customHeaders";
|
|
323
331
|
const _cI = "clientId";
|
|
324
332
|
const _cIh = "channelId";
|
|
325
333
|
const _cN = "clientName";
|
|
@@ -406,6 +414,7 @@ const _mcp = "mcpserver";
|
|
|
406
414
|
const _mcps = "mcpserversplunk";
|
|
407
415
|
const _mcpse = "mcpservernewrelic";
|
|
408
416
|
const _mcpser = "mcpservergrafana";
|
|
417
|
+
const _mcpserv = "mcpserversigv4";
|
|
409
418
|
const _me = "messages";
|
|
410
419
|
const _met = "metadata";
|
|
411
420
|
const _mo = "mode";
|
|
@@ -440,6 +449,8 @@ const _pag = "pagerduty";
|
|
|
440
449
|
const _pr = "provider";
|
|
441
450
|
const _r = "reference";
|
|
442
451
|
const _rA = "resourceArn";
|
|
452
|
+
const _rAa = "rankedAt";
|
|
453
|
+
const _rAo = "roleArn";
|
|
443
454
|
const _rC = "responseCreated";
|
|
444
455
|
const _rCI = "resourceConfigurationId";
|
|
445
456
|
const _rCe = "responseCompleted";
|
|
@@ -452,6 +463,7 @@ const _rIec = "recordId";
|
|
|
452
463
|
const _rIef = "referenceId";
|
|
453
464
|
const _rIes = "responseId";
|
|
454
465
|
const _rN = "repoName";
|
|
466
|
+
const _rP = "rankPosition";
|
|
455
467
|
const _rT = "recordType";
|
|
456
468
|
const _rTE = "returnToEndpoint";
|
|
457
469
|
const _rU = "referenceUrl";
|
|
@@ -610,6 +622,7 @@ exports.errorTypeRegistries = [
|
|
|
610
622
|
var ApiKeyValue = [0, n0, _AKV, 8, 0];
|
|
611
623
|
var ClientId = [0, n0, _CI, 8, 0];
|
|
612
624
|
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
625
|
+
var CustomHeaderValue = [0, n0, _CHV, 8, 0];
|
|
613
626
|
var Description = [0, n0, _D, 8, 0];
|
|
614
627
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
615
628
|
var ExchangeParameterValue = [0, n0, _EPV, 8, 0];
|
|
@@ -1111,6 +1124,21 @@ exports.MCPServerOAuthClientCredentialsConfig$ = [3, n0, _MCPSOACCC,
|
|
|
1111
1124
|
[_cI, _cS, _eU, _cN, _eP, _sc],
|
|
1112
1125
|
[[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
|
|
1113
1126
|
];
|
|
1127
|
+
exports.MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
|
|
1128
|
+
0,
|
|
1129
|
+
[_reg, _ser, _rAo, _cH],
|
|
1130
|
+
[0, 0, 0, [() => CustomHeaders, 0]], 3
|
|
1131
|
+
];
|
|
1132
|
+
exports.MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
|
|
1133
|
+
0,
|
|
1134
|
+
[_to],
|
|
1135
|
+
[64 | 0], 1
|
|
1136
|
+
];
|
|
1137
|
+
exports.MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1138
|
+
0,
|
|
1139
|
+
[_n, _en, _aC, _d],
|
|
1140
|
+
[0, 0, [() => exports.MCPServerSigV4AuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1141
|
+
];
|
|
1114
1142
|
exports.MCPServerSplunkConfiguration$ = [3, n0, _MCPSSC,
|
|
1115
1143
|
0,
|
|
1116
1144
|
[],
|
|
@@ -1158,8 +1186,8 @@ exports.PrivateConnectionSummary$ = [3, n0, _PCS,
|
|
|
1158
1186
|
];
|
|
1159
1187
|
exports.Recommendation$ = [3, n0, _R,
|
|
1160
1188
|
0,
|
|
1161
|
-
[_aSA, _rI, _tI, _ti, _con, _st, _p, _cA, _uA, _v, _gIo, _gV, _aCd],
|
|
1162
|
-
[0, 0, 0, 0, () => exports.RecommendationContent$, 0, 0, 5, 5, 1, 0, 1, 0], 10
|
|
1189
|
+
[_aSA, _rI, _tI, _ti, _con, _st, _p, _cA, _uA, _v, _gIo, _gV, _aCd, _rP, _rAa],
|
|
1190
|
+
[0, 0, 0, 0, () => exports.RecommendationContent$, 0, 0, 5, 5, 1, 0, 1, 0, 1, 5], 10
|
|
1163
1191
|
];
|
|
1164
1192
|
exports.RecommendationContent$ = [3, n0, _RC,
|
|
1165
1193
|
0,
|
|
@@ -1206,6 +1234,11 @@ exports.RegisteredMCPServerDetails$ = [3, n0, _RMCPSD,
|
|
|
1206
1234
|
[_n, _en, _aM, _d, _aKH],
|
|
1207
1235
|
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1208
1236
|
];
|
|
1237
|
+
exports.RegisteredMCPServerSigV4Details$ = [3, n0, _RMCPSSVD,
|
|
1238
|
+
0,
|
|
1239
|
+
[_n, _en, _reg, _ser, _rAo, _d, _cH],
|
|
1240
|
+
[0, 0, 0, 0, 0, [() => Description, 0], [() => CustomHeaders, 0]], 5
|
|
1241
|
+
];
|
|
1209
1242
|
exports.RegisteredNewRelicDetails$ = [3, n0, _RNRD,
|
|
1210
1243
|
0,
|
|
1211
1244
|
[_aIc, _reg, _d],
|
|
@@ -1559,6 +1592,12 @@ var WebhooksList = [1, n0, _WL,
|
|
|
1559
1592
|
0, () => exports.Webhook$
|
|
1560
1593
|
];
|
|
1561
1594
|
var WebIdentityTokenAudienceList = 64 | 0;
|
|
1595
|
+
var CustomHeaders = [2, n0, _CH,
|
|
1596
|
+
0, [0,
|
|
1597
|
+
0],
|
|
1598
|
+
[() => CustomHeaderValue,
|
|
1599
|
+
0]
|
|
1600
|
+
];
|
|
1562
1601
|
var ExchangeParameters = [2, n0, _EP,
|
|
1563
1602
|
0, [0,
|
|
1564
1603
|
0],
|
|
@@ -1568,8 +1607,8 @@ var ExchangeParameters = [2, n0, _EP,
|
|
|
1568
1607
|
var Tags = 128 | 0;
|
|
1569
1608
|
exports.AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
1570
1609
|
0,
|
|
1571
|
-
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag],
|
|
1572
|
-
[() => exports.RegisteredGithubServiceDetails$, () => exports.RegisteredSlackServiceDetails$, [() => exports.RegisteredMCPServerDetails$, 0], [() => exports.RegisteredMCPServerDetails$, 0], () => exports.RegisteredServiceNowDetails$, () => exports.RegisteredGitLabServiceDetails$, [() => exports.RegisteredMCPServerDetails$, 0], [() => exports.RegisteredNewRelicDetails$, 0], () => exports.RegisteredAzureDevOpsServiceDetails$, () => exports.RegisteredAzureIdentityDetails$, () => exports.RegisteredGrafanaServerDetails$, () => exports.RegisteredPagerDutyDetails
|
|
1610
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag, _mcpserv],
|
|
1611
|
+
[() => exports.RegisteredGithubServiceDetails$, () => exports.RegisteredSlackServiceDetails$, [() => exports.RegisteredMCPServerDetails$, 0], [() => exports.RegisteredMCPServerDetails$, 0], () => exports.RegisteredServiceNowDetails$, () => exports.RegisteredGitLabServiceDetails$, [() => exports.RegisteredMCPServerDetails$, 0], [() => exports.RegisteredNewRelicDetails$, 0], () => exports.RegisteredAzureDevOpsServiceDetails$, () => exports.RegisteredAzureIdentityDetails$, () => exports.RegisteredGrafanaServerDetails$, () => exports.RegisteredPagerDutyDetails$, [() => exports.RegisteredMCPServerSigV4Details$, 0]]
|
|
1573
1612
|
];
|
|
1574
1613
|
exports.AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
1575
1614
|
0,
|
|
@@ -1628,13 +1667,13 @@ exports.SendMessageEvents$ = [4, n0, _SME,
|
|
|
1628
1667
|
];
|
|
1629
1668
|
exports.ServiceConfiguration$ = [4, n0, _SCe,
|
|
1630
1669
|
0,
|
|
1631
|
-
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pag],
|
|
1632
|
-
[() => exports.SourceAwsConfiguration$, () => exports.AWSConfiguration$, () => exports.GitHubConfiguration$, () => exports.SlackConfiguration$, () => exports.DynatraceConfiguration$, () => exports.ServiceNowConfiguration$, () => exports.MCPServerNewRelicConfiguration$, () => exports.MCPServerDatadogConfiguration$, () => exports.MCPServerConfiguration$, () => exports.GitLabConfiguration$, () => exports.MCPServerSplunkConfiguration$, () => exports.EventChannelConfiguration$, () => exports.AzureConfiguration$, () => exports.AzureDevOpsConfiguration$, () => exports.MCPServerGrafanaConfiguration$, [() => exports.PagerDutyConfiguration$, 0]]
|
|
1670
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pag, _mcpserv],
|
|
1671
|
+
[() => exports.SourceAwsConfiguration$, () => exports.AWSConfiguration$, () => exports.GitHubConfiguration$, () => exports.SlackConfiguration$, () => exports.DynatraceConfiguration$, () => exports.ServiceNowConfiguration$, () => exports.MCPServerNewRelicConfiguration$, () => exports.MCPServerDatadogConfiguration$, () => exports.MCPServerConfiguration$, () => exports.GitLabConfiguration$, () => exports.MCPServerSplunkConfiguration$, () => exports.EventChannelConfiguration$, () => exports.AzureConfiguration$, () => exports.AzureDevOpsConfiguration$, () => exports.MCPServerGrafanaConfiguration$, [() => exports.PagerDutyConfiguration$, 0], () => exports.MCPServerSigV4Configuration$]
|
|
1633
1672
|
];
|
|
1634
1673
|
exports.ServiceDetails$ = [4, n0, _SD,
|
|
1635
1674
|
0,
|
|
1636
|
-
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu],
|
|
1637
|
-
[[() => exports.DynatraceServiceDetails$, 0], [() => exports.ServiceNowServiceDetails$, 0], [() => exports.DatadogServiceDetails$, 0], [() => exports.MCPServerDetails$, 0], [() => exports.GitLabDetails$, 0], [() => exports.MCPServerDetails$, 0], [() => exports.NewRelicServiceDetails$, 0], () => exports.EventChannelDetails$, [() => exports.GrafanaServiceDetails$, 0], [() => exports.PagerDutyDetails$, 0], () => exports.RegisteredAzureIdentityDetails
|
|
1675
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu, _mcpserv],
|
|
1676
|
+
[[() => exports.DynatraceServiceDetails$, 0], [() => exports.ServiceNowServiceDetails$, 0], [() => exports.DatadogServiceDetails$, 0], [() => exports.MCPServerDetails$, 0], [() => exports.GitLabDetails$, 0], [() => exports.MCPServerDetails$, 0], [() => exports.NewRelicServiceDetails$, 0], () => exports.EventChannelDetails$, [() => exports.GrafanaServiceDetails$, 0], [() => exports.PagerDutyDetails$, 0], () => exports.RegisteredAzureIdentityDetails$, [() => exports.MCPServerSigV4ServiceDetails$, 0]]
|
|
1638
1677
|
];
|
|
1639
1678
|
exports.ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
1640
1679
|
0,
|
|
@@ -1767,7 +1806,7 @@ exports.UpdateGoal$ = [9, n0, _UG,
|
|
|
1767
1806
|
{ [_en]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/goals/{goalId}", 200] }, () => exports.UpdateGoalRequest$, () => exports.UpdateGoalResponse$
|
|
1768
1807
|
];
|
|
1769
1808
|
exports.UpdateOperatorAppIdpConfig$ = [9, n0, _UOAIC,
|
|
1770
|
-
{ [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/operator/idp", 200] }, () => exports.UpdateOperatorAppIdpConfigInput$, () => exports.UpdateOperatorAppIdpConfigOutput$
|
|
1809
|
+
{ [_en]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/operator/idp", 200] }, () => exports.UpdateOperatorAppIdpConfigInput$, () => exports.UpdateOperatorAppIdpConfigOutput$
|
|
1771
1810
|
];
|
|
1772
1811
|
exports.UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
|
|
1773
1812
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/private-connections/{name}/certificate", 200] }, () => exports.UpdatePrivateConnectionCertificateInput$, () => exports.UpdatePrivateConnectionCertificateOutput$
|
package/dist-es/models/enums.js
CHANGED
|
@@ -138,6 +138,7 @@ export const Service = {
|
|
|
138
138
|
MCP_SERVER_DATADOG: "mcpserverdatadog",
|
|
139
139
|
MCP_SERVER_GRAFANA: "mcpservergrafana",
|
|
140
140
|
MCP_SERVER_NEWRELIC: "mcpservernewrelic",
|
|
141
|
+
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
141
142
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
142
143
|
PAGERDUTY: "pagerduty",
|
|
143
144
|
SERVICENOW: "servicenow",
|
|
@@ -152,6 +153,7 @@ export const PostRegisterServiceSupportedService = {
|
|
|
152
153
|
MCP_SERVER_DATADOG: "mcpserverdatadog",
|
|
153
154
|
MCP_SERVER_GRAFANA: "mcpservergrafana",
|
|
154
155
|
MCP_SERVER_NEWRELIC: "mcpservernewrelic",
|
|
156
|
+
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
155
157
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
156
158
|
PAGERDUTY: "pagerduty",
|
|
157
159
|
SERVICENOW: "servicenow",
|
|
@@ -26,6 +26,8 @@ const _CCRr = "CreateChatResponse";
|
|
|
26
26
|
const _CE = "ConflictException";
|
|
27
27
|
const _CEL = "ChatExecutionList";
|
|
28
28
|
const _CEh = "ChatExecution";
|
|
29
|
+
const _CH = "CustomHeaders";
|
|
30
|
+
const _CHV = "CustomHeaderValue";
|
|
29
31
|
const _CI = "ClientId";
|
|
30
32
|
const _CPC = "CreatePrivateConnection";
|
|
31
33
|
const _CPCI = "CreatePrivateConnectionInput";
|
|
@@ -158,6 +160,9 @@ const _MCPSNRC = "MCPServerNewRelicConfiguration";
|
|
|
158
160
|
const _MCPSOACCC = "MCPServerOAuthClientCredentialsConfig";
|
|
159
161
|
const _MCPSOALOC = "MCPServerOAuth3LOConfig";
|
|
160
162
|
const _MCPSSC = "MCPServerSplunkConfiguration";
|
|
163
|
+
const _MCPSSVAC = "MCPServerSigV4AuthorizationConfig";
|
|
164
|
+
const _MCPSSVC = "MCPServerSigV4Configuration";
|
|
165
|
+
const _MCPSSVSD = "MCPServerSigV4ServiceDetails";
|
|
161
166
|
const _NRAKC = "NewRelicApiKeyConfig";
|
|
162
167
|
const _NRSAC = "NewRelicServiceAuthorizationConfig";
|
|
163
168
|
const _NRSD = "NewRelicServiceDetails";
|
|
@@ -181,6 +186,7 @@ const _RGSDe = "RegisteredGrafanaServerDetails";
|
|
|
181
186
|
const _RI = "ReferenceInput";
|
|
182
187
|
const _RL = "RecommendationList";
|
|
183
188
|
const _RMCPSD = "RegisteredMCPServerDetails";
|
|
189
|
+
const _RMCPSSVD = "RegisteredMCPServerSigV4Details";
|
|
184
190
|
const _RNFE = "ResourceNotFoundException";
|
|
185
191
|
const _RNRD = "RegisteredNewRelicDetails";
|
|
186
192
|
const _RO = "ReferenceOutput";
|
|
@@ -313,6 +319,7 @@ const _cBS = "contentBlockStart";
|
|
|
313
319
|
const _cBSo = "contentBlockStop";
|
|
314
320
|
const _cE = "customerEmail";
|
|
315
321
|
const _cET = "certificateExpiryTime";
|
|
322
|
+
const _cH = "customHeaders";
|
|
316
323
|
const _cI = "clientId";
|
|
317
324
|
const _cIh = "channelId";
|
|
318
325
|
const _cN = "clientName";
|
|
@@ -399,6 +406,7 @@ const _mcp = "mcpserver";
|
|
|
399
406
|
const _mcps = "mcpserversplunk";
|
|
400
407
|
const _mcpse = "mcpservernewrelic";
|
|
401
408
|
const _mcpser = "mcpservergrafana";
|
|
409
|
+
const _mcpserv = "mcpserversigv4";
|
|
402
410
|
const _me = "messages";
|
|
403
411
|
const _met = "metadata";
|
|
404
412
|
const _mo = "mode";
|
|
@@ -433,6 +441,8 @@ const _pag = "pagerduty";
|
|
|
433
441
|
const _pr = "provider";
|
|
434
442
|
const _r = "reference";
|
|
435
443
|
const _rA = "resourceArn";
|
|
444
|
+
const _rAa = "rankedAt";
|
|
445
|
+
const _rAo = "roleArn";
|
|
436
446
|
const _rC = "responseCreated";
|
|
437
447
|
const _rCI = "resourceConfigurationId";
|
|
438
448
|
const _rCe = "responseCompleted";
|
|
@@ -445,6 +455,7 @@ const _rIec = "recordId";
|
|
|
445
455
|
const _rIef = "referenceId";
|
|
446
456
|
const _rIes = "responseId";
|
|
447
457
|
const _rN = "repoName";
|
|
458
|
+
const _rP = "rankPosition";
|
|
448
459
|
const _rT = "recordType";
|
|
449
460
|
const _rTE = "returnToEndpoint";
|
|
450
461
|
const _rU = "referenceUrl";
|
|
@@ -603,6 +614,7 @@ export const errorTypeRegistries = [
|
|
|
603
614
|
var ApiKeyValue = [0, n0, _AKV, 8, 0];
|
|
604
615
|
var ClientId = [0, n0, _CI, 8, 0];
|
|
605
616
|
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
617
|
+
var CustomHeaderValue = [0, n0, _CHV, 8, 0];
|
|
606
618
|
var Description = [0, n0, _D, 8, 0];
|
|
607
619
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
608
620
|
var ExchangeParameterValue = [0, n0, _EPV, 8, 0];
|
|
@@ -1104,6 +1116,21 @@ export var MCPServerOAuthClientCredentialsConfig$ = [3, n0, _MCPSOACCC,
|
|
|
1104
1116
|
[_cI, _cS, _eU, _cN, _eP, _sc],
|
|
1105
1117
|
[[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
|
|
1106
1118
|
];
|
|
1119
|
+
export var MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
|
|
1120
|
+
0,
|
|
1121
|
+
[_reg, _ser, _rAo, _cH],
|
|
1122
|
+
[0, 0, 0, [() => CustomHeaders, 0]], 3
|
|
1123
|
+
];
|
|
1124
|
+
export var MCPServerSigV4Configuration$ = [3, n0, _MCPSSVC,
|
|
1125
|
+
0,
|
|
1126
|
+
[_to],
|
|
1127
|
+
[64 | 0], 1
|
|
1128
|
+
];
|
|
1129
|
+
export var MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1130
|
+
0,
|
|
1131
|
+
[_n, _en, _aC, _d],
|
|
1132
|
+
[0, 0, [() => MCPServerSigV4AuthorizationConfig$, 0], [() => Description, 0]], 3
|
|
1133
|
+
];
|
|
1107
1134
|
export var MCPServerSplunkConfiguration$ = [3, n0, _MCPSSC,
|
|
1108
1135
|
0,
|
|
1109
1136
|
[],
|
|
@@ -1151,8 +1178,8 @@ export var PrivateConnectionSummary$ = [3, n0, _PCS,
|
|
|
1151
1178
|
];
|
|
1152
1179
|
export var Recommendation$ = [3, n0, _R,
|
|
1153
1180
|
0,
|
|
1154
|
-
[_aSA, _rI, _tI, _ti, _con, _st, _p, _cA, _uA, _v, _gIo, _gV, _aCd],
|
|
1155
|
-
[0, 0, 0, 0, () => RecommendationContent$, 0, 0, 5, 5, 1, 0, 1, 0], 10
|
|
1181
|
+
[_aSA, _rI, _tI, _ti, _con, _st, _p, _cA, _uA, _v, _gIo, _gV, _aCd, _rP, _rAa],
|
|
1182
|
+
[0, 0, 0, 0, () => RecommendationContent$, 0, 0, 5, 5, 1, 0, 1, 0, 1, 5], 10
|
|
1156
1183
|
];
|
|
1157
1184
|
export var RecommendationContent$ = [3, n0, _RC,
|
|
1158
1185
|
0,
|
|
@@ -1199,6 +1226,11 @@ export var RegisteredMCPServerDetails$ = [3, n0, _RMCPSD,
|
|
|
1199
1226
|
[_n, _en, _aM, _d, _aKH],
|
|
1200
1227
|
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1201
1228
|
];
|
|
1229
|
+
export var RegisteredMCPServerSigV4Details$ = [3, n0, _RMCPSSVD,
|
|
1230
|
+
0,
|
|
1231
|
+
[_n, _en, _reg, _ser, _rAo, _d, _cH],
|
|
1232
|
+
[0, 0, 0, 0, 0, [() => Description, 0], [() => CustomHeaders, 0]], 5
|
|
1233
|
+
];
|
|
1202
1234
|
export var RegisteredNewRelicDetails$ = [3, n0, _RNRD,
|
|
1203
1235
|
0,
|
|
1204
1236
|
[_aIc, _reg, _d],
|
|
@@ -1552,6 +1584,12 @@ var WebhooksList = [1, n0, _WL,
|
|
|
1552
1584
|
0, () => Webhook$
|
|
1553
1585
|
];
|
|
1554
1586
|
var WebIdentityTokenAudienceList = 64 | 0;
|
|
1587
|
+
var CustomHeaders = [2, n0, _CH,
|
|
1588
|
+
0, [0,
|
|
1589
|
+
0],
|
|
1590
|
+
[() => CustomHeaderValue,
|
|
1591
|
+
0]
|
|
1592
|
+
];
|
|
1555
1593
|
var ExchangeParameters = [2, n0, _EP,
|
|
1556
1594
|
0, [0,
|
|
1557
1595
|
0],
|
|
@@ -1561,8 +1599,8 @@ var ExchangeParameters = [2, n0, _EP,
|
|
|
1561
1599
|
var Tags = 128 | 0;
|
|
1562
1600
|
export var AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
1563
1601
|
0,
|
|
1564
|
-
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag],
|
|
1565
|
-
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails
|
|
1602
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag, _mcpserv],
|
|
1603
|
+
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$, [() => RegisteredMCPServerSigV4Details$, 0]]
|
|
1566
1604
|
];
|
|
1567
1605
|
export var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
1568
1606
|
0,
|
|
@@ -1621,13 +1659,13 @@ export var SendMessageEvents$ = [4, n0, _SME,
|
|
|
1621
1659
|
];
|
|
1622
1660
|
export var ServiceConfiguration$ = [4, n0, _SCe,
|
|
1623
1661
|
0,
|
|
1624
|
-
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pag],
|
|
1625
|
-
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0]]
|
|
1662
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _mc, _mcp, _git, _mcps, _eCv, _azur, _az, _mcpser, _pag, _mcpserv],
|
|
1663
|
+
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => MCPServerDatadogConfiguration$, () => MCPServerConfiguration$, () => GitLabConfiguration$, () => MCPServerSplunkConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0], () => MCPServerSigV4Configuration$]
|
|
1626
1664
|
];
|
|
1627
1665
|
export var ServiceDetails$ = [4, n0, _SD,
|
|
1628
1666
|
0,
|
|
1629
|
-
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu],
|
|
1630
|
-
[[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails
|
|
1667
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu, _mcpserv],
|
|
1668
|
+
[[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails$, [() => MCPServerSigV4ServiceDetails$, 0]]
|
|
1631
1669
|
];
|
|
1632
1670
|
export var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
1633
1671
|
0,
|
|
@@ -1760,7 +1798,7 @@ export var UpdateGoal$ = [9, n0, _UG,
|
|
|
1760
1798
|
{ [_en]: ["dp."], [_ht]: ["PATCH", "/backlog/agent-space/{agentSpaceId}/goals/{goalId}", 200] }, () => UpdateGoalRequest$, () => UpdateGoalResponse$
|
|
1761
1799
|
];
|
|
1762
1800
|
export var UpdateOperatorAppIdpConfig$ = [9, n0, _UOAIC,
|
|
1763
|
-
{ [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/operator/idp", 200] }, () => UpdateOperatorAppIdpConfigInput$, () => UpdateOperatorAppIdpConfigOutput$
|
|
1801
|
+
{ [_en]: ["cp."], [_ht]: ["PATCH", "/v1/agentspaces/{agentSpaceId}/operator/idp", 200] }, () => UpdateOperatorAppIdpConfigInput$, () => UpdateOperatorAppIdpConfigOutput$
|
|
1764
1802
|
];
|
|
1765
1803
|
export var UpdatePrivateConnectionCertificate$ = [9, n0, _UPCC,
|
|
1766
1804
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/private-connections/{name}/certificate", 200] }, () => UpdatePrivateConnectionCertificateInput$, () => UpdatePrivateConnectionCertificateOutput$
|
|
@@ -364,17 +364,7 @@ export interface DevOpsAgent {
|
|
|
364
364
|
paginateListServices(args?: ListServicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicesCommandOutput>;
|
|
365
365
|
}
|
|
366
366
|
/**
|
|
367
|
-
* AWS DevOps Agent is
|
|
368
|
-
* reliability and performance. AWS DevOps Agent investigates incidents and identifies operational improvements as an
|
|
369
|
-
* experienced DevOps engineer.
|
|
370
|
-
*
|
|
371
|
-
* The agent works by:
|
|
372
|
-
*
|
|
373
|
-
* * Learning your resources and their relationships.
|
|
374
|
-
* * Working with your observability tools, runbooks, code repositories, and CI/CD pipelines.
|
|
375
|
-
* * Correlating telemetry, code, and deployment data to understand relationships between your application resources.
|
|
376
|
-
* * Supporting applications in multicloud and hybrid environments.
|
|
377
|
-
*
|
|
367
|
+
* <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>
|
|
378
368
|
* @public
|
|
379
369
|
*/
|
|
380
370
|
export declare class DevOpsAgent extends DevOpsAgentClient implements DevOpsAgent {
|
|
@@ -217,17 +217,7 @@ export type DevOpsAgentClientResolvedConfigType = __SmithyResolvedConfiguration<
|
|
|
217
217
|
export interface DevOpsAgentClientResolvedConfig extends DevOpsAgentClientResolvedConfigType {
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
* AWS DevOps Agent is
|
|
221
|
-
* reliability and performance. AWS DevOps Agent investigates incidents and identifies operational improvements as an
|
|
222
|
-
* experienced DevOps engineer.
|
|
223
|
-
*
|
|
224
|
-
* The agent works by:
|
|
225
|
-
*
|
|
226
|
-
* * Learning your resources and their relationships.
|
|
227
|
-
* * Working with your observability tools, runbooks, code repositories, and CI/CD pipelines.
|
|
228
|
-
* * Correlating telemetry, code, and deployment data to understand relationships between your application resources.
|
|
229
|
-
* * Supporting applications in multicloud and hybrid environments.
|
|
230
|
-
*
|
|
220
|
+
* <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>
|
|
231
221
|
* @public
|
|
232
222
|
*/
|
|
233
223
|
export declare class DevOpsAgentClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DevOpsAgentClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ declare const AssociateServiceCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* Adds a specific service association to an AgentSpace. It overwrites the existing association of the same service. Returns 201 Created on success
|
|
32
|
+
* <p>Adds a specific service association to an AgentSpace. It overwrites the existing association of the same service. Returns 201 Created on success.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -124,6 +124,11 @@ declare const AssociateServiceCommand_base: {
|
|
|
124
124
|
* ],
|
|
125
125
|
* customerEmail: "STRING_VALUE", // required
|
|
126
126
|
* },
|
|
127
|
+
* mcpserversigv4: { // MCPServerSigV4Configuration
|
|
128
|
+
* tools: [ // required
|
|
129
|
+
* "STRING_VALUE",
|
|
130
|
+
* ],
|
|
131
|
+
* },
|
|
127
132
|
* },
|
|
128
133
|
* };
|
|
129
134
|
* const command = new AssociateServiceCommand(input);
|
|
@@ -219,6 +224,11 @@ declare const AssociateServiceCommand_base: {
|
|
|
219
224
|
* // ],
|
|
220
225
|
* // customerEmail: "STRING_VALUE", // required
|
|
221
226
|
* // },
|
|
227
|
+
* // mcpserversigv4: { // MCPServerSigV4Configuration
|
|
228
|
+
* // tools: [ // required
|
|
229
|
+
* // "STRING_VALUE",
|
|
230
|
+
* // ],
|
|
231
|
+
* // },
|
|
222
232
|
* // },
|
|
223
233
|
* // },
|
|
224
234
|
* // webhook: { // GenericWebhook
|
|
@@ -239,33 +249,31 @@ declare const AssociateServiceCommand_base: {
|
|
|
239
249
|
* @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
|
|
240
250
|
*
|
|
241
251
|
* @throws {@link ConflictException} (client fault)
|
|
242
|
-
* The request conflicts with the current state of the resource
|
|
252
|
+
* <p>The request conflicts with the current state of the resource.</p>
|
|
243
253
|
*
|
|
244
254
|
* @throws {@link InternalServerException} (server fault)
|
|
245
|
-
* This exception is thrown when an unexpected error occurs in the processing of a request
|
|
255
|
+
* <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
|
|
246
256
|
*
|
|
247
257
|
* @throws {@link InvalidParameterException} (client fault)
|
|
248
|
-
* One or more parameters provided in the request are invalid
|
|
258
|
+
* <p>One or more parameters provided in the request are invalid.</p>
|
|
249
259
|
*
|
|
250
260
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
251
|
-
* The requested resource could not be found
|
|
261
|
+
* <p>The requested resource could not be found.</p>
|
|
252
262
|
*
|
|
253
263
|
* @throws {@link ThrottlingException} (client fault)
|
|
254
|
-
* The request was throttled due to too many requests. Please slow down and try again
|
|
264
|
+
* <p>The request was throttled due to too many requests. Please slow down and try again.</p>
|
|
255
265
|
*
|
|
256
266
|
* @throws {@link ValidationException} (client fault)
|
|
257
|
-
*
|
|
258
|
-
* This should be thrown by services when a member of the input structure
|
|
259
|
-
* falls outside of the modeled or documented constraints.
|
|
267
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
260
268
|
*
|
|
261
269
|
* @throws {@link AccessDeniedException} (client fault)
|
|
262
|
-
* Access to the requested resource is denied due to insufficient permissions
|
|
270
|
+
* <p>Access to the requested resource is denied due to insufficient permissions.</p>
|
|
263
271
|
*
|
|
264
272
|
* @throws {@link ContentSizeExceededException} (client fault)
|
|
265
|
-
* This exception is thrown when the content size exceeds the allowed limit
|
|
273
|
+
* <p>This exception is thrown when the content size exceeds the allowed limit.</p>
|
|
266
274
|
*
|
|
267
275
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
268
|
-
* The request would exceed the service quota limit
|
|
276
|
+
* <p>The request would exceed the service quota limit.</p>
|
|
269
277
|
*
|
|
270
278
|
* @throws {@link DevOpsAgentServiceException}
|
|
271
279
|
* <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
|
|
@@ -29,7 +29,7 @@ declare const CreateAgentSpaceCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* Creates a new AgentSpace with the specified name and description. Duplicate space names are allowed
|
|
32
|
+
* <p>Creates a new AgentSpace with the specified name and description. Duplicate space names are allowed.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -74,33 +74,31 @@ declare const CreateAgentSpaceCommand_base: {
|
|
|
74
74
|
* @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ConflictException} (client fault)
|
|
77
|
-
* The request conflicts with the current state of the resource
|
|
77
|
+
* <p>The request conflicts with the current state of the resource.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link InternalServerException} (server fault)
|
|
80
|
-
* This exception is thrown when an unexpected error occurs in the processing of a request
|
|
80
|
+
* <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InvalidParameterException} (client fault)
|
|
83
|
-
* One or more parameters provided in the request are invalid
|
|
83
|
+
* <p>One or more parameters provided in the request are invalid.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
86
|
-
* The request would exceed the service quota limit
|
|
86
|
+
* <p>The request would exceed the service quota limit.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
-
* The request was throttled due to too many requests. Please slow down and try again
|
|
89
|
+
* <p>The request was throttled due to too many requests. Please slow down and try again.</p>
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link ValidationException} (client fault)
|
|
92
|
-
*
|
|
93
|
-
* This should be thrown by services when a member of the input structure
|
|
94
|
-
* falls outside of the modeled or documented constraints.
|
|
92
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
95
93
|
*
|
|
96
94
|
* @throws {@link AccessDeniedException} (client fault)
|
|
97
|
-
* Access to the requested resource is denied due to insufficient permissions
|
|
95
|
+
* <p>Access to the requested resource is denied due to insufficient permissions.</p>
|
|
98
96
|
*
|
|
99
97
|
* @throws {@link ContentSizeExceededException} (client fault)
|
|
100
|
-
* This exception is thrown when the content size exceeds the allowed limit
|
|
98
|
+
* <p>This exception is thrown when the content size exceeds the allowed limit.</p>
|
|
101
99
|
*
|
|
102
100
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
103
|
-
* The requested resource could not be found
|
|
101
|
+
* <p>The requested resource could not be found.</p>
|
|
104
102
|
*
|
|
105
103
|
* @throws {@link DevOpsAgentServiceException}
|
|
106
104
|
* <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
|
|
@@ -29,7 +29,7 @@ declare const CreateBacklogTaskCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* Creates a new backlog task in the specified agent space
|
|
32
|
+
* <p>Creates a new backlog task in the specified agent space</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -92,33 +92,31 @@ declare const CreateBacklogTaskCommand_base: {
|
|
|
92
92
|
* @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link AccessDeniedException} (client fault)
|
|
95
|
-
* Access to the requested resource is denied due to insufficient permissions
|
|
95
|
+
* <p>Access to the requested resource is denied due to insufficient permissions.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link ConflictException} (client fault)
|
|
98
|
-
* The request conflicts with the current state of the resource
|
|
98
|
+
* <p>The request conflicts with the current state of the resource.</p>
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link InternalServerException} (server fault)
|
|
101
|
-
* This exception is thrown when an unexpected error occurs in the processing of a request
|
|
101
|
+
* <p>This exception is thrown when an unexpected error occurs in the processing of a request.</p>
|
|
102
102
|
*
|
|
103
103
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
104
|
-
* The requested resource could not be found
|
|
104
|
+
* <p>The requested resource could not be found.</p>
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link ThrottlingException} (client fault)
|
|
107
|
-
* The request was throttled due to too many requests. Please slow down and try again
|
|
107
|
+
* <p>The request was throttled due to too many requests. Please slow down and try again.</p>
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link ValidationException} (client fault)
|
|
110
|
-
*
|
|
111
|
-
* This should be thrown by services when a member of the input structure
|
|
112
|
-
* falls outside of the modeled or documented constraints.
|
|
110
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
113
111
|
*
|
|
114
112
|
* @throws {@link ContentSizeExceededException} (client fault)
|
|
115
|
-
* This exception is thrown when the content size exceeds the allowed limit
|
|
113
|
+
* <p>This exception is thrown when the content size exceeds the allowed limit.</p>
|
|
116
114
|
*
|
|
117
115
|
* @throws {@link InvalidParameterException} (client fault)
|
|
118
|
-
* One or more parameters provided in the request are invalid
|
|
116
|
+
* <p>One or more parameters provided in the request are invalid.</p>
|
|
119
117
|
*
|
|
120
118
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
121
|
-
* The request would exceed the service quota limit
|
|
119
|
+
* <p>The request would exceed the service quota limit.</p>
|
|
122
120
|
*
|
|
123
121
|
* @throws {@link DevOpsAgentServiceException}
|
|
124
122
|
* <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
|