aws-sdk-applicationcostprofiler 1.5.0 → 1.6.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: 8616141078c55662e2bd26fa8983305ae37b07446d95596a083b4d95bf56e297
4
- data.tar.gz: e3030879f742582201e5ed5740ae0e079244d063fbc0f4ca81fceceece4337f6
3
+ metadata.gz: 8a1fb74ec1e403e3981e47d1216d772d4fa05687236e852998b21cfc65c5832f
4
+ data.tar.gz: bd094ab70863e194d5de9b965c3eb5e6d851e289459c5762a6e0606149d13928
5
5
  SHA512:
6
- metadata.gz: b3951060a17234a546145f6d8c370cb14478ab606608bb5739f95a85a3629becdff5963193185638b9645c8c2bf544a8a4135580e31d4e24766d8d07f10f3b06
7
- data.tar.gz: ec7d96a228816928eded935a75baa306e50c8bbc928f03e2bb39ee26ed1d0143393ffc344fd5e23dffca91451df13da9319d340f0384424d6c7e08fe5f9356c9
6
+ metadata.gz: fcdf0c6f1de676afc4366f9a9a88f8984ffb870d10e6da81371bad17b7a37f9d61afdb3e0b2db6984a131aec5b4f66c862587b2702854116358da99d1c886206
7
+ data.tar.gz: 17e090f41d3b0c130966e75c337ab8b6628caf8a833865b3cfff950b995a4b631d5f80cc48b9a9fadd077e4c709d41f6c82c9899331932f0b7cf042068f1b8d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -119,7 +119,9 @@ module Aws::ApplicationCostProfiler
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
@@ -603,7 +605,7 @@ module Aws::ApplicationCostProfiler
603
605
  params: params,
604
606
  config: config)
605
607
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
606
- context[:gem_version] = '1.5.0'
608
+ context[:gem_version] = '1.6.0'
607
609
  Seahorse::Client::Request.new(handlers, context)
608
610
  end
609
611
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-applicationcostprofiler/customizations'
48
48
  # @!group service
49
49
  module Aws::ApplicationCostProfiler
50
50
 
51
- GEM_VERSION = '1.5.0'
51
+ GEM_VERSION = '1.6.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationcostprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-04 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