@aws-sdk/client-marketplace-metering 3.1079.0 → 3.1081.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.
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1078.0";
72
+ var version = "3.1080.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -37,6 +37,13 @@ declare const BatchMeterUsageCommand_base: {
37
37
  * <p>Usage records should be submitted in quick succession following a
38
38
  * recorded event. Usage records aren't accepted 24 hours or more after an
39
39
  * event.</p>
40
+ * <note>
41
+ * <p>At the end of each billing cycle, a 6-hour grace period applies. We accept
42
+ * usage records for the previous billing month until 06:00 UTC on the first day of the
43
+ * next month. For example, you must submit March usage records before 06:00 UTC on
44
+ * April 1. After this grace period, we return a
45
+ * <code>TimestampOutOfBoundsException</code> error.</p>
46
+ * </note>
40
47
  * <p>
41
48
  * <code>BatchMeterUsage</code> can process up to 25
42
49
  * <code>UsageRecords</code> at a time, and each request must be less than
@@ -49,6 +49,8 @@ export interface UsageRecord {
49
49
  * <p>Timestamp, in UTC, for which the usage is being reported.</p>
50
50
  * <p>Your application can meter usage for up to 24 hours in the past. Make sure the
51
51
  * <code>timestamp</code> value is not before the start of the software usage.</p>
52
+ * <p>At the end of each billing cycle, you have a 6-hour grace period to submit usage
53
+ * records for the previous billing month before 06:00 UTC on the first day of the next month.</p>
52
54
  * @public
53
55
  */
54
56
  Timestamp: Date | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-metering",
3
3
  "description": "AWS SDK for JavaScript Marketplace Metering Client for Node.js, Browser and React Native",
4
- "version": "3.1079.0",
4
+ "version": "3.1081.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,8 +19,8 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.27",
23
- "@aws-sdk/credential-provider-node": "^3.972.62",
22
+ "@aws-sdk/core": "^3.974.29",
23
+ "@aws-sdk/credential-provider-node": "^3.972.64",
24
24
  "@aws-sdk/types": "^3.973.15",
25
25
  "@smithy/core": "^3.29.0",
26
26
  "@smithy/fetch-http-handler": "^5.6.2",