aws-sdk-applicationinsights 1.25.0 → 1.26.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: d67eeb90c524a982c23bf6390dce87026aec5822107d4c71bcda73e14163210d
4
- data.tar.gz: d9819f21d0696ae3a59a07102981562f6a6d46be5c59aba163803b9a59fa56cb
3
+ metadata.gz: 90d14acaa817f35a1ab9cc920f070b0da4d12cc62a9b9780a8f368aa520f7908
4
+ data.tar.gz: 3b6d040a9593307bd64bec6bcb2544aa6c1ac1f719d3e9c2ccfca43a4f140ab4
5
5
  SHA512:
6
- metadata.gz: 58753622fb83436f75a3487f055ec2f39ad53d0312b0340ef7e232829f3f7ce7d7be8f6004a50e944c20db746126fb6cd0e3f37d6f3f82c8e95b0f456b60abc4
7
- data.tar.gz: 99ef0f6f3272b8f18fc3886e1c58bfd5f4a74e041fdd9facf253ad142b0d70f21ed6bf959e5d810aec7bab0146765eb74e5890d5dee306af31ce7c84b68fb6c6
6
+ metadata.gz: a318d227253cb774a33558c47a4b9286671d8ea08fea37665eb7be22c4b3ff0cebfce348b3b3e9d485944c2c38000a34f6b898547638d31df2d310a4251def37
7
+ data.tar.gz: a35a892c86c28a2b7c2755873e873b934de113f471bd0bae05edf04cc6f6236b1eb31b5464009b0ed079a2dc949fb8057ae840482b924592455b36ceb19a6b30
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.25.0 (2021-11-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
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.25.0'
1655
+ context[:gem_version] = '1.26.0'
1654
1656
  Seahorse::Client::Request.new(handlers, context)
1655
1657
  end
1656
1658
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-applicationinsights/customizations'
48
48
  # @!group service
49
49
  module Aws::ApplicationInsights
50
50
 
51
- GEM_VERSION = '1.25.0'
51
+ GEM_VERSION = '1.26.0'
52
52
 
53
53
  end
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.25.0
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-19 00:00:00.000000000 Z
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