Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 7572d22

Browse files
Release v1.44.212 (2023-03-01) (#4743)
Release v1.44.212 (2023-03-01) === ### Service Client Updates * `service/pricing`: Updates service API, documentation, and paginators * `service/s3outposts`: Updates service API, documentation, and paginators
1 parent a771428 commit 7572d22

File tree

20 files changed

+2992
-14
lines changed

20 files changed

+2992
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.212 (2023-03-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/pricing`: Updates service API, documentation, and paginators
6+
* `service/s3outposts`: Updates service API, documentation, and paginators
7+
18
Release v1.44.211 (2023-02-28)
29
===
310

aws/endpoints/defaults.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.211"
8+
const SDKVersion = "1.44.212"

models/apis/pricing/2017-10-15/api-2.json

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@
4646
{"shape":"ExpiredNextTokenException"}
4747
]
4848
},
49+
"GetPriceListFileUrl":{
50+
"name":"GetPriceListFileUrl",
51+
"http":{
52+
"method":"POST",
53+
"requestUri":"/"
54+
},
55+
"input":{"shape":"GetPriceListFileUrlRequest"},
56+
"output":{"shape":"GetPriceListFileUrlResponse"},
57+
"errors":[
58+
{"shape":"InternalErrorException"},
59+
{"shape":"InvalidParameterException"},
60+
{"shape":"NotFoundException"},
61+
{"shape":"AccessDeniedException"}
62+
]
63+
},
4964
"GetProducts":{
5065
"name":"GetProducts",
5166
"http":{
@@ -61,9 +76,33 @@
6176
{"shape":"InvalidNextTokenException"},
6277
{"shape":"ExpiredNextTokenException"}
6378
]
79+
},
80+
"ListPriceLists":{
81+
"name":"ListPriceLists",
82+
"http":{
83+
"method":"POST",
84+
"requestUri":"/"
85+
},
86+
"input":{"shape":"ListPriceListsRequest"},
87+
"output":{"shape":"ListPriceListsResponse"},
88+
"errors":[
89+
{"shape":"InternalErrorException"},
90+
{"shape":"InvalidParameterException"},
91+
{"shape":"NotFoundException"},
92+
{"shape":"InvalidNextTokenException"},
93+
{"shape":"ExpiredNextTokenException"},
94+
{"shape":"AccessDeniedException"}
95+
]
6496
}
6597
},
6698
"shapes":{
99+
"AccessDeniedException":{
100+
"type":"structure",
101+
"members":{
102+
"Message":{"shape":"errorMessage"}
103+
},
104+
"exception":true
105+
},
67106
"AttributeNameList":{
68107
"type":"list",
69108
"member":{"shape":"String"}
@@ -83,6 +122,10 @@
83122
"max":100,
84123
"min":1
85124
},
125+
"CurrencyCode":{
126+
"type":"string",
127+
"pattern":"^[A-Z]{3}$"
128+
},
86129
"DescribeServicesRequest":{
87130
"type":"structure",
88131
"members":{
@@ -103,13 +146,23 @@
103146
"NextToken":{"shape":"String"}
104147
}
105148
},
149+
"EffectiveDate":{"type":"timestamp"},
106150
"ExpiredNextTokenException":{
107151
"type":"structure",
108152
"members":{
109153
"Message":{"shape":"errorMessage"}
110154
},
111155
"exception":true
112156
},
157+
"FileFormat":{
158+
"type":"string",
159+
"max":255,
160+
"min":1
161+
},
162+
"FileFormats":{
163+
"type":"list",
164+
"member":{"shape":"FileFormat"}
165+
},
113166
"Filter":{
114167
"type":"structure",
115168
"required":[
@@ -154,6 +207,23 @@
154207
"NextToken":{"shape":"String"}
155208
}
156209
},
210+
"GetPriceListFileUrlRequest":{
211+
"type":"structure",
212+
"required":[
213+
"PriceListArn",
214+
"FileFormat"
215+
],
216+
"members":{
217+
"PriceListArn":{"shape":"PriceListArn"},
218+
"FileFormat":{"shape":"FileFormat"}
219+
}
220+
},
221+
"GetPriceListFileUrlResponse":{
222+
"type":"structure",
223+
"members":{
224+
"Url":{"shape":"String"}
225+
}
226+
},
157227
"GetProductsRequest":{
158228
"type":"structure",
159229
"required":["ServiceCode"],
@@ -197,13 +267,56 @@
197267
},
198268
"exception":true
199269
},
270+
"ListPriceListsRequest":{
271+
"type":"structure",
272+
"required":[
273+
"ServiceCode",
274+
"EffectiveDate",
275+
"CurrencyCode"
276+
],
277+
"members":{
278+
"ServiceCode":{"shape":"ServiceCode"},
279+
"EffectiveDate":{"shape":"EffectiveDate"},
280+
"RegionCode":{"shape":"RegionCode"},
281+
"CurrencyCode":{"shape":"CurrencyCode"},
282+
"NextToken":{"shape":"String"},
283+
"MaxResults":{"shape":"MaxResults"}
284+
}
285+
},
286+
"ListPriceListsResponse":{
287+
"type":"structure",
288+
"members":{
289+
"PriceLists":{"shape":"PriceLists"},
290+
"NextToken":{"shape":"String"}
291+
}
292+
},
293+
"MaxResults":{
294+
"type":"integer",
295+
"max":100,
296+
"min":1
297+
},
200298
"NotFoundException":{
201299
"type":"structure",
202300
"members":{
203301
"Message":{"shape":"errorMessage"}
204302
},
205303
"exception":true
206304
},
305+
"PriceList":{
306+
"type":"structure",
307+
"members":{
308+
"PriceListArn":{"shape":"PriceListArn"},
309+
"RegionCode":{"shape":"RegionCode"},
310+
"CurrencyCode":{"shape":"CurrencyCode"},
311+
"FileFormats":{"shape":"FileFormats"}
312+
}
313+
},
314+
"PriceListArn":{
315+
"type":"string",
316+
"max":2048,
317+
"min":18,
318+
"pattern":"^arn:.+:pricing::.*:price-list/.{1,255}/.{1,32}/[A-Z]{3}/[0-9]{14}/[^/]*$"
319+
},
207320
"PriceListJsonItem":{"type":"string"},
208321
"PriceListJsonItems":{
209322
"type":"list",
@@ -212,6 +325,15 @@
212325
"jsonvalue":true
213326
}
214327
},
328+
"PriceLists":{
329+
"type":"list",
330+
"member":{"shape":"PriceList"}
331+
},
332+
"RegionCode":{
333+
"type":"string",
334+
"max":255,
335+
"min":1
336+
},
215337
"Service":{
216338
"type":"structure",
217339
"required":["ServiceCode"],
@@ -220,6 +342,11 @@
220342
"AttributeNames":{"shape":"AttributeNameList"}
221343
}
222344
},
345+
"ServiceCode":{
346+
"type":"string",
347+
"max":32,
348+
"min":1
349+
},
223350
"ServiceList":{
224351
"type":"list",
225352
"member":{"shape":"Service"}

0 commit comments

Comments
 (0)