aws-sdk-medialive 1.80.0 → 1.81.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-medialive/client.rb +4 -2
- data/lib/aws-sdk-medialive.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: '0821313cdb1fb2eed9b6c236c648ba8b64b67e24f50958f5f69192094913254c'
|
4
|
+
data.tar.gz: 519441f02892b769eeaa5c0f8de4e9353572cbae0b7bcbeef5d050fa8af6a0ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 652e171ee0604e50583859a886389140c7c57d7e9b0a64a58b47675a97e28cffaeebcb8e4954d1772f779948ad0cdf0bd6dd849895019db1ef307659f54d63bc
|
7
|
+
data.tar.gz: a5f7800c6368270475abb67033f9f07b0fffe377a320b8c23647a1996db858be75dc7b6c66c3e881182d10050a77969b322e1311079c9718c67d9e341096b11f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.81.0
|
@@ -119,7 +119,9 @@ module Aws::MediaLive
|
|
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
|
@@ -9851,7 +9853,7 @@ module Aws::MediaLive
|
|
9851
9853
|
params: params,
|
9852
9854
|
config: config)
|
9853
9855
|
context[:gem_name] = 'aws-sdk-medialive'
|
9854
|
-
context[:gem_version] = '1.
|
9856
|
+
context[:gem_version] = '1.81.0'
|
9855
9857
|
Seahorse::Client::Request.new(handlers, context)
|
9856
9858
|
end
|
9857
9859
|
|
data/lib/aws-sdk-medialive.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.81.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
|