aws-sdk-bedrockagentcorecontrol 1.3.0 → 1.5.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 +306 -121
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +161 -51
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +472 -248
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +71 -12
- data/sig/types.rbs +71 -14
- metadata +3 -3
@@ -476,22 +476,22 @@ module Aws::BedrockAgentCoreControl
|
|
476
476
|
|
477
477
|
# @!group API Operations
|
478
478
|
|
479
|
-
# Creates an Amazon
|
479
|
+
# Creates an Amazon Bedrock AgentCore Runtime.
|
480
480
|
#
|
481
481
|
# @option params [required, String] :agent_runtime_name
|
482
|
-
# The name of the
|
482
|
+
# The name of the AgentCore Runtime.
|
483
483
|
#
|
484
484
|
# @option params [String] :description
|
485
|
-
# The description of the
|
485
|
+
# The description of the AgentCore Runtime.
|
486
486
|
#
|
487
|
-
# @option params [required, Types::
|
488
|
-
# The artifact of the
|
487
|
+
# @option params [required, Types::AgentRuntimeArtifact] :agent_runtime_artifact
|
488
|
+
# The artifact of the AgentCore Runtime.
|
489
489
|
#
|
490
490
|
# @option params [required, String] :role_arn
|
491
|
-
# The IAM role ARN that provides permissions for the
|
491
|
+
# The IAM role ARN that provides permissions for the AgentCore Runtime.
|
492
492
|
#
|
493
493
|
# @option params [required, Types::NetworkConfiguration] :network_configuration
|
494
|
-
# The network configuration for the
|
494
|
+
# The network configuration for the AgentCore Runtime.
|
495
495
|
#
|
496
496
|
# @option params [Types::ProtocolConfiguration] :protocol_configuration
|
497
497
|
# The protocol configuration for an agent runtime. This structure
|
@@ -505,10 +505,19 @@ module Aws::BedrockAgentCoreControl
|
|
505
505
|
# not need to pass this option.**
|
506
506
|
#
|
507
507
|
# @option params [Hash<String,String>] :environment_variables
|
508
|
-
# Environment variables to set in the
|
508
|
+
# Environment variables to set in the AgentCore Runtime environment.
|
509
509
|
#
|
510
510
|
# @option params [Types::AuthorizerConfiguration] :authorizer_configuration
|
511
|
-
# The authorizer configuration for the
|
511
|
+
# The authorizer configuration for the AgentCore Runtime.
|
512
|
+
#
|
513
|
+
# @option params [Types::RequestHeaderConfiguration] :request_header_configuration
|
514
|
+
# Configuration for HTTP request headers that will be passed through to
|
515
|
+
# the runtime.
|
516
|
+
#
|
517
|
+
# @option params [Hash<String,String>] :tags
|
518
|
+
# A map of tag keys and values to assign to the agent runtime. Tags
|
519
|
+
# enable you to categorize your resources in different ways, for
|
520
|
+
# example, by purpose, owner, or environment.
|
512
521
|
#
|
513
522
|
# @return [Types::CreateAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
514
523
|
#
|
@@ -531,7 +540,11 @@ module Aws::BedrockAgentCoreControl
|
|
531
540
|
# },
|
532
541
|
# role_arn: "RoleArn", # required
|
533
542
|
# network_configuration: { # required
|
534
|
-
# network_mode: "PUBLIC", # required, accepts PUBLIC
|
543
|
+
# network_mode: "PUBLIC", # required, accepts PUBLIC, VPC
|
544
|
+
# network_mode_config: {
|
545
|
+
# security_groups: ["SecurityGroupId"], # required
|
546
|
+
# subnets: ["SubnetId"], # required
|
547
|
+
# },
|
535
548
|
# },
|
536
549
|
# protocol_configuration: {
|
537
550
|
# server_protocol: "MCP", # required, accepts MCP, HTTP
|
@@ -547,6 +560,12 @@ module Aws::BedrockAgentCoreControl
|
|
547
560
|
# allowed_clients: ["AllowedClient"],
|
548
561
|
# },
|
549
562
|
# },
|
563
|
+
# request_header_configuration: {
|
564
|
+
# request_header_allowlist: ["HeaderName"],
|
565
|
+
# },
|
566
|
+
# tags: {
|
567
|
+
# "TagKey" => "TagValue",
|
568
|
+
# },
|
550
569
|
# })
|
551
570
|
#
|
552
571
|
# @example Response structure
|
@@ -567,19 +586,20 @@ module Aws::BedrockAgentCoreControl
|
|
567
586
|
req.send_request(options)
|
568
587
|
end
|
569
588
|
|
570
|
-
# Creates an
|
589
|
+
# Creates an AgentCore Runtime endpoint.
|
571
590
|
#
|
572
591
|
# @option params [required, String] :agent_runtime_id
|
573
|
-
# The unique identifier of the
|
592
|
+
# The unique identifier of the AgentCore Runtime to create an endpoint
|
593
|
+
# for.
|
574
594
|
#
|
575
595
|
# @option params [required, String] :name
|
576
|
-
# The name of the
|
596
|
+
# The name of the AgentCore Runtime endpoint.
|
577
597
|
#
|
578
598
|
# @option params [String] :agent_runtime_version
|
579
|
-
# The version of the
|
599
|
+
# The version of the AgentCore Runtime to use for the endpoint.
|
580
600
|
#
|
581
601
|
# @option params [String] :description
|
582
|
-
# The description of the
|
602
|
+
# The description of the AgentCore Runtime endpoint.
|
583
603
|
#
|
584
604
|
# @option params [String] :client_token
|
585
605
|
# A unique, case-sensitive identifier to ensure idempotency of the
|
@@ -588,6 +608,11 @@ module Aws::BedrockAgentCoreControl
|
|
588
608
|
# **A suitable default value is auto-generated.** You should normally
|
589
609
|
# not need to pass this option.**
|
590
610
|
#
|
611
|
+
# @option params [Hash<String,String>] :tags
|
612
|
+
# A map of tag keys and values to assign to the agent runtime endpoint.
|
613
|
+
# Tags enable you to categorize your resources in different ways, for
|
614
|
+
# example, by purpose, owner, or environment.
|
615
|
+
#
|
591
616
|
# @return [Types::CreateAgentRuntimeEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
592
617
|
#
|
593
618
|
# * {Types::CreateAgentRuntimeEndpointResponse#target_version #target_version} => String
|
@@ -604,6 +629,9 @@ module Aws::BedrockAgentCoreControl
|
|
604
629
|
# agent_runtime_version: "AgentRuntimeVersion",
|
605
630
|
# description: "AgentEndpointDescription",
|
606
631
|
# client_token: "ClientToken",
|
632
|
+
# tags: {
|
633
|
+
# "TagKey" => "TagValue",
|
634
|
+
# },
|
607
635
|
# })
|
608
636
|
#
|
609
637
|
# @example Response structure
|
@@ -690,6 +718,11 @@ module Aws::BedrockAgentCoreControl
|
|
690
718
|
# **A suitable default value is auto-generated.** You should normally
|
691
719
|
# not need to pass this option.**
|
692
720
|
#
|
721
|
+
# @option params [Hash<String,String>] :tags
|
722
|
+
# A map of tag keys and values to assign to the browser. Tags enable you
|
723
|
+
# to categorize your resources in different ways, for example, by
|
724
|
+
# purpose, owner, or environment.
|
725
|
+
#
|
693
726
|
# @return [Types::CreateBrowserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
694
727
|
#
|
695
728
|
# * {Types::CreateBrowserResponse#browser_id #browser_id} => String
|
@@ -704,7 +737,11 @@ module Aws::BedrockAgentCoreControl
|
|
704
737
|
# description: "Description",
|
705
738
|
# execution_role_arn: "RoleArn",
|
706
739
|
# network_configuration: { # required
|
707
|
-
# network_mode: "PUBLIC", # required, accepts PUBLIC
|
740
|
+
# network_mode: "PUBLIC", # required, accepts PUBLIC, VPC
|
741
|
+
# vpc_config: {
|
742
|
+
# security_groups: ["SecurityGroupId"], # required
|
743
|
+
# subnets: ["SubnetId"], # required
|
744
|
+
# },
|
708
745
|
# },
|
709
746
|
# recording: {
|
710
747
|
# enabled: false,
|
@@ -714,6 +751,9 @@ module Aws::BedrockAgentCoreControl
|
|
714
751
|
# },
|
715
752
|
# },
|
716
753
|
# client_token: "ClientToken",
|
754
|
+
# tags: {
|
755
|
+
# "TagKey" => "TagValue",
|
756
|
+
# },
|
717
757
|
# })
|
718
758
|
#
|
719
759
|
# @example Response structure
|
@@ -759,6 +799,11 @@ module Aws::BedrockAgentCoreControl
|
|
759
799
|
# **A suitable default value is auto-generated.** You should normally
|
760
800
|
# not need to pass this option.**
|
761
801
|
#
|
802
|
+
# @option params [Hash<String,String>] :tags
|
803
|
+
# A map of tag keys and values to assign to the code interpreter. Tags
|
804
|
+
# enable you to categorize your resources in different ways, for
|
805
|
+
# example, by purpose, owner, or environment.
|
806
|
+
#
|
762
807
|
# @return [Types::CreateCodeInterpreterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
763
808
|
#
|
764
809
|
# * {Types::CreateCodeInterpreterResponse#code_interpreter_id #code_interpreter_id} => String
|
@@ -773,9 +818,16 @@ module Aws::BedrockAgentCoreControl
|
|
773
818
|
# description: "Description",
|
774
819
|
# execution_role_arn: "RoleArn",
|
775
820
|
# network_configuration: { # required
|
776
|
-
# network_mode: "PUBLIC", # required, accepts PUBLIC, SANDBOX
|
821
|
+
# network_mode: "PUBLIC", # required, accepts PUBLIC, SANDBOX, VPC
|
822
|
+
# vpc_config: {
|
823
|
+
# security_groups: ["SecurityGroupId"], # required
|
824
|
+
# subnets: ["SubnetId"], # required
|
825
|
+
# },
|
777
826
|
# },
|
778
827
|
# client_token: "ClientToken",
|
828
|
+
# tags: {
|
829
|
+
# "TagKey" => "TagValue",
|
830
|
+
# },
|
779
831
|
# })
|
780
832
|
#
|
781
833
|
# @example Response structure
|
@@ -808,41 +860,48 @@ module Aws::BedrockAgentCoreControl
|
|
808
860
|
# The description of the gateway.
|
809
861
|
#
|
810
862
|
# @option params [String] :client_token
|
811
|
-
# A unique, case-sensitive identifier to ensure that the
|
863
|
+
# A unique, case-sensitive identifier to ensure that the API request
|
812
864
|
# completes no more than one time. If this token matches a previous
|
813
|
-
# request,
|
814
|
-
# error.
|
865
|
+
# request, the service ignores the request, but does not return an
|
866
|
+
# error. For more information, see [Ensuring idempotency][1].
|
815
867
|
#
|
816
868
|
# **A suitable default value is auto-generated.** You should normally
|
817
869
|
# not need to pass this option.**
|
818
870
|
#
|
871
|
+
#
|
872
|
+
#
|
873
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
874
|
+
#
|
819
875
|
# @option params [required, String] :role_arn
|
820
876
|
# The Amazon Resource Name (ARN) of the IAM role that provides
|
821
877
|
# permissions for the gateway to access Amazon Web Services services.
|
822
878
|
#
|
823
879
|
# @option params [required, String] :protocol_type
|
824
|
-
# The protocol type for the gateway.
|
825
|
-
# Context Protocol).
|
880
|
+
# The protocol type for the gateway.
|
826
881
|
#
|
827
882
|
# @option params [Types::GatewayProtocolConfiguration] :protocol_configuration
|
828
883
|
# The configuration settings for the protocol specified in the
|
829
|
-
# protocolType parameter.
|
884
|
+
# `protocolType` parameter.
|
830
885
|
#
|
831
886
|
# @option params [required, String] :authorizer_type
|
832
887
|
# The type of authorizer to use for the gateway.
|
833
888
|
#
|
834
889
|
# @option params [required, Types::AuthorizerConfiguration] :authorizer_configuration
|
835
|
-
# The authorizer configuration for the
|
890
|
+
# The authorizer configuration for the gateway.
|
836
891
|
#
|
837
892
|
# @option params [String] :kms_key_arn
|
838
893
|
# The Amazon Resource Name (ARN) of the KMS key used to encrypt data
|
839
894
|
# associated with the gateway.
|
840
895
|
#
|
841
896
|
# @option params [String] :exception_level
|
842
|
-
# The
|
843
|
-
#
|
844
|
-
#
|
845
|
-
#
|
897
|
+
# The level of detail in error messages returned when invoking the
|
898
|
+
# gateway.
|
899
|
+
#
|
900
|
+
# * If the value is `DEBUG`, granular exception messages are returned to
|
901
|
+
# help a user debug the gateway.
|
902
|
+
#
|
903
|
+
# * If the value is omitted, a generic error message is returned to the
|
904
|
+
# end user.
|
846
905
|
#
|
847
906
|
# @return [Types::CreateGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
848
907
|
#
|
@@ -931,12 +990,8 @@ module Aws::BedrockAgentCoreControl
|
|
931
990
|
# Creates a target for a gateway. A target defines an endpoint that the
|
932
991
|
# gateway can connect to.
|
933
992
|
#
|
934
|
-
# To create a target, you must specify the gateway identifier and target
|
935
|
-
# configuration.
|
936
|
-
#
|
937
993
|
# @option params [required, String] :gateway_identifier
|
938
|
-
# The identifier of the gateway to create a target for.
|
939
|
-
# either the gateway ID or the gateway ARN.
|
994
|
+
# The identifier of the gateway to create a target for.
|
940
995
|
#
|
941
996
|
# @option params [required, String] :name
|
942
997
|
# The name of the gateway target. The name must be unique within the
|
@@ -946,14 +1001,18 @@ module Aws::BedrockAgentCoreControl
|
|
946
1001
|
# The description of the gateway target.
|
947
1002
|
#
|
948
1003
|
# @option params [String] :client_token
|
949
|
-
# A unique, case-sensitive identifier to ensure that the
|
1004
|
+
# A unique, case-sensitive identifier to ensure that the API request
|
950
1005
|
# completes no more than one time. If this token matches a previous
|
951
|
-
# request,
|
952
|
-
# error.
|
1006
|
+
# request, the service ignores the request, but does not return an
|
1007
|
+
# error. For more information, see [Ensuring idempotency][1].
|
953
1008
|
#
|
954
1009
|
# **A suitable default value is auto-generated.** You should normally
|
955
1010
|
# not need to pass this option.**
|
956
1011
|
#
|
1012
|
+
#
|
1013
|
+
#
|
1014
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
1015
|
+
#
|
957
1016
|
# @option params [required, Types::TargetConfiguration] :target_configuration
|
958
1017
|
# The configuration settings for the target, including endpoint
|
959
1018
|
# information and schema definitions.
|
@@ -1122,7 +1181,7 @@ module Aws::BedrockAgentCoreControl
|
|
1122
1181
|
req.send_request(options)
|
1123
1182
|
end
|
1124
1183
|
|
1125
|
-
# Creates a new
|
1184
|
+
# Creates a new Amazon Bedrock AgentCore Memory resource.
|
1126
1185
|
#
|
1127
1186
|
# @option params [String] :client_token
|
1128
1187
|
# A unique, case-sensitive identifier to ensure that the operation
|
@@ -1382,10 +1441,10 @@ module Aws::BedrockAgentCoreControl
|
|
1382
1441
|
req.send_request(options)
|
1383
1442
|
end
|
1384
1443
|
|
1385
|
-
# Deletes an Amazon
|
1444
|
+
# Deletes an Amazon Bedrock AgentCore Runtime.
|
1386
1445
|
#
|
1387
1446
|
# @option params [required, String] :agent_runtime_id
|
1388
|
-
# The unique identifier of the
|
1447
|
+
# The unique identifier of the AgentCore Runtime to delete.
|
1389
1448
|
#
|
1390
1449
|
# @return [Types::DeleteAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1391
1450
|
#
|
@@ -1410,14 +1469,14 @@ module Aws::BedrockAgentCoreControl
|
|
1410
1469
|
req.send_request(options)
|
1411
1470
|
end
|
1412
1471
|
|
1413
|
-
# Deletes an
|
1472
|
+
# Deletes an AAgentCore Runtime endpoint.
|
1414
1473
|
#
|
1415
1474
|
# @option params [required, String] :agent_runtime_id
|
1416
|
-
# The unique identifier of the
|
1475
|
+
# The unique identifier of the AgentCore Runtime associated with the
|
1417
1476
|
# endpoint.
|
1418
1477
|
#
|
1419
1478
|
# @option params [required, String] :endpoint_name
|
1420
|
-
# The name of the
|
1479
|
+
# The name of the AgentCore Runtime endpoint to delete.
|
1421
1480
|
#
|
1422
1481
|
# @option params [String] :client_token
|
1423
1482
|
# A unique, case-sensitive identifier to ensure idempotency of the
|
@@ -1553,11 +1612,10 @@ module Aws::BedrockAgentCoreControl
|
|
1553
1612
|
req.send_request(options)
|
1554
1613
|
end
|
1555
1614
|
|
1556
|
-
# Deletes a
|
1615
|
+
# Deletes a gateway.
|
1557
1616
|
#
|
1558
1617
|
# @option params [required, String] :gateway_identifier
|
1559
|
-
# The identifier of the gateway to delete.
|
1560
|
-
# gateway ID or the gateway ARN.
|
1618
|
+
# The identifier of the gateway to delete.
|
1561
1619
|
#
|
1562
1620
|
# @return [Types::DeleteGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1563
1621
|
#
|
@@ -1587,13 +1645,13 @@ module Aws::BedrockAgentCoreControl
|
|
1587
1645
|
req.send_request(options)
|
1588
1646
|
end
|
1589
1647
|
|
1590
|
-
# Deletes a
|
1648
|
+
# Deletes a gateway target.
|
1591
1649
|
#
|
1592
1650
|
# @option params [required, String] :gateway_identifier
|
1593
|
-
# The unique identifier of the
|
1651
|
+
# The unique identifier of the gateway associated with the target.
|
1594
1652
|
#
|
1595
1653
|
# @option params [required, String] :target_id
|
1596
|
-
# The unique identifier of the
|
1654
|
+
# The unique identifier of the gateway target to delete.
|
1597
1655
|
#
|
1598
1656
|
# @return [Types::DeleteGatewayTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1599
1657
|
#
|
@@ -1626,7 +1684,7 @@ module Aws::BedrockAgentCoreControl
|
|
1626
1684
|
req.send_request(options)
|
1627
1685
|
end
|
1628
1686
|
|
1629
|
-
# Deletes
|
1687
|
+
# Deletes an Amazon Bedrock AgentCore Memory resource.
|
1630
1688
|
#
|
1631
1689
|
# @option params [String] :client_token
|
1632
1690
|
# A client token is used for keeping track of idempotent requests. It
|
@@ -1709,13 +1767,13 @@ module Aws::BedrockAgentCoreControl
|
|
1709
1767
|
req.send_request(options)
|
1710
1768
|
end
|
1711
1769
|
|
1712
|
-
# Gets an Amazon
|
1770
|
+
# Gets an Amazon Bedrock AgentCore Runtime.
|
1713
1771
|
#
|
1714
1772
|
# @option params [required, String] :agent_runtime_id
|
1715
|
-
# The unique identifier of the
|
1773
|
+
# The unique identifier of the AgentCore Runtime to retrieve.
|
1716
1774
|
#
|
1717
1775
|
# @option params [String] :agent_runtime_version
|
1718
|
-
# The version of the
|
1776
|
+
# The version of the AgentCore Runtime to retrieve.
|
1719
1777
|
#
|
1720
1778
|
# @return [Types::GetAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1721
1779
|
#
|
@@ -1728,11 +1786,12 @@ module Aws::BedrockAgentCoreControl
|
|
1728
1786
|
# * {Types::GetAgentRuntimeResponse#created_at #created_at} => Time
|
1729
1787
|
# * {Types::GetAgentRuntimeResponse#last_updated_at #last_updated_at} => Time
|
1730
1788
|
# * {Types::GetAgentRuntimeResponse#role_arn #role_arn} => String
|
1731
|
-
# * {Types::GetAgentRuntimeResponse#agent_runtime_artifact #agent_runtime_artifact} => Types::
|
1789
|
+
# * {Types::GetAgentRuntimeResponse#agent_runtime_artifact #agent_runtime_artifact} => Types::AgentRuntimeArtifact
|
1732
1790
|
# * {Types::GetAgentRuntimeResponse#network_configuration #network_configuration} => Types::NetworkConfiguration
|
1733
1791
|
# * {Types::GetAgentRuntimeResponse#protocol_configuration #protocol_configuration} => Types::ProtocolConfiguration
|
1734
1792
|
# * {Types::GetAgentRuntimeResponse#environment_variables #environment_variables} => Hash<String,String>
|
1735
1793
|
# * {Types::GetAgentRuntimeResponse#authorizer_configuration #authorizer_configuration} => Types::AuthorizerConfiguration
|
1794
|
+
# * {Types::GetAgentRuntimeResponse#request_header_configuration #request_header_configuration} => Types::RequestHeaderConfiguration
|
1736
1795
|
# * {Types::GetAgentRuntimeResponse#status #status} => String
|
1737
1796
|
#
|
1738
1797
|
# @example Request syntax with placeholder values
|
@@ -1754,7 +1813,11 @@ module Aws::BedrockAgentCoreControl
|
|
1754
1813
|
# resp.last_updated_at #=> Time
|
1755
1814
|
# resp.role_arn #=> String
|
1756
1815
|
# resp.agent_runtime_artifact.container_configuration.container_uri #=> String
|
1757
|
-
# resp.network_configuration.network_mode #=> String, one of "PUBLIC"
|
1816
|
+
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
1817
|
+
# resp.network_configuration.network_mode_config.security_groups #=> Array
|
1818
|
+
# resp.network_configuration.network_mode_config.security_groups[0] #=> String
|
1819
|
+
# resp.network_configuration.network_mode_config.subnets #=> Array
|
1820
|
+
# resp.network_configuration.network_mode_config.subnets[0] #=> String
|
1758
1821
|
# resp.protocol_configuration.server_protocol #=> String, one of "MCP", "HTTP"
|
1759
1822
|
# resp.environment_variables #=> Hash
|
1760
1823
|
# resp.environment_variables["EnvironmentVariableKey"] #=> String
|
@@ -1763,6 +1826,8 @@ module Aws::BedrockAgentCoreControl
|
|
1763
1826
|
# resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
|
1764
1827
|
# resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
|
1765
1828
|
# resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
|
1829
|
+
# resp.request_header_configuration.request_header_allowlist #=> Array
|
1830
|
+
# resp.request_header_configuration.request_header_allowlist[0] #=> String
|
1766
1831
|
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
1767
1832
|
#
|
1768
1833
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetAgentRuntime AWS API Documentation
|
@@ -1777,11 +1842,11 @@ module Aws::BedrockAgentCoreControl
|
|
1777
1842
|
# Gets information about an Amazon Secure AgentEndpoint.
|
1778
1843
|
#
|
1779
1844
|
# @option params [required, String] :agent_runtime_id
|
1780
|
-
# The unique identifier of the
|
1845
|
+
# The unique identifier of the AgentCore Runtime associated with the
|
1781
1846
|
# endpoint.
|
1782
1847
|
#
|
1783
1848
|
# @option params [required, String] :endpoint_name
|
1784
|
-
# The name of the
|
1849
|
+
# The name of the AgentCore Runtime endpoint to retrieve.
|
1785
1850
|
#
|
1786
1851
|
# @return [Types::GetAgentRuntimeEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1787
1852
|
#
|
@@ -1878,6 +1943,7 @@ module Aws::BedrockAgentCoreControl
|
|
1878
1943
|
# * {Types::GetBrowserResponse#network_configuration #network_configuration} => Types::BrowserNetworkConfiguration
|
1879
1944
|
# * {Types::GetBrowserResponse#recording #recording} => Types::RecordingConfig
|
1880
1945
|
# * {Types::GetBrowserResponse#status #status} => String
|
1946
|
+
# * {Types::GetBrowserResponse#failure_reason #failure_reason} => String
|
1881
1947
|
# * {Types::GetBrowserResponse#created_at #created_at} => Time
|
1882
1948
|
# * {Types::GetBrowserResponse#last_updated_at #last_updated_at} => Time
|
1883
1949
|
#
|
@@ -1894,11 +1960,16 @@ module Aws::BedrockAgentCoreControl
|
|
1894
1960
|
# resp.name #=> String
|
1895
1961
|
# resp.description #=> String
|
1896
1962
|
# resp.execution_role_arn #=> String
|
1897
|
-
# resp.network_configuration.network_mode #=> String, one of "PUBLIC"
|
1963
|
+
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
1964
|
+
# resp.network_configuration.vpc_config.security_groups #=> Array
|
1965
|
+
# resp.network_configuration.vpc_config.security_groups[0] #=> String
|
1966
|
+
# resp.network_configuration.vpc_config.subnets #=> Array
|
1967
|
+
# resp.network_configuration.vpc_config.subnets[0] #=> String
|
1898
1968
|
# resp.recording.enabled #=> Boolean
|
1899
1969
|
# resp.recording.s3_location.bucket #=> String
|
1900
1970
|
# resp.recording.s3_location.prefix #=> String
|
1901
1971
|
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "READY", "DELETING", "DELETE_FAILED", "DELETED"
|
1972
|
+
# resp.failure_reason #=> String
|
1902
1973
|
# resp.created_at #=> Time
|
1903
1974
|
# resp.last_updated_at #=> Time
|
1904
1975
|
#
|
@@ -1925,6 +1996,7 @@ module Aws::BedrockAgentCoreControl
|
|
1925
1996
|
# * {Types::GetCodeInterpreterResponse#execution_role_arn #execution_role_arn} => String
|
1926
1997
|
# * {Types::GetCodeInterpreterResponse#network_configuration #network_configuration} => Types::CodeInterpreterNetworkConfiguration
|
1927
1998
|
# * {Types::GetCodeInterpreterResponse#status #status} => String
|
1999
|
+
# * {Types::GetCodeInterpreterResponse#failure_reason #failure_reason} => String
|
1928
2000
|
# * {Types::GetCodeInterpreterResponse#created_at #created_at} => Time
|
1929
2001
|
# * {Types::GetCodeInterpreterResponse#last_updated_at #last_updated_at} => Time
|
1930
2002
|
#
|
@@ -1941,8 +2013,13 @@ module Aws::BedrockAgentCoreControl
|
|
1941
2013
|
# resp.name #=> String
|
1942
2014
|
# resp.description #=> String
|
1943
2015
|
# resp.execution_role_arn #=> String
|
1944
|
-
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "SANDBOX"
|
2016
|
+
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "SANDBOX", "VPC"
|
2017
|
+
# resp.network_configuration.vpc_config.security_groups #=> Array
|
2018
|
+
# resp.network_configuration.vpc_config.security_groups[0] #=> String
|
2019
|
+
# resp.network_configuration.vpc_config.subnets #=> Array
|
2020
|
+
# resp.network_configuration.vpc_config.subnets[0] #=> String
|
1945
2021
|
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "READY", "DELETING", "DELETE_FAILED", "DELETED"
|
2022
|
+
# resp.failure_reason #=> String
|
1946
2023
|
# resp.created_at #=> Time
|
1947
2024
|
# resp.last_updated_at #=> Time
|
1948
2025
|
#
|
@@ -1958,8 +2035,7 @@ module Aws::BedrockAgentCoreControl
|
|
1958
2035
|
# Retrieves information about a specific Gateway.
|
1959
2036
|
#
|
1960
2037
|
# @option params [required, String] :gateway_identifier
|
1961
|
-
# The identifier of the gateway to retrieve.
|
1962
|
-
# gateway ID or the gateway ARN.
|
2038
|
+
# The identifier of the gateway to retrieve.
|
1963
2039
|
#
|
1964
2040
|
# @return [Types::GetGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1965
2041
|
#
|
@@ -2024,11 +2100,10 @@ module Aws::BedrockAgentCoreControl
|
|
2024
2100
|
req.send_request(options)
|
2025
2101
|
end
|
2026
2102
|
|
2027
|
-
# Retrieves information about a specific
|
2103
|
+
# Retrieves information about a specific gateway target.
|
2028
2104
|
#
|
2029
2105
|
# @option params [required, String] :gateway_identifier
|
2030
|
-
# The identifier of the gateway that contains the target.
|
2031
|
-
# either the gateway ID or the gateway ARN.
|
2106
|
+
# The identifier of the gateway that contains the target.
|
2032
2107
|
#
|
2033
2108
|
# @option params [required, String] :target_id
|
2034
2109
|
# The unique identifier of the target to retrieve.
|
@@ -2111,7 +2186,7 @@ module Aws::BedrockAgentCoreControl
|
|
2111
2186
|
req.send_request(options)
|
2112
2187
|
end
|
2113
2188
|
|
2114
|
-
# Retrieve an existing
|
2189
|
+
# Retrieve an existing Amazon Bedrock AgentCore Memory resource.
|
2115
2190
|
#
|
2116
2191
|
# @option params [required, String] :memory_id
|
2117
2192
|
# The unique identifier of the memory to retrieve.
|
@@ -2323,7 +2398,7 @@ module Aws::BedrockAgentCoreControl
|
|
2323
2398
|
# Lists all endpoints for a specific Amazon Secure Agent.
|
2324
2399
|
#
|
2325
2400
|
# @option params [required, String] :agent_runtime_id
|
2326
|
-
# The unique identifier of the
|
2401
|
+
# The unique identifier of the AgentCore Runtime to list endpoints for.
|
2327
2402
|
#
|
2328
2403
|
# @option params [Integer] :max_results
|
2329
2404
|
# The maximum number of results to return in the response.
|
@@ -2333,7 +2408,7 @@ module Aws::BedrockAgentCoreControl
|
|
2333
2408
|
#
|
2334
2409
|
# @return [Types::ListAgentRuntimeEndpointsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2335
2410
|
#
|
2336
|
-
# * {Types::ListAgentRuntimeEndpointsResponse#runtime_endpoints #runtime_endpoints} => Array<Types::
|
2411
|
+
# * {Types::ListAgentRuntimeEndpointsResponse#runtime_endpoints #runtime_endpoints} => Array<Types::AgentRuntimeEndpoint>
|
2337
2412
|
# * {Types::ListAgentRuntimeEndpointsResponse#next_token #next_token} => String
|
2338
2413
|
#
|
2339
2414
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -2373,7 +2448,7 @@ module Aws::BedrockAgentCoreControl
|
|
2373
2448
|
# Lists all versions of a specific Amazon Secure Agent.
|
2374
2449
|
#
|
2375
2450
|
# @option params [required, String] :agent_runtime_id
|
2376
|
-
# The unique identifier of the
|
2451
|
+
# The unique identifier of the AgentCore Runtime to list versions for.
|
2377
2452
|
#
|
2378
2453
|
# @option params [Integer] :max_results
|
2379
2454
|
# The maximum number of results to return in the response.
|
@@ -2383,7 +2458,7 @@ module Aws::BedrockAgentCoreControl
|
|
2383
2458
|
#
|
2384
2459
|
# @return [Types::ListAgentRuntimeVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2385
2460
|
#
|
2386
|
-
# * {Types::ListAgentRuntimeVersionsResponse#agent_runtimes #agent_runtimes} => Array<Types::
|
2461
|
+
# * {Types::ListAgentRuntimeVersionsResponse#agent_runtimes #agent_runtimes} => Array<Types::AgentRuntime>
|
2387
2462
|
# * {Types::ListAgentRuntimeVersionsResponse#next_token #next_token} => String
|
2388
2463
|
#
|
2389
2464
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -2427,7 +2502,7 @@ module Aws::BedrockAgentCoreControl
|
|
2427
2502
|
#
|
2428
2503
|
# @return [Types::ListAgentRuntimesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2429
2504
|
#
|
2430
|
-
# * {Types::ListAgentRuntimesResponse#agent_runtimes #agent_runtimes} => Array<Types::
|
2505
|
+
# * {Types::ListAgentRuntimesResponse#agent_runtimes #agent_runtimes} => Array<Types::AgentRuntime>
|
2431
2506
|
# * {Types::ListAgentRuntimesResponse#next_token #next_token} => String
|
2432
2507
|
#
|
2433
2508
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -2598,19 +2673,21 @@ module Aws::BedrockAgentCoreControl
|
|
2598
2673
|
req.send_request(options)
|
2599
2674
|
end
|
2600
2675
|
|
2601
|
-
# Lists all targets for a specific
|
2676
|
+
# Lists all targets for a specific gateway.
|
2602
2677
|
#
|
2603
2678
|
# @option params [required, String] :gateway_identifier
|
2604
|
-
# The identifier of the gateway to list targets for.
|
2605
|
-
# the gateway ID or the gateway ARN.
|
2679
|
+
# The identifier of the gateway to list targets for.
|
2606
2680
|
#
|
2607
2681
|
# @option params [Integer] :max_results
|
2608
|
-
# The maximum number of results to return in
|
2609
|
-
#
|
2682
|
+
# The maximum number of results to return in the response. If the total
|
2683
|
+
# number of results is greater than this value, use the token returned
|
2684
|
+
# in the response in the `nextToken` field when making another request
|
2685
|
+
# to return the next batch of results.
|
2610
2686
|
#
|
2611
2687
|
# @option params [String] :next_token
|
2612
|
-
#
|
2613
|
-
#
|
2688
|
+
# If the total number of results is greater than the `maxResults` value
|
2689
|
+
# provided in the request, enter the token returned in the `nextToken`
|
2690
|
+
# field in the response in this field to return the next batch of
|
2614
2691
|
# results.
|
2615
2692
|
#
|
2616
2693
|
# @return [Types::ListGatewayTargetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2648,15 +2725,18 @@ module Aws::BedrockAgentCoreControl
|
|
2648
2725
|
req.send_request(options)
|
2649
2726
|
end
|
2650
2727
|
|
2651
|
-
# Lists all
|
2728
|
+
# Lists all gateways in the account.
|
2652
2729
|
#
|
2653
2730
|
# @option params [Integer] :max_results
|
2654
|
-
# The maximum number of results to return in
|
2655
|
-
#
|
2731
|
+
# The maximum number of results to return in the response. If the total
|
2732
|
+
# number of results is greater than this value, use the token returned
|
2733
|
+
# in the response in the `nextToken` field when making another request
|
2734
|
+
# to return the next batch of results.
|
2656
2735
|
#
|
2657
2736
|
# @option params [String] :next_token
|
2658
|
-
#
|
2659
|
-
#
|
2737
|
+
# If the total number of results is greater than the `maxResults` value
|
2738
|
+
# provided in the request, enter the token returned in the `nextToken`
|
2739
|
+
# field in the response in this field to return the next batch of
|
2660
2740
|
# results.
|
2661
2741
|
#
|
2662
2742
|
# @return [Types::ListGatewaysResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2695,7 +2775,8 @@ module Aws::BedrockAgentCoreControl
|
|
2695
2775
|
req.send_request(options)
|
2696
2776
|
end
|
2697
2777
|
|
2698
|
-
# Lists the
|
2778
|
+
# Lists the available Amazon Bedrock AgentCore Memory resources in the
|
2779
|
+
# current Amazon Web Services Region.
|
2699
2780
|
#
|
2700
2781
|
# @option params [Integer] :max_results
|
2701
2782
|
# The maximum number of results to return in a single call. The default
|
@@ -2780,6 +2861,36 @@ module Aws::BedrockAgentCoreControl
|
|
2780
2861
|
req.send_request(options)
|
2781
2862
|
end
|
2782
2863
|
|
2864
|
+
# Lists the tags associated with the specified resource.
|
2865
|
+
#
|
2866
|
+
# @option params [required, String] :resource_arn
|
2867
|
+
# The Amazon Resource Name (ARN) of the resource for which you want to
|
2868
|
+
# list tags.
|
2869
|
+
#
|
2870
|
+
# @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2871
|
+
#
|
2872
|
+
# * {Types::ListTagsForResourceResponse#tags #tags} => Hash<String,String>
|
2873
|
+
#
|
2874
|
+
# @example Request syntax with placeholder values
|
2875
|
+
#
|
2876
|
+
# resp = client.list_tags_for_resource({
|
2877
|
+
# resource_arn: "TaggableResourcesArn", # required
|
2878
|
+
# })
|
2879
|
+
#
|
2880
|
+
# @example Response structure
|
2881
|
+
#
|
2882
|
+
# resp.tags #=> Hash
|
2883
|
+
# resp.tags["TagKey"] #=> String
|
2884
|
+
#
|
2885
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListTagsForResource AWS API Documentation
|
2886
|
+
#
|
2887
|
+
# @overload list_tags_for_resource(params = {})
|
2888
|
+
# @param [Hash] params ({})
|
2889
|
+
def list_tags_for_resource(params = {}, options = {})
|
2890
|
+
req = build_request(:list_tags_for_resource, params)
|
2891
|
+
req.send_request(options)
|
2892
|
+
end
|
2893
|
+
|
2783
2894
|
# Lists all workload identities in your account.
|
2784
2895
|
#
|
2785
2896
|
# @option params [String] :next_token
|
@@ -2859,23 +2970,80 @@ module Aws::BedrockAgentCoreControl
|
|
2859
2970
|
req.send_request(options)
|
2860
2971
|
end
|
2861
2972
|
|
2973
|
+
# Associates the specified tags to a resource with the specified
|
2974
|
+
# resourceArn. If existing tags on a resource are not specified in the
|
2975
|
+
# request parameters, they are not changed. When a resource is deleted,
|
2976
|
+
# the tags associated with that resource are also deleted.
|
2977
|
+
#
|
2978
|
+
# @option params [required, String] :resource_arn
|
2979
|
+
# The Amazon Resource Name (ARN) of the resource that you want to tag.
|
2980
|
+
#
|
2981
|
+
# @option params [required, Hash<String,String>] :tags
|
2982
|
+
# The tags to add to the resource. A tag is a key-value pair.
|
2983
|
+
#
|
2984
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2985
|
+
#
|
2986
|
+
# @example Request syntax with placeholder values
|
2987
|
+
#
|
2988
|
+
# resp = client.tag_resource({
|
2989
|
+
# resource_arn: "TaggableResourcesArn", # required
|
2990
|
+
# tags: { # required
|
2991
|
+
# "TagKey" => "TagValue",
|
2992
|
+
# },
|
2993
|
+
# })
|
2994
|
+
#
|
2995
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/TagResource AWS API Documentation
|
2996
|
+
#
|
2997
|
+
# @overload tag_resource(params = {})
|
2998
|
+
# @param [Hash] params ({})
|
2999
|
+
def tag_resource(params = {}, options = {})
|
3000
|
+
req = build_request(:tag_resource, params)
|
3001
|
+
req.send_request(options)
|
3002
|
+
end
|
3003
|
+
|
3004
|
+
# Removes the specified tags from the specified resource.
|
3005
|
+
#
|
3006
|
+
# @option params [required, String] :resource_arn
|
3007
|
+
# The Amazon Resource Name (ARN) of the resource that you want to untag.
|
3008
|
+
#
|
3009
|
+
# @option params [required, Array<String>] :tag_keys
|
3010
|
+
# The tag keys of the tags to remove from the resource.
|
3011
|
+
#
|
3012
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3013
|
+
#
|
3014
|
+
# @example Request syntax with placeholder values
|
3015
|
+
#
|
3016
|
+
# resp = client.untag_resource({
|
3017
|
+
# resource_arn: "TaggableResourcesArn", # required
|
3018
|
+
# tag_keys: ["TagKey"], # required
|
3019
|
+
# })
|
3020
|
+
#
|
3021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UntagResource AWS API Documentation
|
3022
|
+
#
|
3023
|
+
# @overload untag_resource(params = {})
|
3024
|
+
# @param [Hash] params ({})
|
3025
|
+
def untag_resource(params = {}, options = {})
|
3026
|
+
req = build_request(:untag_resource, params)
|
3027
|
+
req.send_request(options)
|
3028
|
+
end
|
3029
|
+
|
2862
3030
|
# Updates an existing Amazon Secure Agent.
|
2863
3031
|
#
|
2864
3032
|
# @option params [required, String] :agent_runtime_id
|
2865
|
-
# The unique identifier of the
|
3033
|
+
# The unique identifier of the AgentCore Runtime to update.
|
2866
3034
|
#
|
2867
3035
|
# @option params [String] :description
|
2868
|
-
# The updated description of the
|
3036
|
+
# The updated description of the AgentCore Runtime.
|
2869
3037
|
#
|
2870
|
-
# @option params [required, Types::
|
2871
|
-
# The updated artifact of the
|
3038
|
+
# @option params [required, Types::AgentRuntimeArtifact] :agent_runtime_artifact
|
3039
|
+
# The updated artifact of the AgentCore Runtime.
|
2872
3040
|
#
|
2873
3041
|
# @option params [required, String] :role_arn
|
2874
|
-
# The updated IAM role ARN that provides permissions for the
|
2875
|
-
#
|
3042
|
+
# The updated IAM role ARN that provides permissions for the AgentCore
|
3043
|
+
# Runtime.
|
2876
3044
|
#
|
2877
3045
|
# @option params [required, Types::NetworkConfiguration] :network_configuration
|
2878
|
-
# The updated network configuration for the
|
3046
|
+
# The updated network configuration for the AgentCore Runtime.
|
2879
3047
|
#
|
2880
3048
|
# @option params [Types::ProtocolConfiguration] :protocol_configuration
|
2881
3049
|
# The protocol configuration for an agent runtime. This structure
|
@@ -2889,10 +3057,15 @@ module Aws::BedrockAgentCoreControl
|
|
2889
3057
|
# not need to pass this option.**
|
2890
3058
|
#
|
2891
3059
|
# @option params [Hash<String,String>] :environment_variables
|
2892
|
-
# Updated environment variables to set in the
|
3060
|
+
# Updated environment variables to set in the AgentCore Runtime
|
3061
|
+
# environment.
|
2893
3062
|
#
|
2894
3063
|
# @option params [Types::AuthorizerConfiguration] :authorizer_configuration
|
2895
|
-
# The updated authorizer configuration for the
|
3064
|
+
# The updated authorizer configuration for the AgentCore Runtime.
|
3065
|
+
#
|
3066
|
+
# @option params [Types::RequestHeaderConfiguration] :request_header_configuration
|
3067
|
+
# The updated configuration for HTTP request headers that will be passed
|
3068
|
+
# through to the runtime.
|
2896
3069
|
#
|
2897
3070
|
# @return [Types::UpdateAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2898
3071
|
#
|
@@ -2916,7 +3089,11 @@ module Aws::BedrockAgentCoreControl
|
|
2916
3089
|
# },
|
2917
3090
|
# role_arn: "RoleArn", # required
|
2918
3091
|
# network_configuration: { # required
|
2919
|
-
# network_mode: "PUBLIC", # required, accepts PUBLIC
|
3092
|
+
# network_mode: "PUBLIC", # required, accepts PUBLIC, VPC
|
3093
|
+
# network_mode_config: {
|
3094
|
+
# security_groups: ["SecurityGroupId"], # required
|
3095
|
+
# subnets: ["SubnetId"], # required
|
3096
|
+
# },
|
2920
3097
|
# },
|
2921
3098
|
# protocol_configuration: {
|
2922
3099
|
# server_protocol: "MCP", # required, accepts MCP, HTTP
|
@@ -2932,6 +3109,9 @@ module Aws::BedrockAgentCoreControl
|
|
2932
3109
|
# allowed_clients: ["AllowedClient"],
|
2933
3110
|
# },
|
2934
3111
|
# },
|
3112
|
+
# request_header_configuration: {
|
3113
|
+
# request_header_allowlist: ["HeaderName"],
|
3114
|
+
# },
|
2935
3115
|
# })
|
2936
3116
|
#
|
2937
3117
|
# @example Response structure
|
@@ -2953,20 +3133,20 @@ module Aws::BedrockAgentCoreControl
|
|
2953
3133
|
req.send_request(options)
|
2954
3134
|
end
|
2955
3135
|
|
2956
|
-
# Updates an existing Amazon
|
3136
|
+
# Updates an existing Amazon Bedrock AgentCore Runtime endpoint.
|
2957
3137
|
#
|
2958
3138
|
# @option params [required, String] :agent_runtime_id
|
2959
|
-
# The unique identifier of the
|
3139
|
+
# The unique identifier of the AgentCore Runtime associated with the
|
2960
3140
|
# endpoint.
|
2961
3141
|
#
|
2962
3142
|
# @option params [required, String] :endpoint_name
|
2963
|
-
# The name of the
|
3143
|
+
# The name of the AgentCore Runtime endpoint to update.
|
2964
3144
|
#
|
2965
3145
|
# @option params [String] :agent_runtime_version
|
2966
|
-
# The updated version of the
|
3146
|
+
# The updated version of the AgentCore Runtime for the endpoint.
|
2967
3147
|
#
|
2968
3148
|
# @option params [String] :description
|
2969
|
-
# The updated description of the
|
3149
|
+
# The updated description of the AgentCore Runtime endpoint.
|
2970
3150
|
#
|
2971
3151
|
# @option params [String] :client_token
|
2972
3152
|
# A unique, case-sensitive identifier to ensure idempotency of the
|
@@ -3055,42 +3235,46 @@ module Aws::BedrockAgentCoreControl
|
|
3055
3235
|
req.send_request(options)
|
3056
3236
|
end
|
3057
3237
|
|
3058
|
-
# Updates an existing
|
3238
|
+
# Updates an existing gateway.
|
3059
3239
|
#
|
3060
3240
|
# @option params [required, String] :gateway_identifier
|
3061
|
-
# The identifier of the gateway to update.
|
3062
|
-
# gateway ID or the gateway ARN.
|
3241
|
+
# The identifier of the gateway to update.
|
3063
3242
|
#
|
3064
3243
|
# @option params [required, String] :name
|
3065
|
-
# The
|
3244
|
+
# The name of the gateway. This name must be the same as the one when
|
3245
|
+
# the gateway was created.
|
3066
3246
|
#
|
3067
3247
|
# @option params [String] :description
|
3068
|
-
# The updated description for the
|
3248
|
+
# The updated description for the gateway.
|
3069
3249
|
#
|
3070
3250
|
# @option params [required, String] :role_arn
|
3071
|
-
# The updated IAM role ARN that provides permissions for the
|
3251
|
+
# The updated IAM role ARN that provides permissions for the gateway.
|
3072
3252
|
#
|
3073
3253
|
# @option params [required, String] :protocol_type
|
3074
|
-
# The updated protocol type for the
|
3254
|
+
# The updated protocol type for the gateway.
|
3075
3255
|
#
|
3076
3256
|
# @option params [Types::GatewayProtocolConfiguration] :protocol_configuration
|
3077
3257
|
# The configuration for a gateway protocol. This structure defines how
|
3078
3258
|
# the gateway communicates with external services.
|
3079
3259
|
#
|
3080
3260
|
# @option params [required, String] :authorizer_type
|
3081
|
-
# The updated authorizer type for the
|
3261
|
+
# The updated authorizer type for the gateway.
|
3082
3262
|
#
|
3083
3263
|
# @option params [required, Types::AuthorizerConfiguration] :authorizer_configuration
|
3084
|
-
# The updated authorizer configuration for the
|
3264
|
+
# The updated authorizer configuration for the gateway.
|
3085
3265
|
#
|
3086
3266
|
# @option params [String] :kms_key_arn
|
3087
|
-
# The updated ARN of the KMS key used to encrypt the
|
3267
|
+
# The updated ARN of the KMS key used to encrypt the gateway.
|
3088
3268
|
#
|
3089
3269
|
# @option params [String] :exception_level
|
3090
|
-
# The
|
3091
|
-
#
|
3092
|
-
#
|
3093
|
-
#
|
3270
|
+
# The level of detail in error messages returned when invoking the
|
3271
|
+
# gateway.
|
3272
|
+
#
|
3273
|
+
# * If the value is `DEBUG`, granular exception messages are returned to
|
3274
|
+
# help a user debug the gateway.
|
3275
|
+
#
|
3276
|
+
# * If the value is omitted, a generic error message is returned to the
|
3277
|
+
# end user.
|
3094
3278
|
#
|
3095
3279
|
# @return [Types::UpdateGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3096
3280
|
#
|
@@ -3176,26 +3360,26 @@ module Aws::BedrockAgentCoreControl
|
|
3176
3360
|
req.send_request(options)
|
3177
3361
|
end
|
3178
3362
|
|
3179
|
-
# Updates an existing
|
3363
|
+
# Updates an existing gateway target.
|
3180
3364
|
#
|
3181
3365
|
# @option params [required, String] :gateway_identifier
|
3182
|
-
# The unique identifier of the
|
3366
|
+
# The unique identifier of the gateway associated with the target.
|
3183
3367
|
#
|
3184
3368
|
# @option params [required, String] :target_id
|
3185
|
-
# The unique identifier of the
|
3369
|
+
# The unique identifier of the gateway target to update.
|
3186
3370
|
#
|
3187
3371
|
# @option params [required, String] :name
|
3188
|
-
# The updated name for the
|
3372
|
+
# The updated name for the gateway target.
|
3189
3373
|
#
|
3190
3374
|
# @option params [String] :description
|
3191
|
-
# The updated description for the
|
3375
|
+
# The updated description for the gateway target.
|
3192
3376
|
#
|
3193
3377
|
# @option params [required, Types::TargetConfiguration] :target_configuration
|
3194
3378
|
# The configuration for a gateway target. This structure defines how the
|
3195
3379
|
# gateway connects to and interacts with the target endpoint.
|
3196
3380
|
#
|
3197
3381
|
# @option params [required, Array<Types::CredentialProviderConfiguration>] :credential_provider_configurations
|
3198
|
-
# The updated credential provider configurations for the
|
3382
|
+
# The updated credential provider configurations for the gateway target.
|
3199
3383
|
#
|
3200
3384
|
# @return [Types::UpdateGatewayTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3201
3385
|
#
|
@@ -3356,7 +3540,7 @@ module Aws::BedrockAgentCoreControl
|
|
3356
3540
|
req.send_request(options)
|
3357
3541
|
end
|
3358
3542
|
|
3359
|
-
# Update memory.
|
3543
|
+
# Update an Amazon Bedrock AgentCore Memory resource memory.
|
3360
3544
|
#
|
3361
3545
|
# @option params [String] :client_token
|
3362
3546
|
# A client token is used for keeping track of idempotent requests. It
|
@@ -3370,14 +3554,15 @@ module Aws::BedrockAgentCoreControl
|
|
3370
3554
|
# The unique identifier of the memory to update.
|
3371
3555
|
#
|
3372
3556
|
# @option params [String] :description
|
3373
|
-
# The updated description of the
|
3557
|
+
# The updated description of the AgentCore Memory resource.
|
3374
3558
|
#
|
3375
3559
|
# @option params [Integer] :event_expiry_duration
|
3376
3560
|
# The number of days after which memory events will expire, between 7
|
3377
3561
|
# and 365 days.
|
3378
3562
|
#
|
3379
3563
|
# @option params [String] :memory_execution_role_arn
|
3380
|
-
# The ARN of the IAM role that provides permissions for the
|
3564
|
+
# The ARN of the IAM role that provides permissions for the AgentCore
|
3565
|
+
# Memory resource.
|
3381
3566
|
#
|
3382
3567
|
# @option params [Types::ModifyMemoryStrategies] :memory_strategies
|
3383
3568
|
# The memory strategies to add, modify, or delete.
|
@@ -3713,7 +3898,7 @@ module Aws::BedrockAgentCoreControl
|
|
3713
3898
|
tracer: tracer
|
3714
3899
|
)
|
3715
3900
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
3716
|
-
context[:gem_version] = '1.
|
3901
|
+
context[:gem_version] = '1.5.0'
|
3717
3902
|
Seahorse::Client::Request.new(handlers, context)
|
3718
3903
|
end
|
3719
3904
|
|