|
290 | 290 | {"shape":"ResourceInUseException"}
|
291 | 291 | ],
|
292 | 292 | "documentation":"<p>Updates an input.</p>"
|
293 |
| - }, |
294 |
| - "VerifyResourcesExistForTagris":{ |
295 |
| - "name":"VerifyResourcesExistForTagris", |
296 |
| - "http":{ |
297 |
| - "method":"GET", |
298 |
| - "requestUri":"/internal/tags/resource-status" |
299 |
| - }, |
300 |
| - "input":{"shape":"TagrisVerifyResourcesExistInput"}, |
301 |
| - "output":{"shape":"TagrisVerifyResourcesExistOutput"}, |
302 |
| - "errors":[ |
303 |
| - {"shape":"TagrisAccessDeniedException"}, |
304 |
| - {"shape":"TagrisInternalServiceException"}, |
305 |
| - {"shape":"TagrisInvalidArnException"}, |
306 |
| - {"shape":"TagrisInvalidParameterException"}, |
307 |
| - {"shape":"TagrisPartialResourcesExistResultsException"}, |
308 |
| - {"shape":"TagrisThrottledException"} |
309 |
| - ], |
310 |
| - "internalonly":true |
311 | 293 | }
|
312 | 294 | },
|
313 | 295 | "shapes":{
|
|
364 | 346 | },
|
365 | 347 | "iotSiteWise":{
|
366 | 348 | "shape":"IotSiteWiseAction",
|
367 |
| - "documentation":"<p>Sends information about the detector model instance and the event that triggered the action to an AWS IoT SiteWise asset property.</p>" |
| 349 | + "documentation":"<p>Sends information about the detector model instance and the event that triggered the action to an asset property in AWS IoT SiteWise .</p>" |
368 | 350 | }
|
369 | 351 | },
|
370 | 352 | "documentation":"<p>An action to be performed when the <code>condition</code> is TRUE.</p>"
|
|
1678 | 1660 | "max":256,
|
1679 | 1661 | "min":0
|
1680 | 1662 | },
|
1681 |
| - "TagrisAccessDeniedException":{ |
1682 |
| - "type":"structure", |
1683 |
| - "members":{ |
1684 |
| - "message":{"shape":"TagrisExceptionMessage"} |
1685 |
| - }, |
1686 |
| - "exception":true |
1687 |
| - }, |
1688 |
| - "TagrisAccountId":{ |
1689 |
| - "type":"string", |
1690 |
| - "max":12, |
1691 |
| - "min":12 |
1692 |
| - }, |
1693 |
| - "TagrisAmazonResourceName":{ |
1694 |
| - "type":"string", |
1695 |
| - "max":1011, |
1696 |
| - "min":1 |
1697 |
| - }, |
1698 |
| - "TagrisExceptionMessage":{ |
1699 |
| - "type":"string", |
1700 |
| - "max":2048, |
1701 |
| - "min":0 |
1702 |
| - }, |
1703 |
| - "TagrisInternalId":{ |
1704 |
| - "type":"string", |
1705 |
| - "max":64, |
1706 |
| - "min":0 |
1707 |
| - }, |
1708 |
| - "TagrisInternalServiceException":{ |
1709 |
| - "type":"structure", |
1710 |
| - "members":{ |
1711 |
| - "message":{"shape":"TagrisExceptionMessage"} |
1712 |
| - }, |
1713 |
| - "exception":true, |
1714 |
| - "fault":true |
1715 |
| - }, |
1716 |
| - "TagrisInvalidArnException":{ |
1717 |
| - "type":"structure", |
1718 |
| - "members":{ |
1719 |
| - "message":{"shape":"TagrisExceptionMessage"}, |
1720 |
| - "sweepListItem":{"shape":"TagrisSweepListItem"} |
1721 |
| - }, |
1722 |
| - "exception":true |
1723 |
| - }, |
1724 |
| - "TagrisInvalidParameterException":{ |
1725 |
| - "type":"structure", |
1726 |
| - "members":{ |
1727 |
| - "message":{"shape":"TagrisExceptionMessage"} |
1728 |
| - }, |
1729 |
| - "exception":true |
1730 |
| - }, |
1731 |
| - "TagrisPartialResourcesExistResultsException":{ |
1732 |
| - "type":"structure", |
1733 |
| - "members":{ |
1734 |
| - "message":{"shape":"TagrisExceptionMessage"}, |
1735 |
| - "resourceExistenceInformation":{"shape":"TagrisSweepListResult"} |
1736 |
| - }, |
1737 |
| - "exception":true |
1738 |
| - }, |
1739 |
| - "TagrisStatus":{ |
1740 |
| - "type":"string", |
1741 |
| - "enum":[ |
1742 |
| - "ACTIVE", |
1743 |
| - "NOT_ACTIVE" |
1744 |
| - ] |
1745 |
| - }, |
1746 |
| - "TagrisSweepList":{ |
1747 |
| - "type":"list", |
1748 |
| - "member":{"shape":"TagrisSweepListItem"} |
1749 |
| - }, |
1750 |
| - "TagrisSweepListItem":{ |
1751 |
| - "type":"structure", |
1752 |
| - "members":{ |
1753 |
| - "TagrisAccountId":{"shape":"TagrisAccountId"}, |
1754 |
| - "TagrisAmazonResourceName":{"shape":"TagrisAmazonResourceName"}, |
1755 |
| - "TagrisInternalId":{"shape":"TagrisInternalId"}, |
1756 |
| - "TagrisVersion":{"shape":"TagrisVersion"} |
1757 |
| - } |
1758 |
| - }, |
1759 |
| - "TagrisSweepListResult":{ |
1760 |
| - "type":"map", |
1761 |
| - "key":{"shape":"TagrisAmazonResourceName"}, |
1762 |
| - "value":{"shape":"TagrisStatus"} |
1763 |
| - }, |
1764 |
| - "TagrisThrottledException":{ |
1765 |
| - "type":"structure", |
1766 |
| - "members":{ |
1767 |
| - "message":{"shape":"TagrisExceptionMessage"} |
1768 |
| - }, |
1769 |
| - "exception":true |
1770 |
| - }, |
1771 |
| - "TagrisVerifyResourcesExistInput":{ |
1772 |
| - "type":"structure", |
1773 |
| - "required":["TagrisSweepList"], |
1774 |
| - "members":{ |
1775 |
| - "TagrisSweepList":{"shape":"TagrisSweepList"} |
1776 |
| - } |
1777 |
| - }, |
1778 |
| - "TagrisVerifyResourcesExistOutput":{ |
1779 |
| - "type":"structure", |
1780 |
| - "required":["TagrisSweepListResult"], |
1781 |
| - "members":{ |
1782 |
| - "TagrisSweepListResult":{"shape":"TagrisSweepListResult"} |
1783 |
| - } |
1784 |
| - }, |
1785 |
| - "TagrisVersion":{"type":"long"}, |
1786 | 1663 | "Tags":{
|
1787 | 1664 | "type":"list",
|
1788 | 1665 | "member":{"shape":"Tag"}
|
|
0 commit comments