@aws-sdk/client-devops-agent 3.1020.0 → 3.1022.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/README.md +0 -21
  2. package/dist-cjs/index.js +0 -45
  3. package/dist-cjs/schemas/schemas_0.js +24 -134
  4. package/dist-es/DevOpsAgent.js +0 -6
  5. package/dist-es/commands/index.js +0 -3
  6. package/dist-es/models/enums.js +0 -3
  7. package/dist-es/schemas/schemas_0.js +19 -128
  8. package/dist-types/DevOpsAgent.d.ts +0 -21
  9. package/dist-types/DevOpsAgentClient.d.ts +2 -5
  10. package/dist-types/commands/AllowVendedLogDeliveryForResourceCommand.d.ts +1 -1
  11. package/dist-types/commands/AssociateServiceCommand.d.ts +0 -28
  12. package/dist-types/commands/GetAccountUsageCommand.d.ts +4 -0
  13. package/dist-types/commands/GetAssociationCommand.d.ts +0 -14
  14. package/dist-types/commands/GetServiceCommand.d.ts +1 -9
  15. package/dist-types/commands/ListAssociationsCommand.d.ts +0 -14
  16. package/dist-types/commands/ListServicesCommand.d.ts +2 -10
  17. package/dist-types/commands/RegisterServiceCommand.d.ts +1 -11
  18. package/dist-types/commands/UpdateAssociationCommand.d.ts +0 -28
  19. package/dist-types/commands/index.d.ts +0 -3
  20. package/dist-types/models/enums.d.ts +0 -9
  21. package/dist-types/models/models_0.d.ts +8 -399
  22. package/dist-types/schemas/schemas_0.d.ts +0 -17
  23. package/dist-types/ts3.4/DevOpsAgent.d.ts +0 -51
  24. package/dist-types/ts3.4/DevOpsAgentClient.d.ts +0 -18
  25. package/dist-types/ts3.4/commands/index.d.ts +0 -3
  26. package/dist-types/ts3.4/models/enums.d.ts +0 -3
  27. package/dist-types/ts3.4/models/models_0.d.ts +1 -163
  28. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -17
  29. package/package.json +8 -8
  30. package/dist-es/commands/DescribeSupportLevelCommand.js +0 -16
  31. package/dist-es/commands/EndChatForCaseCommand.js +0 -16
  32. package/dist-es/commands/InitiateChatForCaseCommand.js +0 -16
  33. package/dist-types/commands/DescribeSupportLevelCommand.d.ts +0 -112
  34. package/dist-types/commands/EndChatForCaseCommand.d.ts +0 -109
  35. package/dist-types/commands/InitiateChatForCaseCommand.d.ts +0 -109
  36. package/dist-types/ts3.4/commands/DescribeSupportLevelCommand.d.ts +0 -51
  37. package/dist-types/ts3.4/commands/EndChatForCaseCommand.d.ts +0 -50
  38. package/dist-types/ts3.4/commands/InitiateChatForCaseCommand.d.ts +0 -51
package/README.md CHANGED
@@ -260,13 +260,6 @@ DescribePrivateConnection
260
260
  </details>
261
261
  <details>
262
262
  <summary>
263
- DescribeSupportLevel
264
- </summary>
265
-
266
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/DescribeSupportLevelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/DescribeSupportLevelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/DescribeSupportLevelCommandOutput/)
267
- </details>
268
- <details>
269
- <summary>
270
263
  DisableOperatorApp
271
264
  </summary>
272
265
 
@@ -288,13 +281,6 @@ EnableOperatorApp
288
281
  </details>
289
282
  <details>
290
283
  <summary>
291
- EndChatForCase
292
- </summary>
293
-
294
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/EndChatForCaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/EndChatForCaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/EndChatForCaseCommandOutput/)
295
- </details>
296
- <details>
297
- <summary>
298
284
  GetAccountUsage
299
285
  </summary>
300
286
 
@@ -344,13 +330,6 @@ GetService
344
330
  </details>
345
331
  <details>
346
332
  <summary>
347
- InitiateChatForCase
348
- </summary>
349
-
350
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/InitiateChatForCaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/InitiateChatForCaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/InitiateChatForCaseCommandOutput/)
351
- </details>
352
- <details>
353
- <summary>
354
333
  ListAgentSpaces
355
334
  </summary>
356
335
 
package/dist-cjs/index.js CHANGED
@@ -233,18 +233,6 @@ class DescribePrivateConnectionCommand extends smithyClient.Command
233
233
  .build() {
234
234
  }
235
235
 
236
- class DescribeSupportLevelCommand extends smithyClient.Command
237
- .classBuilder()
238
- .ep(commonParams)
239
- .m(function (Command, cs, config, o) {
240
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
241
- })
242
- .s("DevOpsAgent", "DescribeSupportLevel", {})
243
- .n("DevOpsAgentClient", "DescribeSupportLevelCommand")
244
- .sc(schemas_0.DescribeSupportLevel$)
245
- .build() {
246
- }
247
-
248
236
  class DisableOperatorAppCommand extends smithyClient.Command
249
237
  .classBuilder()
250
238
  .ep(commonParams)
@@ -281,18 +269,6 @@ class EnableOperatorAppCommand extends smithyClient.Command
281
269
  .build() {
282
270
  }
283
271
 
284
- class EndChatForCaseCommand extends smithyClient.Command
285
- .classBuilder()
286
- .ep(commonParams)
287
- .m(function (Command, cs, config, o) {
288
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
289
- })
290
- .s("DevOpsAgent", "EndChatForCase", {})
291
- .n("DevOpsAgentClient", "EndChatForCaseCommand")
292
- .sc(schemas_0.EndChatForCase$)
293
- .build() {
294
- }
295
-
296
272
  class GetAccountUsageCommand extends smithyClient.Command
297
273
  .classBuilder()
298
274
  .ep(commonParams)
@@ -377,18 +353,6 @@ class GetServiceCommand extends smithyClient.Command
377
353
  .build() {
378
354
  }
379
355
 
380
- class InitiateChatForCaseCommand extends smithyClient.Command
381
- .classBuilder()
382
- .ep(commonParams)
383
- .m(function (Command, cs, config, o) {
384
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
385
- })
386
- .s("DevOpsAgent", "InitiateChatForCase", {})
387
- .n("DevOpsAgentClient", "InitiateChatForCaseCommand")
388
- .sc(schemas_0.InitiateChatForCase$)
389
- .build() {
390
- }
391
-
392
356
  class ListAgentSpacesCommand extends smithyClient.Command
393
357
  .classBuilder()
394
358
  .ep(commonParams)
@@ -718,11 +682,9 @@ const commands = {
718
682
  DeletePrivateConnectionCommand,
719
683
  DeregisterServiceCommand,
720
684
  DescribePrivateConnectionCommand,
721
- DescribeSupportLevelCommand,
722
685
  DisableOperatorAppCommand,
723
686
  DisassociateServiceCommand,
724
687
  EnableOperatorAppCommand,
725
- EndChatForCaseCommand,
726
688
  GetAccountUsageCommand,
727
689
  GetAgentSpaceCommand,
728
690
  GetAssociationCommand,
@@ -730,7 +692,6 @@ const commands = {
730
692
  GetOperatorAppCommand,
731
693
  GetRecommendationCommand,
732
694
  GetServiceCommand,
733
- InitiateChatForCaseCommand,
734
695
  ListAgentSpacesCommand,
735
696
  ListAssociationsCommand,
736
697
  ListBacklogTasksCommand,
@@ -910,9 +871,7 @@ const Service = {
910
871
  MCP_SERVER_DATADOG: "mcpserverdatadog",
911
872
  MCP_SERVER_GRAFANA: "mcpservergrafana",
912
873
  MCP_SERVER_NEWRELIC: "mcpservernewrelic",
913
- MCP_SERVER_SIGV4: "mcpserversigv4",
914
874
  MCP_SERVER_SPLUNK: "mcpserversplunk",
915
- MS_TEAMS: "msteams",
916
875
  PAGERDUTY: "pagerduty",
917
876
  SERVICENOW: "servicenow",
918
877
  SLACK: "slack",
@@ -926,7 +885,6 @@ const PostRegisterServiceSupportedService = {
926
885
  MCP_SERVER_DATADOG: "mcpserverdatadog",
927
886
  MCP_SERVER_GRAFANA: "mcpservergrafana",
928
887
  MCP_SERVER_NEWRELIC: "mcpservernewrelic",
929
- MCP_SERVER_SIGV4: "mcpserversigv4",
930
888
  MCP_SERVER_SPLUNK: "mcpserversplunk",
931
889
  PAGERDUTY: "pagerduty",
932
890
  SERVICENOW: "servicenow",
@@ -949,13 +907,11 @@ exports.DeleteAgentSpaceCommand = DeleteAgentSpaceCommand;
949
907
  exports.DeletePrivateConnectionCommand = DeletePrivateConnectionCommand;
950
908
  exports.DeregisterServiceCommand = DeregisterServiceCommand;
951
909
  exports.DescribePrivateConnectionCommand = DescribePrivateConnectionCommand;
952
- exports.DescribeSupportLevelCommand = DescribeSupportLevelCommand;
953
910
  exports.DevOpsAgent = DevOpsAgent;
954
911
  exports.DevOpsAgentClient = DevOpsAgentClient;
955
912
  exports.DisableOperatorAppCommand = DisableOperatorAppCommand;
956
913
  exports.DisassociateServiceCommand = DisassociateServiceCommand;
957
914
  exports.EnableOperatorAppCommand = EnableOperatorAppCommand;
958
- exports.EndChatForCaseCommand = EndChatForCaseCommand;
959
915
  exports.EventChannelType = EventChannelType;
960
916
  exports.ExecutionStatus = ExecutionStatus;
961
917
  exports.GetAccountUsageCommand = GetAccountUsageCommand;
@@ -969,7 +925,6 @@ exports.GitLabTokenType = GitLabTokenType;
969
925
  exports.GithubRepoOwnerType = GithubRepoOwnerType;
970
926
  exports.GoalStatus = GoalStatus;
971
927
  exports.GoalType = GoalType;
972
- exports.InitiateChatForCaseCommand = InitiateChatForCaseCommand;
973
928
  exports.IpAddressType = IpAddressType;
974
929
  exports.ListAgentSpacesCommand = ListAgentSpacesCommand;
975
930
  exports.ListAssociationsCommand = ListAssociationsCommand;
@@ -1,11 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EnableOperatorAppOutput$ = exports.EnableOperatorAppInput$ = exports.DynatraceServiceDetails$ = exports.DynatraceOAuthClientCredentialsConfig$ = exports.DynatraceConfiguration$ = exports.DisassociateServiceOutput$ = exports.DisassociateServiceInput$ = exports.DisableOperatorAppInput$ = exports.DescribeSupportLevelResponse$ = exports.DescribeSupportLevelRequest$ = 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.ChatParticipantConnection$ = exports.ChatExecution$ = exports.AzureDevOpsConfiguration$ = exports.AzureConfiguration$ = exports.AWSConfiguration$ = exports.Association$ = exports.AssociateServiceOutput$ = exports.AssociateServiceInput$ = exports.AllowVendedLogDeliveryForResourceOutput$ = exports.AllowVendedLogDeliveryForResourceInput$ = 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.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.InitiateChatForCaseResponse$ = exports.InitiateChatForCaseRequest$ = 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$ = exports.GetAccountUsageInput$ = exports.GenericWebhook$ = exports.Execution$ = exports.EventChannelDetails$ = exports.EventChannelConfiguration$ = exports.EndChatForCaseResponse$ = exports.EndChatForCaseRequest$ = void 0;
5
- 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.MSTeamsTransmissionTarget$ = exports.MSTeamsConfiguration$ = exports.MSTeamsChannel$ = exports.MCPServerSigV4ServiceDetails$ = exports.MCPServerSigV4AuthorizationConfig$ = exports.MCPServerOAuthClientCredentialsConfig$ = exports.MCPServerOAuth3LOConfig$ = exports.MCPServerNewRelicConfiguration$ = exports.MCPServerGrafanaConfiguration$ = exports.MCPServerDetails$ = exports.MCPServerBearerTokenConfig$ = exports.MCPServerAuthorizationDiscoveryConfig$ = exports.MCPServerAPIKeyConfig$ = exports.ListWebhooksOutput$ = exports.ListWebhooksInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListServicesOutput$ = exports.ListServicesInput$ = exports.ListRecommendationsResponse$ = exports.ListRecommendationsRequest$ = exports.ListPrivateConnectionsOutput$ = exports.ListPrivateConnectionsInput$ = void 0;
6
- 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.SupportLevel$ = 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$ = exports.SendMessageResponse$ = exports.SendMessageRequest$ = exports.SendMessageJsonDelta$ = exports.SendMessageHeartbeatEvent$ = exports.SendMessageContext$ = exports.SendMessageContentBlockStopEvent$ = exports.SendMessageContentBlockStartEvent$ = exports.SendMessageContentBlockDeltaEvent$ = void 0;
7
- exports.ListServices$ = exports.ListRecommendations$ = exports.ListPrivateConnections$ = exports.ListPendingMessages$ = exports.ListJournalRecords$ = exports.ListGoals$ = exports.ListExecutions$ = exports.ListChats$ = exports.ListBacklogTasks$ = exports.ListAssociations$ = exports.ListAgentSpaces$ = exports.InitiateChatForCase$ = exports.GetService$ = exports.GetRecommendation$ = exports.GetOperatorApp$ = exports.GetBacklogTask$ = exports.GetAssociation$ = exports.GetAgentSpace$ = exports.GetAccountUsage$ = exports.EndChatForCase$ = exports.EnableOperatorApp$ = exports.DisassociateService$ = exports.DisableOperatorApp$ = exports.DescribeSupportLevel$ = exports.DescribePrivateConnection$ = exports.DeregisterService$ = exports.DeletePrivateConnection$ = exports.DeleteAgentSpace$ = exports.CreatePrivateConnection$ = exports.CreateChat$ = exports.CreateBacklogTask$ = exports.CreateAgentSpace$ = exports.AssociateService$ = exports.AllowVendedLogDeliveryForResource$ = exports.UserMessageBlock$ = exports.ServiceNowServiceAuthorizationConfig$ = exports.ServiceDetails$ = exports.ServiceConfiguration$ = exports.SendMessageEvents$ = exports.SendMessageContentBlockDelta$ = exports.PrivateConnectionMode$ = exports.PagerDutyAuthorizationConfig$ = exports.NewRelicServiceAuthorizationConfig$ = exports.Message$ = exports.MCPServerAuthorizationConfig$ = exports.DynatraceServiceAuthorizationConfig$ = exports.DatadogAuthorizationConfig$ = exports.AssistantMessageBlock$ = exports.AdditionalServiceRegistrationStep$ = exports.AdditionalServiceDetails$ = void 0;
8
- exports.ValidateAwsAssociations$ = 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$ = void 0;
3
+ 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.AllowVendedLogDeliveryForResourceOutput$ = exports.AllowVendedLogDeliveryForResourceInput$ = 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.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$ = exports.GetAccountUsageInput$ = exports.GenericWebhook$ = void 0;
5
+ 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.RegisterServiceOutput$ = exports.RegisterServiceInput$ = exports.RegisteredSlackServiceDetails$ = exports.RegisteredServiceNowDetails$ = exports.RegisteredService$ = exports.RegisteredPagerDutyDetails$ = exports.RegisteredNewRelicDetails$ = 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.MCPServerOAuthClientCredentialsConfig$ = exports.MCPServerOAuth3LOConfig$ = exports.MCPServerNewRelicConfiguration$ = exports.MCPServerGrafanaConfiguration$ = exports.MCPServerDetails$ = exports.MCPServerBearerTokenConfig$ = exports.MCPServerAuthorizationDiscoveryConfig$ = exports.MCPServerAPIKeyConfig$ = exports.ListWebhooksOutput$ = exports.ListWebhooksInput$ = exports.ListTagsForResourceResponse$ = void 0;
6
+ exports.ServiceDetails$ = exports.ServiceConfiguration$ = exports.SendMessageEvents$ = exports.SendMessageContentBlockDelta$ = exports.PrivateConnectionMode$ = 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$ = void 0;
7
+ exports.ValidateAwsAssociations$ = 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.AllowVendedLogDeliveryForResource$ = exports.UserMessageBlock$ = exports.ServiceNowServiceAuthorizationConfig$ = void 0;
9
8
  const _A = "Association";
10
9
  const _AC = "AzureConfiguration";
11
10
  const _ADE = "AccessDeniedException";
@@ -38,10 +37,9 @@ const _CE = "ConflictException";
38
37
  const _CEL = "ChatExecutionList";
39
38
  const _CEh = "ChatExecution";
40
39
  const _CI = "ClientId";
41
- const _CPC = "ChatParticipantConnection";
40
+ const _CPC = "CreatePrivateConnection";
42
41
  const _CPCI = "CreatePrivateConnectionInput";
43
42
  const _CPCO = "CreatePrivateConnectionOutput";
44
- const _CPCr = "CreatePrivateConnection";
45
43
  const _CS = "ClientSecret";
46
44
  const _CSEE = "ContentSizeExceededException";
47
45
  const _D = "Description";
@@ -65,9 +63,6 @@ const _DSD = "DatadogServiceDetails";
65
63
  const _DSDy = "DynatraceServiceDetails";
66
64
  const _DSI = "DeregisterServiceInput";
67
65
  const _DSIi = "DisassociateServiceInput";
68
- const _DSL = "DescribeSupportLevel";
69
- const _DSLR = "DescribeSupportLevelRequest";
70
- const _DSLRe = "DescribeSupportLevelResponse";
71
66
  const _DSO = "DeregisterServiceOutput";
72
67
  const _DSOi = "DisassociateServiceOutput";
73
68
  const _DSi = "DisassociateService";
@@ -75,9 +70,6 @@ const _E = "Execution";
75
70
  const _EA = "EmailAddress";
76
71
  const _ECC = "EventChannelConfiguration";
77
72
  const _ECD = "EventChannelDetails";
78
- const _ECFC = "EndChatForCase";
79
- const _ECFCR = "EndChatForCaseRequest";
80
- const _ECFCRn = "EndChatForCaseResponse";
81
73
  const _EL = "ExecutionList";
82
74
  const _EOA = "EnableOperatorApp";
83
75
  const _EOAI = "EnableOperatorAppInput";
@@ -118,9 +110,6 @@ const _GW = "GenericWebhook";
118
110
  const _IAC = "IamAuthConfiguration";
119
111
  const _IACd = "IdcAuthConfiguration";
120
112
  const _IACdp = "IdpAuthConfiguration";
121
- const _ICFC = "InitiateChatForCase";
122
- const _ICFCR = "InitiateChatForCaseRequest";
123
- const _ICFCRn = "InitiateChatForCaseResponse";
124
113
  const _ICS = "IdpClientSecret";
125
114
  const _ICSE = "IdentityCenterServiceException";
126
115
  const _IPE = "InvalidParameterException";
@@ -176,11 +165,6 @@ const _MCPSGC = "MCPServerGrafanaConfiguration";
176
165
  const _MCPSNRC = "MCPServerNewRelicConfiguration";
177
166
  const _MCPSOACCC = "MCPServerOAuthClientCredentialsConfig";
178
167
  const _MCPSOALOC = "MCPServerOAuth3LOConfig";
179
- const _MCPSSVAC = "MCPServerSigV4AuthorizationConfig";
180
- const _MCPSSVSD = "MCPServerSigV4ServiceDetails";
181
- const _MSTC = "MSTeamsChannel";
182
- const _MSTCe = "MSTeamsConfiguration";
183
- const _MSTTT = "MSTeamsTransmissionTarget";
184
168
  const _NRAKC = "NewRelicApiKeyConfig";
185
169
  const _NRSAC = "NewRelicServiceAuthorizationConfig";
186
170
  const _NRSD = "NewRelicServiceDetails";
@@ -204,7 +188,6 @@ const _RGSDe = "RegisteredGrafanaServerDetails";
204
188
  const _RI = "ReferenceInput";
205
189
  const _RL = "RecommendationList";
206
190
  const _RMCPSD = "RegisteredMCPServerDetails";
207
- const _RMCPSSVD = "RegisteredMCPServerSigV4Details";
208
191
  const _RNFE = "ResourceNotFoundException";
209
192
  const _RNRD = "RegisteredNewRelicDetails";
210
193
  const _RO = "ReferenceOutput";
@@ -221,7 +204,6 @@ const _SC = "SlackChannel";
221
204
  const _SCe = "ServiceConfiguration";
222
205
  const _SCl = "SlackConfiguration";
223
206
  const _SD = "ServiceDetails";
224
- const _SL = "SupportLevel";
225
207
  const _SM = "SendMessage";
226
208
  const _SMC = "SendMessageContext";
227
209
  const _SMCBD = "SendMessageContentBlockDelta";
@@ -316,7 +298,6 @@ const _aSA = "agentSpaceArn";
316
298
  const _aSD = "additionalServiceDetails";
317
299
  const _aSI = "agentSpaceId";
318
300
  const _aST = "agentSubTask";
319
- const _aSc = "activeSubscription";
320
301
  const _aSd = "additionalStep";
321
302
  const _aSg = "agentSpaces";
322
303
  const _aSu = "authScopes";
@@ -344,12 +325,10 @@ const _cIh = "channelId";
344
325
  const _cN = "clientName";
345
326
  const _cNh = "channelName";
346
327
  const _cP = "currentPage";
347
- const _cPC = "chatParticipantConnection";
348
328
  const _cS = "clientSecret";
349
329
  const _cT = "clientToken";
350
330
  const _ce = "certificate";
351
331
  const _co = "configuration";
352
- const _cod = "code";
353
332
  const _con = "content";
354
333
  const _cont = "context";
355
334
  const _d = "description";
@@ -395,10 +374,8 @@ const _i = "iam";
395
374
  const _iAA = "idcApplicationArn";
396
375
  const _iAPE = "ipv4AddressesPerEni";
397
376
  const _iAT = "ipAddressType";
398
- const _iCI = "initialContactId";
399
- const _iCId = "idpClientId";
377
+ const _iCI = "idpClientId";
400
378
  const _iCS = "idpClientSecret";
401
- const _iD = "isDisconnected";
402
379
  const _iI = "instanceIdentifier";
403
380
  const _iIA = "idcInstanceArn";
404
381
  const _iIn = "instanceId";
@@ -422,20 +399,18 @@ const _li = "limit";
422
399
  const _m = "message";
423
400
  const _mAEH = "monthlyAccountEvaluationHours";
424
401
  const _mAIH = "monthlyAccountInvestigationHours";
402
+ const _mAODH = "monthlyAccountOnDemandHours";
425
403
  const _mASLH = "monthlyAccountSystemLearningHours";
426
404
  const _mI = "messageId";
427
405
  const _mR = "maxResults";
428
- const _mSL = "mosaicSupportLevel";
429
406
  const _mc = "mcpserverdatadog";
430
407
  const _mcp = "mcpserver";
431
408
  const _mcps = "mcpserversplunk";
432
409
  const _mcpse = "mcpservernewrelic";
433
410
  const _mcpser = "mcpservergrafana";
434
- const _mcpserv = "mcpserversigv4";
435
411
  const _me = "messages";
436
412
  const _met = "metadata";
437
413
  const _mo = "mode";
438
- const _ms = "msteams";
439
414
  const _n = "name";
440
415
  const _nT = "nextToken";
441
416
  const _o = "owner";
@@ -456,13 +431,11 @@ const _pC = "privateConnections";
456
431
  const _pCN = "privateConnectionName";
457
432
  const _pEI = "parentExecutionId";
458
433
  const _pI = "projectId";
459
- const _pIa = "participantId";
460
- const _pIar = "parentId";
434
+ const _pIa = "parentId";
461
435
  const _pJ = "partialJson";
462
436
  const _pN = "projectName";
463
437
  const _pP = "projectPath";
464
438
  const _pR = "portRanges";
465
- const _pT = "participantToken";
466
439
  const _pTI = "primaryTaskId";
467
440
  const _pa = "path";
468
441
  const _pag = "pagerduty";
@@ -470,7 +443,6 @@ const _pr = "provider";
470
443
  const _r = "reference";
471
444
  const _rA = "resourceArn";
472
445
  const _rABA = "resourceArnBeingAuthorized";
473
- const _rAo = "roleArn";
474
446
  const _rC = "responseCreated";
475
447
  const _rCI = "resourceConfigurationId";
476
448
  const _rCe = "responseCompleted";
@@ -488,12 +460,10 @@ const _rTE = "returnToEndpoint";
488
460
  const _rU = "referenceUrl";
489
461
  const _rV = "recommendationVersion";
490
462
  const _re = "resources";
491
- const _rea = "reason";
492
463
  const _rec = "recommendation";
493
464
  const _reco = "records";
494
465
  const _recom = "recommendations";
495
466
  const _reg = "region";
496
- const _req = "requester";
497
467
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.devopsagent";
498
468
  const _sA = "sourceAws";
499
469
  const _sCC = "supportCodeChallenge";
@@ -503,7 +473,6 @@ const _sGI = "securityGroupIds";
503
473
  const _sI = "serviceId";
504
474
  const _sIu = "subscriptionId";
505
475
  const _sIub = "subnetIds";
506
- const _sL = "supportLevel";
507
476
  const _sM = "supportMetadata";
508
477
  const _sMe = "serviceManaged";
509
478
  const _sMel = "selfManaged";
@@ -525,8 +494,8 @@ const _sy = "system";
525
494
  const _t = "tags";
526
495
  const _tD = "textDelta";
527
496
  const _tI = "taskId";
528
- const _tIe = "teamId";
529
- const _tIen = "tenantId";
497
+ const _tIe = "tenantId";
498
+ const _tIea = "teamId";
530
499
  const _tK = "tagKeys";
531
500
  const _tN = "tokenName";
532
501
  const _tNe = "teamName";
@@ -700,11 +669,6 @@ exports.ChatExecution$ = [3, n0, _CEh,
700
669
  [_eI, _cA, _uA, _su],
701
670
  [0, 4, 4, 0], 2
702
671
  ];
703
- exports.ChatParticipantConnection$ = [3, n0, _CPC,
704
- 0,
705
- [_iCI, _pIa, _pT],
706
- [0, 0, 0], 3
707
- ];
708
672
  exports.CreateAgentSpaceInput$ = [3, n0, _CASI,
709
673
  0,
710
674
  [_n, _d, _l, _kKA, _cT, _t],
@@ -790,16 +754,6 @@ exports.DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
790
754
  [_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _t],
791
755
  [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0], 3
792
756
  ];
793
- exports.DescribeSupportLevelRequest$ = [3, n0, _DSLR,
794
- 0,
795
- [_aSI, _tI],
796
- [[0, 1], [0, 1]], 2
797
- ];
798
- exports.DescribeSupportLevelResponse$ = [3, n0, _DSLRe,
799
- 0,
800
- [_sL, _mSL, _aSc],
801
- [() => exports.SupportLevel$, () => exports.SupportLevel$, 2], 1
802
- ];
803
757
  exports.DisableOperatorAppInput$ = [3, n0, _DOAI,
804
758
  0,
805
759
  [_aSI, _aF],
@@ -832,7 +786,7 @@ exports.DynatraceServiceDetails$ = [3, n0, _DSDy,
832
786
  ];
833
787
  exports.EnableOperatorAppInput$ = [3, n0, _EOAI,
834
788
  0,
835
- [_aSI, _aF, _oARA, _iIA, _iU, _iCId, _iCS, _pr],
789
+ [_aSI, _aF, _oARA, _iIA, _iU, _iCI, _iCS, _pr],
836
790
  [[0, 1], 0, 0, 0, 0, 0, [() => IdpClientSecret, 0], 0], 3
837
791
  ];
838
792
  exports.EnableOperatorAppOutput$ = [3, n0, _EOAO,
@@ -840,16 +794,6 @@ exports.EnableOperatorAppOutput$ = [3, n0, _EOAO,
840
794
  [_aSI, _i, _id, _idp],
841
795
  [0, () => exports.IamAuthConfiguration$, () => exports.IdcAuthConfiguration$, () => exports.IdpAuthConfiguration$], 1
842
796
  ];
843
- exports.EndChatForCaseRequest$ = [3, n0, _ECFCR,
844
- 0,
845
- [_aSI, _tI, _rea, _req, _cT],
846
- [[0, 1], [0, 1], 0, 0, [0, 4]], 2
847
- ];
848
- exports.EndChatForCaseResponse$ = [3, n0, _ECFCRn,
849
- 0,
850
- [_iD, _eI, _eM],
851
- [2, 0, 0], 1
852
- ];
853
797
  exports.EventChannelConfiguration$ = [3, n0, _ECC,
854
798
  0,
855
799
  [],
@@ -877,8 +821,8 @@ exports.GetAccountUsageInput$ = [3, n0, _GAUI,
877
821
  ];
878
822
  exports.GetAccountUsageOutput$ = [3, n0, _GAUO,
879
823
  0,
880
- [_uPST, _uPET, _mAIH, _mAEH, _mASLH],
881
- [5, 5, () => exports.UsageMetric$, () => exports.UsageMetric$, () => exports.UsageMetric$], 2
824
+ [_uPST, _uPET, _mAIH, _mAEH, _mASLH, _mAODH],
825
+ [5, 5, () => exports.UsageMetric$, () => exports.UsageMetric$, () => exports.UsageMetric$, () => exports.UsageMetric$], 2
882
826
  ];
883
827
  exports.GetAgentSpaceInput$ = [3, n0, _GASI,
884
828
  0,
@@ -995,16 +939,6 @@ exports.IdpAuthConfiguration$ = [3, n0, _IACdp,
995
939
  [_iU, _cI, _oARA, _pr, _cA, _uA],
996
940
  [0, 0, 0, 0, 5, 5], 5
997
941
  ];
998
- exports.InitiateChatForCaseRequest$ = [3, n0, _ICFCR,
999
- 0,
1000
- [_aSI, _tI, _cT],
1001
- [[0, 1], [0, 1], [0, 4]], 2
1002
- ];
1003
- exports.InitiateChatForCaseResponse$ = [3, n0, _ICFCRn,
1004
- 0,
1005
- [_cPC],
1006
- [() => exports.ChatParticipantConnection$], 1
1007
- ];
1008
942
  exports.JournalRecord$ = [3, n0, _JR,
1009
943
  0,
1010
944
  [_aSI, _eI, _rIec, _con, _cA, _rT, _uR],
@@ -1180,31 +1114,6 @@ exports.MCPServerOAuthClientCredentialsConfig$ = [3, n0, _MCPSOACCC,
1180
1114
  [_cI, _cS, _eU, _cN, _eP, _sc],
1181
1115
  [[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
1182
1116
  ];
1183
- exports.MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
1184
- 0,
1185
- [_reg, _ser, _rAo],
1186
- [0, 0, 0], 3
1187
- ];
1188
- exports.MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
1189
- 0,
1190
- [_n, _en, _aC, _d],
1191
- [0, 0, () => exports.MCPServerSigV4AuthorizationConfig$, [() => Description, 0]], 3
1192
- ];
1193
- exports.MSTeamsChannel$ = [3, n0, _MSTC,
1194
- 0,
1195
- [_cNh, _cIh],
1196
- [0, 0], 2
1197
- ];
1198
- exports.MSTeamsConfiguration$ = [3, n0, _MSTCe,
1199
- 0,
1200
- [_tIe, _tNe, _tTr],
1201
- [0, 0, () => exports.MSTeamsTransmissionTarget$], 3
1202
- ];
1203
- exports.MSTeamsTransmissionTarget$ = [3, n0, _MSTTT,
1204
- 0,
1205
- [_oOT, _oSRET],
1206
- [() => exports.MSTeamsChannel$, () => exports.MSTeamsChannel$]
1207
- ];
1208
1117
  exports.NewRelicApiKeyConfig$ = [3, n0, _NRAKC,
1209
1118
  0,
1210
1119
  [_aK, _aIc, _reg, _aIp, _eG, _aPI],
@@ -1272,7 +1181,7 @@ exports.RegisteredAzureDevOpsServiceDetails$ = [3, n0, _RADOSD,
1272
1181
  ];
1273
1182
  exports.RegisteredAzureIdentityDetails$ = [3, n0, _RAID,
1274
1183
  0,
1275
- [_tIen, _cI, _wIRA, _wITA],
1184
+ [_tIe, _cI, _wIRA, _wITA],
1276
1185
  [0, 0, 0, 64 | 0], 4
1277
1186
  ];
1278
1187
  exports.RegisteredGithubServiceDetails$ = [3, n0, _RGSD,
@@ -1295,11 +1204,6 @@ exports.RegisteredMCPServerDetails$ = [3, n0, _RMCPSD,
1295
1204
  [_n, _en, _aM, _d, _aKH],
1296
1205
  [0, 0, 0, [() => Description, 0], 0], 3
1297
1206
  ];
1298
- exports.RegisteredMCPServerSigV4Details$ = [3, n0, _RMCPSSVD,
1299
- 0,
1300
- [_n, _en, _reg, _ser, _rAo, _d],
1301
- [0, 0, 0, 0, 0, [() => Description, 0]], 5
1302
- ];
1303
1207
  exports.RegisteredNewRelicDetails$ = [3, n0, _RNRD,
1304
1208
  0,
1305
1209
  [_aIc, _reg, _d],
@@ -1322,7 +1226,7 @@ exports.RegisteredServiceNowDetails$ = [3, n0, _RSND,
1322
1226
  ];
1323
1227
  exports.RegisteredSlackServiceDetails$ = [3, n0, _RSSD,
1324
1228
  0,
1325
- [_tIe, _tNe],
1229
+ [_tIea, _tNe],
1326
1230
  [0, 0], 2
1327
1231
  ];
1328
1232
  exports.RegisterServiceInput$ = [3, n0, _RSI,
@@ -1347,7 +1251,7 @@ exports.SendMessageContentBlockDeltaEvent$ = [3, n0, _SMCBDE,
1347
1251
  ];
1348
1252
  exports.SendMessageContentBlockStartEvent$ = [3, n0, _SMCBSE,
1349
1253
  0,
1350
- [_in, _ty, _id_, _pIar, _sN],
1254
+ [_in, _ty, _id_, _pIa, _sN],
1351
1255
  [1, 0, 0, 0, 1]
1352
1256
  ];
1353
1257
  exports.SendMessageContentBlockStopEvent$ = [3, n0, _SMCBSEe,
@@ -1455,11 +1359,6 @@ exports.SourceAwsConfiguration$ = [3, n0, _SAC,
1455
1359
  [_aIc, _aT, _aRA, _eIx],
1456
1360
  [0, 0, 0, 0], 3
1457
1361
  ];
1458
- exports.SupportLevel$ = [3, n0, _SL,
1459
- 0,
1460
- [_cod, _n],
1461
- [0, 0], 2
1462
- ];
1463
1362
  exports.TagResourceRequest$ = [3, n0, _TRR,
1464
1363
  0,
1465
1364
  [_rA, _t],
@@ -1667,8 +1566,8 @@ var ExchangeParameters = [2, n0, _EP,
1667
1566
  var Tags = 128 | 0;
1668
1567
  exports.AdditionalServiceDetails$ = [4, n0, _ASD,
1669
1568
  0,
1670
- [_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag, _mcpserv],
1671
- [() => 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]]
1569
+ [_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag],
1570
+ [() => 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$]
1672
1571
  ];
1673
1572
  exports.AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
1674
1573
  0,
@@ -1727,13 +1626,13 @@ exports.SendMessageEvents$ = [4, n0, _SME,
1727
1626
  ];
1728
1627
  exports.ServiceConfiguration$ = [4, n0, _SCe,
1729
1628
  0,
1730
- [_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _git, _eCv, _azur, _az, _mcpser, _pag, _ms],
1731
- [() => exports.SourceAwsConfiguration$, () => exports.AWSConfiguration$, () => exports.GitHubConfiguration$, () => exports.SlackConfiguration$, () => exports.DynatraceConfiguration$, () => exports.ServiceNowConfiguration$, () => exports.MCPServerNewRelicConfiguration$, () => exports.GitLabConfiguration$, () => exports.EventChannelConfiguration$, () => exports.AzureConfiguration$, () => exports.AzureDevOpsConfiguration$, () => exports.MCPServerGrafanaConfiguration$, [() => exports.PagerDutyConfiguration$, 0], () => exports.MSTeamsConfiguration$]
1629
+ [_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _git, _eCv, _azur, _az, _mcpser, _pag],
1630
+ [() => exports.SourceAwsConfiguration$, () => exports.AWSConfiguration$, () => exports.GitHubConfiguration$, () => exports.SlackConfiguration$, () => exports.DynatraceConfiguration$, () => exports.ServiceNowConfiguration$, () => exports.MCPServerNewRelicConfiguration$, () => exports.GitLabConfiguration$, () => exports.EventChannelConfiguration$, () => exports.AzureConfiguration$, () => exports.AzureDevOpsConfiguration$, () => exports.MCPServerGrafanaConfiguration$, [() => exports.PagerDutyConfiguration$, 0]]
1732
1631
  ];
1733
1632
  exports.ServiceDetails$ = [4, n0, _SD,
1734
1633
  0,
1735
- [_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu, _mcpserv],
1736
- [[() => 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]]
1634
+ [_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu],
1635
+ [[() => 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$]
1737
1636
  ];
1738
1637
  exports.ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
1739
1638
  0,
@@ -1760,7 +1659,7 @@ exports.CreateBacklogTask$ = [9, n0, _CBT,
1760
1659
  exports.CreateChat$ = [9, n0, _CC,
1761
1660
  { [_en]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/create", 200] }, () => exports.CreateChatRequest$, () => exports.CreateChatResponse$
1762
1661
  ];
1763
- exports.CreatePrivateConnection$ = [9, n0, _CPCr,
1662
+ exports.CreatePrivateConnection$ = [9, n0, _CPC,
1764
1663
  { [_en]: ["cp."], [_ht]: ["POST", "/v1/private-connections", 200] }, () => exports.CreatePrivateConnectionInput$, () => exports.CreatePrivateConnectionOutput$
1765
1664
  ];
1766
1665
  exports.DeleteAgentSpace$ = [9, n0, _DAS,
@@ -1775,9 +1674,6 @@ exports.DeregisterService$ = [9, n0, _DS,
1775
1674
  exports.DescribePrivateConnection$ = [9, n0, _DPCe,
1776
1675
  { [_en]: ["cp."], [_ht]: ["GET", "/v1/private-connections/{name}", 200] }, () => exports.DescribePrivateConnectionInput$, () => exports.DescribePrivateConnectionOutput$
1777
1676
  ];
1778
- exports.DescribeSupportLevel$ = [9, n0, _DSL,
1779
- { [_en]: ["dp."], [_ht]: ["POST", "/support/agent-space/{agentSpaceId}/tasks/{taskId}/supportLevel", 201] }, () => exports.DescribeSupportLevelRequest$, () => exports.DescribeSupportLevelResponse$
1780
- ];
1781
1677
  exports.DisableOperatorApp$ = [9, n0, _DOA,
1782
1678
  { [_en]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => exports.DisableOperatorAppInput$, () => __Unit
1783
1679
  ];
@@ -1787,9 +1683,6 @@ exports.DisassociateService$ = [9, n0, _DSi,
1787
1683
  exports.EnableOperatorApp$ = [9, n0, _EOA,
1788
1684
  { [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => exports.EnableOperatorAppInput$, () => exports.EnableOperatorAppOutput$
1789
1685
  ];
1790
- exports.EndChatForCase$ = [9, n0, _ECFC,
1791
- { [_en]: ["dp."], [_ht]: ["POST", "/support/agent-space/{agentSpaceId}/tasks/{taskId}/end-chat-for-case", 200] }, () => exports.EndChatForCaseRequest$, () => exports.EndChatForCaseResponse$
1792
- ];
1793
1686
  exports.GetAccountUsage$ = [9, n0, _GAU,
1794
1687
  { [_en]: ["dp."], [_ht]: ["GET", "/usage/account", 200] }, () => exports.GetAccountUsageInput$, () => exports.GetAccountUsageOutput$
1795
1688
  ];
@@ -1811,9 +1704,6 @@ exports.GetRecommendation$ = [9, n0, _GR,
1811
1704
  exports.GetService$ = [9, n0, _GSe,
1812
1705
  { [_en]: ["cp."], [_ht]: ["GET", "/v1/services/{serviceId}", 200] }, () => exports.GetServiceInput$, () => exports.GetServiceOutput$
1813
1706
  ];
1814
- exports.InitiateChatForCase$ = [9, n0, _ICFC,
1815
- { [_en]: ["dp."], [_ht]: ["POST", "/support/agent-space/{agentSpaceId}/tasks/{taskId}/chats", 201] }, () => exports.InitiateChatForCaseRequest$, () => exports.InitiateChatForCaseResponse$
1816
- ];
1817
1707
  exports.ListAgentSpaces$ = [9, n0, _LAS,
1818
1708
  { [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/list", 200] }, () => exports.ListAgentSpacesInput$, () => exports.ListAgentSpacesOutput$
1819
1709
  ];
@@ -9,11 +9,9 @@ import { DeleteAgentSpaceCommand, } from "./commands/DeleteAgentSpaceCommand";
9
9
  import { DeletePrivateConnectionCommand, } from "./commands/DeletePrivateConnectionCommand";
10
10
  import { DeregisterServiceCommand, } from "./commands/DeregisterServiceCommand";
11
11
  import { DescribePrivateConnectionCommand, } from "./commands/DescribePrivateConnectionCommand";
12
- import { DescribeSupportLevelCommand, } from "./commands/DescribeSupportLevelCommand";
13
12
  import { DisableOperatorAppCommand, } from "./commands/DisableOperatorAppCommand";
14
13
  import { DisassociateServiceCommand, } from "./commands/DisassociateServiceCommand";
15
14
  import { EnableOperatorAppCommand, } from "./commands/EnableOperatorAppCommand";
16
- import { EndChatForCaseCommand, } from "./commands/EndChatForCaseCommand";
17
15
  import { GetAccountUsageCommand, } from "./commands/GetAccountUsageCommand";
18
16
  import { GetAgentSpaceCommand, } from "./commands/GetAgentSpaceCommand";
19
17
  import { GetAssociationCommand, } from "./commands/GetAssociationCommand";
@@ -21,7 +19,6 @@ import { GetBacklogTaskCommand, } from "./commands/GetBacklogTaskCommand";
21
19
  import { GetOperatorAppCommand, } from "./commands/GetOperatorAppCommand";
22
20
  import { GetRecommendationCommand, } from "./commands/GetRecommendationCommand";
23
21
  import { GetServiceCommand, } from "./commands/GetServiceCommand";
24
- import { InitiateChatForCaseCommand, } from "./commands/InitiateChatForCaseCommand";
25
22
  import { ListAgentSpacesCommand, } from "./commands/ListAgentSpacesCommand";
26
23
  import { ListAssociationsCommand, } from "./commands/ListAssociationsCommand";
27
24
  import { ListBacklogTasksCommand, } from "./commands/ListBacklogTasksCommand";
@@ -66,11 +63,9 @@ const commands = {
66
63
  DeletePrivateConnectionCommand,
67
64
  DeregisterServiceCommand,
68
65
  DescribePrivateConnectionCommand,
69
- DescribeSupportLevelCommand,
70
66
  DisableOperatorAppCommand,
71
67
  DisassociateServiceCommand,
72
68
  EnableOperatorAppCommand,
73
- EndChatForCaseCommand,
74
69
  GetAccountUsageCommand,
75
70
  GetAgentSpaceCommand,
76
71
  GetAssociationCommand,
@@ -78,7 +73,6 @@ const commands = {
78
73
  GetOperatorAppCommand,
79
74
  GetRecommendationCommand,
80
75
  GetServiceCommand,
81
- InitiateChatForCaseCommand,
82
76
  ListAgentSpacesCommand,
83
77
  ListAssociationsCommand,
84
78
  ListBacklogTasksCommand,