aws-sdk-applicationinsights 1.25.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +4 -2
- data/lib/aws-sdk-applicationinsights.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90d14acaa817f35a1ab9cc920f070b0da4d12cc62a9b9780a8f368aa520f7908
|
|
4
|
+
data.tar.gz: 3b6d040a9593307bd64bec6bcb2544aa6c1ac1f719d3e9c2ccfca43a4f140ab4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a318d227253cb774a33558c47a4b9286671d8ea08fea37665eb7be22c4b3ff0cebfce348b3b3e9d485944c2c38000a34f6b898547638d31df2d310a4251def37
|
|
7
|
+
data.tar.gz: a35a892c86c28a2b7c2755873e873b934de113f471bd0bae05edf04cc6f6236b1eb31b5464009b0ed079a2dc949fb8057ae840482b924592455b36ceb19a6b30
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.26.0
|
|
@@ -119,7 +119,9 @@ module Aws::ApplicationInsights
|
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
122
|
-
# enable retries and extended timeouts.
|
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
124
|
+
# to true.
|
|
123
125
|
#
|
|
124
126
|
# @option options [required, String] :region
|
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -1650,7 +1652,7 @@ module Aws::ApplicationInsights
|
|
|
1650
1652
|
params: params,
|
|
1651
1653
|
config: config)
|
|
1652
1654
|
context[:gem_name] = 'aws-sdk-applicationinsights'
|
|
1653
|
-
context[:gem_version] = '1.
|
|
1655
|
+
context[:gem_version] = '1.26.0'
|
|
1654
1656
|
Seahorse::Client::Request.new(handlers, context)
|
|
1655
1657
|
end
|
|
1656
1658
|
|
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.26.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: 2021-11-
|
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|