aws-sdk-opsworkscm 1.48.0 → 1.49.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: d726f12e1bbeed8a999be4adc83ad6d52e454c1eb78a997297e11e28e5af774d
4
- data.tar.gz: '09c368948b6beed772cbb907267d9a5afdb3db1d76824f35e5078faea9afbb26'
3
+ metadata.gz: c63a471011111fb30508068e07417dceb57a7c505bac73e8a9563cdb55d8ad8e
4
+ data.tar.gz: a9e7bdf09deac55a25d0f1614d6652963ae974ddb99d55293b6dfe9a1d17d729
5
5
  SHA512:
6
- metadata.gz: 880a4bfa5fad5494d0dc0e753a41b0ec5fb456a792587d95d6887584e122725f548f11613652ac71751946983b64eb1892841d113a69aa49d15766ce4ab5a7ff
7
- data.tar.gz: 9b1f956280d657d5d69fde8c9040a73918a13c46b68d618f60e06c3789be0240d10a8421a8acc886dfd2e82e74d0c260a209afe16b144dc1399eb639ad355bdc
6
+ metadata.gz: e54e0adfda725a8befedac25c1ea8cc46ef496e148257fad64bbbf7b2032188790a9283145d3d19e7aaca697add62a837ef412ee4e06eb2292133e7b7315aa0d
7
+ data.tar.gz: 464b939796cd95054b19b6e3447c6657a373295b5f9fdb91037b4d38bcbc577c63965fe28750fcb68dd7899505a0c9feb734a71326891cc0d4b591a15ac199c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.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.48.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -119,7 +119,9 @@ module Aws::OpsWorksCM
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
@@ -1826,7 +1828,7 @@ module Aws::OpsWorksCM
1826
1828
  params: params,
1827
1829
  config: config)
1828
1830
  context[:gem_name] = 'aws-sdk-opsworkscm'
1829
- context[:gem_version] = '1.48.0'
1831
+ context[:gem_version] = '1.49.0'
1830
1832
  Seahorse::Client::Request.new(handlers, context)
1831
1833
  end
1832
1834
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
49
49
  # @!group service
50
50
  module Aws::OpsWorksCM
51
51
 
52
- GEM_VERSION = '1.48.0'
52
+ GEM_VERSION = '1.49.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.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