Skip to content

Commit 13cb0db

Browse files
author
AWS
committed
AWSMarketplace Metering Update: Documentation updates for meteringmarketplace
1 parent 57b6195 commit 13cb0db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "AWSMarketplace Metering",
3+
"type": "feature",
4+
"description": "Documentation updates for meteringmarketplace"
5+
}

services/marketplacemetering/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
},
240240
"Timestamp":{
241241
"shape":"Timestamp",
242-
"documentation":"<p>Timestamp of the hour, recorded in UTC. The seconds and milliseconds portions of the timestamp will be ignored.</p>"
242+
"documentation":"<p>Timestamp, in UTC, for which the usage is being reported. Your application can meter usage for up to one hour in the past. Make sure the timestamp value is not before the start of the software usage.</p>"
243243
},
244244
"UsageDimension":{
245245
"shape":"UsageDimension",
@@ -382,7 +382,7 @@
382382
"members":{
383383
"Timestamp":{
384384
"shape":"Timestamp",
385-
"documentation":"<p>Timestamp of the hour, recorded in UTC. The seconds and milliseconds portions of the timestamp will be ignored.</p> <p>Your application can meter usage for up to one hour in the past.</p>"
385+
"documentation":"<p>Timestamp, in UTC, for which the usage is being reported.</p> <p>Your application can meter usage for up to one hour in the past. Make sure the timestamp value is not before the start of the software usage.</p>"
386386
},
387387
"CustomerIdentifier":{
388388
"shape":"CustomerIdentifier",

0 commit comments

Comments
 (0)