aws-sdk-ebs 1.2.0 → 1.3.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-sdk-ebs.rb +1 -1
- data/lib/aws-sdk-ebs/client.rb +9 -6
- data/lib/aws-sdk-ebs/resource.rb +1 -7
- metadata +4 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 0b3172b824d86226ceb2d390ead2f2f686526fa03fa0e0d4e468fc7afb9230f0
         | 
| 4 | 
            +
              data.tar.gz: daa54c12167ca60a51dd20d31f5c32c13e80c67fed53684c9bf9e49dd25f53fb
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: b5b52f53ed5b577f75fabc020f039d9f64949d4af8a4ff61a8fa29bd13f5db99561dd8bdd64fbb93110cba8ad712a6c00361c57cd9c39cb7dcc072d259e92290
         | 
| 7 | 
            +
              data.tar.gz: d59974d11e1e424742a0750573f680131c42d84a4f42a8f58560c454a4dc5fed348a9a2816e8a2b145ce64e41dc020c4cea89cd0cef2407a062350e036ff1309
         | 
    
        data/lib/aws-sdk-ebs.rb
    CHANGED
    
    
    
        data/lib/aws-sdk-ebs/client.rb
    CHANGED
    
    | @@ -105,7 +105,7 @@ module Aws::EBS | |
| 105 105 | 
             
                #   @option options [required, String] :region
         | 
| 106 106 | 
             
                #     The AWS region to connect to.  The configured `:region` is
         | 
| 107 107 | 
             
                #     used to determine the service `:endpoint`. When not passed,
         | 
| 108 | 
            -
                #     a default `:region` is  | 
| 108 | 
            +
                #     a default `:region` is searched for in the following locations:
         | 
| 109 109 | 
             
                #
         | 
| 110 110 | 
             
                #     * `Aws.config[:region]`
         | 
| 111 111 | 
             
                #     * `ENV['AWS_REGION']`
         | 
| @@ -161,7 +161,7 @@ module Aws::EBS | |
| 161 161 | 
             
                #   @option options [String] :endpoint
         | 
| 162 162 | 
             
                #     The client endpoint is normally constructed from the `:region`
         | 
| 163 163 | 
             
                #     option. You should only configure an `:endpoint` when connecting
         | 
| 164 | 
            -
                #     to test endpoints. This should be  | 
| 164 | 
            +
                #     to test endpoints. This should be a valid HTTP(S) URI.
         | 
| 165 165 | 
             
                #
         | 
| 166 166 | 
             
                #   @option options [Integer] :endpoint_cache_max_entries (1000)
         | 
| 167 167 | 
             
                #     Used for the maximum size limit of the LRU cache storing endpoints data
         | 
| @@ -269,8 +269,7 @@ module Aws::EBS | |
| 269 269 | 
             
                #
         | 
| 270 270 | 
             
                #   @option options [Integer] :http_read_timeout (60) The default
         | 
| 271 271 | 
             
                #     number of seconds to wait for response data.  This value can
         | 
| 272 | 
            -
                #     safely be set
         | 
| 273 | 
            -
                #     per-request on the session yielded by {#session_for}.
         | 
| 272 | 
            +
                #     safely be set per-request on the session.
         | 
| 274 273 | 
             
                #
         | 
| 275 274 | 
             
                #   @option options [Float] :http_idle_timeout (5) The number of
         | 
| 276 275 | 
             
                #     seconds a connection is allowed to sit idle before it is
         | 
| @@ -282,7 +281,7 @@ module Aws::EBS | |
| 282 281 | 
             
                #     request body.  This option has no effect unless the request has
         | 
| 283 282 | 
             
                #     "Expect" header set to "100-continue".  Defaults to `nil` which
         | 
| 284 283 | 
             
                #     disables this behaviour.  This value can safely be set per
         | 
| 285 | 
            -
                #     request on the session | 
| 284 | 
            +
                #     request on the session.
         | 
| 286 285 | 
             
                #
         | 
| 287 286 | 
             
                #   @option options [Boolean] :http_wire_trace (false) When `true`,
         | 
| 288 287 | 
             
                #     HTTP debug output will be sent to the `:logger`.
         | 
| @@ -393,6 +392,8 @@ module Aws::EBS | |
| 393 392 | 
             
                #   * {Types::ListChangedBlocksResponse#block_size #block_size} => Integer
         | 
| 394 393 | 
             
                #   * {Types::ListChangedBlocksResponse#next_token #next_token} => String
         | 
| 395 394 | 
             
                #
         | 
| 395 | 
            +
                # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
         | 
| 396 | 
            +
                #
         | 
| 396 397 | 
             
                # @example Request syntax with placeholder values
         | 
| 397 398 | 
             
                #
         | 
| 398 399 | 
             
                #   resp = client.list_changed_blocks({
         | 
| @@ -449,6 +450,8 @@ module Aws::EBS | |
| 449 450 | 
             
                #   * {Types::ListSnapshotBlocksResponse#block_size #block_size} => Integer
         | 
| 450 451 | 
             
                #   * {Types::ListSnapshotBlocksResponse#next_token #next_token} => String
         | 
| 451 452 | 
             
                #
         | 
| 453 | 
            +
                # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
         | 
| 454 | 
            +
                #
         | 
| 452 455 | 
             
                # @example Request syntax with placeholder values
         | 
| 453 456 | 
             
                #
         | 
| 454 457 | 
             
                #   resp = client.list_snapshot_blocks({
         | 
| @@ -490,7 +493,7 @@ module Aws::EBS | |
| 490 493 | 
             
                    params: params,
         | 
| 491 494 | 
             
                    config: config)
         | 
| 492 495 | 
             
                  context[:gem_name] = 'aws-sdk-ebs'
         | 
| 493 | 
            -
                  context[:gem_version] = '1. | 
| 496 | 
            +
                  context[:gem_version] = '1.3.0'
         | 
| 494 497 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 495 498 | 
             
                end
         | 
| 496 499 |  | 
    
        data/lib/aws-sdk-ebs/resource.rb
    CHANGED
    
    | @@ -6,13 +6,7 @@ | |
| 6 6 | 
             
            # WARNING ABOUT GENERATED CODE
         | 
| 7 7 |  | 
| 8 8 | 
             
            module Aws::EBS
         | 
| 9 | 
            -
             | 
| 10 | 
            -
              # To create a resource object:
         | 
| 11 | 
            -
              #     resource = Aws::EBS::Resource.new(region: 'us-west-2')
         | 
| 12 | 
            -
              # You can supply a client object with custom configuration that will be used for all resource operations.
         | 
| 13 | 
            -
              # If you do not pass +:client+, a default client will be constructed.
         | 
| 14 | 
            -
              #     client = Aws::EBS::Client.new(region: 'us-west-2')
         | 
| 15 | 
            -
              #     resource = Aws::EBS::Resource.new(client: client)
         | 
| 9 | 
            +
             | 
| 16 10 | 
             
              class Resource
         | 
| 17 11 |  | 
| 18 12 | 
             
                # @param options ({})
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-ebs
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.3.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: 2020- | 
| 11 | 
            +
            date: 2020-05-07 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         | 
| @@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 80 80 | 
             
                - !ruby/object:Gem::Version
         | 
| 81 81 | 
             
                  version: '0'
         | 
| 82 82 | 
             
            requirements: []
         | 
| 83 | 
            -
             | 
| 83 | 
            +
            rubyforge_project: 
         | 
| 84 | 
            +
            rubygems_version: 2.7.6.2
         | 
| 84 85 | 
             
            signing_key: 
         | 
| 85 86 | 
             
            specification_version: 4
         | 
| 86 87 | 
             
            summary: AWS SDK for Ruby - Amazon EBS
         |