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 +5 -5
- data/lib/aws-sdk-applicationinsights.rb +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a2d44f5a317ef0861b2b9ff93dac292311b8918a0e31e48632dd4f9bb391bcaa
|
4
|
+
data.tar.gz: 4fde5832f3d2f4a779efe5e41a41f2828b38d5de4ca5ae93690e86907eef9076
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4052127bc8f0e54eee4db39c12cd84f96640ba22c41cddfb9abefbbcc374eb5d24596e8d2cffc5b8f415988fbada294cc1fd951aa9ee761f2c63c01c2269b64
|
7
|
+
data.tar.gz: 21bcb9c0f1de36c1d458ce847289ed037dd2756301b9224d668756fc7b05aa2c2f03e0c374c46d5dffd8a3f34b66708ad2fb77255034db8ab1c9a4ef6ef4866a
|
@@ -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
|
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
|
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.
|
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.
|
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-
|
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.
|
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
|