aws-sdk-autoscaling 1.74.0 → 1.75.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: 492b595b0e3a3c515f8efb34e5576aa0a2d004a67d14ccd84f5ed6cb95e439fb
4
- data.tar.gz: d1b4d04f77cd08c3aae04afd6933ed6c8feec98873ef9d70a263cfebadc3b70c
3
+ metadata.gz: 1c1bf59e29d6c72cdb7a74820c0fa65e7bb478f3180a0a10bc29d7207d078d60
4
+ data.tar.gz: 7ecad1c25faa0c2bdff6a021d66e9b01d5e117bf2d9a17085137eebd51ca2ce5
5
5
  SHA512:
6
- metadata.gz: 7ea16d1b766027175bdd25877c185696707a435dee87a51dd2b61ec3aaf5579f27e10bb2020bce070256a57cb7ffdc7b4c15002427ad05dd669c7826a053831b
7
- data.tar.gz: 56d984d38027e14654cde2f66ba7289f8c902850b82e31e8a4182bc85ce3401024ee81a2f724b1c9c204b14fba26dc6b611f4c2ea8241e5c0ce6e3c4f6dc00e3
6
+ metadata.gz: d6fcf1208a1b9f50100cc5809e5792d782ecc9f168080d59de5a706dc76c4671fcc5e947729826de5ec188aa948394293d832b6ed922b834dc6bf1741d3a8eb0
7
+ data.tar.gz: e6de604f408caa06806359bd71aeb5a434f370cc022fd5d49c30f97768d87fabbe4adcfd3ceeeee05c9e1d6c0bd462e1645cd7d55bc1e1dfc8c609a032968fc3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2021-11-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -119,7 +119,9 @@ module Aws::AutoScaling
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
@@ -6399,7 +6401,7 @@ module Aws::AutoScaling
6399
6401
  params: params,
6400
6402
  config: config)
6401
6403
  context[:gem_name] = 'aws-sdk-autoscaling'
6402
- context[:gem_version] = '1.74.0'
6404
+ context[:gem_version] = '1.75.0'
6403
6405
  Seahorse::Client::Request.new(handlers, context)
6404
6406
  end
6405
6407
 
@@ -59,6 +59,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
59
59
  # @!group service
60
60
  module Aws::AutoScaling
61
61
 
62
- GEM_VERSION = '1.74.0'
62
+ GEM_VERSION = '1.75.0'
63
63
 
64
64
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.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-26 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