aws-sdk-snowball 1.69.0 → 1.70.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-snowball/client.rb +1 -1
 - data/lib/aws-sdk-snowball/client_api.rb +2 -0
 - data/lib/aws-sdk-snowball.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: aa91cada20ed263a1b480128781a2b9813b39744c57f26bee7b7ca275eee8832
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: de1bb5de1a6db6d151233794c76d0951c547e8c06ae0844b831b080b17d5b854
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5e2531b211d9e12c75bafc1249e0810804938bad94f711c4dfa1972a5407f64ab7d2d67b35c103cd86e67f0dffe71e6d0bd9f0e57f6523bb96b566bbf4e6ad84
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: aa5618b4ae1b4bfb49ed981aff61cec962f0c5d9a5ca225d1f17bdd894fbde5950fca4c41a18fe1d76df41670a5ca7544ee951ff7e07606a53611610fe6d4406
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1. 
     | 
| 
      
 1 
     | 
    
         
            +
            1.70.0
         
     | 
| 
         @@ -2918,7 +2918,7 @@ module Aws::Snowball 
     | 
|
| 
       2918 
2918 
     | 
    
         
             
                    params: params,
         
     | 
| 
       2919 
2919 
     | 
    
         
             
                    config: config)
         
     | 
| 
       2920 
2920 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-snowball'
         
     | 
| 
       2921 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 2921 
     | 
    
         
            +
                  context[:gem_version] = '1.70.0'
         
     | 
| 
       2922 
2922 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       2923 
2923 
     | 
    
         
             
                end
         
     | 
| 
       2924 
2924 
     | 
    
         | 
| 
         @@ -684,9 +684,11 @@ module Aws::Snowball 
     | 
|
| 
       684 
684 
     | 
    
         | 
| 
       685 
685 
     | 
    
         
             
                  api.metadata = {
         
     | 
| 
       686 
686 
     | 
    
         
             
                    "apiVersion" => "2016-06-30",
         
     | 
| 
      
 687 
     | 
    
         
            +
                    "auth" => ["aws.auth#sigv4"],
         
     | 
| 
       687 
688 
     | 
    
         
             
                    "endpointPrefix" => "snowball",
         
     | 
| 
       688 
689 
     | 
    
         
             
                    "jsonVersion" => "1.1",
         
     | 
| 
       689 
690 
     | 
    
         
             
                    "protocol" => "json",
         
     | 
| 
      
 691 
     | 
    
         
            +
                    "protocols" => ["json"],
         
     | 
| 
       690 
692 
     | 
    
         
             
                    "serviceAbbreviation" => "Amazon Snowball",
         
     | 
| 
       691 
693 
     | 
    
         
             
                    "serviceFullName" => "Amazon Import/Export Snowball",
         
     | 
| 
       692 
694 
     | 
    
         
             
                    "serviceId" => "Snowball",
         
     | 
    
        data/lib/aws-sdk-snowball.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: aws-sdk-snowball
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.70.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-06- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2024-06-18 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: aws-sdk-core
         
     |