aws-sdk-bedrockagentcorecontrol 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +328 -121
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +162 -51
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +479 -249
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +73 -13
- data/sig/types.rbs +72 -14
- metadata +1 -1
@@ -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,52 @@ 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.
|
905
|
+
#
|
906
|
+
# @option params [Hash<String,String>] :tags
|
907
|
+
# A map of key-value pairs to associate with the gateway as metadata
|
908
|
+
# tags.
|
846
909
|
#
|
847
910
|
# @return [Types::CreateGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
848
911
|
#
|
@@ -889,6 +952,9 @@ module Aws::BedrockAgentCoreControl
|
|
889
952
|
# },
|
890
953
|
# kms_key_arn: "KmsKeyArn",
|
891
954
|
# exception_level: "DEBUG", # accepts DEBUG
|
955
|
+
# tags: {
|
956
|
+
# "TagKey" => "TagValue",
|
957
|
+
# },
|
892
958
|
# })
|
893
959
|
#
|
894
960
|
# @example Response structure
|
@@ -931,12 +997,8 @@ module Aws::BedrockAgentCoreControl
|
|
931
997
|
# Creates a target for a gateway. A target defines an endpoint that the
|
932
998
|
# gateway can connect to.
|
933
999
|
#
|
934
|
-
# To create a target, you must specify the gateway identifier and target
|
935
|
-
# configuration.
|
936
|
-
#
|
937
1000
|
# @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.
|
1001
|
+
# The identifier of the gateway to create a target for.
|
940
1002
|
#
|
941
1003
|
# @option params [required, String] :name
|
942
1004
|
# The name of the gateway target. The name must be unique within the
|
@@ -946,14 +1008,18 @@ module Aws::BedrockAgentCoreControl
|
|
946
1008
|
# The description of the gateway target.
|
947
1009
|
#
|
948
1010
|
# @option params [String] :client_token
|
949
|
-
# A unique, case-sensitive identifier to ensure that the
|
1011
|
+
# A unique, case-sensitive identifier to ensure that the API request
|
950
1012
|
# completes no more than one time. If this token matches a previous
|
951
|
-
# request,
|
952
|
-
# error.
|
1013
|
+
# request, the service ignores the request, but does not return an
|
1014
|
+
# error. For more information, see [Ensuring idempotency][1].
|
953
1015
|
#
|
954
1016
|
# **A suitable default value is auto-generated.** You should normally
|
955
1017
|
# not need to pass this option.**
|
956
1018
|
#
|
1019
|
+
#
|
1020
|
+
#
|
1021
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
1022
|
+
#
|
957
1023
|
# @option params [required, Types::TargetConfiguration] :target_configuration
|
958
1024
|
# The configuration settings for the target, including endpoint
|
959
1025
|
# information and schema definitions.
|
@@ -1122,7 +1188,7 @@ module Aws::BedrockAgentCoreControl
|
|
1122
1188
|
req.send_request(options)
|
1123
1189
|
end
|
1124
1190
|
|
1125
|
-
# Creates a new
|
1191
|
+
# Creates a new Amazon Bedrock AgentCore Memory resource.
|
1126
1192
|
#
|
1127
1193
|
# @option params [String] :client_token
|
1128
1194
|
# A unique, case-sensitive identifier to ensure that the operation
|
@@ -1382,10 +1448,10 @@ module Aws::BedrockAgentCoreControl
|
|
1382
1448
|
req.send_request(options)
|
1383
1449
|
end
|
1384
1450
|
|
1385
|
-
# Deletes an Amazon
|
1451
|
+
# Deletes an Amazon Bedrock AgentCore Runtime.
|
1386
1452
|
#
|
1387
1453
|
# @option params [required, String] :agent_runtime_id
|
1388
|
-
# The unique identifier of the
|
1454
|
+
# The unique identifier of the AgentCore Runtime to delete.
|
1389
1455
|
#
|
1390
1456
|
# @return [Types::DeleteAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1391
1457
|
#
|
@@ -1410,14 +1476,14 @@ module Aws::BedrockAgentCoreControl
|
|
1410
1476
|
req.send_request(options)
|
1411
1477
|
end
|
1412
1478
|
|
1413
|
-
# Deletes an
|
1479
|
+
# Deletes an AAgentCore Runtime endpoint.
|
1414
1480
|
#
|
1415
1481
|
# @option params [required, String] :agent_runtime_id
|
1416
|
-
# The unique identifier of the
|
1482
|
+
# The unique identifier of the AgentCore Runtime associated with the
|
1417
1483
|
# endpoint.
|
1418
1484
|
#
|
1419
1485
|
# @option params [required, String] :endpoint_name
|
1420
|
-
# The name of the
|
1486
|
+
# The name of the AgentCore Runtime endpoint to delete.
|
1421
1487
|
#
|
1422
1488
|
# @option params [String] :client_token
|
1423
1489
|
# A unique, case-sensitive identifier to ensure idempotency of the
|
@@ -1553,11 +1619,10 @@ module Aws::BedrockAgentCoreControl
|
|
1553
1619
|
req.send_request(options)
|
1554
1620
|
end
|
1555
1621
|
|
1556
|
-
# Deletes a
|
1622
|
+
# Deletes a gateway.
|
1557
1623
|
#
|
1558
1624
|
# @option params [required, String] :gateway_identifier
|
1559
|
-
# The identifier of the gateway to delete.
|
1560
|
-
# gateway ID or the gateway ARN.
|
1625
|
+
# The identifier of the gateway to delete.
|
1561
1626
|
#
|
1562
1627
|
# @return [Types::DeleteGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1563
1628
|
#
|
@@ -1587,13 +1652,13 @@ module Aws::BedrockAgentCoreControl
|
|
1587
1652
|
req.send_request(options)
|
1588
1653
|
end
|
1589
1654
|
|
1590
|
-
# Deletes a
|
1655
|
+
# Deletes a gateway target.
|
1591
1656
|
#
|
1592
1657
|
# @option params [required, String] :gateway_identifier
|
1593
|
-
# The unique identifier of the
|
1658
|
+
# The unique identifier of the gateway associated with the target.
|
1594
1659
|
#
|
1595
1660
|
# @option params [required, String] :target_id
|
1596
|
-
# The unique identifier of the
|
1661
|
+
# The unique identifier of the gateway target to delete.
|
1597
1662
|
#
|
1598
1663
|
# @return [Types::DeleteGatewayTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1599
1664
|
#
|
@@ -1626,7 +1691,7 @@ module Aws::BedrockAgentCoreControl
|
|
1626
1691
|
req.send_request(options)
|
1627
1692
|
end
|
1628
1693
|
|
1629
|
-
# Deletes
|
1694
|
+
# Deletes an Amazon Bedrock AgentCore Memory resource.
|
1630
1695
|
#
|
1631
1696
|
# @option params [String] :client_token
|
1632
1697
|
# A client token is used for keeping track of idempotent requests. It
|
@@ -1709,13 +1774,13 @@ module Aws::BedrockAgentCoreControl
|
|
1709
1774
|
req.send_request(options)
|
1710
1775
|
end
|
1711
1776
|
|
1712
|
-
# Gets an Amazon
|
1777
|
+
# Gets an Amazon Bedrock AgentCore Runtime.
|
1713
1778
|
#
|
1714
1779
|
# @option params [required, String] :agent_runtime_id
|
1715
|
-
# The unique identifier of the
|
1780
|
+
# The unique identifier of the AgentCore Runtime to retrieve.
|
1716
1781
|
#
|
1717
1782
|
# @option params [String] :agent_runtime_version
|
1718
|
-
# The version of the
|
1783
|
+
# The version of the AgentCore Runtime to retrieve.
|
1719
1784
|
#
|
1720
1785
|
# @return [Types::GetAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1721
1786
|
#
|
@@ -1728,11 +1793,12 @@ module Aws::BedrockAgentCoreControl
|
|
1728
1793
|
# * {Types::GetAgentRuntimeResponse#created_at #created_at} => Time
|
1729
1794
|
# * {Types::GetAgentRuntimeResponse#last_updated_at #last_updated_at} => Time
|
1730
1795
|
# * {Types::GetAgentRuntimeResponse#role_arn #role_arn} => String
|
1731
|
-
# * {Types::GetAgentRuntimeResponse#agent_runtime_artifact #agent_runtime_artifact} => Types::
|
1796
|
+
# * {Types::GetAgentRuntimeResponse#agent_runtime_artifact #agent_runtime_artifact} => Types::AgentRuntimeArtifact
|
1732
1797
|
# * {Types::GetAgentRuntimeResponse#network_configuration #network_configuration} => Types::NetworkConfiguration
|
1733
1798
|
# * {Types::GetAgentRuntimeResponse#protocol_configuration #protocol_configuration} => Types::ProtocolConfiguration
|
1734
1799
|
# * {Types::GetAgentRuntimeResponse#environment_variables #environment_variables} => Hash<String,String>
|
1735
1800
|
# * {Types::GetAgentRuntimeResponse#authorizer_configuration #authorizer_configuration} => Types::AuthorizerConfiguration
|
1801
|
+
# * {Types::GetAgentRuntimeResponse#request_header_configuration #request_header_configuration} => Types::RequestHeaderConfiguration
|
1736
1802
|
# * {Types::GetAgentRuntimeResponse#status #status} => String
|
1737
1803
|
#
|
1738
1804
|
# @example Request syntax with placeholder values
|
@@ -1754,7 +1820,11 @@ module Aws::BedrockAgentCoreControl
|
|
1754
1820
|
# resp.last_updated_at #=> Time
|
1755
1821
|
# resp.role_arn #=> String
|
1756
1822
|
# resp.agent_runtime_artifact.container_configuration.container_uri #=> String
|
1757
|
-
# resp.network_configuration.network_mode #=> String, one of "PUBLIC"
|
1823
|
+
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
1824
|
+
# resp.network_configuration.network_mode_config.security_groups #=> Array
|
1825
|
+
# resp.network_configuration.network_mode_config.security_groups[0] #=> String
|
1826
|
+
# resp.network_configuration.network_mode_config.subnets #=> Array
|
1827
|
+
# resp.network_configuration.network_mode_config.subnets[0] #=> String
|
1758
1828
|
# resp.protocol_configuration.server_protocol #=> String, one of "MCP", "HTTP"
|
1759
1829
|
# resp.environment_variables #=> Hash
|
1760
1830
|
# resp.environment_variables["EnvironmentVariableKey"] #=> String
|
@@ -1763,6 +1833,8 @@ module Aws::BedrockAgentCoreControl
|
|
1763
1833
|
# resp.authorizer_configuration.custom_jwt_authorizer.allowed_audience[0] #=> String
|
1764
1834
|
# resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients #=> Array
|
1765
1835
|
# resp.authorizer_configuration.custom_jwt_authorizer.allowed_clients[0] #=> String
|
1836
|
+
# resp.request_header_configuration.request_header_allowlist #=> Array
|
1837
|
+
# resp.request_header_configuration.request_header_allowlist[0] #=> String
|
1766
1838
|
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING"
|
1767
1839
|
#
|
1768
1840
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetAgentRuntime AWS API Documentation
|
@@ -1777,11 +1849,11 @@ module Aws::BedrockAgentCoreControl
|
|
1777
1849
|
# Gets information about an Amazon Secure AgentEndpoint.
|
1778
1850
|
#
|
1779
1851
|
# @option params [required, String] :agent_runtime_id
|
1780
|
-
# The unique identifier of the
|
1852
|
+
# The unique identifier of the AgentCore Runtime associated with the
|
1781
1853
|
# endpoint.
|
1782
1854
|
#
|
1783
1855
|
# @option params [required, String] :endpoint_name
|
1784
|
-
# The name of the
|
1856
|
+
# The name of the AgentCore Runtime endpoint to retrieve.
|
1785
1857
|
#
|
1786
1858
|
# @return [Types::GetAgentRuntimeEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1787
1859
|
#
|
@@ -1878,6 +1950,7 @@ module Aws::BedrockAgentCoreControl
|
|
1878
1950
|
# * {Types::GetBrowserResponse#network_configuration #network_configuration} => Types::BrowserNetworkConfiguration
|
1879
1951
|
# * {Types::GetBrowserResponse#recording #recording} => Types::RecordingConfig
|
1880
1952
|
# * {Types::GetBrowserResponse#status #status} => String
|
1953
|
+
# * {Types::GetBrowserResponse#failure_reason #failure_reason} => String
|
1881
1954
|
# * {Types::GetBrowserResponse#created_at #created_at} => Time
|
1882
1955
|
# * {Types::GetBrowserResponse#last_updated_at #last_updated_at} => Time
|
1883
1956
|
#
|
@@ -1894,11 +1967,16 @@ module Aws::BedrockAgentCoreControl
|
|
1894
1967
|
# resp.name #=> String
|
1895
1968
|
# resp.description #=> String
|
1896
1969
|
# resp.execution_role_arn #=> String
|
1897
|
-
# resp.network_configuration.network_mode #=> String, one of "PUBLIC"
|
1970
|
+
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "VPC"
|
1971
|
+
# resp.network_configuration.vpc_config.security_groups #=> Array
|
1972
|
+
# resp.network_configuration.vpc_config.security_groups[0] #=> String
|
1973
|
+
# resp.network_configuration.vpc_config.subnets #=> Array
|
1974
|
+
# resp.network_configuration.vpc_config.subnets[0] #=> String
|
1898
1975
|
# resp.recording.enabled #=> Boolean
|
1899
1976
|
# resp.recording.s3_location.bucket #=> String
|
1900
1977
|
# resp.recording.s3_location.prefix #=> String
|
1901
1978
|
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "READY", "DELETING", "DELETE_FAILED", "DELETED"
|
1979
|
+
# resp.failure_reason #=> String
|
1902
1980
|
# resp.created_at #=> Time
|
1903
1981
|
# resp.last_updated_at #=> Time
|
1904
1982
|
#
|
@@ -1925,6 +2003,7 @@ module Aws::BedrockAgentCoreControl
|
|
1925
2003
|
# * {Types::GetCodeInterpreterResponse#execution_role_arn #execution_role_arn} => String
|
1926
2004
|
# * {Types::GetCodeInterpreterResponse#network_configuration #network_configuration} => Types::CodeInterpreterNetworkConfiguration
|
1927
2005
|
# * {Types::GetCodeInterpreterResponse#status #status} => String
|
2006
|
+
# * {Types::GetCodeInterpreterResponse#failure_reason #failure_reason} => String
|
1928
2007
|
# * {Types::GetCodeInterpreterResponse#created_at #created_at} => Time
|
1929
2008
|
# * {Types::GetCodeInterpreterResponse#last_updated_at #last_updated_at} => Time
|
1930
2009
|
#
|
@@ -1941,8 +2020,13 @@ module Aws::BedrockAgentCoreControl
|
|
1941
2020
|
# resp.name #=> String
|
1942
2021
|
# resp.description #=> String
|
1943
2022
|
# resp.execution_role_arn #=> String
|
1944
|
-
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "SANDBOX"
|
2023
|
+
# resp.network_configuration.network_mode #=> String, one of "PUBLIC", "SANDBOX", "VPC"
|
2024
|
+
# resp.network_configuration.vpc_config.security_groups #=> Array
|
2025
|
+
# resp.network_configuration.vpc_config.security_groups[0] #=> String
|
2026
|
+
# resp.network_configuration.vpc_config.subnets #=> Array
|
2027
|
+
# resp.network_configuration.vpc_config.subnets[0] #=> String
|
1945
2028
|
# resp.status #=> String, one of "CREATING", "CREATE_FAILED", "READY", "DELETING", "DELETE_FAILED", "DELETED"
|
2029
|
+
# resp.failure_reason #=> String
|
1946
2030
|
# resp.created_at #=> Time
|
1947
2031
|
# resp.last_updated_at #=> Time
|
1948
2032
|
#
|
@@ -1958,8 +2042,7 @@ module Aws::BedrockAgentCoreControl
|
|
1958
2042
|
# Retrieves information about a specific Gateway.
|
1959
2043
|
#
|
1960
2044
|
# @option params [required, String] :gateway_identifier
|
1961
|
-
# The identifier of the gateway to retrieve.
|
1962
|
-
# gateway ID or the gateway ARN.
|
2045
|
+
# The identifier of the gateway to retrieve.
|
1963
2046
|
#
|
1964
2047
|
# @return [Types::GetGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1965
2048
|
#
|
@@ -2024,11 +2107,10 @@ module Aws::BedrockAgentCoreControl
|
|
2024
2107
|
req.send_request(options)
|
2025
2108
|
end
|
2026
2109
|
|
2027
|
-
# Retrieves information about a specific
|
2110
|
+
# Retrieves information about a specific gateway target.
|
2028
2111
|
#
|
2029
2112
|
# @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.
|
2113
|
+
# The identifier of the gateway that contains the target.
|
2032
2114
|
#
|
2033
2115
|
# @option params [required, String] :target_id
|
2034
2116
|
# The unique identifier of the target to retrieve.
|
@@ -2111,7 +2193,7 @@ module Aws::BedrockAgentCoreControl
|
|
2111
2193
|
req.send_request(options)
|
2112
2194
|
end
|
2113
2195
|
|
2114
|
-
# Retrieve an existing
|
2196
|
+
# Retrieve an existing Amazon Bedrock AgentCore Memory resource.
|
2115
2197
|
#
|
2116
2198
|
# @option params [required, String] :memory_id
|
2117
2199
|
# The unique identifier of the memory to retrieve.
|
@@ -2323,7 +2405,7 @@ module Aws::BedrockAgentCoreControl
|
|
2323
2405
|
# Lists all endpoints for a specific Amazon Secure Agent.
|
2324
2406
|
#
|
2325
2407
|
# @option params [required, String] :agent_runtime_id
|
2326
|
-
# The unique identifier of the
|
2408
|
+
# The unique identifier of the AgentCore Runtime to list endpoints for.
|
2327
2409
|
#
|
2328
2410
|
# @option params [Integer] :max_results
|
2329
2411
|
# The maximum number of results to return in the response.
|
@@ -2333,7 +2415,7 @@ module Aws::BedrockAgentCoreControl
|
|
2333
2415
|
#
|
2334
2416
|
# @return [Types::ListAgentRuntimeEndpointsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2335
2417
|
#
|
2336
|
-
# * {Types::ListAgentRuntimeEndpointsResponse#runtime_endpoints #runtime_endpoints} => Array<Types::
|
2418
|
+
# * {Types::ListAgentRuntimeEndpointsResponse#runtime_endpoints #runtime_endpoints} => Array<Types::AgentRuntimeEndpoint>
|
2337
2419
|
# * {Types::ListAgentRuntimeEndpointsResponse#next_token #next_token} => String
|
2338
2420
|
#
|
2339
2421
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -2373,7 +2455,7 @@ module Aws::BedrockAgentCoreControl
|
|
2373
2455
|
# Lists all versions of a specific Amazon Secure Agent.
|
2374
2456
|
#
|
2375
2457
|
# @option params [required, String] :agent_runtime_id
|
2376
|
-
# The unique identifier of the
|
2458
|
+
# The unique identifier of the AgentCore Runtime to list versions for.
|
2377
2459
|
#
|
2378
2460
|
# @option params [Integer] :max_results
|
2379
2461
|
# The maximum number of results to return in the response.
|
@@ -2383,7 +2465,7 @@ module Aws::BedrockAgentCoreControl
|
|
2383
2465
|
#
|
2384
2466
|
# @return [Types::ListAgentRuntimeVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2385
2467
|
#
|
2386
|
-
# * {Types::ListAgentRuntimeVersionsResponse#agent_runtimes #agent_runtimes} => Array<Types::
|
2468
|
+
# * {Types::ListAgentRuntimeVersionsResponse#agent_runtimes #agent_runtimes} => Array<Types::AgentRuntime>
|
2387
2469
|
# * {Types::ListAgentRuntimeVersionsResponse#next_token #next_token} => String
|
2388
2470
|
#
|
2389
2471
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -2427,7 +2509,7 @@ module Aws::BedrockAgentCoreControl
|
|
2427
2509
|
#
|
2428
2510
|
# @return [Types::ListAgentRuntimesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2429
2511
|
#
|
2430
|
-
# * {Types::ListAgentRuntimesResponse#agent_runtimes #agent_runtimes} => Array<Types::
|
2512
|
+
# * {Types::ListAgentRuntimesResponse#agent_runtimes #agent_runtimes} => Array<Types::AgentRuntime>
|
2431
2513
|
# * {Types::ListAgentRuntimesResponse#next_token #next_token} => String
|
2432
2514
|
#
|
2433
2515
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -2598,19 +2680,21 @@ module Aws::BedrockAgentCoreControl
|
|
2598
2680
|
req.send_request(options)
|
2599
2681
|
end
|
2600
2682
|
|
2601
|
-
# Lists all targets for a specific
|
2683
|
+
# Lists all targets for a specific gateway.
|
2602
2684
|
#
|
2603
2685
|
# @option params [required, String] :gateway_identifier
|
2604
|
-
# The identifier of the gateway to list targets for.
|
2605
|
-
# the gateway ID or the gateway ARN.
|
2686
|
+
# The identifier of the gateway to list targets for.
|
2606
2687
|
#
|
2607
2688
|
# @option params [Integer] :max_results
|
2608
|
-
# The maximum number of results to return in
|
2609
|
-
#
|
2689
|
+
# The maximum number of results to return in the response. If the total
|
2690
|
+
# number of results is greater than this value, use the token returned
|
2691
|
+
# in the response in the `nextToken` field when making another request
|
2692
|
+
# to return the next batch of results.
|
2610
2693
|
#
|
2611
2694
|
# @option params [String] :next_token
|
2612
|
-
#
|
2613
|
-
#
|
2695
|
+
# If the total number of results is greater than the `maxResults` value
|
2696
|
+
# provided in the request, enter the token returned in the `nextToken`
|
2697
|
+
# field in the response in this field to return the next batch of
|
2614
2698
|
# results.
|
2615
2699
|
#
|
2616
2700
|
# @return [Types::ListGatewayTargetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2648,15 +2732,18 @@ module Aws::BedrockAgentCoreControl
|
|
2648
2732
|
req.send_request(options)
|
2649
2733
|
end
|
2650
2734
|
|
2651
|
-
# Lists all
|
2735
|
+
# Lists all gateways in the account.
|
2652
2736
|
#
|
2653
2737
|
# @option params [Integer] :max_results
|
2654
|
-
# The maximum number of results to return in
|
2655
|
-
#
|
2738
|
+
# The maximum number of results to return in the response. If the total
|
2739
|
+
# number of results is greater than this value, use the token returned
|
2740
|
+
# in the response in the `nextToken` field when making another request
|
2741
|
+
# to return the next batch of results.
|
2656
2742
|
#
|
2657
2743
|
# @option params [String] :next_token
|
2658
|
-
#
|
2659
|
-
#
|
2744
|
+
# If the total number of results is greater than the `maxResults` value
|
2745
|
+
# provided in the request, enter the token returned in the `nextToken`
|
2746
|
+
# field in the response in this field to return the next batch of
|
2660
2747
|
# results.
|
2661
2748
|
#
|
2662
2749
|
# @return [Types::ListGatewaysResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2695,7 +2782,8 @@ module Aws::BedrockAgentCoreControl
|
|
2695
2782
|
req.send_request(options)
|
2696
2783
|
end
|
2697
2784
|
|
2698
|
-
# Lists the
|
2785
|
+
# Lists the available Amazon Bedrock AgentCore Memory resources in the
|
2786
|
+
# current Amazon Web Services Region.
|
2699
2787
|
#
|
2700
2788
|
# @option params [Integer] :max_results
|
2701
2789
|
# The maximum number of results to return in a single call. The default
|
@@ -2780,6 +2868,41 @@ module Aws::BedrockAgentCoreControl
|
|
2780
2868
|
req.send_request(options)
|
2781
2869
|
end
|
2782
2870
|
|
2871
|
+
# Lists the tags associated with the specified resource.
|
2872
|
+
#
|
2873
|
+
# <note markdown="1"> This feature is currently available only for AgentCore Runtime,
|
2874
|
+
# Browser, Code Interpreter tool, and Gateway.
|
2875
|
+
#
|
2876
|
+
# </note>
|
2877
|
+
#
|
2878
|
+
# @option params [required, String] :resource_arn
|
2879
|
+
# The Amazon Resource Name (ARN) of the resource for which you want to
|
2880
|
+
# list tags.
|
2881
|
+
#
|
2882
|
+
# @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2883
|
+
#
|
2884
|
+
# * {Types::ListTagsForResourceResponse#tags #tags} => Hash<String,String>
|
2885
|
+
#
|
2886
|
+
# @example Request syntax with placeholder values
|
2887
|
+
#
|
2888
|
+
# resp = client.list_tags_for_resource({
|
2889
|
+
# resource_arn: "TaggableResourcesArn", # required
|
2890
|
+
# })
|
2891
|
+
#
|
2892
|
+
# @example Response structure
|
2893
|
+
#
|
2894
|
+
# resp.tags #=> Hash
|
2895
|
+
# resp.tags["TagKey"] #=> String
|
2896
|
+
#
|
2897
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListTagsForResource AWS API Documentation
|
2898
|
+
#
|
2899
|
+
# @overload list_tags_for_resource(params = {})
|
2900
|
+
# @param [Hash] params ({})
|
2901
|
+
def list_tags_for_resource(params = {}, options = {})
|
2902
|
+
req = build_request(:list_tags_for_resource, params)
|
2903
|
+
req.send_request(options)
|
2904
|
+
end
|
2905
|
+
|
2783
2906
|
# Lists all workload identities in your account.
|
2784
2907
|
#
|
2785
2908
|
# @option params [String] :next_token
|
@@ -2859,23 +2982,90 @@ module Aws::BedrockAgentCoreControl
|
|
2859
2982
|
req.send_request(options)
|
2860
2983
|
end
|
2861
2984
|
|
2985
|
+
# Associates the specified tags to a resource with the specified
|
2986
|
+
# resourceArn. If existing tags on a resource are not specified in the
|
2987
|
+
# request parameters, they are not changed. When a resource is deleted,
|
2988
|
+
# the tags associated with that resource are also deleted.
|
2989
|
+
#
|
2990
|
+
# <note markdown="1"> This feature is currently available only for AgentCore Runtime,
|
2991
|
+
# Browser, Code Interpreter tool, and Gateway.
|
2992
|
+
#
|
2993
|
+
# </note>
|
2994
|
+
#
|
2995
|
+
# @option params [required, String] :resource_arn
|
2996
|
+
# The Amazon Resource Name (ARN) of the resource that you want to tag.
|
2997
|
+
#
|
2998
|
+
# @option params [required, Hash<String,String>] :tags
|
2999
|
+
# The tags to add to the resource. A tag is a key-value pair.
|
3000
|
+
#
|
3001
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3002
|
+
#
|
3003
|
+
# @example Request syntax with placeholder values
|
3004
|
+
#
|
3005
|
+
# resp = client.tag_resource({
|
3006
|
+
# resource_arn: "TaggableResourcesArn", # required
|
3007
|
+
# tags: { # required
|
3008
|
+
# "TagKey" => "TagValue",
|
3009
|
+
# },
|
3010
|
+
# })
|
3011
|
+
#
|
3012
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/TagResource AWS API Documentation
|
3013
|
+
#
|
3014
|
+
# @overload tag_resource(params = {})
|
3015
|
+
# @param [Hash] params ({})
|
3016
|
+
def tag_resource(params = {}, options = {})
|
3017
|
+
req = build_request(:tag_resource, params)
|
3018
|
+
req.send_request(options)
|
3019
|
+
end
|
3020
|
+
|
3021
|
+
# Removes the specified tags from the specified resource.
|
3022
|
+
#
|
3023
|
+
# <note markdown="1"> This feature is currently available only for AgentCore Runtime,
|
3024
|
+
# Browser, Code Interpreter tool, and Gateway.
|
3025
|
+
#
|
3026
|
+
# </note>
|
3027
|
+
#
|
3028
|
+
# @option params [required, String] :resource_arn
|
3029
|
+
# The Amazon Resource Name (ARN) of the resource that you want to untag.
|
3030
|
+
#
|
3031
|
+
# @option params [required, Array<String>] :tag_keys
|
3032
|
+
# The tag keys of the tags to remove from the resource.
|
3033
|
+
#
|
3034
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3035
|
+
#
|
3036
|
+
# @example Request syntax with placeholder values
|
3037
|
+
#
|
3038
|
+
# resp = client.untag_resource({
|
3039
|
+
# resource_arn: "TaggableResourcesArn", # required
|
3040
|
+
# tag_keys: ["TagKey"], # required
|
3041
|
+
# })
|
3042
|
+
#
|
3043
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UntagResource AWS API Documentation
|
3044
|
+
#
|
3045
|
+
# @overload untag_resource(params = {})
|
3046
|
+
# @param [Hash] params ({})
|
3047
|
+
def untag_resource(params = {}, options = {})
|
3048
|
+
req = build_request(:untag_resource, params)
|
3049
|
+
req.send_request(options)
|
3050
|
+
end
|
3051
|
+
|
2862
3052
|
# Updates an existing Amazon Secure Agent.
|
2863
3053
|
#
|
2864
3054
|
# @option params [required, String] :agent_runtime_id
|
2865
|
-
# The unique identifier of the
|
3055
|
+
# The unique identifier of the AgentCore Runtime to update.
|
2866
3056
|
#
|
2867
3057
|
# @option params [String] :description
|
2868
|
-
# The updated description of the
|
3058
|
+
# The updated description of the AgentCore Runtime.
|
2869
3059
|
#
|
2870
|
-
# @option params [required, Types::
|
2871
|
-
# The updated artifact of the
|
3060
|
+
# @option params [required, Types::AgentRuntimeArtifact] :agent_runtime_artifact
|
3061
|
+
# The updated artifact of the AgentCore Runtime.
|
2872
3062
|
#
|
2873
3063
|
# @option params [required, String] :role_arn
|
2874
|
-
# The updated IAM role ARN that provides permissions for the
|
2875
|
-
#
|
3064
|
+
# The updated IAM role ARN that provides permissions for the AgentCore
|
3065
|
+
# Runtime.
|
2876
3066
|
#
|
2877
3067
|
# @option params [required, Types::NetworkConfiguration] :network_configuration
|
2878
|
-
# The updated network configuration for the
|
3068
|
+
# The updated network configuration for the AgentCore Runtime.
|
2879
3069
|
#
|
2880
3070
|
# @option params [Types::ProtocolConfiguration] :protocol_configuration
|
2881
3071
|
# The protocol configuration for an agent runtime. This structure
|
@@ -2889,10 +3079,15 @@ module Aws::BedrockAgentCoreControl
|
|
2889
3079
|
# not need to pass this option.**
|
2890
3080
|
#
|
2891
3081
|
# @option params [Hash<String,String>] :environment_variables
|
2892
|
-
# Updated environment variables to set in the
|
3082
|
+
# Updated environment variables to set in the AgentCore Runtime
|
3083
|
+
# environment.
|
2893
3084
|
#
|
2894
3085
|
# @option params [Types::AuthorizerConfiguration] :authorizer_configuration
|
2895
|
-
# The updated authorizer configuration for the
|
3086
|
+
# The updated authorizer configuration for the AgentCore Runtime.
|
3087
|
+
#
|
3088
|
+
# @option params [Types::RequestHeaderConfiguration] :request_header_configuration
|
3089
|
+
# The updated configuration for HTTP request headers that will be passed
|
3090
|
+
# through to the runtime.
|
2896
3091
|
#
|
2897
3092
|
# @return [Types::UpdateAgentRuntimeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2898
3093
|
#
|
@@ -2916,7 +3111,11 @@ module Aws::BedrockAgentCoreControl
|
|
2916
3111
|
# },
|
2917
3112
|
# role_arn: "RoleArn", # required
|
2918
3113
|
# network_configuration: { # required
|
2919
|
-
# network_mode: "PUBLIC", # required, accepts PUBLIC
|
3114
|
+
# network_mode: "PUBLIC", # required, accepts PUBLIC, VPC
|
3115
|
+
# network_mode_config: {
|
3116
|
+
# security_groups: ["SecurityGroupId"], # required
|
3117
|
+
# subnets: ["SubnetId"], # required
|
3118
|
+
# },
|
2920
3119
|
# },
|
2921
3120
|
# protocol_configuration: {
|
2922
3121
|
# server_protocol: "MCP", # required, accepts MCP, HTTP
|
@@ -2932,6 +3131,9 @@ module Aws::BedrockAgentCoreControl
|
|
2932
3131
|
# allowed_clients: ["AllowedClient"],
|
2933
3132
|
# },
|
2934
3133
|
# },
|
3134
|
+
# request_header_configuration: {
|
3135
|
+
# request_header_allowlist: ["HeaderName"],
|
3136
|
+
# },
|
2935
3137
|
# })
|
2936
3138
|
#
|
2937
3139
|
# @example Response structure
|
@@ -2953,20 +3155,20 @@ module Aws::BedrockAgentCoreControl
|
|
2953
3155
|
req.send_request(options)
|
2954
3156
|
end
|
2955
3157
|
|
2956
|
-
# Updates an existing Amazon
|
3158
|
+
# Updates an existing Amazon Bedrock AgentCore Runtime endpoint.
|
2957
3159
|
#
|
2958
3160
|
# @option params [required, String] :agent_runtime_id
|
2959
|
-
# The unique identifier of the
|
3161
|
+
# The unique identifier of the AgentCore Runtime associated with the
|
2960
3162
|
# endpoint.
|
2961
3163
|
#
|
2962
3164
|
# @option params [required, String] :endpoint_name
|
2963
|
-
# The name of the
|
3165
|
+
# The name of the AgentCore Runtime endpoint to update.
|
2964
3166
|
#
|
2965
3167
|
# @option params [String] :agent_runtime_version
|
2966
|
-
# The updated version of the
|
3168
|
+
# The updated version of the AgentCore Runtime for the endpoint.
|
2967
3169
|
#
|
2968
3170
|
# @option params [String] :description
|
2969
|
-
# The updated description of the
|
3171
|
+
# The updated description of the AgentCore Runtime endpoint.
|
2970
3172
|
#
|
2971
3173
|
# @option params [String] :client_token
|
2972
3174
|
# A unique, case-sensitive identifier to ensure idempotency of the
|
@@ -3055,42 +3257,46 @@ module Aws::BedrockAgentCoreControl
|
|
3055
3257
|
req.send_request(options)
|
3056
3258
|
end
|
3057
3259
|
|
3058
|
-
# Updates an existing
|
3260
|
+
# Updates an existing gateway.
|
3059
3261
|
#
|
3060
3262
|
# @option params [required, String] :gateway_identifier
|
3061
|
-
# The identifier of the gateway to update.
|
3062
|
-
# gateway ID or the gateway ARN.
|
3263
|
+
# The identifier of the gateway to update.
|
3063
3264
|
#
|
3064
3265
|
# @option params [required, String] :name
|
3065
|
-
# The
|
3266
|
+
# The name of the gateway. This name must be the same as the one when
|
3267
|
+
# the gateway was created.
|
3066
3268
|
#
|
3067
3269
|
# @option params [String] :description
|
3068
|
-
# The updated description for the
|
3270
|
+
# The updated description for the gateway.
|
3069
3271
|
#
|
3070
3272
|
# @option params [required, String] :role_arn
|
3071
|
-
# The updated IAM role ARN that provides permissions for the
|
3273
|
+
# The updated IAM role ARN that provides permissions for the gateway.
|
3072
3274
|
#
|
3073
3275
|
# @option params [required, String] :protocol_type
|
3074
|
-
# The updated protocol type for the
|
3276
|
+
# The updated protocol type for the gateway.
|
3075
3277
|
#
|
3076
3278
|
# @option params [Types::GatewayProtocolConfiguration] :protocol_configuration
|
3077
3279
|
# The configuration for a gateway protocol. This structure defines how
|
3078
3280
|
# the gateway communicates with external services.
|
3079
3281
|
#
|
3080
3282
|
# @option params [required, String] :authorizer_type
|
3081
|
-
# The updated authorizer type for the
|
3283
|
+
# The updated authorizer type for the gateway.
|
3082
3284
|
#
|
3083
3285
|
# @option params [required, Types::AuthorizerConfiguration] :authorizer_configuration
|
3084
|
-
# The updated authorizer configuration for the
|
3286
|
+
# The updated authorizer configuration for the gateway.
|
3085
3287
|
#
|
3086
3288
|
# @option params [String] :kms_key_arn
|
3087
|
-
# The updated ARN of the KMS key used to encrypt the
|
3289
|
+
# The updated ARN of the KMS key used to encrypt the gateway.
|
3088
3290
|
#
|
3089
3291
|
# @option params [String] :exception_level
|
3090
|
-
# The
|
3091
|
-
#
|
3092
|
-
#
|
3093
|
-
#
|
3292
|
+
# The level of detail in error messages returned when invoking the
|
3293
|
+
# gateway.
|
3294
|
+
#
|
3295
|
+
# * If the value is `DEBUG`, granular exception messages are returned to
|
3296
|
+
# help a user debug the gateway.
|
3297
|
+
#
|
3298
|
+
# * If the value is omitted, a generic error message is returned to the
|
3299
|
+
# end user.
|
3094
3300
|
#
|
3095
3301
|
# @return [Types::UpdateGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3096
3302
|
#
|
@@ -3176,26 +3382,26 @@ module Aws::BedrockAgentCoreControl
|
|
3176
3382
|
req.send_request(options)
|
3177
3383
|
end
|
3178
3384
|
|
3179
|
-
# Updates an existing
|
3385
|
+
# Updates an existing gateway target.
|
3180
3386
|
#
|
3181
3387
|
# @option params [required, String] :gateway_identifier
|
3182
|
-
# The unique identifier of the
|
3388
|
+
# The unique identifier of the gateway associated with the target.
|
3183
3389
|
#
|
3184
3390
|
# @option params [required, String] :target_id
|
3185
|
-
# The unique identifier of the
|
3391
|
+
# The unique identifier of the gateway target to update.
|
3186
3392
|
#
|
3187
3393
|
# @option params [required, String] :name
|
3188
|
-
# The updated name for the
|
3394
|
+
# The updated name for the gateway target.
|
3189
3395
|
#
|
3190
3396
|
# @option params [String] :description
|
3191
|
-
# The updated description for the
|
3397
|
+
# The updated description for the gateway target.
|
3192
3398
|
#
|
3193
3399
|
# @option params [required, Types::TargetConfiguration] :target_configuration
|
3194
3400
|
# The configuration for a gateway target. This structure defines how the
|
3195
3401
|
# gateway connects to and interacts with the target endpoint.
|
3196
3402
|
#
|
3197
3403
|
# @option params [required, Array<Types::CredentialProviderConfiguration>] :credential_provider_configurations
|
3198
|
-
# The updated credential provider configurations for the
|
3404
|
+
# The updated credential provider configurations for the gateway target.
|
3199
3405
|
#
|
3200
3406
|
# @return [Types::UpdateGatewayTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3201
3407
|
#
|
@@ -3356,7 +3562,7 @@ module Aws::BedrockAgentCoreControl
|
|
3356
3562
|
req.send_request(options)
|
3357
3563
|
end
|
3358
3564
|
|
3359
|
-
# Update memory.
|
3565
|
+
# Update an Amazon Bedrock AgentCore Memory resource memory.
|
3360
3566
|
#
|
3361
3567
|
# @option params [String] :client_token
|
3362
3568
|
# A client token is used for keeping track of idempotent requests. It
|
@@ -3370,14 +3576,15 @@ module Aws::BedrockAgentCoreControl
|
|
3370
3576
|
# The unique identifier of the memory to update.
|
3371
3577
|
#
|
3372
3578
|
# @option params [String] :description
|
3373
|
-
# The updated description of the
|
3579
|
+
# The updated description of the AgentCore Memory resource.
|
3374
3580
|
#
|
3375
3581
|
# @option params [Integer] :event_expiry_duration
|
3376
3582
|
# The number of days after which memory events will expire, between 7
|
3377
3583
|
# and 365 days.
|
3378
3584
|
#
|
3379
3585
|
# @option params [String] :memory_execution_role_arn
|
3380
|
-
# The ARN of the IAM role that provides permissions for the
|
3586
|
+
# The ARN of the IAM role that provides permissions for the AgentCore
|
3587
|
+
# Memory resource.
|
3381
3588
|
#
|
3382
3589
|
# @option params [Types::ModifyMemoryStrategies] :memory_strategies
|
3383
3590
|
# The memory strategies to add, modify, or delete.
|
@@ -3713,7 +3920,7 @@ module Aws::BedrockAgentCoreControl
|
|
3713
3920
|
tracer: tracer
|
3714
3921
|
)
|
3715
3922
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
3716
|
-
context[:gem_version] = '1.
|
3923
|
+
context[:gem_version] = '1.6.0'
|
3717
3924
|
Seahorse::Client::Request.new(handlers, context)
|
3718
3925
|
end
|
3719
3926
|
|