aws-sdk-codeguruprofiler 1.3.0 → 1.4.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
2
  SHA256:
3
- metadata.gz: c01522170b3f73a996d76b893c4298578355ac5d2267fb38ac4881c53131bd0b
4
- data.tar.gz: 51de7e066af6bc542825a5deaa9d38983292f974852f5cee3f5bffc4e7409bc8
3
+ metadata.gz: 4cc2e709f31eb2cc564effc00971656ac809d9560f3b4a08b9eb8503c8d280f0
4
+ data.tar.gz: 7aa5f6990185e1189f407578ab131aec7281f177ac923b1e0b22e1489d438f3b
5
5
  SHA512:
6
- metadata.gz: 9a8ccf725185f5fe9fe18c9fcd9e182a00cc820d80b07559fa9da0e760d0195ea04051afeb530d108cf80eaa54896e9f1e3862a5726624ca3dc249c6d346ddc5
7
- data.tar.gz: 25cd11417309a85e863b640b64dd5b706bca57c37bf1fee5cb294de8a8a08611abe0547ac161bac5c4d66941217faf9373bedc5d2e119b2c62f29f9a264a9a8c
6
+ metadata.gz: e05d86d996f25b28a5a0c791da96cac71700fe2448ce4be0faf65b5ee5a79f06475aa8f66eac6a9ae867d54777518c9435e7ac19eae05a81bced2cc7bd9c19f5
7
+ data.tar.gz: f19f41f65e746e3c342ffea58e92a7cc209f3af7938e63adbc668cb33979a197e5dd67c5756c736d49d57aacd2d9f69a51214453d9fa34c4b8a5ef38460cc697
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-codeguruprofiler/customizations'
45
45
  # @service
46
46
  module Aws::CodeGuruProfiler
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::CodeGuruProfiler
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::CodeGuruProfiler
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
@@ -862,7 +862,7 @@ module Aws::CodeGuruProfiler
862
862
  params: params,
863
863
  config: config)
864
864
  context[:gem_name] = 'aws-sdk-codeguruprofiler'
865
- context[:gem_version] = '1.3.0'
865
+ context[:gem_version] = '1.4.0'
866
866
  Seahorse::Client::Request.new(handlers, context)
867
867
  end
868
868
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeguruprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-08 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