aws-sdk-devopsagent 1.11.0 → 1.12.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 +292 -52
- data/lib/aws-sdk-devopsagent/client_api.rb +141 -42
- data/lib/aws-sdk-devopsagent/types.rb +345 -30
- data/lib/aws-sdk-devopsagent.rb +1 -1
- data/sig/client.rbs +38 -7
- data/sig/params.rbs +46 -14
- data/sig/types.rbs +62 -7
- metadata +1 -1
|
@@ -21,9 +21,21 @@ module Aws::DevOpsAgent
|
|
|
21
21
|
AdditionalServiceRegistrationStep = Shapes::UnionShape.new(name: 'AdditionalServiceRegistrationStep')
|
|
22
22
|
AgentSpace = Shapes::StructureShape.new(name: 'AgentSpace')
|
|
23
23
|
AgentSpaceId = Shapes::StringShape.new(name: 'AgentSpaceId')
|
|
24
|
+
AgentSpaceIdentifier = Shapes::StringShape.new(name: 'AgentSpaceIdentifier')
|
|
24
25
|
AgentSpaceList = Shapes::ListShape.new(name: 'AgentSpaceList')
|
|
25
26
|
AgentSpaceName = Shapes::StringShape.new(name: 'AgentSpaceName')
|
|
27
|
+
AgentSpacePreferenceKey = Shapes::StringShape.new(name: 'AgentSpacePreferenceKey')
|
|
28
|
+
AgentSpacePreferences = Shapes::MapShape.new(name: 'AgentSpacePreferences')
|
|
26
29
|
ApiKeyValue = Shapes::StringShape.new(name: 'ApiKeyValue')
|
|
30
|
+
ApprovalAction = Shapes::StructureShape.new(name: 'ApprovalAction')
|
|
31
|
+
ApprovalActionType = Shapes::StringShape.new(name: 'ApprovalActionType')
|
|
32
|
+
ApprovalArgumentPins = Shapes::MapShape.new(name: 'ApprovalArgumentPins')
|
|
33
|
+
ApprovalId = Shapes::StringShape.new(name: 'ApprovalId')
|
|
34
|
+
ApprovalPattern = Shapes::StructureShape.new(name: 'ApprovalPattern')
|
|
35
|
+
ApprovalPinKey = Shapes::StringShape.new(name: 'ApprovalPinKey')
|
|
36
|
+
ApprovalPinValue = Shapes::StringShape.new(name: 'ApprovalPinValue')
|
|
37
|
+
ApprovalReason = Shapes::StringShape.new(name: 'ApprovalReason')
|
|
38
|
+
ApprovalStatus = Shapes::StringShape.new(name: 'ApprovalStatus')
|
|
27
39
|
Asset = Shapes::StructureShape.new(name: 'Asset')
|
|
28
40
|
AssetContent = Shapes::UnionShape.new(name: 'AssetContent')
|
|
29
41
|
AssetContentUrl = Shapes::StringShape.new(name: 'AssetContentUrl')
|
|
@@ -61,6 +73,7 @@ module Aws::DevOpsAgent
|
|
|
61
73
|
BacklogTaskDescription = Shapes::StringShape.new(name: 'BacklogTaskDescription')
|
|
62
74
|
BacklogTaskTitle = Shapes::StringShape.new(name: 'BacklogTaskTitle')
|
|
63
75
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
76
|
+
ButtonText = Shapes::StringShape.new(name: 'ButtonText')
|
|
64
77
|
CapabilityConfiguration = Shapes::StructureShape.new(name: 'CapabilityConfiguration')
|
|
65
78
|
CapabilityType = Shapes::StringShape.new(name: 'CapabilityType')
|
|
66
79
|
CertificateString = Shapes::StringShape.new(name: 'CertificateString')
|
|
@@ -81,6 +94,7 @@ module Aws::DevOpsAgent
|
|
|
81
94
|
CreateAssetRequestClientTokenString = Shapes::StringShape.new(name: 'CreateAssetRequestClientTokenString')
|
|
82
95
|
CreateAssetResponse = Shapes::StructureShape.new(name: 'CreateAssetResponse')
|
|
83
96
|
CreateBacklogTaskRequest = Shapes::StructureShape.new(name: 'CreateBacklogTaskRequest')
|
|
97
|
+
CreateBacklogTaskRequestClientTokenString = Shapes::StringShape.new(name: 'CreateBacklogTaskRequestClientTokenString')
|
|
84
98
|
CreateBacklogTaskResponse = Shapes::StructureShape.new(name: 'CreateBacklogTaskResponse')
|
|
85
99
|
CreateChatRequest = Shapes::StructureShape.new(name: 'CreateChatRequest')
|
|
86
100
|
CreateChatResponse = Shapes::StructureShape.new(name: 'CreateChatResponse')
|
|
@@ -166,8 +180,8 @@ module Aws::DevOpsAgent
|
|
|
166
180
|
GitLabConfiguration = Shapes::StructureShape.new(name: 'GitLabConfiguration')
|
|
167
181
|
GitLabDetails = Shapes::StructureShape.new(name: 'GitLabDetails')
|
|
168
182
|
GitLabDetailsTargetUrlString = Shapes::StringShape.new(name: 'GitLabDetailsTargetUrlString')
|
|
169
|
-
GitLabDetailsTokenValueString = Shapes::StringShape.new(name: 'GitLabDetailsTokenValueString')
|
|
170
183
|
GitLabTokenType = Shapes::StringShape.new(name: 'GitLabTokenType')
|
|
184
|
+
GitLabTokenValue = Shapes::StringShape.new(name: 'GitLabTokenValue')
|
|
171
185
|
GithubRepoOwnerType = Shapes::StringShape.new(name: 'GithubRepoOwnerType')
|
|
172
186
|
Goal = Shapes::StructureShape.new(name: 'Goal')
|
|
173
187
|
GoalContent = Shapes::StructureShape.new(name: 'GoalContent')
|
|
@@ -187,6 +201,7 @@ module Aws::DevOpsAgent
|
|
|
187
201
|
IdpClientSecret = Shapes::StringShape.new(name: 'IdpClientSecret')
|
|
188
202
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
189
203
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
204
|
+
InterruptId = Shapes::StringShape.new(name: 'InterruptId')
|
|
190
205
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
|
191
206
|
IpAddressOrDnsName = Shapes::StringShape.new(name: 'IpAddressOrDnsName')
|
|
192
207
|
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
@@ -290,6 +305,9 @@ module Aws::DevOpsAgent
|
|
|
290
305
|
MCPServerSigV4ServiceDetails = Shapes::StructureShape.new(name: 'MCPServerSigV4ServiceDetails')
|
|
291
306
|
MCPServerSigV4ServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsDescriptionString')
|
|
292
307
|
MCPServerSplunkConfiguration = Shapes::StructureShape.new(name: 'MCPServerSplunkConfiguration')
|
|
308
|
+
MCPToolDetail = Shapes::StructureShape.new(name: 'MCPToolDetail')
|
|
309
|
+
MCPToolDetailNameString = Shapes::StringShape.new(name: 'MCPToolDetailNameString')
|
|
310
|
+
MCPToolDetailsList = Shapes::ListShape.new(name: 'MCPToolDetailsList')
|
|
293
311
|
MCPToolsList = Shapes::ListShape.new(name: 'MCPToolsList')
|
|
294
312
|
MCPToolsListMemberString = Shapes::StringShape.new(name: 'MCPToolsListMemberString')
|
|
295
313
|
MaxIpv4AddressesPerEni = Shapes::IntegerShape.new(name: 'MaxIpv4AddressesPerEni')
|
|
@@ -298,9 +316,9 @@ module Aws::DevOpsAgent
|
|
|
298
316
|
MonitorAccountType = Shapes::StringShape.new(name: 'MonitorAccountType')
|
|
299
317
|
NewRelicAlertPolicyIds = Shapes::ListShape.new(name: 'NewRelicAlertPolicyIds')
|
|
300
318
|
NewRelicAlertPolicyIdsMemberString = Shapes::StringShape.new(name: 'NewRelicAlertPolicyIdsMemberString')
|
|
319
|
+
NewRelicApiKey = Shapes::StringShape.new(name: 'NewRelicApiKey')
|
|
301
320
|
NewRelicApiKeyConfig = Shapes::StructureShape.new(name: 'NewRelicApiKeyConfig')
|
|
302
321
|
NewRelicApiKeyConfigAccountIdString = Shapes::StringShape.new(name: 'NewRelicApiKeyConfigAccountIdString')
|
|
303
|
-
NewRelicApiKeyConfigApiKeyString = Shapes::StringShape.new(name: 'NewRelicApiKeyConfigApiKeyString')
|
|
304
322
|
NewRelicApplicationIds = Shapes::ListShape.new(name: 'NewRelicApplicationIds')
|
|
305
323
|
NewRelicApplicationIdsMemberString = Shapes::StringShape.new(name: 'NewRelicApplicationIdsMemberString')
|
|
306
324
|
NewRelicEntityGuids = Shapes::ListShape.new(name: 'NewRelicEntityGuids')
|
|
@@ -465,6 +483,9 @@ module Aws::DevOpsAgent
|
|
|
465
483
|
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
|
466
484
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
467
485
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
486
|
+
ToolClassification = Shapes::StringShape.new(name: 'ToolClassification')
|
|
487
|
+
ToolIdentifier = Shapes::StringShape.new(name: 'ToolIdentifier')
|
|
488
|
+
ToolUseId = Shapes::StringShape.new(name: 'ToolUseId')
|
|
468
489
|
Trigger = Shapes::StructureShape.new(name: 'Trigger')
|
|
469
490
|
TriggerAction = Shapes::DocumentShape.new(name: 'TriggerAction', document: true)
|
|
470
491
|
TriggerCondition = Shapes::UnionShape.new(name: 'TriggerCondition')
|
|
@@ -476,6 +497,9 @@ module Aws::DevOpsAgent
|
|
|
476
497
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
477
498
|
UpdateAgentSpaceInput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceInput')
|
|
478
499
|
UpdateAgentSpaceOutput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceOutput')
|
|
500
|
+
UpdateApprovalActionRequest = Shapes::StructureShape.new(name: 'UpdateApprovalActionRequest')
|
|
501
|
+
UpdateApprovalActionRequestTtlSecondsInteger = Shapes::IntegerShape.new(name: 'UpdateApprovalActionRequestTtlSecondsInteger')
|
|
502
|
+
UpdateApprovalActionResponse = Shapes::StructureShape.new(name: 'UpdateApprovalActionResponse')
|
|
479
503
|
UpdateAssetFileRequest = Shapes::StructureShape.new(name: 'UpdateAssetFileRequest')
|
|
480
504
|
UpdateAssetFileRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateAssetFileRequestClientTokenString')
|
|
481
505
|
UpdateAssetFileResponse = Shapes::StructureShape.new(name: 'UpdateAssetFileResponse')
|
|
@@ -485,14 +509,17 @@ module Aws::DevOpsAgent
|
|
|
485
509
|
UpdateAssociationInput = Shapes::StructureShape.new(name: 'UpdateAssociationInput')
|
|
486
510
|
UpdateAssociationOutput = Shapes::StructureShape.new(name: 'UpdateAssociationOutput')
|
|
487
511
|
UpdateBacklogTaskRequest = Shapes::StructureShape.new(name: 'UpdateBacklogTaskRequest')
|
|
512
|
+
UpdateBacklogTaskRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateBacklogTaskRequestClientTokenString')
|
|
488
513
|
UpdateBacklogTaskResponse = Shapes::StructureShape.new(name: 'UpdateBacklogTaskResponse')
|
|
489
514
|
UpdateGoalRequest = Shapes::StructureShape.new(name: 'UpdateGoalRequest')
|
|
515
|
+
UpdateGoalRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateGoalRequestClientTokenString')
|
|
490
516
|
UpdateGoalResponse = Shapes::StructureShape.new(name: 'UpdateGoalResponse')
|
|
491
517
|
UpdateOperatorAppIdpConfigInput = Shapes::StructureShape.new(name: 'UpdateOperatorAppIdpConfigInput')
|
|
492
518
|
UpdateOperatorAppIdpConfigOutput = Shapes::StructureShape.new(name: 'UpdateOperatorAppIdpConfigOutput')
|
|
493
519
|
UpdatePrivateConnectionCertificateInput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateInput')
|
|
494
520
|
UpdatePrivateConnectionCertificateOutput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateOutput')
|
|
495
521
|
UpdateRecommendationRequest = Shapes::StructureShape.new(name: 'UpdateRecommendationRequest')
|
|
522
|
+
UpdateRecommendationRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateRecommendationRequestClientTokenString')
|
|
496
523
|
UpdateRecommendationResponse = Shapes::StructureShape.new(name: 'UpdateRecommendationResponse')
|
|
497
524
|
UpdateTriggerRequest = Shapes::StructureShape.new(name: 'UpdateTriggerRequest')
|
|
498
525
|
UpdateTriggerRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateTriggerRequestClientTokenString')
|
|
@@ -520,6 +547,8 @@ module Aws::DevOpsAgent
|
|
|
520
547
|
AWSConfiguration.add_member(:assumable_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "assumableRoleArn"))
|
|
521
548
|
AWSConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSConfigurationAccountIdString, required: true, location_name: "accountId"))
|
|
522
549
|
AWSConfiguration.add_member(:account_type, Shapes::ShapeRef.new(shape: MonitorAccountType, required: true, location_name: "accountType"))
|
|
550
|
+
AWSConfiguration.add_member(:agent_elevated_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "agentElevatedRoleArn"))
|
|
551
|
+
AWSConfiguration.add_member(:agent_elevated_role_arn_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "agentElevatedRoleArnStatus"))
|
|
523
552
|
AWSConfiguration.struct_class = Types::AWSConfiguration
|
|
524
553
|
|
|
525
554
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
@@ -572,10 +601,28 @@ module Aws::DevOpsAgent
|
|
|
572
601
|
AgentSpace.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
573
602
|
AgentSpace.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
574
603
|
AgentSpace.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
|
|
604
|
+
AgentSpace.add_member(:preferences, Shapes::ShapeRef.new(shape: AgentSpacePreferences, location_name: "preferences"))
|
|
575
605
|
AgentSpace.struct_class = Types::AgentSpace
|
|
576
606
|
|
|
577
607
|
AgentSpaceList.member = Shapes::ShapeRef.new(shape: AgentSpace)
|
|
578
608
|
|
|
609
|
+
AgentSpacePreferences.key = Shapes::ShapeRef.new(shape: AgentSpacePreferenceKey)
|
|
610
|
+
AgentSpacePreferences.value = Shapes::ShapeRef.new(shape: Boolean)
|
|
611
|
+
|
|
612
|
+
ApprovalAction.add_member(:tool_use_id, Shapes::ShapeRef.new(shape: ToolUseId, location_name: "toolUseId"))
|
|
613
|
+
ApprovalAction.add_member(:interrupt_id, Shapes::ShapeRef.new(shape: InterruptId, location_name: "interruptId"))
|
|
614
|
+
ApprovalAction.add_member(:approval_id, Shapes::ShapeRef.new(shape: ApprovalId, location_name: "approvalId"))
|
|
615
|
+
ApprovalAction.add_member(:button_text, Shapes::ShapeRef.new(shape: ButtonText, location_name: "buttonText"))
|
|
616
|
+
ApprovalAction.add_member(:action, Shapes::ShapeRef.new(shape: ApprovalActionType, location_name: "action"))
|
|
617
|
+
ApprovalAction.struct_class = Types::ApprovalAction
|
|
618
|
+
|
|
619
|
+
ApprovalArgumentPins.key = Shapes::ShapeRef.new(shape: ApprovalPinKey)
|
|
620
|
+
ApprovalArgumentPins.value = Shapes::ShapeRef.new(shape: ApprovalPinValue)
|
|
621
|
+
|
|
622
|
+
ApprovalPattern.add_member(:tool, Shapes::ShapeRef.new(shape: ToolIdentifier, required: true, location_name: "tool"))
|
|
623
|
+
ApprovalPattern.add_member(:argument_pins, Shapes::ShapeRef.new(shape: ApprovalArgumentPins, required: true, location_name: "argumentPins"))
|
|
624
|
+
ApprovalPattern.struct_class = Types::ApprovalPattern
|
|
625
|
+
|
|
579
626
|
Asset.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "assetId"))
|
|
580
627
|
Asset.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
|
|
581
628
|
Asset.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "metadata"))
|
|
@@ -713,13 +760,14 @@ module Aws::DevOpsAgent
|
|
|
713
760
|
CreateAgentSpaceInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
714
761
|
CreateAgentSpaceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateAgentSpaceInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
715
762
|
CreateAgentSpaceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
763
|
+
CreateAgentSpaceInput.add_member(:preferences, Shapes::ShapeRef.new(shape: AgentSpacePreferences, location_name: "preferences"))
|
|
716
764
|
CreateAgentSpaceInput.struct_class = Types::CreateAgentSpaceInput
|
|
717
765
|
|
|
718
766
|
CreateAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
|
|
719
767
|
CreateAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
720
768
|
CreateAgentSpaceOutput.struct_class = Types::CreateAgentSpaceOutput
|
|
721
769
|
|
|
722
|
-
CreateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
770
|
+
CreateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
723
771
|
CreateAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
724
772
|
CreateAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
725
773
|
CreateAssetFileRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetFileBody, required: true, location_name: "content"))
|
|
@@ -730,7 +778,7 @@ module Aws::DevOpsAgent
|
|
|
730
778
|
CreateAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
|
|
731
779
|
CreateAssetFileResponse.struct_class = Types::CreateAssetFileResponse
|
|
732
780
|
|
|
733
|
-
CreateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
781
|
+
CreateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
734
782
|
CreateAssetRequest.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
|
|
735
783
|
CreateAssetRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
|
|
736
784
|
CreateAssetRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetContent, required: true, location_name: "content"))
|
|
@@ -740,19 +788,19 @@ module Aws::DevOpsAgent
|
|
|
740
788
|
CreateAssetResponse.add_member(:asset, Shapes::ShapeRef.new(shape: Asset, required: true, location_name: "asset"))
|
|
741
789
|
CreateAssetResponse.struct_class = Types::CreateAssetResponse
|
|
742
790
|
|
|
743
|
-
CreateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
791
|
+
CreateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
744
792
|
CreateBacklogTaskRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceInput, location_name: "reference"))
|
|
745
793
|
CreateBacklogTaskRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "taskType"))
|
|
746
794
|
CreateBacklogTaskRequest.add_member(:title, Shapes::ShapeRef.new(shape: BacklogTaskTitle, required: true, location_name: "title"))
|
|
747
795
|
CreateBacklogTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: BacklogTaskDescription, location_name: "description"))
|
|
748
796
|
CreateBacklogTaskRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
749
|
-
CreateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
797
|
+
CreateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateBacklogTaskRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
750
798
|
CreateBacklogTaskRequest.struct_class = Types::CreateBacklogTaskRequest
|
|
751
799
|
|
|
752
800
|
CreateBacklogTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, required: true, location_name: "task"))
|
|
753
801
|
CreateBacklogTaskResponse.struct_class = Types::CreateBacklogTaskResponse
|
|
754
802
|
|
|
755
|
-
CreateChatRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
803
|
+
CreateChatRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
756
804
|
CreateChatRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, deprecated: true, location: "querystring", location_name: "userId", metadata: {"deprecatedMessage" => "userId is managed by the service and should not be provided by the caller", "deprecatedSince" => "2026-04-15"}))
|
|
757
805
|
CreateChatRequest.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, location: "querystring", location_name: "userType"))
|
|
758
806
|
CreateChatRequest.struct_class = Types::CreateChatRequest
|
|
@@ -779,7 +827,7 @@ module Aws::DevOpsAgent
|
|
|
779
827
|
CreatePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
780
828
|
CreatePrivateConnectionOutput.struct_class = Types::CreatePrivateConnectionOutput
|
|
781
829
|
|
|
782
|
-
CreateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
830
|
+
CreateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
783
831
|
CreateTriggerRequest.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "type"))
|
|
784
832
|
CreateTriggerRequest.add_member(:condition, Shapes::ShapeRef.new(shape: TriggerCondition, required: true, location_name: "condition"))
|
|
785
833
|
CreateTriggerRequest.add_member(:action, Shapes::ShapeRef.new(shape: TriggerAction, required: true, location_name: "action"))
|
|
@@ -810,14 +858,14 @@ module Aws::DevOpsAgent
|
|
|
810
858
|
|
|
811
859
|
DeleteAgentSpaceOutput.struct_class = Types::DeleteAgentSpaceOutput
|
|
812
860
|
|
|
813
|
-
DeleteAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
861
|
+
DeleteAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
814
862
|
DeleteAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
815
863
|
DeleteAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
816
864
|
DeleteAssetFileRequest.struct_class = Types::DeleteAssetFileRequest
|
|
817
865
|
|
|
818
866
|
DeleteAssetFileResponse.struct_class = Types::DeleteAssetFileResponse
|
|
819
867
|
|
|
820
|
-
DeleteAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
868
|
+
DeleteAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
821
869
|
DeleteAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
822
870
|
DeleteAssetRequest.struct_class = Types::DeleteAssetRequest
|
|
823
871
|
|
|
@@ -830,7 +878,7 @@ module Aws::DevOpsAgent
|
|
|
830
878
|
DeletePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
831
879
|
DeletePrivateConnectionOutput.struct_class = Types::DeletePrivateConnectionOutput
|
|
832
880
|
|
|
833
|
-
DeleteTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
881
|
+
DeleteTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
834
882
|
DeleteTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
|
|
835
883
|
DeleteTriggerRequest.struct_class = Types::DeleteTriggerRequest
|
|
836
884
|
|
|
@@ -953,7 +1001,7 @@ module Aws::DevOpsAgent
|
|
|
953
1001
|
GetAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
954
1002
|
GetAgentSpaceOutput.struct_class = Types::GetAgentSpaceOutput
|
|
955
1003
|
|
|
956
|
-
GetAssetContentRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1004
|
+
GetAssetContentRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
957
1005
|
GetAssetContentRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
958
1006
|
GetAssetContentRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetContentRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
959
1007
|
GetAssetContentRequest.struct_class = Types::GetAssetContentRequest
|
|
@@ -962,7 +1010,7 @@ module Aws::DevOpsAgent
|
|
|
962
1010
|
GetAssetContentResponse.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
|
|
963
1011
|
GetAssetContentResponse.struct_class = Types::GetAssetContentResponse
|
|
964
1012
|
|
|
965
|
-
GetAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1013
|
+
GetAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
966
1014
|
GetAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
967
1015
|
GetAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
968
1016
|
GetAssetFileRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetFileRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
@@ -971,7 +1019,7 @@ module Aws::DevOpsAgent
|
|
|
971
1019
|
GetAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
|
|
972
1020
|
GetAssetFileResponse.struct_class = Types::GetAssetFileResponse
|
|
973
1021
|
|
|
974
|
-
GetAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1022
|
+
GetAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
975
1023
|
GetAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
976
1024
|
GetAssetRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
977
1025
|
GetAssetRequest.struct_class = Types::GetAssetRequest
|
|
@@ -986,7 +1034,7 @@ module Aws::DevOpsAgent
|
|
|
986
1034
|
GetAssociationOutput.add_member(:association, Shapes::ShapeRef.new(shape: Association, required: true, location_name: "association"))
|
|
987
1035
|
GetAssociationOutput.struct_class = Types::GetAssociationOutput
|
|
988
1036
|
|
|
989
|
-
GetBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1037
|
+
GetBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
990
1038
|
GetBacklogTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "taskId"))
|
|
991
1039
|
GetBacklogTaskRequest.struct_class = Types::GetBacklogTaskRequest
|
|
992
1040
|
|
|
@@ -1002,7 +1050,7 @@ module Aws::DevOpsAgent
|
|
|
1002
1050
|
GetOperatorAppOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, location_name: "idp"))
|
|
1003
1051
|
GetOperatorAppOutput.struct_class = Types::GetOperatorAppOutput
|
|
1004
1052
|
|
|
1005
|
-
GetRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1053
|
+
GetRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1006
1054
|
GetRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "recommendationId"))
|
|
1007
1055
|
GetRecommendationRequest.add_member(:recommendation_version, Shapes::ShapeRef.new(shape: Long, location: "querystring", location_name: "recommendationVersion"))
|
|
1008
1056
|
GetRecommendationRequest.struct_class = Types::GetRecommendationRequest
|
|
@@ -1017,7 +1065,7 @@ module Aws::DevOpsAgent
|
|
|
1017
1065
|
GetServiceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1018
1066
|
GetServiceOutput.struct_class = Types::GetServiceOutput
|
|
1019
1067
|
|
|
1020
|
-
GetTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1068
|
+
GetTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1021
1069
|
GetTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
|
|
1022
1070
|
GetTriggerRequest.struct_class = Types::GetTriggerRequest
|
|
1023
1071
|
|
|
@@ -1029,18 +1077,18 @@ module Aws::DevOpsAgent
|
|
|
1029
1077
|
GitHubConfiguration.add_member(:owner, Shapes::ShapeRef.new(shape: String, required: true, location_name: "owner"))
|
|
1030
1078
|
GitHubConfiguration.add_member(:owner_type, Shapes::ShapeRef.new(shape: GithubRepoOwnerType, required: true, location_name: "ownerType"))
|
|
1031
1079
|
GitHubConfiguration.add_member(:instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentifier"))
|
|
1032
|
-
GitHubConfiguration.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
|
|
1080
|
+
GitHubConfiguration.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, deprecated: true, location_name: "runtimeRoleArn", metadata: {"deprecatedMessage" => "Superseded by the ReleaseManagement association. Configure the runtime role on the ReleaseManagement association and reference it via releaseManagementAssociationId.", "deprecatedSince" => "2026-08-04"}))
|
|
1033
1081
|
GitHubConfiguration.struct_class = Types::GitHubConfiguration
|
|
1034
1082
|
|
|
1035
1083
|
GitLabConfiguration.add_member(:project_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectId"))
|
|
1036
1084
|
GitLabConfiguration.add_member(:project_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectPath"))
|
|
1037
1085
|
GitLabConfiguration.add_member(:instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentifier"))
|
|
1038
|
-
GitLabConfiguration.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
|
|
1086
|
+
GitLabConfiguration.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, deprecated: true, location_name: "runtimeRoleArn", metadata: {"deprecatedMessage" => "Superseded by the ReleaseManagement association. Configure the runtime role on the ReleaseManagement association and reference it via releaseManagementAssociationId.", "deprecatedSince" => "2026-08-04"}))
|
|
1039
1087
|
GitLabConfiguration.struct_class = Types::GitLabConfiguration
|
|
1040
1088
|
|
|
1041
1089
|
GitLabDetails.add_member(:target_url, Shapes::ShapeRef.new(shape: GitLabDetailsTargetUrlString, required: true, location_name: "targetUrl"))
|
|
1042
1090
|
GitLabDetails.add_member(:token_type, Shapes::ShapeRef.new(shape: GitLabTokenType, required: true, location_name: "tokenType"))
|
|
1043
|
-
GitLabDetails.add_member(:token_value, Shapes::ShapeRef.new(shape:
|
|
1091
|
+
GitLabDetails.add_member(:token_value, Shapes::ShapeRef.new(shape: GitLabTokenValue, required: true, location_name: "tokenValue"))
|
|
1044
1092
|
GitLabDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
|
1045
1093
|
GitLabDetails.struct_class = Types::GitLabDetails
|
|
1046
1094
|
|
|
@@ -1127,7 +1175,7 @@ module Aws::DevOpsAgent
|
|
|
1127
1175
|
ListAgentSpacesOutput.add_member(:agent_spaces, Shapes::ShapeRef.new(shape: AgentSpaceList, required: true, location_name: "agentSpaces"))
|
|
1128
1176
|
ListAgentSpacesOutput.struct_class = Types::ListAgentSpacesOutput
|
|
1129
1177
|
|
|
1130
|
-
ListAssetFilesRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1178
|
+
ListAssetFilesRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1131
1179
|
ListAssetFilesRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1132
1180
|
ListAssetFilesRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: ListAssetFilesRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
1133
1181
|
ListAssetFilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -1146,7 +1194,7 @@ module Aws::DevOpsAgent
|
|
|
1146
1194
|
ListAssetTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1147
1195
|
ListAssetTypesResponse.struct_class = Types::ListAssetTypesResponse
|
|
1148
1196
|
|
|
1149
|
-
ListAssetVersionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1197
|
+
ListAssetVersionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1150
1198
|
ListAssetVersionsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1151
1199
|
ListAssetVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssetVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1152
1200
|
ListAssetVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -1156,7 +1204,7 @@ module Aws::DevOpsAgent
|
|
|
1156
1204
|
ListAssetVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1157
1205
|
ListAssetVersionsResponse.struct_class = Types::ListAssetVersionsResponse
|
|
1158
1206
|
|
|
1159
|
-
ListAssetsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1207
|
+
ListAssetsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1160
1208
|
ListAssetsRequest.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, location: "querystring", location_name: "assetType"))
|
|
1161
1209
|
ListAssetsRequest.add_member(:updated_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "updatedAfter"))
|
|
1162
1210
|
ListAssetsRequest.add_member(:updated_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "updatedBefore"))
|
|
@@ -1178,7 +1226,7 @@ module Aws::DevOpsAgent
|
|
|
1178
1226
|
ListAssociationsOutput.add_member(:associations, Shapes::ShapeRef.new(shape: AssociationsList, required: true, location_name: "associations"))
|
|
1179
1227
|
ListAssociationsOutput.struct_class = Types::ListAssociationsOutput
|
|
1180
1228
|
|
|
1181
|
-
ListBacklogTasksRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1229
|
+
ListBacklogTasksRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1182
1230
|
ListBacklogTasksRequest.add_member(:filter, Shapes::ShapeRef.new(shape: TaskFilter, location_name: "filter"))
|
|
1183
1231
|
ListBacklogTasksRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListBacklogTasksRequestLimitInteger, location_name: "limit"))
|
|
1184
1232
|
ListBacklogTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
@@ -1190,7 +1238,7 @@ module Aws::DevOpsAgent
|
|
|
1190
1238
|
ListBacklogTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1191
1239
|
ListBacklogTasksResponse.struct_class = Types::ListBacklogTasksResponse
|
|
1192
1240
|
|
|
1193
|
-
ListChatsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1241
|
+
ListChatsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1194
1242
|
ListChatsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, deprecated: true, location: "querystring", location_name: "userId", metadata: {"deprecatedMessage" => "userId is managed by the service and should not be provided by the caller", "deprecatedSince" => "2026-04-15"}))
|
|
1195
1243
|
ListChatsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListChatsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1196
1244
|
ListChatsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
@@ -1200,7 +1248,7 @@ module Aws::DevOpsAgent
|
|
|
1200
1248
|
ListChatsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1201
1249
|
ListChatsResponse.struct_class = Types::ListChatsResponse
|
|
1202
1250
|
|
|
1203
|
-
ListExecutionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1251
|
+
ListExecutionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1204
1252
|
ListExecutionsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "taskId"))
|
|
1205
1253
|
ListExecutionsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "limit"))
|
|
1206
1254
|
ListExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
@@ -1210,7 +1258,7 @@ module Aws::DevOpsAgent
|
|
|
1210
1258
|
ListExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1211
1259
|
ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
|
|
1212
1260
|
|
|
1213
|
-
ListGoalsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1261
|
+
ListGoalsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1214
1262
|
ListGoalsRequest.add_member(:status, Shapes::ShapeRef.new(shape: GoalStatus, location_name: "status"))
|
|
1215
1263
|
ListGoalsRequest.add_member(:goal_type, Shapes::ShapeRef.new(shape: GoalType, location_name: "goalType"))
|
|
1216
1264
|
ListGoalsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListGoalsRequestLimitInteger, location_name: "limit"))
|
|
@@ -1221,7 +1269,7 @@ module Aws::DevOpsAgent
|
|
|
1221
1269
|
ListGoalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1222
1270
|
ListGoalsResponse.struct_class = Types::ListGoalsResponse
|
|
1223
1271
|
|
|
1224
|
-
ListJournalRecordsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1272
|
+
ListJournalRecordsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1225
1273
|
ListJournalRecordsRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
1226
1274
|
ListJournalRecordsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListJournalRecordsRequestLimitInteger, location_name: "limit"))
|
|
1227
1275
|
ListJournalRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
@@ -1252,7 +1300,7 @@ module Aws::DevOpsAgent
|
|
|
1252
1300
|
ListPrivateConnectionsOutput.add_member(:private_connections, Shapes::ShapeRef.new(shape: PrivateConnectionSummaryList, required: true, location_name: "privateConnections"))
|
|
1253
1301
|
ListPrivateConnectionsOutput.struct_class = Types::ListPrivateConnectionsOutput
|
|
1254
1302
|
|
|
1255
|
-
ListRecommendationsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1303
|
+
ListRecommendationsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1256
1304
|
ListRecommendationsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "taskId"))
|
|
1257
1305
|
ListRecommendationsRequest.add_member(:goal_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "goalId"))
|
|
1258
1306
|
ListRecommendationsRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "status"))
|
|
@@ -1280,7 +1328,7 @@ module Aws::DevOpsAgent
|
|
|
1280
1328
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
|
1281
1329
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
1282
1330
|
|
|
1283
|
-
ListTriggersRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1331
|
+
ListTriggersRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1284
1332
|
ListTriggersRequest.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, location: "querystring", location_name: "status"))
|
|
1285
1333
|
ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1286
1334
|
ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTriggersRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
@@ -1325,8 +1373,10 @@ module Aws::DevOpsAgent
|
|
|
1325
1373
|
MCPServerBearerTokenConfig.struct_class = Types::MCPServerBearerTokenConfig
|
|
1326
1374
|
|
|
1327
1375
|
MCPServerConfiguration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, required: true, location_name: "tools"))
|
|
1376
|
+
MCPServerConfiguration.add_member(:tool_details, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "toolDetails"))
|
|
1328
1377
|
MCPServerConfiguration.struct_class = Types::MCPServerConfiguration
|
|
1329
1378
|
|
|
1379
|
+
MCPServerDatadogConfiguration.add_member(:enabled_elevated_tools, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "enabledElevatedTools"))
|
|
1330
1380
|
MCPServerDatadogConfiguration.struct_class = Types::MCPServerDatadogConfiguration
|
|
1331
1381
|
|
|
1332
1382
|
MCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
|
|
@@ -1338,6 +1388,7 @@ module Aws::DevOpsAgent
|
|
|
1338
1388
|
MCPServerGrafanaConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
1339
1389
|
MCPServerGrafanaConfiguration.add_member(:organization_id, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfigurationOrganizationIdString, location_name: "organizationId"))
|
|
1340
1390
|
MCPServerGrafanaConfiguration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, location_name: "tools"))
|
|
1391
|
+
MCPServerGrafanaConfiguration.add_member(:enabled_elevated_tools, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "enabledElevatedTools"))
|
|
1341
1392
|
MCPServerGrafanaConfiguration.struct_class = Types::MCPServerGrafanaConfiguration
|
|
1342
1393
|
|
|
1343
1394
|
MCPServerNewRelicConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: MCPServerNewRelicConfigurationAccountIdString, required: true, location_name: "accountId"))
|
|
@@ -1371,6 +1422,7 @@ module Aws::DevOpsAgent
|
|
|
1371
1422
|
MCPServerSigV4AuthorizationConfig.struct_class = Types::MCPServerSigV4AuthorizationConfig
|
|
1372
1423
|
|
|
1373
1424
|
MCPServerSigV4Configuration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, required: true, location_name: "tools"))
|
|
1425
|
+
MCPServerSigV4Configuration.add_member(:tool_details, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "toolDetails"))
|
|
1374
1426
|
MCPServerSigV4Configuration.struct_class = Types::MCPServerSigV4Configuration
|
|
1375
1427
|
|
|
1376
1428
|
MCPServerSigV4ServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
|
|
@@ -1381,6 +1433,12 @@ module Aws::DevOpsAgent
|
|
|
1381
1433
|
|
|
1382
1434
|
MCPServerSplunkConfiguration.struct_class = Types::MCPServerSplunkConfiguration
|
|
1383
1435
|
|
|
1436
|
+
MCPToolDetail.add_member(:name, Shapes::ShapeRef.new(shape: MCPToolDetailNameString, required: true, location_name: "name"))
|
|
1437
|
+
MCPToolDetail.add_member(:tool_classification, Shapes::ShapeRef.new(shape: ToolClassification, location_name: "toolClassification"))
|
|
1438
|
+
MCPToolDetail.struct_class = Types::MCPToolDetail
|
|
1439
|
+
|
|
1440
|
+
MCPToolDetailsList.member = Shapes::ShapeRef.new(shape: MCPToolDetail)
|
|
1441
|
+
|
|
1384
1442
|
MCPToolsList.member = Shapes::ShapeRef.new(shape: MCPToolsListMemberString)
|
|
1385
1443
|
|
|
1386
1444
|
Message.add_member(:user_message, Shapes::ShapeRef.new(shape: UserMessage, location_name: "userMessage"))
|
|
@@ -1393,7 +1451,7 @@ module Aws::DevOpsAgent
|
|
|
1393
1451
|
|
|
1394
1452
|
NewRelicAlertPolicyIds.member = Shapes::ShapeRef.new(shape: NewRelicAlertPolicyIdsMemberString)
|
|
1395
1453
|
|
|
1396
|
-
NewRelicApiKeyConfig.add_member(:api_key, Shapes::ShapeRef.new(shape:
|
|
1454
|
+
NewRelicApiKeyConfig.add_member(:api_key, Shapes::ShapeRef.new(shape: NewRelicApiKey, required: true, location_name: "apiKey"))
|
|
1397
1455
|
NewRelicApiKeyConfig.add_member(:account_id, Shapes::ShapeRef.new(shape: NewRelicApiKeyConfigAccountIdString, required: true, location_name: "accountId"))
|
|
1398
1456
|
NewRelicApiKeyConfig.add_member(:region, Shapes::ShapeRef.new(shape: NewRelicRegion, required: true, location_name: "region"))
|
|
1399
1457
|
NewRelicApiKeyConfig.add_member(:application_ids, Shapes::ShapeRef.new(shape: NewRelicApplicationIds, location_name: "applicationIds"))
|
|
@@ -1596,6 +1654,8 @@ module Aws::DevOpsAgent
|
|
|
1596
1654
|
RegisteredService.add_member(:additional_service_details, Shapes::ShapeRef.new(shape: AdditionalServiceDetails, location_name: "additionalServiceDetails"))
|
|
1597
1655
|
RegisteredService.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1598
1656
|
RegisteredService.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
|
|
1657
|
+
RegisteredService.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1658
|
+
RegisteredService.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
1599
1659
|
RegisteredService.struct_class = Types::RegisteredService
|
|
1600
1660
|
|
|
1601
1661
|
RegisteredServiceNowDetails.add_member(:instance_url, Shapes::ShapeRef.new(shape: ServiceNowInstanceUrl, location_name: "instanceUrl"))
|
|
@@ -1698,6 +1758,7 @@ module Aws::DevOpsAgent
|
|
|
1698
1758
|
SendMessageContext.add_member(:current_page, Shapes::ShapeRef.new(shape: String, location_name: "currentPage"))
|
|
1699
1759
|
SendMessageContext.add_member(:last_message, Shapes::ShapeRef.new(shape: String, location_name: "lastMessage"))
|
|
1700
1760
|
SendMessageContext.add_member(:user_action_response, Shapes::ShapeRef.new(shape: String, location_name: "userActionResponse"))
|
|
1761
|
+
SendMessageContext.add_member(:approval_action, Shapes::ShapeRef.new(shape: ApprovalAction, location_name: "approvalAction"))
|
|
1701
1762
|
SendMessageContext.struct_class = Types::SendMessageContext
|
|
1702
1763
|
|
|
1703
1764
|
SendMessageEvents.add_member(:response_created, Shapes::ShapeRef.new(shape: SendMessageResponseCreatedEvent, event: true, location_name: "responseCreated"))
|
|
@@ -1716,12 +1777,13 @@ module Aws::DevOpsAgent
|
|
|
1716
1777
|
SendMessageJsonDelta.add_member(:partial_json, Shapes::ShapeRef.new(shape: String, location_name: "partialJson"))
|
|
1717
1778
|
SendMessageJsonDelta.struct_class = Types::SendMessageJsonDelta
|
|
1718
1779
|
|
|
1719
|
-
SendMessageRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1780
|
+
SendMessageRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1720
1781
|
SendMessageRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ChatExecutionId, required: true, location_name: "executionId"))
|
|
1721
1782
|
SendMessageRequest.add_member(:content, Shapes::ShapeRef.new(shape: MessageContent, required: true, location_name: "content"))
|
|
1722
1783
|
SendMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: SendMessageContext, location_name: "context"))
|
|
1723
1784
|
SendMessageRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, deprecated: true, location_name: "userId", metadata: {"deprecatedMessage" => "userId is managed by the service and should not be provided by the caller", "deprecatedSince" => "2026-04-15"}))
|
|
1724
1785
|
SendMessageRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: AssetIdList, location_name: "assetIds"))
|
|
1786
|
+
SendMessageRequest.add_member(:model_tier, Shapes::ShapeRef.new(shape: String, location_name: "modelTier"))
|
|
1725
1787
|
SendMessageRequest.struct_class = Types::SendMessageRequest
|
|
1726
1788
|
|
|
1727
1789
|
SendMessageResponse.add_member(:events, Shapes::ShapeRef.new(shape: SendMessageEvents, required: true, eventstream: true, location_name: "events"))
|
|
@@ -1887,6 +1949,8 @@ module Aws::DevOpsAgent
|
|
|
1887
1949
|
SourceAwsConfiguration.add_member(:account_type, Shapes::ShapeRef.new(shape: SourceAccountType, required: true, location_name: "accountType"))
|
|
1888
1950
|
SourceAwsConfiguration.add_member(:assumable_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "assumableRoleArn"))
|
|
1889
1951
|
SourceAwsConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
|
1952
|
+
SourceAwsConfiguration.add_member(:agent_elevated_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "agentElevatedRoleArn"))
|
|
1953
|
+
SourceAwsConfiguration.add_member(:agent_elevated_role_arn_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "agentElevatedRoleArnStatus"))
|
|
1890
1954
|
SourceAwsConfiguration.struct_class = Types::SourceAwsConfiguration
|
|
1891
1955
|
|
|
1892
1956
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -1966,12 +2030,27 @@ module Aws::DevOpsAgent
|
|
|
1966
2030
|
UpdateAgentSpaceInput.add_member(:name, Shapes::ShapeRef.new(shape: AgentSpaceName, location_name: "name"))
|
|
1967
2031
|
UpdateAgentSpaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1968
2032
|
UpdateAgentSpaceInput.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
|
|
2033
|
+
UpdateAgentSpaceInput.add_member(:preferences, Shapes::ShapeRef.new(shape: AgentSpacePreferences, location_name: "preferences"))
|
|
1969
2034
|
UpdateAgentSpaceInput.struct_class = Types::UpdateAgentSpaceInput
|
|
1970
2035
|
|
|
1971
2036
|
UpdateAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
|
|
1972
2037
|
UpdateAgentSpaceOutput.struct_class = Types::UpdateAgentSpaceOutput
|
|
1973
2038
|
|
|
1974
|
-
|
|
2039
|
+
UpdateApprovalActionRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2040
|
+
UpdateApprovalActionRequest.add_member(:approval_id, Shapes::ShapeRef.new(shape: ApprovalId, required: true, location: "uri", location_name: "approvalId"))
|
|
2041
|
+
UpdateApprovalActionRequest.add_member(:action, Shapes::ShapeRef.new(shape: ApprovalActionType, required: true, location_name: "action"))
|
|
2042
|
+
UpdateApprovalActionRequest.add_member(:final_pattern, Shapes::ShapeRef.new(shape: ApprovalPattern, location_name: "finalPattern"))
|
|
2043
|
+
UpdateApprovalActionRequest.add_member(:reason, Shapes::ShapeRef.new(shape: ApprovalReason, location_name: "reason"))
|
|
2044
|
+
UpdateApprovalActionRequest.add_member(:ttl_seconds, Shapes::ShapeRef.new(shape: UpdateApprovalActionRequestTtlSecondsInteger, location_name: "ttlSeconds"))
|
|
2045
|
+
UpdateApprovalActionRequest.add_member(:single_use, Shapes::ShapeRef.new(shape: Boolean, location_name: "singleUse"))
|
|
2046
|
+
UpdateApprovalActionRequest.struct_class = Types::UpdateApprovalActionRequest
|
|
2047
|
+
|
|
2048
|
+
UpdateApprovalActionResponse.add_member(:approval_id, Shapes::ShapeRef.new(shape: ApprovalId, required: true, location_name: "approvalId"))
|
|
2049
|
+
UpdateApprovalActionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ApprovalStatus, required: true, location_name: "status"))
|
|
2050
|
+
UpdateApprovalActionResponse.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expiresAt"))
|
|
2051
|
+
UpdateApprovalActionResponse.struct_class = Types::UpdateApprovalActionResponse
|
|
2052
|
+
|
|
2053
|
+
UpdateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1975
2054
|
UpdateAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1976
2055
|
UpdateAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
1977
2056
|
UpdateAssetFileRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetFileBody, location_name: "content"))
|
|
@@ -1982,7 +2061,7 @@ module Aws::DevOpsAgent
|
|
|
1982
2061
|
UpdateAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
|
|
1983
2062
|
UpdateAssetFileResponse.struct_class = Types::UpdateAssetFileResponse
|
|
1984
2063
|
|
|
1985
|
-
UpdateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2064
|
+
UpdateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1986
2065
|
UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1987
2066
|
UpdateAssetRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
|
|
1988
2067
|
UpdateAssetRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetContent, location_name: "content"))
|
|
@@ -2002,19 +2081,19 @@ module Aws::DevOpsAgent
|
|
|
2002
2081
|
UpdateAssociationOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: GenericWebhook, location_name: "webhook"))
|
|
2003
2082
|
UpdateAssociationOutput.struct_class = Types::UpdateAssociationOutput
|
|
2004
2083
|
|
|
2005
|
-
UpdateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2084
|
+
UpdateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2006
2085
|
UpdateBacklogTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "taskId"))
|
|
2007
2086
|
UpdateBacklogTaskRequest.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "taskStatus"))
|
|
2008
|
-
UpdateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
2087
|
+
UpdateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateBacklogTaskRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2009
2088
|
UpdateBacklogTaskRequest.struct_class = Types::UpdateBacklogTaskRequest
|
|
2010
2089
|
|
|
2011
2090
|
UpdateBacklogTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, required: true, location_name: "task"))
|
|
2012
2091
|
UpdateBacklogTaskResponse.struct_class = Types::UpdateBacklogTaskResponse
|
|
2013
2092
|
|
|
2014
|
-
UpdateGoalRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2093
|
+
UpdateGoalRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2015
2094
|
UpdateGoalRequest.add_member(:goal_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "goalId"))
|
|
2016
2095
|
UpdateGoalRequest.add_member(:evaluation_schedule, Shapes::ShapeRef.new(shape: GoalScheduleInput, location_name: "evaluationSchedule"))
|
|
2017
|
-
UpdateGoalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
2096
|
+
UpdateGoalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateGoalRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2018
2097
|
UpdateGoalRequest.struct_class = Types::UpdateGoalRequest
|
|
2019
2098
|
|
|
2020
2099
|
UpdateGoalResponse.add_member(:goal, Shapes::ShapeRef.new(shape: Goal, required: true, location_name: "goal"))
|
|
@@ -2044,17 +2123,17 @@ module Aws::DevOpsAgent
|
|
|
2044
2123
|
UpdatePrivateConnectionCertificateOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
|
|
2045
2124
|
UpdatePrivateConnectionCertificateOutput.struct_class = Types::UpdatePrivateConnectionCertificateOutput
|
|
2046
2125
|
|
|
2047
|
-
UpdateRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2126
|
+
UpdateRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2048
2127
|
UpdateRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "recommendationId"))
|
|
2049
2128
|
UpdateRecommendationRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "status"))
|
|
2050
2129
|
UpdateRecommendationRequest.add_member(:additional_context, Shapes::ShapeRef.new(shape: String, location_name: "additionalContext"))
|
|
2051
|
-
UpdateRecommendationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
2130
|
+
UpdateRecommendationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateRecommendationRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2052
2131
|
UpdateRecommendationRequest.struct_class = Types::UpdateRecommendationRequest
|
|
2053
2132
|
|
|
2054
2133
|
UpdateRecommendationResponse.add_member(:recommendation, Shapes::ShapeRef.new(shape: Recommendation, required: true, location_name: "recommendation"))
|
|
2055
2134
|
UpdateRecommendationResponse.struct_class = Types::UpdateRecommendationResponse
|
|
2056
2135
|
|
|
2057
|
-
UpdateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2136
|
+
UpdateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2058
2137
|
UpdateTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
|
|
2059
2138
|
UpdateTriggerRequest.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, location_name: "status"))
|
|
2060
2139
|
UpdateTriggerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateTriggerRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -2259,8 +2338,8 @@ module Aws::DevOpsAgent
|
|
|
2259
2338
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2260
2339
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2261
2340
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2262
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2263
2341
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2342
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2264
2343
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2265
2344
|
end)
|
|
2266
2345
|
|
|
@@ -3238,6 +3317,26 @@ module Aws::DevOpsAgent
|
|
|
3238
3317
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
3239
3318
|
end)
|
|
3240
3319
|
|
|
3320
|
+
api.add_operation(:update_approval_action, Seahorse::Model::Operation.new.tap do |o|
|
|
3321
|
+
o.name = "UpdateApprovalAction"
|
|
3322
|
+
o.http_method = "POST"
|
|
3323
|
+
o.http_request_uri = "/agents/agent-space/{agentSpaceId}/approvals/{approvalId}/update-action"
|
|
3324
|
+
o.endpoint_pattern = {
|
|
3325
|
+
"hostPrefix" => "dp.",
|
|
3326
|
+
}
|
|
3327
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApprovalActionRequest)
|
|
3328
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApprovalActionResponse)
|
|
3329
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3330
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
3331
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3332
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3333
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3334
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3335
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3336
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3337
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
3338
|
+
end)
|
|
3339
|
+
|
|
3241
3340
|
api.add_operation(:update_asset, Seahorse::Model::Operation.new.tap do |o|
|
|
3242
3341
|
o.name = "UpdateAsset"
|
|
3243
3342
|
o.http_method = "PATCH"
|