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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 967413c9cd62148b03953c08fd9cb68b8c4d934ac71f3f3d95e69610b9133910
4
- data.tar.gz: 37e2ada27e3ca8e20e91ed7e43ac52ab2f4a39b875578c0669e836c858378b51
3
+ metadata.gz: 93de7e6134fd09dda01f197c05c5bac839812ab5db73b48c300cb80e313ab74c
4
+ data.tar.gz: 3450bdb9658007beda3128367e38ceee5b112ada2c22268702f3c87084531e05
5
5
  SHA512:
6
- metadata.gz: 4e77f0334a14461c71c00730ba69c8a5eae88de2cde2e751b0b2100e8cec69431ea0965618076355a59ff6668b380198194174d3091004e042d8b74b6f04c248
7
- data.tar.gz: 5a9a80d03f2770331288953c21814ecb7b109ac6d40abdcf4c23b6abe441a947b06e7ce80f3f08a4d2ad4e06f629ef33e657e52315bc76a0e62b274252bb6c63
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.99.0
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.99.0'
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
@@ -54,7 +54,7 @@ module Aws::MarketplaceMetering
54
54
  autoload :EndpointProvider, 'aws-sdk-marketplacemetering/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-marketplacemetering/endpoints'
56
56
 
57
- GEM_VERSION = '1.99.0'
57
+ GEM_VERSION = '1.100.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacemetering
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services