aws-sdk-marketplacemetering 1.99.0 → 1.100.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 +9 -1
- data/lib/aws-sdk-marketplacemetering/types.rb +4 -0
- 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: 93de7e6134fd09dda01f197c05c5bac839812ab5db73b48c300cb80e313ab74c
|
|
4
|
+
data.tar.gz: 3450bdb9658007beda3128367e38ceee5b112ada2c22268702f3c87084531e05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c925ad4328b828c1baf77832cc0c009f0a3e03e0165c209fed24c6b41bad05aa2d813f9b84b4a506d22e73298cdaba9eec2364a10ee51258b0f6354b0e6558b
|
|
7
|
+
data.tar.gz: e0b5de4449c6d42072e28e91168b1951943417f9a6295a6f17c8d27b5c970218482538e51a620b54b4cd3f3c930b179b35e54877ee5c14a024bf766beab104db
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.100.0 (2026-07-07)
|
|
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. The existing 6-hour grace period at the end of a billing cycle still applies.
|
|
8
|
+
|
|
4
9
|
1.99.0 (2026-07-01)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
|
@@ -501,6 +501,14 @@ module Aws::MarketplaceMetering
|
|
|
501
501
|
# recorded event. Usage records aren't accepted 24 hours or more after
|
|
502
502
|
# an event.
|
|
503
503
|
#
|
|
504
|
+
# <note markdown="1"> At the end of each billing cycle, a 6-hour grace period applies. We
|
|
505
|
+
# accept usage records for the previous billing month until 06:00 UTC on
|
|
506
|
+
# the first day of the next month. For example, you must submit March
|
|
507
|
+
# usage records before 06:00 UTC on April 1. After this grace period, we
|
|
508
|
+
# return a `TimestampOutOfBoundsException` error.
|
|
509
|
+
#
|
|
510
|
+
# </note>
|
|
511
|
+
#
|
|
504
512
|
# `BatchMeterUsage` can process up to 25 `UsageRecords` at a time, and
|
|
505
513
|
# each request must be less than 1 MB in size. Optionally, you can have
|
|
506
514
|
# multiple usage allocations for usage data that's split into buckets
|
|
@@ -940,7 +948,7 @@ module Aws::MarketplaceMetering
|
|
|
940
948
|
tracer: tracer
|
|
941
949
|
)
|
|
942
950
|
context[:gem_name] = 'aws-sdk-marketplacemetering'
|
|
943
|
-
context[:gem_version] = '1.
|
|
951
|
+
context[:gem_version] = '1.100.0'
|
|
944
952
|
Seahorse::Client::Request.new(handlers, context)
|
|
945
953
|
end
|
|
946
954
|
|
|
@@ -581,6 +581,10 @@ module Aws::MarketplaceMetering
|
|
|
581
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
|
+
#
|
|
585
|
+
# At the end of each billing cycle, you have a 6-hour grace period to
|
|
586
|
+
# submit usage records for the previous billing month before 06:00 UTC
|
|
587
|
+
# on the first day of the next month.
|
|
584
588
|
# @return [Time]
|
|
585
589
|
#
|
|
586
590
|
# @!attribute [rw] customer_identifier
|