aws-sdk-applicationinsights 1.8.0 → 1.9.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: df41c2cdcc4ffb7f93ff56c8fc68162b4182449d
4
- data.tar.gz: 0ab379fb75b274fa086da21b5f81a1f964524bbc
2
+ SHA256:
3
+ metadata.gz: a2d44f5a317ef0861b2b9ff93dac292311b8918a0e31e48632dd4f9bb391bcaa
4
+ data.tar.gz: 4fde5832f3d2f4a779efe5e41a41f2828b38d5de4ca5ae93690e86907eef9076
5
5
  SHA512:
6
- metadata.gz: b0fe662214ce3f99a730e87f37ebd85d5d1eb89e4ee8e273e5c7eeaa411c315d19479547bb6a2b06f9c13f310ddec74ec4972ae4702f79d85906b4e43b31c1fb
7
- data.tar.gz: 7690bc399bfe058de0a457abdb533890492e440f9e8efd7536ad92a9ed55dc002533595f9a93d7441ed216192d5f38de603f392b903dfcca099bbd4a89532ca1
6
+ metadata.gz: f4052127bc8f0e54eee4db39c12cd84f96640ba22c41cddfb9abefbbcc374eb5d24596e8d2cffc5b8f415988fbada294cc1fd951aa9ee761f2c63c01c2269b64
7
+ data.tar.gz: 21bcb9c0f1de36c1d458ce847289ed037dd2756301b9224d668756fc7b05aa2c2f03e0c374c46d5dffd8a3f34b66708ad2fb77255034db8ab1c9a4ef6ef4866a
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-applicationinsights/customizations'
45
45
  # @service
46
46
  module Aws::ApplicationInsights
47
47
 
48
- GEM_VERSION = '1.8.0'
48
+ GEM_VERSION = '1.9.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ApplicationInsights
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::ApplicationInsights
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
@@ -1539,7 +1539,7 @@ module Aws::ApplicationInsights
1539
1539
  params: params,
1540
1540
  config: config)
1541
1541
  context[:gem_name] = 'aws-sdk-applicationinsights'
1542
- context[:gem_version] = '1.8.0'
1542
+ context[:gem_version] = '1.9.0'
1543
1543
  Seahorse::Client::Request.new(handlers, context)
1544
1544
  end
1545
1545
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationinsights
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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-25 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 - Application Insights