aws-sdk-devopsagent 1.0.0 → 1.1.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-devopsagent/client.rb +9 -213
- data/lib/aws-sdk-devopsagent/client_api.rb +1 -159
- data/lib/aws-sdk-devopsagent/types.rb +5 -365
- data/lib/aws-sdk-devopsagent.rb +1 -1
- data/sig/client.rbs +3 -81
- data/sig/types.rbs +4 -110
- metadata +1 -1
|
@@ -35,7 +35,6 @@ module Aws::DevOpsAgent
|
|
|
35
35
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
|
36
36
|
AssociationsList = Shapes::ListShape.new(name: 'AssociationsList')
|
|
37
37
|
AuthFlow = Shapes::StringShape.new(name: 'AuthFlow')
|
|
38
|
-
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
|
39
38
|
AzureConfiguration = Shapes::StructureShape.new(name: 'AzureConfiguration')
|
|
40
39
|
AzureDevOpsConfiguration = Shapes::StructureShape.new(name: 'AzureDevOpsConfiguration')
|
|
41
40
|
BackLogTimestamp = Shapes::TimestampShape.new(name: 'BackLogTimestamp', timestampFormat: "iso8601")
|
|
@@ -45,7 +44,6 @@ module Aws::DevOpsAgent
|
|
|
45
44
|
CertificateString = Shapes::StringShape.new(name: 'CertificateString')
|
|
46
45
|
ChatExecution = Shapes::StructureShape.new(name: 'ChatExecution')
|
|
47
46
|
ChatExecutionList = Shapes::ListShape.new(name: 'ChatExecutionList')
|
|
48
|
-
ChatParticipantConnection = Shapes::StructureShape.new(name: 'ChatParticipantConnection')
|
|
49
47
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
|
50
48
|
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
|
51
49
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
@@ -73,8 +71,6 @@ module Aws::DevOpsAgent
|
|
|
73
71
|
DeregisterServiceOutput = Shapes::StructureShape.new(name: 'DeregisterServiceOutput')
|
|
74
72
|
DescribePrivateConnectionInput = Shapes::StructureShape.new(name: 'DescribePrivateConnectionInput')
|
|
75
73
|
DescribePrivateConnectionOutput = Shapes::StructureShape.new(name: 'DescribePrivateConnectionOutput')
|
|
76
|
-
DescribeSupportLevelRequest = Shapes::StructureShape.new(name: 'DescribeSupportLevelRequest')
|
|
77
|
-
DescribeSupportLevelResponse = Shapes::StructureShape.new(name: 'DescribeSupportLevelResponse')
|
|
78
74
|
Description = Shapes::StringShape.new(name: 'Description')
|
|
79
75
|
DisableOperatorAppInput = Shapes::StructureShape.new(name: 'DisableOperatorAppInput')
|
|
80
76
|
DisassociateServiceInput = Shapes::StructureShape.new(name: 'DisassociateServiceInput')
|
|
@@ -92,8 +88,6 @@ module Aws::DevOpsAgent
|
|
|
92
88
|
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
|
93
89
|
EnableOperatorAppInput = Shapes::StructureShape.new(name: 'EnableOperatorAppInput')
|
|
94
90
|
EnableOperatorAppOutput = Shapes::StructureShape.new(name: 'EnableOperatorAppOutput')
|
|
95
|
-
EndChatForCaseRequest = Shapes::StructureShape.new(name: 'EndChatForCaseRequest')
|
|
96
|
-
EndChatForCaseResponse = Shapes::StructureShape.new(name: 'EndChatForCaseResponse')
|
|
97
91
|
EventChannelConfiguration = Shapes::StructureShape.new(name: 'EventChannelConfiguration')
|
|
98
92
|
EventChannelDetails = Shapes::StructureShape.new(name: 'EventChannelDetails')
|
|
99
93
|
EventChannelType = Shapes::StringShape.new(name: 'EventChannelType')
|
|
@@ -142,8 +136,6 @@ module Aws::DevOpsAgent
|
|
|
142
136
|
IdpAuthConfiguration = Shapes::StructureShape.new(name: 'IdpAuthConfiguration')
|
|
143
137
|
IdpClientId = Shapes::StringShape.new(name: 'IdpClientId')
|
|
144
138
|
IdpClientSecret = Shapes::StringShape.new(name: 'IdpClientSecret')
|
|
145
|
-
InitiateChatForCaseRequest = Shapes::StructureShape.new(name: 'InitiateChatForCaseRequest')
|
|
146
|
-
InitiateChatForCaseResponse = Shapes::StructureShape.new(name: 'InitiateChatForCaseResponse')
|
|
147
139
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
148
140
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
149
141
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
|
@@ -223,17 +215,8 @@ module Aws::DevOpsAgent
|
|
|
223
215
|
MCPServerOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'MCPServerOAuthClientCredentialsConfig')
|
|
224
216
|
MCPServerOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigClientNameString')
|
|
225
217
|
MCPServerOAuthClientCredentialsConfigExchangeUrlString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigExchangeUrlString')
|
|
226
|
-
MCPServerSigV4AuthorizationConfig = Shapes::StructureShape.new(name: 'MCPServerSigV4AuthorizationConfig')
|
|
227
|
-
MCPServerSigV4AuthorizationConfigServiceString = Shapes::StringShape.new(name: 'MCPServerSigV4AuthorizationConfigServiceString')
|
|
228
|
-
MCPServerSigV4ServiceDetails = Shapes::StructureShape.new(name: 'MCPServerSigV4ServiceDetails')
|
|
229
|
-
MCPServerSigV4ServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsDescriptionString')
|
|
230
|
-
MCPServerSigV4ServiceDetailsEndpointString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsEndpointString')
|
|
231
|
-
MCPServerSigV4ServiceDetailsNameString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsNameString')
|
|
232
218
|
MCPToolsList = Shapes::ListShape.new(name: 'MCPToolsList')
|
|
233
219
|
MCPToolsListMemberString = Shapes::StringShape.new(name: 'MCPToolsListMemberString')
|
|
234
|
-
MSTeamsChannel = Shapes::StructureShape.new(name: 'MSTeamsChannel')
|
|
235
|
-
MSTeamsConfiguration = Shapes::StructureShape.new(name: 'MSTeamsConfiguration')
|
|
236
|
-
MSTeamsTransmissionTarget = Shapes::StructureShape.new(name: 'MSTeamsTransmissionTarget')
|
|
237
220
|
MaxIpv4AddressesPerEni = Shapes::IntegerShape.new(name: 'MaxIpv4AddressesPerEni')
|
|
238
221
|
Message = Shapes::UnionShape.new(name: 'Message')
|
|
239
222
|
MessageContent = Shapes::StringShape.new(name: 'MessageContent')
|
|
@@ -293,11 +276,6 @@ module Aws::DevOpsAgent
|
|
|
293
276
|
RegisteredGrafanaServerDetails = Shapes::StructureShape.new(name: 'RegisteredGrafanaServerDetails')
|
|
294
277
|
RegisteredGrafanaServerDetailsEndpointString = Shapes::StringShape.new(name: 'RegisteredGrafanaServerDetailsEndpointString')
|
|
295
278
|
RegisteredMCPServerDetails = Shapes::StructureShape.new(name: 'RegisteredMCPServerDetails')
|
|
296
|
-
RegisteredMCPServerSigV4Details = Shapes::StructureShape.new(name: 'RegisteredMCPServerSigV4Details')
|
|
297
|
-
RegisteredMCPServerSigV4DetailsDescriptionString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsDescriptionString')
|
|
298
|
-
RegisteredMCPServerSigV4DetailsEndpointString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsEndpointString')
|
|
299
|
-
RegisteredMCPServerSigV4DetailsNameString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsNameString')
|
|
300
|
-
RegisteredMCPServerSigV4DetailsServiceString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsServiceString')
|
|
301
279
|
RegisteredNewRelicDetails = Shapes::StructureShape.new(name: 'RegisteredNewRelicDetails')
|
|
302
280
|
RegisteredPagerDutyDetails = Shapes::StructureShape.new(name: 'RegisteredPagerDutyDetails')
|
|
303
281
|
RegisteredService = Shapes::StructureShape.new(name: 'RegisteredService')
|
|
@@ -354,7 +332,6 @@ module Aws::DevOpsAgent
|
|
|
354
332
|
SourceAwsConfigurationAccountIdString = Shapes::StringShape.new(name: 'SourceAwsConfigurationAccountIdString')
|
|
355
333
|
String = Shapes::StringShape.new(name: 'String')
|
|
356
334
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
357
|
-
SupportLevel = Shapes::StructureShape.new(name: 'SupportLevel')
|
|
358
335
|
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
359
336
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
360
337
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
@@ -432,7 +409,6 @@ module Aws::DevOpsAgent
|
|
|
432
409
|
AdditionalServiceDetails.add_member(:azureidentity, Shapes::ShapeRef.new(shape: RegisteredAzureIdentityDetails, location_name: "azureidentity"))
|
|
433
410
|
AdditionalServiceDetails.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: RegisteredGrafanaServerDetails, location_name: "mcpservergrafana"))
|
|
434
411
|
AdditionalServiceDetails.add_member(:pagerduty, Shapes::ShapeRef.new(shape: RegisteredPagerDutyDetails, location_name: "pagerduty"))
|
|
435
|
-
AdditionalServiceDetails.add_member(:mcpserversigv4, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4Details, location_name: "mcpserversigv4"))
|
|
436
412
|
AdditionalServiceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
437
413
|
AdditionalServiceDetails.add_member_subclass(:github, Types::AdditionalServiceDetails::Github)
|
|
438
414
|
AdditionalServiceDetails.add_member_subclass(:slack, Types::AdditionalServiceDetails::Slack)
|
|
@@ -446,7 +422,6 @@ module Aws::DevOpsAgent
|
|
|
446
422
|
AdditionalServiceDetails.add_member_subclass(:azureidentity, Types::AdditionalServiceDetails::Azureidentity)
|
|
447
423
|
AdditionalServiceDetails.add_member_subclass(:mcpservergrafana, Types::AdditionalServiceDetails::Mcpservergrafana)
|
|
448
424
|
AdditionalServiceDetails.add_member_subclass(:pagerduty, Types::AdditionalServiceDetails::Pagerduty)
|
|
449
|
-
AdditionalServiceDetails.add_member_subclass(:mcpserversigv4, Types::AdditionalServiceDetails::Mcpserversigv4)
|
|
450
425
|
AdditionalServiceDetails.add_member_subclass(:unknown, Types::AdditionalServiceDetails::Unknown)
|
|
451
426
|
AdditionalServiceDetails.struct_class = Types::AdditionalServiceDetails
|
|
452
427
|
|
|
@@ -521,11 +496,6 @@ module Aws::DevOpsAgent
|
|
|
521
496
|
|
|
522
497
|
ChatExecutionList.member = Shapes::ShapeRef.new(shape: ChatExecution)
|
|
523
498
|
|
|
524
|
-
ChatParticipantConnection.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "initialContactId"))
|
|
525
|
-
ChatParticipantConnection.add_member(:participant_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "participantId"))
|
|
526
|
-
ChatParticipantConnection.add_member(:participant_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "participantToken"))
|
|
527
|
-
ChatParticipantConnection.struct_class = Types::ChatParticipantConnection
|
|
528
|
-
|
|
529
499
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
530
500
|
ConflictException.struct_class = Types::ConflictException
|
|
531
501
|
|
|
@@ -624,15 +594,6 @@ module Aws::DevOpsAgent
|
|
|
624
594
|
DescribePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
625
595
|
DescribePrivateConnectionOutput.struct_class = Types::DescribePrivateConnectionOutput
|
|
626
596
|
|
|
627
|
-
DescribeSupportLevelRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
628
|
-
DescribeSupportLevelRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "taskId"))
|
|
629
|
-
DescribeSupportLevelRequest.struct_class = Types::DescribeSupportLevelRequest
|
|
630
|
-
|
|
631
|
-
DescribeSupportLevelResponse.add_member(:support_level, Shapes::ShapeRef.new(shape: SupportLevel, required: true, location_name: "supportLevel"))
|
|
632
|
-
DescribeSupportLevelResponse.add_member(:mosaic_support_level, Shapes::ShapeRef.new(shape: SupportLevel, location_name: "mosaicSupportLevel"))
|
|
633
|
-
DescribeSupportLevelResponse.add_member(:active_subscription, Shapes::ShapeRef.new(shape: Boolean, location_name: "activeSubscription"))
|
|
634
|
-
DescribeSupportLevelResponse.struct_class = Types::DescribeSupportLevelResponse
|
|
635
|
-
|
|
636
597
|
DisableOperatorAppInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
637
598
|
DisableOperatorAppInput.add_member(:auth_flow, Shapes::ShapeRef.new(shape: AuthFlow, location: "header", location_name: "x-amzn-app-auth-flow"))
|
|
638
599
|
DisableOperatorAppInput.struct_class = Types::DisableOperatorAppInput
|
|
@@ -683,18 +644,6 @@ module Aws::DevOpsAgent
|
|
|
683
644
|
EnableOperatorAppOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, location_name: "idp"))
|
|
684
645
|
EnableOperatorAppOutput.struct_class = Types::EnableOperatorAppOutput
|
|
685
646
|
|
|
686
|
-
EndChatForCaseRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
687
|
-
EndChatForCaseRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "taskId"))
|
|
688
|
-
EndChatForCaseRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
|
689
|
-
EndChatForCaseRequest.add_member(:requester, Shapes::ShapeRef.new(shape: String, location_name: "requester"))
|
|
690
|
-
EndChatForCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
691
|
-
EndChatForCaseRequest.struct_class = Types::EndChatForCaseRequest
|
|
692
|
-
|
|
693
|
-
EndChatForCaseResponse.add_member(:is_disconnected, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isDisconnected"))
|
|
694
|
-
EndChatForCaseResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: String, location_name: "executionId"))
|
|
695
|
-
EndChatForCaseResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
|
696
|
-
EndChatForCaseResponse.struct_class = Types::EndChatForCaseResponse
|
|
697
|
-
|
|
698
647
|
EventChannelConfiguration.struct_class = Types::EventChannelConfiguration
|
|
699
648
|
|
|
700
649
|
EventChannelDetails.add_member(:type, Shapes::ShapeRef.new(shape: EventChannelType, location_name: "type"))
|
|
@@ -728,6 +677,7 @@ module Aws::DevOpsAgent
|
|
|
728
677
|
GetAccountUsageOutput.add_member(:monthly_account_investigation_hours, Shapes::ShapeRef.new(shape: UsageMetric, location_name: "monthlyAccountInvestigationHours"))
|
|
729
678
|
GetAccountUsageOutput.add_member(:monthly_account_evaluation_hours, Shapes::ShapeRef.new(shape: UsageMetric, location_name: "monthlyAccountEvaluationHours"))
|
|
730
679
|
GetAccountUsageOutput.add_member(:monthly_account_system_learning_hours, Shapes::ShapeRef.new(shape: UsageMetric, location_name: "monthlyAccountSystemLearningHours"))
|
|
680
|
+
GetAccountUsageOutput.add_member(:monthly_account_on_demand_hours, Shapes::ShapeRef.new(shape: UsageMetric, location_name: "monthlyAccountOnDemandHours"))
|
|
731
681
|
GetAccountUsageOutput.add_member(:usage_period_start_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "usagePeriodStartTime"))
|
|
732
682
|
GetAccountUsageOutput.add_member(:usage_period_end_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "usagePeriodEndTime"))
|
|
733
683
|
GetAccountUsageOutput.struct_class = Types::GetAccountUsageOutput
|
|
@@ -852,14 +802,6 @@ module Aws::DevOpsAgent
|
|
|
852
802
|
IdpAuthConfiguration.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
853
803
|
IdpAuthConfiguration.struct_class = Types::IdpAuthConfiguration
|
|
854
804
|
|
|
855
|
-
InitiateChatForCaseRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
856
|
-
InitiateChatForCaseRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "taskId"))
|
|
857
|
-
InitiateChatForCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
858
|
-
InitiateChatForCaseRequest.struct_class = Types::InitiateChatForCaseRequest
|
|
859
|
-
|
|
860
|
-
InitiateChatForCaseResponse.add_member(:chat_participant_connection, Shapes::ShapeRef.new(shape: ChatParticipantConnection, required: true, location_name: "chatParticipantConnection"))
|
|
861
|
-
InitiateChatForCaseResponse.struct_class = Types::InitiateChatForCaseResponse
|
|
862
|
-
|
|
863
805
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
864
806
|
InternalServerException.struct_class = Types::InternalServerException
|
|
865
807
|
|
|
@@ -1065,32 +1007,8 @@ module Aws::DevOpsAgent
|
|
|
1065
1007
|
MCPServerOAuthClientCredentialsConfig.add_member(:scopes, Shapes::ShapeRef.new(shape: Scopes, location_name: "scopes"))
|
|
1066
1008
|
MCPServerOAuthClientCredentialsConfig.struct_class = Types::MCPServerOAuthClientCredentialsConfig
|
|
1067
1009
|
|
|
1068
|
-
MCPServerSigV4AuthorizationConfig.add_member(:region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "region"))
|
|
1069
|
-
MCPServerSigV4AuthorizationConfig.add_member(:service, Shapes::ShapeRef.new(shape: MCPServerSigV4AuthorizationConfigServiceString, required: true, location_name: "service"))
|
|
1070
|
-
MCPServerSigV4AuthorizationConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1071
|
-
MCPServerSigV4AuthorizationConfig.struct_class = Types::MCPServerSigV4AuthorizationConfig
|
|
1072
|
-
|
|
1073
|
-
MCPServerSigV4ServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsNameString, required: true, location_name: "name"))
|
|
1074
|
-
MCPServerSigV4ServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsEndpointString, required: true, location_name: "endpoint"))
|
|
1075
|
-
MCPServerSigV4ServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsDescriptionString, location_name: "description"))
|
|
1076
|
-
MCPServerSigV4ServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: MCPServerSigV4AuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
1077
|
-
MCPServerSigV4ServiceDetails.struct_class = Types::MCPServerSigV4ServiceDetails
|
|
1078
|
-
|
|
1079
1010
|
MCPToolsList.member = Shapes::ShapeRef.new(shape: MCPToolsListMemberString)
|
|
1080
1011
|
|
|
1081
|
-
MSTeamsChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "channelName"))
|
|
1082
|
-
MSTeamsChannel.add_member(:channel_id, Shapes::ShapeRef.new(shape: Guid, required: true, location_name: "channelId"))
|
|
1083
|
-
MSTeamsChannel.struct_class = Types::MSTeamsChannel
|
|
1084
|
-
|
|
1085
|
-
MSTeamsConfiguration.add_member(:team_id, Shapes::ShapeRef.new(shape: Guid, required: true, location_name: "teamId"))
|
|
1086
|
-
MSTeamsConfiguration.add_member(:team_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "teamName"))
|
|
1087
|
-
MSTeamsConfiguration.add_member(:transmission_target, Shapes::ShapeRef.new(shape: MSTeamsTransmissionTarget, required: true, location_name: "transmissionTarget"))
|
|
1088
|
-
MSTeamsConfiguration.struct_class = Types::MSTeamsConfiguration
|
|
1089
|
-
|
|
1090
|
-
MSTeamsTransmissionTarget.add_member(:ops_oncall_target, Shapes::ShapeRef.new(shape: MSTeamsChannel, location_name: "opsOncallTarget"))
|
|
1091
|
-
MSTeamsTransmissionTarget.add_member(:ops_sre_target, Shapes::ShapeRef.new(shape: MSTeamsChannel, location_name: "opsSRETarget"))
|
|
1092
|
-
MSTeamsTransmissionTarget.struct_class = Types::MSTeamsTransmissionTarget
|
|
1093
|
-
|
|
1094
1012
|
Message.add_member(:user_message, Shapes::ShapeRef.new(shape: UserMessage, location_name: "userMessage"))
|
|
1095
1013
|
Message.add_member(:assistant_message, Shapes::ShapeRef.new(shape: AssistantMessage, location_name: "assistantMessage"))
|
|
1096
1014
|
Message.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
@@ -1258,14 +1176,6 @@ module Aws::DevOpsAgent
|
|
|
1258
1176
|
RegisteredMCPServerDetails.add_member(:api_key_header, Shapes::ShapeRef.new(shape: String, location_name: "apiKeyHeader"))
|
|
1259
1177
|
RegisteredMCPServerDetails.struct_class = Types::RegisteredMCPServerDetails
|
|
1260
1178
|
|
|
1261
|
-
RegisteredMCPServerSigV4Details.add_member(:name, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsNameString, required: true, location_name: "name"))
|
|
1262
|
-
RegisteredMCPServerSigV4Details.add_member(:endpoint, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsEndpointString, required: true, location_name: "endpoint"))
|
|
1263
|
-
RegisteredMCPServerSigV4Details.add_member(:description, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsDescriptionString, location_name: "description"))
|
|
1264
|
-
RegisteredMCPServerSigV4Details.add_member(:region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "region"))
|
|
1265
|
-
RegisteredMCPServerSigV4Details.add_member(:service, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsServiceString, required: true, location_name: "service"))
|
|
1266
|
-
RegisteredMCPServerSigV4Details.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1267
|
-
RegisteredMCPServerSigV4Details.struct_class = Types::RegisteredMCPServerSigV4Details
|
|
1268
|
-
|
|
1269
1179
|
RegisteredNewRelicDetails.add_member(:account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "accountId"))
|
|
1270
1180
|
RegisteredNewRelicDetails.add_member(:region, Shapes::ShapeRef.new(shape: NewRelicRegion, required: true, location_name: "region"))
|
|
1271
1181
|
RegisteredNewRelicDetails.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -1405,7 +1315,6 @@ module Aws::DevOpsAgent
|
|
|
1405
1315
|
ServiceConfiguration.add_member(:azuredevops, Shapes::ShapeRef.new(shape: AzureDevOpsConfiguration, location_name: "azuredevops"))
|
|
1406
1316
|
ServiceConfiguration.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfiguration, location_name: "mcpservergrafana"))
|
|
1407
1317
|
ServiceConfiguration.add_member(:pagerduty, Shapes::ShapeRef.new(shape: PagerDutyConfiguration, location_name: "pagerduty"))
|
|
1408
|
-
ServiceConfiguration.add_member(:msteams, Shapes::ShapeRef.new(shape: MSTeamsConfiguration, location_name: "msteams"))
|
|
1409
1318
|
ServiceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1410
1319
|
ServiceConfiguration.add_member_subclass(:source_aws, Types::ServiceConfiguration::SourceAws)
|
|
1411
1320
|
ServiceConfiguration.add_member_subclass(:aws, Types::ServiceConfiguration::Aws)
|
|
@@ -1420,7 +1329,6 @@ module Aws::DevOpsAgent
|
|
|
1420
1329
|
ServiceConfiguration.add_member_subclass(:azuredevops, Types::ServiceConfiguration::Azuredevops)
|
|
1421
1330
|
ServiceConfiguration.add_member_subclass(:mcpservergrafana, Types::ServiceConfiguration::Mcpservergrafana)
|
|
1422
1331
|
ServiceConfiguration.add_member_subclass(:pagerduty, Types::ServiceConfiguration::Pagerduty)
|
|
1423
|
-
ServiceConfiguration.add_member_subclass(:msteams, Types::ServiceConfiguration::Msteams)
|
|
1424
1332
|
ServiceConfiguration.add_member_subclass(:unknown, Types::ServiceConfiguration::Unknown)
|
|
1425
1333
|
ServiceConfiguration.struct_class = Types::ServiceConfiguration
|
|
1426
1334
|
|
|
@@ -1435,7 +1343,6 @@ module Aws::DevOpsAgent
|
|
|
1435
1343
|
ServiceDetails.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: GrafanaServiceDetails, location_name: "mcpservergrafana"))
|
|
1436
1344
|
ServiceDetails.add_member(:pagerduty, Shapes::ShapeRef.new(shape: PagerDutyDetails, location_name: "pagerduty"))
|
|
1437
1345
|
ServiceDetails.add_member(:azureidentity, Shapes::ShapeRef.new(shape: RegisteredAzureIdentityDetails, location_name: "azureidentity"))
|
|
1438
|
-
ServiceDetails.add_member(:mcpserversigv4, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetails, location_name: "mcpserversigv4"))
|
|
1439
1346
|
ServiceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1440
1347
|
ServiceDetails.add_member_subclass(:dynatrace, Types::ServiceDetails::Dynatrace)
|
|
1441
1348
|
ServiceDetails.add_member_subclass(:servicenow, Types::ServiceDetails::Servicenow)
|
|
@@ -1448,7 +1355,6 @@ module Aws::DevOpsAgent
|
|
|
1448
1355
|
ServiceDetails.add_member_subclass(:mcpservergrafana, Types::ServiceDetails::Mcpservergrafana)
|
|
1449
1356
|
ServiceDetails.add_member_subclass(:pagerduty, Types::ServiceDetails::Pagerduty)
|
|
1450
1357
|
ServiceDetails.add_member_subclass(:azureidentity, Types::ServiceDetails::Azureidentity)
|
|
1451
|
-
ServiceDetails.add_member_subclass(:mcpserversigv4, Types::ServiceDetails::Mcpserversigv4)
|
|
1452
1358
|
ServiceDetails.add_member_subclass(:unknown, Types::ServiceDetails::Unknown)
|
|
1453
1359
|
ServiceDetails.struct_class = Types::ServiceDetails
|
|
1454
1360
|
|
|
@@ -1506,10 +1412,6 @@ module Aws::DevOpsAgent
|
|
|
1506
1412
|
SourceAwsConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
|
1507
1413
|
SourceAwsConfiguration.struct_class = Types::SourceAwsConfiguration
|
|
1508
1414
|
|
|
1509
|
-
SupportLevel.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
|
1510
|
-
SupportLevel.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1511
|
-
SupportLevel.struct_class = Types::SupportLevel
|
|
1512
|
-
|
|
1513
1415
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
1514
1416
|
|
|
1515
1417
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagResourceRequestResourceArnString, required: true, location: "uri", location_name: "resourceArn"))
|
|
@@ -1893,26 +1795,6 @@ module Aws::DevOpsAgent
|
|
|
1893
1795
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1894
1796
|
end)
|
|
1895
1797
|
|
|
1896
|
-
api.add_operation(:describe_support_level, Seahorse::Model::Operation.new.tap do |o|
|
|
1897
|
-
o.name = "DescribeSupportLevel"
|
|
1898
|
-
o.http_method = "POST"
|
|
1899
|
-
o.http_request_uri = "/support/agent-space/{agentSpaceId}/tasks/{taskId}/supportLevel"
|
|
1900
|
-
o.endpoint_pattern = {
|
|
1901
|
-
"hostPrefix" => "dp.",
|
|
1902
|
-
}
|
|
1903
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeSupportLevelRequest)
|
|
1904
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeSupportLevelResponse)
|
|
1905
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1906
|
-
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1907
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1908
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1909
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1910
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1911
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1912
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1913
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1914
|
-
end)
|
|
1915
|
-
|
|
1916
1798
|
api.add_operation(:disable_operator_app, Seahorse::Model::Operation.new.tap do |o|
|
|
1917
1799
|
o.name = "DisableOperatorApp"
|
|
1918
1800
|
o.http_method = "DELETE"
|
|
@@ -1975,26 +1857,6 @@ module Aws::DevOpsAgent
|
|
|
1975
1857
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1976
1858
|
end)
|
|
1977
1859
|
|
|
1978
|
-
api.add_operation(:end_chat_for_case, Seahorse::Model::Operation.new.tap do |o|
|
|
1979
|
-
o.name = "EndChatForCase"
|
|
1980
|
-
o.http_method = "POST"
|
|
1981
|
-
o.http_request_uri = "/support/agent-space/{agentSpaceId}/tasks/{taskId}/end-chat-for-case"
|
|
1982
|
-
o.endpoint_pattern = {
|
|
1983
|
-
"hostPrefix" => "dp.",
|
|
1984
|
-
}
|
|
1985
|
-
o.input = Shapes::ShapeRef.new(shape: EndChatForCaseRequest)
|
|
1986
|
-
o.output = Shapes::ShapeRef.new(shape: EndChatForCaseResponse)
|
|
1987
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1988
|
-
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1989
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1990
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1991
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1992
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1993
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1994
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1995
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1996
|
-
end)
|
|
1997
|
-
|
|
1998
1860
|
api.add_operation(:get_account_usage, Seahorse::Model::Operation.new.tap do |o|
|
|
1999
1861
|
o.name = "GetAccountUsage"
|
|
2000
1862
|
o.http_method = "GET"
|
|
@@ -2135,26 +1997,6 @@ module Aws::DevOpsAgent
|
|
|
2135
1997
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2136
1998
|
end)
|
|
2137
1999
|
|
|
2138
|
-
api.add_operation(:initiate_chat_for_case, Seahorse::Model::Operation.new.tap do |o|
|
|
2139
|
-
o.name = "InitiateChatForCase"
|
|
2140
|
-
o.http_method = "POST"
|
|
2141
|
-
o.http_request_uri = "/support/agent-space/{agentSpaceId}/tasks/{taskId}/chats"
|
|
2142
|
-
o.endpoint_pattern = {
|
|
2143
|
-
"hostPrefix" => "dp.",
|
|
2144
|
-
}
|
|
2145
|
-
o.input = Shapes::ShapeRef.new(shape: InitiateChatForCaseRequest)
|
|
2146
|
-
o.output = Shapes::ShapeRef.new(shape: InitiateChatForCaseResponse)
|
|
2147
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2148
|
-
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2149
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2150
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2151
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2152
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2153
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2154
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2155
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2156
|
-
end)
|
|
2157
|
-
|
|
2158
2000
|
api.add_operation(:list_agent_spaces, Seahorse::Model::Operation.new.tap do |o|
|
|
2159
2001
|
o.name = "ListAgentSpaces"
|
|
2160
2002
|
o.http_method = "POST"
|