aws-sdk-mediaconnect 1.84.0 → 1.85.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: 1f6f8d3283bb80d53f39ec5c7e8a0982ae337985f6eaf04c8f55e91e33091b94
4
- data.tar.gz: 9d6284a89bc71defd5a40811e3099471455ba95c3867ededdd6adcce692614e1
3
+ metadata.gz: af7b4891a96e4f3d8c9f84b72e0fc8a9135bdd59e331288b6d6ad634c43905b7
4
+ data.tar.gz: 0263ce981a24432e026e1cbd0dcb03c1ef3b2d1bf0b6d84d2b836886b419171b
5
5
  SHA512:
6
- metadata.gz: 59df9a41248b0ad9282b6d7c6304596d3066f8f7703fa9c02bff2493d9ef7360129df8090ddcd0157c8dcd80883166a77f68409c3cb2ccf2a7c7ff08519d0d9c
7
- data.tar.gz: 68b3ed765eed59a951b02f186b947a1844b78808fe7245ba7012d1c10d9706956b71443f210929dcc8725ecd575d595a531b3177683405373176f8bd9b6f1e37
6
+ metadata.gz: dde8606645d6fa1d5400c771802b50c4ced7d0fed076e9025c5b7ba2041369d8c1d0ca7119b44d8f00e04411e8e1bbd10e0600d9042525484a7c5b49137d786a
7
+ data.tar.gz: dff0faa34ca7c40a5d960d2ebc57a9db75d300ea2e89b343837458e44526c4289cfbfb4fa5281a875421b51e706abb280d12e46b647d7e265a4d831527af768e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.84.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -95,8 +95,8 @@ module Aws::MediaConnect
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::MediaConnect
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::MediaConnect
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::MediaConnect
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.
@@ -4565,7 +4562,7 @@ module Aws::MediaConnect
4565
4562
  tracer: tracer
4566
4563
  )
4567
4564
  context[:gem_name] = 'aws-sdk-mediaconnect'
4568
- context[:gem_version] = '1.84.0'
4565
+ context[:gem_version] = '1.85.0'
4569
4566
  Seahorse::Client::Request.new(handlers, context)
4570
4567
  end
4571
4568
 
@@ -55,7 +55,7 @@ module Aws::MediaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.84.0'
58
+ GEM_VERSION = '1.85.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services