|
398 | 398 | "smithy.api#pattern": "^\\S[\\S ]*$" |
399 | 399 | } |
400 | 400 | }, |
| 401 | + "com.amazonaws.outposts#CityList": { |
| 402 | + "type": "list", |
| 403 | + "member": { |
| 404 | + "target": "com.amazonaws.outposts#City" |
| 405 | + } |
| 406 | + }, |
401 | 407 | "com.amazonaws.outposts#ConflictException": { |
402 | 408 | "type": "structure", |
403 | 409 | "members": { |
|
453 | 459 | "smithy.api#pattern": "^[A-Z]{2}$" |
454 | 460 | } |
455 | 461 | }, |
| 462 | + "com.amazonaws.outposts#CountryCodeList": { |
| 463 | + "type": "list", |
| 464 | + "member": { |
| 465 | + "target": "com.amazonaws.outposts#CountryCode" |
| 466 | + } |
| 467 | + }, |
456 | 468 | "com.amazonaws.outposts#CreateOrder": { |
457 | 469 | "type": "operation", |
458 | 470 | "input": { |
|
1700 | 1712 | } |
1701 | 1713 | ], |
1702 | 1714 | "traits": { |
1703 | | - "smithy.api#documentation": "<p>Lists the sites for your Amazon Web Services account.</p>", |
| 1715 | + "smithy.api#documentation": "<p>Create a list of the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to\n return a more specific list of results. Use filters to match site city, country code, or state/region of the \n operating address. </p>\n \n <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only \n results that match all of the specified filters.</p>", |
1704 | 1716 | "smithy.api#http": { |
1705 | 1717 | "method": "GET", |
1706 | 1718 | "uri": "/sites", |
|
1727 | 1739 | "traits": { |
1728 | 1740 | "smithy.api#httpQuery": "MaxResults" |
1729 | 1741 | } |
| 1742 | + }, |
| 1743 | + "OperatingAddressCountryCodeFilter": { |
| 1744 | + "target": "com.amazonaws.outposts#CountryCodeList", |
| 1745 | + "traits": { |
| 1746 | + "smithy.api#documentation": "<p> A filter for the country code of the Outpost site. </p>\n <p>Filter values are case sensitive. If you specify multiple \n values for a filter, the values are joined with an <code>OR</code>, and the request returns \n all results that match any of the specified values.</p>", |
| 1747 | + "smithy.api#httpQuery": "OperatingAddressCountryCodeFilter" |
| 1748 | + } |
| 1749 | + }, |
| 1750 | + "OperatingAddressStateOrRegionFilter": { |
| 1751 | + "target": "com.amazonaws.outposts#StateOrRegionList", |
| 1752 | + "traits": { |
| 1753 | + "smithy.api#documentation": "<p> A filter for the state/region of the Outpost site. </p>\n <p>Filter values are case sensitive. If you specify multiple \n values for a filter, the values are joined with an <code>OR</code>, and the request returns \n all results that match any of the specified values.</p>", |
| 1754 | + "smithy.api#httpQuery": "OperatingAddressStateOrRegionFilter" |
| 1755 | + } |
| 1756 | + }, |
| 1757 | + "OperatingAddressCityFilter": { |
| 1758 | + "target": "com.amazonaws.outposts#CityList", |
| 1759 | + "traits": { |
| 1760 | + "smithy.api#documentation": "<p>\n A filter for the city of the Outpost site. \n </p>\n <p>Filter values are case sensitive. If you specify multiple \n values for a filter, the values are joined with an <code>OR</code>, and the request returns \n all results that match any of the specified values.</p>", |
| 1761 | + "smithy.api#httpQuery": "OperatingAddressCityFilter" |
| 1762 | + } |
1730 | 1763 | } |
1731 | 1764 | } |
1732 | 1765 | }, |
|
2649 | 2682 | "smithy.api#pattern": "^\\S[\\S ]*$" |
2650 | 2683 | } |
2651 | 2684 | }, |
| 2685 | + "com.amazonaws.outposts#StateOrRegionList": { |
| 2686 | + "type": "list", |
| 2687 | + "member": { |
| 2688 | + "target": "com.amazonaws.outposts#StateOrRegion" |
| 2689 | + } |
| 2690 | + }, |
2652 | 2691 | "com.amazonaws.outposts#String": { |
2653 | 2692 | "type": "string", |
2654 | 2693 | "traits": { |
|
0 commit comments