aws-sdk-servicecatalog 1.37.0 → 1.38.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: 99d89eb5d79f4851db956071df00b4004c540144
4
- data.tar.gz: 4fa2532c712ac41349876f4e1199164bc3f293d3
2
+ SHA256:
3
+ metadata.gz: 4a42aa94300829c8942560dcd394ca4245c11e73dbb7c601b5e2ebf9955fcf80
4
+ data.tar.gz: 4d14df86e32338f41d091a055a6b387fd85318ae75551db20ea000e40a13ee4c
5
5
  SHA512:
6
- metadata.gz: fdf630a2e67c6e0171039f02a1ed2fbcd72b8d89fa2fff82f12c7ad8df40eef69495198f88e908b45dce034d786fab4ab3d9aacf839da013e7764169c41a0d34
7
- data.tar.gz: ed37d4d11e7026c371094fe28dd9ba9618b22315f62c0e85ab66142a1ff54253992ba547d9a31af78d0350c3ca23a94b9bf755f221f704e0c0c54349291f4743
6
+ metadata.gz: bc7bfe0aaef07608e61709877c31333f640c93d9132c48c86e4ed116bb6a7239aabf306df1d34398b64c7f86680c15089ef6eed0ed04189ccc715b02209500ac
7
+ data.tar.gz: b7d78237506f205b87c294bc776f367897a3ec1d519940cb1279d84cded18d5742e703ba6790aa7c3b09752d24d026836df4903acdb62bcad13580d1ee461a02
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
45
45
  # @service
46
46
  module Aws::ServiceCatalog
47
47
 
48
- GEM_VERSION = '1.37.0'
48
+ GEM_VERSION = '1.38.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ServiceCatalog
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::ServiceCatalog
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
@@ -5282,7 +5282,7 @@ module Aws::ServiceCatalog
5282
5282
  params: params,
5283
5283
  config: config)
5284
5284
  context[:gem_name] = 'aws-sdk-servicecatalog'
5285
- context[:gem_version] = '1.37.0'
5285
+ context[:gem_version] = '1.38.0'
5286
5286
  Seahorse::Client::Request.new(handlers, context)
5287
5287
  end
5288
5288
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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-03-27 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 - AWS Service Catalog