aws-sdk-imagebuilder 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 +4 -4
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4065e6dfac6f74c0c3a65054a5eccee06209ff5b746a4e5236d9eefc11fa3538
|
|
4
|
+
data.tar.gz: 1fef6f5828759a09f05e779c6c1791a11497be9f9b17c944b18bb20bf4cfba01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdd6a68ad2245cd31b0088345d8f5e0c7e75c97e25ba85f850a74b3a4213981cd6c55661cd75937626534130c6ea6bea1fa2ced222b947ba81a82c15174ee076
|
|
7
|
+
data.tar.gz: 4db5f82c8f1fb7fcc45f3c99e9ff5dbb1174d3d6e8df0307c7c8df33c4554a7e608d506378e71d4ca0d1302e88d7f0f2a82b1e44b7732ac3040b0cbbb83f01ef
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
|
@@ -105,7 +105,7 @@ module Aws::Imagebuilder
|
|
|
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
|
|
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::Imagebuilder
|
|
|
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
|
|
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
|
|
@@ -2660,7 +2660,7 @@ module Aws::Imagebuilder
|
|
|
2660
2660
|
params: params,
|
|
2661
2661
|
config: config)
|
|
2662
2662
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
2663
|
-
context[:gem_version] = '1.
|
|
2663
|
+
context[:gem_version] = '1.5.0'
|
|
2664
2664
|
Seahorse::Client::Request.new(handlers, context)
|
|
2665
2665
|
end
|
|
2666
2666
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-imagebuilder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
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-
|
|
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
|