aws-sdk-marketplacemetering 1.46.0 → 1.48.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-marketplacemetering/client.rb +8 -3
- data/lib/aws-sdk-marketplacemetering/endpoints.rb +1 -0
- data/lib/aws-sdk-marketplacemetering.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2b39bef07426706701d77fc642875c5a03959a8d89d94e23d8f4ae26bb2e5dd
|
4
|
+
data.tar.gz: 0e4c8c64d6a2bc40ce2b8bcb5f74d12e29dabc6e03c753688ebf8b35c720ef74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 921114c0218413bec4ec68af94b6178d9caa1653a5008a9922e31325a11af5210f6e840b5e8d204a562e855c9f1faaa475d99d87f126fd0af308eedaa9a511ee
|
7
|
+
data.tar.gz: f02e0856816b76b3c2954f586e52b047fb5ec8f815e0f560c45e6e29e581861306cf67dc6a09d70d35ddd2ee32f843f458c841437c184cdd4bff858491ba3f57
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.48.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.47.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.46.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.48.0
|
@@ -275,6 +275,11 @@ module Aws::MarketplaceMetering
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -578,7 +583,7 @@ module Aws::MarketplaceMetering
|
|
578
583
|
# the behavior of `RegisterUsage`. `RegisterUsage` performs two primary
|
579
584
|
# functions: metering and entitlement.
|
580
585
|
#
|
581
|
-
# * *Entitlement
|
586
|
+
# * *Entitlement*: `RegisterUsage` allows you to verify that the
|
582
587
|
# customer running your paid software is subscribed to your product on
|
583
588
|
# AWS Marketplace, enabling you to guard against unauthorized use.
|
584
589
|
# Your container image that integrates with `RegisterUsage` is only
|
@@ -590,7 +595,7 @@ module Aws::MarketplaceMetering
|
|
590
595
|
# `CustomerNotSubscribedException`, even if the customer unsubscribes
|
591
596
|
# while the Amazon ECS task or Amazon EKS pod is still running.
|
592
597
|
#
|
593
|
-
# * *Metering
|
598
|
+
# * *Metering*: `RegisterUsage` meters software use per ECS task, per
|
594
599
|
# hour, or per pod for Amazon EKS with usage prorated to the second. A
|
595
600
|
# minimum of 1 minute of usage applies to tasks that are short lived.
|
596
601
|
# For example, if a customer has a 10 node Amazon ECS or Amazon EKS
|
@@ -710,7 +715,7 @@ module Aws::MarketplaceMetering
|
|
710
715
|
params: params,
|
711
716
|
config: config)
|
712
717
|
context[:gem_name] = 'aws-sdk-marketplacemetering'
|
713
|
-
context[:gem_version] = '1.
|
718
|
+
context[:gem_version] = '1.48.0'
|
714
719
|
Seahorse::Client::Request.new(handlers, context)
|
715
720
|
end
|
716
721
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacemetering
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.48.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: 2023-
|
11
|
+
date: 2023-06-15 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.174.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.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|