@aws-sdk/client-marketplace-metering 3.1080.0 → 3.1082.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
|
@@ -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.
|
|
4
|
+
"version": "3.1082.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,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.
|
|
25
|
-
"@smithy/core": "^3.29.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.
|
|
22
|
+
"@aws-sdk/core": "^3.975.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.65",
|
|
24
|
+
"@aws-sdk/types": "^3.974.0",
|
|
25
|
+
"@smithy/core": "^3.29.2",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.4",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.4",
|
|
28
|
+
"@smithy/types": "^4.16.0",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|