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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d3306e25a997d1cb11197c948f4aaf0a40f6945f88732cd8fbbfb94f0e7e8cf
4
- data.tar.gz: 9f9bedae357f4b2a2555f47d5206205eb8226fdf482174f996f7f230d4d21668
3
+ metadata.gz: 16fdcda8b694d481949e3713e43108964dae5ac4edb0480ae9eadfce568954c2
4
+ data.tar.gz: ee3e651ecdb1d4a181ba4e6cec98edd2f4e4958ab15f420c7a3993a762b5c815
5
5
  SHA512:
6
- metadata.gz: e31dc77711fe139d07595c9edbb4fc5c185fd16151343ada01556bf18848e68164b3e2901bc7dc8a5cda0a74de71a78fb17c77014c86b7f9ad7bf62947891b22
7
- data.tar.gz: 772b662bd17c4aaef4a60fdc99a99a36dd986e4d0bfb97a4c79804904f13c7a258b8ed93e9082daff47842cf4434ef9e5beab92cb8f267406a68694128735db0
6
+ metadata.gz: 7e9180ff989a1603e749515640bb622585d728f5201e131ed9a379f27652ada12a07c359b9550deee89e8913cf287302413a904761120d843bdb83069ec38c4c
7
+ data.tar.gz: 7719cbd4649c5628c6a066dabf024e4b907c39258baa61170040451a06e506eb9a7bf2b806285e93e1158672fece20508aa3c38980c092ca9678c14b2dd44402
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2023-11-14)
5
+ ------------------
6
+
7
+ * Feature - Removed unnecessary default values.
8
+
4
9
  1.71.0 (2023-10-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
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.71.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaTailor
54
54
 
55
- GEM_VERSION = '1.71.0'
55
+ GEM_VERSION = '1.72.0'
56
56
 
57
57
  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.71.0
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-10-04 00:00:00.000000000 Z
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