aws-sdk-bedrockagentcorecontrol 1.4.0 → 1.6.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.
@@ -15,20 +15,20 @@ module Aws::BedrockAgentCoreControl
15
15
  include Seahorse::Model
16
16
 
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
- Agent = Shapes::StructureShape.new(name: 'Agent')
19
- AgentArtifact = Shapes::UnionShape.new(name: 'AgentArtifact')
20
- AgentEndpoint = Shapes::StructureShape.new(name: 'AgentEndpoint')
21
18
  AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
22
- AgentEndpointStatus = Shapes::StringShape.new(name: 'AgentEndpointStatus')
23
- AgentEndpoints = Shapes::ListShape.new(name: 'AgentEndpoints')
19
+ AgentRuntime = Shapes::StructureShape.new(name: 'AgentRuntime')
24
20
  AgentRuntimeArn = Shapes::StringShape.new(name: 'AgentRuntimeArn')
21
+ AgentRuntimeArtifact = Shapes::UnionShape.new(name: 'AgentRuntimeArtifact')
22
+ AgentRuntimeEndpoint = Shapes::StructureShape.new(name: 'AgentRuntimeEndpoint')
25
23
  AgentRuntimeEndpointArn = Shapes::StringShape.new(name: 'AgentRuntimeEndpointArn')
26
24
  AgentRuntimeEndpointId = Shapes::StringShape.new(name: 'AgentRuntimeEndpointId')
25
+ AgentRuntimeEndpointStatus = Shapes::StringShape.new(name: 'AgentRuntimeEndpointStatus')
26
+ AgentRuntimeEndpoints = Shapes::ListShape.new(name: 'AgentRuntimeEndpoints')
27
27
  AgentRuntimeId = Shapes::StringShape.new(name: 'AgentRuntimeId')
28
28
  AgentRuntimeName = Shapes::StringShape.new(name: 'AgentRuntimeName')
29
+ AgentRuntimeStatus = Shapes::StringShape.new(name: 'AgentRuntimeStatus')
29
30
  AgentRuntimeVersion = Shapes::StringShape.new(name: 'AgentRuntimeVersion')
30
- AgentStatus = Shapes::StringShape.new(name: 'AgentStatus')
31
- Agents = Shapes::ListShape.new(name: 'Agents')
31
+ AgentRuntimes = Shapes::ListShape.new(name: 'AgentRuntimes')
32
32
  AllowedAudience = Shapes::StringShape.new(name: 'AllowedAudience')
33
33
  AllowedAudienceList = Shapes::ListShape.new(name: 'AllowedAudienceList')
34
34
  AllowedClient = Shapes::StringShape.new(name: 'AllowedClient')
@@ -182,6 +182,7 @@ module Aws::BedrockAgentCoreControl
182
182
  GithubOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GithubOauth2ProviderConfigOutput')
183
183
  GoogleOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigInput')
184
184
  GoogleOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigOutput')
185
+ HeaderName = Shapes::StringShape.new(name: 'HeaderName')
185
186
  InlinePayload = Shapes::StringShape.new(name: 'InlinePayload')
186
187
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
187
188
  IssuerUrlType = Shapes::StringShape.new(name: 'IssuerUrlType')
@@ -211,6 +212,8 @@ module Aws::BedrockAgentCoreControl
211
212
  ListOauth2CredentialProvidersRequest = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersRequest')
212
213
  ListOauth2CredentialProvidersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOauth2CredentialProvidersRequestMaxResultsInteger')
213
214
  ListOauth2CredentialProvidersResponse = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersResponse')
215
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
216
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
214
217
  ListWorkloadIdentitiesRequest = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesRequest')
215
218
  ListWorkloadIdentitiesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkloadIdentitiesRequestMaxResultsInteger')
216
219
  ListWorkloadIdentitiesResponse = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesResponse')
@@ -267,6 +270,8 @@ module Aws::BedrockAgentCoreControl
267
270
  Prompt = Shapes::StringShape.new(name: 'Prompt')
268
271
  ProtocolConfiguration = Shapes::StructureShape.new(name: 'ProtocolConfiguration')
269
272
  RecordingConfig = Shapes::StructureShape.new(name: 'RecordingConfig')
273
+ RequestHeaderAllowlist = Shapes::ListShape.new(name: 'RequestHeaderAllowlist')
274
+ RequestHeaderConfiguration = Shapes::UnionShape.new(name: 'RequestHeaderConfiguration')
270
275
  RequiredProperties = Shapes::ListShape.new(name: 'RequiredProperties')
271
276
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
272
277
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
@@ -291,6 +296,8 @@ module Aws::BedrockAgentCoreControl
291
296
  SearchType = Shapes::StringShape.new(name: 'SearchType')
292
297
  Secret = Shapes::StructureShape.new(name: 'Secret')
293
298
  SecretArn = Shapes::StringShape.new(name: 'SecretArn')
299
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
300
+ SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
294
301
  SemanticConsolidationOverride = Shapes::StructureShape.new(name: 'SemanticConsolidationOverride')
295
302
  SemanticExtractionOverride = Shapes::StructureShape.new(name: 'SemanticExtractionOverride')
296
303
  SemanticMemoryStrategyInput = Shapes::StructureShape.new(name: 'SemanticMemoryStrategyInput')
@@ -308,10 +315,19 @@ module Aws::BedrockAgentCoreControl
308
315
  StatusReasons = Shapes::ListShape.new(name: 'StatusReasons')
309
316
  StrategyConfiguration = Shapes::StructureShape.new(name: 'StrategyConfiguration')
310
317
  String = Shapes::StringShape.new(name: 'String')
318
+ SubnetId = Shapes::StringShape.new(name: 'SubnetId')
319
+ Subnets = Shapes::ListShape.new(name: 'Subnets')
311
320
  SummaryConsolidationOverride = Shapes::StructureShape.new(name: 'SummaryConsolidationOverride')
312
321
  SummaryMemoryStrategyInput = Shapes::StructureShape.new(name: 'SummaryMemoryStrategyInput')
313
322
  SummaryOverrideConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConfigurationInput')
314
323
  SummaryOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConsolidationConfigurationInput')
324
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
325
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
326
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
327
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
328
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
329
+ TaggableResourcesArn = Shapes::StringShape.new(name: 'TaggableResourcesArn')
330
+ TagsMap = Shapes::MapShape.new(name: 'TagsMap')
315
331
  TargetConfiguration = Shapes::UnionShape.new(name: 'TargetConfiguration')
316
332
  TargetDescription = Shapes::StringShape.new(name: 'TargetDescription')
317
333
  TargetId = Shapes::StringShape.new(name: 'TargetId')
@@ -330,6 +346,8 @@ module Aws::BedrockAgentCoreControl
330
346
  ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
331
347
  ToolSchema = Shapes::UnionShape.new(name: 'ToolSchema')
332
348
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
349
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
350
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
333
351
  UpdateAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeEndpointRequest')
334
352
  UpdateAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeEndpointResponse')
335
353
  UpdateAgentRuntimeRequest = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeRequest')
@@ -358,6 +376,7 @@ module Aws::BedrockAgentCoreControl
358
376
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
359
377
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
360
378
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
379
+ VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
361
380
  WorkloadIdentityArn = Shapes::StringShape.new(name: 'WorkloadIdentityArn')
362
381
  WorkloadIdentityArnType = Shapes::StringShape.new(name: 'WorkloadIdentityArnType')
363
382
  WorkloadIdentityDetails = Shapes::StructureShape.new(name: 'WorkloadIdentityDetails')
@@ -368,36 +387,36 @@ module Aws::BedrockAgentCoreControl
368
387
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
369
388
  AccessDeniedException.struct_class = Types::AccessDeniedException
370
389
 
371
- Agent.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
372
- Agent.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
373
- Agent.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
374
- Agent.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
375
- Agent.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
376
- Agent.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
377
- Agent.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
378
- Agent.struct_class = Types::Agent
379
-
380
- AgentArtifact.add_member(:container_configuration, Shapes::ShapeRef.new(shape: ContainerConfiguration, location_name: "containerConfiguration"))
381
- AgentArtifact.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
382
- AgentArtifact.add_member_subclass(:container_configuration, Types::AgentArtifact::ContainerConfiguration)
383
- AgentArtifact.add_member_subclass(:unknown, Types::AgentArtifact::Unknown)
384
- AgentArtifact.struct_class = Types::AgentArtifact
385
-
386
- AgentEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "name"))
387
- AgentEndpoint.add_member(:live_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "liveVersion"))
388
- AgentEndpoint.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
389
- AgentEndpoint.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
390
- AgentEndpoint.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
391
- AgentEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
392
- AgentEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointId, required: true, location_name: "id"))
393
- AgentEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
394
- AgentEndpoint.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
395
- AgentEndpoint.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
396
- AgentEndpoint.struct_class = Types::AgentEndpoint
397
-
398
- AgentEndpoints.member = Shapes::ShapeRef.new(shape: AgentEndpoint)
399
-
400
- Agents.member = Shapes::ShapeRef.new(shape: Agent)
390
+ AgentRuntime.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
391
+ AgentRuntime.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
392
+ AgentRuntime.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
393
+ AgentRuntime.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
394
+ AgentRuntime.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
395
+ AgentRuntime.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
396
+ AgentRuntime.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
397
+ AgentRuntime.struct_class = Types::AgentRuntime
398
+
399
+ AgentRuntimeArtifact.add_member(:container_configuration, Shapes::ShapeRef.new(shape: ContainerConfiguration, location_name: "containerConfiguration"))
400
+ AgentRuntimeArtifact.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
401
+ AgentRuntimeArtifact.add_member_subclass(:container_configuration, Types::AgentRuntimeArtifact::ContainerConfiguration)
402
+ AgentRuntimeArtifact.add_member_subclass(:unknown, Types::AgentRuntimeArtifact::Unknown)
403
+ AgentRuntimeArtifact.struct_class = Types::AgentRuntimeArtifact
404
+
405
+ AgentRuntimeEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "name"))
406
+ AgentRuntimeEndpoint.add_member(:live_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "liveVersion"))
407
+ AgentRuntimeEndpoint.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
408
+ AgentRuntimeEndpoint.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
409
+ AgentRuntimeEndpoint.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
410
+ AgentRuntimeEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
411
+ AgentRuntimeEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointId, required: true, location_name: "id"))
412
+ AgentRuntimeEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
413
+ AgentRuntimeEndpoint.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
414
+ AgentRuntimeEndpoint.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
415
+ AgentRuntimeEndpoint.struct_class = Types::AgentRuntimeEndpoint
416
+
417
+ AgentRuntimeEndpoints.member = Shapes::ShapeRef.new(shape: AgentRuntimeEndpoint)
418
+
419
+ AgentRuntimes.member = Shapes::ShapeRef.new(shape: AgentRuntime)
401
420
 
402
421
  AllowedAudienceList.member = Shapes::ShapeRef.new(shape: AllowedAudience)
403
422
 
@@ -432,6 +451,7 @@ module Aws::BedrockAgentCoreControl
432
451
  AuthorizerConfiguration.struct_class = Types::AuthorizerConfiguration
433
452
 
434
453
  BrowserNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: BrowserNetworkMode, required: true, location_name: "networkMode"))
454
+ BrowserNetworkConfiguration.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
435
455
  BrowserNetworkConfiguration.struct_class = Types::BrowserNetworkConfiguration
436
456
 
437
457
  BrowserSummaries.member = Shapes::ShapeRef.new(shape: BrowserSummary)
@@ -446,6 +466,7 @@ module Aws::BedrockAgentCoreControl
446
466
  BrowserSummary.struct_class = Types::BrowserSummary
447
467
 
448
468
  CodeInterpreterNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkMode, required: true, location_name: "networkMode"))
469
+ CodeInterpreterNetworkConfiguration.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
449
470
  CodeInterpreterNetworkConfiguration.struct_class = Types::CodeInterpreterNetworkConfiguration
450
471
 
451
472
  CodeInterpreterSummaries.member = Shapes::ShapeRef.new(shape: CodeInterpreterSummary)
@@ -479,24 +500,27 @@ module Aws::BedrockAgentCoreControl
479
500
  CreateAgentRuntimeEndpointRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "agentRuntimeVersion"))
480
501
  CreateAgentRuntimeEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
481
502
  CreateAgentRuntimeEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
503
+ CreateAgentRuntimeEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
482
504
  CreateAgentRuntimeEndpointRequest.struct_class = Types::CreateAgentRuntimeEndpointRequest
483
505
 
484
506
  CreateAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "targetVersion"))
485
507
  CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
486
508
  CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
487
- CreateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
509
+ CreateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
488
510
  CreateAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
489
511
  CreateAgentRuntimeEndpointResponse.struct_class = Types::CreateAgentRuntimeEndpointResponse
490
512
 
491
513
  CreateAgentRuntimeRequest.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
492
514
  CreateAgentRuntimeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
493
- CreateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentArtifact, required: true, location_name: "agentRuntimeArtifact"))
515
+ CreateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentRuntimeArtifact, required: true, location_name: "agentRuntimeArtifact"))
494
516
  CreateAgentRuntimeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
495
517
  CreateAgentRuntimeRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
496
518
  CreateAgentRuntimeRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
497
519
  CreateAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
498
520
  CreateAgentRuntimeRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
499
521
  CreateAgentRuntimeRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
522
+ CreateAgentRuntimeRequest.add_member(:request_header_configuration, Shapes::ShapeRef.new(shape: RequestHeaderConfiguration, location_name: "requestHeaderConfiguration"))
523
+ CreateAgentRuntimeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
500
524
  CreateAgentRuntimeRequest.struct_class = Types::CreateAgentRuntimeRequest
501
525
 
502
526
  CreateAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
@@ -504,7 +528,7 @@ module Aws::BedrockAgentCoreControl
504
528
  CreateAgentRuntimeResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
505
529
  CreateAgentRuntimeResponse.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
506
530
  CreateAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
507
- CreateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
531
+ CreateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
508
532
  CreateAgentRuntimeResponse.struct_class = Types::CreateAgentRuntimeResponse
509
533
 
510
534
  CreateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -522,6 +546,7 @@ module Aws::BedrockAgentCoreControl
522
546
  CreateBrowserRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: BrowserNetworkConfiguration, required: true, location_name: "networkConfiguration"))
523
547
  CreateBrowserRequest.add_member(:recording, Shapes::ShapeRef.new(shape: RecordingConfig, location_name: "recording"))
524
548
  CreateBrowserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
549
+ CreateBrowserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
525
550
  CreateBrowserRequest.struct_class = Types::CreateBrowserRequest
526
551
 
527
552
  CreateBrowserResponse.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location_name: "browserId"))
@@ -535,6 +560,7 @@ module Aws::BedrockAgentCoreControl
535
560
  CreateCodeInterpreterRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
536
561
  CreateCodeInterpreterRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkConfiguration, required: true, location_name: "networkConfiguration"))
537
562
  CreateCodeInterpreterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
563
+ CreateCodeInterpreterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
538
564
  CreateCodeInterpreterRequest.struct_class = Types::CreateCodeInterpreterRequest
539
565
 
540
566
  CreateCodeInterpreterResponse.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location_name: "codeInterpreterId"))
@@ -553,6 +579,7 @@ module Aws::BedrockAgentCoreControl
553
579
  CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, required: true, location_name: "authorizerConfiguration"))
554
580
  CreateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
555
581
  CreateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
582
+ CreateGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
556
583
  CreateGatewayRequest.struct_class = Types::CreateGatewayRequest
557
584
 
558
585
  CreateGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
@@ -712,13 +739,13 @@ module Aws::BedrockAgentCoreControl
712
739
  DeleteAgentRuntimeEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
713
740
  DeleteAgentRuntimeEndpointRequest.struct_class = Types::DeleteAgentRuntimeEndpointRequest
714
741
 
715
- DeleteAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
742
+ DeleteAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
716
743
  DeleteAgentRuntimeEndpointResponse.struct_class = Types::DeleteAgentRuntimeEndpointResponse
717
744
 
718
745
  DeleteAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
719
746
  DeleteAgentRuntimeRequest.struct_class = Types::DeleteAgentRuntimeRequest
720
747
 
721
- DeleteAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
748
+ DeleteAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
722
749
  DeleteAgentRuntimeResponse.struct_class = Types::DeleteAgentRuntimeResponse
723
750
 
724
751
  DeleteApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -824,7 +851,7 @@ module Aws::BedrockAgentCoreControl
824
851
  GetAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
825
852
  GetAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
826
853
  GetAgentRuntimeEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
827
- GetAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
854
+ GetAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
828
855
  GetAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
829
856
  GetAgentRuntimeEndpointResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
830
857
  GetAgentRuntimeEndpointResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
@@ -845,12 +872,13 @@ module Aws::BedrockAgentCoreControl
845
872
  GetAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
846
873
  GetAgentRuntimeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
847
874
  GetAgentRuntimeResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
848
- GetAgentRuntimeResponse.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentArtifact, location_name: "agentRuntimeArtifact"))
875
+ GetAgentRuntimeResponse.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentRuntimeArtifact, location_name: "agentRuntimeArtifact"))
849
876
  GetAgentRuntimeResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
850
877
  GetAgentRuntimeResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
851
878
  GetAgentRuntimeResponse.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
852
879
  GetAgentRuntimeResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
853
- GetAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
880
+ GetAgentRuntimeResponse.add_member(:request_header_configuration, Shapes::ShapeRef.new(shape: RequestHeaderConfiguration, location_name: "requestHeaderConfiguration"))
881
+ GetAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
854
882
  GetAgentRuntimeResponse.struct_class = Types::GetAgentRuntimeResponse
855
883
 
856
884
  GetApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -874,6 +902,7 @@ module Aws::BedrockAgentCoreControl
874
902
  GetBrowserResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: BrowserNetworkConfiguration, required: true, location_name: "networkConfiguration"))
875
903
  GetBrowserResponse.add_member(:recording, Shapes::ShapeRef.new(shape: RecordingConfig, location_name: "recording"))
876
904
  GetBrowserResponse.add_member(:status, Shapes::ShapeRef.new(shape: BrowserStatus, required: true, location_name: "status"))
905
+ GetBrowserResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
877
906
  GetBrowserResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
878
907
  GetBrowserResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
879
908
  GetBrowserResponse.struct_class = Types::GetBrowserResponse
@@ -888,6 +917,7 @@ module Aws::BedrockAgentCoreControl
888
917
  GetCodeInterpreterResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
889
918
  GetCodeInterpreterResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkConfiguration, required: true, location_name: "networkConfiguration"))
890
919
  GetCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
920
+ GetCodeInterpreterResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
891
921
  GetCodeInterpreterResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
892
922
  GetCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
893
923
  GetCodeInterpreterResponse.struct_class = Types::GetCodeInterpreterResponse
@@ -992,7 +1022,7 @@ module Aws::BedrockAgentCoreControl
992
1022
  ListAgentRuntimeEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
993
1023
  ListAgentRuntimeEndpointsRequest.struct_class = Types::ListAgentRuntimeEndpointsRequest
994
1024
 
995
- ListAgentRuntimeEndpointsResponse.add_member(:runtime_endpoints, Shapes::ShapeRef.new(shape: AgentEndpoints, required: true, location_name: "runtimeEndpoints"))
1025
+ ListAgentRuntimeEndpointsResponse.add_member(:runtime_endpoints, Shapes::ShapeRef.new(shape: AgentRuntimeEndpoints, required: true, location_name: "runtimeEndpoints"))
996
1026
  ListAgentRuntimeEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
997
1027
  ListAgentRuntimeEndpointsResponse.struct_class = Types::ListAgentRuntimeEndpointsResponse
998
1028
 
@@ -1001,7 +1031,7 @@ module Aws::BedrockAgentCoreControl
1001
1031
  ListAgentRuntimeVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1002
1032
  ListAgentRuntimeVersionsRequest.struct_class = Types::ListAgentRuntimeVersionsRequest
1003
1033
 
1004
- ListAgentRuntimeVersionsResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: Agents, required: true, location_name: "agentRuntimes"))
1034
+ ListAgentRuntimeVersionsResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: AgentRuntimes, required: true, location_name: "agentRuntimes"))
1005
1035
  ListAgentRuntimeVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1006
1036
  ListAgentRuntimeVersionsResponse.struct_class = Types::ListAgentRuntimeVersionsResponse
1007
1037
 
@@ -1009,7 +1039,7 @@ module Aws::BedrockAgentCoreControl
1009
1039
  ListAgentRuntimesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1010
1040
  ListAgentRuntimesRequest.struct_class = Types::ListAgentRuntimesRequest
1011
1041
 
1012
- ListAgentRuntimesResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: Agents, required: true, location_name: "agentRuntimes"))
1042
+ ListAgentRuntimesResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: AgentRuntimes, required: true, location_name: "agentRuntimes"))
1013
1043
  ListAgentRuntimesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1014
1044
  ListAgentRuntimesResponse.struct_class = Types::ListAgentRuntimesResponse
1015
1045
 
@@ -1072,6 +1102,12 @@ module Aws::BedrockAgentCoreControl
1072
1102
  ListOauth2CredentialProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1073
1103
  ListOauth2CredentialProvidersResponse.struct_class = Types::ListOauth2CredentialProvidersResponse
1074
1104
 
1105
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
1106
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1107
+
1108
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
1109
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1110
+
1075
1111
  ListWorkloadIdentitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1076
1112
  ListWorkloadIdentitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkloadIdentitiesRequestMaxResultsInteger, location_name: "maxResults"))
1077
1113
  ListWorkloadIdentitiesRequest.struct_class = Types::ListWorkloadIdentitiesRequest
@@ -1190,6 +1226,7 @@ module Aws::BedrockAgentCoreControl
1190
1226
  NamespacesList.member = Shapes::ShapeRef.new(shape: Namespace)
1191
1227
 
1192
1228
  NetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, required: true, location_name: "networkMode"))
1229
+ NetworkConfiguration.add_member(:network_mode_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "networkModeConfig"))
1193
1230
  NetworkConfiguration.struct_class = Types::NetworkConfiguration
1194
1231
 
1195
1232
  OAuthCredentialProvider.add_member(:provider_arn, Shapes::ShapeRef.new(shape: OAuthCredentialProviderArn, required: true, location_name: "providerArn"))
@@ -1264,6 +1301,14 @@ module Aws::BedrockAgentCoreControl
1264
1301
  RecordingConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
1265
1302
  RecordingConfig.struct_class = Types::RecordingConfig
1266
1303
 
1304
+ RequestHeaderAllowlist.member = Shapes::ShapeRef.new(shape: HeaderName)
1305
+
1306
+ RequestHeaderConfiguration.add_member(:request_header_allowlist, Shapes::ShapeRef.new(shape: RequestHeaderAllowlist, location_name: "requestHeaderAllowlist"))
1307
+ RequestHeaderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1308
+ RequestHeaderConfiguration.add_member_subclass(:request_header_allowlist, Types::RequestHeaderConfiguration::RequestHeaderAllowlist)
1309
+ RequestHeaderConfiguration.add_member_subclass(:unknown, Types::RequestHeaderConfiguration::Unknown)
1310
+ RequestHeaderConfiguration.struct_class = Types::RequestHeaderConfiguration
1311
+
1267
1312
  RequiredProperties.member = Shapes::ShapeRef.new(shape: String)
1268
1313
 
1269
1314
  ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
@@ -1304,6 +1349,8 @@ module Aws::BedrockAgentCoreControl
1304
1349
  Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
1305
1350
  Secret.struct_class = Types::Secret
1306
1351
 
1352
+ SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
1353
+
1307
1354
  SemanticConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1308
1355
  SemanticConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1309
1356
  SemanticConsolidationOverride.struct_class = Types::SemanticConsolidationOverride
@@ -1358,6 +1405,8 @@ module Aws::BedrockAgentCoreControl
1358
1405
  StrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ConsolidationConfiguration, location_name: "consolidation"))
1359
1406
  StrategyConfiguration.struct_class = Types::StrategyConfiguration
1360
1407
 
1408
+ Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
1409
+
1361
1410
  SummaryConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1362
1411
  SummaryConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1363
1412
  SummaryConsolidationOverride.struct_class = Types::SummaryConsolidationOverride
@@ -1374,6 +1423,17 @@ module Aws::BedrockAgentCoreControl
1374
1423
  SummaryOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1375
1424
  SummaryOverrideConsolidationConfigurationInput.struct_class = Types::SummaryOverrideConsolidationConfigurationInput
1376
1425
 
1426
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
1427
+
1428
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
1429
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "tags"))
1430
+ TagResourceRequest.struct_class = Types::TagResourceRequest
1431
+
1432
+ TagResourceResponse.struct_class = Types::TagResourceResponse
1433
+
1434
+ TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
1435
+ TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
1436
+
1377
1437
  TargetConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: McpTargetConfiguration, location_name: "mcp"))
1378
1438
  TargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1379
1439
  TargetConfiguration.add_member_subclass(:mcp, Types::TargetConfiguration::Mcp)
@@ -1415,6 +1475,12 @@ module Aws::BedrockAgentCoreControl
1415
1475
  UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1416
1476
  UnauthorizedException.struct_class = Types::UnauthorizedException
1417
1477
 
1478
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
1479
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
1480
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
1481
+
1482
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
1483
+
1418
1484
  UpdateAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
1419
1485
  UpdateAgentRuntimeEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location: "uri", location_name: "endpointName"))
1420
1486
  UpdateAgentRuntimeEndpointRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "agentRuntimeVersion"))
@@ -1426,20 +1492,21 @@ module Aws::BedrockAgentCoreControl
1426
1492
  UpdateAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
1427
1493
  UpdateAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
1428
1494
  UpdateAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
1429
- UpdateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
1495
+ UpdateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
1430
1496
  UpdateAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1431
1497
  UpdateAgentRuntimeEndpointResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
1432
1498
  UpdateAgentRuntimeEndpointResponse.struct_class = Types::UpdateAgentRuntimeEndpointResponse
1433
1499
 
1434
1500
  UpdateAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
1435
1501
  UpdateAgentRuntimeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1436
- UpdateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentArtifact, required: true, location_name: "agentRuntimeArtifact"))
1502
+ UpdateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentRuntimeArtifact, required: true, location_name: "agentRuntimeArtifact"))
1437
1503
  UpdateAgentRuntimeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1438
1504
  UpdateAgentRuntimeRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
1439
1505
  UpdateAgentRuntimeRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
1440
1506
  UpdateAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1441
1507
  UpdateAgentRuntimeRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
1442
1508
  UpdateAgentRuntimeRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1509
+ UpdateAgentRuntimeRequest.add_member(:request_header_configuration, Shapes::ShapeRef.new(shape: RequestHeaderConfiguration, location_name: "requestHeaderConfiguration"))
1443
1510
  UpdateAgentRuntimeRequest.struct_class = Types::UpdateAgentRuntimeRequest
1444
1511
 
1445
1512
  UpdateAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
@@ -1448,7 +1515,7 @@ module Aws::BedrockAgentCoreControl
1448
1515
  UpdateAgentRuntimeResponse.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
1449
1516
  UpdateAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1450
1517
  UpdateAgentRuntimeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
1451
- UpdateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
1518
+ UpdateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
1452
1519
  UpdateAgentRuntimeResponse.struct_class = Types::UpdateAgentRuntimeResponse
1453
1520
 
1454
1521
  UpdateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
@@ -1585,6 +1652,10 @@ module Aws::BedrockAgentCoreControl
1585
1652
 
1586
1653
  ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
1587
1654
 
1655
+ VpcConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "securityGroups"))
1656
+ VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
1657
+ VpcConfig.struct_class = Types::VpcConfig
1658
+
1588
1659
  WorkloadIdentityDetails.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArn, required: true, location_name: "workloadIdentityArn"))
1589
1660
  WorkloadIdentityDetails.struct_class = Types::WorkloadIdentityDetails
1590
1661
 
@@ -2240,6 +2311,19 @@ module Aws::BedrockAgentCoreControl
2240
2311
  )
2241
2312
  end)
2242
2313
 
2314
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2315
+ o.name = "ListTagsForResource"
2316
+ o.http_method = "GET"
2317
+ o.http_request_uri = "/tags/{resourceArn}"
2318
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
2319
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
2320
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2321
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2322
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2323
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2324
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2325
+ end)
2326
+
2243
2327
  api.add_operation(:list_workload_identities, Seahorse::Model::Operation.new.tap do |o|
2244
2328
  o.name = "ListWorkloadIdentities"
2245
2329
  o.http_method = "POST"
@@ -2275,6 +2359,33 @@ module Aws::BedrockAgentCoreControl
2275
2359
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2276
2360
  end)
2277
2361
 
2362
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2363
+ o.name = "TagResource"
2364
+ o.http_method = "POST"
2365
+ o.http_request_uri = "/tags/{resourceArn}"
2366
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
2367
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
2368
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2369
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2370
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2371
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2372
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2373
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2374
+ end)
2375
+
2376
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
2377
+ o.name = "UntagResource"
2378
+ o.http_method = "DELETE"
2379
+ o.http_request_uri = "/tags/{resourceArn}"
2380
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
2381
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
2382
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2383
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2384
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2385
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2386
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2387
+ end)
2388
+
2278
2389
  api.add_operation(:update_agent_runtime, Seahorse::Model::Operation.new.tap do |o|
2279
2390
  o.name = "UpdateAgentRuntime"
2280
2391
  o.http_method = "PUT"