aws-sdk-dataexchange 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb7ec1a519d91f11ec4a340bb9ebff50aa57c38be7a9f96643e8f6ad32c9e880
4
- data.tar.gz: a476a8fb67f77f9126dec883631a84676514bf7bef99b05fe900fea64b8c7c7d
3
+ metadata.gz: 693c76e37e1d6bd8e05418dc2d1f8c37f87bb75959949428cb56960583826c83
4
+ data.tar.gz: 8196606aef5d7253a50624aecb7645a744a3610f641a8a8798f2710e55a1b632
5
5
  SHA512:
6
- metadata.gz: 330a733b28658976ab171f5f18f4b9b19f61a4651132b21cd7d394db51cecbe84ee2936dc50759911ca971a8192dd52b03fa45db42d0ec5aad9b15b8c3fec227
7
- data.tar.gz: e35502aee0be1d1be1e7d9167f941b9628f655832e1ca20606b0fcfe3e5e6f124f5563f3739c7f92638ddad5429de57e974fc93ab17aeb936b2133e73261438d
6
+ metadata.gz: 40a97c537e43749fab2d6e112a623c249f0a70c8054b4873897507aa18b727cebb686e7145094b6505c85aec803e403ce070ab09e92b4c3f6940b72e7406ede5
7
+ data.tar.gz: 54aa5952c8aa9c815d712d8957d6e1b52527bac0e6a17c2d8ebb54f19b39f820aa125dc398ae370c317a1feaf0069809c532b6e270e3771e023ae421b4f74315
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-dataexchange/customizations'
45
45
  # @service
46
46
  module Aws::DataExchange
47
47
 
48
- GEM_VERSION = '1.2.0'
48
+ GEM_VERSION = '1.3.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::DataExchange
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 search for in the following locations:
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::DataExchange
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 avalid HTTP(S) URI.
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
@@ -1370,7 +1370,7 @@ module Aws::DataExchange
1370
1370
  params: params,
1371
1371
  config: config)
1372
1372
  context[:gem_name] = 'aws-sdk-dataexchange'
1373
- context[:gem_version] = '1.2.0'
1373
+ context[:gem_version] = '1.3.0'
1374
1374
  Seahorse::Client::Request.new(handlers, context)
1375
1375
  end
1376
1376
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
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-04-27 00:00:00.000000000 Z
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