aws-sdk-marketplacemetering 1.98.0 → 1.99.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-marketplacemetering/client.rb +2 -2
- data/lib/aws-sdk-marketplacemetering/types.rb +1 -1
- data/lib/aws-sdk-marketplacemetering.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 967413c9cd62148b03953c08fd9cb68b8c4d934ac71f3f3d95e69610b9133910
|
|
4
|
+
data.tar.gz: 37e2ada27e3ca8e20e91ed7e43ac52ab2f4a39b875578c0669e836c858378b51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e77f0334a14461c71c00730ba69c8a5eae88de2cde2e751b0b2100e8cec69431ea0965618076355a59ff6668b380198194174d3091004e042d8b74b6f04c248
|
|
7
|
+
data.tar.gz: 5a9a80d03f2770331288953c21814ecb7b109ac6d40abdcf4c23b6abe441a947b06e7ce80f3f08a4d2ad4e06f629ef33e657e52315bc76a0e62b274252bb6c63
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.99.0 (2026-07-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - The usage reporting window for the BatchMeterUsage API has been extended from 6 hours to 24 hours. Sellers can now submit usage records for up to 24 hours after a metered event occurs.
|
|
8
|
+
|
|
4
9
|
1.98.0 (2026-06-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
|
@@ -498,7 +498,7 @@ module Aws::MarketplaceMetering
|
|
|
498
498
|
# `BatchMeterUsage` calls.
|
|
499
499
|
#
|
|
500
500
|
# Usage records should be submitted in quick succession following a
|
|
501
|
-
# recorded event. Usage records aren't accepted
|
|
501
|
+
# recorded event. Usage records aren't accepted 24 hours or more after
|
|
502
502
|
# an event.
|
|
503
503
|
#
|
|
504
504
|
# `BatchMeterUsage` can process up to 25 `UsageRecords` at a time, and
|
|
@@ -940,7 +940,7 @@ module Aws::MarketplaceMetering
|
|
|
940
940
|
tracer: tracer
|
|
941
941
|
)
|
|
942
942
|
context[:gem_name] = 'aws-sdk-marketplacemetering'
|
|
943
|
-
context[:gem_version] = '1.
|
|
943
|
+
context[:gem_version] = '1.99.0'
|
|
944
944
|
Seahorse::Client::Request.new(handlers, context)
|
|
945
945
|
end
|
|
946
946
|
|
|
@@ -578,7 +578,7 @@ module Aws::MarketplaceMetering
|
|
|
578
578
|
# @!attribute [rw] timestamp
|
|
579
579
|
# Timestamp, in UTC, for which the usage is being reported.
|
|
580
580
|
#
|
|
581
|
-
# Your application can meter usage for up to
|
|
581
|
+
# Your application can meter usage for up to 24 hours in the past.
|
|
582
582
|
# Make sure the `timestamp` value is not before the start of the
|
|
583
583
|
# software usage.
|
|
584
584
|
# @return [Time]
|