aws-sdk-mediapackagevod 1.74.0 → 1.75.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: 77ed1cb89542fe25b18b0783a76538c65ae657b563fb10e282856cd11354db63
4
- data.tar.gz: 661a6a086bf1fe827f5b7abe4763d3cf62e81f6c6d03b2972d739f1219079992
3
+ metadata.gz: 20e65dad510af9b26204edeb80fc14ace8254a62a1c1a8b66edb988900992b3f
4
+ data.tar.gz: 27a6979d4a4fa5c6e553c92d58c57fcd12d82df66cc5fba1f5f1015afee4c00a
5
5
  SHA512:
6
- metadata.gz: d6173343186d9e3ef9859d4982be9bd8b2a3627d8de3be6d5930a5bb5fd3e0451e511e9945b8462cbe917d077b3d817a1f7c50817a41205b3d45bf4358974589
7
- data.tar.gz: 67c35d670d3122f382d42a496a0613cba5f527263a206017f500f2b262caeb5d0bca53b065f79f436943c8ad93729c139ec260ee3d7b814e39335f5b66fedc21
6
+ metadata.gz: efd312c953eb2df8a9bb2ea26edffb0ad441069a3ee18dcf64bca9a19a7d7c1c1ac8fd4c87d7e89c2e330abf4b280c17240f56a115373c6da017fe70f063d611
7
+ data.tar.gz: b21539d9c9df44d36e86ee70d122bb00c514c64dbd6cb5d59be6955238e8bce98acedbf5c2610a776545798e8c6fec1e128a6fdd347225f97a6202901333e346
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.74.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -1518,7 +1518,7 @@ module Aws::MediaPackageVod
1518
1518
  tracer: tracer
1519
1519
  )
1520
1520
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1521
- context[:gem_version] = '1.74.0'
1521
+ context[:gem_version] = '1.75.0'
1522
1522
  Seahorse::Client::Request.new(handlers, context)
1523
1523
  end
1524
1524
 
@@ -512,6 +512,7 @@ module Aws::MediaPackageVod
512
512
 
513
513
  api.metadata = {
514
514
  "apiVersion" => "2018-11-07",
515
+ "auth" => ["aws.auth#sigv4"],
515
516
  "endpointPrefix" => "mediapackage-vod",
516
517
  "jsonVersion" => "1.1",
517
518
  "protocol" => "rest-json",
@@ -28,7 +28,7 @@ module Aws::MediaPackageVod
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::MediaPackageVod
54
54
  autoload :EndpointProvider, 'aws-sdk-mediapackagevod/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediapackagevod/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -35,14 +35,14 @@ dependencies:
35
35
  requirements:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: '1.1'
38
+ version: '1.5'
39
39
  type: :runtime
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: '1.1'
45
+ version: '1.5'
46
46
  description: Official AWS Ruby gem for AWS Elemental MediaPackage VOD (MediaPackage
47
47
  Vod). This gem is part of the AWS SDK for Ruby.
48
48
  email: