|
270 | 270 | {"shape":"AccessDeniedException"},
|
271 | 271 | {"shape":"InternalServerException"}
|
272 | 272 | ],
|
273 |
| - "documentation":"<p>Lists the sites for your Amazon Web Services account.</p>" |
| 273 | + "documentation":"<p>Create a list of the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to return a more specific list of results. Use filters to match site city, country code, or state/region of the operating address. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>" |
274 | 274 | },
|
275 | 275 | "ListTagsForResource":{
|
276 | 276 | "name":"ListTagsForResource",
|
|
603 | 603 | "min":1,
|
604 | 604 | "pattern":"^\\S[\\S ]*$"
|
605 | 605 | },
|
| 606 | + "CityList":{ |
| 607 | + "type":"list", |
| 608 | + "member":{"shape":"City"} |
| 609 | + }, |
606 | 610 | "ConflictException":{
|
607 | 611 | "type":"structure",
|
608 | 612 | "members":{
|
|
638 | 642 | "min":2,
|
639 | 643 | "pattern":"^[A-Z]{2}$"
|
640 | 644 | },
|
| 645 | + "CountryCodeList":{ |
| 646 | + "type":"list", |
| 647 | + "member":{"shape":"CountryCode"} |
| 648 | + }, |
641 | 649 | "CreateOrderInput":{
|
642 | 650 | "type":"structure",
|
643 | 651 | "required":[
|
|
1205 | 1213 | "shape":"MaxResults1000",
|
1206 | 1214 | "location":"querystring",
|
1207 | 1215 | "locationName":"MaxResults"
|
| 1216 | + }, |
| 1217 | + "OperatingAddressCountryCodeFilter":{ |
| 1218 | + "shape":"CountryCodeList", |
| 1219 | + "documentation":"<p> A filter for the country code of the Outpost site. </p> <p>Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an <code>OR</code>, and the request returns all results that match any of the specified values.</p>", |
| 1220 | + "location":"querystring", |
| 1221 | + "locationName":"OperatingAddressCountryCodeFilter" |
| 1222 | + }, |
| 1223 | + "OperatingAddressStateOrRegionFilter":{ |
| 1224 | + "shape":"StateOrRegionList", |
| 1225 | + "documentation":"<p> A filter for the state/region of the Outpost site. </p> <p>Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an <code>OR</code>, and the request returns all results that match any of the specified values.</p>", |
| 1226 | + "location":"querystring", |
| 1227 | + "locationName":"OperatingAddressStateOrRegionFilter" |
| 1228 | + }, |
| 1229 | + "OperatingAddressCityFilter":{ |
| 1230 | + "shape":"CityList", |
| 1231 | + "documentation":"<p> A filter for the city of the Outpost site. </p> <p>Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an <code>OR</code>, and the request returns all results that match any of the specified values.</p>", |
| 1232 | + "location":"querystring", |
| 1233 | + "locationName":"OperatingAddressCityFilter" |
1208 | 1234 | }
|
1209 | 1235 | }
|
1210 | 1236 | },
|
|
1649 | 1675 | "min":1,
|
1650 | 1676 | "pattern":"^\\S[\\S ]*$"
|
1651 | 1677 | },
|
| 1678 | + "StateOrRegionList":{ |
| 1679 | + "type":"list", |
| 1680 | + "member":{"shape":"StateOrRegion"} |
| 1681 | + }, |
1652 | 1682 | "String":{
|
1653 | 1683 | "type":"string",
|
1654 | 1684 | "max":1000,
|
|
0 commit comments