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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +4 -2
- data/lib/aws-sdk-opsworkscm.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: c63a471011111fb30508068e07417dceb57a7c505bac73e8a9563cdb55d8ad8e
|
4
|
+
data.tar.gz: a9e7bdf09deac55a25d0f1614d6652963ae974ddb99d55293b6dfe9a1d17d729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e54e0adfda725a8befedac25c1ea8cc46ef496e148257fad64bbbf7b2032188790a9283145d3d19e7aaca697add62a837ef412ee4e06eb2292133e7b7315aa0d
|
7
|
+
data.tar.gz: 464b939796cd95054b19b6e3447c6657a373295b5f9fdb91037b4d38bcbc577c63965fe28750fcb68dd7899505a0c9feb734a71326891cc0d4b591a15ac199c2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
1831
|
+
context[:gem_version] = '1.49.0'
|
1830
1832
|
Seahorse::Client::Request.new(handlers, context)
|
1831
1833
|
end
|
1832
1834
|
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
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.
|
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-
|
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
|