Skip to content

Commit d12e89a

Browse files
author
AWS
committed
AWS Price List Service Update: Documentation update for GetProducts Response.
1 parent 02aafc8 commit d12e89a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Price List Service",
4+
"contributor": "",
5+
"description": "Documentation update for GetProducts Response."
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"documentation":"<p>The format version of the response. For example, aws_v1.</p>"
243243
},
244244
"PriceList":{
245-
"shape":"PriceList",
245+
"shape":"PriceListJsonItems",
246246
"documentation":"<p>The list of products that match your filters. The list contains both the product metadata and the price information.</p>"
247247
},
248248
"NextToken":{
@@ -283,14 +283,14 @@
283283
"documentation":"<p>The requested resource can't be found.</p>",
284284
"exception":true
285285
},
286-
"PriceList":{
286+
"PriceListJsonItem":{"type":"string"},
287+
"PriceListJsonItems":{
287288
"type":"list",
288289
"member":{
289-
"shape":"PriceListItemJSON",
290+
"shape":"PriceListJsonItem",
290291
"jsonvalue":true
291292
}
292293
},
293-
"PriceListItemJSON":{"type":"string"},
294294
"Service":{
295295
"type":"structure",
296296
"required":["ServiceCode"],

0 commit comments

Comments
 (0)