aws-sdk-bedrockruntime 1.66.0 → 1.67.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-bedrockruntime/async_client.rb +1 -1
- data/lib/aws-sdk-bedrockruntime/client.rb +9 -9
- data/lib/aws-sdk-bedrockruntime.rb +1 -1
- data/sig/client.rbs +6 -6
- data/sig/types.rbs +5 -5
- 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: 015b198ed2bc11d1b4c61244d33ff1567cc8f796e29b434ab19712e9786d3219
|
|
4
|
+
data.tar.gz: 26b39ebea8d1b759040781b733abeda54873fefd4f1992a889b95bd4df1ee7f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d2395a6aefb0fe4a52bff860b3acf7d538413b6cda32b200f7f7eb186c4d25d1fa59c1e07a06c6edbd1091409accada840b518f8c9b0f864c3adbfd72eee55a
|
|
7
|
+
data.tar.gz: 2a64b8347e9d0e19c39b78ac1b2451842630c9227bc219c7fdeab27717a8b21195f0271d31c314a521300d1bdbd4b47a18c285c21be03d4d62cb4eef6db7100e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
|
@@ -1215,7 +1215,7 @@ module Aws::BedrockRuntime
|
|
|
1215
1215
|
# latency: "standard", # accepts standard, optimized
|
|
1216
1216
|
# },
|
|
1217
1217
|
# service_tier: {
|
|
1218
|
-
# type: "priority", # required, accepts priority, default, flex
|
|
1218
|
+
# type: "priority", # required, accepts priority, default, flex, reserved
|
|
1219
1219
|
# },
|
|
1220
1220
|
# })
|
|
1221
1221
|
#
|
|
@@ -1653,7 +1653,7 @@ module Aws::BedrockRuntime
|
|
|
1653
1653
|
# resp.trace.guardrail.action_reason #=> String
|
|
1654
1654
|
# resp.trace.prompt_router.invoked_model_id #=> String
|
|
1655
1655
|
# resp.performance_config.latency #=> String, one of "standard", "optimized"
|
|
1656
|
-
# resp.service_tier.type #=> String, one of "priority", "default", "flex"
|
|
1656
|
+
# resp.service_tier.type #=> String, one of "priority", "default", "flex", "reserved"
|
|
1657
1657
|
#
|
|
1658
1658
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-runtime-2023-09-30/Converse AWS API Documentation
|
|
1659
1659
|
#
|
|
@@ -2315,7 +2315,7 @@ module Aws::BedrockRuntime
|
|
|
2315
2315
|
# latency: "standard", # accepts standard, optimized
|
|
2316
2316
|
# },
|
|
2317
2317
|
# service_tier: {
|
|
2318
|
-
# type: "priority", # required, accepts priority, default, flex
|
|
2318
|
+
# type: "priority", # required, accepts priority, default, flex, reserved
|
|
2319
2319
|
# },
|
|
2320
2320
|
# })
|
|
2321
2321
|
#
|
|
@@ -2716,7 +2716,7 @@ module Aws::BedrockRuntime
|
|
|
2716
2716
|
# event.trace.guardrail.action_reason #=> String
|
|
2717
2717
|
# event.trace.prompt_router.invoked_model_id #=> String
|
|
2718
2718
|
# event.performance_config.latency #=> String, one of "standard", "optimized"
|
|
2719
|
-
# event.service_tier.type #=> String, one of "priority", "default", "flex"
|
|
2719
|
+
# event.service_tier.type #=> String, one of "priority", "default", "flex", "reserved"
|
|
2720
2720
|
#
|
|
2721
2721
|
# # For :internal_server_exception event available at #on_internal_server_exception_event callback and response eventstream enumerator:
|
|
2722
2722
|
# event.message #=> String
|
|
@@ -3276,7 +3276,7 @@ module Aws::BedrockRuntime
|
|
|
3276
3276
|
# guardrail_identifier: "GuardrailIdentifier",
|
|
3277
3277
|
# guardrail_version: "GuardrailVersion",
|
|
3278
3278
|
# performance_config_latency: "standard", # accepts standard, optimized
|
|
3279
|
-
# service_tier: "priority", # accepts priority, default, flex
|
|
3279
|
+
# service_tier: "priority", # accepts priority, default, flex, reserved
|
|
3280
3280
|
# })
|
|
3281
3281
|
#
|
|
3282
3282
|
# @example Response structure
|
|
@@ -3284,7 +3284,7 @@ module Aws::BedrockRuntime
|
|
|
3284
3284
|
# resp.body #=> String
|
|
3285
3285
|
# resp.content_type #=> String
|
|
3286
3286
|
# resp.performance_config_latency #=> String, one of "standard", "optimized"
|
|
3287
|
-
# resp.service_tier #=> String, one of "priority", "default", "flex"
|
|
3287
|
+
# resp.service_tier #=> String, one of "priority", "default", "flex", "reserved"
|
|
3288
3288
|
#
|
|
3289
3289
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-runtime-2023-09-30/InvokeModel AWS API Documentation
|
|
3290
3290
|
#
|
|
@@ -3579,7 +3579,7 @@ module Aws::BedrockRuntime
|
|
|
3579
3579
|
# guardrail_identifier: "GuardrailIdentifier",
|
|
3580
3580
|
# guardrail_version: "GuardrailVersion",
|
|
3581
3581
|
# performance_config_latency: "standard", # accepts standard, optimized
|
|
3582
|
-
# service_tier: "priority", # accepts priority, default, flex
|
|
3582
|
+
# service_tier: "priority", # accepts priority, default, flex, reserved
|
|
3583
3583
|
# })
|
|
3584
3584
|
#
|
|
3585
3585
|
# @example Response structure
|
|
@@ -3613,7 +3613,7 @@ module Aws::BedrockRuntime
|
|
|
3613
3613
|
#
|
|
3614
3614
|
# resp.content_type #=> String
|
|
3615
3615
|
# resp.performance_config_latency #=> String, one of "standard", "optimized"
|
|
3616
|
-
# resp.service_tier #=> String, one of "priority", "default", "flex"
|
|
3616
|
+
# resp.service_tier #=> String, one of "priority", "default", "flex", "reserved"
|
|
3617
3617
|
#
|
|
3618
3618
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-runtime-2023-09-30/InvokeModelWithResponseStream AWS API Documentation
|
|
3619
3619
|
#
|
|
@@ -3808,7 +3808,7 @@ module Aws::BedrockRuntime
|
|
|
3808
3808
|
tracer: tracer
|
|
3809
3809
|
)
|
|
3810
3810
|
context[:gem_name] = 'aws-sdk-bedrockruntime'
|
|
3811
|
-
context[:gem_version] = '1.
|
|
3811
|
+
context[:gem_version] = '1.67.0'
|
|
3812
3812
|
Seahorse::Client::Request.new(handlers, context)
|
|
3813
3813
|
end
|
|
3814
3814
|
|
data/sig/client.rbs
CHANGED
|
@@ -399,7 +399,7 @@ module Aws
|
|
|
399
399
|
latency: ("standard" | "optimized")?
|
|
400
400
|
},
|
|
401
401
|
?service_tier: {
|
|
402
|
-
type: ("priority" | "default" | "flex")
|
|
402
|
+
type: ("priority" | "default" | "flex" | "reserved")
|
|
403
403
|
}
|
|
404
404
|
) -> _ConverseResponseSuccess
|
|
405
405
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ConverseResponseSuccess
|
|
@@ -684,7 +684,7 @@ module Aws
|
|
|
684
684
|
latency: ("standard" | "optimized")?
|
|
685
685
|
},
|
|
686
686
|
?service_tier: {
|
|
687
|
-
type: ("priority" | "default" | "flex")
|
|
687
|
+
type: ("priority" | "default" | "flex" | "reserved")
|
|
688
688
|
}
|
|
689
689
|
) ?{ (*untyped) -> void } -> _ConverseStreamResponseSuccess
|
|
690
690
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _ConverseStreamResponseSuccess
|
|
@@ -981,7 +981,7 @@ module Aws
|
|
|
981
981
|
def body: () -> ::String
|
|
982
982
|
def content_type: () -> ::String
|
|
983
983
|
def performance_config_latency: () -> ("standard" | "optimized")
|
|
984
|
-
def service_tier: () -> ("priority" | "default" | "flex")
|
|
984
|
+
def service_tier: () -> ("priority" | "default" | "flex" | "reserved")
|
|
985
985
|
end
|
|
986
986
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockRuntime/Client.html#invoke_model-instance_method
|
|
987
987
|
def invoke_model: (
|
|
@@ -993,7 +993,7 @@ module Aws
|
|
|
993
993
|
?guardrail_identifier: ::String,
|
|
994
994
|
?guardrail_version: ::String,
|
|
995
995
|
?performance_config_latency: ("standard" | "optimized"),
|
|
996
|
-
?service_tier: ("priority" | "default" | "flex")
|
|
996
|
+
?service_tier: ("priority" | "default" | "flex" | "reserved")
|
|
997
997
|
) -> _InvokeModelResponseSuccess
|
|
998
998
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InvokeModelResponseSuccess
|
|
999
999
|
|
|
@@ -1002,7 +1002,7 @@ module Aws
|
|
|
1002
1002
|
def body: () -> Types::ResponseStream
|
|
1003
1003
|
def content_type: () -> ::String
|
|
1004
1004
|
def performance_config_latency: () -> ("standard" | "optimized")
|
|
1005
|
-
def service_tier: () -> ("priority" | "default" | "flex")
|
|
1005
|
+
def service_tier: () -> ("priority" | "default" | "flex" | "reserved")
|
|
1006
1006
|
end
|
|
1007
1007
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockRuntime/Client.html#invoke_model_with_response_stream-instance_method
|
|
1008
1008
|
def invoke_model_with_response_stream: (
|
|
@@ -1014,7 +1014,7 @@ module Aws
|
|
|
1014
1014
|
?guardrail_identifier: ::String,
|
|
1015
1015
|
?guardrail_version: ::String,
|
|
1016
1016
|
?performance_config_latency: ("standard" | "optimized"),
|
|
1017
|
-
?service_tier: ("priority" | "default" | "flex")
|
|
1017
|
+
?service_tier: ("priority" | "default" | "flex" | "reserved")
|
|
1018
1018
|
) ?{ (*untyped) -> void } -> _InvokeModelWithResponseStreamResponseSuccess
|
|
1019
1019
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _InvokeModelWithResponseStreamResponseSuccess
|
|
1020
1020
|
|
data/sig/types.rbs
CHANGED
|
@@ -878,7 +878,7 @@ module Aws::BedrockRuntime
|
|
|
878
878
|
attr_accessor guardrail_identifier: ::String
|
|
879
879
|
attr_accessor guardrail_version: ::String
|
|
880
880
|
attr_accessor performance_config_latency: ("standard" | "optimized")
|
|
881
|
-
attr_accessor service_tier: ("priority" | "default" | "flex")
|
|
881
|
+
attr_accessor service_tier: ("priority" | "default" | "flex" | "reserved")
|
|
882
882
|
SENSITIVE: [:body]
|
|
883
883
|
end
|
|
884
884
|
|
|
@@ -886,7 +886,7 @@ module Aws::BedrockRuntime
|
|
|
886
886
|
attr_accessor body: ::String
|
|
887
887
|
attr_accessor content_type: ::String
|
|
888
888
|
attr_accessor performance_config_latency: ("standard" | "optimized")
|
|
889
|
-
attr_accessor service_tier: ("priority" | "default" | "flex")
|
|
889
|
+
attr_accessor service_tier: ("priority" | "default" | "flex" | "reserved")
|
|
890
890
|
SENSITIVE: [:body]
|
|
891
891
|
end
|
|
892
892
|
|
|
@@ -915,7 +915,7 @@ module Aws::BedrockRuntime
|
|
|
915
915
|
attr_accessor guardrail_identifier: ::String
|
|
916
916
|
attr_accessor guardrail_version: ::String
|
|
917
917
|
attr_accessor performance_config_latency: ("standard" | "optimized")
|
|
918
|
-
attr_accessor service_tier: ("priority" | "default" | "flex")
|
|
918
|
+
attr_accessor service_tier: ("priority" | "default" | "flex" | "reserved")
|
|
919
919
|
SENSITIVE: [:body]
|
|
920
920
|
end
|
|
921
921
|
|
|
@@ -923,7 +923,7 @@ module Aws::BedrockRuntime
|
|
|
923
923
|
attr_accessor body: Types::ResponseStream
|
|
924
924
|
attr_accessor content_type: ::String
|
|
925
925
|
attr_accessor performance_config_latency: ("standard" | "optimized")
|
|
926
|
-
attr_accessor service_tier: ("priority" | "default" | "flex")
|
|
926
|
+
attr_accessor service_tier: ("priority" | "default" | "flex" | "reserved")
|
|
927
927
|
SENSITIVE: []
|
|
928
928
|
end
|
|
929
929
|
|
|
@@ -1090,7 +1090,7 @@ module Aws::BedrockRuntime
|
|
|
1090
1090
|
end
|
|
1091
1091
|
|
|
1092
1092
|
class ServiceTier
|
|
1093
|
-
attr_accessor type: ("priority" | "default" | "flex")
|
|
1093
|
+
attr_accessor type: ("priority" | "default" | "flex" | "reserved")
|
|
1094
1094
|
SENSITIVE: []
|
|
1095
1095
|
end
|
|
1096
1096
|
|