aws-partitions 1.417.0 → 1.418.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/lib/aws-partitions.rb +2 -0
- 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: 67a5ae2c958f7025497665ee0c91d2b4d76a5a58e482ac9d057808b3f28ad7c9
         | 
| 4 | 
            +
              data.tar.gz: e48beb04fb6de6d05714278169a85b3a4f63b1a98679c7c7bbc44496a2d9570c
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: b789a5964317fbe8cddc64d0eea5c8b99637a125a44509f67558e0976d1f207351d6e161a0d723c940e7ccc98a42f96a171f7e9bfdfae9361ce178052f2e3cfa
         | 
| 7 | 
            +
              data.tar.gz: 3e811228fa7c9922c3b5e3ed17d76eeaa62d05514d16eab3a8654d1c2b26513b7cf9e4c53c3e173d7972f1fbb9c95c37ed8255709e4c9d735399fdeb721ed9d9
         | 
    
        data/lib/aws-partitions.rb
    CHANGED
    
    | @@ -370,6 +370,8 @@ module Aws | |
| 370 370 | 
             
                        'LambdaPreview' => 'lambda',
         | 
| 371 371 | 
             
                        'Lex' => 'runtime.lex',
         | 
| 372 372 | 
             
                        'LexModelBuildingService' => 'models.lex',
         | 
| 373 | 
            +
                        'LexModelsV2' => 'models-v2-lex',
         | 
| 374 | 
            +
                        'LexRuntimeV2' => 'runtime-v2-lex',
         | 
| 373 375 | 
             
                        'LicenseManager' => 'license-manager',
         | 
| 374 376 | 
             
                        'Lightsail' => 'lightsail',
         | 
| 375 377 | 
             
                        'LocationService' => 'geo',
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-partitions
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.418.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: 2021-01- | 
| 11 | 
            +
            date: 2021-01-22 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies: []
         | 
| 13 13 | 
             
            description: Provides interfaces to enumerate AWS partitions, regions, and services.
         | 
| 14 14 | 
             
            email: 
         |