aws-sdk-bedrockruntime 1.59.0 → 1.61.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-bedrockruntime/async_client.rb +1 -1
- data/lib/aws-sdk-bedrockruntime/client.rb +3 -3
- data/lib/aws-sdk-bedrockruntime/client_api.rb +1 -0
- data/lib/aws-sdk-bedrockruntime.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +2 -2
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 3d40f57a57b33f1601e39a979f4383dc030353c3909bc676692737dda8c4d2ca
         | 
| 4 | 
            +
              data.tar.gz: 8125207730687a41ded3cb6e6f6064524734486b0f243cd7a5102053ec72033b
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 94751c6412e1171444101039086d771bac30d006acff805ec5ac5e8d73bccfb450cc8ceb9e2a149621d21e7f10beb052bcb7c427913a11dd24db10e2da9bd64c
         | 
| 7 | 
            +
              data.tar.gz: b4295c1da8def6f03a75a3afccae27f1c84b7e6495ebde4e3e67a2a29266f24562a4bcd438bad9f30262d081a234105150eb4aca78d5f8e8042962ae66b2e066
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,16 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.61.0 (2025-10-21)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            1.60.0 (2025-09-29)
         | 
| 10 | 
            +
            ------------------
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            * Feature - New stop reason for Converse and ConverseStream
         | 
| 13 | 
            +
             | 
| 4 14 | 
             
            1.59.0 (2025-08-29)
         | 
| 5 15 | 
             
            ------------------
         | 
| 6 16 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.61.0
         | 
| @@ -1237,7 +1237,7 @@ module Aws::BedrockRuntime | |
| 1237 1237 | 
             
                #   resp.output.message.content[0].citations_content.citations[0].location.document_chunk.document_index #=> Integer
         | 
| 1238 1238 | 
             
                #   resp.output.message.content[0].citations_content.citations[0].location.document_chunk.start #=> Integer
         | 
| 1239 1239 | 
             
                #   resp.output.message.content[0].citations_content.citations[0].location.document_chunk.end #=> Integer
         | 
| 1240 | 
            -
                #   resp.stop_reason #=> String, one of "end_turn", "tool_use", "max_tokens", "stop_sequence", "guardrail_intervened", "content_filtered"
         | 
| 1240 | 
            +
                #   resp.stop_reason #=> String, one of "end_turn", "tool_use", "max_tokens", "stop_sequence", "guardrail_intervened", "content_filtered", "model_context_window_exceeded"
         | 
| 1241 1241 | 
             
                #   resp.usage.input_tokens #=> Integer
         | 
| 1242 1242 | 
             
                #   resp.usage.output_tokens #=> Integer
         | 
| 1243 1243 | 
             
                #   resp.usage.total_tokens #=> Integer
         | 
| @@ -2227,7 +2227,7 @@ module Aws::BedrockRuntime | |
| 2227 2227 | 
             
                #   event.content_block_index #=> Integer
         | 
| 2228 2228 | 
             
                #
         | 
| 2229 2229 | 
             
                #   # For :message_stop event available at #on_message_stop_event callback and response eventstream enumerator:
         | 
| 2230 | 
            -
                #   event.stop_reason #=> String, one of "end_turn", "tool_use", "max_tokens", "stop_sequence", "guardrail_intervened", "content_filtered"
         | 
| 2230 | 
            +
                #   event.stop_reason #=> String, one of "end_turn", "tool_use", "max_tokens", "stop_sequence", "guardrail_intervened", "content_filtered", "model_context_window_exceeded"
         | 
| 2231 2231 | 
             
                #
         | 
| 2232 2232 | 
             
                #   # For :metadata event available at #on_metadata_event callback and response eventstream enumerator:
         | 
| 2233 2233 | 
             
                #   event.usage.input_tokens #=> Integer
         | 
| @@ -3574,7 +3574,7 @@ module Aws::BedrockRuntime | |
| 3574 3574 | 
             
                    tracer: tracer
         | 
| 3575 3575 | 
             
                  )
         | 
| 3576 3576 | 
             
                  context[:gem_name] = 'aws-sdk-bedrockruntime'
         | 
| 3577 | 
            -
                  context[:gem_version] = '1. | 
| 3577 | 
            +
                  context[:gem_version] = '1.61.0'
         | 
| 3578 3578 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 3579 3579 | 
             
                end
         | 
| 3580 3580 |  | 
| @@ -1278,6 +1278,7 @@ module Aws::BedrockRuntime | |
| 1278 1278 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 1279 1279 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 1280 1280 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1281 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
         | 
| 1281 1282 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1282 1283 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         | 
| 1283 1284 | 
             
                  end)
         | 
    
        data/sig/client.rbs
    CHANGED
    
    | @@ -116,7 +116,7 @@ module Aws | |
| 116 116 | 
             
                  interface _ConverseResponseSuccess
         | 
| 117 117 | 
             
                    include ::Seahorse::Client::_ResponseSuccess[Types::ConverseResponse]
         | 
| 118 118 | 
             
                    def output: () -> Types::ConverseOutput
         | 
| 119 | 
            -
                    def stop_reason: () -> ("end_turn" | "tool_use" | "max_tokens" | "stop_sequence" | "guardrail_intervened" | "content_filtered")
         | 
| 119 | 
            +
                    def stop_reason: () -> ("end_turn" | "tool_use" | "max_tokens" | "stop_sequence" | "guardrail_intervened" | "content_filtered" | "model_context_window_exceeded")
         | 
| 120 120 | 
             
                    def usage: () -> Types::TokenUsage
         | 
| 121 121 | 
             
                    def metrics: () -> Types::ConverseMetrics
         | 
| 122 122 | 
             
                    def additional_model_response_fields: () -> untyped
         | 
    
        data/sig/types.rbs
    CHANGED
    
    | @@ -282,7 +282,7 @@ module Aws::BedrockRuntime | |
| 282 282 |  | 
| 283 283 | 
             
                class ConverseResponse
         | 
| 284 284 | 
             
                  attr_accessor output: Types::ConverseOutput
         | 
| 285 | 
            -
                  attr_accessor stop_reason: ("end_turn" | "tool_use" | "max_tokens" | "stop_sequence" | "guardrail_intervened" | "content_filtered")
         | 
| 285 | 
            +
                  attr_accessor stop_reason: ("end_turn" | "tool_use" | "max_tokens" | "stop_sequence" | "guardrail_intervened" | "content_filtered" | "model_context_window_exceeded")
         | 
| 286 286 | 
             
                  attr_accessor usage: Types::TokenUsage
         | 
| 287 287 | 
             
                  attr_accessor metrics: Types::ConverseMetrics
         | 
| 288 288 | 
             
                  attr_accessor additional_model_response_fields: untyped
         | 
| @@ -920,7 +920,7 @@ module Aws::BedrockRuntime | |
| 920 920 | 
             
                end
         | 
| 921 921 |  | 
| 922 922 | 
             
                class MessageStopEvent
         | 
| 923 | 
            -
                  attr_accessor stop_reason: ("end_turn" | "tool_use" | "max_tokens" | "stop_sequence" | "guardrail_intervened" | "content_filtered")
         | 
| 923 | 
            +
                  attr_accessor stop_reason: ("end_turn" | "tool_use" | "max_tokens" | "stop_sequence" | "guardrail_intervened" | "content_filtered" | "model_context_window_exceeded")
         | 
| 924 924 | 
             
                  attr_accessor additional_model_response_fields: untyped
         | 
| 925 925 | 
             
                  attr_accessor event_type: untyped
         | 
| 926 926 | 
             
                  SENSITIVE: []
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-bedrockruntime
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.61.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| @@ -18,7 +18,7 @@ dependencies: | |
| 18 18 | 
             
                    version: '3'
         | 
| 19 19 | 
             
                - - ">="
         | 
| 20 20 | 
             
                  - !ruby/object:Gem::Version
         | 
| 21 | 
            -
                    version: 3. | 
| 21 | 
            +
                    version: 3.234.0
         | 
| 22 22 | 
             
              type: :runtime
         | 
| 23 23 | 
             
              prerelease: false
         | 
| 24 24 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| @@ -28,7 +28,7 @@ dependencies: | |
| 28 28 | 
             
                    version: '3'
         | 
| 29 29 | 
             
                - - ">="
         | 
| 30 30 | 
             
                  - !ruby/object:Gem::Version
         | 
| 31 | 
            -
                    version: 3. | 
| 31 | 
            +
                    version: 3.234.0
         | 
| 32 32 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 33 33 | 
             
              name: aws-sigv4
         | 
| 34 34 | 
             
              requirement: !ruby/object:Gem::Requirement
         |