aws-sdk-devopsagent 1.11.0 → 1.13.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-devopsagent/client.rb +328 -52
- data/lib/aws-sdk-devopsagent/client_api.rb +162 -42
- data/lib/aws-sdk-devopsagent/types.rb +391 -31
- data/lib/aws-sdk-devopsagent.rb +1 -1
- data/sig/client.rbs +40 -13
- data/sig/params.rbs +58 -14
- data/sig/types.rbs +74 -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')
|
|
@@ -321,6 +339,7 @@ module Aws::DevOpsAgent
|
|
|
321
339
|
PagerDutyScopes = Shapes::ListShape.new(name: 'PagerDutyScopes')
|
|
322
340
|
PagerDutyScopesList = Shapes::ListShape.new(name: 'PagerDutyScopesList')
|
|
323
341
|
PagerDutyServicesList = Shapes::ListShape.new(name: 'PagerDutyServicesList')
|
|
342
|
+
PatternFilter = Shapes::StructureShape.new(name: 'PatternFilter')
|
|
324
343
|
PendingMessage = Shapes::StructureShape.new(name: 'PendingMessage')
|
|
325
344
|
PendingMessages = Shapes::ListShape.new(name: 'PendingMessages')
|
|
326
345
|
PortRange = Shapes::StringShape.new(name: 'PortRange')
|
|
@@ -465,10 +484,19 @@ module Aws::DevOpsAgent
|
|
|
465
484
|
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
|
466
485
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
467
486
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
487
|
+
ToolClassification = Shapes::StringShape.new(name: 'ToolClassification')
|
|
488
|
+
ToolIdentifier = Shapes::StringShape.new(name: 'ToolIdentifier')
|
|
489
|
+
ToolUseId = Shapes::StringShape.new(name: 'ToolUseId')
|
|
468
490
|
Trigger = Shapes::StructureShape.new(name: 'Trigger')
|
|
469
491
|
TriggerAction = Shapes::DocumentShape.new(name: 'TriggerAction', document: true)
|
|
470
492
|
TriggerCondition = Shapes::UnionShape.new(name: 'TriggerCondition')
|
|
493
|
+
TriggerEvent = Shapes::StringShape.new(name: 'TriggerEvent')
|
|
494
|
+
TriggerEventList = Shapes::ListShape.new(name: 'TriggerEventList')
|
|
495
|
+
TriggerFilterGroup = Shapes::StructureShape.new(name: 'TriggerFilterGroup')
|
|
496
|
+
TriggerFilterGroups = Shapes::ListShape.new(name: 'TriggerFilterGroups')
|
|
471
497
|
TriggerList = Shapes::ListShape.new(name: 'TriggerList')
|
|
498
|
+
TriggerRegexPattern = Shapes::StringShape.new(name: 'TriggerRegexPattern')
|
|
499
|
+
TriggerRegexPatternList = Shapes::ListShape.new(name: 'TriggerRegexPatternList')
|
|
472
500
|
TriggerStatus = Shapes::StringShape.new(name: 'TriggerStatus')
|
|
473
501
|
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
|
474
502
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
@@ -476,6 +504,9 @@ module Aws::DevOpsAgent
|
|
|
476
504
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
477
505
|
UpdateAgentSpaceInput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceInput')
|
|
478
506
|
UpdateAgentSpaceOutput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceOutput')
|
|
507
|
+
UpdateApprovalActionRequest = Shapes::StructureShape.new(name: 'UpdateApprovalActionRequest')
|
|
508
|
+
UpdateApprovalActionRequestTtlSecondsInteger = Shapes::IntegerShape.new(name: 'UpdateApprovalActionRequestTtlSecondsInteger')
|
|
509
|
+
UpdateApprovalActionResponse = Shapes::StructureShape.new(name: 'UpdateApprovalActionResponse')
|
|
479
510
|
UpdateAssetFileRequest = Shapes::StructureShape.new(name: 'UpdateAssetFileRequest')
|
|
480
511
|
UpdateAssetFileRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateAssetFileRequestClientTokenString')
|
|
481
512
|
UpdateAssetFileResponse = Shapes::StructureShape.new(name: 'UpdateAssetFileResponse')
|
|
@@ -485,14 +516,17 @@ module Aws::DevOpsAgent
|
|
|
485
516
|
UpdateAssociationInput = Shapes::StructureShape.new(name: 'UpdateAssociationInput')
|
|
486
517
|
UpdateAssociationOutput = Shapes::StructureShape.new(name: 'UpdateAssociationOutput')
|
|
487
518
|
UpdateBacklogTaskRequest = Shapes::StructureShape.new(name: 'UpdateBacklogTaskRequest')
|
|
519
|
+
UpdateBacklogTaskRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateBacklogTaskRequestClientTokenString')
|
|
488
520
|
UpdateBacklogTaskResponse = Shapes::StructureShape.new(name: 'UpdateBacklogTaskResponse')
|
|
489
521
|
UpdateGoalRequest = Shapes::StructureShape.new(name: 'UpdateGoalRequest')
|
|
522
|
+
UpdateGoalRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateGoalRequestClientTokenString')
|
|
490
523
|
UpdateGoalResponse = Shapes::StructureShape.new(name: 'UpdateGoalResponse')
|
|
491
524
|
UpdateOperatorAppIdpConfigInput = Shapes::StructureShape.new(name: 'UpdateOperatorAppIdpConfigInput')
|
|
492
525
|
UpdateOperatorAppIdpConfigOutput = Shapes::StructureShape.new(name: 'UpdateOperatorAppIdpConfigOutput')
|
|
493
526
|
UpdatePrivateConnectionCertificateInput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateInput')
|
|
494
527
|
UpdatePrivateConnectionCertificateOutput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateOutput')
|
|
495
528
|
UpdateRecommendationRequest = Shapes::StructureShape.new(name: 'UpdateRecommendationRequest')
|
|
529
|
+
UpdateRecommendationRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateRecommendationRequestClientTokenString')
|
|
496
530
|
UpdateRecommendationResponse = Shapes::StructureShape.new(name: 'UpdateRecommendationResponse')
|
|
497
531
|
UpdateTriggerRequest = Shapes::StructureShape.new(name: 'UpdateTriggerRequest')
|
|
498
532
|
UpdateTriggerRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateTriggerRequestClientTokenString')
|
|
@@ -520,6 +554,8 @@ module Aws::DevOpsAgent
|
|
|
520
554
|
AWSConfiguration.add_member(:assumable_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "assumableRoleArn"))
|
|
521
555
|
AWSConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSConfigurationAccountIdString, required: true, location_name: "accountId"))
|
|
522
556
|
AWSConfiguration.add_member(:account_type, Shapes::ShapeRef.new(shape: MonitorAccountType, required: true, location_name: "accountType"))
|
|
557
|
+
AWSConfiguration.add_member(:agent_elevated_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "agentElevatedRoleArn"))
|
|
558
|
+
AWSConfiguration.add_member(:agent_elevated_role_arn_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "agentElevatedRoleArnStatus"))
|
|
523
559
|
AWSConfiguration.struct_class = Types::AWSConfiguration
|
|
524
560
|
|
|
525
561
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
@@ -572,10 +608,28 @@ module Aws::DevOpsAgent
|
|
|
572
608
|
AgentSpace.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
573
609
|
AgentSpace.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
574
610
|
AgentSpace.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
|
|
611
|
+
AgentSpace.add_member(:preferences, Shapes::ShapeRef.new(shape: AgentSpacePreferences, location_name: "preferences"))
|
|
575
612
|
AgentSpace.struct_class = Types::AgentSpace
|
|
576
613
|
|
|
577
614
|
AgentSpaceList.member = Shapes::ShapeRef.new(shape: AgentSpace)
|
|
578
615
|
|
|
616
|
+
AgentSpacePreferences.key = Shapes::ShapeRef.new(shape: AgentSpacePreferenceKey)
|
|
617
|
+
AgentSpacePreferences.value = Shapes::ShapeRef.new(shape: Boolean)
|
|
618
|
+
|
|
619
|
+
ApprovalAction.add_member(:tool_use_id, Shapes::ShapeRef.new(shape: ToolUseId, location_name: "toolUseId"))
|
|
620
|
+
ApprovalAction.add_member(:interrupt_id, Shapes::ShapeRef.new(shape: InterruptId, location_name: "interruptId"))
|
|
621
|
+
ApprovalAction.add_member(:approval_id, Shapes::ShapeRef.new(shape: ApprovalId, location_name: "approvalId"))
|
|
622
|
+
ApprovalAction.add_member(:button_text, Shapes::ShapeRef.new(shape: ButtonText, location_name: "buttonText"))
|
|
623
|
+
ApprovalAction.add_member(:action, Shapes::ShapeRef.new(shape: ApprovalActionType, location_name: "action"))
|
|
624
|
+
ApprovalAction.struct_class = Types::ApprovalAction
|
|
625
|
+
|
|
626
|
+
ApprovalArgumentPins.key = Shapes::ShapeRef.new(shape: ApprovalPinKey)
|
|
627
|
+
ApprovalArgumentPins.value = Shapes::ShapeRef.new(shape: ApprovalPinValue)
|
|
628
|
+
|
|
629
|
+
ApprovalPattern.add_member(:tool, Shapes::ShapeRef.new(shape: ToolIdentifier, required: true, location_name: "tool"))
|
|
630
|
+
ApprovalPattern.add_member(:argument_pins, Shapes::ShapeRef.new(shape: ApprovalArgumentPins, required: true, location_name: "argumentPins"))
|
|
631
|
+
ApprovalPattern.struct_class = Types::ApprovalPattern
|
|
632
|
+
|
|
579
633
|
Asset.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "assetId"))
|
|
580
634
|
Asset.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
|
|
581
635
|
Asset.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "metadata"))
|
|
@@ -691,6 +745,7 @@ module Aws::DevOpsAgent
|
|
|
691
745
|
AzureDevOpsConfiguration.struct_class = Types::AzureDevOpsConfiguration
|
|
692
746
|
|
|
693
747
|
CapabilityConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
|
748
|
+
CapabilityConfiguration.add_member(:trigger_filter_groups, Shapes::ShapeRef.new(shape: TriggerFilterGroups, location_name: "triggerFilterGroups"))
|
|
694
749
|
CapabilityConfiguration.struct_class = Types::CapabilityConfiguration
|
|
695
750
|
|
|
696
751
|
ChatExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
@@ -713,13 +768,14 @@ module Aws::DevOpsAgent
|
|
|
713
768
|
CreateAgentSpaceInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
714
769
|
CreateAgentSpaceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateAgentSpaceInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
715
770
|
CreateAgentSpaceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
771
|
+
CreateAgentSpaceInput.add_member(:preferences, Shapes::ShapeRef.new(shape: AgentSpacePreferences, location_name: "preferences"))
|
|
716
772
|
CreateAgentSpaceInput.struct_class = Types::CreateAgentSpaceInput
|
|
717
773
|
|
|
718
774
|
CreateAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
|
|
719
775
|
CreateAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
720
776
|
CreateAgentSpaceOutput.struct_class = Types::CreateAgentSpaceOutput
|
|
721
777
|
|
|
722
|
-
CreateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
778
|
+
CreateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
723
779
|
CreateAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
724
780
|
CreateAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
725
781
|
CreateAssetFileRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetFileBody, required: true, location_name: "content"))
|
|
@@ -730,7 +786,7 @@ module Aws::DevOpsAgent
|
|
|
730
786
|
CreateAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
|
|
731
787
|
CreateAssetFileResponse.struct_class = Types::CreateAssetFileResponse
|
|
732
788
|
|
|
733
|
-
CreateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
789
|
+
CreateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
734
790
|
CreateAssetRequest.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
|
|
735
791
|
CreateAssetRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
|
|
736
792
|
CreateAssetRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetContent, required: true, location_name: "content"))
|
|
@@ -740,19 +796,19 @@ module Aws::DevOpsAgent
|
|
|
740
796
|
CreateAssetResponse.add_member(:asset, Shapes::ShapeRef.new(shape: Asset, required: true, location_name: "asset"))
|
|
741
797
|
CreateAssetResponse.struct_class = Types::CreateAssetResponse
|
|
742
798
|
|
|
743
|
-
CreateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
799
|
+
CreateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
744
800
|
CreateBacklogTaskRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceInput, location_name: "reference"))
|
|
745
801
|
CreateBacklogTaskRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "taskType"))
|
|
746
802
|
CreateBacklogTaskRequest.add_member(:title, Shapes::ShapeRef.new(shape: BacklogTaskTitle, required: true, location_name: "title"))
|
|
747
803
|
CreateBacklogTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: BacklogTaskDescription, location_name: "description"))
|
|
748
804
|
CreateBacklogTaskRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
749
|
-
CreateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
805
|
+
CreateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateBacklogTaskRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
750
806
|
CreateBacklogTaskRequest.struct_class = Types::CreateBacklogTaskRequest
|
|
751
807
|
|
|
752
808
|
CreateBacklogTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, required: true, location_name: "task"))
|
|
753
809
|
CreateBacklogTaskResponse.struct_class = Types::CreateBacklogTaskResponse
|
|
754
810
|
|
|
755
|
-
CreateChatRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
811
|
+
CreateChatRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
756
812
|
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
813
|
CreateChatRequest.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, location: "querystring", location_name: "userType"))
|
|
758
814
|
CreateChatRequest.struct_class = Types::CreateChatRequest
|
|
@@ -779,7 +835,7 @@ module Aws::DevOpsAgent
|
|
|
779
835
|
CreatePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
780
836
|
CreatePrivateConnectionOutput.struct_class = Types::CreatePrivateConnectionOutput
|
|
781
837
|
|
|
782
|
-
CreateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
838
|
+
CreateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
783
839
|
CreateTriggerRequest.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "type"))
|
|
784
840
|
CreateTriggerRequest.add_member(:condition, Shapes::ShapeRef.new(shape: TriggerCondition, required: true, location_name: "condition"))
|
|
785
841
|
CreateTriggerRequest.add_member(:action, Shapes::ShapeRef.new(shape: TriggerAction, required: true, location_name: "action"))
|
|
@@ -810,14 +866,14 @@ module Aws::DevOpsAgent
|
|
|
810
866
|
|
|
811
867
|
DeleteAgentSpaceOutput.struct_class = Types::DeleteAgentSpaceOutput
|
|
812
868
|
|
|
813
|
-
DeleteAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
869
|
+
DeleteAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
814
870
|
DeleteAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
815
871
|
DeleteAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
816
872
|
DeleteAssetFileRequest.struct_class = Types::DeleteAssetFileRequest
|
|
817
873
|
|
|
818
874
|
DeleteAssetFileResponse.struct_class = Types::DeleteAssetFileResponse
|
|
819
875
|
|
|
820
|
-
DeleteAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
876
|
+
DeleteAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
821
877
|
DeleteAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
822
878
|
DeleteAssetRequest.struct_class = Types::DeleteAssetRequest
|
|
823
879
|
|
|
@@ -830,7 +886,7 @@ module Aws::DevOpsAgent
|
|
|
830
886
|
DeletePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
831
887
|
DeletePrivateConnectionOutput.struct_class = Types::DeletePrivateConnectionOutput
|
|
832
888
|
|
|
833
|
-
DeleteTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
889
|
+
DeleteTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
834
890
|
DeleteTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
|
|
835
891
|
DeleteTriggerRequest.struct_class = Types::DeleteTriggerRequest
|
|
836
892
|
|
|
@@ -953,7 +1009,7 @@ module Aws::DevOpsAgent
|
|
|
953
1009
|
GetAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
954
1010
|
GetAgentSpaceOutput.struct_class = Types::GetAgentSpaceOutput
|
|
955
1011
|
|
|
956
|
-
GetAssetContentRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1012
|
+
GetAssetContentRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
957
1013
|
GetAssetContentRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
958
1014
|
GetAssetContentRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetContentRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
959
1015
|
GetAssetContentRequest.struct_class = Types::GetAssetContentRequest
|
|
@@ -962,7 +1018,7 @@ module Aws::DevOpsAgent
|
|
|
962
1018
|
GetAssetContentResponse.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
|
|
963
1019
|
GetAssetContentResponse.struct_class = Types::GetAssetContentResponse
|
|
964
1020
|
|
|
965
|
-
GetAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1021
|
+
GetAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
966
1022
|
GetAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
967
1023
|
GetAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
968
1024
|
GetAssetFileRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetFileRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
@@ -971,7 +1027,7 @@ module Aws::DevOpsAgent
|
|
|
971
1027
|
GetAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
|
|
972
1028
|
GetAssetFileResponse.struct_class = Types::GetAssetFileResponse
|
|
973
1029
|
|
|
974
|
-
GetAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1030
|
+
GetAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
975
1031
|
GetAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
976
1032
|
GetAssetRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
977
1033
|
GetAssetRequest.struct_class = Types::GetAssetRequest
|
|
@@ -986,7 +1042,7 @@ module Aws::DevOpsAgent
|
|
|
986
1042
|
GetAssociationOutput.add_member(:association, Shapes::ShapeRef.new(shape: Association, required: true, location_name: "association"))
|
|
987
1043
|
GetAssociationOutput.struct_class = Types::GetAssociationOutput
|
|
988
1044
|
|
|
989
|
-
GetBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1045
|
+
GetBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
990
1046
|
GetBacklogTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "taskId"))
|
|
991
1047
|
GetBacklogTaskRequest.struct_class = Types::GetBacklogTaskRequest
|
|
992
1048
|
|
|
@@ -1002,7 +1058,7 @@ module Aws::DevOpsAgent
|
|
|
1002
1058
|
GetOperatorAppOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, location_name: "idp"))
|
|
1003
1059
|
GetOperatorAppOutput.struct_class = Types::GetOperatorAppOutput
|
|
1004
1060
|
|
|
1005
|
-
GetRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1061
|
+
GetRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1006
1062
|
GetRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "recommendationId"))
|
|
1007
1063
|
GetRecommendationRequest.add_member(:recommendation_version, Shapes::ShapeRef.new(shape: Long, location: "querystring", location_name: "recommendationVersion"))
|
|
1008
1064
|
GetRecommendationRequest.struct_class = Types::GetRecommendationRequest
|
|
@@ -1017,7 +1073,7 @@ module Aws::DevOpsAgent
|
|
|
1017
1073
|
GetServiceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1018
1074
|
GetServiceOutput.struct_class = Types::GetServiceOutput
|
|
1019
1075
|
|
|
1020
|
-
GetTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1076
|
+
GetTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1021
1077
|
GetTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
|
|
1022
1078
|
GetTriggerRequest.struct_class = Types::GetTriggerRequest
|
|
1023
1079
|
|
|
@@ -1029,18 +1085,18 @@ module Aws::DevOpsAgent
|
|
|
1029
1085
|
GitHubConfiguration.add_member(:owner, Shapes::ShapeRef.new(shape: String, required: true, location_name: "owner"))
|
|
1030
1086
|
GitHubConfiguration.add_member(:owner_type, Shapes::ShapeRef.new(shape: GithubRepoOwnerType, required: true, location_name: "ownerType"))
|
|
1031
1087
|
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"))
|
|
1088
|
+
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
1089
|
GitHubConfiguration.struct_class = Types::GitHubConfiguration
|
|
1034
1090
|
|
|
1035
1091
|
GitLabConfiguration.add_member(:project_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectId"))
|
|
1036
1092
|
GitLabConfiguration.add_member(:project_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectPath"))
|
|
1037
1093
|
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"))
|
|
1094
|
+
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
1095
|
GitLabConfiguration.struct_class = Types::GitLabConfiguration
|
|
1040
1096
|
|
|
1041
1097
|
GitLabDetails.add_member(:target_url, Shapes::ShapeRef.new(shape: GitLabDetailsTargetUrlString, required: true, location_name: "targetUrl"))
|
|
1042
1098
|
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:
|
|
1099
|
+
GitLabDetails.add_member(:token_value, Shapes::ShapeRef.new(shape: GitLabTokenValue, required: true, location_name: "tokenValue"))
|
|
1044
1100
|
GitLabDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
|
1045
1101
|
GitLabDetails.struct_class = Types::GitLabDetails
|
|
1046
1102
|
|
|
@@ -1127,7 +1183,7 @@ module Aws::DevOpsAgent
|
|
|
1127
1183
|
ListAgentSpacesOutput.add_member(:agent_spaces, Shapes::ShapeRef.new(shape: AgentSpaceList, required: true, location_name: "agentSpaces"))
|
|
1128
1184
|
ListAgentSpacesOutput.struct_class = Types::ListAgentSpacesOutput
|
|
1129
1185
|
|
|
1130
|
-
ListAssetFilesRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1186
|
+
ListAssetFilesRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1131
1187
|
ListAssetFilesRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1132
1188
|
ListAssetFilesRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: ListAssetFilesRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
|
|
1133
1189
|
ListAssetFilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -1146,7 +1202,7 @@ module Aws::DevOpsAgent
|
|
|
1146
1202
|
ListAssetTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1147
1203
|
ListAssetTypesResponse.struct_class = Types::ListAssetTypesResponse
|
|
1148
1204
|
|
|
1149
|
-
ListAssetVersionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1205
|
+
ListAssetVersionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1150
1206
|
ListAssetVersionsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1151
1207
|
ListAssetVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssetVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1152
1208
|
ListAssetVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -1156,7 +1212,7 @@ module Aws::DevOpsAgent
|
|
|
1156
1212
|
ListAssetVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1157
1213
|
ListAssetVersionsResponse.struct_class = Types::ListAssetVersionsResponse
|
|
1158
1214
|
|
|
1159
|
-
ListAssetsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1215
|
+
ListAssetsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1160
1216
|
ListAssetsRequest.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, location: "querystring", location_name: "assetType"))
|
|
1161
1217
|
ListAssetsRequest.add_member(:updated_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "updatedAfter"))
|
|
1162
1218
|
ListAssetsRequest.add_member(:updated_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "updatedBefore"))
|
|
@@ -1178,7 +1234,7 @@ module Aws::DevOpsAgent
|
|
|
1178
1234
|
ListAssociationsOutput.add_member(:associations, Shapes::ShapeRef.new(shape: AssociationsList, required: true, location_name: "associations"))
|
|
1179
1235
|
ListAssociationsOutput.struct_class = Types::ListAssociationsOutput
|
|
1180
1236
|
|
|
1181
|
-
ListBacklogTasksRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1237
|
+
ListBacklogTasksRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1182
1238
|
ListBacklogTasksRequest.add_member(:filter, Shapes::ShapeRef.new(shape: TaskFilter, location_name: "filter"))
|
|
1183
1239
|
ListBacklogTasksRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListBacklogTasksRequestLimitInteger, location_name: "limit"))
|
|
1184
1240
|
ListBacklogTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
@@ -1190,7 +1246,7 @@ module Aws::DevOpsAgent
|
|
|
1190
1246
|
ListBacklogTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1191
1247
|
ListBacklogTasksResponse.struct_class = Types::ListBacklogTasksResponse
|
|
1192
1248
|
|
|
1193
|
-
ListChatsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1249
|
+
ListChatsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1194
1250
|
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
1251
|
ListChatsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListChatsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1196
1252
|
ListChatsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
@@ -1200,7 +1256,7 @@ module Aws::DevOpsAgent
|
|
|
1200
1256
|
ListChatsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1201
1257
|
ListChatsResponse.struct_class = Types::ListChatsResponse
|
|
1202
1258
|
|
|
1203
|
-
ListExecutionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1259
|
+
ListExecutionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1204
1260
|
ListExecutionsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "taskId"))
|
|
1205
1261
|
ListExecutionsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "limit"))
|
|
1206
1262
|
ListExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
@@ -1210,7 +1266,7 @@ module Aws::DevOpsAgent
|
|
|
1210
1266
|
ListExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1211
1267
|
ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
|
|
1212
1268
|
|
|
1213
|
-
ListGoalsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1269
|
+
ListGoalsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1214
1270
|
ListGoalsRequest.add_member(:status, Shapes::ShapeRef.new(shape: GoalStatus, location_name: "status"))
|
|
1215
1271
|
ListGoalsRequest.add_member(:goal_type, Shapes::ShapeRef.new(shape: GoalType, location_name: "goalType"))
|
|
1216
1272
|
ListGoalsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListGoalsRequestLimitInteger, location_name: "limit"))
|
|
@@ -1221,7 +1277,7 @@ module Aws::DevOpsAgent
|
|
|
1221
1277
|
ListGoalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1222
1278
|
ListGoalsResponse.struct_class = Types::ListGoalsResponse
|
|
1223
1279
|
|
|
1224
|
-
ListJournalRecordsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1280
|
+
ListJournalRecordsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1225
1281
|
ListJournalRecordsRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
1226
1282
|
ListJournalRecordsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListJournalRecordsRequestLimitInteger, location_name: "limit"))
|
|
1227
1283
|
ListJournalRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
@@ -1252,7 +1308,7 @@ module Aws::DevOpsAgent
|
|
|
1252
1308
|
ListPrivateConnectionsOutput.add_member(:private_connections, Shapes::ShapeRef.new(shape: PrivateConnectionSummaryList, required: true, location_name: "privateConnections"))
|
|
1253
1309
|
ListPrivateConnectionsOutput.struct_class = Types::ListPrivateConnectionsOutput
|
|
1254
1310
|
|
|
1255
|
-
ListRecommendationsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1311
|
+
ListRecommendationsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1256
1312
|
ListRecommendationsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "taskId"))
|
|
1257
1313
|
ListRecommendationsRequest.add_member(:goal_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "goalId"))
|
|
1258
1314
|
ListRecommendationsRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "status"))
|
|
@@ -1280,7 +1336,7 @@ module Aws::DevOpsAgent
|
|
|
1280
1336
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
|
1281
1337
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
1282
1338
|
|
|
1283
|
-
ListTriggersRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1339
|
+
ListTriggersRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1284
1340
|
ListTriggersRequest.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, location: "querystring", location_name: "status"))
|
|
1285
1341
|
ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1286
1342
|
ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTriggersRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
@@ -1325,8 +1381,10 @@ module Aws::DevOpsAgent
|
|
|
1325
1381
|
MCPServerBearerTokenConfig.struct_class = Types::MCPServerBearerTokenConfig
|
|
1326
1382
|
|
|
1327
1383
|
MCPServerConfiguration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, required: true, location_name: "tools"))
|
|
1384
|
+
MCPServerConfiguration.add_member(:tool_details, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "toolDetails"))
|
|
1328
1385
|
MCPServerConfiguration.struct_class = Types::MCPServerConfiguration
|
|
1329
1386
|
|
|
1387
|
+
MCPServerDatadogConfiguration.add_member(:enabled_elevated_tools, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "enabledElevatedTools"))
|
|
1330
1388
|
MCPServerDatadogConfiguration.struct_class = Types::MCPServerDatadogConfiguration
|
|
1331
1389
|
|
|
1332
1390
|
MCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
|
|
@@ -1338,6 +1396,7 @@ module Aws::DevOpsAgent
|
|
|
1338
1396
|
MCPServerGrafanaConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
1339
1397
|
MCPServerGrafanaConfiguration.add_member(:organization_id, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfigurationOrganizationIdString, location_name: "organizationId"))
|
|
1340
1398
|
MCPServerGrafanaConfiguration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, location_name: "tools"))
|
|
1399
|
+
MCPServerGrafanaConfiguration.add_member(:enabled_elevated_tools, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "enabledElevatedTools"))
|
|
1341
1400
|
MCPServerGrafanaConfiguration.struct_class = Types::MCPServerGrafanaConfiguration
|
|
1342
1401
|
|
|
1343
1402
|
MCPServerNewRelicConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: MCPServerNewRelicConfigurationAccountIdString, required: true, location_name: "accountId"))
|
|
@@ -1371,6 +1430,7 @@ module Aws::DevOpsAgent
|
|
|
1371
1430
|
MCPServerSigV4AuthorizationConfig.struct_class = Types::MCPServerSigV4AuthorizationConfig
|
|
1372
1431
|
|
|
1373
1432
|
MCPServerSigV4Configuration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, required: true, location_name: "tools"))
|
|
1433
|
+
MCPServerSigV4Configuration.add_member(:tool_details, Shapes::ShapeRef.new(shape: MCPToolDetailsList, location_name: "toolDetails"))
|
|
1374
1434
|
MCPServerSigV4Configuration.struct_class = Types::MCPServerSigV4Configuration
|
|
1375
1435
|
|
|
1376
1436
|
MCPServerSigV4ServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
|
|
@@ -1381,6 +1441,12 @@ module Aws::DevOpsAgent
|
|
|
1381
1441
|
|
|
1382
1442
|
MCPServerSplunkConfiguration.struct_class = Types::MCPServerSplunkConfiguration
|
|
1383
1443
|
|
|
1444
|
+
MCPToolDetail.add_member(:name, Shapes::ShapeRef.new(shape: MCPToolDetailNameString, required: true, location_name: "name"))
|
|
1445
|
+
MCPToolDetail.add_member(:tool_classification, Shapes::ShapeRef.new(shape: ToolClassification, location_name: "toolClassification"))
|
|
1446
|
+
MCPToolDetail.struct_class = Types::MCPToolDetail
|
|
1447
|
+
|
|
1448
|
+
MCPToolDetailsList.member = Shapes::ShapeRef.new(shape: MCPToolDetail)
|
|
1449
|
+
|
|
1384
1450
|
MCPToolsList.member = Shapes::ShapeRef.new(shape: MCPToolsListMemberString)
|
|
1385
1451
|
|
|
1386
1452
|
Message.add_member(:user_message, Shapes::ShapeRef.new(shape: UserMessage, location_name: "userMessage"))
|
|
@@ -1393,7 +1459,7 @@ module Aws::DevOpsAgent
|
|
|
1393
1459
|
|
|
1394
1460
|
NewRelicAlertPolicyIds.member = Shapes::ShapeRef.new(shape: NewRelicAlertPolicyIdsMemberString)
|
|
1395
1461
|
|
|
1396
|
-
NewRelicApiKeyConfig.add_member(:api_key, Shapes::ShapeRef.new(shape:
|
|
1462
|
+
NewRelicApiKeyConfig.add_member(:api_key, Shapes::ShapeRef.new(shape: NewRelicApiKey, required: true, location_name: "apiKey"))
|
|
1397
1463
|
NewRelicApiKeyConfig.add_member(:account_id, Shapes::ShapeRef.new(shape: NewRelicApiKeyConfigAccountIdString, required: true, location_name: "accountId"))
|
|
1398
1464
|
NewRelicApiKeyConfig.add_member(:region, Shapes::ShapeRef.new(shape: NewRelicRegion, required: true, location_name: "region"))
|
|
1399
1465
|
NewRelicApiKeyConfig.add_member(:application_ids, Shapes::ShapeRef.new(shape: NewRelicApplicationIds, location_name: "applicationIds"))
|
|
@@ -1443,6 +1509,9 @@ module Aws::DevOpsAgent
|
|
|
1443
1509
|
|
|
1444
1510
|
PagerDutyServicesList.member = Shapes::ShapeRef.new(shape: String)
|
|
1445
1511
|
|
|
1512
|
+
PatternFilter.add_member(:patterns, Shapes::ShapeRef.new(shape: TriggerRegexPatternList, required: true, location_name: "patterns"))
|
|
1513
|
+
PatternFilter.struct_class = Types::PatternFilter
|
|
1514
|
+
|
|
1446
1515
|
PendingMessage.add_member(:message_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "messageId"))
|
|
1447
1516
|
PendingMessage.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "message"))
|
|
1448
1517
|
PendingMessage.struct_class = Types::PendingMessage
|
|
@@ -1596,6 +1665,8 @@ module Aws::DevOpsAgent
|
|
|
1596
1665
|
RegisteredService.add_member(:additional_service_details, Shapes::ShapeRef.new(shape: AdditionalServiceDetails, location_name: "additionalServiceDetails"))
|
|
1597
1666
|
RegisteredService.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1598
1667
|
RegisteredService.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
|
|
1668
|
+
RegisteredService.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1669
|
+
RegisteredService.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
1599
1670
|
RegisteredService.struct_class = Types::RegisteredService
|
|
1600
1671
|
|
|
1601
1672
|
RegisteredServiceNowDetails.add_member(:instance_url, Shapes::ShapeRef.new(shape: ServiceNowInstanceUrl, location_name: "instanceUrl"))
|
|
@@ -1698,6 +1769,7 @@ module Aws::DevOpsAgent
|
|
|
1698
1769
|
SendMessageContext.add_member(:current_page, Shapes::ShapeRef.new(shape: String, location_name: "currentPage"))
|
|
1699
1770
|
SendMessageContext.add_member(:last_message, Shapes::ShapeRef.new(shape: String, location_name: "lastMessage"))
|
|
1700
1771
|
SendMessageContext.add_member(:user_action_response, Shapes::ShapeRef.new(shape: String, location_name: "userActionResponse"))
|
|
1772
|
+
SendMessageContext.add_member(:approval_action, Shapes::ShapeRef.new(shape: ApprovalAction, location_name: "approvalAction"))
|
|
1701
1773
|
SendMessageContext.struct_class = Types::SendMessageContext
|
|
1702
1774
|
|
|
1703
1775
|
SendMessageEvents.add_member(:response_created, Shapes::ShapeRef.new(shape: SendMessageResponseCreatedEvent, event: true, location_name: "responseCreated"))
|
|
@@ -1716,12 +1788,13 @@ module Aws::DevOpsAgent
|
|
|
1716
1788
|
SendMessageJsonDelta.add_member(:partial_json, Shapes::ShapeRef.new(shape: String, location_name: "partialJson"))
|
|
1717
1789
|
SendMessageJsonDelta.struct_class = Types::SendMessageJsonDelta
|
|
1718
1790
|
|
|
1719
|
-
SendMessageRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
1791
|
+
SendMessageRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1720
1792
|
SendMessageRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ChatExecutionId, required: true, location_name: "executionId"))
|
|
1721
1793
|
SendMessageRequest.add_member(:content, Shapes::ShapeRef.new(shape: MessageContent, required: true, location_name: "content"))
|
|
1722
1794
|
SendMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: SendMessageContext, location_name: "context"))
|
|
1723
1795
|
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
1796
|
SendMessageRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: AssetIdList, location_name: "assetIds"))
|
|
1797
|
+
SendMessageRequest.add_member(:model_tier, Shapes::ShapeRef.new(shape: String, location_name: "modelTier"))
|
|
1725
1798
|
SendMessageRequest.struct_class = Types::SendMessageRequest
|
|
1726
1799
|
|
|
1727
1800
|
SendMessageResponse.add_member(:events, Shapes::ShapeRef.new(shape: SendMessageEvents, required: true, eventstream: true, location_name: "events"))
|
|
@@ -1887,6 +1960,8 @@ module Aws::DevOpsAgent
|
|
|
1887
1960
|
SourceAwsConfiguration.add_member(:account_type, Shapes::ShapeRef.new(shape: SourceAccountType, required: true, location_name: "accountType"))
|
|
1888
1961
|
SourceAwsConfiguration.add_member(:assumable_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "assumableRoleArn"))
|
|
1889
1962
|
SourceAwsConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
|
1963
|
+
SourceAwsConfiguration.add_member(:agent_elevated_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "agentElevatedRoleArn"))
|
|
1964
|
+
SourceAwsConfiguration.add_member(:agent_elevated_role_arn_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "agentElevatedRoleArnStatus"))
|
|
1890
1965
|
SourceAwsConfiguration.struct_class = Types::SourceAwsConfiguration
|
|
1891
1966
|
|
|
1892
1967
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -1954,8 +2029,18 @@ module Aws::DevOpsAgent
|
|
|
1954
2029
|
TriggerCondition.add_member_subclass(:unknown, Types::TriggerCondition::Unknown)
|
|
1955
2030
|
TriggerCondition.struct_class = Types::TriggerCondition
|
|
1956
2031
|
|
|
2032
|
+
TriggerEventList.member = Shapes::ShapeRef.new(shape: TriggerEvent)
|
|
2033
|
+
|
|
2034
|
+
TriggerFilterGroup.add_member(:events, Shapes::ShapeRef.new(shape: TriggerEventList, location_name: "events"))
|
|
2035
|
+
TriggerFilterGroup.add_member(:target_branches, Shapes::ShapeRef.new(shape: PatternFilter, location_name: "targetBranches"))
|
|
2036
|
+
TriggerFilterGroup.struct_class = Types::TriggerFilterGroup
|
|
2037
|
+
|
|
2038
|
+
TriggerFilterGroups.member = Shapes::ShapeRef.new(shape: TriggerFilterGroup)
|
|
2039
|
+
|
|
1957
2040
|
TriggerList.member = Shapes::ShapeRef.new(shape: Trigger)
|
|
1958
2041
|
|
|
2042
|
+
TriggerRegexPatternList.member = Shapes::ShapeRef.new(shape: TriggerRegexPattern)
|
|
2043
|
+
|
|
1959
2044
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: UntagResourceRequestResourceArnString, required: true, location: "uri", location_name: "resourceArn"))
|
|
1960
2045
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
1961
2046
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
@@ -1966,12 +2051,27 @@ module Aws::DevOpsAgent
|
|
|
1966
2051
|
UpdateAgentSpaceInput.add_member(:name, Shapes::ShapeRef.new(shape: AgentSpaceName, location_name: "name"))
|
|
1967
2052
|
UpdateAgentSpaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1968
2053
|
UpdateAgentSpaceInput.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
|
|
2054
|
+
UpdateAgentSpaceInput.add_member(:preferences, Shapes::ShapeRef.new(shape: AgentSpacePreferences, location_name: "preferences"))
|
|
1969
2055
|
UpdateAgentSpaceInput.struct_class = Types::UpdateAgentSpaceInput
|
|
1970
2056
|
|
|
1971
2057
|
UpdateAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
|
|
1972
2058
|
UpdateAgentSpaceOutput.struct_class = Types::UpdateAgentSpaceOutput
|
|
1973
2059
|
|
|
1974
|
-
|
|
2060
|
+
UpdateApprovalActionRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2061
|
+
UpdateApprovalActionRequest.add_member(:approval_id, Shapes::ShapeRef.new(shape: ApprovalId, required: true, location: "uri", location_name: "approvalId"))
|
|
2062
|
+
UpdateApprovalActionRequest.add_member(:action, Shapes::ShapeRef.new(shape: ApprovalActionType, required: true, location_name: "action"))
|
|
2063
|
+
UpdateApprovalActionRequest.add_member(:final_pattern, Shapes::ShapeRef.new(shape: ApprovalPattern, location_name: "finalPattern"))
|
|
2064
|
+
UpdateApprovalActionRequest.add_member(:reason, Shapes::ShapeRef.new(shape: ApprovalReason, location_name: "reason"))
|
|
2065
|
+
UpdateApprovalActionRequest.add_member(:ttl_seconds, Shapes::ShapeRef.new(shape: UpdateApprovalActionRequestTtlSecondsInteger, location_name: "ttlSeconds"))
|
|
2066
|
+
UpdateApprovalActionRequest.add_member(:single_use, Shapes::ShapeRef.new(shape: Boolean, location_name: "singleUse"))
|
|
2067
|
+
UpdateApprovalActionRequest.struct_class = Types::UpdateApprovalActionRequest
|
|
2068
|
+
|
|
2069
|
+
UpdateApprovalActionResponse.add_member(:approval_id, Shapes::ShapeRef.new(shape: ApprovalId, required: true, location_name: "approvalId"))
|
|
2070
|
+
UpdateApprovalActionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ApprovalStatus, required: true, location_name: "status"))
|
|
2071
|
+
UpdateApprovalActionResponse.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expiresAt"))
|
|
2072
|
+
UpdateApprovalActionResponse.struct_class = Types::UpdateApprovalActionResponse
|
|
2073
|
+
|
|
2074
|
+
UpdateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1975
2075
|
UpdateAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1976
2076
|
UpdateAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
|
|
1977
2077
|
UpdateAssetFileRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetFileBody, location_name: "content"))
|
|
@@ -1982,7 +2082,7 @@ module Aws::DevOpsAgent
|
|
|
1982
2082
|
UpdateAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
|
|
1983
2083
|
UpdateAssetFileResponse.struct_class = Types::UpdateAssetFileResponse
|
|
1984
2084
|
|
|
1985
|
-
UpdateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2085
|
+
UpdateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1986
2086
|
UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
|
|
1987
2087
|
UpdateAssetRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
|
|
1988
2088
|
UpdateAssetRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetContent, location_name: "content"))
|
|
@@ -2002,19 +2102,19 @@ module Aws::DevOpsAgent
|
|
|
2002
2102
|
UpdateAssociationOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: GenericWebhook, location_name: "webhook"))
|
|
2003
2103
|
UpdateAssociationOutput.struct_class = Types::UpdateAssociationOutput
|
|
2004
2104
|
|
|
2005
|
-
UpdateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2105
|
+
UpdateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2006
2106
|
UpdateBacklogTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "taskId"))
|
|
2007
2107
|
UpdateBacklogTaskRequest.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "taskStatus"))
|
|
2008
|
-
UpdateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
2108
|
+
UpdateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateBacklogTaskRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2009
2109
|
UpdateBacklogTaskRequest.struct_class = Types::UpdateBacklogTaskRequest
|
|
2010
2110
|
|
|
2011
2111
|
UpdateBacklogTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, required: true, location_name: "task"))
|
|
2012
2112
|
UpdateBacklogTaskResponse.struct_class = Types::UpdateBacklogTaskResponse
|
|
2013
2113
|
|
|
2014
|
-
UpdateGoalRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2114
|
+
UpdateGoalRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2015
2115
|
UpdateGoalRequest.add_member(:goal_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "goalId"))
|
|
2016
2116
|
UpdateGoalRequest.add_member(:evaluation_schedule, Shapes::ShapeRef.new(shape: GoalScheduleInput, location_name: "evaluationSchedule"))
|
|
2017
|
-
UpdateGoalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
2117
|
+
UpdateGoalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateGoalRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2018
2118
|
UpdateGoalRequest.struct_class = Types::UpdateGoalRequest
|
|
2019
2119
|
|
|
2020
2120
|
UpdateGoalResponse.add_member(:goal, Shapes::ShapeRef.new(shape: Goal, required: true, location_name: "goal"))
|
|
@@ -2044,17 +2144,17 @@ module Aws::DevOpsAgent
|
|
|
2044
2144
|
UpdatePrivateConnectionCertificateOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
|
|
2045
2145
|
UpdatePrivateConnectionCertificateOutput.struct_class = Types::UpdatePrivateConnectionCertificateOutput
|
|
2046
2146
|
|
|
2047
|
-
UpdateRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2147
|
+
UpdateRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2048
2148
|
UpdateRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "recommendationId"))
|
|
2049
2149
|
UpdateRecommendationRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "status"))
|
|
2050
2150
|
UpdateRecommendationRequest.add_member(:additional_context, Shapes::ShapeRef.new(shape: String, location_name: "additionalContext"))
|
|
2051
|
-
UpdateRecommendationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
2151
|
+
UpdateRecommendationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateRecommendationRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2052
2152
|
UpdateRecommendationRequest.struct_class = Types::UpdateRecommendationRequest
|
|
2053
2153
|
|
|
2054
2154
|
UpdateRecommendationResponse.add_member(:recommendation, Shapes::ShapeRef.new(shape: Recommendation, required: true, location_name: "recommendation"))
|
|
2055
2155
|
UpdateRecommendationResponse.struct_class = Types::UpdateRecommendationResponse
|
|
2056
2156
|
|
|
2057
|
-
UpdateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape:
|
|
2157
|
+
UpdateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceIdentifier, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
2058
2158
|
UpdateTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
|
|
2059
2159
|
UpdateTriggerRequest.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, location_name: "status"))
|
|
2060
2160
|
UpdateTriggerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateTriggerRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -2259,8 +2359,8 @@ module Aws::DevOpsAgent
|
|
|
2259
2359
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2260
2360
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2261
2361
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2262
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2263
2362
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2363
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2264
2364
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2265
2365
|
end)
|
|
2266
2366
|
|
|
@@ -3238,6 +3338,26 @@ module Aws::DevOpsAgent
|
|
|
3238
3338
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
3239
3339
|
end)
|
|
3240
3340
|
|
|
3341
|
+
api.add_operation(:update_approval_action, Seahorse::Model::Operation.new.tap do |o|
|
|
3342
|
+
o.name = "UpdateApprovalAction"
|
|
3343
|
+
o.http_method = "POST"
|
|
3344
|
+
o.http_request_uri = "/agents/agent-space/{agentSpaceId}/approvals/{approvalId}/update-action"
|
|
3345
|
+
o.endpoint_pattern = {
|
|
3346
|
+
"hostPrefix" => "dp.",
|
|
3347
|
+
}
|
|
3348
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApprovalActionRequest)
|
|
3349
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApprovalActionResponse)
|
|
3350
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3351
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
3352
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3353
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3354
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3355
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3356
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3357
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3358
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
3359
|
+
end)
|
|
3360
|
+
|
|
3241
3361
|
api.add_operation(:update_asset, Seahorse::Model::Operation.new.tap do |o|
|
|
3242
3362
|
o.name = "UpdateAsset"
|
|
3243
3363
|
o.http_method = "PATCH"
|