|
1660 | 1660 | "shape":"OfferProductIdFilter",
|
1661 | 1661 | "documentation":"<p>Allows filtering on the <code>ProductId</code> of an offer.</p>"
|
1662 | 1662 | },
|
| 1663 | + "ResaleAuthorizationId":{ |
| 1664 | + "shape":"OfferResaleAuthorizationIdFilter", |
| 1665 | + "documentation":"<p>Allows filtering on the <code>ResaleAuthorizationId</code> of an offer.</p> <note> <p>Not all offers have a <code>ResaleAuthorizationId</code>. The response will only include offers for which you have permissions.</p> </note>" |
| 1666 | + }, |
1663 | 1667 | "ReleaseDate":{
|
1664 | 1668 | "shape":"OfferReleaseDateFilter",
|
1665 | 1669 | "documentation":"<p>Allows filtering on the <code>ReleaseDate</code> of an offer.</p>"
|
|
1783 | 1787 | },
|
1784 | 1788 | "documentation":"<p>Allows filtering on the <code>ReleaseDate</code> of an offer with date range as input.</p>"
|
1785 | 1789 | },
|
| 1790 | + "OfferResaleAuthorizationIdFilter":{ |
| 1791 | + "type":"structure", |
| 1792 | + "members":{ |
| 1793 | + "ValueList":{ |
| 1794 | + "shape":"OfferResaleAuthorizationIdFilterValueList", |
| 1795 | + "documentation":"<p>Allows filtering on the <code>ResaleAuthorizationId</code> of an offer with list input.</p>" |
| 1796 | + } |
| 1797 | + }, |
| 1798 | + "documentation":"<p>Allows filtering on the <code>ResaleAuthorizationId</code> of an offer.</p> <note> <p>Not all offers have a <code>ResaleAuthorizationId</code>. The response will only include offers for which you have permissions.</p> </note>" |
| 1799 | + }, |
| 1800 | + "OfferResaleAuthorizationIdFilterValueList":{ |
| 1801 | + "type":"list", |
| 1802 | + "member":{"shape":"OfferResaleAuthorizationIdString"}, |
| 1803 | + "max":10, |
| 1804 | + "min":1 |
| 1805 | + }, |
| 1806 | + "OfferResaleAuthorizationIdString":{ |
| 1807 | + "type":"string", |
| 1808 | + "max":255, |
| 1809 | + "min":1, |
| 1810 | + "pattern":"^[a-zA-Z0-9][.a-zA-Z0-9/-]+[a-zA-Z0-9]$" |
| 1811 | + }, |
1786 | 1812 | "OfferSort":{
|
1787 | 1813 | "type":"structure",
|
1788 | 1814 | "members":{
|
|
1803 | 1829 | "EntityId",
|
1804 | 1830 | "Name",
|
1805 | 1831 | "ProductId",
|
| 1832 | + "ResaleAuthorizationId", |
1806 | 1833 | "ReleaseDate",
|
1807 | 1834 | "AvailabilityEndDate",
|
1808 | 1835 | "BuyerAccounts",
|
|
1845 | 1872 | "shape":"OfferProductIdString",
|
1846 | 1873 | "documentation":"<p>The product ID of the offer.</p>"
|
1847 | 1874 | },
|
| 1875 | + "ResaleAuthorizationId":{ |
| 1876 | + "shape":"OfferResaleAuthorizationIdString", |
| 1877 | + "documentation":"<p>The ResaleAuthorizationId of the offer.</p>" |
| 1878 | + }, |
1848 | 1879 | "ReleaseDate":{
|
1849 | 1880 | "shape":"DateTimeISO8601",
|
1850 | 1881 | "documentation":"<p>The release date of the offer.</p>"
|
|
0 commit comments