|
317 | 317 | ],
|
318 | 318 | "documentation":"<p>Removes tags from the specified resource.</p>"
|
319 | 319 | },
|
| 320 | + "UpdateOutpost":{ |
| 321 | + "name":"UpdateOutpost", |
| 322 | + "http":{ |
| 323 | + "method":"PATCH", |
| 324 | + "requestUri":"/outposts/{OutpostId}" |
| 325 | + }, |
| 326 | + "input":{"shape":"UpdateOutpostInput"}, |
| 327 | + "output":{"shape":"UpdateOutpostOutput"}, |
| 328 | + "errors":[ |
| 329 | + {"shape":"ValidationException"}, |
| 330 | + {"shape":"ConflictException"}, |
| 331 | + {"shape":"NotFoundException"}, |
| 332 | + {"shape":"AccessDeniedException"}, |
| 333 | + {"shape":"InternalServerException"} |
| 334 | + ], |
| 335 | + "documentation":"<p> Updates an Outpost. </p>" |
| 336 | + }, |
320 | 337 | "UpdateSite":{
|
321 | 338 | "name":"UpdateSite",
|
322 | 339 | "http":{
|
|
665 | 682 | "members":{
|
666 | 683 | "Name":{"shape":"OutpostName"},
|
667 | 684 | "Description":{"shape":"OutpostDescription"},
|
668 |
| - "SiteId":{"shape":"SiteId"}, |
| 685 | + "SiteId":{ |
| 686 | + "shape":"SiteId", |
| 687 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the site. </p>" |
| 688 | + }, |
669 | 689 | "AvailabilityZone":{"shape":"AvailabilityZone"},
|
670 | 690 | "AvailabilityZoneId":{"shape":"AvailabilityZoneId"},
|
671 | 691 | "Tags":{
|
|
724 | 744 | "members":{
|
725 | 745 | "OutpostId":{
|
726 | 746 | "shape":"OutpostId",
|
727 |
| - "documentation":"<p> The ID of the Outpost. </p>", |
| 747 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>", |
728 | 748 | "location":"uri",
|
729 | 749 | "locationName":"OutpostId"
|
730 | 750 | }
|
|
741 | 761 | "members":{
|
742 | 762 | "SiteId":{
|
743 | 763 | "shape":"SiteId",
|
| 764 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the site. </p>", |
744 | 765 | "location":"uri",
|
745 | 766 | "locationName":"SiteId"
|
746 | 767 | }
|
|
847 | 868 | "members":{
|
848 | 869 | "OutpostId":{
|
849 | 870 | "shape":"OutpostId",
|
850 |
| - "documentation":"<p> The ID of the Outpost. </p>", |
| 871 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>", |
851 | 872 | "location":"uri",
|
852 | 873 | "locationName":"OutpostId"
|
853 | 874 | }
|
|
859 | 880 | "members":{
|
860 | 881 | "OutpostId":{
|
861 | 882 | "shape":"OutpostId",
|
862 |
| - "documentation":"<p> The ID of the Outpost. </p>", |
| 883 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>", |
863 | 884 | "location":"uri",
|
864 | 885 | "locationName":"OutpostId"
|
865 | 886 | },
|
|
902 | 923 | "members":{
|
903 | 924 | "SiteId":{
|
904 | 925 | "shape":"SiteId",
|
| 926 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the site. </p>", |
905 | 927 | "location":"uri",
|
906 | 928 | "locationName":"SiteId"
|
907 | 929 | },
|
|
933 | 955 | "members":{
|
934 | 956 | "SiteId":{
|
935 | 957 | "shape":"SiteId",
|
| 958 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the site. </p>", |
936 | 959 | "location":"uri",
|
937 | 960 | "locationName":"SiteId"
|
938 | 961 | }
|
|
1596 | 1619 | },
|
1597 | 1620 | "SiteId":{
|
1598 | 1621 | "type":"string",
|
1599 |
| - "documentation":"<p>The ID of the site.</p>", |
| 1622 | + "documentation":"<p> The ID of the site. </p>", |
1600 | 1623 | "max":255,
|
1601 | 1624 | "min":1,
|
1602 | 1625 | "pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:site/)?(os-[a-f0-9]{17})$"
|
|
1736 | 1759 | "members":{
|
1737 | 1760 | }
|
1738 | 1761 | },
|
| 1762 | + "UpdateOutpostInput":{ |
| 1763 | + "type":"structure", |
| 1764 | + "required":["OutpostId"], |
| 1765 | + "members":{ |
| 1766 | + "OutpostId":{ |
| 1767 | + "shape":"OutpostId", |
| 1768 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>", |
| 1769 | + "location":"uri", |
| 1770 | + "locationName":"OutpostId" |
| 1771 | + }, |
| 1772 | + "Name":{"shape":"OutpostName"}, |
| 1773 | + "Description":{"shape":"OutpostDescription"}, |
| 1774 | + "SupportedHardwareType":{ |
| 1775 | + "shape":"SupportedHardwareType", |
| 1776 | + "documentation":"<p> The type of hardware for this Outpost. </p>" |
| 1777 | + } |
| 1778 | + } |
| 1779 | + }, |
| 1780 | + "UpdateOutpostOutput":{ |
| 1781 | + "type":"structure", |
| 1782 | + "members":{ |
| 1783 | + "Outpost":{"shape":"Outpost"} |
| 1784 | + } |
| 1785 | + }, |
1739 | 1786 | "UpdateSiteAddressInput":{
|
1740 | 1787 | "type":"structure",
|
1741 | 1788 | "required":[
|
|
1746 | 1793 | "members":{
|
1747 | 1794 | "SiteId":{
|
1748 | 1795 | "shape":"SiteId",
|
| 1796 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the site. </p>", |
1749 | 1797 | "location":"uri",
|
1750 | 1798 | "locationName":"SiteId"
|
1751 | 1799 | },
|
|
1778 | 1826 | "members":{
|
1779 | 1827 | "SiteId":{
|
1780 | 1828 | "shape":"SiteId",
|
| 1829 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the site. </p>", |
1781 | 1830 | "location":"uri",
|
1782 | 1831 | "locationName":"SiteId"
|
1783 | 1832 | },
|
|
1801 | 1850 | "members":{
|
1802 | 1851 | "SiteId":{
|
1803 | 1852 | "shape":"SiteId",
|
| 1853 | + "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the site. </p>", |
1804 | 1854 | "location":"uri",
|
1805 | 1855 | "locationName":"SiteId"
|
1806 | 1856 | },
|
|
0 commit comments