aws-sdk-ivs 1.15.0 → 1.16.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-ivs/client.rb +4 -2
- data/lib/aws-sdk-ivs.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: 2d68ebee3e2ad2e0280fe734cd51f32044d4d7ea841b576e6044e64583025189
|
4
|
+
data.tar.gz: 6e8ce30362a1fc73c4b735bb4e2966aa1f840bd453b618d3767c393ce5e5563f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c15ecad33a20de9af159e7e96ec6c4e01f2b8c4864caae6e628d4700b23d5720139d9da390f55f8e35bab19df6a6bb352a44b63ff15e00df2536da02d4b69fc2
|
7
|
+
data.tar.gz: 82d579d935dbfcd98daa84626016dba25fdbeab03c3a7e5482b625387ab7b819242f5074775c7857f3a276d834a195faff97fbee28376753521066f910b85e5a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|
data/lib/aws-sdk-ivs/client.rb
CHANGED
@@ -119,7 +119,9 @@ module Aws::IVS
|
|
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
|
@@ -1546,7 +1548,7 @@ module Aws::IVS
|
|
1546
1548
|
params: params,
|
1547
1549
|
config: config)
|
1548
1550
|
context[:gem_name] = 'aws-sdk-ivs'
|
1549
|
-
context[:gem_version] = '1.
|
1551
|
+
context[:gem_version] = '1.16.0'
|
1550
1552
|
Seahorse::Client::Request.new(handlers, context)
|
1551
1553
|
end
|
1552
1554
|
|
data/lib/aws-sdk-ivs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ivs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.16.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
|