aws-sdk-bedrockagentcorecontrol 1.33.0 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82f7d491e35d370c3eeca48d86acbfdbc91988a4d7aa0dcf6a117263da51b6af
4
- data.tar.gz: cbe676ee248afa551fcf6b94687da1443f1e61e0f5ffca1ed5ad585b79668d35
3
+ metadata.gz: 172e5cc5d073b42529495a93b19c9d87da05ea6ad2a413c0ba44acf985b93835
4
+ data.tar.gz: 86f619ffc5d36bce73ca305ce1396222f37f83b654d50ccd404c735b3d05b065
5
5
  SHA512:
6
- metadata.gz: 4f273b08dc90f164a50d82a8c3511fea86e7bfd4b53a3c5ddd6dfdad1a37c1816a73f3c3786f687914d4fb530cc3d51cde1daa5c415e71f3c8ac3a5505b4c4a9
7
- data.tar.gz: 48e6faf99739236b9d4bb788eba0e6ea0eb2f8322ec50dba76d877d6f397dd00b07e74f352ec6e47a5d9feab62d8833e324da13140efe354f2cdc521bb74f310
6
+ metadata.gz: 907ecd38a1c3184e1f50ed59fb24efb9a30f121fbd16a58bf1d549e84eedb3350cfe353443e97b87c4eaa0aa108e03102cad8739a9a6a1e5a33889ba798d883e
7
+ data.tar.gz: b1c42006ea96dd989c92bdbd6e4f667b6c7d1852104ad0ebadc509e647b3d7a0d0918320ead53f03eae244cdd4be758c92d296bee0c4cca70e3b945a96e518de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2026-04-02)
5
+ ------------------
6
+
7
+ * Feature - Adds support for three-legged (Authorization Code grant type) OAuth along with predefined MCP tool schema configuration for Amazon Bedrock AgentCore gateway MCP server targets.
8
+
9
+ 1.34.0 (2026-04-01)
10
+ ------------------
11
+
12
+ * Feature - Adds support for VPC egress private endpoints for Amazon Bedrock AgentCore gateway targets, enabling private connectivity through managed VPC Lattice resources. Also adds IAM credential provider for gateway targets, enabling IAM-based authentication to target endpoints
13
+
4
14
  1.33.0 (2026-03-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -1384,6 +1384,10 @@ module Aws::BedrockAgentCoreControl
1384
1384
  # Optional configuration for HTTP header and query parameter propagation
1385
1385
  # to and from the gateway target.
1386
1386
  #
1387
+ # @option params [Types::PrivateEndpoint] :private_endpoint
1388
+ # The private endpoint configuration for the gateway target. Use this to
1389
+ # connect the gateway to private resources in your VPC.
1390
+ #
1387
1391
  # @return [Types::CreateGatewayTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1388
1392
  #
1389
1393
  # * {Types::CreateGatewayTargetResponse#gateway_arn #gateway_arn} => String
@@ -1398,6 +1402,9 @@ module Aws::BedrockAgentCoreControl
1398
1402
  # * {Types::CreateGatewayTargetResponse#credential_provider_configurations #credential_provider_configurations} => Array<Types::CredentialProviderConfiguration>
1399
1403
  # * {Types::CreateGatewayTargetResponse#last_synchronized_at #last_synchronized_at} => Time
1400
1404
  # * {Types::CreateGatewayTargetResponse#metadata_configuration #metadata_configuration} => Types::MetadataConfiguration
1405
+ # * {Types::CreateGatewayTargetResponse#private_endpoint #private_endpoint} => Types::PrivateEndpoint
1406
+ # * {Types::CreateGatewayTargetResponse#private_endpoint_managed_resources #private_endpoint_managed_resources} => Array<Types::ManagedResourceDetails>
1407
+ # * {Types::CreateGatewayTargetResponse#authorization_data #authorization_data} => Types::AuthorizationData
1401
1408
  #
1402
1409
  # @example Request syntax with placeholder values
1403
1410
  #
@@ -1465,6 +1472,13 @@ module Aws::BedrockAgentCoreControl
1465
1472
  # },
1466
1473
  # mcp_server: {
1467
1474
  # endpoint: "McpServerTargetConfigurationEndpointString", # required
1475
+ # mcp_tool_schema: {
1476
+ # s3: {
1477
+ # uri: "S3BucketUri",
1478
+ # bucket_owner_account_id: "AwsAccountId",
1479
+ # },
1480
+ # inline_payload: "InlinePayload",
1481
+ # },
1468
1482
  # },
1469
1483
  # api_gateway: {
1470
1484
  # rest_api_id: "String", # required
@@ -1507,6 +1521,10 @@ module Aws::BedrockAgentCoreControl
1507
1521
  # credential_prefix: "ApiKeyCredentialPrefix",
1508
1522
  # credential_location: "HEADER", # accepts HEADER, QUERY_PARAMETER
1509
1523
  # },
1524
+ # iam_credential_provider: {
1525
+ # service: "IamCredentialProviderServiceString", # required
1526
+ # region: "IamCredentialProviderRegionString",
1527
+ # },
1510
1528
  # },
1511
1529
  # },
1512
1530
  # ],
@@ -1515,6 +1533,21 @@ module Aws::BedrockAgentCoreControl
1515
1533
  # allowed_query_parameters: ["HttpQueryParameterName"],
1516
1534
  # allowed_response_headers: ["HttpHeaderName"],
1517
1535
  # },
1536
+ # private_endpoint: {
1537
+ # self_managed_lattice_resource: {
1538
+ # resource_configuration_identifier: "ResourceConfigurationIdentifier",
1539
+ # },
1540
+ # managed_lattice_resource: {
1541
+ # vpc_identifier: "VpcIdentifier", # required
1542
+ # subnet_ids: ["SubnetId"], # required
1543
+ # endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
1544
+ # security_group_ids: ["SecurityGroupIdentifier"],
1545
+ # tags: {
1546
+ # "TagKey" => "TagValue",
1547
+ # },
1548
+ # routing_domain: "RoutingDomain",
1549
+ # },
1550
+ # },
1518
1551
  # })
1519
1552
  #
1520
1553
  # @example Response structure
@@ -1523,7 +1556,7 @@ module Aws::BedrockAgentCoreControl
1523
1556
  # resp.target_id #=> String
1524
1557
  # resp.created_at #=> Time
1525
1558
  # resp.updated_at #=> Time
1526
- # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
1559
+ # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL", "CREATE_PENDING_AUTH", "UPDATE_PENDING_AUTH", "SYNCHRONIZE_PENDING_AUTH"
1527
1560
  # resp.status_reasons #=> Array
1528
1561
  # resp.status_reasons[0] #=> String
1529
1562
  # resp.name #=> String
@@ -1555,6 +1588,9 @@ module Aws::BedrockAgentCoreControl
1555
1588
  # resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
1556
1589
  # resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
1557
1590
  # resp.target_configuration.mcp.mcp_server.endpoint #=> String
1591
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
1592
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
1593
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
1558
1594
  # resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
1559
1595
  # resp.target_configuration.mcp.api_gateway.stage #=> String
1560
1596
  # resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
@@ -1579,6 +1615,8 @@ module Aws::BedrockAgentCoreControl
1579
1615
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
1580
1616
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
1581
1617
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
1618
+ # resp.credential_provider_configurations[0].credential_provider.iam_credential_provider.service #=> String
1619
+ # resp.credential_provider_configurations[0].credential_provider.iam_credential_provider.region #=> String
1582
1620
  # resp.last_synchronized_at #=> Time
1583
1621
  # resp.metadata_configuration.allowed_request_headers #=> Array
1584
1622
  # resp.metadata_configuration.allowed_request_headers[0] #=> String
@@ -1586,6 +1624,22 @@ module Aws::BedrockAgentCoreControl
1586
1624
  # resp.metadata_configuration.allowed_query_parameters[0] #=> String
1587
1625
  # resp.metadata_configuration.allowed_response_headers #=> Array
1588
1626
  # resp.metadata_configuration.allowed_response_headers[0] #=> String
1627
+ # resp.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
1628
+ # resp.private_endpoint.managed_lattice_resource.vpc_identifier #=> String
1629
+ # resp.private_endpoint.managed_lattice_resource.subnet_ids #=> Array
1630
+ # resp.private_endpoint.managed_lattice_resource.subnet_ids[0] #=> String
1631
+ # resp.private_endpoint.managed_lattice_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
1632
+ # resp.private_endpoint.managed_lattice_resource.security_group_ids #=> Array
1633
+ # resp.private_endpoint.managed_lattice_resource.security_group_ids[0] #=> String
1634
+ # resp.private_endpoint.managed_lattice_resource.tags #=> Hash
1635
+ # resp.private_endpoint.managed_lattice_resource.tags["TagKey"] #=> String
1636
+ # resp.private_endpoint.managed_lattice_resource.routing_domain #=> String
1637
+ # resp.private_endpoint_managed_resources #=> Array
1638
+ # resp.private_endpoint_managed_resources[0].domain #=> String
1639
+ # resp.private_endpoint_managed_resources[0].resource_gateway_arn #=> String
1640
+ # resp.private_endpoint_managed_resources[0].resource_association_arn #=> String
1641
+ # resp.authorization_data.oauth2.authorization_url #=> String
1642
+ # resp.authorization_data.oauth2.user_id #=> String
1589
1643
  #
1590
1644
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateGatewayTarget AWS API Documentation
1591
1645
  #
@@ -2714,6 +2768,11 @@ module Aws::BedrockAgentCoreControl
2714
2768
 
2715
2769
  # Deletes a gateway target.
2716
2770
  #
2771
+ # You cannot delete a target that is in a pending authorization state
2772
+ # (`CREATE_PENDING_AUTH`, `UPDATE_PENDING_AUTH`, or
2773
+ # `SYNCHRONIZE_PENDING_AUTH`). Wait for the authorization to complete or
2774
+ # fail before deleting the target.
2775
+ #
2717
2776
  # @option params [required, String] :gateway_identifier
2718
2777
  # The unique identifier of the gateway associated with the target.
2719
2778
  #
@@ -2738,7 +2797,7 @@ module Aws::BedrockAgentCoreControl
2738
2797
  #
2739
2798
  # resp.gateway_arn #=> String
2740
2799
  # resp.target_id #=> String
2741
- # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
2800
+ # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL", "CREATE_PENDING_AUTH", "UPDATE_PENDING_AUTH", "SYNCHRONIZE_PENDING_AUTH"
2742
2801
  # resp.status_reasons #=> Array
2743
2802
  # resp.status_reasons[0] #=> String
2744
2803
  #
@@ -3530,6 +3589,9 @@ module Aws::BedrockAgentCoreControl
3530
3589
  # * {Types::GetGatewayTargetResponse#credential_provider_configurations #credential_provider_configurations} => Array<Types::CredentialProviderConfiguration>
3531
3590
  # * {Types::GetGatewayTargetResponse#last_synchronized_at #last_synchronized_at} => Time
3532
3591
  # * {Types::GetGatewayTargetResponse#metadata_configuration #metadata_configuration} => Types::MetadataConfiguration
3592
+ # * {Types::GetGatewayTargetResponse#private_endpoint #private_endpoint} => Types::PrivateEndpoint
3593
+ # * {Types::GetGatewayTargetResponse#private_endpoint_managed_resources #private_endpoint_managed_resources} => Array<Types::ManagedResourceDetails>
3594
+ # * {Types::GetGatewayTargetResponse#authorization_data #authorization_data} => Types::AuthorizationData
3533
3595
  #
3534
3596
  # @example Request syntax with placeholder values
3535
3597
  #
@@ -3544,7 +3606,7 @@ module Aws::BedrockAgentCoreControl
3544
3606
  # resp.target_id #=> String
3545
3607
  # resp.created_at #=> Time
3546
3608
  # resp.updated_at #=> Time
3547
- # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
3609
+ # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL", "CREATE_PENDING_AUTH", "UPDATE_PENDING_AUTH", "SYNCHRONIZE_PENDING_AUTH"
3548
3610
  # resp.status_reasons #=> Array
3549
3611
  # resp.status_reasons[0] #=> String
3550
3612
  # resp.name #=> String
@@ -3576,6 +3638,9 @@ module Aws::BedrockAgentCoreControl
3576
3638
  # resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
3577
3639
  # resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
3578
3640
  # resp.target_configuration.mcp.mcp_server.endpoint #=> String
3641
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
3642
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
3643
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
3579
3644
  # resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
3580
3645
  # resp.target_configuration.mcp.api_gateway.stage #=> String
3581
3646
  # resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
@@ -3600,6 +3665,8 @@ module Aws::BedrockAgentCoreControl
3600
3665
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
3601
3666
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
3602
3667
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
3668
+ # resp.credential_provider_configurations[0].credential_provider.iam_credential_provider.service #=> String
3669
+ # resp.credential_provider_configurations[0].credential_provider.iam_credential_provider.region #=> String
3603
3670
  # resp.last_synchronized_at #=> Time
3604
3671
  # resp.metadata_configuration.allowed_request_headers #=> Array
3605
3672
  # resp.metadata_configuration.allowed_request_headers[0] #=> String
@@ -3607,6 +3674,22 @@ module Aws::BedrockAgentCoreControl
3607
3674
  # resp.metadata_configuration.allowed_query_parameters[0] #=> String
3608
3675
  # resp.metadata_configuration.allowed_response_headers #=> Array
3609
3676
  # resp.metadata_configuration.allowed_response_headers[0] #=> String
3677
+ # resp.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
3678
+ # resp.private_endpoint.managed_lattice_resource.vpc_identifier #=> String
3679
+ # resp.private_endpoint.managed_lattice_resource.subnet_ids #=> Array
3680
+ # resp.private_endpoint.managed_lattice_resource.subnet_ids[0] #=> String
3681
+ # resp.private_endpoint.managed_lattice_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
3682
+ # resp.private_endpoint.managed_lattice_resource.security_group_ids #=> Array
3683
+ # resp.private_endpoint.managed_lattice_resource.security_group_ids[0] #=> String
3684
+ # resp.private_endpoint.managed_lattice_resource.tags #=> Hash
3685
+ # resp.private_endpoint.managed_lattice_resource.tags["TagKey"] #=> String
3686
+ # resp.private_endpoint.managed_lattice_resource.routing_domain #=> String
3687
+ # resp.private_endpoint_managed_resources #=> Array
3688
+ # resp.private_endpoint_managed_resources[0].domain #=> String
3689
+ # resp.private_endpoint_managed_resources[0].resource_gateway_arn #=> String
3690
+ # resp.private_endpoint_managed_resources[0].resource_association_arn #=> String
3691
+ # resp.authorization_data.oauth2.authorization_url #=> String
3692
+ # resp.authorization_data.oauth2.user_id #=> String
3610
3693
  #
3611
3694
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetGatewayTarget AWS API Documentation
3612
3695
  #
@@ -4606,7 +4689,7 @@ module Aws::BedrockAgentCoreControl
4606
4689
  # resp.items #=> Array
4607
4690
  # resp.items[0].target_id #=> String
4608
4691
  # resp.items[0].name #=> String
4609
- # resp.items[0].status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
4692
+ # resp.items[0].status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL", "CREATE_PENDING_AUTH", "UPDATE_PENDING_AUTH", "SYNCHRONIZE_PENDING_AUTH"
4610
4693
  # resp.items[0].description #=> String
4611
4694
  # resp.items[0].created_at #=> Time
4612
4695
  # resp.items[0].updated_at #=> Time
@@ -5314,7 +5397,17 @@ module Aws::BedrockAgentCoreControl
5314
5397
  req.send_request(options)
5315
5398
  end
5316
5399
 
5317
- # The gateway targets.
5400
+ # Synchronizes the gateway targets by fetching the latest tool
5401
+ # definitions from the target endpoints.
5402
+ #
5403
+ # You cannot synchronize a target that is in a pending authorization
5404
+ # state (`CREATE_PENDING_AUTH`, `UPDATE_PENDING_AUTH`, or
5405
+ # `SYNCHRONIZE_PENDING_AUTH`). Wait for the authorization to complete or
5406
+ # fail before synchronizing.
5407
+ #
5408
+ # You cannot synchronize a target that has a static tool schema
5409
+ # (`mcpToolSchema`) configured. Remove the static schema through an
5410
+ # `UpdateGatewayTarget` call to enable dynamic tool synchronization.
5318
5411
  #
5319
5412
  # @option params [required, String] :gateway_identifier
5320
5413
  # The gateway Identifier.
@@ -5340,7 +5433,7 @@ module Aws::BedrockAgentCoreControl
5340
5433
  # resp.targets[0].target_id #=> String
5341
5434
  # resp.targets[0].created_at #=> Time
5342
5435
  # resp.targets[0].updated_at #=> Time
5343
- # resp.targets[0].status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
5436
+ # resp.targets[0].status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL", "CREATE_PENDING_AUTH", "UPDATE_PENDING_AUTH", "SYNCHRONIZE_PENDING_AUTH"
5344
5437
  # resp.targets[0].status_reasons #=> Array
5345
5438
  # resp.targets[0].status_reasons[0] #=> String
5346
5439
  # resp.targets[0].name #=> String
@@ -5372,6 +5465,9 @@ module Aws::BedrockAgentCoreControl
5372
5465
  # resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
5373
5466
  # resp.targets[0].target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
5374
5467
  # resp.targets[0].target_configuration.mcp.mcp_server.endpoint #=> String
5468
+ # resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
5469
+ # resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
5470
+ # resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
5375
5471
  # resp.targets[0].target_configuration.mcp.api_gateway.rest_api_id #=> String
5376
5472
  # resp.targets[0].target_configuration.mcp.api_gateway.stage #=> String
5377
5473
  # resp.targets[0].target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
@@ -5396,6 +5492,8 @@ module Aws::BedrockAgentCoreControl
5396
5492
  # resp.targets[0].credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
5397
5493
  # resp.targets[0].credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
5398
5494
  # resp.targets[0].credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
5495
+ # resp.targets[0].credential_provider_configurations[0].credential_provider.iam_credential_provider.service #=> String
5496
+ # resp.targets[0].credential_provider_configurations[0].credential_provider.iam_credential_provider.region #=> String
5399
5497
  # resp.targets[0].last_synchronized_at #=> Time
5400
5498
  # resp.targets[0].metadata_configuration.allowed_request_headers #=> Array
5401
5499
  # resp.targets[0].metadata_configuration.allowed_request_headers[0] #=> String
@@ -5403,6 +5501,22 @@ module Aws::BedrockAgentCoreControl
5403
5501
  # resp.targets[0].metadata_configuration.allowed_query_parameters[0] #=> String
5404
5502
  # resp.targets[0].metadata_configuration.allowed_response_headers #=> Array
5405
5503
  # resp.targets[0].metadata_configuration.allowed_response_headers[0] #=> String
5504
+ # resp.targets[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
5505
+ # resp.targets[0].private_endpoint.managed_lattice_resource.vpc_identifier #=> String
5506
+ # resp.targets[0].private_endpoint.managed_lattice_resource.subnet_ids #=> Array
5507
+ # resp.targets[0].private_endpoint.managed_lattice_resource.subnet_ids[0] #=> String
5508
+ # resp.targets[0].private_endpoint.managed_lattice_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
5509
+ # resp.targets[0].private_endpoint.managed_lattice_resource.security_group_ids #=> Array
5510
+ # resp.targets[0].private_endpoint.managed_lattice_resource.security_group_ids[0] #=> String
5511
+ # resp.targets[0].private_endpoint.managed_lattice_resource.tags #=> Hash
5512
+ # resp.targets[0].private_endpoint.managed_lattice_resource.tags["TagKey"] #=> String
5513
+ # resp.targets[0].private_endpoint.managed_lattice_resource.routing_domain #=> String
5514
+ # resp.targets[0].private_endpoint_managed_resources #=> Array
5515
+ # resp.targets[0].private_endpoint_managed_resources[0].domain #=> String
5516
+ # resp.targets[0].private_endpoint_managed_resources[0].resource_gateway_arn #=> String
5517
+ # resp.targets[0].private_endpoint_managed_resources[0].resource_association_arn #=> String
5518
+ # resp.targets[0].authorization_data.oauth2.authorization_url #=> String
5519
+ # resp.targets[0].authorization_data.oauth2.user_id #=> String
5406
5520
  #
5407
5521
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/SynchronizeGatewayTargets AWS API Documentation
5408
5522
  #
@@ -6029,6 +6143,11 @@ module Aws::BedrockAgentCoreControl
6029
6143
 
6030
6144
  # Updates an existing gateway target.
6031
6145
  #
6146
+ # You cannot update a target that is in a pending authorization state
6147
+ # (`CREATE_PENDING_AUTH`, `UPDATE_PENDING_AUTH`, or
6148
+ # `SYNCHRONIZE_PENDING_AUTH`). Wait for the authorization to complete or
6149
+ # fail before updating the target.
6150
+ #
6032
6151
  # @option params [required, String] :gateway_identifier
6033
6152
  # The unique identifier of the gateway associated with the target.
6034
6153
  #
@@ -6052,6 +6171,10 @@ module Aws::BedrockAgentCoreControl
6052
6171
  # Configuration for HTTP header and query parameter propagation to the
6053
6172
  # gateway target.
6054
6173
  #
6174
+ # @option params [Types::PrivateEndpoint] :private_endpoint
6175
+ # The private endpoint configuration for the gateway target. Use this to
6176
+ # connect the gateway to private resources in your VPC.
6177
+ #
6055
6178
  # @return [Types::UpdateGatewayTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6056
6179
  #
6057
6180
  # * {Types::UpdateGatewayTargetResponse#gateway_arn #gateway_arn} => String
@@ -6066,6 +6189,9 @@ module Aws::BedrockAgentCoreControl
6066
6189
  # * {Types::UpdateGatewayTargetResponse#credential_provider_configurations #credential_provider_configurations} => Array<Types::CredentialProviderConfiguration>
6067
6190
  # * {Types::UpdateGatewayTargetResponse#last_synchronized_at #last_synchronized_at} => Time
6068
6191
  # * {Types::UpdateGatewayTargetResponse#metadata_configuration #metadata_configuration} => Types::MetadataConfiguration
6192
+ # * {Types::UpdateGatewayTargetResponse#private_endpoint #private_endpoint} => Types::PrivateEndpoint
6193
+ # * {Types::UpdateGatewayTargetResponse#private_endpoint_managed_resources #private_endpoint_managed_resources} => Array<Types::ManagedResourceDetails>
6194
+ # * {Types::UpdateGatewayTargetResponse#authorization_data #authorization_data} => Types::AuthorizationData
6069
6195
  #
6070
6196
  # @example Request syntax with placeholder values
6071
6197
  #
@@ -6133,6 +6259,13 @@ module Aws::BedrockAgentCoreControl
6133
6259
  # },
6134
6260
  # mcp_server: {
6135
6261
  # endpoint: "McpServerTargetConfigurationEndpointString", # required
6262
+ # mcp_tool_schema: {
6263
+ # s3: {
6264
+ # uri: "S3BucketUri",
6265
+ # bucket_owner_account_id: "AwsAccountId",
6266
+ # },
6267
+ # inline_payload: "InlinePayload",
6268
+ # },
6136
6269
  # },
6137
6270
  # api_gateway: {
6138
6271
  # rest_api_id: "String", # required
@@ -6175,6 +6308,10 @@ module Aws::BedrockAgentCoreControl
6175
6308
  # credential_prefix: "ApiKeyCredentialPrefix",
6176
6309
  # credential_location: "HEADER", # accepts HEADER, QUERY_PARAMETER
6177
6310
  # },
6311
+ # iam_credential_provider: {
6312
+ # service: "IamCredentialProviderServiceString", # required
6313
+ # region: "IamCredentialProviderRegionString",
6314
+ # },
6178
6315
  # },
6179
6316
  # },
6180
6317
  # ],
@@ -6183,6 +6320,21 @@ module Aws::BedrockAgentCoreControl
6183
6320
  # allowed_query_parameters: ["HttpQueryParameterName"],
6184
6321
  # allowed_response_headers: ["HttpHeaderName"],
6185
6322
  # },
6323
+ # private_endpoint: {
6324
+ # self_managed_lattice_resource: {
6325
+ # resource_configuration_identifier: "ResourceConfigurationIdentifier",
6326
+ # },
6327
+ # managed_lattice_resource: {
6328
+ # vpc_identifier: "VpcIdentifier", # required
6329
+ # subnet_ids: ["SubnetId"], # required
6330
+ # endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
6331
+ # security_group_ids: ["SecurityGroupIdentifier"],
6332
+ # tags: {
6333
+ # "TagKey" => "TagValue",
6334
+ # },
6335
+ # routing_domain: "RoutingDomain",
6336
+ # },
6337
+ # },
6186
6338
  # })
6187
6339
  #
6188
6340
  # @example Response structure
@@ -6191,7 +6343,7 @@ module Aws::BedrockAgentCoreControl
6191
6343
  # resp.target_id #=> String
6192
6344
  # resp.created_at #=> Time
6193
6345
  # resp.updated_at #=> Time
6194
- # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL"
6346
+ # resp.status #=> String, one of "CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED", "SYNCHRONIZING", "SYNCHRONIZE_UNSUCCESSFUL", "CREATE_PENDING_AUTH", "UPDATE_PENDING_AUTH", "SYNCHRONIZE_PENDING_AUTH"
6195
6347
  # resp.status_reasons #=> Array
6196
6348
  # resp.status_reasons[0] #=> String
6197
6349
  # resp.name #=> String
@@ -6223,6 +6375,9 @@ module Aws::BedrockAgentCoreControl
6223
6375
  # resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.items #=> Types::SchemaDefinition
6224
6376
  # resp.target_configuration.mcp.lambda.tool_schema.inline_payload[0].output_schema.description #=> String
6225
6377
  # resp.target_configuration.mcp.mcp_server.endpoint #=> String
6378
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
6379
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
6380
+ # resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
6226
6381
  # resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
6227
6382
  # resp.target_configuration.mcp.api_gateway.stage #=> String
6228
6383
  # resp.target_configuration.mcp.api_gateway.api_gateway_tool_configuration.tool_overrides #=> Array
@@ -6247,6 +6402,8 @@ module Aws::BedrockAgentCoreControl
6247
6402
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_parameter_name #=> String
6248
6403
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_prefix #=> String
6249
6404
  # resp.credential_provider_configurations[0].credential_provider.api_key_credential_provider.credential_location #=> String, one of "HEADER", "QUERY_PARAMETER"
6405
+ # resp.credential_provider_configurations[0].credential_provider.iam_credential_provider.service #=> String
6406
+ # resp.credential_provider_configurations[0].credential_provider.iam_credential_provider.region #=> String
6250
6407
  # resp.last_synchronized_at #=> Time
6251
6408
  # resp.metadata_configuration.allowed_request_headers #=> Array
6252
6409
  # resp.metadata_configuration.allowed_request_headers[0] #=> String
@@ -6254,6 +6411,22 @@ module Aws::BedrockAgentCoreControl
6254
6411
  # resp.metadata_configuration.allowed_query_parameters[0] #=> String
6255
6412
  # resp.metadata_configuration.allowed_response_headers #=> Array
6256
6413
  # resp.metadata_configuration.allowed_response_headers[0] #=> String
6414
+ # resp.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
6415
+ # resp.private_endpoint.managed_lattice_resource.vpc_identifier #=> String
6416
+ # resp.private_endpoint.managed_lattice_resource.subnet_ids #=> Array
6417
+ # resp.private_endpoint.managed_lattice_resource.subnet_ids[0] #=> String
6418
+ # resp.private_endpoint.managed_lattice_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
6419
+ # resp.private_endpoint.managed_lattice_resource.security_group_ids #=> Array
6420
+ # resp.private_endpoint.managed_lattice_resource.security_group_ids[0] #=> String
6421
+ # resp.private_endpoint.managed_lattice_resource.tags #=> Hash
6422
+ # resp.private_endpoint.managed_lattice_resource.tags["TagKey"] #=> String
6423
+ # resp.private_endpoint.managed_lattice_resource.routing_domain #=> String
6424
+ # resp.private_endpoint_managed_resources #=> Array
6425
+ # resp.private_endpoint_managed_resources[0].domain #=> String
6426
+ # resp.private_endpoint_managed_resources[0].resource_gateway_arn #=> String
6427
+ # resp.private_endpoint_managed_resources[0].resource_association_arn #=> String
6428
+ # resp.authorization_data.oauth2.authorization_url #=> String
6429
+ # resp.authorization_data.oauth2.user_id #=> String
6257
6430
  #
6258
6431
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateGatewayTarget AWS API Documentation
6259
6432
  #
@@ -7085,7 +7258,7 @@ module Aws::BedrockAgentCoreControl
7085
7258
  tracer: tracer
7086
7259
  )
7087
7260
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
7088
- context[:gem_version] = '1.33.0'
7261
+ context[:gem_version] = '1.35.0'
7089
7262
  Seahorse::Client::Request.new(handlers, context)
7090
7263
  end
7091
7264