aws-sdk-codecatalyst 1.41.0 → 1.42.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-codecatalyst/client.rb +1 -1
- data/lib/aws-sdk-codecatalyst/endpoint_parameters.rb +3 -3
- data/lib/aws-sdk-codecatalyst.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: cb8a1ccfa7d0a9aa766fc29d6ba0bef678278150b74874eba4b9d160980cac87
         | 
| 4 | 
            +
              data.tar.gz: 1b03dd5b3902386205ca2e348dab0573d0619684128795692ae1e0bb58acca94
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 82b63267b61a1163355f8df89855fa30f953b374e335a8143da77a6c02106bc85bcef8a597b309ab7c42209afbe3d9342a9ab3db23cdd6757e8c6c3073fecd30
         | 
| 7 | 
            +
              data.tar.gz: a3a2355ce343a3d2cfb1c5dd39860dea0becb339e00196b9dfe80939744134962a37bc5cc010188e14698b342aae6a1cdc2fb4ac91fa7b7cade4942ce9d09630
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.42.0
         | 
| @@ -2490,7 +2490,7 @@ module Aws::CodeCatalyst | |
| 2490 2490 | 
             
                    tracer: tracer
         | 
| 2491 2491 | 
             
                  )
         | 
| 2492 2492 | 
             
                  context[:gem_name] = 'aws-sdk-codecatalyst'
         | 
| 2493 | 
            -
                  context[:gem_version] = '1. | 
| 2493 | 
            +
                  context[:gem_version] = '1.42.0'
         | 
| 2494 2494 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 2495 2495 | 
             
                end
         | 
| 2496 2496 |  | 
| @@ -13,17 +13,17 @@ module Aws::CodeCatalyst | |
| 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 region
         | 
| 19 19 | 
             
              #   The AWS region used to dispatch the request.
         | 
| 20 20 | 
             
              #
         | 
| 21 | 
            -
              #   @return [ | 
| 21 | 
            +
              #   @return [string]
         | 
| 22 22 | 
             
              #
         | 
| 23 23 | 
             
              # @!attribute endpoint
         | 
| 24 24 | 
             
              #   Override the endpoint used to send this request
         | 
| 25 25 | 
             
              #
         | 
| 26 | 
            -
              #   @return [ | 
| 26 | 
            +
              #   @return [string]
         | 
| 27 27 | 
             
              #
         | 
| 28 28 | 
             
              EndpointParameters = Struct.new(
         | 
| 29 29 | 
             
                :use_fips,
         | 
    
        data/lib/aws-sdk-codecatalyst.rb
    CHANGED