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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dab958235163bf1a5611fc68d16ab221b06ce1a619c7f3276b288e7b215c9a8
4
- data.tar.gz: 69b294ca7d7f25cf5f8a1f83f16f6e27d0f41c7298c367985e0e6b0d007d2a2a
3
+ metadata.gz: 4065e6dfac6f74c0c3a65054a5eccee06209ff5b746a4e5236d9eefc11fa3538
4
+ data.tar.gz: 1fef6f5828759a09f05e779c6c1791a11497be9f9b17c944b18bb20bf4cfba01
5
5
  SHA512:
6
- metadata.gz: ce37e97ac11679126ae3b7edec7abfbefc50d35823bf78d79a1828598f22ef22b5be933b4cbd4b3a582747419f64df2237a72f89011c90afe97ce295fcd887bd
7
- data.tar.gz: d95817f18678860aeaf33831548d80da13a78bef74bb426d2dbc02f93e548fc428391b621bf1e220957860a6e73727508d2eb5f3900b79951a5bf64a3d30cfe9
6
+ metadata.gz: cdd6a68ad2245cd31b0088345d8f5e0c7e75c97e25ba85f850a74b3a4213981cd6c55661cd75937626534130c6ea6bea1fa2ced222b947ba81a82c15174ee076
7
+ data.tar.gz: 4db5f82c8f1fb7fcc45f3c99e9ff5dbb1174d3d6e8df0307c7c8df33c4554a7e608d506378e71d4ca0d1302e88d7f0f2a82b1e44b7732ac3040b0cbbb83f01ef
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-imagebuilder/customizations'
45
45
  # @service
46
46
  module Aws::Imagebuilder
47
47
 
48
- GEM_VERSION = '1.4.0'
48
+ GEM_VERSION = '1.5.0'
49
49
 
50
50
  end
@@ -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 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::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 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
@@ -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.4.0'
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.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-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