Skip to content

Commit 45bb841

Browse files
author
AWS
committed
AWS IoT Events Update: Doc only update to correct APIs and related descriptions
1 parent 6ef4c5f commit 45bb841

File tree

2 files changed

+6
-124
lines changed

2 files changed

+6
-124
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT Events",
4+
"description": "Doc only update to correct APIs and related descriptions"
5+
}

services/iotevents/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -290,24 +290,6 @@
290290
{"shape":"ResourceInUseException"}
291291
],
292292
"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
311293
}
312294
},
313295
"shapes":{
@@ -364,7 +346,7 @@
364346
},
365347
"iotSiteWise":{
366348
"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>"
368350
}
369351
},
370352
"documentation":"<p>An action to be performed when the <code>condition</code> is TRUE.</p>"
@@ -1678,111 +1660,6 @@
16781660
"max":256,
16791661
"min":0
16801662
},
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"},
17861663
"Tags":{
17871664
"type":"list",
17881665
"member":{"shape":"Tag"}

0 commit comments

Comments
 (0)