File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
services/pricing/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Price List Service" ,
4
+ "contributor" : " " ,
5
+ "description" : " Documentation update for GetProducts Response."
6
+ }
Original file line number Diff line number Diff line change 242
242
"documentation" :" <p>The format version of the response. For example, aws_v1.</p>"
243
243
},
244
244
"PriceList" :{
245
- "shape" :" PriceList " ,
245
+ "shape" :" PriceListJsonItems " ,
246
246
"documentation" :" <p>The list of products that match your filters. The list contains both the product metadata and the price information.</p>"
247
247
},
248
248
"NextToken" :{
283
283
"documentation" :" <p>The requested resource can't be found.</p>" ,
284
284
"exception" :true
285
285
},
286
- "PriceList" :{
286
+ "PriceListJsonItem" :{"type" :" string" },
287
+ "PriceListJsonItems" :{
287
288
"type" :" list" ,
288
289
"member" :{
289
- "shape" :" PriceListItemJSON " ,
290
+ "shape" :" PriceListJsonItem " ,
290
291
"jsonvalue" :true
291
292
}
292
293
},
293
- "PriceListItemJSON" :{"type" :" string" },
294
294
"Service" :{
295
295
"type" :" structure" ,
296
296
"required" :[" ServiceCode" ],
You can’t perform that action at this time.
0 commit comments