aws-sdk-augmentedairuntime 1.4.0 → 1.5.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: e29cfc94cce1c7db9a8f09d8ee82781b587d52ec7cc8084f6cbe059047d99f7a
4
- data.tar.gz: 89451a56ecfad87080bad3c4dd07080fa1e035a4754da61fca486b1ac34752ad
3
+ metadata.gz: 43fe61029e6f8aa7c9f3fd6055ee6c5d9c7eac7af7aecf4c06f2f9eaa0b27612
4
+ data.tar.gz: 89ff9919661a27887335b2342518836482af2d5cb787019d2aaf3b2a034d3e33
5
5
  SHA512:
6
- metadata.gz: 4c3f1c78a54774f3daff25bbced914e6e7f8fb8ade01bb739cc03e74ec2b89f31f7f4b87d2232caa99bbf97ecf34ea41bc484a2c198cc5945aa4cd0a104222f2
7
- data.tar.gz: eed3821904a3c16c20d19eb9d64f5e151a094fae04b6841bb7fb772cbdade565c8239bb799f4fc6c9aa97d8c3cae2f8c8472700d1218f9251001e66fd4bfadb3
6
+ metadata.gz: 88c55c8ec8019a920d35081fbd4983545cc9a711db1f78800811769c91f9cfcdf724d289861121905e8da4f49536d052b0470718f5927d6e8830988532b7c7ba
7
+ data.tar.gz: bf6868c713cd69be8c56e1e1c16b5da41c18d7d30a9dd8808ab6b5963020bdf3060cc74acbc0dff5236db9ddb11dbbd43c695bac752543ebee0b94227d22a87e
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-augmentedairuntime/customizations'
45
45
  # @service
46
46
  module Aws::AugmentedAIRuntime
47
47
 
48
- GEM_VERSION = '1.4.0'
48
+ GEM_VERSION = '1.5.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::AugmentedAIRuntime
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -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.4.0'
522
+ context[:gem_version] = '1.5.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.4.0
4
+ version: 1.5.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core