aws-sdk-mediapackagevod 1.73.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: 488b1d39df3ed724efe24d9b88da24df101b428c6c58b5434899887a033c1b0b
4
- data.tar.gz: e09b79f880b3e73599c76aeff1523454362726a17757586abd9c7d02cf57f29e
3
+ metadata.gz: 20e65dad510af9b26204edeb80fc14ace8254a62a1c1a8b66edb988900992b3f
4
+ data.tar.gz: 27a6979d4a4fa5c6e553c92d58c57fcd12d82df66cc5fba1f5f1015afee4c00a
5
5
  SHA512:
6
- metadata.gz: 1fbafdeb03ecc77405b637ea6d0d695fbae9f2f729226c7eb4d5bd4c04f16d0df821de106b7b1cd7720395946dd06e9ac5a73505664be24c9dae1e6fb0ce2505
7
- data.tar.gz: 714bcb597c3bad068420aa7caa9f29ee53ba6838c97db4f10a196ed551e8d54a68e64789d15d129862171192bb014b159b66a258ce4a0f9f50d3143ad2cf1a6d
6
+ metadata.gz: efd312c953eb2df8a9bb2ea26edffb0ad441069a3ee18dcf64bca9a19a7d7c1c1ac8fd4c87d7e89c2e330abf4b280c17240f56a115373c6da017fe70f063d611
7
+ data.tar.gz: b21539d9c9df44d36e86ee70d122bb00c514c64dbd6cb5d59be6955238e8bce98acedbf5c2610a776545798e8c6fec1e128a6fdd347225f97a6202901333e346
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
9
+ 1.74.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.73.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.75.0
@@ -95,8 +95,8 @@ module Aws::MediaPackageVod
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::MediaPackageVod
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::MediaPackageVod
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::MediaPackageVod
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -1521,7 +1518,7 @@ module Aws::MediaPackageVod
1521
1518
  tracer: tracer
1522
1519
  )
1523
1520
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1524
- context[:gem_version] = '1.73.0'
1521
+ context[:gem_version] = '1.75.0'
1525
1522
  Seahorse::Client::Request.new(handlers, context)
1526
1523
  end
1527
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.73.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.73.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: