aws-sdk-mediatailor 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: 2287660945db1611a54e4fc2e71c281639973c55fac7c9ea2880dc0bc01b8719
4
- data.tar.gz: 2be453a7cf38ea6e34aa154a4b67a33d484110a3e165f365611791c41fdf8bea
3
+ metadata.gz: 13790039e48f3e63d7a040972153804459d05fe49963df5e3579532032c04e64
4
+ data.tar.gz: ca2acc5b5ba08391df043dcd6cd32305b3afa158aab2cbc46761380a4887ca07
5
5
  SHA512:
6
- metadata.gz: ebf41c90ca9ca1dc7b181d23912a345957dac12b379545167cefb30613ab50633ad4492e827b05e7b414db394eb70b8730f51c02288acbb5821e496383a0f249
7
- data.tar.gz: 7129945fa5d364167ef295cb10c513c212220fb89468ad4f7cb30d455fc4d7305c9657db59a959aaa4ac2db6af5ee77befb3cf34bb1342594d685e695fe1b0ad
6
+ metadata.gz: 2fc8785851d3068c1985bfeb2ebd7d791a4c55ed96b67f9fbe7bea8795faa4b431e0102771cb202163381b4585af38c99e6be885cdbc8bcc1475aeceb15b9055
7
+ data.tar.gz: b9f48231cb818fce1ab1b31c4a742250c0eed522cd2efb5a481f0f3bf0ad2dfc5c064036475b2c0a757e26d21f40bb67d105710038fe4101addb5d9b0737a786
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::MediaTailor
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
@@ -2230,7 +2232,7 @@ module Aws::MediaTailor
2230
2232
  params: params,
2231
2233
  config: config)
2232
2234
  context[:gem_name] = 'aws-sdk-mediatailor'
2233
- context[:gem_version] = '1.48.0'
2235
+ context[:gem_version] = '1.49.0'
2234
2236
  Seahorse::Client::Request.new(handlers, context)
2235
2237
  end
2236
2238
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaTailor
50
50
 
51
- GEM_VERSION = '1.48.0'
51
+ GEM_VERSION = '1.49.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
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