aws-sdk-licensemanagerusersubscriptions 1.36.0 → 1.37.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: b2ef8aabaeb8221c161c2818963375b906d1b53e2526cd9c3a78b0529d7b6382
4
- data.tar.gz: 65b13ef3b5b5250664953efae34a0f403cbf96bb4e19e46348dd56291c81c1d5
3
+ metadata.gz: 3d9a698de8b397629cbd25276dea20817471b347408df7a185d529baed62ee68
4
+ data.tar.gz: 8400125bb948a03815ed550e02b963f802371fd9b93832a7816c24bdf8dada78
5
5
  SHA512:
6
- metadata.gz: c8afcf0199b35a7725ac2d635eaf5c48a54da6f0333afa3fb1dfafbf703480e7cc0614093c628c876f90e4bf867da123385f104e461648e5a266722f8c3dd88d
7
- data.tar.gz: f4dd0aeecf3f006ce07f334e53f8017494cc4308ecb471f48cdc6ca55488807081eb488a8edc799b0f34e795145aed0bb187d7229004426e7ba1202b11fba920
6
+ metadata.gz: b3cd923b1487872f402485fce7abc23311faa9e54269a8c0dd5e61b86f3ca46cd2db6ee6c527ff98c87469c24d53e5615d0fff678dc1c5d2b8ede9458fbc7c9e
7
+ data.tar.gz: f9f36ef581f7428e4d1b18704a7bafe3bbf0cf1212b8a8a805a9bcfe0330e034fad734ea9493cb770b075f5e7fcacdd5fb58074ba3857b4dab386cce2222fd24
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -95,8 +95,8 @@ module Aws::LicenseManagerUserSubscriptions
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::LicenseManagerUserSubscriptions
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::LicenseManagerUserSubscriptions
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::LicenseManagerUserSubscriptions
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.
@@ -1660,7 +1657,7 @@ module Aws::LicenseManagerUserSubscriptions
1660
1657
  tracer: tracer
1661
1658
  )
1662
1659
  context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
1663
- context[:gem_version] = '1.36.0'
1660
+ context[:gem_version] = '1.37.0'
1664
1661
  Seahorse::Client::Request.new(handlers, context)
1665
1662
  end
1666
1663
 
@@ -54,7 +54,7 @@ module Aws::LicenseManagerUserSubscriptions
54
54
  autoload :EndpointProvider, 'aws-sdk-licensemanagerusersubscriptions/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-licensemanagerusersubscriptions/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.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-licensemanagerusersubscriptions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services