aws-sdk-licensemanager 1.77.0 → 1.78.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: 89dd78187c041dc1e0037713784c4f65d86648e2e1fc1d41f0b54fbf4e12e299
4
- data.tar.gz: 7fa54de17278fe66d8d0f1e9b01e8a0fb00246c6c661fb84451cc19005f3f976
3
+ metadata.gz: 5b1b7bc970c86cd6cfd58a01ff1a27fe11bac6a7cd8e7452bcb612dfc6f2fd8e
4
+ data.tar.gz: 906c253ed89e82cb789d0115ad04caac43597acdc513e1ec8771669ff443115f
5
5
  SHA512:
6
- metadata.gz: bc050e963c1776704b00aeebf6ce30f41570f0c07245085ea899121f2134353571777b806c3cce8468ac2b49f052592c080a7d5e518ed8a3e69e2fd87a5e983b
7
- data.tar.gz: 2451316ccf5bd05198094dc1010f760dcf062f7f247fb9e5fdd813def0acf872d811146a3e3cc62dbb2e154ad3d9d25017c01e9124f56af3dad3a1881f0792f0
6
+ metadata.gz: 28bddb6b7dddedaafb75fd16dcee8b3927c4893a1d0728f123a60e1332a1cf7acc89a6ea5b923c0073ffd43e06810d76b56d731980ad13b5ceffb4bf7c169401
7
+ data.tar.gz: c3e24d40e5ebaf5d3b2b4fc6f025ce84f2c6a79c5077463333e4f1c392f6c7caea287c8279278be0a45a89e233d9e6e97c457b011f4aa1d8b225c293166d2fb3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.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.77.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -95,8 +95,8 @@ module Aws::LicenseManager
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::LicenseManager
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::LicenseManager
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
@@ -384,8 +381,8 @@ module Aws::LicenseManager
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -3384,7 +3381,7 @@ module Aws::LicenseManager
3384
3381
  tracer: tracer
3385
3382
  )
3386
3383
  context[:gem_name] = 'aws-sdk-licensemanager'
3387
- context[:gem_version] = '1.77.0'
3384
+ context[:gem_version] = '1.78.0'
3388
3385
  Seahorse::Client::Request.new(handlers, context)
3389
3386
  end
3390
3387
 
@@ -54,7 +54,7 @@ module Aws::LicenseManager
54
54
  autoload :EndpointProvider, 'aws-sdk-licensemanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-licensemanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.78.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-licensemanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services