aws-sdk-bcmpricingcalculator 1.18.0 → 1.19.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
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c91cd2b920b72e738674fa4aaa1d2aa52807c7fa3b30c4f46817143b185ef166
         | 
| 4 | 
            +
              data.tar.gz: ff8182a69a6c7cbb68b32026eafbecde643ec611df374f07e25a46713625aeaa
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 13b043b85f93a43999fdbfaa3b10a0c802a948d7c4b5f47aef37b8d24ac15a1a6c563ba1d9d99ae63ead5cd62ec880a2fd1d46e1572cbcbb3a72ac82e3261a97
         | 
| 7 | 
            +
              data.tar.gz: b7449bee5833d1538397f4342007b0e76bcac16e3faff76e422309e51981c7c2dee14b659d625571697d2591c0f8263db08a5e4233966d53daf8bdcbe4def65b
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.19.0
         | 
| @@ -2730,7 +2730,7 @@ module Aws::BCMPricingCalculator | |
| 2730 2730 | 
             
                    tracer: tracer
         | 
| 2731 2731 | 
             
                  )
         | 
| 2732 2732 | 
             
                  context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
         | 
| 2733 | 
            -
                  context[:gem_version] = '1. | 
| 2733 | 
            +
                  context[:gem_version] = '1.19.0'
         | 
| 2734 2734 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 2735 2735 | 
             
                end
         | 
| 2736 2736 |  | 
| @@ -13,17 +13,17 @@ module Aws::BCMPricingCalculator | |
| 13 13 | 
             
              # @!attribute use_fips
         | 
| 14 14 | 
             
              #   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.
         | 
| 15 15 | 
             
              #
         | 
| 16 | 
            -
              #   @return [ | 
| 16 | 
            +
              #   @return [boolean]
         | 
| 17 17 | 
             
              #
         | 
| 18 18 | 
             
              # @!attribute endpoint
         | 
| 19 19 | 
             
              #   Override the endpoint used to send this request
         | 
| 20 20 | 
             
              #
         | 
| 21 | 
            -
              #   @return [ | 
| 21 | 
            +
              #   @return [string]
         | 
| 22 22 | 
             
              #
         | 
| 23 23 | 
             
              # @!attribute region
         | 
| 24 24 | 
             
              #   The AWS region used to dispatch the request.
         | 
| 25 25 | 
             
              #
         | 
| 26 | 
            -
              #   @return [ | 
| 26 | 
            +
              #   @return [string]
         | 
| 27 27 | 
             
              #
         | 
| 28 28 | 
             
              EndpointParameters = Struct.new(
         | 
| 29 29 | 
             
                :use_fips,
         |