aws-sdk-bedrockagentcorecontrol 1.5.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +23 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +1 -0
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +7 -1
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 668052f6d37504968ed65e20b19050d149b79acc8d7c927c49a6bc74759c75ba
|
4
|
+
data.tar.gz: cec73eedfb3a8a7baf5b5b2dd84686117ba0399b41d7ab8da8b735fe79af1699
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 026afd3eabb6d586b4e4e119b76cad1a1f9b37a608de8df59970dd8e18ad55ab352ccd78ab23291ee6c6ed81b17f5012ef5878d8fdc72de66049dde1fdb1fa63
|
7
|
+
data.tar.gz: 9f3e66ff976e9d1b02057c8e4ae44dc7b5ae3afdd3b2e756b30e2f9d6019bf3fcbb0a20f6bdcdd8a20a203732b58521c1512fc15db3c046ecaf35b60e71eac4b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -903,6 +903,10 @@ module Aws::BedrockAgentCoreControl
|
|
903
903
|
# * If the value is omitted, a generic error message is returned to the
|
904
904
|
# end user.
|
905
905
|
#
|
906
|
+
# @option params [Hash<String,String>] :tags
|
907
|
+
# A map of key-value pairs to associate with the gateway as metadata
|
908
|
+
# tags.
|
909
|
+
#
|
906
910
|
# @return [Types::CreateGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
907
911
|
#
|
908
912
|
# * {Types::CreateGatewayResponse#gateway_arn #gateway_arn} => String
|
@@ -948,6 +952,9 @@ module Aws::BedrockAgentCoreControl
|
|
948
952
|
# },
|
949
953
|
# kms_key_arn: "KmsKeyArn",
|
950
954
|
# exception_level: "DEBUG", # accepts DEBUG
|
955
|
+
# tags: {
|
956
|
+
# "TagKey" => "TagValue",
|
957
|
+
# },
|
951
958
|
# })
|
952
959
|
#
|
953
960
|
# @example Response structure
|
@@ -2863,6 +2870,11 @@ module Aws::BedrockAgentCoreControl
|
|
2863
2870
|
|
2864
2871
|
# Lists the tags associated with the specified resource.
|
2865
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
|
+
#
|
2866
2878
|
# @option params [required, String] :resource_arn
|
2867
2879
|
# The Amazon Resource Name (ARN) of the resource for which you want to
|
2868
2880
|
# list tags.
|
@@ -2975,6 +2987,11 @@ module Aws::BedrockAgentCoreControl
|
|
2975
2987
|
# request parameters, they are not changed. When a resource is deleted,
|
2976
2988
|
# the tags associated with that resource are also deleted.
|
2977
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
|
+
#
|
2978
2995
|
# @option params [required, String] :resource_arn
|
2979
2996
|
# The Amazon Resource Name (ARN) of the resource that you want to tag.
|
2980
2997
|
#
|
@@ -3003,6 +3020,11 @@ module Aws::BedrockAgentCoreControl
|
|
3003
3020
|
|
3004
3021
|
# Removes the specified tags from the specified resource.
|
3005
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
|
+
#
|
3006
3028
|
# @option params [required, String] :resource_arn
|
3007
3029
|
# The Amazon Resource Name (ARN) of the resource that you want to untag.
|
3008
3030
|
#
|
@@ -3898,7 +3920,7 @@ module Aws::BedrockAgentCoreControl
|
|
3898
3920
|
tracer: tracer
|
3899
3921
|
)
|
3900
3922
|
context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
|
3901
|
-
context[:gem_version] = '1.
|
3923
|
+
context[:gem_version] = '1.6.0'
|
3902
3924
|
Seahorse::Client::Request.new(handlers, context)
|
3903
3925
|
end
|
3904
3926
|
|
@@ -579,6 +579,7 @@ module Aws::BedrockAgentCoreControl
|
|
579
579
|
CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, required: true, location_name: "authorizerConfiguration"))
|
580
580
|
CreateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
581
581
|
CreateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
582
|
+
CreateGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
582
583
|
CreateGatewayRequest.struct_class = Types::CreateGatewayRequest
|
583
584
|
|
584
585
|
CreateGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
@@ -915,6 +915,11 @@ module Aws::BedrockAgentCoreControl
|
|
915
915
|
# the end user.
|
916
916
|
# @return [String]
|
917
917
|
#
|
918
|
+
# @!attribute [rw] tags
|
919
|
+
# A map of key-value pairs to associate with the gateway as metadata
|
920
|
+
# tags.
|
921
|
+
# @return [Hash<String,String>]
|
922
|
+
#
|
918
923
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateGatewayRequest AWS API Documentation
|
919
924
|
#
|
920
925
|
class CreateGatewayRequest < Struct.new(
|
@@ -927,7 +932,8 @@ module Aws::BedrockAgentCoreControl
|
|
927
932
|
:authorizer_type,
|
928
933
|
:authorizer_configuration,
|
929
934
|
:kms_key_arn,
|
930
|
-
:exception_level
|
935
|
+
:exception_level,
|
936
|
+
:tags)
|
931
937
|
SENSITIVE = [:name, :description]
|
932
938
|
include Aws::Structure
|
933
939
|
end
|
data/sig/client.rbs
CHANGED
@@ -253,7 +253,8 @@ module Aws
|
|
253
253
|
}?
|
254
254
|
},
|
255
255
|
?kms_key_arn: ::String,
|
256
|
-
?exception_level: ("DEBUG")
|
256
|
+
?exception_level: ("DEBUG"),
|
257
|
+
?tags: Hash[::String, ::String]
|
257
258
|
) -> _CreateGatewayResponseSuccess
|
258
259
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGatewayResponseSuccess
|
259
260
|
|
data/sig/types.rbs
CHANGED
@@ -255,6 +255,7 @@ module Aws::BedrockAgentCoreControl
|
|
255
255
|
attr_accessor authorizer_configuration: Types::AuthorizerConfiguration
|
256
256
|
attr_accessor kms_key_arn: ::String
|
257
257
|
attr_accessor exception_level: ("DEBUG")
|
258
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
258
259
|
SENSITIVE: [:name, :description]
|
259
260
|
end
|
260
261
|
|