aws-sdk-augmentedairuntime 1.3.0 → 1.4.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: c7418abf6f18bf32bb0858b17ac39570beea3056dc643afebf1143e6a0808b0e
4
- data.tar.gz: f18b6e372d64c3dcd269fd55701b1abd05c549e8b18add78d169e84e34576937
3
+ metadata.gz: e29cfc94cce1c7db9a8f09d8ee82781b587d52ec7cc8084f6cbe059047d99f7a
4
+ data.tar.gz: 89451a56ecfad87080bad3c4dd07080fa1e035a4754da61fca486b1ac34752ad
5
5
  SHA512:
6
- metadata.gz: fb18ea2c11ea1da15f1009dcb4c134e8999a8d1d1a186d1cb20f9ffad97ee1e29f35f303216658565e14e71ab6d8ee1e3f1e6705c2ec949a4d475986db3b593c
7
- data.tar.gz: 5717bb00636aee64c6d5a65ba0282787853a793f94dadd4c17c7e3461074ba23235098dd5309678bb396605e6e2f927e9b536ae4019c95f5ccae96d68e1b638f
6
+ metadata.gz: 4c3f1c78a54774f3daff25bbced914e6e7f8fb8ade01bb739cc03e74ec2b89f31f7f4b87d2232caa99bbf97ecf34ea41bc484a2c198cc5945aa4cd0a104222f2
7
+ data.tar.gz: eed3821904a3c16c20d19eb9d64f5e151a094fae04b6841bb7fb772cbdade565c8239bb799f4fc6c9aa97d8c3cae2f8c8472700d1218f9251001e66fd4bfadb3
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-augmentedairuntime/customizations'
45
45
  # @service
46
46
  module Aws::AugmentedAIRuntime
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::AugmentedAIRuntime
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::AugmentedAIRuntime
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
@@ -519,7 +519,7 @@ module Aws::AugmentedAIRuntime
519
519
  params: params,
520
520
  config: config)
521
521
  context[:gem_name] = 'aws-sdk-augmentedairuntime'
522
- context[:gem_version] = '1.3.0'
522
+ context[:gem_version] = '1.4.0'
523
523
  Seahorse::Client::Request.new(handlers, context)
524
524
  end
525
525
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-augmentedairuntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-16 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