aws-sdk-devicefarm 1.71.0 → 1.72.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-devicefarm/client.rb +1 -1
- data/lib/aws-sdk-devicefarm/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-devicefarm.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c44e777c0743a821997432135bde332a4a32021e5baa4f5ea0efa04674f9dc0f
         | 
| 4 | 
            +
              data.tar.gz: c018ed7043bc6e938cdb809beb7a5cf3adeaa5a8453c3f249c458ac0b2ee4304
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 33b9151462ecd8cc7c966fabfb5ec6ad5ee9df848abdc5fe50ec1ca5e4fadf57703902350a80d3b943def08f9722388ae919e5b1964e260cf00a07c901316744
         | 
| 7 | 
            +
              data.tar.gz: bea7a087f5b5285273c7f2301e3290b073b28d28544e2058c6bcd9bc09baea3211fdc148e742c963ffef3e97ff8834207f1de0856021a591f12790dd27532306
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.72.0
         | 
| @@ -6153,7 +6153,7 @@ module Aws::DeviceFarm | |
| 6153 6153 | 
             
                    params: params,
         | 
| 6154 6154 | 
             
                    config: config)
         | 
| 6155 6155 | 
             
                  context[:gem_name] = 'aws-sdk-devicefarm'
         | 
| 6156 | 
            -
                  context[:gem_version] = '1. | 
| 6156 | 
            +
                  context[:gem_version] = '1.72.0'
         | 
| 6157 6157 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 6158 6158 | 
             
                end
         | 
| 6159 6159 |  | 
| @@ -32,7 +32,7 @@ module Aws::DeviceFarm | |
| 32 32 | 
             
                        raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
         | 
| 33 33 | 
             
                      end
         | 
| 34 34 | 
             
                      if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
         | 
| 35 | 
            -
                        if Aws::Endpoints::Matchers.boolean_equals?( | 
| 35 | 
            +
                        if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
         | 
| 36 36 | 
             
                          return Aws::Endpoints::Endpoint.new(url: "https://devicefarm-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
         | 
| 37 37 | 
             
                        end
         | 
| 38 38 | 
             
                        raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
         | 
    
        data/lib/aws-sdk-devicefarm.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-devicefarm
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.72.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024-07- | 
| 11 | 
            +
            date: 2024-07-08 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         |