aws-sdk-licensemanagerusersubscriptions 1.41.0 → 1.42.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a75bc2ce7d631e037fef07a3552ad7b628e711bd59c43477aef2290b57671d4
|
4
|
+
data.tar.gz: fad1053dab85bab4b498a88789a340782c6f615e298c29d1990fdd751e5aa916
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b837b89d9276d540eabd08707716e69f819c4bf057a3c814be1dbf4ae754942bc702192037970fcd6646c2c4390ded493fe5d9f64a081a6b2e143dfed71040e
|
7
|
+
data.tar.gz: ba8bc8a7b8c039b46ca0585605e262135fcb0cb92757c112f1f245c02870742cf455f4354de3c6ee9571d0c44c7994f681267ad64225dd4781b1cde7bc8d9084
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -1723,7 +1723,7 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1723
1723
|
tracer: tracer
|
1724
1724
|
)
|
1725
1725
|
context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
|
1726
|
-
context[:gem_version] = '1.
|
1726
|
+
context[:gem_version] = '1.42.0'
|
1727
1727
|
Seahorse::Client::Request.new(handlers, context)
|
1728
1728
|
end
|
1729
1729
|
|
@@ -13,22 +13,22 @@ module Aws::LicenseManagerUserSubscriptions
|
|
13
13
|
# @!attribute region
|
14
14
|
# The AWS region used to dispatch the request.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute use_dual_stack
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|
@@ -55,7 +55,7 @@ module Aws::LicenseManagerUserSubscriptions
|
|
55
55
|
autoload :EndpointProvider, 'aws-sdk-licensemanagerusersubscriptions/endpoint_provider'
|
56
56
|
autoload :Endpoints, 'aws-sdk-licensemanagerusersubscriptions/endpoints'
|
57
57
|
|
58
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.42.0'
|
59
59
|
|
60
60
|
end
|
61
61
|
|