aws-sdk-schemas 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0b39fe3e0aeb40c9be48a8e6f527226bcbaf652db1eeda9bdb360ad8564aaf3
4
- data.tar.gz: 61d511801bca17e9eeffd40b9f36f0bc630a58b9cc5e0c6f54a26bf6b33435e8
3
+ metadata.gz: bceb63f0deb97c5233f21e061cebff0f4de1727ef5c93dd12543043a42ab2ce0
4
+ data.tar.gz: 766d432d2627784a5680d7859c4ca207a21748509536313c1176f99fa29206ba
5
5
  SHA512:
6
- metadata.gz: b2c0cb1153efa7fc7654553a88d2768344adcd214540fa1139a3c3c571cb4677e6397f9135854f7baf2379e0013586ee97272dce3aed7a238485026fa205b87a
7
- data.tar.gz: f2d748472d3dc55d67334de268279a578438585cf6c09e46d8381ff9f213396690b6ec80da3a84c5687c11060392610a62266d2071adb6dd574b431c7579078c
6
+ metadata.gz: f09b63dd051b3ac5026c8a4ec584eb02ee92c0499dff9467307cbd712551c3299823cb1de9932ddf3c3aa4f787b73730d636660f4cc10cf38545477278899bff
7
+ data.tar.gz: 63988b7b5e21c42e5c6c99f6133f665b5f31f6d85aec5444ede41cace1521eab91d4f81184b43ca79732d60707384d888405048007ef12ad564597ef542b9241
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-schemas/customizations'
46
46
  # @service
47
47
  module Aws::Schemas
48
48
 
49
- GEM_VERSION = '1.2.0'
49
+ GEM_VERSION = '1.3.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::Schemas
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::Schemas
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
@@ -1436,7 +1436,7 @@ module Aws::Schemas
1436
1436
  params: params,
1437
1437
  config: config)
1438
1438
  context[:gem_name] = 'aws-sdk-schemas'
1439
- context[:gem_version] = '1.2.0'
1439
+ context[:gem_version] = '1.3.0'
1440
1440
  Seahorse::Client::Request.new(handlers, context)
1441
1441
  end
1442
1442
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-schemas
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-30 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