aws-sdk-devopsagent 1.7.0 → 1.9.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.
@@ -24,6 +24,26 @@ module Aws::DevOpsAgent
24
24
  AgentSpaceList = Shapes::ListShape.new(name: 'AgentSpaceList')
25
25
  AgentSpaceName = Shapes::StringShape.new(name: 'AgentSpaceName')
26
26
  ApiKeyValue = Shapes::StringShape.new(name: 'ApiKeyValue')
27
+ Asset = Shapes::StructureShape.new(name: 'Asset')
28
+ AssetContent = Shapes::UnionShape.new(name: 'AssetContent')
29
+ AssetFile = Shapes::StructureShape.new(name: 'AssetFile')
30
+ AssetFileBody = Shapes::UnionShape.new(name: 'AssetFileBody')
31
+ AssetFileBytes = Shapes::BlobShape.new(name: 'AssetFileBytes')
32
+ AssetFileContent = Shapes::StructureShape.new(name: 'AssetFileContent')
33
+ AssetFilePath = Shapes::StringShape.new(name: 'AssetFilePath')
34
+ AssetFileSummary = Shapes::StructureShape.new(name: 'AssetFileSummary')
35
+ AssetFileSummaryList = Shapes::ListShape.new(name: 'AssetFileSummaryList')
36
+ AssetFileText = Shapes::StringShape.new(name: 'AssetFileText')
37
+ AssetIdList = Shapes::ListShape.new(name: 'AssetIdList')
38
+ AssetList = Shapes::ListShape.new(name: 'AssetList')
39
+ AssetType = Shapes::StringShape.new(name: 'AssetType')
40
+ AssetTypeList = Shapes::ListShape.new(name: 'AssetTypeList')
41
+ AssetTypeSummary = Shapes::StructureShape.new(name: 'AssetTypeSummary')
42
+ AssetTypeSummaryDescriptionString = Shapes::StringShape.new(name: 'AssetTypeSummaryDescriptionString')
43
+ AssetVersionMetadata = Shapes::StructureShape.new(name: 'AssetVersionMetadata')
44
+ AssetVersionMetadataList = Shapes::ListShape.new(name: 'AssetVersionMetadataList')
45
+ AssetZipBytes = Shapes::BlobShape.new(name: 'AssetZipBytes')
46
+ AssetZipContent = Shapes::StructureShape.new(name: 'AssetZipContent')
27
47
  AssistantMessage = Shapes::ListShape.new(name: 'AssistantMessage')
28
48
  AssistantMessageBlock = Shapes::UnionShape.new(name: 'AssistantMessageBlock')
29
49
  AssociateServiceInput = Shapes::StructureShape.new(name: 'AssociateServiceInput')
@@ -40,6 +60,7 @@ module Aws::DevOpsAgent
40
60
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
41
61
  CertificateString = Shapes::StringShape.new(name: 'CertificateString')
42
62
  ChatExecution = Shapes::StructureShape.new(name: 'ChatExecution')
63
+ ChatExecutionId = Shapes::StringShape.new(name: 'ChatExecutionId')
43
64
  ChatExecutionList = Shapes::ListShape.new(name: 'ChatExecutionList')
44
65
  ClientId = Shapes::StringShape.new(name: 'ClientId')
45
66
  ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
@@ -48,25 +69,38 @@ module Aws::DevOpsAgent
48
69
  CreateAgentSpaceInput = Shapes::StructureShape.new(name: 'CreateAgentSpaceInput')
49
70
  CreateAgentSpaceInputClientTokenString = Shapes::StringShape.new(name: 'CreateAgentSpaceInputClientTokenString')
50
71
  CreateAgentSpaceOutput = Shapes::StructureShape.new(name: 'CreateAgentSpaceOutput')
72
+ CreateAssetFileRequest = Shapes::StructureShape.new(name: 'CreateAssetFileRequest')
73
+ CreateAssetFileRequestClientTokenString = Shapes::StringShape.new(name: 'CreateAssetFileRequestClientTokenString')
74
+ CreateAssetFileResponse = Shapes::StructureShape.new(name: 'CreateAssetFileResponse')
75
+ CreateAssetRequest = Shapes::StructureShape.new(name: 'CreateAssetRequest')
76
+ CreateAssetRequestClientTokenString = Shapes::StringShape.new(name: 'CreateAssetRequestClientTokenString')
77
+ CreateAssetResponse = Shapes::StructureShape.new(name: 'CreateAssetResponse')
51
78
  CreateBacklogTaskRequest = Shapes::StructureShape.new(name: 'CreateBacklogTaskRequest')
52
79
  CreateBacklogTaskResponse = Shapes::StructureShape.new(name: 'CreateBacklogTaskResponse')
53
80
  CreateChatRequest = Shapes::StructureShape.new(name: 'CreateChatRequest')
54
81
  CreateChatResponse = Shapes::StructureShape.new(name: 'CreateChatResponse')
55
82
  CreatePrivateConnectionInput = Shapes::StructureShape.new(name: 'CreatePrivateConnectionInput')
56
83
  CreatePrivateConnectionOutput = Shapes::StructureShape.new(name: 'CreatePrivateConnectionOutput')
84
+ CreateTriggerRequest = Shapes::StructureShape.new(name: 'CreateTriggerRequest')
85
+ CreateTriggerRequestClientTokenString = Shapes::StringShape.new(name: 'CreateTriggerRequestClientTokenString')
86
+ CreateTriggerResponse = Shapes::StructureShape.new(name: 'CreateTriggerResponse')
57
87
  CustomHeaderName = Shapes::StringShape.new(name: 'CustomHeaderName')
58
88
  CustomHeaderValue = Shapes::StringShape.new(name: 'CustomHeaderValue')
59
89
  CustomHeaders = Shapes::MapShape.new(name: 'CustomHeaders')
60
90
  DatadogAuthorizationConfig = Shapes::UnionShape.new(name: 'DatadogAuthorizationConfig')
61
91
  DatadogServiceDetails = Shapes::StructureShape.new(name: 'DatadogServiceDetails')
62
92
  DatadogServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'DatadogServiceDetailsDescriptionString')
63
- DatadogServiceDetailsEndpointString = Shapes::StringShape.new(name: 'DatadogServiceDetailsEndpointString')
64
- DatadogServiceDetailsNameString = Shapes::StringShape.new(name: 'DatadogServiceDetailsNameString')
65
93
  DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
66
94
  DeleteAgentSpaceInput = Shapes::StructureShape.new(name: 'DeleteAgentSpaceInput')
67
95
  DeleteAgentSpaceOutput = Shapes::StructureShape.new(name: 'DeleteAgentSpaceOutput')
96
+ DeleteAssetFileRequest = Shapes::StructureShape.new(name: 'DeleteAssetFileRequest')
97
+ DeleteAssetFileResponse = Shapes::StructureShape.new(name: 'DeleteAssetFileResponse')
98
+ DeleteAssetRequest = Shapes::StructureShape.new(name: 'DeleteAssetRequest')
99
+ DeleteAssetResponse = Shapes::StructureShape.new(name: 'DeleteAssetResponse')
68
100
  DeletePrivateConnectionInput = Shapes::StructureShape.new(name: 'DeletePrivateConnectionInput')
69
101
  DeletePrivateConnectionOutput = Shapes::StructureShape.new(name: 'DeletePrivateConnectionOutput')
102
+ DeleteTriggerRequest = Shapes::StructureShape.new(name: 'DeleteTriggerRequest')
103
+ DeleteTriggerResponse = Shapes::StructureShape.new(name: 'DeleteTriggerResponse')
70
104
  DeregisterServiceInput = Shapes::StructureShape.new(name: 'DeregisterServiceInput')
71
105
  DeregisterServiceOutput = Shapes::StructureShape.new(name: 'DeregisterServiceOutput')
72
106
  DescribePrivateConnectionInput = Shapes::StructureShape.new(name: 'DescribePrivateConnectionInput')
@@ -96,11 +130,21 @@ module Aws::DevOpsAgent
96
130
  Execution = Shapes::StructureShape.new(name: 'Execution')
97
131
  ExecutionList = Shapes::ListShape.new(name: 'ExecutionList')
98
132
  ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
133
+ FailureMessage = Shapes::StringShape.new(name: 'FailureMessage')
99
134
  GenericWebhook = Shapes::StructureShape.new(name: 'GenericWebhook')
100
135
  GetAccountUsageInput = Shapes::StructureShape.new(name: 'GetAccountUsageInput')
101
136
  GetAccountUsageOutput = Shapes::StructureShape.new(name: 'GetAccountUsageOutput')
102
137
  GetAgentSpaceInput = Shapes::StructureShape.new(name: 'GetAgentSpaceInput')
103
138
  GetAgentSpaceOutput = Shapes::StructureShape.new(name: 'GetAgentSpaceOutput')
139
+ GetAssetContentRequest = Shapes::StructureShape.new(name: 'GetAssetContentRequest')
140
+ GetAssetContentRequestAssetVersionInteger = Shapes::IntegerShape.new(name: 'GetAssetContentRequestAssetVersionInteger')
141
+ GetAssetContentResponse = Shapes::StructureShape.new(name: 'GetAssetContentResponse')
142
+ GetAssetFileRequest = Shapes::StructureShape.new(name: 'GetAssetFileRequest')
143
+ GetAssetFileRequestAssetVersionInteger = Shapes::IntegerShape.new(name: 'GetAssetFileRequestAssetVersionInteger')
144
+ GetAssetFileResponse = Shapes::StructureShape.new(name: 'GetAssetFileResponse')
145
+ GetAssetRequest = Shapes::StructureShape.new(name: 'GetAssetRequest')
146
+ GetAssetRequestAssetVersionInteger = Shapes::IntegerShape.new(name: 'GetAssetRequestAssetVersionInteger')
147
+ GetAssetResponse = Shapes::StructureShape.new(name: 'GetAssetResponse')
104
148
  GetAssociationInput = Shapes::StructureShape.new(name: 'GetAssociationInput')
105
149
  GetAssociationOutput = Shapes::StructureShape.new(name: 'GetAssociationOutput')
106
150
  GetBacklogTaskRequest = Shapes::StructureShape.new(name: 'GetBacklogTaskRequest')
@@ -111,6 +155,8 @@ module Aws::DevOpsAgent
111
155
  GetRecommendationResponse = Shapes::StructureShape.new(name: 'GetRecommendationResponse')
112
156
  GetServiceInput = Shapes::StructureShape.new(name: 'GetServiceInput')
113
157
  GetServiceOutput = Shapes::StructureShape.new(name: 'GetServiceOutput')
158
+ GetTriggerRequest = Shapes::StructureShape.new(name: 'GetTriggerRequest')
159
+ GetTriggerResponse = Shapes::StructureShape.new(name: 'GetTriggerResponse')
114
160
  GitHubConfiguration = Shapes::StructureShape.new(name: 'GitHubConfiguration')
115
161
  GitLabConfiguration = Shapes::StructureShape.new(name: 'GitLabConfiguration')
116
162
  GitLabDetails = Shapes::StructureShape.new(name: 'GitLabDetails')
@@ -127,8 +173,6 @@ module Aws::DevOpsAgent
127
173
  GoalType = Shapes::StringShape.new(name: 'GoalType')
128
174
  GrafanaServiceDetails = Shapes::StructureShape.new(name: 'GrafanaServiceDetails')
129
175
  GrafanaServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'GrafanaServiceDetailsDescriptionString')
130
- GrafanaServiceDetailsEndpointString = Shapes::StringShape.new(name: 'GrafanaServiceDetailsEndpointString')
131
- GrafanaServiceDetailsNameString = Shapes::StringShape.new(name: 'GrafanaServiceDetailsNameString')
132
176
  Guid = Shapes::StringShape.new(name: 'Guid')
133
177
  IamAuthConfiguration = Shapes::StructureShape.new(name: 'IamAuthConfiguration')
134
178
  IdcAuthConfiguration = Shapes::StructureShape.new(name: 'IdcAuthConfiguration')
@@ -148,6 +192,19 @@ module Aws::DevOpsAgent
148
192
  ListAgentSpacesInput = Shapes::StructureShape.new(name: 'ListAgentSpacesInput')
149
193
  ListAgentSpacesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAgentSpacesInputMaxResultsInteger')
150
194
  ListAgentSpacesOutput = Shapes::StructureShape.new(name: 'ListAgentSpacesOutput')
195
+ ListAssetFilesRequest = Shapes::StructureShape.new(name: 'ListAssetFilesRequest')
196
+ ListAssetFilesRequestAssetVersionInteger = Shapes::IntegerShape.new(name: 'ListAssetFilesRequestAssetVersionInteger')
197
+ ListAssetFilesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAssetFilesRequestMaxResultsInteger')
198
+ ListAssetFilesResponse = Shapes::StructureShape.new(name: 'ListAssetFilesResponse')
199
+ ListAssetTypesRequest = Shapes::StructureShape.new(name: 'ListAssetTypesRequest')
200
+ ListAssetTypesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAssetTypesRequestMaxResultsInteger')
201
+ ListAssetTypesResponse = Shapes::StructureShape.new(name: 'ListAssetTypesResponse')
202
+ ListAssetVersionsRequest = Shapes::StructureShape.new(name: 'ListAssetVersionsRequest')
203
+ ListAssetVersionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAssetVersionsRequestMaxResultsInteger')
204
+ ListAssetVersionsResponse = Shapes::StructureShape.new(name: 'ListAssetVersionsResponse')
205
+ ListAssetsRequest = Shapes::StructureShape.new(name: 'ListAssetsRequest')
206
+ ListAssetsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAssetsRequestMaxResultsInteger')
207
+ ListAssetsResponse = Shapes::StructureShape.new(name: 'ListAssetsResponse')
151
208
  ListAssociationsInput = Shapes::StructureShape.new(name: 'ListAssociationsInput')
152
209
  ListAssociationsInputFilterServiceTypesString = Shapes::StringShape.new(name: 'ListAssociationsInputFilterServiceTypesString')
153
210
  ListAssociationsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAssociationsInputMaxResultsInteger')
@@ -181,6 +238,9 @@ module Aws::DevOpsAgent
181
238
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
182
239
  ListTagsForResourceRequestResourceArnString = Shapes::StringShape.new(name: 'ListTagsForResourceRequestResourceArnString')
183
240
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
241
+ ListTriggersRequest = Shapes::StructureShape.new(name: 'ListTriggersRequest')
242
+ ListTriggersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListTriggersRequestMaxResultsInteger')
243
+ ListTriggersResponse = Shapes::StructureShape.new(name: 'ListTriggersResponse')
184
244
  ListWebhooksInput = Shapes::StructureShape.new(name: 'ListWebhooksInput')
185
245
  ListWebhooksOutput = Shapes::StructureShape.new(name: 'ListWebhooksOutput')
186
246
  Locale = Shapes::StringShape.new(name: 'Locale')
@@ -201,11 +261,11 @@ module Aws::DevOpsAgent
201
261
  MCPServerDatadogConfiguration = Shapes::StructureShape.new(name: 'MCPServerDatadogConfiguration')
202
262
  MCPServerDetails = Shapes::StructureShape.new(name: 'MCPServerDetails')
203
263
  MCPServerDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerDetailsDescriptionString')
204
- MCPServerDetailsEndpointString = Shapes::StringShape.new(name: 'MCPServerDetailsEndpointString')
205
- MCPServerDetailsNameString = Shapes::StringShape.new(name: 'MCPServerDetailsNameString')
264
+ MCPServerEndpoint = Shapes::StringShape.new(name: 'MCPServerEndpoint')
206
265
  MCPServerGrafanaConfiguration = Shapes::StructureShape.new(name: 'MCPServerGrafanaConfiguration')
207
266
  MCPServerGrafanaConfigurationEndpointString = Shapes::StringShape.new(name: 'MCPServerGrafanaConfigurationEndpointString')
208
267
  MCPServerGrafanaConfigurationOrganizationIdString = Shapes::StringShape.new(name: 'MCPServerGrafanaConfigurationOrganizationIdString')
268
+ MCPServerName = Shapes::StringShape.new(name: 'MCPServerName')
209
269
  MCPServerNewRelicConfiguration = Shapes::StructureShape.new(name: 'MCPServerNewRelicConfiguration')
210
270
  MCPServerNewRelicConfigurationAccountIdString = Shapes::StringShape.new(name: 'MCPServerNewRelicConfigurationAccountIdString')
211
271
  MCPServerNewRelicConfigurationEndpointString = Shapes::StringShape.new(name: 'MCPServerNewRelicConfigurationEndpointString')
@@ -218,12 +278,11 @@ module Aws::DevOpsAgent
218
278
  MCPServerOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigClientNameString')
219
279
  MCPServerOAuthClientCredentialsConfigExchangeUrlString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigExchangeUrlString')
220
280
  MCPServerSigV4AuthorizationConfig = Shapes::StructureShape.new(name: 'MCPServerSigV4AuthorizationConfig')
281
+ MCPServerSigV4AuthorizationConfigRoleArnString = Shapes::StringShape.new(name: 'MCPServerSigV4AuthorizationConfigRoleArnString')
221
282
  MCPServerSigV4AuthorizationConfigServiceString = Shapes::StringShape.new(name: 'MCPServerSigV4AuthorizationConfigServiceString')
222
283
  MCPServerSigV4Configuration = Shapes::StructureShape.new(name: 'MCPServerSigV4Configuration')
223
284
  MCPServerSigV4ServiceDetails = Shapes::StructureShape.new(name: 'MCPServerSigV4ServiceDetails')
224
285
  MCPServerSigV4ServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsDescriptionString')
225
- MCPServerSigV4ServiceDetailsEndpointString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsEndpointString')
226
- MCPServerSigV4ServiceDetailsNameString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsNameString')
227
286
  MCPServerSplunkConfiguration = Shapes::StructureShape.new(name: 'MCPServerSplunkConfiguration')
228
287
  MCPToolsList = Shapes::ListShape.new(name: 'MCPToolsList')
229
288
  MCPToolsListMemberString = Shapes::StringShape.new(name: 'MCPToolsListMemberString')
@@ -245,6 +304,8 @@ module Aws::DevOpsAgent
245
304
  NewRelicServiceDetails = Shapes::StructureShape.new(name: 'NewRelicServiceDetails')
246
305
  NextToken = Shapes::StringShape.new(name: 'NextToken')
247
306
  OAuthAdditionalStepDetails = Shapes::StructureShape.new(name: 'OAuthAdditionalStepDetails')
307
+ OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
308
+ OperatorAppUrl = Shapes::StringShape.new(name: 'OperatorAppUrl')
248
309
  OrderType = Shapes::StringShape.new(name: 'OrderType')
249
310
  PagerDutyAuthorizationConfig = Shapes::UnionShape.new(name: 'PagerDutyAuthorizationConfig')
250
311
  PagerDutyConfiguration = Shapes::StructureShape.new(name: 'PagerDutyConfiguration')
@@ -285,12 +346,10 @@ module Aws::DevOpsAgent
285
346
  RegisteredGitLabServiceDetails = Shapes::StructureShape.new(name: 'RegisteredGitLabServiceDetails')
286
347
  RegisteredGithubServiceDetails = Shapes::StructureShape.new(name: 'RegisteredGithubServiceDetails')
287
348
  RegisteredGrafanaServerDetails = Shapes::StructureShape.new(name: 'RegisteredGrafanaServerDetails')
288
- RegisteredGrafanaServerDetailsEndpointString = Shapes::StringShape.new(name: 'RegisteredGrafanaServerDetailsEndpointString')
289
349
  RegisteredMCPServerDetails = Shapes::StructureShape.new(name: 'RegisteredMCPServerDetails')
290
350
  RegisteredMCPServerSigV4Details = Shapes::StructureShape.new(name: 'RegisteredMCPServerSigV4Details')
291
351
  RegisteredMCPServerSigV4DetailsDescriptionString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsDescriptionString')
292
- RegisteredMCPServerSigV4DetailsEndpointString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsEndpointString')
293
- RegisteredMCPServerSigV4DetailsNameString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsNameString')
352
+ RegisteredMCPServerSigV4DetailsRoleArnString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsRoleArnString')
294
353
  RegisteredMCPServerSigV4DetailsServiceString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsServiceString')
295
354
  RegisteredNewRelicDetails = Shapes::StructureShape.new(name: 'RegisteredNewRelicDetails')
296
355
  RegisteredPagerDutyDetails = Shapes::StructureShape.new(name: 'RegisteredPagerDutyDetails')
@@ -298,11 +357,14 @@ module Aws::DevOpsAgent
298
357
  RegisteredServiceNowDetails = Shapes::StructureShape.new(name: 'RegisteredServiceNowDetails')
299
358
  RegisteredServicesList = Shapes::ListShape.new(name: 'RegisteredServicesList')
300
359
  RegisteredSlackServiceDetails = Shapes::StructureShape.new(name: 'RegisteredSlackServiceDetails')
360
+ ResourceConfigDnsResolution = Shapes::StringShape.new(name: 'ResourceConfigDnsResolution')
301
361
  ResourceConfigurationArn = Shapes::StringShape.new(name: 'ResourceConfigurationArn')
302
362
  ResourceGatewayArn = Shapes::StringShape.new(name: 'ResourceGatewayArn')
303
363
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
304
364
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
305
365
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
366
+ ScheduleCondition = Shapes::StructureShape.new(name: 'ScheduleCondition')
367
+ ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
306
368
  SchedulerState = Shapes::StringShape.new(name: 'SchedulerState')
307
369
  Scopes = Shapes::ListShape.new(name: 'Scopes')
308
370
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
@@ -369,11 +431,23 @@ module Aws::DevOpsAgent
369
431
  TaskType = Shapes::StringShape.new(name: 'TaskType')
370
432
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
371
433
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
434
+ Trigger = Shapes::StructureShape.new(name: 'Trigger')
435
+ TriggerAction = Shapes::DocumentShape.new(name: 'TriggerAction', document: true)
436
+ TriggerCondition = Shapes::UnionShape.new(name: 'TriggerCondition')
437
+ TriggerList = Shapes::ListShape.new(name: 'TriggerList')
438
+ TriggerStatus = Shapes::StringShape.new(name: 'TriggerStatus')
439
+ TriggerType = Shapes::StringShape.new(name: 'TriggerType')
372
440
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
373
441
  UntagResourceRequestResourceArnString = Shapes::StringShape.new(name: 'UntagResourceRequestResourceArnString')
374
442
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
375
443
  UpdateAgentSpaceInput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceInput')
376
444
  UpdateAgentSpaceOutput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceOutput')
445
+ UpdateAssetFileRequest = Shapes::StructureShape.new(name: 'UpdateAssetFileRequest')
446
+ UpdateAssetFileRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateAssetFileRequestClientTokenString')
447
+ UpdateAssetFileResponse = Shapes::StructureShape.new(name: 'UpdateAssetFileResponse')
448
+ UpdateAssetRequest = Shapes::StructureShape.new(name: 'UpdateAssetRequest')
449
+ UpdateAssetRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateAssetRequestClientTokenString')
450
+ UpdateAssetResponse = Shapes::StructureShape.new(name: 'UpdateAssetResponse')
377
451
  UpdateAssociationInput = Shapes::StructureShape.new(name: 'UpdateAssociationInput')
378
452
  UpdateAssociationOutput = Shapes::StructureShape.new(name: 'UpdateAssociationOutput')
379
453
  UpdateBacklogTaskRequest = Shapes::StructureShape.new(name: 'UpdateBacklogTaskRequest')
@@ -386,6 +460,9 @@ module Aws::DevOpsAgent
386
460
  UpdatePrivateConnectionCertificateOutput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateOutput')
387
461
  UpdateRecommendationRequest = Shapes::StructureShape.new(name: 'UpdateRecommendationRequest')
388
462
  UpdateRecommendationResponse = Shapes::StructureShape.new(name: 'UpdateRecommendationResponse')
463
+ UpdateTriggerRequest = Shapes::StructureShape.new(name: 'UpdateTriggerRequest')
464
+ UpdateTriggerRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateTriggerRequestClientTokenString')
465
+ UpdateTriggerResponse = Shapes::StructureShape.new(name: 'UpdateTriggerResponse')
389
466
  UsageMetric = Shapes::StructureShape.new(name: 'UsageMetric')
390
467
  UserMessage = Shapes::ListShape.new(name: 'UserMessage')
391
468
  UserMessageBlock = Shapes::UnionShape.new(name: 'UserMessageBlock')
@@ -461,6 +538,72 @@ module Aws::DevOpsAgent
461
538
 
462
539
  AgentSpaceList.member = Shapes::ShapeRef.new(shape: AgentSpace)
463
540
 
541
+ Asset.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "assetId"))
542
+ Asset.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
543
+ Asset.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "metadata"))
544
+ Asset.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
545
+ Asset.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
546
+ Asset.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
547
+ Asset.struct_class = Types::Asset
548
+
549
+ AssetContent.add_member(:file, Shapes::ShapeRef.new(shape: AssetFileContent, location_name: "file"))
550
+ AssetContent.add_member(:zip, Shapes::ShapeRef.new(shape: AssetZipContent, location_name: "zip"))
551
+ AssetContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
552
+ AssetContent.add_member_subclass(:file, Types::AssetContent::File)
553
+ AssetContent.add_member_subclass(:zip, Types::AssetContent::Zip)
554
+ AssetContent.add_member_subclass(:unknown, Types::AssetContent::Unknown)
555
+ AssetContent.struct_class = Types::AssetContent
556
+
557
+ AssetFile.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location_name: "path"))
558
+ AssetFile.add_member(:content, Shapes::ShapeRef.new(shape: AssetFileBody, required: true, location_name: "content"))
559
+ AssetFile.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
560
+ AssetFile.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
561
+ AssetFile.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
562
+ AssetFile.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
563
+ AssetFile.struct_class = Types::AssetFile
564
+
565
+ AssetFileBody.add_member(:bytes, Shapes::ShapeRef.new(shape: AssetFileBytes, location_name: "bytes"))
566
+ AssetFileBody.add_member(:text, Shapes::ShapeRef.new(shape: AssetFileText, location_name: "text"))
567
+ AssetFileBody.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
568
+ AssetFileBody.add_member_subclass(:bytes, Types::AssetFileBody::Bytes)
569
+ AssetFileBody.add_member_subclass(:text, Types::AssetFileBody::Text)
570
+ AssetFileBody.add_member_subclass(:unknown, Types::AssetFileBody::Unknown)
571
+ AssetFileBody.struct_class = Types::AssetFileBody
572
+
573
+ AssetFileContent.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location_name: "path"))
574
+ AssetFileContent.add_member(:body, Shapes::ShapeRef.new(shape: AssetFileBody, required: true, location_name: "body"))
575
+ AssetFileContent.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
576
+ AssetFileContent.struct_class = Types::AssetFileContent
577
+
578
+ AssetFileSummary.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location_name: "path"))
579
+ AssetFileSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
580
+ AssetFileSummary.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
581
+ AssetFileSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
582
+ AssetFileSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
583
+ AssetFileSummary.struct_class = Types::AssetFileSummary
584
+
585
+ AssetFileSummaryList.member = Shapes::ShapeRef.new(shape: AssetFileSummary)
586
+
587
+ AssetIdList.member = Shapes::ShapeRef.new(shape: String)
588
+
589
+ AssetList.member = Shapes::ShapeRef.new(shape: Asset)
590
+
591
+ AssetTypeList.member = Shapes::ShapeRef.new(shape: AssetTypeSummary)
592
+
593
+ AssetTypeSummary.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
594
+ AssetTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: AssetTypeSummaryDescriptionString, required: true, location_name: "description"))
595
+ AssetTypeSummary.struct_class = Types::AssetTypeSummary
596
+
597
+ AssetVersionMetadata.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
598
+ AssetVersionMetadata.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
599
+ AssetVersionMetadata.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
600
+ AssetVersionMetadata.struct_class = Types::AssetVersionMetadata
601
+
602
+ AssetVersionMetadataList.member = Shapes::ShapeRef.new(shape: AssetVersionMetadata)
603
+
604
+ AssetZipContent.add_member(:zip_file, Shapes::ShapeRef.new(shape: AssetZipBytes, required: true, location_name: "zipFile"))
605
+ AssetZipContent.struct_class = Types::AssetZipContent
606
+
464
607
  AssistantMessage.member = Shapes::ShapeRef.new(shape: AssistantMessageBlock)
465
608
 
466
609
  AssistantMessageBlock.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
@@ -525,6 +668,27 @@ module Aws::DevOpsAgent
525
668
  CreateAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
526
669
  CreateAgentSpaceOutput.struct_class = Types::CreateAgentSpaceOutput
527
670
 
671
+ CreateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
672
+ CreateAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
673
+ CreateAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
674
+ CreateAssetFileRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetFileBody, required: true, location_name: "content"))
675
+ CreateAssetFileRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
676
+ CreateAssetFileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateAssetFileRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
677
+ CreateAssetFileRequest.struct_class = Types::CreateAssetFileRequest
678
+
679
+ CreateAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
680
+ CreateAssetFileResponse.struct_class = Types::CreateAssetFileResponse
681
+
682
+ CreateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
683
+ CreateAssetRequest.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, required: true, location_name: "assetType"))
684
+ CreateAssetRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
685
+ CreateAssetRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetContent, required: true, location_name: "content"))
686
+ CreateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateAssetRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
687
+ CreateAssetRequest.struct_class = Types::CreateAssetRequest
688
+
689
+ CreateAssetResponse.add_member(:asset, Shapes::ShapeRef.new(shape: Asset, required: true, location_name: "asset"))
690
+ CreateAssetResponse.struct_class = Types::CreateAssetResponse
691
+
528
692
  CreateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
529
693
  CreateBacklogTaskRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceInput, location_name: "reference"))
530
694
  CreateBacklogTaskRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "taskType"))
@@ -559,9 +723,22 @@ module Aws::DevOpsAgent
559
723
  CreatePrivateConnectionOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
560
724
  CreatePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
561
725
  CreatePrivateConnectionOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
726
+ CreatePrivateConnectionOutput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
727
+ CreatePrivateConnectionOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
562
728
  CreatePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
563
729
  CreatePrivateConnectionOutput.struct_class = Types::CreatePrivateConnectionOutput
564
730
 
731
+ CreateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
732
+ CreateTriggerRequest.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "type"))
733
+ CreateTriggerRequest.add_member(:condition, Shapes::ShapeRef.new(shape: TriggerCondition, required: true, location_name: "condition"))
734
+ CreateTriggerRequest.add_member(:action, Shapes::ShapeRef.new(shape: TriggerAction, required: true, location_name: "action"))
735
+ CreateTriggerRequest.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, location_name: "status"))
736
+ CreateTriggerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateTriggerRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
737
+ CreateTriggerRequest.struct_class = Types::CreateTriggerRequest
738
+
739
+ CreateTriggerResponse.add_member(:trigger, Shapes::ShapeRef.new(shape: Trigger, required: true, location_name: "trigger"))
740
+ CreateTriggerResponse.struct_class = Types::CreateTriggerResponse
741
+
565
742
  CustomHeaders.key = Shapes::ShapeRef.new(shape: CustomHeaderName)
566
743
  CustomHeaders.value = Shapes::ShapeRef.new(shape: CustomHeaderValue)
567
744
 
@@ -571,8 +748,8 @@ module Aws::DevOpsAgent
571
748
  DatadogAuthorizationConfig.add_member_subclass(:unknown, Types::DatadogAuthorizationConfig::Unknown)
572
749
  DatadogAuthorizationConfig.struct_class = Types::DatadogAuthorizationConfig
573
750
 
574
- DatadogServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: DatadogServiceDetailsNameString, required: true, location_name: "name"))
575
- DatadogServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: DatadogServiceDetailsEndpointString, required: true, location_name: "endpoint"))
751
+ DatadogServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
752
+ DatadogServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerEndpoint, required: true, location_name: "endpoint"))
576
753
  DatadogServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: DatadogServiceDetailsDescriptionString, location_name: "description"))
577
754
  DatadogServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: DatadogAuthorizationConfig, required: true, location_name: "authorizationConfig"))
578
755
  DatadogServiceDetails.struct_class = Types::DatadogServiceDetails
@@ -582,6 +759,19 @@ module Aws::DevOpsAgent
582
759
 
583
760
  DeleteAgentSpaceOutput.struct_class = Types::DeleteAgentSpaceOutput
584
761
 
762
+ DeleteAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
763
+ DeleteAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
764
+ DeleteAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
765
+ DeleteAssetFileRequest.struct_class = Types::DeleteAssetFileRequest
766
+
767
+ DeleteAssetFileResponse.struct_class = Types::DeleteAssetFileResponse
768
+
769
+ DeleteAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
770
+ DeleteAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
771
+ DeleteAssetRequest.struct_class = Types::DeleteAssetRequest
772
+
773
+ DeleteAssetResponse.struct_class = Types::DeleteAssetResponse
774
+
585
775
  DeletePrivateConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location: "uri", location_name: "name"))
586
776
  DeletePrivateConnectionInput.struct_class = Types::DeletePrivateConnectionInput
587
777
 
@@ -589,6 +779,12 @@ module Aws::DevOpsAgent
589
779
  DeletePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
590
780
  DeletePrivateConnectionOutput.struct_class = Types::DeletePrivateConnectionOutput
591
781
 
782
+ DeleteTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
783
+ DeleteTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
784
+ DeleteTriggerRequest.struct_class = Types::DeleteTriggerRequest
785
+
786
+ DeleteTriggerResponse.struct_class = Types::DeleteTriggerResponse
787
+
592
788
  DeregisterServiceInput.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location: "uri", location_name: "serviceId"))
593
789
  DeregisterServiceInput.struct_class = Types::DeregisterServiceInput
594
790
 
@@ -605,6 +801,8 @@ module Aws::DevOpsAgent
605
801
  DescribePrivateConnectionOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
606
802
  DescribePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
607
803
  DescribePrivateConnectionOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
804
+ DescribePrivateConnectionOutput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
805
+ DescribePrivateConnectionOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
608
806
  DescribePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
609
807
  DescribePrivateConnectionOutput.struct_class = Types::DescribePrivateConnectionOutput
610
808
 
@@ -653,6 +851,7 @@ module Aws::DevOpsAgent
653
851
  EnableOperatorAppInput.struct_class = Types::EnableOperatorAppInput
654
852
 
655
853
  EnableOperatorAppOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
854
+ EnableOperatorAppOutput.add_member(:operator_app_url, Shapes::ShapeRef.new(shape: OperatorAppUrl, location_name: "operatorAppUrl"))
656
855
  EnableOperatorAppOutput.add_member(:iam, Shapes::ShapeRef.new(shape: IamAuthConfiguration, location_name: "iam"))
657
856
  EnableOperatorAppOutput.add_member(:idc, Shapes::ShapeRef.new(shape: IdcAuthConfiguration, location_name: "idc"))
658
857
  EnableOperatorAppOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, location_name: "idp"))
@@ -703,6 +902,32 @@ module Aws::DevOpsAgent
703
902
  GetAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
704
903
  GetAgentSpaceOutput.struct_class = Types::GetAgentSpaceOutput
705
904
 
905
+ GetAssetContentRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
906
+ GetAssetContentRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
907
+ GetAssetContentRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetContentRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
908
+ GetAssetContentRequest.struct_class = Types::GetAssetContentRequest
909
+
910
+ GetAssetContentResponse.add_member(:content, Shapes::ShapeRef.new(shape: AssetZipContent, required: true, location_name: "content"))
911
+ GetAssetContentResponse.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
912
+ GetAssetContentResponse.struct_class = Types::GetAssetContentResponse
913
+
914
+ GetAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
915
+ GetAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
916
+ GetAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
917
+ GetAssetFileRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetFileRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
918
+ GetAssetFileRequest.struct_class = Types::GetAssetFileRequest
919
+
920
+ GetAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
921
+ GetAssetFileResponse.struct_class = Types::GetAssetFileResponse
922
+
923
+ GetAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
924
+ GetAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
925
+ GetAssetRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: GetAssetRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
926
+ GetAssetRequest.struct_class = Types::GetAssetRequest
927
+
928
+ GetAssetResponse.add_member(:asset, Shapes::ShapeRef.new(shape: Asset, required: true, location_name: "asset"))
929
+ GetAssetResponse.struct_class = Types::GetAssetResponse
930
+
706
931
  GetAssociationInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
707
932
  GetAssociationInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
708
933
  GetAssociationInput.struct_class = Types::GetAssociationInput
@@ -720,6 +945,7 @@ module Aws::DevOpsAgent
720
945
  GetOperatorAppInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
721
946
  GetOperatorAppInput.struct_class = Types::GetOperatorAppInput
722
947
 
948
+ GetOperatorAppOutput.add_member(:operator_app_url, Shapes::ShapeRef.new(shape: OperatorAppUrl, location_name: "operatorAppUrl"))
723
949
  GetOperatorAppOutput.add_member(:iam, Shapes::ShapeRef.new(shape: IamAuthConfiguration, location_name: "iam"))
724
950
  GetOperatorAppOutput.add_member(:idc, Shapes::ShapeRef.new(shape: IdcAuthConfiguration, location_name: "idc"))
725
951
  GetOperatorAppOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, location_name: "idp"))
@@ -740,6 +966,13 @@ module Aws::DevOpsAgent
740
966
  GetServiceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
741
967
  GetServiceOutput.struct_class = Types::GetServiceOutput
742
968
 
969
+ GetTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
970
+ GetTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
971
+ GetTriggerRequest.struct_class = Types::GetTriggerRequest
972
+
973
+ GetTriggerResponse.add_member(:trigger, Shapes::ShapeRef.new(shape: Trigger, required: true, location_name: "trigger"))
974
+ GetTriggerResponse.struct_class = Types::GetTriggerResponse
975
+
743
976
  GitHubConfiguration.add_member(:repo_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "repoName"))
744
977
  GitHubConfiguration.add_member(:repo_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "repoId"))
745
978
  GitHubConfiguration.add_member(:owner, Shapes::ShapeRef.new(shape: String, required: true, location_name: "owner"))
@@ -786,8 +1019,8 @@ module Aws::DevOpsAgent
786
1019
  GoalScheduleInput.add_member(:state, Shapes::ShapeRef.new(shape: SchedulerState, required: true, location_name: "state"))
787
1020
  GoalScheduleInput.struct_class = Types::GoalScheduleInput
788
1021
 
789
- GrafanaServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: GrafanaServiceDetailsNameString, required: true, location_name: "name"))
790
- GrafanaServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: GrafanaServiceDetailsEndpointString, required: true, location_name: "endpoint"))
1022
+ GrafanaServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
1023
+ GrafanaServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerEndpoint, required: true, location_name: "endpoint"))
791
1024
  GrafanaServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: GrafanaServiceDetailsDescriptionString, location_name: "description"))
792
1025
  GrafanaServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: MCPServerAuthorizationConfig, required: true, location_name: "authorizationConfig"))
793
1026
  GrafanaServiceDetails.struct_class = Types::GrafanaServiceDetails
@@ -841,6 +1074,47 @@ module Aws::DevOpsAgent
841
1074
  ListAgentSpacesOutput.add_member(:agent_spaces, Shapes::ShapeRef.new(shape: AgentSpaceList, required: true, location_name: "agentSpaces"))
842
1075
  ListAgentSpacesOutput.struct_class = Types::ListAgentSpacesOutput
843
1076
 
1077
+ ListAssetFilesRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1078
+ ListAssetFilesRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
1079
+ ListAssetFilesRequest.add_member(:asset_version, Shapes::ShapeRef.new(shape: ListAssetFilesRequestAssetVersionInteger, location: "querystring", location_name: "assetVersion"))
1080
+ ListAssetFilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1081
+ ListAssetFilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssetFilesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1082
+ ListAssetFilesRequest.struct_class = Types::ListAssetFilesRequest
1083
+
1084
+ ListAssetFilesResponse.add_member(:items, Shapes::ShapeRef.new(shape: AssetFileSummaryList, required: true, location_name: "items"))
1085
+ ListAssetFilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1086
+ ListAssetFilesResponse.struct_class = Types::ListAssetFilesResponse
1087
+
1088
+ ListAssetTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1089
+ ListAssetTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssetTypesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1090
+ ListAssetTypesRequest.struct_class = Types::ListAssetTypesRequest
1091
+
1092
+ ListAssetTypesResponse.add_member(:items, Shapes::ShapeRef.new(shape: AssetTypeList, required: true, location_name: "items"))
1093
+ ListAssetTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1094
+ ListAssetTypesResponse.struct_class = Types::ListAssetTypesResponse
1095
+
1096
+ ListAssetVersionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1097
+ ListAssetVersionsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
1098
+ ListAssetVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssetVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1099
+ ListAssetVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1100
+ ListAssetVersionsRequest.struct_class = Types::ListAssetVersionsRequest
1101
+
1102
+ ListAssetVersionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: AssetVersionMetadataList, required: true, location_name: "items"))
1103
+ ListAssetVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1104
+ ListAssetVersionsResponse.struct_class = Types::ListAssetVersionsResponse
1105
+
1106
+ ListAssetsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1107
+ ListAssetsRequest.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, location: "querystring", location_name: "assetType"))
1108
+ ListAssetsRequest.add_member(:updated_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "updatedAfter"))
1109
+ ListAssetsRequest.add_member(:updated_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "updatedBefore"))
1110
+ ListAssetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1111
+ ListAssetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssetsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1112
+ ListAssetsRequest.struct_class = Types::ListAssetsRequest
1113
+
1114
+ ListAssetsResponse.add_member(:items, Shapes::ShapeRef.new(shape: AssetList, required: true, location_name: "items"))
1115
+ ListAssetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1116
+ ListAssetsResponse.struct_class = Types::ListAssetsResponse
1117
+
844
1118
  ListAssociationsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
845
1119
  ListAssociationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssociationsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
846
1120
  ListAssociationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -953,6 +1227,16 @@ module Aws::DevOpsAgent
953
1227
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
954
1228
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
955
1229
 
1230
+ ListTriggersRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1231
+ ListTriggersRequest.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, location: "querystring", location_name: "status"))
1232
+ ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1233
+ ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTriggersRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1234
+ ListTriggersRequest.struct_class = Types::ListTriggersRequest
1235
+
1236
+ ListTriggersResponse.add_member(:items, Shapes::ShapeRef.new(shape: TriggerList, required: true, location_name: "items"))
1237
+ ListTriggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1238
+ ListTriggersResponse.struct_class = Types::ListTriggersResponse
1239
+
956
1240
  ListWebhooksInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
957
1241
  ListWebhooksInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
958
1242
  ListWebhooksInput.struct_class = Types::ListWebhooksInput
@@ -992,8 +1276,8 @@ module Aws::DevOpsAgent
992
1276
 
993
1277
  MCPServerDatadogConfiguration.struct_class = Types::MCPServerDatadogConfiguration
994
1278
 
995
- MCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerDetailsNameString, required: true, location_name: "name"))
996
- MCPServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerDetailsEndpointString, required: true, location_name: "endpoint"))
1279
+ MCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
1280
+ MCPServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerEndpoint, required: true, location_name: "endpoint"))
997
1281
  MCPServerDetails.add_member(:description, Shapes::ShapeRef.new(shape: MCPServerDetailsDescriptionString, location_name: "description"))
998
1282
  MCPServerDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: MCPServerAuthorizationConfig, required: true, location_name: "authorizationConfig"))
999
1283
  MCPServerDetails.struct_class = Types::MCPServerDetails
@@ -1028,15 +1312,16 @@ module Aws::DevOpsAgent
1028
1312
 
1029
1313
  MCPServerSigV4AuthorizationConfig.add_member(:region, Shapes::ShapeRef.new(shape: SigV4Region, required: true, location_name: "region"))
1030
1314
  MCPServerSigV4AuthorizationConfig.add_member(:service, Shapes::ShapeRef.new(shape: MCPServerSigV4AuthorizationConfigServiceString, required: true, location_name: "service"))
1031
- MCPServerSigV4AuthorizationConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1315
+ MCPServerSigV4AuthorizationConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: MCPServerSigV4AuthorizationConfigRoleArnString, deprecated: true, location_name: "roleArn", metadata: {"deprecatedMessage" => "Use mcpRoleArn instead.", "deprecatedSince" => "2026-05-27"}))
1316
+ MCPServerSigV4AuthorizationConfig.add_member(:mcp_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "mcpRoleArn"))
1032
1317
  MCPServerSigV4AuthorizationConfig.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaders, location_name: "customHeaders"))
1033
1318
  MCPServerSigV4AuthorizationConfig.struct_class = Types::MCPServerSigV4AuthorizationConfig
1034
1319
 
1035
1320
  MCPServerSigV4Configuration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, required: true, location_name: "tools"))
1036
1321
  MCPServerSigV4Configuration.struct_class = Types::MCPServerSigV4Configuration
1037
1322
 
1038
- MCPServerSigV4ServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsNameString, required: true, location_name: "name"))
1039
- MCPServerSigV4ServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsEndpointString, required: true, location_name: "endpoint"))
1323
+ MCPServerSigV4ServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
1324
+ MCPServerSigV4ServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerEndpoint, required: true, location_name: "endpoint"))
1040
1325
  MCPServerSigV4ServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsDescriptionString, location_name: "description"))
1041
1326
  MCPServerSigV4ServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: MCPServerSigV4AuthorizationConfig, required: true, location_name: "authorizationConfig"))
1042
1327
  MCPServerSigV4ServiceDetails.struct_class = Types::MCPServerSigV4ServiceDetails
@@ -1129,6 +1414,8 @@ module Aws::DevOpsAgent
1129
1414
  PrivateConnectionSummary.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
1130
1415
  PrivateConnectionSummary.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
1131
1416
  PrivateConnectionSummary.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
1417
+ PrivateConnectionSummary.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
1418
+ PrivateConnectionSummary.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
1132
1419
  PrivateConnectionSummary.struct_class = Types::PrivateConnectionSummary
1133
1420
 
1134
1421
  PrivateConnectionSummaryList.member = Shapes::ShapeRef.new(shape: PrivateConnectionSummary)
@@ -1174,6 +1461,8 @@ module Aws::DevOpsAgent
1174
1461
  RegisterServiceInput.add_member(:service_details, Shapes::ShapeRef.new(shape: ServiceDetails, required: true, location_name: "serviceDetails"))
1175
1462
  RegisterServiceInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1176
1463
  RegisterServiceInput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
1464
+ RegisterServiceInput.add_member(:target_url_private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "targetUrlPrivateConnectionName"))
1465
+ RegisterServiceInput.add_member(:exchange_url_private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "exchangeUrlPrivateConnectionName"))
1177
1466
  RegisterServiceInput.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
1178
1467
  RegisterServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1179
1468
  RegisterServiceInput.struct_class = Types::RegisterServiceInput
@@ -1203,7 +1492,7 @@ module Aws::DevOpsAgent
1203
1492
  RegisteredGithubServiceDetails.add_member(:target_url, Shapes::ShapeRef.new(shape: String, location_name: "targetUrl"))
1204
1493
  RegisteredGithubServiceDetails.struct_class = Types::RegisteredGithubServiceDetails
1205
1494
 
1206
- RegisteredGrafanaServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: RegisteredGrafanaServerDetailsEndpointString, required: true, location_name: "endpoint"))
1495
+ RegisteredGrafanaServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerEndpoint, required: true, location_name: "endpoint"))
1207
1496
  RegisteredGrafanaServerDetails.add_member(:authorization_method, Shapes::ShapeRef.new(shape: MCPServerAuthorizationMethod, required: true, location_name: "authorizationMethod"))
1208
1497
  RegisteredGrafanaServerDetails.struct_class = Types::RegisteredGrafanaServerDetails
1209
1498
 
@@ -1214,12 +1503,13 @@ module Aws::DevOpsAgent
1214
1503
  RegisteredMCPServerDetails.add_member(:api_key_header, Shapes::ShapeRef.new(shape: String, location_name: "apiKeyHeader"))
1215
1504
  RegisteredMCPServerDetails.struct_class = Types::RegisteredMCPServerDetails
1216
1505
 
1217
- RegisteredMCPServerSigV4Details.add_member(:name, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsNameString, required: true, location_name: "name"))
1218
- RegisteredMCPServerSigV4Details.add_member(:endpoint, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsEndpointString, required: true, location_name: "endpoint"))
1506
+ RegisteredMCPServerSigV4Details.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerName, required: true, location_name: "name"))
1507
+ RegisteredMCPServerSigV4Details.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerEndpoint, required: true, location_name: "endpoint"))
1219
1508
  RegisteredMCPServerSigV4Details.add_member(:description, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsDescriptionString, location_name: "description"))
1220
1509
  RegisteredMCPServerSigV4Details.add_member(:region, Shapes::ShapeRef.new(shape: SigV4Region, required: true, location_name: "region"))
1221
1510
  RegisteredMCPServerSigV4Details.add_member(:service, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsServiceString, required: true, location_name: "service"))
1222
- RegisteredMCPServerSigV4Details.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1511
+ RegisteredMCPServerSigV4Details.add_member(:role_arn, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsRoleArnString, required: true, deprecated: true, location_name: "roleArn", metadata: {"deprecatedMessage" => "Use mcpRoleArn instead.", "deprecatedSince" => "2026-05-27"}))
1512
+ RegisteredMCPServerSigV4Details.add_member(:mcp_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "mcpRoleArn"))
1223
1513
  RegisteredMCPServerSigV4Details.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaders, location_name: "customHeaders"))
1224
1514
  RegisteredMCPServerSigV4Details.struct_class = Types::RegisteredMCPServerSigV4Details
1225
1515
 
@@ -1252,7 +1542,10 @@ module Aws::DevOpsAgent
1252
1542
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1253
1543
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1254
1544
 
1255
- Scopes.member = Shapes::ShapeRef.new(shape: String)
1545
+ ScheduleCondition.add_member(:expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "expression"))
1546
+ ScheduleCondition.struct_class = Types::ScheduleCondition
1547
+
1548
+ Scopes.member = Shapes::ShapeRef.new(shape: OAuthScope)
1256
1549
 
1257
1550
  SelfManagedInput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, required: true, location_name: "resourceConfigurationId"))
1258
1551
  SelfManagedInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateString, location_name: "certificate"))
@@ -1307,10 +1600,11 @@ module Aws::DevOpsAgent
1307
1600
  SendMessageJsonDelta.struct_class = Types::SendMessageJsonDelta
1308
1601
 
1309
1602
  SendMessageRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1310
- SendMessageRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
1603
+ SendMessageRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ChatExecutionId, required: true, location_name: "executionId"))
1311
1604
  SendMessageRequest.add_member(:content, Shapes::ShapeRef.new(shape: MessageContent, required: true, location_name: "content"))
1312
1605
  SendMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: SendMessageContext, location_name: "context"))
1313
1606
  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"}))
1607
+ SendMessageRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: AssetIdList, location_name: "assetIds"))
1314
1608
  SendMessageRequest.struct_class = Types::SendMessageRequest
1315
1609
 
1316
1610
  SendMessageResponse.add_member(:events, Shapes::ShapeRef.new(shape: SendMessageEvents, required: true, eventstream: true, location_name: "events"))
@@ -1423,6 +1717,7 @@ module Aws::DevOpsAgent
1423
1717
  ServiceManagedInput.add_member(:ipv4_addresses_per_eni, Shapes::ShapeRef.new(shape: MaxIpv4AddressesPerEni, location_name: "ipv4AddressesPerEni"))
1424
1718
  ServiceManagedInput.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, location_name: "portRanges"))
1425
1719
  ServiceManagedInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateString, location_name: "certificate"))
1720
+ ServiceManagedInput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
1426
1721
  ServiceManagedInput.struct_class = Types::ServiceManagedInput
1427
1722
 
1428
1723
  ServiceNowAuthenticationScopeList.member = Shapes::ShapeRef.new(shape: String)
@@ -1518,6 +1813,24 @@ module Aws::DevOpsAgent
1518
1813
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1519
1814
  ThrottlingException.struct_class = Types::ThrottlingException
1520
1815
 
1816
+ Trigger.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "triggerId"))
1817
+ Trigger.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
1818
+ Trigger.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "type"))
1819
+ Trigger.add_member(:condition, Shapes::ShapeRef.new(shape: TriggerCondition, required: true, location_name: "condition"))
1820
+ Trigger.add_member(:action, Shapes::ShapeRef.new(shape: TriggerAction, required: true, location_name: "action"))
1821
+ Trigger.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, required: true, location_name: "status"))
1822
+ Trigger.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
1823
+ Trigger.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
1824
+ Trigger.struct_class = Types::Trigger
1825
+
1826
+ TriggerCondition.add_member(:schedule, Shapes::ShapeRef.new(shape: ScheduleCondition, location_name: "schedule"))
1827
+ TriggerCondition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1828
+ TriggerCondition.add_member_subclass(:schedule, Types::TriggerCondition::Schedule)
1829
+ TriggerCondition.add_member_subclass(:unknown, Types::TriggerCondition::Unknown)
1830
+ TriggerCondition.struct_class = Types::TriggerCondition
1831
+
1832
+ TriggerList.member = Shapes::ShapeRef.new(shape: Trigger)
1833
+
1521
1834
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: UntagResourceRequestResourceArnString, required: true, location: "uri", location_name: "resourceArn"))
1522
1835
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
1523
1836
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1533,6 +1846,27 @@ module Aws::DevOpsAgent
1533
1846
  UpdateAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
1534
1847
  UpdateAgentSpaceOutput.struct_class = Types::UpdateAgentSpaceOutput
1535
1848
 
1849
+ UpdateAssetFileRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1850
+ UpdateAssetFileRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
1851
+ UpdateAssetFileRequest.add_member(:path, Shapes::ShapeRef.new(shape: AssetFilePath, required: true, location: "uri", location_name: "path"))
1852
+ UpdateAssetFileRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetFileBody, location_name: "content"))
1853
+ UpdateAssetFileRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
1854
+ UpdateAssetFileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateAssetFileRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1855
+ UpdateAssetFileRequest.struct_class = Types::UpdateAssetFileRequest
1856
+
1857
+ UpdateAssetFileResponse.add_member(:file, Shapes::ShapeRef.new(shape: AssetFile, required: true, location_name: "file"))
1858
+ UpdateAssetFileResponse.struct_class = Types::UpdateAssetFileResponse
1859
+
1860
+ UpdateAssetRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1861
+ UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "assetId"))
1862
+ UpdateAssetRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
1863
+ UpdateAssetRequest.add_member(:content, Shapes::ShapeRef.new(shape: AssetContent, location_name: "content"))
1864
+ UpdateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateAssetRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1865
+ UpdateAssetRequest.struct_class = Types::UpdateAssetRequest
1866
+
1867
+ UpdateAssetResponse.add_member(:asset, Shapes::ShapeRef.new(shape: Asset, required: true, location_name: "asset"))
1868
+ UpdateAssetResponse.struct_class = Types::UpdateAssetResponse
1869
+
1536
1870
  UpdateAssociationInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1537
1871
  UpdateAssociationInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
1538
1872
  UpdateAssociationInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, required: true, location_name: "configuration"))
@@ -1580,6 +1914,8 @@ module Aws::DevOpsAgent
1580
1914
  UpdatePrivateConnectionCertificateOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
1581
1915
  UpdatePrivateConnectionCertificateOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
1582
1916
  UpdatePrivateConnectionCertificateOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
1917
+ UpdatePrivateConnectionCertificateOutput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
1918
+ UpdatePrivateConnectionCertificateOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
1583
1919
  UpdatePrivateConnectionCertificateOutput.struct_class = Types::UpdatePrivateConnectionCertificateOutput
1584
1920
 
1585
1921
  UpdateRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
@@ -1592,6 +1928,15 @@ module Aws::DevOpsAgent
1592
1928
  UpdateRecommendationResponse.add_member(:recommendation, Shapes::ShapeRef.new(shape: Recommendation, required: true, location_name: "recommendation"))
1593
1929
  UpdateRecommendationResponse.struct_class = Types::UpdateRecommendationResponse
1594
1930
 
1931
+ UpdateTriggerRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
1932
+ UpdateTriggerRequest.add_member(:trigger_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "triggerId"))
1933
+ UpdateTriggerRequest.add_member(:status, Shapes::ShapeRef.new(shape: TriggerStatus, location_name: "status"))
1934
+ UpdateTriggerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateTriggerRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1935
+ UpdateTriggerRequest.struct_class = Types::UpdateTriggerRequest
1936
+
1937
+ UpdateTriggerResponse.add_member(:trigger, Shapes::ShapeRef.new(shape: Trigger, required: true, location_name: "trigger"))
1938
+ UpdateTriggerResponse.struct_class = Types::UpdateTriggerResponse
1939
+
1595
1940
  UsageMetric.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "limit"))
1596
1941
  UsageMetric.add_member(:usage, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "usage"))
1597
1942
  UsageMetric.struct_class = Types::UsageMetric
@@ -1693,6 +2038,46 @@ module Aws::DevOpsAgent
1693
2038
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1694
2039
  end)
1695
2040
 
2041
+ api.add_operation(:create_asset, Seahorse::Model::Operation.new.tap do |o|
2042
+ o.name = "CreateAsset"
2043
+ o.http_method = "POST"
2044
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets"
2045
+ o.endpoint_pattern = {
2046
+ "hostPrefix" => "dp.",
2047
+ }
2048
+ o.input = Shapes::ShapeRef.new(shape: CreateAssetRequest)
2049
+ o.output = Shapes::ShapeRef.new(shape: CreateAssetResponse)
2050
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2051
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2052
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2053
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2054
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2055
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2056
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2057
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2058
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2059
+ end)
2060
+
2061
+ api.add_operation(:create_asset_file, Seahorse::Model::Operation.new.tap do |o|
2062
+ o.name = "CreateAssetFile"
2063
+ o.http_method = "POST"
2064
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}"
2065
+ o.endpoint_pattern = {
2066
+ "hostPrefix" => "dp.",
2067
+ }
2068
+ o.input = Shapes::ShapeRef.new(shape: CreateAssetFileRequest)
2069
+ o.output = Shapes::ShapeRef.new(shape: CreateAssetFileResponse)
2070
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2071
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2072
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2073
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2074
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2075
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2076
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2077
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2078
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2079
+ end)
2080
+
1696
2081
  api.add_operation(:create_backlog_task, Seahorse::Model::Operation.new.tap do |o|
1697
2082
  o.name = "CreateBacklogTask"
1698
2083
  o.http_method = "POST"
@@ -1753,6 +2138,26 @@ module Aws::DevOpsAgent
1753
2138
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1754
2139
  end)
1755
2140
 
2141
+ api.add_operation(:create_trigger, Seahorse::Model::Operation.new.tap do |o|
2142
+ o.name = "CreateTrigger"
2143
+ o.http_method = "POST"
2144
+ o.http_request_uri = "/trigger/agent-space/{agentSpaceId}/triggers"
2145
+ o.endpoint_pattern = {
2146
+ "hostPrefix" => "dp.",
2147
+ }
2148
+ o.input = Shapes::ShapeRef.new(shape: CreateTriggerRequest)
2149
+ o.output = Shapes::ShapeRef.new(shape: CreateTriggerResponse)
2150
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2151
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2152
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2153
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2154
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2155
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2156
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2157
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2158
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2159
+ end)
2160
+
1756
2161
  api.add_operation(:delete_agent_space, Seahorse::Model::Operation.new.tap do |o|
1757
2162
  o.name = "DeleteAgentSpace"
1758
2163
  o.http_method = "DELETE"
@@ -1773,6 +2178,46 @@ module Aws::DevOpsAgent
1773
2178
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1774
2179
  end)
1775
2180
 
2181
+ api.add_operation(:delete_asset, Seahorse::Model::Operation.new.tap do |o|
2182
+ o.name = "DeleteAsset"
2183
+ o.http_method = "DELETE"
2184
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}"
2185
+ o.endpoint_pattern = {
2186
+ "hostPrefix" => "dp.",
2187
+ }
2188
+ o.input = Shapes::ShapeRef.new(shape: DeleteAssetRequest)
2189
+ o.output = Shapes::ShapeRef.new(shape: DeleteAssetResponse)
2190
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2191
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2192
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2193
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2194
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2195
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2196
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2197
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2198
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2199
+ end)
2200
+
2201
+ api.add_operation(:delete_asset_file, Seahorse::Model::Operation.new.tap do |o|
2202
+ o.name = "DeleteAssetFile"
2203
+ o.http_method = "DELETE"
2204
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}"
2205
+ o.endpoint_pattern = {
2206
+ "hostPrefix" => "dp.",
2207
+ }
2208
+ o.input = Shapes::ShapeRef.new(shape: DeleteAssetFileRequest)
2209
+ o.output = Shapes::ShapeRef.new(shape: DeleteAssetFileResponse)
2210
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2211
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2212
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2213
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2214
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2215
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2216
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2217
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2218
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2219
+ end)
2220
+
1776
2221
  api.add_operation(:delete_private_connection, Seahorse::Model::Operation.new.tap do |o|
1777
2222
  o.name = "DeletePrivateConnection"
1778
2223
  o.http_method = "DELETE"
@@ -1793,6 +2238,26 @@ module Aws::DevOpsAgent
1793
2238
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1794
2239
  end)
1795
2240
 
2241
+ api.add_operation(:delete_trigger, Seahorse::Model::Operation.new.tap do |o|
2242
+ o.name = "DeleteTrigger"
2243
+ o.http_method = "DELETE"
2244
+ o.http_request_uri = "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}"
2245
+ o.endpoint_pattern = {
2246
+ "hostPrefix" => "dp.",
2247
+ }
2248
+ o.input = Shapes::ShapeRef.new(shape: DeleteTriggerRequest)
2249
+ o.output = Shapes::ShapeRef.new(shape: DeleteTriggerResponse)
2250
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2251
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2252
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2253
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2254
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2255
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2256
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2257
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2258
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2259
+ end)
2260
+
1796
2261
  api.add_operation(:deregister_service, Seahorse::Model::Operation.new.tap do |o|
1797
2262
  o.name = "DeregisterService"
1798
2263
  o.http_method = "DELETE"
@@ -1935,6 +2400,66 @@ module Aws::DevOpsAgent
1935
2400
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1936
2401
  end)
1937
2402
 
2403
+ api.add_operation(:get_asset, Seahorse::Model::Operation.new.tap do |o|
2404
+ o.name = "GetAsset"
2405
+ o.http_method = "GET"
2406
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}"
2407
+ o.endpoint_pattern = {
2408
+ "hostPrefix" => "dp.",
2409
+ }
2410
+ o.input = Shapes::ShapeRef.new(shape: GetAssetRequest)
2411
+ o.output = Shapes::ShapeRef.new(shape: GetAssetResponse)
2412
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2413
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2414
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2415
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2416
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2417
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2418
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2419
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2420
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2421
+ end)
2422
+
2423
+ api.add_operation(:get_asset_content, Seahorse::Model::Operation.new.tap do |o|
2424
+ o.name = "GetAssetContent"
2425
+ o.http_method = "GET"
2426
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}/content"
2427
+ o.endpoint_pattern = {
2428
+ "hostPrefix" => "dp.",
2429
+ }
2430
+ o.input = Shapes::ShapeRef.new(shape: GetAssetContentRequest)
2431
+ o.output = Shapes::ShapeRef.new(shape: GetAssetContentResponse)
2432
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2433
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2434
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2435
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2436
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2437
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2438
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2439
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2440
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2441
+ end)
2442
+
2443
+ api.add_operation(:get_asset_file, Seahorse::Model::Operation.new.tap do |o|
2444
+ o.name = "GetAssetFile"
2445
+ o.http_method = "GET"
2446
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}"
2447
+ o.endpoint_pattern = {
2448
+ "hostPrefix" => "dp.",
2449
+ }
2450
+ o.input = Shapes::ShapeRef.new(shape: GetAssetFileRequest)
2451
+ o.output = Shapes::ShapeRef.new(shape: GetAssetFileResponse)
2452
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2453
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2454
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2455
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2456
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2457
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2458
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2459
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2460
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2461
+ end)
2462
+
1938
2463
  api.add_operation(:get_association, Seahorse::Model::Operation.new.tap do |o|
1939
2464
  o.name = "GetAssociation"
1940
2465
  o.http_method = "GET"
@@ -2035,6 +2560,26 @@ module Aws::DevOpsAgent
2035
2560
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2036
2561
  end)
2037
2562
 
2563
+ api.add_operation(:get_trigger, Seahorse::Model::Operation.new.tap do |o|
2564
+ o.name = "GetTrigger"
2565
+ o.http_method = "GET"
2566
+ o.http_request_uri = "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}"
2567
+ o.endpoint_pattern = {
2568
+ "hostPrefix" => "dp.",
2569
+ }
2570
+ o.input = Shapes::ShapeRef.new(shape: GetTriggerRequest)
2571
+ o.output = Shapes::ShapeRef.new(shape: GetTriggerResponse)
2572
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2573
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2574
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2575
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2576
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2577
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2578
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2579
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2580
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2581
+ end)
2582
+
2038
2583
  api.add_operation(:list_agent_spaces, Seahorse::Model::Operation.new.tap do |o|
2039
2584
  o.name = "ListAgentSpaces"
2040
2585
  o.http_method = "POST"
@@ -2061,6 +2606,110 @@ module Aws::DevOpsAgent
2061
2606
  )
2062
2607
  end)
2063
2608
 
2609
+ api.add_operation(:list_asset_files, Seahorse::Model::Operation.new.tap do |o|
2610
+ o.name = "ListAssetFiles"
2611
+ o.http_method = "GET"
2612
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files"
2613
+ o.endpoint_pattern = {
2614
+ "hostPrefix" => "dp.",
2615
+ }
2616
+ o.input = Shapes::ShapeRef.new(shape: ListAssetFilesRequest)
2617
+ o.output = Shapes::ShapeRef.new(shape: ListAssetFilesResponse)
2618
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2619
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2620
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2621
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2622
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2623
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2624
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2625
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2626
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2627
+ o[:pager] = Aws::Pager.new(
2628
+ limit_key: "max_results",
2629
+ tokens: {
2630
+ "next_token" => "next_token"
2631
+ }
2632
+ )
2633
+ end)
2634
+
2635
+ api.add_operation(:list_asset_types, Seahorse::Model::Operation.new.tap do |o|
2636
+ o.name = "ListAssetTypes"
2637
+ o.http_method = "GET"
2638
+ o.http_request_uri = "/asset/types"
2639
+ o.endpoint_pattern = {
2640
+ "hostPrefix" => "dp.",
2641
+ }
2642
+ o.input = Shapes::ShapeRef.new(shape: ListAssetTypesRequest)
2643
+ o.output = Shapes::ShapeRef.new(shape: ListAssetTypesResponse)
2644
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2645
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2646
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2647
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2648
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2649
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2650
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2651
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2652
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2653
+ o[:pager] = Aws::Pager.new(
2654
+ limit_key: "max_results",
2655
+ tokens: {
2656
+ "next_token" => "next_token"
2657
+ }
2658
+ )
2659
+ end)
2660
+
2661
+ api.add_operation(:list_asset_versions, Seahorse::Model::Operation.new.tap do |o|
2662
+ o.name = "ListAssetVersions"
2663
+ o.http_method = "GET"
2664
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}/versions"
2665
+ o.endpoint_pattern = {
2666
+ "hostPrefix" => "dp.",
2667
+ }
2668
+ o.input = Shapes::ShapeRef.new(shape: ListAssetVersionsRequest)
2669
+ o.output = Shapes::ShapeRef.new(shape: ListAssetVersionsResponse)
2670
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2671
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2672
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2673
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2674
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2675
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2676
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2677
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2678
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2679
+ o[:pager] = Aws::Pager.new(
2680
+ limit_key: "max_results",
2681
+ tokens: {
2682
+ "next_token" => "next_token"
2683
+ }
2684
+ )
2685
+ end)
2686
+
2687
+ api.add_operation(:list_assets, Seahorse::Model::Operation.new.tap do |o|
2688
+ o.name = "ListAssets"
2689
+ o.http_method = "GET"
2690
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets"
2691
+ o.endpoint_pattern = {
2692
+ "hostPrefix" => "dp.",
2693
+ }
2694
+ o.input = Shapes::ShapeRef.new(shape: ListAssetsRequest)
2695
+ o.output = Shapes::ShapeRef.new(shape: ListAssetsResponse)
2696
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2697
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2698
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2699
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2700
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2701
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2702
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2703
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2704
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2705
+ o[:pager] = Aws::Pager.new(
2706
+ limit_key: "max_results",
2707
+ tokens: {
2708
+ "next_token" => "next_token"
2709
+ }
2710
+ )
2711
+ end)
2712
+
2064
2713
  api.add_operation(:list_associations, Seahorse::Model::Operation.new.tap do |o|
2065
2714
  o.name = "ListAssociations"
2066
2715
  o.http_method = "POST"
@@ -2317,6 +2966,32 @@ module Aws::DevOpsAgent
2317
2966
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2318
2967
  end)
2319
2968
 
2969
+ api.add_operation(:list_triggers, Seahorse::Model::Operation.new.tap do |o|
2970
+ o.name = "ListTriggers"
2971
+ o.http_method = "GET"
2972
+ o.http_request_uri = "/trigger/agent-space/{agentSpaceId}/triggers"
2973
+ o.endpoint_pattern = {
2974
+ "hostPrefix" => "dp.",
2975
+ }
2976
+ o.input = Shapes::ShapeRef.new(shape: ListTriggersRequest)
2977
+ o.output = Shapes::ShapeRef.new(shape: ListTriggersResponse)
2978
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2979
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
2980
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2981
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2982
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2983
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2984
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2985
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2986
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2987
+ o[:pager] = Aws::Pager.new(
2988
+ limit_key: "max_results",
2989
+ tokens: {
2990
+ "next_token" => "next_token"
2991
+ }
2992
+ )
2993
+ end)
2994
+
2320
2995
  api.add_operation(:list_webhooks, Seahorse::Model::Operation.new.tap do |o|
2321
2996
  o.name = "ListWebhooks"
2322
2997
  o.http_method = "POST"
@@ -2437,6 +3112,46 @@ module Aws::DevOpsAgent
2437
3112
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2438
3113
  end)
2439
3114
 
3115
+ api.add_operation(:update_asset, Seahorse::Model::Operation.new.tap do |o|
3116
+ o.name = "UpdateAsset"
3117
+ o.http_method = "PATCH"
3118
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}"
3119
+ o.endpoint_pattern = {
3120
+ "hostPrefix" => "dp.",
3121
+ }
3122
+ o.input = Shapes::ShapeRef.new(shape: UpdateAssetRequest)
3123
+ o.output = Shapes::ShapeRef.new(shape: UpdateAssetResponse)
3124
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3125
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
3126
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3127
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3128
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3129
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3130
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3131
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3132
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3133
+ end)
3134
+
3135
+ api.add_operation(:update_asset_file, Seahorse::Model::Operation.new.tap do |o|
3136
+ o.name = "UpdateAssetFile"
3137
+ o.http_method = "PATCH"
3138
+ o.http_request_uri = "/asset/agent-space/{agentSpaceId}/assets/{assetId}/files/{path+}"
3139
+ o.endpoint_pattern = {
3140
+ "hostPrefix" => "dp.",
3141
+ }
3142
+ o.input = Shapes::ShapeRef.new(shape: UpdateAssetFileRequest)
3143
+ o.output = Shapes::ShapeRef.new(shape: UpdateAssetFileResponse)
3144
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3145
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
3146
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3147
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3148
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3149
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3150
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3151
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3152
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3153
+ end)
3154
+
2440
3155
  api.add_operation(:update_association, Seahorse::Model::Operation.new.tap do |o|
2441
3156
  o.name = "UpdateAssociation"
2442
3157
  o.http_method = "PATCH"
@@ -2557,6 +3272,26 @@ module Aws::DevOpsAgent
2557
3272
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2558
3273
  end)
2559
3274
 
3275
+ api.add_operation(:update_trigger, Seahorse::Model::Operation.new.tap do |o|
3276
+ o.name = "UpdateTrigger"
3277
+ o.http_method = "PATCH"
3278
+ o.http_request_uri = "/trigger/agent-space/{agentSpaceId}/triggers/{triggerId}"
3279
+ o.endpoint_pattern = {
3280
+ "hostPrefix" => "dp.",
3281
+ }
3282
+ o.input = Shapes::ShapeRef.new(shape: UpdateTriggerRequest)
3283
+ o.output = Shapes::ShapeRef.new(shape: UpdateTriggerResponse)
3284
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3285
+ o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
3286
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3287
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3288
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3289
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3290
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3291
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3292
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3293
+ end)
3294
+
2560
3295
  api.add_operation(:validate_aws_associations, Seahorse::Model::Operation.new.tap do |o|
2561
3296
  o.name = "ValidateAwsAssociations"
2562
3297
  o.http_method = "POST"