aws-sdk-bedrockagentcorecontrol 1.38.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +1690 -47
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +457 -11
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +1442 -110
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +690 -10
- data/sig/types.rbs +418 -16
- metadata +1 -1
|
@@ -552,7 +552,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
552
552
|
# version_id: "S3LocationVersionIdString",
|
|
553
553
|
# },
|
|
554
554
|
# },
|
|
555
|
-
# runtime: "PYTHON_3_10", # required, accepts PYTHON_3_10, PYTHON_3_11, PYTHON_3_12, PYTHON_3_13, PYTHON_3_14
|
|
555
|
+
# runtime: "PYTHON_3_10", # required, accepts PYTHON_3_10, PYTHON_3_11, PYTHON_3_12, PYTHON_3_13, PYTHON_3_14, NODE_22
|
|
556
556
|
# entry_point: ["entryPoint"], # required
|
|
557
557
|
# },
|
|
558
558
|
# },
|
|
@@ -585,6 +585,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
585
585
|
# },
|
|
586
586
|
# },
|
|
587
587
|
# ],
|
|
588
|
+
# private_endpoint: {
|
|
589
|
+
# self_managed_lattice_resource: {
|
|
590
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
591
|
+
# },
|
|
592
|
+
# managed_vpc_resource: {
|
|
593
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
594
|
+
# subnet_ids: ["SubnetId"], # required
|
|
595
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
596
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
597
|
+
# tags: {
|
|
598
|
+
# "TagKey" => "TagValue",
|
|
599
|
+
# },
|
|
600
|
+
# routing_domain: "RoutingDomain",
|
|
601
|
+
# },
|
|
602
|
+
# },
|
|
603
|
+
# private_endpoint_overrides: [
|
|
604
|
+
# {
|
|
605
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
606
|
+
# private_endpoint: { # required
|
|
607
|
+
# self_managed_lattice_resource: {
|
|
608
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
609
|
+
# },
|
|
610
|
+
# managed_vpc_resource: {
|
|
611
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
612
|
+
# subnet_ids: ["SubnetId"], # required
|
|
613
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
614
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
615
|
+
# tags: {
|
|
616
|
+
# "TagKey" => "TagValue",
|
|
617
|
+
# },
|
|
618
|
+
# routing_domain: "RoutingDomain",
|
|
619
|
+
# },
|
|
620
|
+
# },
|
|
621
|
+
# },
|
|
622
|
+
# ],
|
|
588
623
|
# },
|
|
589
624
|
# },
|
|
590
625
|
# request_header_configuration: {
|
|
@@ -1265,6 +1300,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
1265
1300
|
# },
|
|
1266
1301
|
# },
|
|
1267
1302
|
# ],
|
|
1303
|
+
# private_endpoint: {
|
|
1304
|
+
# self_managed_lattice_resource: {
|
|
1305
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
1306
|
+
# },
|
|
1307
|
+
# managed_vpc_resource: {
|
|
1308
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
1309
|
+
# subnet_ids: ["SubnetId"], # required
|
|
1310
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
1311
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
1312
|
+
# tags: {
|
|
1313
|
+
# "TagKey" => "TagValue",
|
|
1314
|
+
# },
|
|
1315
|
+
# routing_domain: "RoutingDomain",
|
|
1316
|
+
# },
|
|
1317
|
+
# },
|
|
1318
|
+
# private_endpoint_overrides: [
|
|
1319
|
+
# {
|
|
1320
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
1321
|
+
# private_endpoint: { # required
|
|
1322
|
+
# self_managed_lattice_resource: {
|
|
1323
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
1324
|
+
# },
|
|
1325
|
+
# managed_vpc_resource: {
|
|
1326
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
1327
|
+
# subnet_ids: ["SubnetId"], # required
|
|
1328
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
1329
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
1330
|
+
# tags: {
|
|
1331
|
+
# "TagKey" => "TagValue",
|
|
1332
|
+
# },
|
|
1333
|
+
# routing_domain: "RoutingDomain",
|
|
1334
|
+
# },
|
|
1335
|
+
# },
|
|
1336
|
+
# },
|
|
1337
|
+
# ],
|
|
1268
1338
|
# },
|
|
1269
1339
|
# },
|
|
1270
1340
|
# kms_key_arn: "KmsKeyArn",
|
|
@@ -1324,6 +1394,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
1324
1394
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
1325
1395
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
1326
1396
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
1397
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
1398
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
1399
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
1400
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
1401
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
1402
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
1403
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
1404
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
1405
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
1406
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
1407
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
1408
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
1409
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
1410
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
1411
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
1412
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
1413
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
1414
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
1415
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
1416
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
1417
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
1418
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
1327
1419
|
# resp.kms_key_arn #=> String
|
|
1328
1420
|
# resp.interceptor_configurations #=> Array
|
|
1329
1421
|
# resp.interceptor_configurations[0].interceptor.lambda.arn #=> String
|
|
@@ -1479,6 +1571,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1479
1571
|
# },
|
|
1480
1572
|
# inline_payload: "InlinePayload",
|
|
1481
1573
|
# },
|
|
1574
|
+
# resource_priority: 1,
|
|
1482
1575
|
# listing_mode: "DEFAULT", # accepts DEFAULT, DYNAMIC
|
|
1483
1576
|
# },
|
|
1484
1577
|
# api_gateway: {
|
|
@@ -1538,7 +1631,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1538
1631
|
# self_managed_lattice_resource: {
|
|
1539
1632
|
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
1540
1633
|
# },
|
|
1541
|
-
#
|
|
1634
|
+
# managed_vpc_resource: {
|
|
1542
1635
|
# vpc_identifier: "VpcIdentifier", # required
|
|
1543
1636
|
# subnet_ids: ["SubnetId"], # required
|
|
1544
1637
|
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
@@ -1592,6 +1685,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1592
1685
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
1593
1686
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
1594
1687
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
1688
|
+
# resp.target_configuration.mcp.mcp_server.resource_priority #=> Integer
|
|
1595
1689
|
# resp.target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
1596
1690
|
# resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
1597
1691
|
# resp.target_configuration.mcp.api_gateway.stage #=> String
|
|
@@ -1627,15 +1721,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
1627
1721
|
# resp.metadata_configuration.allowed_response_headers #=> Array
|
|
1628
1722
|
# resp.metadata_configuration.allowed_response_headers[0] #=> String
|
|
1629
1723
|
# resp.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
1630
|
-
# resp.private_endpoint.
|
|
1631
|
-
# resp.private_endpoint.
|
|
1632
|
-
# resp.private_endpoint.
|
|
1633
|
-
# resp.private_endpoint.
|
|
1634
|
-
# resp.private_endpoint.
|
|
1635
|
-
# resp.private_endpoint.
|
|
1636
|
-
# resp.private_endpoint.
|
|
1637
|
-
# resp.private_endpoint.
|
|
1638
|
-
# resp.private_endpoint.
|
|
1724
|
+
# resp.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
1725
|
+
# resp.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
1726
|
+
# resp.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
1727
|
+
# resp.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
1728
|
+
# resp.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
1729
|
+
# resp.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
1730
|
+
# resp.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
1731
|
+
# resp.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
1732
|
+
# resp.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
1639
1733
|
# resp.private_endpoint_managed_resources #=> Array
|
|
1640
1734
|
# resp.private_endpoint_managed_resources[0].domain #=> String
|
|
1641
1735
|
# resp.private_endpoint_managed_resources[0].resource_gateway_arn #=> String
|
|
@@ -1652,6 +1746,414 @@ module Aws::BedrockAgentCoreControl
|
|
|
1652
1746
|
req.send_request(options)
|
|
1653
1747
|
end
|
|
1654
1748
|
|
|
1749
|
+
# Operation to create a Harness.
|
|
1750
|
+
#
|
|
1751
|
+
# @option params [required, String] :harness_name
|
|
1752
|
+
# The name of the harness. Must start with a letter and contain only
|
|
1753
|
+
# alphanumeric characters and underscores.
|
|
1754
|
+
#
|
|
1755
|
+
# @option params [String] :client_token
|
|
1756
|
+
# A unique, case-sensitive identifier to ensure idempotency of the
|
|
1757
|
+
# request.
|
|
1758
|
+
#
|
|
1759
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
1760
|
+
# not need to pass this option.**
|
|
1761
|
+
#
|
|
1762
|
+
# @option params [required, String] :execution_role_arn
|
|
1763
|
+
# The ARN of the IAM role that the harness assumes when running. This
|
|
1764
|
+
# role must have permissions for the services the agent needs to access,
|
|
1765
|
+
# such as Amazon Bedrock for model invocation.
|
|
1766
|
+
#
|
|
1767
|
+
# @option params [Types::HarnessEnvironmentProviderRequest] :environment
|
|
1768
|
+
# The compute environment configuration for the harness, including
|
|
1769
|
+
# network and lifecycle settings.
|
|
1770
|
+
#
|
|
1771
|
+
# @option params [Types::HarnessEnvironmentArtifact] :environment_artifact
|
|
1772
|
+
# The environment artifact for the harness, such as a custom container
|
|
1773
|
+
# image containing additional dependencies.
|
|
1774
|
+
#
|
|
1775
|
+
# @option params [Hash<String,String>] :environment_variables
|
|
1776
|
+
# Environment variables to set in the harness runtime environment.
|
|
1777
|
+
#
|
|
1778
|
+
# @option params [Types::AuthorizerConfiguration] :authorizer_configuration
|
|
1779
|
+
# Represents inbound authorization configuration options used to
|
|
1780
|
+
# authenticate incoming requests.
|
|
1781
|
+
#
|
|
1782
|
+
# @option params [Types::HarnessModelConfiguration] :model
|
|
1783
|
+
# The model configuration for the harness. Supports Amazon Bedrock,
|
|
1784
|
+
# OpenAI, and Google Gemini model providers.
|
|
1785
|
+
#
|
|
1786
|
+
# @option params [Array<Types::HarnessSystemContentBlock>] :system_prompt
|
|
1787
|
+
# The system prompt that defines the agent's behavior and instructions.
|
|
1788
|
+
#
|
|
1789
|
+
# @option params [Array<Types::HarnessTool>] :tools
|
|
1790
|
+
# The tools available to the agent, such as remote MCP servers,
|
|
1791
|
+
# AgentCore Gateway, AgentCore Browser, Code Interpreter, or inline
|
|
1792
|
+
# functions.
|
|
1793
|
+
#
|
|
1794
|
+
# @option params [Array<Types::HarnessSkill>] :skills
|
|
1795
|
+
# The skills available to the agent. Skills are bundles of files that
|
|
1796
|
+
# the agent can pull into its context on demand.
|
|
1797
|
+
#
|
|
1798
|
+
# @option params [Array<String>] :allowed_tools
|
|
1799
|
+
# The tools that the agent is allowed to use. Supports glob patterns
|
|
1800
|
+
# such as * for all tools, @builtin for all built-in tools, or
|
|
1801
|
+
# @serverName/toolName for specific MCP server tools.
|
|
1802
|
+
#
|
|
1803
|
+
# @option params [Types::HarnessMemoryConfiguration] :memory
|
|
1804
|
+
# The AgentCore Memory configuration for persisting conversation context
|
|
1805
|
+
# across sessions.
|
|
1806
|
+
#
|
|
1807
|
+
# @option params [Types::HarnessTruncationConfiguration] :truncation
|
|
1808
|
+
# The truncation configuration for managing conversation context when it
|
|
1809
|
+
# exceeds model limits.
|
|
1810
|
+
#
|
|
1811
|
+
# @option params [Integer] :max_iterations
|
|
1812
|
+
# The maximum number of iterations the agent loop can execute per
|
|
1813
|
+
# invocation.
|
|
1814
|
+
#
|
|
1815
|
+
# @option params [Integer] :max_tokens
|
|
1816
|
+
# The maximum number of tokens the agent can generate per iteration.
|
|
1817
|
+
#
|
|
1818
|
+
# @option params [Integer] :timeout_seconds
|
|
1819
|
+
# The maximum duration in seconds for the agent loop execution per
|
|
1820
|
+
# invocation.
|
|
1821
|
+
#
|
|
1822
|
+
# @option params [Hash<String,String>] :tags
|
|
1823
|
+
# Tags to apply to the harness resource.
|
|
1824
|
+
#
|
|
1825
|
+
# @return [Types::CreateHarnessResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1826
|
+
#
|
|
1827
|
+
# * {Types::CreateHarnessResponse#harness #harness} => Types::Harness
|
|
1828
|
+
#
|
|
1829
|
+
# @example Request syntax with placeholder values
|
|
1830
|
+
#
|
|
1831
|
+
# resp = client.create_harness({
|
|
1832
|
+
# harness_name: "HarnessName", # required
|
|
1833
|
+
# client_token: "ClientToken",
|
|
1834
|
+
# execution_role_arn: "RoleArn", # required
|
|
1835
|
+
# environment: {
|
|
1836
|
+
# agent_core_runtime_environment: {
|
|
1837
|
+
# lifecycle_configuration: {
|
|
1838
|
+
# idle_runtime_session_timeout: 1,
|
|
1839
|
+
# max_lifetime: 1,
|
|
1840
|
+
# },
|
|
1841
|
+
# network_configuration: {
|
|
1842
|
+
# network_mode: "PUBLIC", # required, accepts PUBLIC, VPC
|
|
1843
|
+
# network_mode_config: {
|
|
1844
|
+
# security_groups: ["SecurityGroupId"], # required
|
|
1845
|
+
# subnets: ["SubnetId"], # required
|
|
1846
|
+
# },
|
|
1847
|
+
# },
|
|
1848
|
+
# filesystem_configurations: [
|
|
1849
|
+
# {
|
|
1850
|
+
# session_storage: {
|
|
1851
|
+
# mount_path: "MountPath", # required
|
|
1852
|
+
# },
|
|
1853
|
+
# },
|
|
1854
|
+
# ],
|
|
1855
|
+
# },
|
|
1856
|
+
# },
|
|
1857
|
+
# environment_artifact: {
|
|
1858
|
+
# container_configuration: {
|
|
1859
|
+
# container_uri: "RuntimeContainerUri", # required
|
|
1860
|
+
# },
|
|
1861
|
+
# },
|
|
1862
|
+
# environment_variables: {
|
|
1863
|
+
# "EnvironmentVariableKey" => "EnvironmentVariableValue",
|
|
1864
|
+
# },
|
|
1865
|
+
# authorizer_configuration: {
|
|
1866
|
+
# custom_jwt_authorizer: {
|
|
1867
|
+
# discovery_url: "DiscoveryUrl", # required
|
|
1868
|
+
# allowed_audience: ["AllowedAudience"],
|
|
1869
|
+
# allowed_clients: ["AllowedClient"],
|
|
1870
|
+
# allowed_scopes: ["AllowedScopeType"],
|
|
1871
|
+
# custom_claims: [
|
|
1872
|
+
# {
|
|
1873
|
+
# inbound_token_claim_name: "InboundTokenClaimNameType", # required
|
|
1874
|
+
# inbound_token_claim_value_type: "STRING", # required, accepts STRING, STRING_ARRAY
|
|
1875
|
+
# authorizing_claim_match_value: { # required
|
|
1876
|
+
# claim_match_value: { # required
|
|
1877
|
+
# match_value_string: "MatchValueString",
|
|
1878
|
+
# match_value_string_list: ["MatchValueString"],
|
|
1879
|
+
# },
|
|
1880
|
+
# claim_match_operator: "EQUALS", # required, accepts EQUALS, CONTAINS, CONTAINS_ANY
|
|
1881
|
+
# },
|
|
1882
|
+
# },
|
|
1883
|
+
# ],
|
|
1884
|
+
# private_endpoint: {
|
|
1885
|
+
# self_managed_lattice_resource: {
|
|
1886
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
1887
|
+
# },
|
|
1888
|
+
# managed_vpc_resource: {
|
|
1889
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
1890
|
+
# subnet_ids: ["SubnetId"], # required
|
|
1891
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
1892
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
1893
|
+
# tags: {
|
|
1894
|
+
# "TagKey" => "TagValue",
|
|
1895
|
+
# },
|
|
1896
|
+
# routing_domain: "RoutingDomain",
|
|
1897
|
+
# },
|
|
1898
|
+
# },
|
|
1899
|
+
# private_endpoint_overrides: [
|
|
1900
|
+
# {
|
|
1901
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
1902
|
+
# private_endpoint: { # required
|
|
1903
|
+
# self_managed_lattice_resource: {
|
|
1904
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
1905
|
+
# },
|
|
1906
|
+
# managed_vpc_resource: {
|
|
1907
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
1908
|
+
# subnet_ids: ["SubnetId"], # required
|
|
1909
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
1910
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
1911
|
+
# tags: {
|
|
1912
|
+
# "TagKey" => "TagValue",
|
|
1913
|
+
# },
|
|
1914
|
+
# routing_domain: "RoutingDomain",
|
|
1915
|
+
# },
|
|
1916
|
+
# },
|
|
1917
|
+
# },
|
|
1918
|
+
# ],
|
|
1919
|
+
# },
|
|
1920
|
+
# },
|
|
1921
|
+
# model: {
|
|
1922
|
+
# bedrock_model_config: {
|
|
1923
|
+
# model_id: "ModelId", # required
|
|
1924
|
+
# max_tokens: 1,
|
|
1925
|
+
# temperature: 1.0,
|
|
1926
|
+
# top_p: 1.0,
|
|
1927
|
+
# },
|
|
1928
|
+
# open_ai_model_config: {
|
|
1929
|
+
# model_id: "ModelId", # required
|
|
1930
|
+
# api_key_arn: "ApiKeyArn", # required
|
|
1931
|
+
# max_tokens: 1,
|
|
1932
|
+
# temperature: 1.0,
|
|
1933
|
+
# top_p: 1.0,
|
|
1934
|
+
# },
|
|
1935
|
+
# gemini_model_config: {
|
|
1936
|
+
# model_id: "ModelId", # required
|
|
1937
|
+
# api_key_arn: "ApiKeyArn", # required
|
|
1938
|
+
# max_tokens: 1,
|
|
1939
|
+
# temperature: 1.0,
|
|
1940
|
+
# top_p: 1.0,
|
|
1941
|
+
# top_k: 1,
|
|
1942
|
+
# },
|
|
1943
|
+
# },
|
|
1944
|
+
# system_prompt: [
|
|
1945
|
+
# {
|
|
1946
|
+
# text: "SensitiveText",
|
|
1947
|
+
# },
|
|
1948
|
+
# ],
|
|
1949
|
+
# tools: [
|
|
1950
|
+
# {
|
|
1951
|
+
# type: "remote_mcp", # required, accepts remote_mcp, agentcore_browser, agentcore_gateway, inline_function, agentcore_code_interpreter
|
|
1952
|
+
# name: "HarnessToolName",
|
|
1953
|
+
# config: {
|
|
1954
|
+
# remote_mcp: {
|
|
1955
|
+
# url: "HarnessRemoteMcpUrl", # required
|
|
1956
|
+
# headers: {
|
|
1957
|
+
# "HttpHeaderKey" => "HttpHeaderValue",
|
|
1958
|
+
# },
|
|
1959
|
+
# },
|
|
1960
|
+
# agent_core_browser: {
|
|
1961
|
+
# browser_arn: "BrowserArn",
|
|
1962
|
+
# },
|
|
1963
|
+
# agent_core_gateway: {
|
|
1964
|
+
# gateway_arn: "GatewayArn", # required
|
|
1965
|
+
# outbound_auth: {
|
|
1966
|
+
# aws_iam: {
|
|
1967
|
+
# },
|
|
1968
|
+
# none: {
|
|
1969
|
+
# },
|
|
1970
|
+
# oauth: {
|
|
1971
|
+
# provider_arn: "OAuthCredentialProviderArn", # required
|
|
1972
|
+
# scopes: ["OAuthScope"], # required
|
|
1973
|
+
# custom_parameters: {
|
|
1974
|
+
# "OAuthCustomParametersKey" => "OAuthCustomParametersValue",
|
|
1975
|
+
# },
|
|
1976
|
+
# grant_type: "CLIENT_CREDENTIALS", # accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
|
1977
|
+
# default_return_url: "OAuthDefaultReturnUrl",
|
|
1978
|
+
# },
|
|
1979
|
+
# },
|
|
1980
|
+
# },
|
|
1981
|
+
# inline_function: {
|
|
1982
|
+
# description: "HarnessInlineFunctionDescription", # required
|
|
1983
|
+
# input_schema: { # required
|
|
1984
|
+
# },
|
|
1985
|
+
# },
|
|
1986
|
+
# agent_core_code_interpreter: {
|
|
1987
|
+
# code_interpreter_arn: "CodeInterpreterArn",
|
|
1988
|
+
# },
|
|
1989
|
+
# },
|
|
1990
|
+
# },
|
|
1991
|
+
# ],
|
|
1992
|
+
# skills: [
|
|
1993
|
+
# {
|
|
1994
|
+
# path: "HarnessSkillPath",
|
|
1995
|
+
# },
|
|
1996
|
+
# ],
|
|
1997
|
+
# allowed_tools: ["HarnessAllowedTool"],
|
|
1998
|
+
# memory: {
|
|
1999
|
+
# agent_core_memory_configuration: {
|
|
2000
|
+
# arn: "MemoryArn", # required
|
|
2001
|
+
# actor_id: "String",
|
|
2002
|
+
# messages_count: 1,
|
|
2003
|
+
# retrieval_config: {
|
|
2004
|
+
# "String" => {
|
|
2005
|
+
# top_k: 1,
|
|
2006
|
+
# relevance_score: 1.0,
|
|
2007
|
+
# strategy_id: "String",
|
|
2008
|
+
# },
|
|
2009
|
+
# },
|
|
2010
|
+
# },
|
|
2011
|
+
# },
|
|
2012
|
+
# truncation: {
|
|
2013
|
+
# strategy: "sliding_window", # required, accepts sliding_window, summarization, none
|
|
2014
|
+
# config: {
|
|
2015
|
+
# sliding_window: {
|
|
2016
|
+
# messages_count: 1,
|
|
2017
|
+
# },
|
|
2018
|
+
# summarization: {
|
|
2019
|
+
# summary_ratio: 1.0,
|
|
2020
|
+
# preserve_recent_messages: 1,
|
|
2021
|
+
# summarization_system_prompt: "String",
|
|
2022
|
+
# },
|
|
2023
|
+
# },
|
|
2024
|
+
# },
|
|
2025
|
+
# max_iterations: 1,
|
|
2026
|
+
# max_tokens: 1,
|
|
2027
|
+
# timeout_seconds: 1,
|
|
2028
|
+
# tags: {
|
|
2029
|
+
# "TagKey" => "TagValue",
|
|
2030
|
+
# },
|
|
2031
|
+
# })
|
|
2032
|
+
#
|
|
2033
|
+
# @example Response structure
|
|
2034
|
+
#
|
|
2035
|
+
# resp.harness.harness_id #=> String
|
|
2036
|
+
# resp.harness.harness_name #=> String
|
|
2037
|
+
# resp.harness.arn #=> String
|
|
2038
|
+
# resp.harness.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
2039
|
+
# resp.harness.execution_role_arn #=> String
|
|
2040
|
+
# resp.harness.created_at #=> Time
|
|
2041
|
+
# resp.harness.updated_at #=> Time
|
|
2042
|
+
# resp.harness.model.bedrock_model_config.model_id #=> String
|
|
2043
|
+
# resp.harness.model.bedrock_model_config.max_tokens #=> Integer
|
|
2044
|
+
# resp.harness.model.bedrock_model_config.temperature #=> Float
|
|
2045
|
+
# resp.harness.model.bedrock_model_config.top_p #=> Float
|
|
2046
|
+
# resp.harness.model.open_ai_model_config.model_id #=> String
|
|
2047
|
+
# resp.harness.model.open_ai_model_config.api_key_arn #=> String
|
|
2048
|
+
# resp.harness.model.open_ai_model_config.max_tokens #=> Integer
|
|
2049
|
+
# resp.harness.model.open_ai_model_config.temperature #=> Float
|
|
2050
|
+
# resp.harness.model.open_ai_model_config.top_p #=> Float
|
|
2051
|
+
# resp.harness.model.gemini_model_config.model_id #=> String
|
|
2052
|
+
# resp.harness.model.gemini_model_config.api_key_arn #=> String
|
|
2053
|
+
# resp.harness.model.gemini_model_config.max_tokens #=> Integer
|
|
2054
|
+
# resp.harness.model.gemini_model_config.temperature #=> Float
|
|
2055
|
+
# resp.harness.model.gemini_model_config.top_p #=> Float
|
|
2056
|
+
# resp.harness.model.gemini_model_config.top_k #=> Integer
|
|
2057
|
+
# resp.harness.system_prompt #=> Array
|
|
2058
|
+
# resp.harness.system_prompt[0].text #=> String
|
|
2059
|
+
# resp.harness.tools #=> Array
|
|
2060
|
+
# resp.harness.tools[0].type #=> String, one of "remote_mcp", "agentcore_browser", "agentcore_gateway", "inline_function", "agentcore_code_interpreter"
|
|
2061
|
+
# resp.harness.tools[0].name #=> String
|
|
2062
|
+
# resp.harness.tools[0].config.remote_mcp.url #=> String
|
|
2063
|
+
# resp.harness.tools[0].config.remote_mcp.headers #=> Hash
|
|
2064
|
+
# resp.harness.tools[0].config.remote_mcp.headers["HttpHeaderKey"] #=> String
|
|
2065
|
+
# resp.harness.tools[0].config.agent_core_browser.browser_arn #=> String
|
|
2066
|
+
# resp.harness.tools[0].config.agent_core_gateway.gateway_arn #=> String
|
|
2067
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.provider_arn #=> String
|
|
2068
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes #=> Array
|
|
2069
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes[0] #=> String
|
|
2070
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters #=> Hash
|
|
2071
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters["OAuthCustomParametersKey"] #=> String
|
|
2072
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.grant_type #=> String, one of "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE"
|
|
2073
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.default_return_url #=> String
|
|
2074
|
+
# resp.harness.tools[0].config.inline_function.description #=> String
|
|
2075
|
+
# resp.harness.tools[0].config.agent_core_code_interpreter.code_interpreter_arn #=> String
|
|
2076
|
+
# resp.harness.skills #=> Array
|
|
2077
|
+
# resp.harness.skills[0].path #=> String
|
|
2078
|
+
# resp.harness.allowed_tools #=> Array
|
|
2079
|
+
# resp.harness.allowed_tools[0] #=> String
|
|
2080
|
+
# resp.harness.truncation.strategy #=> String, one of "sliding_window", "summarization", "none"
|
|
2081
|
+
# resp.harness.truncation.config.sliding_window.messages_count #=> Integer
|
|
2082
|
+
# resp.harness.truncation.config.summarization.summary_ratio #=> Float
|
|
2083
|
+
# resp.harness.truncation.config.summarization.preserve_recent_messages #=> Integer
|
|
2084
|
+
# resp.harness.truncation.config.summarization.summarization_system_prompt #=> String
|
|
2085
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_arn #=> String
|
|
2086
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_name #=> String
|
|
2087
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_id #=> String
|
|
2088
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.idle_runtime_session_timeout #=> Integer
|
|
2089
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.max_lifetime #=> Integer
|
|
2090
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
|
2091
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups #=> Array
|
|
2092
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups[0] #=> String
|
|
2093
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets #=> Array
|
|
2094
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
|
|
2095
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
|
|
2096
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
|
|
2097
|
+
# resp.harness.environment_artifact.container_configuration.container_uri #=> String
|
|
2098
|
+
# resp.harness.environment_variables #=> Hash
|
|
2099
|
+
# resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
|
|
2100
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
|
|
2101
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
|
|
2102
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
|
|
2103
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
|
|
2104
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
|
|
2105
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
|
|
2106
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
|
|
2107
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
|
|
2108
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
|
|
2109
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
|
|
2110
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string #=> String
|
|
2111
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
2112
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
2113
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
2114
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
2115
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
2116
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
2117
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
2118
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
2119
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
2120
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
2121
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
2122
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
2123
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
2124
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
2125
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
2126
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
2127
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
2128
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
2129
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
2130
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
2131
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
2132
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
2133
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
2134
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
2135
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
2136
|
+
# resp.harness.memory.agent_core_memory_configuration.arn #=> String
|
|
2137
|
+
# resp.harness.memory.agent_core_memory_configuration.actor_id #=> String
|
|
2138
|
+
# resp.harness.memory.agent_core_memory_configuration.messages_count #=> Integer
|
|
2139
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config #=> Hash
|
|
2140
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].top_k #=> Integer
|
|
2141
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].relevance_score #=> Float
|
|
2142
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].strategy_id #=> String
|
|
2143
|
+
# resp.harness.max_iterations #=> Integer
|
|
2144
|
+
# resp.harness.max_tokens #=> Integer
|
|
2145
|
+
# resp.harness.timeout_seconds #=> Integer
|
|
2146
|
+
# resp.harness.failure_reason #=> String
|
|
2147
|
+
#
|
|
2148
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateHarness AWS API Documentation
|
|
2149
|
+
#
|
|
2150
|
+
# @overload create_harness(params = {})
|
|
2151
|
+
# @param [Hash] params ({})
|
|
2152
|
+
def create_harness(params = {}, options = {})
|
|
2153
|
+
req = build_request(:create_harness, params)
|
|
2154
|
+
req.send_request(options)
|
|
2155
|
+
end
|
|
2156
|
+
|
|
1655
2157
|
# Creates a new Amazon Bedrock AgentCore Memory resource.
|
|
1656
2158
|
#
|
|
1657
2159
|
# @option params [String] :client_token
|
|
@@ -1926,6 +2428,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1926
2428
|
# * {Types::CreateOauth2CredentialProviderResponse#credential_provider_arn #credential_provider_arn} => String
|
|
1927
2429
|
# * {Types::CreateOauth2CredentialProviderResponse#callback_url #callback_url} => String
|
|
1928
2430
|
# * {Types::CreateOauth2CredentialProviderResponse#oauth2_provider_config_output #oauth2_provider_config_output} => Types::Oauth2ProviderConfigOutput
|
|
2431
|
+
# * {Types::CreateOauth2CredentialProviderResponse#status #status} => String
|
|
1929
2432
|
#
|
|
1930
2433
|
# @example Request syntax with placeholder values
|
|
1931
2434
|
#
|
|
@@ -1946,6 +2449,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
1946
2449
|
# },
|
|
1947
2450
|
# client_id: "ClientIdType", # required
|
|
1948
2451
|
# client_secret: "ClientSecretType", # required
|
|
2452
|
+
# private_endpoint: {
|
|
2453
|
+
# self_managed_lattice_resource: {
|
|
2454
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
2455
|
+
# },
|
|
2456
|
+
# managed_vpc_resource: {
|
|
2457
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
2458
|
+
# subnet_ids: ["SubnetId"], # required
|
|
2459
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
2460
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
2461
|
+
# tags: {
|
|
2462
|
+
# "TagKey" => "TagValue",
|
|
2463
|
+
# },
|
|
2464
|
+
# routing_domain: "RoutingDomain",
|
|
2465
|
+
# },
|
|
2466
|
+
# },
|
|
2467
|
+
# private_endpoint_overrides: [
|
|
2468
|
+
# {
|
|
2469
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
2470
|
+
# private_endpoint: { # required
|
|
2471
|
+
# self_managed_lattice_resource: {
|
|
2472
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
2473
|
+
# },
|
|
2474
|
+
# managed_vpc_resource: {
|
|
2475
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
2476
|
+
# subnet_ids: ["SubnetId"], # required
|
|
2477
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
2478
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
2479
|
+
# tags: {
|
|
2480
|
+
# "TagKey" => "TagValue",
|
|
2481
|
+
# },
|
|
2482
|
+
# routing_domain: "RoutingDomain",
|
|
2483
|
+
# },
|
|
2484
|
+
# },
|
|
2485
|
+
# },
|
|
2486
|
+
# ],
|
|
1949
2487
|
# },
|
|
1950
2488
|
# google_oauth_2_provider_config: {
|
|
1951
2489
|
# client_id: "ClientIdType", # required
|
|
@@ -2004,6 +2542,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
2004
2542
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods #=> Array
|
|
2005
2543
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods[0] #=> String
|
|
2006
2544
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.client_id #=> String
|
|
2545
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
2546
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
2547
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
2548
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
2549
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
2550
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
2551
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
2552
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
2553
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
2554
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
2555
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides #=> Array
|
|
2556
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].domain #=> String
|
|
2557
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
2558
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
2559
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
2560
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
2561
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
2562
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
2563
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
2564
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
2565
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
2566
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
2007
2567
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.discovery_url #=> String
|
|
2008
2568
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.issuer #=> String
|
|
2009
2569
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.authorization_endpoint #=> String
|
|
@@ -2076,6 +2636,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2076
2636
|
# resp.oauth2_provider_config_output.included_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods #=> Array
|
|
2077
2637
|
# resp.oauth2_provider_config_output.included_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods[0] #=> String
|
|
2078
2638
|
# resp.oauth2_provider_config_output.included_oauth_2_provider_config.client_id #=> String
|
|
2639
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
2079
2640
|
#
|
|
2080
2641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateOauth2CredentialProvider AWS API Documentation
|
|
2081
2642
|
#
|
|
@@ -2199,7 +2760,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2199
2760
|
# resp.online_evaluation_config_id #=> String
|
|
2200
2761
|
# resp.created_at #=> Time
|
|
2201
2762
|
# resp.output_config.cloud_watch_config.log_group_name #=> String
|
|
2202
|
-
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING"
|
|
2763
|
+
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "ERROR"
|
|
2203
2764
|
# resp.execution_status #=> String, one of "ENABLED", "DISABLED"
|
|
2204
2765
|
# resp.failure_reason #=> String
|
|
2205
2766
|
#
|
|
@@ -2502,6 +3063,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
2502
3063
|
# },
|
|
2503
3064
|
# },
|
|
2504
3065
|
# ],
|
|
3066
|
+
# private_endpoint: {
|
|
3067
|
+
# self_managed_lattice_resource: {
|
|
3068
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
3069
|
+
# },
|
|
3070
|
+
# managed_vpc_resource: {
|
|
3071
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
3072
|
+
# subnet_ids: ["SubnetId"], # required
|
|
3073
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
3074
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
3075
|
+
# tags: {
|
|
3076
|
+
# "TagKey" => "TagValue",
|
|
3077
|
+
# },
|
|
3078
|
+
# routing_domain: "RoutingDomain",
|
|
3079
|
+
# },
|
|
3080
|
+
# },
|
|
3081
|
+
# private_endpoint_overrides: [
|
|
3082
|
+
# {
|
|
3083
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
3084
|
+
# private_endpoint: { # required
|
|
3085
|
+
# self_managed_lattice_resource: {
|
|
3086
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
3087
|
+
# },
|
|
3088
|
+
# managed_vpc_resource: {
|
|
3089
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
3090
|
+
# subnet_ids: ["SubnetId"], # required
|
|
3091
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
3092
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
3093
|
+
# tags: {
|
|
3094
|
+
# "TagKey" => "TagValue",
|
|
3095
|
+
# },
|
|
3096
|
+
# routing_domain: "RoutingDomain",
|
|
3097
|
+
# },
|
|
3098
|
+
# },
|
|
3099
|
+
# },
|
|
3100
|
+
# ],
|
|
2505
3101
|
# },
|
|
2506
3102
|
# },
|
|
2507
3103
|
# client_token: "ClientToken",
|
|
@@ -3061,6 +3657,153 @@ module Aws::BedrockAgentCoreControl
|
|
|
3061
3657
|
req.send_request(options)
|
|
3062
3658
|
end
|
|
3063
3659
|
|
|
3660
|
+
# Operation to delete a Harness.
|
|
3661
|
+
#
|
|
3662
|
+
# @option params [required, String] :harness_id
|
|
3663
|
+
# The ID of the harness to delete.
|
|
3664
|
+
#
|
|
3665
|
+
# @option params [String] :client_token
|
|
3666
|
+
# A unique, case-sensitive identifier to ensure idempotency of the
|
|
3667
|
+
# request.
|
|
3668
|
+
#
|
|
3669
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
3670
|
+
# not need to pass this option.**
|
|
3671
|
+
#
|
|
3672
|
+
# @return [Types::DeleteHarnessResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3673
|
+
#
|
|
3674
|
+
# * {Types::DeleteHarnessResponse#harness #harness} => Types::Harness
|
|
3675
|
+
#
|
|
3676
|
+
# @example Request syntax with placeholder values
|
|
3677
|
+
#
|
|
3678
|
+
# resp = client.delete_harness({
|
|
3679
|
+
# harness_id: "HarnessId", # required
|
|
3680
|
+
# client_token: "ClientToken",
|
|
3681
|
+
# })
|
|
3682
|
+
#
|
|
3683
|
+
# @example Response structure
|
|
3684
|
+
#
|
|
3685
|
+
# resp.harness.harness_id #=> String
|
|
3686
|
+
# resp.harness.harness_name #=> String
|
|
3687
|
+
# resp.harness.arn #=> String
|
|
3688
|
+
# resp.harness.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
3689
|
+
# resp.harness.execution_role_arn #=> String
|
|
3690
|
+
# resp.harness.created_at #=> Time
|
|
3691
|
+
# resp.harness.updated_at #=> Time
|
|
3692
|
+
# resp.harness.model.bedrock_model_config.model_id #=> String
|
|
3693
|
+
# resp.harness.model.bedrock_model_config.max_tokens #=> Integer
|
|
3694
|
+
# resp.harness.model.bedrock_model_config.temperature #=> Float
|
|
3695
|
+
# resp.harness.model.bedrock_model_config.top_p #=> Float
|
|
3696
|
+
# resp.harness.model.open_ai_model_config.model_id #=> String
|
|
3697
|
+
# resp.harness.model.open_ai_model_config.api_key_arn #=> String
|
|
3698
|
+
# resp.harness.model.open_ai_model_config.max_tokens #=> Integer
|
|
3699
|
+
# resp.harness.model.open_ai_model_config.temperature #=> Float
|
|
3700
|
+
# resp.harness.model.open_ai_model_config.top_p #=> Float
|
|
3701
|
+
# resp.harness.model.gemini_model_config.model_id #=> String
|
|
3702
|
+
# resp.harness.model.gemini_model_config.api_key_arn #=> String
|
|
3703
|
+
# resp.harness.model.gemini_model_config.max_tokens #=> Integer
|
|
3704
|
+
# resp.harness.model.gemini_model_config.temperature #=> Float
|
|
3705
|
+
# resp.harness.model.gemini_model_config.top_p #=> Float
|
|
3706
|
+
# resp.harness.model.gemini_model_config.top_k #=> Integer
|
|
3707
|
+
# resp.harness.system_prompt #=> Array
|
|
3708
|
+
# resp.harness.system_prompt[0].text #=> String
|
|
3709
|
+
# resp.harness.tools #=> Array
|
|
3710
|
+
# resp.harness.tools[0].type #=> String, one of "remote_mcp", "agentcore_browser", "agentcore_gateway", "inline_function", "agentcore_code_interpreter"
|
|
3711
|
+
# resp.harness.tools[0].name #=> String
|
|
3712
|
+
# resp.harness.tools[0].config.remote_mcp.url #=> String
|
|
3713
|
+
# resp.harness.tools[0].config.remote_mcp.headers #=> Hash
|
|
3714
|
+
# resp.harness.tools[0].config.remote_mcp.headers["HttpHeaderKey"] #=> String
|
|
3715
|
+
# resp.harness.tools[0].config.agent_core_browser.browser_arn #=> String
|
|
3716
|
+
# resp.harness.tools[0].config.agent_core_gateway.gateway_arn #=> String
|
|
3717
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.provider_arn #=> String
|
|
3718
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes #=> Array
|
|
3719
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes[0] #=> String
|
|
3720
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters #=> Hash
|
|
3721
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters["OAuthCustomParametersKey"] #=> String
|
|
3722
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.grant_type #=> String, one of "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE"
|
|
3723
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.default_return_url #=> String
|
|
3724
|
+
# resp.harness.tools[0].config.inline_function.description #=> String
|
|
3725
|
+
# resp.harness.tools[0].config.agent_core_code_interpreter.code_interpreter_arn #=> String
|
|
3726
|
+
# resp.harness.skills #=> Array
|
|
3727
|
+
# resp.harness.skills[0].path #=> String
|
|
3728
|
+
# resp.harness.allowed_tools #=> Array
|
|
3729
|
+
# resp.harness.allowed_tools[0] #=> String
|
|
3730
|
+
# resp.harness.truncation.strategy #=> String, one of "sliding_window", "summarization", "none"
|
|
3731
|
+
# resp.harness.truncation.config.sliding_window.messages_count #=> Integer
|
|
3732
|
+
# resp.harness.truncation.config.summarization.summary_ratio #=> Float
|
|
3733
|
+
# resp.harness.truncation.config.summarization.preserve_recent_messages #=> Integer
|
|
3734
|
+
# resp.harness.truncation.config.summarization.summarization_system_prompt #=> String
|
|
3735
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_arn #=> String
|
|
3736
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_name #=> String
|
|
3737
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_id #=> String
|
|
3738
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.idle_runtime_session_timeout #=> Integer
|
|
3739
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.max_lifetime #=> Integer
|
|
3740
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
|
3741
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups #=> Array
|
|
3742
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups[0] #=> String
|
|
3743
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets #=> Array
|
|
3744
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
|
|
3745
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
|
|
3746
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
|
|
3747
|
+
# resp.harness.environment_artifact.container_configuration.container_uri #=> String
|
|
3748
|
+
# resp.harness.environment_variables #=> Hash
|
|
3749
|
+
# resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
|
|
3750
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
|
|
3751
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
|
|
3752
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
|
|
3753
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
|
|
3754
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
|
|
3755
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
|
|
3756
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
|
|
3757
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
|
|
3758
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
|
|
3759
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
|
|
3760
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string #=> String
|
|
3761
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
3762
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
3763
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
3764
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
3765
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
3766
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
3767
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
3768
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
3769
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
3770
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
3771
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
3772
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
3773
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
3774
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
3775
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
3776
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
3777
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
3778
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
3779
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
3780
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
3781
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
3782
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
3783
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
3784
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
3785
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
3786
|
+
# resp.harness.memory.agent_core_memory_configuration.arn #=> String
|
|
3787
|
+
# resp.harness.memory.agent_core_memory_configuration.actor_id #=> String
|
|
3788
|
+
# resp.harness.memory.agent_core_memory_configuration.messages_count #=> Integer
|
|
3789
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config #=> Hash
|
|
3790
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].top_k #=> Integer
|
|
3791
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].relevance_score #=> Float
|
|
3792
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].strategy_id #=> String
|
|
3793
|
+
# resp.harness.max_iterations #=> Integer
|
|
3794
|
+
# resp.harness.max_tokens #=> Integer
|
|
3795
|
+
# resp.harness.timeout_seconds #=> Integer
|
|
3796
|
+
# resp.harness.failure_reason #=> String
|
|
3797
|
+
#
|
|
3798
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeleteHarness AWS API Documentation
|
|
3799
|
+
#
|
|
3800
|
+
# @overload delete_harness(params = {})
|
|
3801
|
+
# @param [Hash] params ({})
|
|
3802
|
+
def delete_harness(params = {}, options = {})
|
|
3803
|
+
req = build_request(:delete_harness, params)
|
|
3804
|
+
req.send_request(options)
|
|
3805
|
+
end
|
|
3806
|
+
|
|
3064
3807
|
# Deletes an Amazon Bedrock AgentCore Memory resource.
|
|
3065
3808
|
#
|
|
3066
3809
|
# @option params [String] :client_token
|
|
@@ -3145,7 +3888,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3145
3888
|
#
|
|
3146
3889
|
# resp.online_evaluation_config_arn #=> String
|
|
3147
3890
|
# resp.online_evaluation_config_id #=> String
|
|
3148
|
-
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING"
|
|
3891
|
+
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "ERROR"
|
|
3149
3892
|
#
|
|
3150
3893
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeleteOnlineEvaluationConfig AWS API Documentation
|
|
3151
3894
|
#
|
|
@@ -3439,7 +4182,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3439
4182
|
# resp.agent_runtime_artifact.code_configuration.code.s3.bucket #=> String
|
|
3440
4183
|
# resp.agent_runtime_artifact.code_configuration.code.s3.prefix #=> String
|
|
3441
4184
|
# resp.agent_runtime_artifact.code_configuration.code.s3.version_id #=> String
|
|
3442
|
-
# resp.agent_runtime_artifact.code_configuration.runtime #=> String, one of "PYTHON_3_10", "PYTHON_3_11", "PYTHON_3_12", "PYTHON_3_13", "PYTHON_3_14"
|
|
4185
|
+
# resp.agent_runtime_artifact.code_configuration.runtime #=> String, one of "PYTHON_3_10", "PYTHON_3_11", "PYTHON_3_12", "PYTHON_3_13", "PYTHON_3_14", "NODE_22"
|
|
3443
4186
|
# resp.agent_runtime_artifact.code_configuration.entry_point #=> Array
|
|
3444
4187
|
# resp.agent_runtime_artifact.code_configuration.entry_point[0] #=> String
|
|
3445
4188
|
# resp.protocol_configuration.server_protocol #=> String, one of "MCP", "HTTP", "A2A", "AGUI"
|
|
@@ -3459,6 +4202,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
3459
4202
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
3460
4203
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
3461
4204
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
4205
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
4206
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
4207
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
4208
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
4209
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
4210
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
4211
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
4212
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
4213
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
4214
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
4215
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
4216
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
4217
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
4218
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
4219
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
4220
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
4221
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
4222
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
4223
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
4224
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
4225
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
4226
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
3462
4227
|
# resp.request_header_configuration.request_header_allowlist #=> Array
|
|
3463
4228
|
# resp.request_header_configuration.request_header_allowlist[0] #=> String
|
|
3464
4229
|
# resp.metadata_configuration.require_mmdsv2 #=> Boolean
|
|
@@ -3858,6 +4623,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
3858
4623
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
3859
4624
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
3860
4625
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
4626
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
4627
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
4628
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
4629
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
4630
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
4631
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
4632
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
4633
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
4634
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
4635
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
4636
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
4637
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
4638
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
4639
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
4640
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
4641
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
4642
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
4643
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
4644
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
4645
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
4646
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
4647
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
3861
4648
|
# resp.kms_key_arn #=> String
|
|
3862
4649
|
# resp.interceptor_configurations #=> Array
|
|
3863
4650
|
# resp.interceptor_configurations[0].interceptor.lambda.arn #=> String
|
|
@@ -3952,6 +4739,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3952
4739
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
3953
4740
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
3954
4741
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
4742
|
+
# resp.target_configuration.mcp.mcp_server.resource_priority #=> Integer
|
|
3955
4743
|
# resp.target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
3956
4744
|
# resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
3957
4745
|
# resp.target_configuration.mcp.api_gateway.stage #=> String
|
|
@@ -3987,15 +4775,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
3987
4775
|
# resp.metadata_configuration.allowed_response_headers #=> Array
|
|
3988
4776
|
# resp.metadata_configuration.allowed_response_headers[0] #=> String
|
|
3989
4777
|
# resp.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
3990
|
-
# resp.private_endpoint.
|
|
3991
|
-
# resp.private_endpoint.
|
|
3992
|
-
# resp.private_endpoint.
|
|
3993
|
-
# resp.private_endpoint.
|
|
3994
|
-
# resp.private_endpoint.
|
|
3995
|
-
# resp.private_endpoint.
|
|
3996
|
-
# resp.private_endpoint.
|
|
3997
|
-
# resp.private_endpoint.
|
|
3998
|
-
# resp.private_endpoint.
|
|
4778
|
+
# resp.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
4779
|
+
# resp.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
4780
|
+
# resp.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
4781
|
+
# resp.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
4782
|
+
# resp.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
4783
|
+
# resp.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
4784
|
+
# resp.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
4785
|
+
# resp.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
4786
|
+
# resp.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
3999
4787
|
# resp.private_endpoint_managed_resources #=> Array
|
|
4000
4788
|
# resp.private_endpoint_managed_resources[0].domain #=> String
|
|
4001
4789
|
# resp.private_endpoint_managed_resources[0].resource_gateway_arn #=> String
|
|
@@ -4012,6 +4800,145 @@ module Aws::BedrockAgentCoreControl
|
|
|
4012
4800
|
req.send_request(options)
|
|
4013
4801
|
end
|
|
4014
4802
|
|
|
4803
|
+
# Operation to get a single Harness.
|
|
4804
|
+
#
|
|
4805
|
+
# @option params [required, String] :harness_id
|
|
4806
|
+
# The ID of the harness to retrieve.
|
|
4807
|
+
#
|
|
4808
|
+
# @return [Types::GetHarnessResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4809
|
+
#
|
|
4810
|
+
# * {Types::GetHarnessResponse#harness #harness} => Types::Harness
|
|
4811
|
+
#
|
|
4812
|
+
# @example Request syntax with placeholder values
|
|
4813
|
+
#
|
|
4814
|
+
# resp = client.get_harness({
|
|
4815
|
+
# harness_id: "HarnessId", # required
|
|
4816
|
+
# })
|
|
4817
|
+
#
|
|
4818
|
+
# @example Response structure
|
|
4819
|
+
#
|
|
4820
|
+
# resp.harness.harness_id #=> String
|
|
4821
|
+
# resp.harness.harness_name #=> String
|
|
4822
|
+
# resp.harness.arn #=> String
|
|
4823
|
+
# resp.harness.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
4824
|
+
# resp.harness.execution_role_arn #=> String
|
|
4825
|
+
# resp.harness.created_at #=> Time
|
|
4826
|
+
# resp.harness.updated_at #=> Time
|
|
4827
|
+
# resp.harness.model.bedrock_model_config.model_id #=> String
|
|
4828
|
+
# resp.harness.model.bedrock_model_config.max_tokens #=> Integer
|
|
4829
|
+
# resp.harness.model.bedrock_model_config.temperature #=> Float
|
|
4830
|
+
# resp.harness.model.bedrock_model_config.top_p #=> Float
|
|
4831
|
+
# resp.harness.model.open_ai_model_config.model_id #=> String
|
|
4832
|
+
# resp.harness.model.open_ai_model_config.api_key_arn #=> String
|
|
4833
|
+
# resp.harness.model.open_ai_model_config.max_tokens #=> Integer
|
|
4834
|
+
# resp.harness.model.open_ai_model_config.temperature #=> Float
|
|
4835
|
+
# resp.harness.model.open_ai_model_config.top_p #=> Float
|
|
4836
|
+
# resp.harness.model.gemini_model_config.model_id #=> String
|
|
4837
|
+
# resp.harness.model.gemini_model_config.api_key_arn #=> String
|
|
4838
|
+
# resp.harness.model.gemini_model_config.max_tokens #=> Integer
|
|
4839
|
+
# resp.harness.model.gemini_model_config.temperature #=> Float
|
|
4840
|
+
# resp.harness.model.gemini_model_config.top_p #=> Float
|
|
4841
|
+
# resp.harness.model.gemini_model_config.top_k #=> Integer
|
|
4842
|
+
# resp.harness.system_prompt #=> Array
|
|
4843
|
+
# resp.harness.system_prompt[0].text #=> String
|
|
4844
|
+
# resp.harness.tools #=> Array
|
|
4845
|
+
# resp.harness.tools[0].type #=> String, one of "remote_mcp", "agentcore_browser", "agentcore_gateway", "inline_function", "agentcore_code_interpreter"
|
|
4846
|
+
# resp.harness.tools[0].name #=> String
|
|
4847
|
+
# resp.harness.tools[0].config.remote_mcp.url #=> String
|
|
4848
|
+
# resp.harness.tools[0].config.remote_mcp.headers #=> Hash
|
|
4849
|
+
# resp.harness.tools[0].config.remote_mcp.headers["HttpHeaderKey"] #=> String
|
|
4850
|
+
# resp.harness.tools[0].config.agent_core_browser.browser_arn #=> String
|
|
4851
|
+
# resp.harness.tools[0].config.agent_core_gateway.gateway_arn #=> String
|
|
4852
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.provider_arn #=> String
|
|
4853
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes #=> Array
|
|
4854
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes[0] #=> String
|
|
4855
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters #=> Hash
|
|
4856
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters["OAuthCustomParametersKey"] #=> String
|
|
4857
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.grant_type #=> String, one of "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE"
|
|
4858
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.default_return_url #=> String
|
|
4859
|
+
# resp.harness.tools[0].config.inline_function.description #=> String
|
|
4860
|
+
# resp.harness.tools[0].config.agent_core_code_interpreter.code_interpreter_arn #=> String
|
|
4861
|
+
# resp.harness.skills #=> Array
|
|
4862
|
+
# resp.harness.skills[0].path #=> String
|
|
4863
|
+
# resp.harness.allowed_tools #=> Array
|
|
4864
|
+
# resp.harness.allowed_tools[0] #=> String
|
|
4865
|
+
# resp.harness.truncation.strategy #=> String, one of "sliding_window", "summarization", "none"
|
|
4866
|
+
# resp.harness.truncation.config.sliding_window.messages_count #=> Integer
|
|
4867
|
+
# resp.harness.truncation.config.summarization.summary_ratio #=> Float
|
|
4868
|
+
# resp.harness.truncation.config.summarization.preserve_recent_messages #=> Integer
|
|
4869
|
+
# resp.harness.truncation.config.summarization.summarization_system_prompt #=> String
|
|
4870
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_arn #=> String
|
|
4871
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_name #=> String
|
|
4872
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_id #=> String
|
|
4873
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.idle_runtime_session_timeout #=> Integer
|
|
4874
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.max_lifetime #=> Integer
|
|
4875
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
|
4876
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups #=> Array
|
|
4877
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups[0] #=> String
|
|
4878
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets #=> Array
|
|
4879
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
|
|
4880
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
|
|
4881
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
|
|
4882
|
+
# resp.harness.environment_artifact.container_configuration.container_uri #=> String
|
|
4883
|
+
# resp.harness.environment_variables #=> Hash
|
|
4884
|
+
# resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
|
|
4885
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
|
|
4886
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
|
|
4887
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
|
|
4888
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
|
|
4889
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
|
|
4890
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
|
|
4891
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
|
|
4892
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
|
|
4893
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
|
|
4894
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
|
|
4895
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string #=> String
|
|
4896
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
4897
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
4898
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
4899
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
4900
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
4901
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
4902
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
4903
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
4904
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
4905
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
4906
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
4907
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
4908
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
4909
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
4910
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
4911
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
4912
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
4913
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
4914
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
4915
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
4916
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
4917
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
4918
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
4919
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
4920
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
4921
|
+
# resp.harness.memory.agent_core_memory_configuration.arn #=> String
|
|
4922
|
+
# resp.harness.memory.agent_core_memory_configuration.actor_id #=> String
|
|
4923
|
+
# resp.harness.memory.agent_core_memory_configuration.messages_count #=> Integer
|
|
4924
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config #=> Hash
|
|
4925
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].top_k #=> Integer
|
|
4926
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].relevance_score #=> Float
|
|
4927
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].strategy_id #=> String
|
|
4928
|
+
# resp.harness.max_iterations #=> Integer
|
|
4929
|
+
# resp.harness.max_tokens #=> Integer
|
|
4930
|
+
# resp.harness.timeout_seconds #=> Integer
|
|
4931
|
+
# resp.harness.failure_reason #=> String
|
|
4932
|
+
#
|
|
4933
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetHarness AWS API Documentation
|
|
4934
|
+
#
|
|
4935
|
+
# @overload get_harness(params = {})
|
|
4936
|
+
# @param [Hash] params ({})
|
|
4937
|
+
def get_harness(params = {}, options = {})
|
|
4938
|
+
req = build_request(:get_harness, params)
|
|
4939
|
+
req.send_request(options)
|
|
4940
|
+
end
|
|
4941
|
+
|
|
4015
4942
|
# Retrieve an existing Amazon Bedrock AgentCore Memory resource.
|
|
4016
4943
|
#
|
|
4017
4944
|
# @option params [required, String] :memory_id
|
|
@@ -4123,6 +5050,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
4123
5050
|
# * {Types::GetOauth2CredentialProviderResponse#oauth2_provider_config_output #oauth2_provider_config_output} => Types::Oauth2ProviderConfigOutput
|
|
4124
5051
|
# * {Types::GetOauth2CredentialProviderResponse#created_time #created_time} => Time
|
|
4125
5052
|
# * {Types::GetOauth2CredentialProviderResponse#last_updated_time #last_updated_time} => Time
|
|
5053
|
+
# * {Types::GetOauth2CredentialProviderResponse#status #status} => String
|
|
5054
|
+
# * {Types::GetOauth2CredentialProviderResponse#failure_reason #failure_reason} => String
|
|
4126
5055
|
#
|
|
4127
5056
|
# @example Request syntax with placeholder values
|
|
4128
5057
|
#
|
|
@@ -4146,6 +5075,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
4146
5075
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods #=> Array
|
|
4147
5076
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods[0] #=> String
|
|
4148
5077
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.client_id #=> String
|
|
5078
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
5079
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
5080
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
5081
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
5082
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
5083
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
5084
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
5085
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
5086
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
5087
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
5088
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides #=> Array
|
|
5089
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].domain #=> String
|
|
5090
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
5091
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
5092
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
5093
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
5094
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
5095
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
5096
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
5097
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
5098
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
5099
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
4149
5100
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.discovery_url #=> String
|
|
4150
5101
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.issuer #=> String
|
|
4151
5102
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.authorization_endpoint #=> String
|
|
@@ -4220,6 +5171,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
4220
5171
|
# resp.oauth2_provider_config_output.included_oauth_2_provider_config.client_id #=> String
|
|
4221
5172
|
# resp.created_time #=> Time
|
|
4222
5173
|
# resp.last_updated_time #=> Time
|
|
5174
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
5175
|
+
# resp.failure_reason #=> String
|
|
4223
5176
|
#
|
|
4224
5177
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetOauth2CredentialProvider AWS API Documentation
|
|
4225
5178
|
#
|
|
@@ -4283,7 +5236,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4283
5236
|
# resp.evaluators[0].evaluator_id #=> String
|
|
4284
5237
|
# resp.output_config.cloud_watch_config.log_group_name #=> String
|
|
4285
5238
|
# resp.evaluation_execution_role_arn #=> String
|
|
4286
|
-
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING"
|
|
5239
|
+
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "ERROR"
|
|
4287
5240
|
# resp.execution_status #=> String, one of "ENABLED", "DISABLED"
|
|
4288
5241
|
# resp.created_at #=> Time
|
|
4289
5242
|
# resp.updated_at #=> Time
|
|
@@ -4531,6 +5484,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
4531
5484
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
4532
5485
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
4533
5486
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
5487
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
5488
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
5489
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
5490
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
5491
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
5492
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
5493
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
5494
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
5495
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
5496
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
5497
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
5498
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
5499
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
5500
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
5501
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
5502
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
5503
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
5504
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
5505
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
5506
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
5507
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
5508
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
4534
5509
|
# resp.approval_configuration.auto_approval #=> Boolean
|
|
4535
5510
|
# resp.status #=> String, one of "CREATING", "READY", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"
|
|
4536
5511
|
# resp.status_reason #=> String
|
|
@@ -5147,6 +6122,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5147
6122
|
# resp.items[0].description #=> String
|
|
5148
6123
|
# resp.items[0].created_at #=> Time
|
|
5149
6124
|
# resp.items[0].updated_at #=> Time
|
|
6125
|
+
# resp.items[0].resource_priority #=> Integer
|
|
5150
6126
|
# resp.next_token #=> String
|
|
5151
6127
|
#
|
|
5152
6128
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListGatewayTargets AWS API Documentation
|
|
@@ -5208,6 +6184,48 @@ module Aws::BedrockAgentCoreControl
|
|
|
5208
6184
|
req.send_request(options)
|
|
5209
6185
|
end
|
|
5210
6186
|
|
|
6187
|
+
# Operation to list Harnesses.
|
|
6188
|
+
#
|
|
6189
|
+
# @option params [Integer] :max_results
|
|
6190
|
+
# The maximum number of results to return in a single call.
|
|
6191
|
+
#
|
|
6192
|
+
# @option params [String] :next_token
|
|
6193
|
+
# The token for the next set of results.
|
|
6194
|
+
#
|
|
6195
|
+
# @return [Types::ListHarnessesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6196
|
+
#
|
|
6197
|
+
# * {Types::ListHarnessesResponse#harnesses #harnesses} => Array<Types::HarnessSummary>
|
|
6198
|
+
# * {Types::ListHarnessesResponse#next_token #next_token} => String
|
|
6199
|
+
#
|
|
6200
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
6201
|
+
#
|
|
6202
|
+
# @example Request syntax with placeholder values
|
|
6203
|
+
#
|
|
6204
|
+
# resp = client.list_harnesses({
|
|
6205
|
+
# max_results: 1,
|
|
6206
|
+
# next_token: "NextToken",
|
|
6207
|
+
# })
|
|
6208
|
+
#
|
|
6209
|
+
# @example Response structure
|
|
6210
|
+
#
|
|
6211
|
+
# resp.harnesses #=> Array
|
|
6212
|
+
# resp.harnesses[0].harness_id #=> String
|
|
6213
|
+
# resp.harnesses[0].harness_name #=> String
|
|
6214
|
+
# resp.harnesses[0].arn #=> String
|
|
6215
|
+
# resp.harnesses[0].status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
6216
|
+
# resp.harnesses[0].created_at #=> Time
|
|
6217
|
+
# resp.harnesses[0].updated_at #=> Time
|
|
6218
|
+
# resp.next_token #=> String
|
|
6219
|
+
#
|
|
6220
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListHarnesses AWS API Documentation
|
|
6221
|
+
#
|
|
6222
|
+
# @overload list_harnesses(params = {})
|
|
6223
|
+
# @param [Hash] params ({})
|
|
6224
|
+
def list_harnesses(params = {}, options = {})
|
|
6225
|
+
req = build_request(:list_harnesses, params)
|
|
6226
|
+
req.send_request(options)
|
|
6227
|
+
end
|
|
6228
|
+
|
|
5211
6229
|
# Lists the available Amazon Bedrock AgentCore Memory resources in the
|
|
5212
6230
|
# current Amazon Web Services Region.
|
|
5213
6231
|
#
|
|
@@ -5326,7 +6344,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5326
6344
|
# resp.online_evaluation_configs[0].online_evaluation_config_id #=> String
|
|
5327
6345
|
# resp.online_evaluation_configs[0].online_evaluation_config_name #=> String
|
|
5328
6346
|
# resp.online_evaluation_configs[0].description #=> String
|
|
5329
|
-
# resp.online_evaluation_configs[0].status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING"
|
|
6347
|
+
# resp.online_evaluation_configs[0].status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "ERROR"
|
|
5330
6348
|
# resp.online_evaluation_configs[0].execution_status #=> String, one of "ENABLED", "DISABLED"
|
|
5331
6349
|
# resp.online_evaluation_configs[0].created_at #=> Time
|
|
5332
6350
|
# resp.online_evaluation_configs[0].updated_at #=> Time
|
|
@@ -6100,6 +7118,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6100
7118
|
# resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
6101
7119
|
# resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
6102
7120
|
# resp.targets[0].target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
7121
|
+
# resp.targets[0].target_configuration.mcp.mcp_server.resource_priority #=> Integer
|
|
6103
7122
|
# resp.targets[0].target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
6104
7123
|
# resp.targets[0].target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
6105
7124
|
# resp.targets[0].target_configuration.mcp.api_gateway.stage #=> String
|
|
@@ -6135,15 +7154,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
6135
7154
|
# resp.targets[0].metadata_configuration.allowed_response_headers #=> Array
|
|
6136
7155
|
# resp.targets[0].metadata_configuration.allowed_response_headers[0] #=> String
|
|
6137
7156
|
# resp.targets[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
6138
|
-
# resp.targets[0].private_endpoint.
|
|
6139
|
-
# resp.targets[0].private_endpoint.
|
|
6140
|
-
# resp.targets[0].private_endpoint.
|
|
6141
|
-
# resp.targets[0].private_endpoint.
|
|
6142
|
-
# resp.targets[0].private_endpoint.
|
|
6143
|
-
# resp.targets[0].private_endpoint.
|
|
6144
|
-
# resp.targets[0].private_endpoint.
|
|
6145
|
-
# resp.targets[0].private_endpoint.
|
|
6146
|
-
# resp.targets[0].private_endpoint.
|
|
7157
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
7158
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
7159
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
7160
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
7161
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
7162
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
7163
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
7164
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
7165
|
+
# resp.targets[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
6147
7166
|
# resp.targets[0].private_endpoint_managed_resources #=> Array
|
|
6148
7167
|
# resp.targets[0].private_endpoint_managed_resources[0].domain #=> String
|
|
6149
7168
|
# resp.targets[0].private_endpoint_managed_resources[0].resource_gateway_arn #=> String
|
|
@@ -6304,7 +7323,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6304
7323
|
# version_id: "S3LocationVersionIdString",
|
|
6305
7324
|
# },
|
|
6306
7325
|
# },
|
|
6307
|
-
# runtime: "PYTHON_3_10", # required, accepts PYTHON_3_10, PYTHON_3_11, PYTHON_3_12, PYTHON_3_13, PYTHON_3_14
|
|
7326
|
+
# runtime: "PYTHON_3_10", # required, accepts PYTHON_3_10, PYTHON_3_11, PYTHON_3_12, PYTHON_3_13, PYTHON_3_14, NODE_22
|
|
6308
7327
|
# entry_point: ["entryPoint"], # required
|
|
6309
7328
|
# },
|
|
6310
7329
|
# },
|
|
@@ -6336,6 +7355,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
6336
7355
|
# },
|
|
6337
7356
|
# },
|
|
6338
7357
|
# ],
|
|
7358
|
+
# private_endpoint: {
|
|
7359
|
+
# self_managed_lattice_resource: {
|
|
7360
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
7361
|
+
# },
|
|
7362
|
+
# managed_vpc_resource: {
|
|
7363
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
7364
|
+
# subnet_ids: ["SubnetId"], # required
|
|
7365
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
7366
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
7367
|
+
# tags: {
|
|
7368
|
+
# "TagKey" => "TagValue",
|
|
7369
|
+
# },
|
|
7370
|
+
# routing_domain: "RoutingDomain",
|
|
7371
|
+
# },
|
|
7372
|
+
# },
|
|
7373
|
+
# private_endpoint_overrides: [
|
|
7374
|
+
# {
|
|
7375
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
7376
|
+
# private_endpoint: { # required
|
|
7377
|
+
# self_managed_lattice_resource: {
|
|
7378
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
7379
|
+
# },
|
|
7380
|
+
# managed_vpc_resource: {
|
|
7381
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
7382
|
+
# subnet_ids: ["SubnetId"], # required
|
|
7383
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
7384
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
7385
|
+
# tags: {
|
|
7386
|
+
# "TagKey" => "TagValue",
|
|
7387
|
+
# },
|
|
7388
|
+
# routing_domain: "RoutingDomain",
|
|
7389
|
+
# },
|
|
7390
|
+
# },
|
|
7391
|
+
# },
|
|
7392
|
+
# ],
|
|
6339
7393
|
# },
|
|
6340
7394
|
# },
|
|
6341
7395
|
# request_header_configuration: {
|
|
@@ -6698,6 +7752,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
6698
7752
|
# },
|
|
6699
7753
|
# },
|
|
6700
7754
|
# ],
|
|
7755
|
+
# private_endpoint: {
|
|
7756
|
+
# self_managed_lattice_resource: {
|
|
7757
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
7758
|
+
# },
|
|
7759
|
+
# managed_vpc_resource: {
|
|
7760
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
7761
|
+
# subnet_ids: ["SubnetId"], # required
|
|
7762
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
7763
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
7764
|
+
# tags: {
|
|
7765
|
+
# "TagKey" => "TagValue",
|
|
7766
|
+
# },
|
|
7767
|
+
# routing_domain: "RoutingDomain",
|
|
7768
|
+
# },
|
|
7769
|
+
# },
|
|
7770
|
+
# private_endpoint_overrides: [
|
|
7771
|
+
# {
|
|
7772
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
7773
|
+
# private_endpoint: { # required
|
|
7774
|
+
# self_managed_lattice_resource: {
|
|
7775
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
7776
|
+
# },
|
|
7777
|
+
# managed_vpc_resource: {
|
|
7778
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
7779
|
+
# subnet_ids: ["SubnetId"], # required
|
|
7780
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
7781
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
7782
|
+
# tags: {
|
|
7783
|
+
# "TagKey" => "TagValue",
|
|
7784
|
+
# },
|
|
7785
|
+
# routing_domain: "RoutingDomain",
|
|
7786
|
+
# },
|
|
7787
|
+
# },
|
|
7788
|
+
# },
|
|
7789
|
+
# ],
|
|
6701
7790
|
# },
|
|
6702
7791
|
# },
|
|
6703
7792
|
# kms_key_arn: "KmsKeyArn",
|
|
@@ -6754,6 +7843,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
6754
7843
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
6755
7844
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
6756
7845
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
7846
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
7847
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
7848
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
7849
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
7850
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
7851
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
7852
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
7853
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
7854
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
7855
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
7856
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
7857
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
7858
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
7859
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
7860
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
7861
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
7862
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
7863
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
7864
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
7865
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
7866
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
7867
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
6757
7868
|
# resp.kms_key_arn #=> String
|
|
6758
7869
|
# resp.interceptor_configurations #=> Array
|
|
6759
7870
|
# resp.interceptor_configurations[0].interceptor.lambda.arn #=> String
|
|
@@ -6899,6 +8010,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6899
8010
|
# },
|
|
6900
8011
|
# inline_payload: "InlinePayload",
|
|
6901
8012
|
# },
|
|
8013
|
+
# resource_priority: 1,
|
|
6902
8014
|
# listing_mode: "DEFAULT", # accepts DEFAULT, DYNAMIC
|
|
6903
8015
|
# },
|
|
6904
8016
|
# api_gateway: {
|
|
@@ -6958,7 +8070,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6958
8070
|
# self_managed_lattice_resource: {
|
|
6959
8071
|
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
6960
8072
|
# },
|
|
6961
|
-
#
|
|
8073
|
+
# managed_vpc_resource: {
|
|
6962
8074
|
# vpc_identifier: "VpcIdentifier", # required
|
|
6963
8075
|
# subnet_ids: ["SubnetId"], # required
|
|
6964
8076
|
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
@@ -7012,6 +8124,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
7012
8124
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.uri #=> String
|
|
7013
8125
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.s3.bucket_owner_account_id #=> String
|
|
7014
8126
|
# resp.target_configuration.mcp.mcp_server.mcp_tool_schema.inline_payload #=> String
|
|
8127
|
+
# resp.target_configuration.mcp.mcp_server.resource_priority #=> Integer
|
|
7015
8128
|
# resp.target_configuration.mcp.mcp_server.listing_mode #=> String, one of "DEFAULT", "DYNAMIC"
|
|
7016
8129
|
# resp.target_configuration.mcp.api_gateway.rest_api_id #=> String
|
|
7017
8130
|
# resp.target_configuration.mcp.api_gateway.stage #=> String
|
|
@@ -7047,15 +8160,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
7047
8160
|
# resp.metadata_configuration.allowed_response_headers #=> Array
|
|
7048
8161
|
# resp.metadata_configuration.allowed_response_headers[0] #=> String
|
|
7049
8162
|
# resp.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
7050
|
-
# resp.private_endpoint.
|
|
7051
|
-
# resp.private_endpoint.
|
|
7052
|
-
# resp.private_endpoint.
|
|
7053
|
-
# resp.private_endpoint.
|
|
7054
|
-
# resp.private_endpoint.
|
|
7055
|
-
# resp.private_endpoint.
|
|
7056
|
-
# resp.private_endpoint.
|
|
7057
|
-
# resp.private_endpoint.
|
|
7058
|
-
# resp.private_endpoint.
|
|
8163
|
+
# resp.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
8164
|
+
# resp.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
8165
|
+
# resp.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
8166
|
+
# resp.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
8167
|
+
# resp.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
8168
|
+
# resp.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
8169
|
+
# resp.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
8170
|
+
# resp.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
8171
|
+
# resp.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
7059
8172
|
# resp.private_endpoint_managed_resources #=> Array
|
|
7060
8173
|
# resp.private_endpoint_managed_resources[0].domain #=> String
|
|
7061
8174
|
# resp.private_endpoint_managed_resources[0].resource_gateway_arn #=> String
|
|
@@ -7072,6 +8185,420 @@ module Aws::BedrockAgentCoreControl
|
|
|
7072
8185
|
req.send_request(options)
|
|
7073
8186
|
end
|
|
7074
8187
|
|
|
8188
|
+
# Operation to update a Harness.
|
|
8189
|
+
#
|
|
8190
|
+
# @option params [required, String] :harness_id
|
|
8191
|
+
# The ID of the harness to update.
|
|
8192
|
+
#
|
|
8193
|
+
# @option params [String] :client_token
|
|
8194
|
+
# A unique, case-sensitive identifier to ensure idempotency of the
|
|
8195
|
+
# request.
|
|
8196
|
+
#
|
|
8197
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
8198
|
+
# not need to pass this option.**
|
|
8199
|
+
#
|
|
8200
|
+
# @option params [String] :execution_role_arn
|
|
8201
|
+
# The ARN of the IAM role that the harness assumes when running. If not
|
|
8202
|
+
# specified, the existing value is retained.
|
|
8203
|
+
#
|
|
8204
|
+
# @option params [Types::HarnessEnvironmentProviderRequest] :environment
|
|
8205
|
+
# The compute environment configuration for the harness. If not
|
|
8206
|
+
# specified, the existing value is retained.
|
|
8207
|
+
#
|
|
8208
|
+
# @option params [Types::UpdatedHarnessEnvironmentArtifact] :environment_artifact
|
|
8209
|
+
# The environment artifact for the harness. Use the optionalValue
|
|
8210
|
+
# wrapper to set a new value, or set it to null to clear the existing
|
|
8211
|
+
# configuration.
|
|
8212
|
+
#
|
|
8213
|
+
# @option params [Hash<String,String>] :environment_variables
|
|
8214
|
+
# Environment variables to set in the harness runtime environment. If
|
|
8215
|
+
# specified, this replaces all existing environment variables. If not
|
|
8216
|
+
# specified, the existing value is retained.
|
|
8217
|
+
#
|
|
8218
|
+
# @option params [Types::UpdatedAuthorizerConfiguration] :authorizer_configuration
|
|
8219
|
+
# Wrapper for updating an optional AuthorizerConfiguration field with
|
|
8220
|
+
# PATCH semantics. When present in an update request, the authorizer
|
|
8221
|
+
# configuration is replaced with optionalValue. When absent, the
|
|
8222
|
+
# authorizer configuration is left unchanged. To unset, include the
|
|
8223
|
+
# wrapper with optionalValue not specified.
|
|
8224
|
+
#
|
|
8225
|
+
# @option params [Types::HarnessModelConfiguration] :model
|
|
8226
|
+
# The model configuration for the harness. If not specified, the
|
|
8227
|
+
# existing value is retained.
|
|
8228
|
+
#
|
|
8229
|
+
# @option params [Array<Types::HarnessSystemContentBlock>] :system_prompt
|
|
8230
|
+
# The system prompt that defines the agent's behavior. If not
|
|
8231
|
+
# specified, the existing value is retained.
|
|
8232
|
+
#
|
|
8233
|
+
# @option params [Array<Types::HarnessTool>] :tools
|
|
8234
|
+
# The tools available to the agent. If specified, this replaces all
|
|
8235
|
+
# existing tools. If not specified, the existing value is retained.
|
|
8236
|
+
#
|
|
8237
|
+
# @option params [Array<Types::HarnessSkill>] :skills
|
|
8238
|
+
# The skills available to the agent. If specified, this replaces all
|
|
8239
|
+
# existing skills. If not specified, the existing value is retained.
|
|
8240
|
+
#
|
|
8241
|
+
# @option params [Array<String>] :allowed_tools
|
|
8242
|
+
# The tools that the agent is allowed to use. If specified, this
|
|
8243
|
+
# replaces all existing allowed tools. If not specified, the existing
|
|
8244
|
+
# value is retained.
|
|
8245
|
+
#
|
|
8246
|
+
# @option params [Types::UpdatedHarnessMemoryConfiguration] :memory
|
|
8247
|
+
# The AgentCore Memory configuration. Use the optionalValue wrapper to
|
|
8248
|
+
# set a new value, or set it to null to clear the existing
|
|
8249
|
+
# configuration.
|
|
8250
|
+
#
|
|
8251
|
+
# @option params [Types::HarnessTruncationConfiguration] :truncation
|
|
8252
|
+
# The truncation configuration for managing conversation context. If not
|
|
8253
|
+
# specified, the existing value is retained.
|
|
8254
|
+
#
|
|
8255
|
+
# @option params [Integer] :max_iterations
|
|
8256
|
+
# The maximum number of iterations the agent loop can execute per
|
|
8257
|
+
# invocation. If not specified, the existing value is retained.
|
|
8258
|
+
#
|
|
8259
|
+
# @option params [Integer] :max_tokens
|
|
8260
|
+
# The maximum number of tokens the agent can generate per iteration. If
|
|
8261
|
+
# not specified, the existing value is retained.
|
|
8262
|
+
#
|
|
8263
|
+
# @option params [Integer] :timeout_seconds
|
|
8264
|
+
# The maximum duration in seconds for the agent loop execution per
|
|
8265
|
+
# invocation. If not specified, the existing value is retained.
|
|
8266
|
+
#
|
|
8267
|
+
# @return [Types::UpdateHarnessResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8268
|
+
#
|
|
8269
|
+
# * {Types::UpdateHarnessResponse#harness #harness} => Types::Harness
|
|
8270
|
+
#
|
|
8271
|
+
# @example Request syntax with placeholder values
|
|
8272
|
+
#
|
|
8273
|
+
# resp = client.update_harness({
|
|
8274
|
+
# harness_id: "HarnessId", # required
|
|
8275
|
+
# client_token: "ClientToken",
|
|
8276
|
+
# execution_role_arn: "RoleArn",
|
|
8277
|
+
# environment: {
|
|
8278
|
+
# agent_core_runtime_environment: {
|
|
8279
|
+
# lifecycle_configuration: {
|
|
8280
|
+
# idle_runtime_session_timeout: 1,
|
|
8281
|
+
# max_lifetime: 1,
|
|
8282
|
+
# },
|
|
8283
|
+
# network_configuration: {
|
|
8284
|
+
# network_mode: "PUBLIC", # required, accepts PUBLIC, VPC
|
|
8285
|
+
# network_mode_config: {
|
|
8286
|
+
# security_groups: ["SecurityGroupId"], # required
|
|
8287
|
+
# subnets: ["SubnetId"], # required
|
|
8288
|
+
# },
|
|
8289
|
+
# },
|
|
8290
|
+
# filesystem_configurations: [
|
|
8291
|
+
# {
|
|
8292
|
+
# session_storage: {
|
|
8293
|
+
# mount_path: "MountPath", # required
|
|
8294
|
+
# },
|
|
8295
|
+
# },
|
|
8296
|
+
# ],
|
|
8297
|
+
# },
|
|
8298
|
+
# },
|
|
8299
|
+
# environment_artifact: {
|
|
8300
|
+
# optional_value: {
|
|
8301
|
+
# container_configuration: {
|
|
8302
|
+
# container_uri: "RuntimeContainerUri", # required
|
|
8303
|
+
# },
|
|
8304
|
+
# },
|
|
8305
|
+
# },
|
|
8306
|
+
# environment_variables: {
|
|
8307
|
+
# "EnvironmentVariableKey" => "EnvironmentVariableValue",
|
|
8308
|
+
# },
|
|
8309
|
+
# authorizer_configuration: {
|
|
8310
|
+
# optional_value: {
|
|
8311
|
+
# custom_jwt_authorizer: {
|
|
8312
|
+
# discovery_url: "DiscoveryUrl", # required
|
|
8313
|
+
# allowed_audience: ["AllowedAudience"],
|
|
8314
|
+
# allowed_clients: ["AllowedClient"],
|
|
8315
|
+
# allowed_scopes: ["AllowedScopeType"],
|
|
8316
|
+
# custom_claims: [
|
|
8317
|
+
# {
|
|
8318
|
+
# inbound_token_claim_name: "InboundTokenClaimNameType", # required
|
|
8319
|
+
# inbound_token_claim_value_type: "STRING", # required, accepts STRING, STRING_ARRAY
|
|
8320
|
+
# authorizing_claim_match_value: { # required
|
|
8321
|
+
# claim_match_value: { # required
|
|
8322
|
+
# match_value_string: "MatchValueString",
|
|
8323
|
+
# match_value_string_list: ["MatchValueString"],
|
|
8324
|
+
# },
|
|
8325
|
+
# claim_match_operator: "EQUALS", # required, accepts EQUALS, CONTAINS, CONTAINS_ANY
|
|
8326
|
+
# },
|
|
8327
|
+
# },
|
|
8328
|
+
# ],
|
|
8329
|
+
# private_endpoint: {
|
|
8330
|
+
# self_managed_lattice_resource: {
|
|
8331
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
8332
|
+
# },
|
|
8333
|
+
# managed_vpc_resource: {
|
|
8334
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
8335
|
+
# subnet_ids: ["SubnetId"], # required
|
|
8336
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
8337
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
8338
|
+
# tags: {
|
|
8339
|
+
# "TagKey" => "TagValue",
|
|
8340
|
+
# },
|
|
8341
|
+
# routing_domain: "RoutingDomain",
|
|
8342
|
+
# },
|
|
8343
|
+
# },
|
|
8344
|
+
# private_endpoint_overrides: [
|
|
8345
|
+
# {
|
|
8346
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
8347
|
+
# private_endpoint: { # required
|
|
8348
|
+
# self_managed_lattice_resource: {
|
|
8349
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
8350
|
+
# },
|
|
8351
|
+
# managed_vpc_resource: {
|
|
8352
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
8353
|
+
# subnet_ids: ["SubnetId"], # required
|
|
8354
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
8355
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
8356
|
+
# tags: {
|
|
8357
|
+
# "TagKey" => "TagValue",
|
|
8358
|
+
# },
|
|
8359
|
+
# routing_domain: "RoutingDomain",
|
|
8360
|
+
# },
|
|
8361
|
+
# },
|
|
8362
|
+
# },
|
|
8363
|
+
# ],
|
|
8364
|
+
# },
|
|
8365
|
+
# },
|
|
8366
|
+
# },
|
|
8367
|
+
# model: {
|
|
8368
|
+
# bedrock_model_config: {
|
|
8369
|
+
# model_id: "ModelId", # required
|
|
8370
|
+
# max_tokens: 1,
|
|
8371
|
+
# temperature: 1.0,
|
|
8372
|
+
# top_p: 1.0,
|
|
8373
|
+
# },
|
|
8374
|
+
# open_ai_model_config: {
|
|
8375
|
+
# model_id: "ModelId", # required
|
|
8376
|
+
# api_key_arn: "ApiKeyArn", # required
|
|
8377
|
+
# max_tokens: 1,
|
|
8378
|
+
# temperature: 1.0,
|
|
8379
|
+
# top_p: 1.0,
|
|
8380
|
+
# },
|
|
8381
|
+
# gemini_model_config: {
|
|
8382
|
+
# model_id: "ModelId", # required
|
|
8383
|
+
# api_key_arn: "ApiKeyArn", # required
|
|
8384
|
+
# max_tokens: 1,
|
|
8385
|
+
# temperature: 1.0,
|
|
8386
|
+
# top_p: 1.0,
|
|
8387
|
+
# top_k: 1,
|
|
8388
|
+
# },
|
|
8389
|
+
# },
|
|
8390
|
+
# system_prompt: [
|
|
8391
|
+
# {
|
|
8392
|
+
# text: "SensitiveText",
|
|
8393
|
+
# },
|
|
8394
|
+
# ],
|
|
8395
|
+
# tools: [
|
|
8396
|
+
# {
|
|
8397
|
+
# type: "remote_mcp", # required, accepts remote_mcp, agentcore_browser, agentcore_gateway, inline_function, agentcore_code_interpreter
|
|
8398
|
+
# name: "HarnessToolName",
|
|
8399
|
+
# config: {
|
|
8400
|
+
# remote_mcp: {
|
|
8401
|
+
# url: "HarnessRemoteMcpUrl", # required
|
|
8402
|
+
# headers: {
|
|
8403
|
+
# "HttpHeaderKey" => "HttpHeaderValue",
|
|
8404
|
+
# },
|
|
8405
|
+
# },
|
|
8406
|
+
# agent_core_browser: {
|
|
8407
|
+
# browser_arn: "BrowserArn",
|
|
8408
|
+
# },
|
|
8409
|
+
# agent_core_gateway: {
|
|
8410
|
+
# gateway_arn: "GatewayArn", # required
|
|
8411
|
+
# outbound_auth: {
|
|
8412
|
+
# aws_iam: {
|
|
8413
|
+
# },
|
|
8414
|
+
# none: {
|
|
8415
|
+
# },
|
|
8416
|
+
# oauth: {
|
|
8417
|
+
# provider_arn: "OAuthCredentialProviderArn", # required
|
|
8418
|
+
# scopes: ["OAuthScope"], # required
|
|
8419
|
+
# custom_parameters: {
|
|
8420
|
+
# "OAuthCustomParametersKey" => "OAuthCustomParametersValue",
|
|
8421
|
+
# },
|
|
8422
|
+
# grant_type: "CLIENT_CREDENTIALS", # accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
|
8423
|
+
# default_return_url: "OAuthDefaultReturnUrl",
|
|
8424
|
+
# },
|
|
8425
|
+
# },
|
|
8426
|
+
# },
|
|
8427
|
+
# inline_function: {
|
|
8428
|
+
# description: "HarnessInlineFunctionDescription", # required
|
|
8429
|
+
# input_schema: { # required
|
|
8430
|
+
# },
|
|
8431
|
+
# },
|
|
8432
|
+
# agent_core_code_interpreter: {
|
|
8433
|
+
# code_interpreter_arn: "CodeInterpreterArn",
|
|
8434
|
+
# },
|
|
8435
|
+
# },
|
|
8436
|
+
# },
|
|
8437
|
+
# ],
|
|
8438
|
+
# skills: [
|
|
8439
|
+
# {
|
|
8440
|
+
# path: "HarnessSkillPath",
|
|
8441
|
+
# },
|
|
8442
|
+
# ],
|
|
8443
|
+
# allowed_tools: ["HarnessAllowedTool"],
|
|
8444
|
+
# memory: {
|
|
8445
|
+
# optional_value: {
|
|
8446
|
+
# agent_core_memory_configuration: {
|
|
8447
|
+
# arn: "MemoryArn", # required
|
|
8448
|
+
# actor_id: "String",
|
|
8449
|
+
# messages_count: 1,
|
|
8450
|
+
# retrieval_config: {
|
|
8451
|
+
# "String" => {
|
|
8452
|
+
# top_k: 1,
|
|
8453
|
+
# relevance_score: 1.0,
|
|
8454
|
+
# strategy_id: "String",
|
|
8455
|
+
# },
|
|
8456
|
+
# },
|
|
8457
|
+
# },
|
|
8458
|
+
# },
|
|
8459
|
+
# },
|
|
8460
|
+
# truncation: {
|
|
8461
|
+
# strategy: "sliding_window", # required, accepts sliding_window, summarization, none
|
|
8462
|
+
# config: {
|
|
8463
|
+
# sliding_window: {
|
|
8464
|
+
# messages_count: 1,
|
|
8465
|
+
# },
|
|
8466
|
+
# summarization: {
|
|
8467
|
+
# summary_ratio: 1.0,
|
|
8468
|
+
# preserve_recent_messages: 1,
|
|
8469
|
+
# summarization_system_prompt: "String",
|
|
8470
|
+
# },
|
|
8471
|
+
# },
|
|
8472
|
+
# },
|
|
8473
|
+
# max_iterations: 1,
|
|
8474
|
+
# max_tokens: 1,
|
|
8475
|
+
# timeout_seconds: 1,
|
|
8476
|
+
# })
|
|
8477
|
+
#
|
|
8478
|
+
# @example Response structure
|
|
8479
|
+
#
|
|
8480
|
+
# resp.harness.harness_id #=> String
|
|
8481
|
+
# resp.harness.harness_name #=> String
|
|
8482
|
+
# resp.harness.arn #=> String
|
|
8483
|
+
# resp.harness.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
8484
|
+
# resp.harness.execution_role_arn #=> String
|
|
8485
|
+
# resp.harness.created_at #=> Time
|
|
8486
|
+
# resp.harness.updated_at #=> Time
|
|
8487
|
+
# resp.harness.model.bedrock_model_config.model_id #=> String
|
|
8488
|
+
# resp.harness.model.bedrock_model_config.max_tokens #=> Integer
|
|
8489
|
+
# resp.harness.model.bedrock_model_config.temperature #=> Float
|
|
8490
|
+
# resp.harness.model.bedrock_model_config.top_p #=> Float
|
|
8491
|
+
# resp.harness.model.open_ai_model_config.model_id #=> String
|
|
8492
|
+
# resp.harness.model.open_ai_model_config.api_key_arn #=> String
|
|
8493
|
+
# resp.harness.model.open_ai_model_config.max_tokens #=> Integer
|
|
8494
|
+
# resp.harness.model.open_ai_model_config.temperature #=> Float
|
|
8495
|
+
# resp.harness.model.open_ai_model_config.top_p #=> Float
|
|
8496
|
+
# resp.harness.model.gemini_model_config.model_id #=> String
|
|
8497
|
+
# resp.harness.model.gemini_model_config.api_key_arn #=> String
|
|
8498
|
+
# resp.harness.model.gemini_model_config.max_tokens #=> Integer
|
|
8499
|
+
# resp.harness.model.gemini_model_config.temperature #=> Float
|
|
8500
|
+
# resp.harness.model.gemini_model_config.top_p #=> Float
|
|
8501
|
+
# resp.harness.model.gemini_model_config.top_k #=> Integer
|
|
8502
|
+
# resp.harness.system_prompt #=> Array
|
|
8503
|
+
# resp.harness.system_prompt[0].text #=> String
|
|
8504
|
+
# resp.harness.tools #=> Array
|
|
8505
|
+
# resp.harness.tools[0].type #=> String, one of "remote_mcp", "agentcore_browser", "agentcore_gateway", "inline_function", "agentcore_code_interpreter"
|
|
8506
|
+
# resp.harness.tools[0].name #=> String
|
|
8507
|
+
# resp.harness.tools[0].config.remote_mcp.url #=> String
|
|
8508
|
+
# resp.harness.tools[0].config.remote_mcp.headers #=> Hash
|
|
8509
|
+
# resp.harness.tools[0].config.remote_mcp.headers["HttpHeaderKey"] #=> String
|
|
8510
|
+
# resp.harness.tools[0].config.agent_core_browser.browser_arn #=> String
|
|
8511
|
+
# resp.harness.tools[0].config.agent_core_gateway.gateway_arn #=> String
|
|
8512
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.provider_arn #=> String
|
|
8513
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes #=> Array
|
|
8514
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.scopes[0] #=> String
|
|
8515
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters #=> Hash
|
|
8516
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.custom_parameters["OAuthCustomParametersKey"] #=> String
|
|
8517
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.grant_type #=> String, one of "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE"
|
|
8518
|
+
# resp.harness.tools[0].config.agent_core_gateway.outbound_auth.oauth.default_return_url #=> String
|
|
8519
|
+
# resp.harness.tools[0].config.inline_function.description #=> String
|
|
8520
|
+
# resp.harness.tools[0].config.agent_core_code_interpreter.code_interpreter_arn #=> String
|
|
8521
|
+
# resp.harness.skills #=> Array
|
|
8522
|
+
# resp.harness.skills[0].path #=> String
|
|
8523
|
+
# resp.harness.allowed_tools #=> Array
|
|
8524
|
+
# resp.harness.allowed_tools[0] #=> String
|
|
8525
|
+
# resp.harness.truncation.strategy #=> String, one of "sliding_window", "summarization", "none"
|
|
8526
|
+
# resp.harness.truncation.config.sliding_window.messages_count #=> Integer
|
|
8527
|
+
# resp.harness.truncation.config.summarization.summary_ratio #=> Float
|
|
8528
|
+
# resp.harness.truncation.config.summarization.preserve_recent_messages #=> Integer
|
|
8529
|
+
# resp.harness.truncation.config.summarization.summarization_system_prompt #=> String
|
|
8530
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_arn #=> String
|
|
8531
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_name #=> String
|
|
8532
|
+
# resp.harness.environment.agent_core_runtime_environment.agent_runtime_id #=> String
|
|
8533
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.idle_runtime_session_timeout #=> Integer
|
|
8534
|
+
# resp.harness.environment.agent_core_runtime_environment.lifecycle_configuration.max_lifetime #=> Integer
|
|
8535
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
|
8536
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups #=> Array
|
|
8537
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.security_groups[0] #=> String
|
|
8538
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets #=> Array
|
|
8539
|
+
# resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
|
|
8540
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
|
|
8541
|
+
# resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
|
|
8542
|
+
# resp.harness.environment_artifact.container_configuration.container_uri #=> String
|
|
8543
|
+
# resp.harness.environment_variables #=> Hash
|
|
8544
|
+
# resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
|
|
8545
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.discovery_url #=> String
|
|
8546
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience #=> Array
|
|
8547
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
|
|
8548
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
|
|
8549
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
|
|
8550
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes #=> Array
|
|
8551
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.allowed_scopes[0] #=> String
|
|
8552
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims #=> Array
|
|
8553
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_name #=> String
|
|
8554
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].inbound_token_claim_value_type #=> String, one of "STRING", "STRING_ARRAY"
|
|
8555
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string #=> String
|
|
8556
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
8557
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
8558
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
8559
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
8560
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
8561
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
8562
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
8563
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
8564
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
8565
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
8566
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
8567
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
8568
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
8569
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
8570
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
8571
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
8572
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
8573
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
8574
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
8575
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
8576
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
8577
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
8578
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
8579
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
8580
|
+
# resp.harness.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
8581
|
+
# resp.harness.memory.agent_core_memory_configuration.arn #=> String
|
|
8582
|
+
# resp.harness.memory.agent_core_memory_configuration.actor_id #=> String
|
|
8583
|
+
# resp.harness.memory.agent_core_memory_configuration.messages_count #=> Integer
|
|
8584
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config #=> Hash
|
|
8585
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].top_k #=> Integer
|
|
8586
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].relevance_score #=> Float
|
|
8587
|
+
# resp.harness.memory.agent_core_memory_configuration.retrieval_config["String"].strategy_id #=> String
|
|
8588
|
+
# resp.harness.max_iterations #=> Integer
|
|
8589
|
+
# resp.harness.max_tokens #=> Integer
|
|
8590
|
+
# resp.harness.timeout_seconds #=> Integer
|
|
8591
|
+
# resp.harness.failure_reason #=> String
|
|
8592
|
+
#
|
|
8593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateHarness AWS API Documentation
|
|
8594
|
+
#
|
|
8595
|
+
# @overload update_harness(params = {})
|
|
8596
|
+
# @param [Hash] params ({})
|
|
8597
|
+
def update_harness(params = {}, options = {})
|
|
8598
|
+
req = build_request(:update_harness, params)
|
|
8599
|
+
req.send_request(options)
|
|
8600
|
+
end
|
|
8601
|
+
|
|
7075
8602
|
# Update an Amazon Bedrock AgentCore Memory resource memory.
|
|
7076
8603
|
#
|
|
7077
8604
|
# @option params [String] :client_token
|
|
@@ -7413,6 +8940,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
7413
8940
|
# * {Types::UpdateOauth2CredentialProviderResponse#oauth2_provider_config_output #oauth2_provider_config_output} => Types::Oauth2ProviderConfigOutput
|
|
7414
8941
|
# * {Types::UpdateOauth2CredentialProviderResponse#created_time #created_time} => Time
|
|
7415
8942
|
# * {Types::UpdateOauth2CredentialProviderResponse#last_updated_time #last_updated_time} => Time
|
|
8943
|
+
# * {Types::UpdateOauth2CredentialProviderResponse#status #status} => String
|
|
7416
8944
|
#
|
|
7417
8945
|
# @example Request syntax with placeholder values
|
|
7418
8946
|
#
|
|
@@ -7433,6 +8961,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
7433
8961
|
# },
|
|
7434
8962
|
# client_id: "ClientIdType", # required
|
|
7435
8963
|
# client_secret: "ClientSecretType", # required
|
|
8964
|
+
# private_endpoint: {
|
|
8965
|
+
# self_managed_lattice_resource: {
|
|
8966
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
8967
|
+
# },
|
|
8968
|
+
# managed_vpc_resource: {
|
|
8969
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
8970
|
+
# subnet_ids: ["SubnetId"], # required
|
|
8971
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
8972
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
8973
|
+
# tags: {
|
|
8974
|
+
# "TagKey" => "TagValue",
|
|
8975
|
+
# },
|
|
8976
|
+
# routing_domain: "RoutingDomain",
|
|
8977
|
+
# },
|
|
8978
|
+
# },
|
|
8979
|
+
# private_endpoint_overrides: [
|
|
8980
|
+
# {
|
|
8981
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
8982
|
+
# private_endpoint: { # required
|
|
8983
|
+
# self_managed_lattice_resource: {
|
|
8984
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
8985
|
+
# },
|
|
8986
|
+
# managed_vpc_resource: {
|
|
8987
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
8988
|
+
# subnet_ids: ["SubnetId"], # required
|
|
8989
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
8990
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
8991
|
+
# tags: {
|
|
8992
|
+
# "TagKey" => "TagValue",
|
|
8993
|
+
# },
|
|
8994
|
+
# routing_domain: "RoutingDomain",
|
|
8995
|
+
# },
|
|
8996
|
+
# },
|
|
8997
|
+
# },
|
|
8998
|
+
# ],
|
|
7436
8999
|
# },
|
|
7437
9000
|
# google_oauth_2_provider_config: {
|
|
7438
9001
|
# client_id: "ClientIdType", # required
|
|
@@ -7489,6 +9052,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
7489
9052
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods #=> Array
|
|
7490
9053
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.token_endpoint_auth_methods[0] #=> String
|
|
7491
9054
|
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.client_id #=> String
|
|
9055
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
9056
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
9057
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
9058
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
9059
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
9060
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
9061
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
9062
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
9063
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
9064
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
9065
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides #=> Array
|
|
9066
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].domain #=> String
|
|
9067
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
9068
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
9069
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
9070
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
9071
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
9072
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
9073
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
9074
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
9075
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
9076
|
+
# resp.oauth2_provider_config_output.custom_oauth_2_provider_config.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
7492
9077
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.discovery_url #=> String
|
|
7493
9078
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.issuer #=> String
|
|
7494
9079
|
# resp.oauth2_provider_config_output.google_oauth_2_provider_config.oauth_discovery.authorization_server_metadata.authorization_endpoint #=> String
|
|
@@ -7563,6 +9148,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
7563
9148
|
# resp.oauth2_provider_config_output.included_oauth_2_provider_config.client_id #=> String
|
|
7564
9149
|
# resp.created_time #=> Time
|
|
7565
9150
|
# resp.last_updated_time #=> Time
|
|
9151
|
+
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING", "DELETE_FAILED"
|
|
7566
9152
|
#
|
|
7567
9153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateOauth2CredentialProvider AWS API Documentation
|
|
7568
9154
|
#
|
|
@@ -7671,7 +9257,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
7671
9257
|
# resp.online_evaluation_config_arn #=> String
|
|
7672
9258
|
# resp.online_evaluation_config_id #=> String
|
|
7673
9259
|
# resp.updated_at #=> Time
|
|
7674
|
-
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING"
|
|
9260
|
+
# resp.status #=> String, one of "ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "ERROR"
|
|
7675
9261
|
# resp.execution_status #=> String, one of "ENABLED", "DISABLED"
|
|
7676
9262
|
# resp.failure_reason #=> String
|
|
7677
9263
|
#
|
|
@@ -7901,6 +9487,41 @@ module Aws::BedrockAgentCoreControl
|
|
|
7901
9487
|
# },
|
|
7902
9488
|
# },
|
|
7903
9489
|
# ],
|
|
9490
|
+
# private_endpoint: {
|
|
9491
|
+
# self_managed_lattice_resource: {
|
|
9492
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
9493
|
+
# },
|
|
9494
|
+
# managed_vpc_resource: {
|
|
9495
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
9496
|
+
# subnet_ids: ["SubnetId"], # required
|
|
9497
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
9498
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
9499
|
+
# tags: {
|
|
9500
|
+
# "TagKey" => "TagValue",
|
|
9501
|
+
# },
|
|
9502
|
+
# routing_domain: "RoutingDomain",
|
|
9503
|
+
# },
|
|
9504
|
+
# },
|
|
9505
|
+
# private_endpoint_overrides: [
|
|
9506
|
+
# {
|
|
9507
|
+
# domain: "PrivateEndpointOverrideDomain", # required
|
|
9508
|
+
# private_endpoint: { # required
|
|
9509
|
+
# self_managed_lattice_resource: {
|
|
9510
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
|
9511
|
+
# },
|
|
9512
|
+
# managed_vpc_resource: {
|
|
9513
|
+
# vpc_identifier: "VpcIdentifier", # required
|
|
9514
|
+
# subnet_ids: ["SubnetId"], # required
|
|
9515
|
+
# endpoint_ip_address_type: "IPV4", # required, accepts IPV4, IPV6
|
|
9516
|
+
# security_group_ids: ["SecurityGroupIdentifier"],
|
|
9517
|
+
# tags: {
|
|
9518
|
+
# "TagKey" => "TagValue",
|
|
9519
|
+
# },
|
|
9520
|
+
# routing_domain: "RoutingDomain",
|
|
9521
|
+
# },
|
|
9522
|
+
# },
|
|
9523
|
+
# },
|
|
9524
|
+
# ],
|
|
7904
9525
|
# },
|
|
7905
9526
|
# },
|
|
7906
9527
|
# },
|
|
@@ -7932,6 +9553,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
7932
9553
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list #=> Array
|
|
7933
9554
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_value.match_value_string_list[0] #=> String
|
|
7934
9555
|
# resp.authorizer_configuration.custom_jwt_authorizer.custom_claims[0].authorizing_claim_match_value.claim_match_operator #=> String, one of "EQUALS", "CONTAINS", "CONTAINS_ANY"
|
|
9556
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
9557
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
9558
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
9559
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
9560
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
9561
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
9562
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
9563
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
9564
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
9565
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
9566
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides #=> Array
|
|
9567
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].domain #=> String
|
|
9568
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.self_managed_lattice_resource.resource_configuration_identifier #=> String
|
|
9569
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.vpc_identifier #=> String
|
|
9570
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids #=> Array
|
|
9571
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.subnet_ids[0] #=> String
|
|
9572
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.endpoint_ip_address_type #=> String, one of "IPV4", "IPV6"
|
|
9573
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids #=> Array
|
|
9574
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.security_group_ids[0] #=> String
|
|
9575
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags #=> Hash
|
|
9576
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.tags["TagKey"] #=> String
|
|
9577
|
+
# resp.authorizer_configuration.custom_jwt_authorizer.private_endpoint_overrides[0].private_endpoint.managed_vpc_resource.routing_domain #=> String
|
|
7935
9578
|
# resp.approval_configuration.auto_approval #=> Boolean
|
|
7936
9579
|
# resp.status #=> String, one of "CREATING", "READY", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"
|
|
7937
9580
|
# resp.status_reason #=> String
|
|
@@ -8263,7 +9906,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
8263
9906
|
tracer: tracer
|
|
8264
9907
|
)
|
|
8265
9908
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
|
8266
|
-
context[:gem_version] = '1.
|
|
9909
|
+
context[:gem_version] = '1.40.0'
|
|
8267
9910
|
Seahorse::Client::Request.new(handlers, context)
|
|
8268
9911
|
end
|
|
8269
9912
|
|