aws-sdk-mediatailor 1.71.0 → 1.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +1 -1
- data/lib/aws-sdk-mediatailor/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-mediatailor.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: 16fdcda8b694d481949e3713e43108964dae5ac4edb0480ae9eadfce568954c2
|
|
4
|
+
data.tar.gz: ee3e651ecdb1d4a181ba4e6cec98edd2f4e4958ab15f420c7a3993a762b5c815
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e9180ff989a1603e749515640bb622585d728f5201e131ed9a379f27652ada12a07c359b9550deee89e8913cf287302413a904761120d843bdb83069ec38c4c
|
|
7
|
+
data.tar.gz: 7719cbd4649c5628c6a066dabf024e4b907c39258baa61170040451a06e506eb9a7bf2b806285e93e1158672fece20508aa3c38980c092ca9678c14b2dd44402
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -3103,7 +3103,7 @@ module Aws::MediaTailor
|
|
|
3103
3103
|
params: params,
|
|
3104
3104
|
config: config)
|
|
3105
3105
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
|
3106
|
-
context[:gem_version] = '1.
|
|
3106
|
+
context[:gem_version] = '1.72.0'
|
|
3107
3107
|
Seahorse::Client::Request.new(handlers, context)
|
|
3108
3108
|
end
|
|
3109
3109
|
|
|
@@ -32,7 +32,7 @@ module Aws::MediaTailor
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://api.mediatailor-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
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.
|
|
4
|
+
version: 1.72.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: 2023-
|
|
11
|
+
date: 2023-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|