aws-sdk-licensemanager 1.28.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-licensemanager/client.rb +3 -3
- data/lib/aws-sdk-licensemanager/types.rb +1 -1
- data/lib/aws-sdk-licensemanager.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36e226ba97c8b8ff16184dba986558d17bbbde8fa999f85634b6a1e665cea834
|
4
|
+
data.tar.gz: b26a722fdcd375d5da38f8a8ce470b0becceb618ce6a169920e8cb42fe7d2b69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f757f738f7401d13208c92aff80e30ad6e9a7d3c22041eb3250b0aabf42a16879dfdae9813d4190bbc778f9e8cd5f19bb2e313808071d047335fee268e091c91
|
7
|
+
data.tar.gz: 8cbccf676dc01280c4c64e2b12eb944f113e727463e858c1293c0aa485416b0b7ed6066c241f4c0fdfc4209f20d0194c5ec424f494bba9e2ddfe4c699d9153da
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.32.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.31.0 (2021-08-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS License Manager now allows end users to call CheckoutLicense API using new CheckoutType PERPETUAL. Perpetual checkouts allow sellers to check out a quantity of entitlements to be drawn down for consumption.
|
13
|
+
|
14
|
+
1.30.0 (2021-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.29.0 (2021-07-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.28.0 (2021-06-23)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.32.0
|
@@ -520,7 +520,7 @@ module Aws::LicenseManager
|
|
520
520
|
#
|
521
521
|
# resp = client.checkout_license({
|
522
522
|
# product_sku: "String", # required
|
523
|
-
# checkout_type: "PROVISIONAL", # required, accepts PROVISIONAL
|
523
|
+
# checkout_type: "PROVISIONAL", # required, accepts PROVISIONAL, PERPETUAL
|
524
524
|
# key_fingerprint: "String", # required
|
525
525
|
# entitlements: [ # required
|
526
526
|
# {
|
@@ -536,7 +536,7 @@ module Aws::LicenseManager
|
|
536
536
|
#
|
537
537
|
# @example Response structure
|
538
538
|
#
|
539
|
-
# resp.checkout_type #=> String, one of "PROVISIONAL"
|
539
|
+
# resp.checkout_type #=> String, one of "PROVISIONAL", "PERPETUAL"
|
540
540
|
# resp.license_consumption_token #=> String
|
541
541
|
# resp.entitlements_allowed #=> Array
|
542
542
|
# resp.entitlements_allowed[0].name #=> String
|
@@ -2820,7 +2820,7 @@ module Aws::LicenseManager
|
|
2820
2820
|
params: params,
|
2821
2821
|
config: config)
|
2822
2822
|
context[:gem_name] = 'aws-sdk-licensemanager'
|
2823
|
-
context[:gem_version] = '1.
|
2823
|
+
context[:gem_version] = '1.32.0'
|
2824
2824
|
Seahorse::Client::Request.new(handlers, context)
|
2825
2825
|
end
|
2826
2826
|
|
@@ -268,7 +268,7 @@ module Aws::LicenseManager
|
|
268
268
|
#
|
269
269
|
# {
|
270
270
|
# product_sku: "String", # required
|
271
|
-
# checkout_type: "PROVISIONAL", # required, accepts PROVISIONAL
|
271
|
+
# checkout_type: "PROVISIONAL", # required, accepts PROVISIONAL, PERPETUAL
|
272
272
|
# key_fingerprint: "String", # required
|
273
273
|
# entitlements: [ # required
|
274
274
|
# {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-licensemanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|