aws-sdk-applicationinsights 1.9.0 → 1.10.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: a2d44f5a317ef0861b2b9ff93dac292311b8918a0e31e48632dd4f9bb391bcaa
4
- data.tar.gz: 4fde5832f3d2f4a779efe5e41a41f2828b38d5de4ca5ae93690e86907eef9076
3
+ metadata.gz: dc64fd1ec8545b47f55e28eaee0f9ae79cd6add1783dc8b71c74958a1b2870f3
4
+ data.tar.gz: 3d157d01a31a668c184697d21b2acc54b5540548879ea6a45fd976d8db9245db
5
5
  SHA512:
6
- metadata.gz: f4052127bc8f0e54eee4db39c12cd84f96640ba22c41cddfb9abefbbcc374eb5d24596e8d2cffc5b8f415988fbada294cc1fd951aa9ee761f2c63c01c2269b64
7
- data.tar.gz: 21bcb9c0f1de36c1d458ce847289ed037dd2756301b9224d668756fc7b05aa2c2f03e0c374c46d5dffd8a3f34b66708ad2fb77255034db8ab1c9a4ef6ef4866a
6
+ metadata.gz: e592a649751d18f5796850131486e4d2a59cb42cd0bc5680c85bfe3c99a3bffd8b4c0fa157c57162586fae41bb3796ab3eb123273fe35ead138fb55edf206b4a
7
+ data.tar.gz: 6d524faf2713bec02094a1d5aa64ed560536b3161652e6c528a280a4e0beb68a1035dd9751bdc39e704e44a2feb756b77d492251438a0f70d8ec592e9020ab27
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-applicationinsights/customizations'
45
45
  # @service
46
46
  module Aws::ApplicationInsights
47
47
 
48
- GEM_VERSION = '1.9.0'
48
+ GEM_VERSION = '1.10.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::ApplicationInsights
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -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.9.0'
1542
+ context[:gem_version] = '1.10.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.9.0
4
+ version: 1.10.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core