aws-sdk-kinesisvideo 1.86.0 → 1.87.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-kinesisvideo/client.rb +1 -1
- data/lib/aws-sdk-kinesisvideo/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-kinesisvideo.rb +1 -1
- 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: b7ff5e099cbb8c3fb791f78f0c228d90fd31065eeb0cbf9a405470f81f0b7c0c
         | 
| 4 | 
            +
              data.tar.gz: 65264fe887be313401ee72cde1786fc59489012bb47ac21912f60df058fcc257
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 0f6e0f0e70672eca7ab88968b4aba18917f958f58e1b2df7dcbc424464801e0b4c29b80b8bf2952b18011cee1d5553114e30abbda67ead8fcd44556a4516c23a
         | 
| 7 | 
            +
              data.tar.gz: bfa9d1fd4dcfb0c28ca1653675c7dfbff124eda6108a98663e5db91f306a5ae80dcddcff4948090e2f05fe4e67c5fd54ca40073977f6a3895bb58bee0478ebf0
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.87.0
         | 
| @@ -2031,7 +2031,7 @@ module Aws::KinesisVideo | |
| 2031 2031 | 
             
                    tracer: tracer
         | 
| 2032 2032 | 
             
                  )
         | 
| 2033 2033 | 
             
                  context[:gem_name] = 'aws-sdk-kinesisvideo'
         | 
| 2034 | 
            -
                  context[:gem_version] = '1. | 
| 2034 | 
            +
                  context[:gem_version] = '1.87.0'
         | 
| 2035 2035 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 2036 2036 | 
             
                end
         | 
| 2037 2037 |  | 
| @@ -13,22 +13,22 @@ module Aws::KinesisVideo | |
| 13 13 | 
             
              # @!attribute region
         | 
| 14 14 | 
             
              #   The AWS region used to dispatch the request.
         | 
| 15 15 | 
             
              #
         | 
| 16 | 
            -
              #   @return [ | 
| 16 | 
            +
              #   @return [string]
         | 
| 17 17 | 
             
              #
         | 
| 18 18 | 
             
              # @!attribute use_dual_stack
         | 
| 19 19 | 
             
              #   When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
         | 
| 20 20 | 
             
              #
         | 
| 21 | 
            -
              #   @return [ | 
| 21 | 
            +
              #   @return [boolean]
         | 
| 22 22 | 
             
              #
         | 
| 23 23 | 
             
              # @!attribute use_fips
         | 
| 24 24 | 
             
              #   When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
         | 
| 25 25 | 
             
              #
         | 
| 26 | 
            -
              #   @return [ | 
| 26 | 
            +
              #   @return [boolean]
         | 
| 27 27 | 
             
              #
         | 
| 28 28 | 
             
              # @!attribute endpoint
         | 
| 29 29 | 
             
              #   Override the endpoint used to send this request
         | 
| 30 30 | 
             
              #
         | 
| 31 | 
            -
              #   @return [ | 
| 31 | 
            +
              #   @return [string]
         | 
| 32 32 | 
             
              #
         | 
| 33 33 | 
             
              EndpointParameters = Struct.new(
         | 
| 34 34 | 
             
                :region,
         | 
    
        data/lib/aws-sdk-kinesisvideo.rb
    CHANGED