aws-sdk-batch 1.46.0 → 1.50.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-batch.rb +1 -1
- data/lib/aws-sdk-batch/client.rb +210 -101
- data/lib/aws-sdk-batch/client_api.rb +26 -0
- data/lib/aws-sdk-batch/types.rb +653 -322
- metadata +7 -8
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-batch
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.50.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- | 
| 11 | 
            +
            date: 2021-07-30 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         | 
| @@ -19,7 +19,7 @@ dependencies: | |
| 19 19 | 
             
                    version: '3'
         | 
| 20 20 | 
             
                - - ">="
         | 
| 21 21 | 
             
                  - !ruby/object:Gem::Version
         | 
| 22 | 
            -
                    version: 3. | 
| 22 | 
            +
                    version: 3.119.0
         | 
| 23 23 | 
             
              type: :runtime
         | 
| 24 24 | 
             
              prerelease: false
         | 
| 25 25 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| @@ -29,7 +29,7 @@ dependencies: | |
| 29 29 | 
             
                    version: '3'
         | 
| 30 30 | 
             
                - - ">="
         | 
| 31 31 | 
             
                  - !ruby/object:Gem::Version
         | 
| 32 | 
            -
                    version: 3. | 
| 32 | 
            +
                    version: 3.119.0
         | 
| 33 33 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 34 34 | 
             
              name: aws-sigv4
         | 
| 35 35 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby | |
| 66 66 | 
             
            licenses:
         | 
| 67 67 | 
             
            - Apache-2.0
         | 
| 68 68 | 
             
            metadata:
         | 
| 69 | 
            -
              source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/ | 
| 70 | 
            -
              changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/ | 
| 69 | 
            +
              source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-batch
         | 
| 70 | 
            +
              changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-batch/CHANGELOG.md
         | 
| 71 71 | 
             
            post_install_message: 
         | 
| 72 72 | 
             
            rdoc_options: []
         | 
| 73 73 | 
             
            require_paths:
         | 
| @@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 83 83 | 
             
                - !ruby/object:Gem::Version
         | 
| 84 84 | 
             
                  version: '0'
         | 
| 85 85 | 
             
            requirements: []
         | 
| 86 | 
            -
             | 
| 87 | 
            -
            rubygems_version: 2.7.6.2
         | 
| 86 | 
            +
            rubygems_version: 3.1.6
         | 
| 88 87 | 
             
            signing_key: 
         | 
| 89 88 | 
             
            specification_version: 4
         | 
| 90 89 | 
             
            summary: AWS SDK for Ruby - AWS Batch
         |