aws-sdk-robomaker 1.22.0 → 1.23.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
- SHA1:
3
- metadata.gz: 0bd0f1c6578423d36db11b9ef44e14750b62c8dc
4
- data.tar.gz: 29be58eeeabc977b5da974cef0ba4c668db59076
2
+ SHA256:
3
+ metadata.gz: 3f53fc9749d00e0f650b5edda4b643ff0bcd24a245e85b78cb7fe1f67b72356a
4
+ data.tar.gz: d4c96e9dd79d619c636adc215b99d0cac3ecb823fa2fdc1e240ed6c5b1e6fef7
5
5
  SHA512:
6
- metadata.gz: d4572dab2e9568c8fdd80d932e69e760210b97bfc8d74bf8922515d50bf39352b4cbcca30204588a792f20fde58521b371f1ded32864643cc5b4809cddef21e8
7
- data.tar.gz: b5bdf21168fa58122c02b14f5693896c1b7ba772bf96a0c209450d323b3d2ac2754e76a4cadb700a15aec5ef4f63295d5d1a93165bfe638826412612e41d74e1
6
+ metadata.gz: 0efe67739ce6281ad53a26e1befe5a04c2176e1cb6cf2e7a3d07eb689fa26ffcb5c996f222682e26411051912fedb79ddce8ab3ae213cb21deeae465d71f026e
7
+ data.tar.gz: a80212125e5649cf26212ead0f4b4aee3bf36777245459d082be8fbf3d0948e580482e99caa97d27d81fc0848635d8c8be4c48b6d62d0303851104e09ec5bd9b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-robomaker/customizations'
45
45
  # @service
46
46
  module Aws::RoboMaker
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::RoboMaker
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::RoboMaker
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
@@ -3000,7 +3000,7 @@ module Aws::RoboMaker
3000
3000
  params: params,
3001
3001
  config: config)
3002
3002
  context[:gem_name] = 'aws-sdk-robomaker'
3003
- context[:gem_version] = '1.22.0'
3003
+ context[:gem_version] = '1.23.0'
3004
3004
  Seahorse::Client::Request.new(handlers, context)
3005
3005
  end
3006
3006
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-robomaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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-03 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
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - RoboMaker