@aws-sdk/client-iot 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/dist-types/IoT.d.ts +245 -6
  2. package/dist-types/IoTClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +16 -0
  4. package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +16 -0
  5. package/dist-types/commands/AddThingToThingGroupCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +16 -0
  7. package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
  8. package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +16 -0
  9. package/dist-types/commands/AttachSecurityProfileCommand.d.ts +16 -0
  10. package/dist-types/commands/AttachThingPrincipalCommand.d.ts +16 -0
  11. package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +16 -0
  12. package/dist-types/commands/CancelAuditTaskCommand.d.ts +16 -0
  13. package/dist-types/commands/CancelCertificateTransferCommand.d.ts +16 -0
  14. package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +16 -0
  15. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  16. package/dist-types/commands/CancelJobExecutionCommand.d.ts +16 -0
  17. package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +16 -0
  18. package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +22 -6
  23. package/dist-types/commands/CreateCustomMetricCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateDimensionCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateFleetMetricCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateMitigationActionCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateOTAUpdateCommand.d.ts +16 -0
  33. package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
  34. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateRoleAliasCommand.d.ts +16 -0
  39. package/dist-types/commands/CreateScheduledAuditCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateStreamCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateThingCommand.d.ts +16 -0
  43. package/dist-types/commands/CreateThingGroupCommand.d.ts +16 -0
  44. package/dist-types/commands/CreateThingTypeCommand.d.ts +16 -0
  45. package/dist-types/commands/CreateTopicRuleCommand.d.ts +16 -0
  46. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +16 -0
  47. package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +16 -0
  48. package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +16 -0
  49. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
  50. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
  51. package/dist-types/commands/DeleteCACertificateCommand.d.ts +16 -0
  52. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  53. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteDimensionCommand.d.ts +16 -0
  55. package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +16 -0
  56. package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +16 -0
  57. package/dist-types/commands/DeleteFleetMetricCommand.d.ts +16 -0
  58. package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteJobExecutionCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteMitigationActionCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +16 -0
  63. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  64. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteRoleAliasCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteStreamCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteThingCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteThingGroupCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteThingTypeCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteTopicRuleCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +16 -0
  78. package/dist-types/commands/DeprecateThingTypeCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeAuditFindingCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +16 -0
  82. package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +16 -0
  83. package/dist-types/commands/DescribeAuditTaskCommand.d.ts +16 -0
  84. package/dist-types/commands/DescribeAuthorizerCommand.d.ts +16 -0
  85. package/dist-types/commands/DescribeBillingGroupCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeCACertificateCommand.d.ts +16 -0
  87. package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
  88. package/dist-types/commands/DescribeCustomMetricCommand.d.ts +16 -0
  89. package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +16 -0
  90. package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +16 -0
  91. package/dist-types/commands/DescribeDimensionCommand.d.ts +16 -0
  92. package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +16 -0
  93. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  94. package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +16 -0
  95. package/dist-types/commands/DescribeFleetMetricCommand.d.ts +16 -0
  96. package/dist-types/commands/DescribeIndexCommand.d.ts +16 -0
  97. package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
  98. package/dist-types/commands/DescribeJobExecutionCommand.d.ts +16 -0
  99. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +16 -0
  100. package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +16 -0
  101. package/dist-types/commands/DescribeMitigationActionCommand.d.ts +16 -0
  102. package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +16 -0
  103. package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +16 -0
  104. package/dist-types/commands/DescribeRoleAliasCommand.d.ts +16 -0
  105. package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +16 -0
  106. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
  107. package/dist-types/commands/DescribeStreamCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeThingCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeThingGroupCommand.d.ts +16 -0
  110. package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +16 -0
  111. package/dist-types/commands/DescribeThingTypeCommand.d.ts +16 -0
  112. package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
  113. package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +16 -0
  114. package/dist-types/commands/DetachSecurityProfileCommand.d.ts +16 -0
  115. package/dist-types/commands/DetachThingPrincipalCommand.d.ts +16 -0
  116. package/dist-types/commands/DisableTopicRuleCommand.d.ts +16 -0
  117. package/dist-types/commands/EnableTopicRuleCommand.d.ts +16 -0
  118. package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +16 -0
  119. package/dist-types/commands/GetBucketsAggregationCommand.d.ts +16 -0
  120. package/dist-types/commands/GetCardinalityCommand.d.ts +16 -0
  121. package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +16 -0
  122. package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +16 -0
  123. package/dist-types/commands/GetJobDocumentCommand.d.ts +16 -0
  124. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +16 -0
  125. package/dist-types/commands/GetOTAUpdateCommand.d.ts +16 -0
  126. package/dist-types/commands/GetPercentilesCommand.d.ts +16 -0
  127. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  128. package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
  129. package/dist-types/commands/GetRegistrationCodeCommand.d.ts +16 -0
  130. package/dist-types/commands/GetStatisticsCommand.d.ts +16 -0
  131. package/dist-types/commands/GetTopicRuleCommand.d.ts +16 -0
  132. package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +16 -0
  133. package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +16 -0
  134. package/dist-types/commands/ListActiveViolationsCommand.d.ts +16 -0
  135. package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +16 -0
  136. package/dist-types/commands/ListAuditFindingsCommand.d.ts +16 -0
  137. package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +16 -0
  138. package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +16 -0
  139. package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +16 -0
  140. package/dist-types/commands/ListAuditTasksCommand.d.ts +16 -0
  141. package/dist-types/commands/ListAuthorizersCommand.d.ts +16 -0
  142. package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
  143. package/dist-types/commands/ListCACertificatesCommand.d.ts +16 -0
  144. package/dist-types/commands/ListCertificatesByCACommand.d.ts +16 -0
  145. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  146. package/dist-types/commands/ListCustomMetricsCommand.d.ts +16 -0
  147. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +16 -0
  148. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +16 -0
  149. package/dist-types/commands/ListDimensionsCommand.d.ts +16 -0
  150. package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +16 -0
  151. package/dist-types/commands/ListFleetMetricsCommand.d.ts +16 -0
  152. package/dist-types/commands/ListIndicesCommand.d.ts +16 -0
  153. package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +16 -0
  154. package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +16 -0
  155. package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
  156. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  157. package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +16 -0
  158. package/dist-types/commands/ListMetricValuesCommand.d.ts +16 -0
  159. package/dist-types/commands/ListMitigationActionsCommand.d.ts +16 -0
  160. package/dist-types/commands/ListOTAUpdatesCommand.d.ts +16 -0
  161. package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +16 -0
  162. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  163. package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +16 -0
  164. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
  165. package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +16 -0
  166. package/dist-types/commands/ListPrincipalThingsCommand.d.ts +16 -0
  167. package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +16 -0
  168. package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +16 -0
  169. package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +16 -0
  170. package/dist-types/commands/ListRoleAliasesCommand.d.ts +16 -0
  171. package/dist-types/commands/ListScheduledAuditsCommand.d.ts +16 -0
  172. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
  173. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +16 -0
  174. package/dist-types/commands/ListStreamsCommand.d.ts +16 -0
  175. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  176. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +16 -0
  177. package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +16 -0
  178. package/dist-types/commands/ListThingGroupsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +16 -0
  180. package/dist-types/commands/ListThingPrincipalsCommand.d.ts +16 -0
  181. package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +16 -0
  182. package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +16 -0
  183. package/dist-types/commands/ListThingTypesCommand.d.ts +16 -0
  184. package/dist-types/commands/ListThingsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +16 -0
  186. package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +16 -0
  187. package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListTopicRulesCommand.d.ts +16 -0
  189. package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListViolationEventsCommand.d.ts +16 -0
  191. package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +16 -0
  192. package/dist-types/commands/RegisterCACertificateCommand.d.ts +16 -0
  193. package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
  194. package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +16 -0
  195. package/dist-types/commands/RegisterThingCommand.d.ts +16 -0
  196. package/dist-types/commands/RejectCertificateTransferCommand.d.ts +16 -0
  197. package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +16 -0
  198. package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +16 -0
  199. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +16 -0
  200. package/dist-types/commands/SearchIndexCommand.d.ts +16 -0
  201. package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +16 -0
  202. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
  203. package/dist-types/commands/SetLoggingOptionsCommand.d.ts +16 -0
  204. package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +16 -0
  205. package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +16 -0
  206. package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +16 -0
  207. package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +16 -0
  208. package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +16 -0
  209. package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +16 -0
  210. package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +16 -0
  211. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  212. package/dist-types/commands/TestAuthorizationCommand.d.ts +16 -0
  213. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +16 -0
  214. package/dist-types/commands/TransferCertificateCommand.d.ts +16 -0
  215. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  216. package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +16 -0
  217. package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +16 -0
  218. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
  219. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
  220. package/dist-types/commands/UpdateCACertificateCommand.d.ts +16 -0
  221. package/dist-types/commands/UpdateCertificateCommand.d.ts +16 -0
  222. package/dist-types/commands/UpdateCustomMetricCommand.d.ts +16 -0
  223. package/dist-types/commands/UpdateDimensionCommand.d.ts +16 -0
  224. package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +16 -0
  225. package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +16 -0
  226. package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +16 -0
  227. package/dist-types/commands/UpdateFleetMetricCommand.d.ts +16 -0
  228. package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +16 -0
  229. package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
  230. package/dist-types/commands/UpdateMitigationActionCommand.d.ts +16 -0
  231. package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +16 -0
  232. package/dist-types/commands/UpdateRoleAliasCommand.d.ts +16 -0
  233. package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +16 -0
  234. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
  235. package/dist-types/commands/UpdateStreamCommand.d.ts +16 -0
  236. package/dist-types/commands/UpdateThingCommand.d.ts +16 -0
  237. package/dist-types/commands/UpdateThingGroupCommand.d.ts +16 -0
  238. package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +16 -0
  239. package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +16 -0
  240. package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +16 -0
  241. package/dist-types/models/IoTServiceException.d.ts +2 -0
  242. package/dist-types/models/models_0.d.ts +573 -10
  243. package/dist-types/models/models_1.d.ts +668 -0
  244. package/dist-types/models/models_2.d.ts +359 -1
  245. package/dist-types/pagination/GetBehaviorModelTrainingSummariesPaginator.d.ts +3 -0
  246. package/dist-types/pagination/Interfaces.d.ts +3 -0
  247. package/dist-types/pagination/ListActiveViolationsPaginator.d.ts +3 -0
  248. package/dist-types/pagination/ListAttachedPoliciesPaginator.d.ts +3 -0
  249. package/dist-types/pagination/ListAuditFindingsPaginator.d.ts +3 -0
  250. package/dist-types/pagination/ListAuditMitigationActionsExecutionsPaginator.d.ts +3 -0
  251. package/dist-types/pagination/ListAuditMitigationActionsTasksPaginator.d.ts +3 -0
  252. package/dist-types/pagination/ListAuditSuppressionsPaginator.d.ts +3 -0
  253. package/dist-types/pagination/ListAuditTasksPaginator.d.ts +3 -0
  254. package/dist-types/pagination/ListAuthorizersPaginator.d.ts +3 -0
  255. package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
  256. package/dist-types/pagination/ListCACertificatesPaginator.d.ts +3 -0
  257. package/dist-types/pagination/ListCertificatesByCAPaginator.d.ts +3 -0
  258. package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
  259. package/dist-types/pagination/ListCustomMetricsPaginator.d.ts +3 -0
  260. package/dist-types/pagination/ListDetectMitigationActionsExecutionsPaginator.d.ts +3 -0
  261. package/dist-types/pagination/ListDetectMitigationActionsTasksPaginator.d.ts +3 -0
  262. package/dist-types/pagination/ListDimensionsPaginator.d.ts +3 -0
  263. package/dist-types/pagination/ListDomainConfigurationsPaginator.d.ts +3 -0
  264. package/dist-types/pagination/ListFleetMetricsPaginator.d.ts +3 -0
  265. package/dist-types/pagination/ListIndicesPaginator.d.ts +3 -0
  266. package/dist-types/pagination/ListJobExecutionsForJobPaginator.d.ts +3 -0
  267. package/dist-types/pagination/ListJobExecutionsForThingPaginator.d.ts +3 -0
  268. package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
  269. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  270. package/dist-types/pagination/ListMetricValuesPaginator.d.ts +3 -0
  271. package/dist-types/pagination/ListMitigationActionsPaginator.d.ts +3 -0
  272. package/dist-types/pagination/ListOTAUpdatesPaginator.d.ts +3 -0
  273. package/dist-types/pagination/ListOutgoingCertificatesPaginator.d.ts +3 -0
  274. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  275. package/dist-types/pagination/ListPolicyPrincipalsPaginator.d.ts +3 -0
  276. package/dist-types/pagination/ListPrincipalPoliciesPaginator.d.ts +3 -0
  277. package/dist-types/pagination/ListPrincipalThingsPaginator.d.ts +3 -0
  278. package/dist-types/pagination/ListProvisioningTemplateVersionsPaginator.d.ts +3 -0
  279. package/dist-types/pagination/ListProvisioningTemplatesPaginator.d.ts +3 -0
  280. package/dist-types/pagination/ListRoleAliasesPaginator.d.ts +3 -0
  281. package/dist-types/pagination/ListScheduledAuditsPaginator.d.ts +3 -0
  282. package/dist-types/pagination/ListSecurityProfilesForTargetPaginator.d.ts +3 -0
  283. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +3 -0
  284. package/dist-types/pagination/ListStreamsPaginator.d.ts +3 -0
  285. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  286. package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +3 -0
  287. package/dist-types/pagination/ListTargetsForSecurityProfilePaginator.d.ts +3 -0
  288. package/dist-types/pagination/ListThingGroupsForThingPaginator.d.ts +3 -0
  289. package/dist-types/pagination/ListThingGroupsPaginator.d.ts +3 -0
  290. package/dist-types/pagination/ListThingPrincipalsPaginator.d.ts +3 -0
  291. package/dist-types/pagination/ListThingRegistrationTaskReportsPaginator.d.ts +3 -0
  292. package/dist-types/pagination/ListThingRegistrationTasksPaginator.d.ts +3 -0
  293. package/dist-types/pagination/ListThingTypesPaginator.d.ts +3 -0
  294. package/dist-types/pagination/ListThingsInBillingGroupPaginator.d.ts +3 -0
  295. package/dist-types/pagination/ListThingsInThingGroupPaginator.d.ts +3 -0
  296. package/dist-types/pagination/ListThingsPaginator.d.ts +3 -0
  297. package/dist-types/pagination/ListTopicRuleDestinationsPaginator.d.ts +3 -0
  298. package/dist-types/pagination/ListTopicRulesPaginator.d.ts +3 -0
  299. package/dist-types/pagination/ListV2LoggingLevelsPaginator.d.ts +3 -0
  300. package/dist-types/pagination/ListViolationEventsPaginator.d.ts +3 -0
  301. package/package.json +3 -3
@@ -239,6 +239,7 @@ import { UpdateTopicRuleDestinationCommandInput, UpdateTopicRuleDestinationComma
239
239
  import { ValidateSecurityProfileBehaviorsCommandInput, ValidateSecurityProfileBehaviorsCommandOutput } from "./commands/ValidateSecurityProfileBehaviorsCommand";
240
240
  import { IoTClient } from "./IoTClient";
241
241
  /**
242
+ * @public
242
243
  * <fullname>IoT</fullname>
243
244
  * <p>IoT provides secure, bi-directional communication between Internet-connected
244
245
  * devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services
@@ -258,6 +259,7 @@ import { IoTClient } from "./IoTClient";
258
259
  */
259
260
  export declare class IoT extends IoTClient {
260
261
  /**
262
+ * @public
261
263
  * <p>Accepts a pending certificate transfer. The default state of the certificate is
262
264
  * INACTIVE.</p>
263
265
  * <p>To check for pending certificate transfers, call <a>ListCertificates</a>
@@ -268,6 +270,7 @@ export declare class IoT extends IoTClient {
268
270
  acceptCertificateTransfer(args: AcceptCertificateTransferCommandInput, cb: (err: any, data?: AcceptCertificateTransferCommandOutput) => void): void;
269
271
  acceptCertificateTransfer(args: AcceptCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptCertificateTransferCommandOutput) => void): void;
270
272
  /**
273
+ * @public
271
274
  * <p>Adds a thing to a billing group.</p>
272
275
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AddThingToBillingGroup</a> action.</p>
273
276
  */
@@ -275,6 +278,7 @@ export declare class IoT extends IoTClient {
275
278
  addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, cb: (err: any, data?: AddThingToBillingGroupCommandOutput) => void): void;
276
279
  addThingToBillingGroup(args: AddThingToBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddThingToBillingGroupCommandOutput) => void): void;
277
280
  /**
281
+ * @public
278
282
  * <p>Adds a thing to a thing group.</p>
279
283
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AddThingToThingGroup</a> action.</p>
280
284
  */
@@ -282,6 +286,7 @@ export declare class IoT extends IoTClient {
282
286
  addThingToThingGroup(args: AddThingToThingGroupCommandInput, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
283
287
  addThingToThingGroup(args: AddThingToThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
284
288
  /**
289
+ * @public
285
290
  * <p>Associates a group with a continuous job. The following criteria must be met: </p>
286
291
  * <ul>
287
292
  * <li>
@@ -301,6 +306,7 @@ export declare class IoT extends IoTClient {
301
306
  associateTargetsWithJob(args: AssociateTargetsWithJobCommandInput, cb: (err: any, data?: AssociateTargetsWithJobCommandOutput) => void): void;
302
307
  associateTargetsWithJob(args: AssociateTargetsWithJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTargetsWithJobCommandOutput) => void): void;
303
308
  /**
309
+ * @public
304
310
  * <p>Attaches the specified policy to the specified principal (certificate or other
305
311
  * credential).</p>
306
312
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachPolicy</a> action.</p>
@@ -309,6 +315,7 @@ export declare class IoT extends IoTClient {
309
315
  attachPolicy(args: AttachPolicyCommandInput, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
310
316
  attachPolicy(args: AttachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
311
317
  /**
318
+ * @public
312
319
  * @deprecated
313
320
  *
314
321
  * <p>Attaches the specified policy to the specified principal (certificate or other
@@ -322,6 +329,7 @@ export declare class IoT extends IoTClient {
322
329
  attachPrincipalPolicy(args: AttachPrincipalPolicyCommandInput, cb: (err: any, data?: AttachPrincipalPolicyCommandOutput) => void): void;
323
330
  attachPrincipalPolicy(args: AttachPrincipalPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachPrincipalPolicyCommandOutput) => void): void;
324
331
  /**
332
+ * @public
325
333
  * <p>Associates a Device Defender security profile with a thing group or this account. Each
326
334
  * thing group or account can have up to five security profiles associated with it.</p>
327
335
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachSecurityProfile</a> action.</p>
@@ -330,6 +338,7 @@ export declare class IoT extends IoTClient {
330
338
  attachSecurityProfile(args: AttachSecurityProfileCommandInput, cb: (err: any, data?: AttachSecurityProfileCommandOutput) => void): void;
331
339
  attachSecurityProfile(args: AttachSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachSecurityProfileCommandOutput) => void): void;
332
340
  /**
341
+ * @public
333
342
  * <p>Attaches the specified principal to the specified thing. A principal can be X.509
334
343
  * certificates, Amazon Cognito identities or federated identities.</p>
335
344
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachThingPrincipal</a> action.</p>
@@ -338,6 +347,7 @@ export declare class IoT extends IoTClient {
338
347
  attachThingPrincipal(args: AttachThingPrincipalCommandInput, cb: (err: any, data?: AttachThingPrincipalCommandOutput) => void): void;
339
348
  attachThingPrincipal(args: AttachThingPrincipalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachThingPrincipalCommandOutput) => void): void;
340
349
  /**
350
+ * @public
341
351
  * <p>Cancels a mitigation action task that is in progress. If the task
342
352
  * is not
343
353
  * in progress, an InvalidRequestException occurs.</p>
@@ -347,6 +357,7 @@ export declare class IoT extends IoTClient {
347
357
  cancelAuditMitigationActionsTask(args: CancelAuditMitigationActionsTaskCommandInput, cb: (err: any, data?: CancelAuditMitigationActionsTaskCommandOutput) => void): void;
348
358
  cancelAuditMitigationActionsTask(args: CancelAuditMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelAuditMitigationActionsTaskCommandOutput) => void): void;
349
359
  /**
360
+ * @public
350
361
  * <p>Cancels an audit that is in progress. The audit can be either scheduled or on demand. If the audit isn't in progress, an "InvalidRequestException" occurs.</p>
351
362
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelAuditTask</a> action.</p>
352
363
  */
@@ -354,6 +365,7 @@ export declare class IoT extends IoTClient {
354
365
  cancelAuditTask(args: CancelAuditTaskCommandInput, cb: (err: any, data?: CancelAuditTaskCommandOutput) => void): void;
355
366
  cancelAuditTask(args: CancelAuditTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelAuditTaskCommandOutput) => void): void;
356
367
  /**
368
+ * @public
357
369
  * <p>Cancels a pending transfer for the specified certificate.</p>
358
370
  * <p>
359
371
  * <b>Note</b> Only the transfer source account can use this
@@ -368,6 +380,7 @@ export declare class IoT extends IoTClient {
368
380
  cancelCertificateTransfer(args: CancelCertificateTransferCommandInput, cb: (err: any, data?: CancelCertificateTransferCommandOutput) => void): void;
369
381
  cancelCertificateTransfer(args: CancelCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelCertificateTransferCommandOutput) => void): void;
370
382
  /**
383
+ * @public
371
384
  * <p>
372
385
  * Cancels a Device Defender ML Detect mitigation action.
373
386
  * </p>
@@ -377,6 +390,7 @@ export declare class IoT extends IoTClient {
377
390
  cancelDetectMitigationActionsTask(args: CancelDetectMitigationActionsTaskCommandInput, cb: (err: any, data?: CancelDetectMitigationActionsTaskCommandOutput) => void): void;
378
391
  cancelDetectMitigationActionsTask(args: CancelDetectMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDetectMitigationActionsTaskCommandOutput) => void): void;
379
392
  /**
393
+ * @public
380
394
  * <p>Cancels a job.</p>
381
395
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelJob</a> action.</p>
382
396
  */
@@ -384,6 +398,7 @@ export declare class IoT extends IoTClient {
384
398
  cancelJob(args: CancelJobCommandInput, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
385
399
  cancelJob(args: CancelJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
386
400
  /**
401
+ * @public
387
402
  * <p>Cancels the execution of a job for a given thing.</p>
388
403
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelJobExecution</a> action.</p>
389
404
  */
@@ -391,6 +406,7 @@ export declare class IoT extends IoTClient {
391
406
  cancelJobExecution(args: CancelJobExecutionCommandInput, cb: (err: any, data?: CancelJobExecutionCommandOutput) => void): void;
392
407
  cancelJobExecution(args: CancelJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelJobExecutionCommandOutput) => void): void;
393
408
  /**
409
+ * @public
394
410
  * <p>Clears the default authorizer.</p>
395
411
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ClearDefaultAuthorizer</a> action.</p>
396
412
  */
@@ -398,6 +414,7 @@ export declare class IoT extends IoTClient {
398
414
  clearDefaultAuthorizer(args: ClearDefaultAuthorizerCommandInput, cb: (err: any, data?: ClearDefaultAuthorizerCommandOutput) => void): void;
399
415
  clearDefaultAuthorizer(args: ClearDefaultAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClearDefaultAuthorizerCommandOutput) => void): void;
400
416
  /**
417
+ * @public
401
418
  * <p>Confirms a topic rule destination. When you create a rule requiring a destination, IoT
402
419
  * sends a confirmation message to the endpoint or base address you specify. The message
403
420
  * includes a token which you pass back when calling <code>ConfirmTopicRuleDestination</code>
@@ -408,6 +425,7 @@ export declare class IoT extends IoTClient {
408
425
  confirmTopicRuleDestination(args: ConfirmTopicRuleDestinationCommandInput, cb: (err: any, data?: ConfirmTopicRuleDestinationCommandOutput) => void): void;
409
426
  confirmTopicRuleDestination(args: ConfirmTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmTopicRuleDestinationCommandOutput) => void): void;
410
427
  /**
428
+ * @public
411
429
  * <p>
412
430
  * Creates a Device Defender audit suppression.
413
431
  * </p>
@@ -417,6 +435,7 @@ export declare class IoT extends IoTClient {
417
435
  createAuditSuppression(args: CreateAuditSuppressionCommandInput, cb: (err: any, data?: CreateAuditSuppressionCommandOutput) => void): void;
418
436
  createAuditSuppression(args: CreateAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuditSuppressionCommandOutput) => void): void;
419
437
  /**
438
+ * @public
420
439
  * <p>Creates an authorizer.</p>
421
440
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateAuthorizer</a> action.</p>
422
441
  */
@@ -424,6 +443,7 @@ export declare class IoT extends IoTClient {
424
443
  createAuthorizer(args: CreateAuthorizerCommandInput, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
425
444
  createAuthorizer(args: CreateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
426
445
  /**
446
+ * @public
427
447
  * <p>Creates a billing group.</p>
428
448
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateBillingGroup</a> action.</p>
429
449
  */
@@ -431,6 +451,7 @@ export declare class IoT extends IoTClient {
431
451
  createBillingGroup(args: CreateBillingGroupCommandInput, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
432
452
  createBillingGroup(args: CreateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
433
453
  /**
454
+ * @public
434
455
  * <p>Creates an X.509 certificate using the specified certificate signing
435
456
  * request.
436
457
  * </p>
@@ -454,8 +475,8 @@ export declare class IoT extends IoTClient {
454
475
  * directory my-csr-directory:</p>
455
476
  * <p>On Linux and OS X, the command is: </p>
456
477
  * <p>
457
- * <code>$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr
458
- * --certificate-signing-request file://my-csr-directory/{}</code>
478
+ * <code>$ ls my-csr-directory/ | xargs -I \{\} aws iot create-certificate-from-csr
479
+ * --certificate-signing-request file://my-csr-directory/\{\}</code>
459
480
  * </p>
460
481
  * <p>This command lists all of the CSRs in my-csr-directory and pipes each CSR file name
461
482
  * to the <code>aws iot create-certificate-from-csr</code> Amazon Web Services CLI command to create a certificate for
@@ -463,15 +484,15 @@ export declare class IoT extends IoTClient {
463
484
  * <p>You can also run the <code>aws iot create-certificate-from-csr</code> part of the
464
485
  * command in parallel to speed up the certificate creation process:</p>
465
486
  * <p>
466
- * <code>$ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr
467
- * --certificate-signing-request file://my-csr-directory/{}
487
+ * <code>$ ls my-csr-directory/ | xargs -P 10 -I \{\} aws iot create-certificate-from-csr
488
+ * --certificate-signing-request file://my-csr-directory/\{\}
468
489
  * </code>
469
490
  * </p>
470
491
  * <p>On Windows PowerShell, the command to create certificates for all CSRs in
471
492
  * my-csr-directory is:</p>
472
493
  * <p>
473
- * <code>> ls -Name my-csr-directory | %{aws iot create-certificate-from-csr
474
- * --certificate-signing-request file://my-csr-directory/$_}
494
+ * <code>> ls -Name my-csr-directory | %\{aws iot create-certificate-from-csr
495
+ * --certificate-signing-request file://my-csr-directory/$_\}
475
496
  * </code>
476
497
  * </p>
477
498
  * <p>On a Windows command prompt, the command to create certificates for all CSRs in
@@ -486,6 +507,7 @@ export declare class IoT extends IoTClient {
486
507
  createCertificateFromCsr(args: CreateCertificateFromCsrCommandInput, cb: (err: any, data?: CreateCertificateFromCsrCommandOutput) => void): void;
487
508
  createCertificateFromCsr(args: CreateCertificateFromCsrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCertificateFromCsrCommandOutput) => void): void;
488
509
  /**
510
+ * @public
489
511
  * <p> Use this API to define a
490
512
  * Custom
491
513
  * Metric
@@ -496,6 +518,7 @@ export declare class IoT extends IoTClient {
496
518
  createCustomMetric(args: CreateCustomMetricCommandInput, cb: (err: any, data?: CreateCustomMetricCommandOutput) => void): void;
497
519
  createCustomMetric(args: CreateCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomMetricCommandOutput) => void): void;
498
520
  /**
521
+ * @public
499
522
  * <p>Create a dimension that you can use to limit the scope of a metric used in a security profile for IoT Device Defender.
500
523
  * For example, using a <code>TOPIC_FILTER</code> dimension, you can narrow down the scope of the metric only to MQTT topics whose name match the pattern specified in the dimension.</p>
501
524
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateDimension</a> action.</p>
@@ -504,6 +527,7 @@ export declare class IoT extends IoTClient {
504
527
  createDimension(args: CreateDimensionCommandInput, cb: (err: any, data?: CreateDimensionCommandOutput) => void): void;
505
528
  createDimension(args: CreateDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDimensionCommandOutput) => void): void;
506
529
  /**
530
+ * @public
507
531
  * <p>Creates a domain configuration.</p>
508
532
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateDomainConfiguration</a> action.</p>
509
533
  */
@@ -511,6 +535,7 @@ export declare class IoT extends IoTClient {
511
535
  createDomainConfiguration(args: CreateDomainConfigurationCommandInput, cb: (err: any, data?: CreateDomainConfigurationCommandOutput) => void): void;
512
536
  createDomainConfiguration(args: CreateDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainConfigurationCommandOutput) => void): void;
513
537
  /**
538
+ * @public
514
539
  * <p>Creates a dynamic thing group.</p>
515
540
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateDynamicThingGroup</a> action.</p>
516
541
  */
@@ -518,6 +543,7 @@ export declare class IoT extends IoTClient {
518
543
  createDynamicThingGroup(args: CreateDynamicThingGroupCommandInput, cb: (err: any, data?: CreateDynamicThingGroupCommandOutput) => void): void;
519
544
  createDynamicThingGroup(args: CreateDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDynamicThingGroupCommandOutput) => void): void;
520
545
  /**
546
+ * @public
521
547
  * <p>Creates a fleet metric.</p>
522
548
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateFleetMetric</a> action.</p>
523
549
  */
@@ -525,6 +551,7 @@ export declare class IoT extends IoTClient {
525
551
  createFleetMetric(args: CreateFleetMetricCommandInput, cb: (err: any, data?: CreateFleetMetricCommandOutput) => void): void;
526
552
  createFleetMetric(args: CreateFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetMetricCommandOutput) => void): void;
527
553
  /**
554
+ * @public
528
555
  * <p>Creates a job.</p>
529
556
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateJob</a> action.</p>
530
557
  */
@@ -532,6 +559,7 @@ export declare class IoT extends IoTClient {
532
559
  createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
533
560
  createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
534
561
  /**
562
+ * @public
535
563
  * <p>Creates a job template.</p>
536
564
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateJobTemplate</a> action.</p>
537
565
  */
@@ -539,6 +567,7 @@ export declare class IoT extends IoTClient {
539
567
  createJobTemplate(args: CreateJobTemplateCommandInput, cb: (err: any, data?: CreateJobTemplateCommandOutput) => void): void;
540
568
  createJobTemplate(args: CreateJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobTemplateCommandOutput) => void): void;
541
569
  /**
570
+ * @public
542
571
  * <p>Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued
543
572
  * public key. You can also call <code>CreateKeysAndCertificate</code> over MQTT from a
544
573
  * device, for more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html#provision-mqtt-api">Provisioning MQTT API</a>.</p>
@@ -551,6 +580,7 @@ export declare class IoT extends IoTClient {
551
580
  createKeysAndCertificate(args: CreateKeysAndCertificateCommandInput, cb: (err: any, data?: CreateKeysAndCertificateCommandOutput) => void): void;
552
581
  createKeysAndCertificate(args: CreateKeysAndCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKeysAndCertificateCommandOutput) => void): void;
553
582
  /**
583
+ * @public
554
584
  * <p>Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. Only certain types of mitigation actions can be applied to specific check names.
555
585
  * For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/device-defender-mitigation-actions.html">Mitigation actions</a>. Each mitigation action can apply only one type of change.</p>
556
586
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateMitigationAction</a> action.</p>
@@ -559,6 +589,7 @@ export declare class IoT extends IoTClient {
559
589
  createMitigationAction(args: CreateMitigationActionCommandInput, cb: (err: any, data?: CreateMitigationActionCommandOutput) => void): void;
560
590
  createMitigationAction(args: CreateMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMitigationActionCommandOutput) => void): void;
561
591
  /**
592
+ * @public
562
593
  * <p>Creates an IoT OTA update on a target group of things or groups.</p>
563
594
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateOTAUpdate</a> action.</p>
564
595
  */
@@ -566,6 +597,7 @@ export declare class IoT extends IoTClient {
566
597
  createOTAUpdate(args: CreateOTAUpdateCommandInput, cb: (err: any, data?: CreateOTAUpdateCommandOutput) => void): void;
567
598
  createOTAUpdate(args: CreateOTAUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOTAUpdateCommandOutput) => void): void;
568
599
  /**
600
+ * @public
569
601
  * <p>Creates an IoT policy.</p>
570
602
  * <p>The created policy is the default version for the policy. This operation creates a
571
603
  * policy version with a version identifier of <b>1</b> and sets
@@ -576,6 +608,7 @@ export declare class IoT extends IoTClient {
576
608
  createPolicy(args: CreatePolicyCommandInput, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
577
609
  createPolicy(args: CreatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
578
610
  /**
611
+ * @public
579
612
  * <p>Creates a new version of the specified IoT policy. To update a policy, create a
580
613
  * new policy version. A managed policy can have up to five versions. If the policy has five
581
614
  * versions, you must use <a>DeletePolicyVersion</a> to delete an existing version
@@ -589,6 +622,7 @@ export declare class IoT extends IoTClient {
589
622
  createPolicyVersion(args: CreatePolicyVersionCommandInput, cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void): void;
590
623
  createPolicyVersion(args: CreatePolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void): void;
591
624
  /**
625
+ * @public
592
626
  * <p>Creates a provisioning claim.</p>
593
627
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateProvisioningClaim</a> action.</p>
594
628
  */
@@ -596,6 +630,7 @@ export declare class IoT extends IoTClient {
596
630
  createProvisioningClaim(args: CreateProvisioningClaimCommandInput, cb: (err: any, data?: CreateProvisioningClaimCommandOutput) => void): void;
597
631
  createProvisioningClaim(args: CreateProvisioningClaimCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningClaimCommandOutput) => void): void;
598
632
  /**
633
+ * @public
599
634
  * <p>Creates a provisioning template.</p>
600
635
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateProvisioningTemplate</a> action.</p>
601
636
  */
@@ -603,6 +638,7 @@ export declare class IoT extends IoTClient {
603
638
  createProvisioningTemplate(args: CreateProvisioningTemplateCommandInput, cb: (err: any, data?: CreateProvisioningTemplateCommandOutput) => void): void;
604
639
  createProvisioningTemplate(args: CreateProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningTemplateCommandOutput) => void): void;
605
640
  /**
641
+ * @public
606
642
  * <p>Creates a new version of a provisioning template.</p>
607
643
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateProvisioningTemplateVersion</a> action.</p>
608
644
  */
@@ -610,6 +646,7 @@ export declare class IoT extends IoTClient {
610
646
  createProvisioningTemplateVersion(args: CreateProvisioningTemplateVersionCommandInput, cb: (err: any, data?: CreateProvisioningTemplateVersionCommandOutput) => void): void;
611
647
  createProvisioningTemplateVersion(args: CreateProvisioningTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningTemplateVersionCommandOutput) => void): void;
612
648
  /**
649
+ * @public
613
650
  * <p>Creates a role alias.</p>
614
651
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateRoleAlias</a> action.</p>
615
652
  */
@@ -617,6 +654,7 @@ export declare class IoT extends IoTClient {
617
654
  createRoleAlias(args: CreateRoleAliasCommandInput, cb: (err: any, data?: CreateRoleAliasCommandOutput) => void): void;
618
655
  createRoleAlias(args: CreateRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoleAliasCommandOutput) => void): void;
619
656
  /**
657
+ * @public
620
658
  * <p>Creates a scheduled audit that is run at a specified
621
659
  * time interval.</p>
622
660
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateScheduledAudit</a> action.</p>
@@ -625,6 +663,7 @@ export declare class IoT extends IoTClient {
625
663
  createScheduledAudit(args: CreateScheduledAuditCommandInput, cb: (err: any, data?: CreateScheduledAuditCommandOutput) => void): void;
626
664
  createScheduledAudit(args: CreateScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateScheduledAuditCommandOutput) => void): void;
627
665
  /**
666
+ * @public
628
667
  * <p>Creates a Device Defender security profile.</p>
629
668
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateSecurityProfile</a> action.</p>
630
669
  */
@@ -632,6 +671,7 @@ export declare class IoT extends IoTClient {
632
671
  createSecurityProfile(args: CreateSecurityProfileCommandInput, cb: (err: any, data?: CreateSecurityProfileCommandOutput) => void): void;
633
672
  createSecurityProfile(args: CreateSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityProfileCommandOutput) => void): void;
634
673
  /**
674
+ * @public
635
675
  * <p>Creates a stream for delivering one or more large files in chunks over MQTT. A stream transports data
636
676
  * bytes in chunks or blocks packaged as MQTT messages from a source like S3. You can have one or more files
637
677
  * associated with a stream.</p>
@@ -641,6 +681,7 @@ export declare class IoT extends IoTClient {
641
681
  createStream(args: CreateStreamCommandInput, cb: (err: any, data?: CreateStreamCommandOutput) => void): void;
642
682
  createStream(args: CreateStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamCommandOutput) => void): void;
643
683
  /**
684
+ * @public
644
685
  * <p>Creates a thing record in the registry. If this call is made multiple times using
645
686
  * the same thing name and configuration, the call will succeed. If this call is made with
646
687
  * the same thing name but different configuration a
@@ -655,6 +696,7 @@ export declare class IoT extends IoTClient {
655
696
  createThing(args: CreateThingCommandInput, cb: (err: any, data?: CreateThingCommandOutput) => void): void;
656
697
  createThing(args: CreateThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingCommandOutput) => void): void;
657
698
  /**
699
+ * @public
658
700
  * <p>Create a thing group.</p>
659
701
  * <note>
660
702
  * <p>This is a control plane operation. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html">Authorization</a> for
@@ -666,6 +708,7 @@ export declare class IoT extends IoTClient {
666
708
  createThingGroup(args: CreateThingGroupCommandInput, cb: (err: any, data?: CreateThingGroupCommandOutput) => void): void;
667
709
  createThingGroup(args: CreateThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingGroupCommandOutput) => void): void;
668
710
  /**
711
+ * @public
669
712
  * <p>Creates a new thing type.</p>
670
713
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateThingType</a> action.</p>
671
714
  */
@@ -673,6 +716,7 @@ export declare class IoT extends IoTClient {
673
716
  createThingType(args: CreateThingTypeCommandInput, cb: (err: any, data?: CreateThingTypeCommandOutput) => void): void;
674
717
  createThingType(args: CreateThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThingTypeCommandOutput) => void): void;
675
718
  /**
719
+ * @public
676
720
  * <p>Creates a rule. Creating rules is an administrator-level action. Any user who has
677
721
  * permission to create rules will be able to access data processed by the rule.</p>
678
722
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateTopicRule</a> action.</p>
@@ -681,6 +725,7 @@ export declare class IoT extends IoTClient {
681
725
  createTopicRule(args: CreateTopicRuleCommandInput, cb: (err: any, data?: CreateTopicRuleCommandOutput) => void): void;
682
726
  createTopicRule(args: CreateTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTopicRuleCommandOutput) => void): void;
683
727
  /**
728
+ * @public
684
729
  * <p>Creates a topic rule destination. The destination must be confirmed prior to use.</p>
685
730
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateTopicRuleDestination</a> action.</p>
686
731
  */
@@ -688,6 +733,7 @@ export declare class IoT extends IoTClient {
688
733
  createTopicRuleDestination(args: CreateTopicRuleDestinationCommandInput, cb: (err: any, data?: CreateTopicRuleDestinationCommandOutput) => void): void;
689
734
  createTopicRuleDestination(args: CreateTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTopicRuleDestinationCommandOutput) => void): void;
690
735
  /**
736
+ * @public
691
737
  * <p>Restores the default settings for Device Defender audits for this account. Any
692
738
  * configuration data you entered is deleted and all audit checks are reset to
693
739
  * disabled. </p>
@@ -697,6 +743,7 @@ export declare class IoT extends IoTClient {
697
743
  deleteAccountAuditConfiguration(args: DeleteAccountAuditConfigurationCommandInput, cb: (err: any, data?: DeleteAccountAuditConfigurationCommandOutput) => void): void;
698
744
  deleteAccountAuditConfiguration(args: DeleteAccountAuditConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountAuditConfigurationCommandOutput) => void): void;
699
745
  /**
746
+ * @public
700
747
  * <p>
701
748
  * Deletes a Device Defender audit suppression.
702
749
  * </p>
@@ -706,6 +753,7 @@ export declare class IoT extends IoTClient {
706
753
  deleteAuditSuppression(args: DeleteAuditSuppressionCommandInput, cb: (err: any, data?: DeleteAuditSuppressionCommandOutput) => void): void;
707
754
  deleteAuditSuppression(args: DeleteAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuditSuppressionCommandOutput) => void): void;
708
755
  /**
756
+ * @public
709
757
  * <p>Deletes an authorizer.</p>
710
758
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteAuthorizer</a> action.</p>
711
759
  */
@@ -713,6 +761,7 @@ export declare class IoT extends IoTClient {
713
761
  deleteAuthorizer(args: DeleteAuthorizerCommandInput, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
714
762
  deleteAuthorizer(args: DeleteAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
715
763
  /**
764
+ * @public
716
765
  * <p>Deletes the billing group.</p>
717
766
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteBillingGroup</a> action.</p>
718
767
  */
@@ -720,6 +769,7 @@ export declare class IoT extends IoTClient {
720
769
  deleteBillingGroup(args: DeleteBillingGroupCommandInput, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
721
770
  deleteBillingGroup(args: DeleteBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
722
771
  /**
772
+ * @public
723
773
  * <p>Deletes a registered CA certificate.</p>
724
774
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteCACertificate</a> action.</p>
725
775
  */
@@ -727,6 +777,7 @@ export declare class IoT extends IoTClient {
727
777
  deleteCACertificate(args: DeleteCACertificateCommandInput, cb: (err: any, data?: DeleteCACertificateCommandOutput) => void): void;
728
778
  deleteCACertificate(args: DeleteCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCACertificateCommandOutput) => void): void;
729
779
  /**
780
+ * @public
730
781
  * <p>Deletes the specified certificate.</p>
731
782
  * <p>A certificate cannot be deleted if it has a policy or IoT thing attached to it or if
732
783
  * its status is set to ACTIVE. To delete a certificate, first use the <a>DetachPolicy</a> action to detach all policies. Next, use the <a>UpdateCertificate</a> action to set the certificate to the INACTIVE
@@ -737,6 +788,7 @@ export declare class IoT extends IoTClient {
737
788
  deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
738
789
  deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
739
790
  /**
791
+ * @public
740
792
  * <p>
741
793
  * Deletes a Device Defender detect custom metric.
742
794
  * </p>
@@ -754,6 +806,7 @@ export declare class IoT extends IoTClient {
754
806
  deleteCustomMetric(args: DeleteCustomMetricCommandInput, cb: (err: any, data?: DeleteCustomMetricCommandOutput) => void): void;
755
807
  deleteCustomMetric(args: DeleteCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomMetricCommandOutput) => void): void;
756
808
  /**
809
+ * @public
757
810
  * <p>Removes the specified dimension from your Amazon Web Services accounts.</p>
758
811
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteDimension</a> action.</p>
759
812
  */
@@ -761,6 +814,7 @@ export declare class IoT extends IoTClient {
761
814
  deleteDimension(args: DeleteDimensionCommandInput, cb: (err: any, data?: DeleteDimensionCommandOutput) => void): void;
762
815
  deleteDimension(args: DeleteDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDimensionCommandOutput) => void): void;
763
816
  /**
817
+ * @public
764
818
  * <p>Deletes the specified domain configuration.</p>
765
819
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteDomainConfiguration</a> action.</p>
766
820
  */
@@ -768,6 +822,7 @@ export declare class IoT extends IoTClient {
768
822
  deleteDomainConfiguration(args: DeleteDomainConfigurationCommandInput, cb: (err: any, data?: DeleteDomainConfigurationCommandOutput) => void): void;
769
823
  deleteDomainConfiguration(args: DeleteDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainConfigurationCommandOutput) => void): void;
770
824
  /**
825
+ * @public
771
826
  * <p>Deletes a dynamic thing group.</p>
772
827
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteDynamicThingGroup</a> action.</p>
773
828
  */
@@ -775,6 +830,7 @@ export declare class IoT extends IoTClient {
775
830
  deleteDynamicThingGroup(args: DeleteDynamicThingGroupCommandInput, cb: (err: any, data?: DeleteDynamicThingGroupCommandOutput) => void): void;
776
831
  deleteDynamicThingGroup(args: DeleteDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDynamicThingGroupCommandOutput) => void): void;
777
832
  /**
833
+ * @public
778
834
  * <p>Deletes the specified fleet metric.
779
835
  * Returns successfully with no error if the deletion is successful or you specify a fleet metric that doesn't exist.</p>
780
836
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteFleetMetric</a> action.</p>
@@ -783,6 +839,7 @@ export declare class IoT extends IoTClient {
783
839
  deleteFleetMetric(args: DeleteFleetMetricCommandInput, cb: (err: any, data?: DeleteFleetMetricCommandOutput) => void): void;
784
840
  deleteFleetMetric(args: DeleteFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetMetricCommandOutput) => void): void;
785
841
  /**
842
+ * @public
786
843
  * <p>Deletes a job and its related job executions.</p>
787
844
  * <p>Deleting a job may take time, depending on the number of job
788
845
  * executions created for the job and various other factors. While the job
@@ -797,6 +854,7 @@ export declare class IoT extends IoTClient {
797
854
  deleteJob(args: DeleteJobCommandInput, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
798
855
  deleteJob(args: DeleteJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
799
856
  /**
857
+ * @public
800
858
  * <p>Deletes a job execution.</p>
801
859
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteJobExecution</a> action.</p>
802
860
  */
@@ -804,12 +862,14 @@ export declare class IoT extends IoTClient {
804
862
  deleteJobExecution(args: DeleteJobExecutionCommandInput, cb: (err: any, data?: DeleteJobExecutionCommandOutput) => void): void;
805
863
  deleteJobExecution(args: DeleteJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobExecutionCommandOutput) => void): void;
806
864
  /**
865
+ * @public
807
866
  * <p>Deletes the specified job template.</p>
808
867
  */
809
868
  deleteJobTemplate(args: DeleteJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobTemplateCommandOutput>;
810
869
  deleteJobTemplate(args: DeleteJobTemplateCommandInput, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
811
870
  deleteJobTemplate(args: DeleteJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
812
871
  /**
872
+ * @public
813
873
  * <p>Deletes a defined mitigation action from your Amazon Web Services accounts.</p>
814
874
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteMitigationAction</a> action.</p>
815
875
  */
@@ -817,6 +877,7 @@ export declare class IoT extends IoTClient {
817
877
  deleteMitigationAction(args: DeleteMitigationActionCommandInput, cb: (err: any, data?: DeleteMitigationActionCommandOutput) => void): void;
818
878
  deleteMitigationAction(args: DeleteMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMitigationActionCommandOutput) => void): void;
819
879
  /**
880
+ * @public
820
881
  * <p>Delete an OTA update.</p>
821
882
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteOTAUpdate</a> action.</p>
822
883
  */
@@ -824,6 +885,7 @@ export declare class IoT extends IoTClient {
824
885
  deleteOTAUpdate(args: DeleteOTAUpdateCommandInput, cb: (err: any, data?: DeleteOTAUpdateCommandOutput) => void): void;
825
886
  deleteOTAUpdate(args: DeleteOTAUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOTAUpdateCommandOutput) => void): void;
826
887
  /**
888
+ * @public
827
889
  * <p>Deletes the specified policy.</p>
828
890
  * <p>A policy cannot be deleted if it has non-default versions or it is attached to any
829
891
  * certificate.</p>
@@ -842,6 +904,7 @@ export declare class IoT extends IoTClient {
842
904
  deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
843
905
  deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
844
906
  /**
907
+ * @public
845
908
  * <p>Deletes the specified version of the specified policy. You cannot delete the default
846
909
  * version of a policy using this action. To delete the default version of a policy, use <a>DeletePolicy</a>. To find out which version of a policy is marked as the default
847
910
  * version, use ListPolicyVersions.</p>
@@ -851,6 +914,7 @@ export declare class IoT extends IoTClient {
851
914
  deletePolicyVersion(args: DeletePolicyVersionCommandInput, cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void): void;
852
915
  deletePolicyVersion(args: DeletePolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void): void;
853
916
  /**
917
+ * @public
854
918
  * <p>Deletes a provisioning template.</p>
855
919
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteProvisioningTemplate</a> action.</p>
856
920
  */
@@ -858,6 +922,7 @@ export declare class IoT extends IoTClient {
858
922
  deleteProvisioningTemplate(args: DeleteProvisioningTemplateCommandInput, cb: (err: any, data?: DeleteProvisioningTemplateCommandOutput) => void): void;
859
923
  deleteProvisioningTemplate(args: DeleteProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisioningTemplateCommandOutput) => void): void;
860
924
  /**
925
+ * @public
861
926
  * <p>Deletes a provisioning template version.</p>
862
927
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteProvisioningTemplateVersion</a> action.</p>
863
928
  */
@@ -865,6 +930,7 @@ export declare class IoT extends IoTClient {
865
930
  deleteProvisioningTemplateVersion(args: DeleteProvisioningTemplateVersionCommandInput, cb: (err: any, data?: DeleteProvisioningTemplateVersionCommandOutput) => void): void;
866
931
  deleteProvisioningTemplateVersion(args: DeleteProvisioningTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisioningTemplateVersionCommandOutput) => void): void;
867
932
  /**
933
+ * @public
868
934
  * <p>Deletes a CA certificate registration code.</p>
869
935
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteRegistrationCode</a> action.</p>
870
936
  */
@@ -872,6 +938,7 @@ export declare class IoT extends IoTClient {
872
938
  deleteRegistrationCode(args: DeleteRegistrationCodeCommandInput, cb: (err: any, data?: DeleteRegistrationCodeCommandOutput) => void): void;
873
939
  deleteRegistrationCode(args: DeleteRegistrationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegistrationCodeCommandOutput) => void): void;
874
940
  /**
941
+ * @public
875
942
  * <p>Deletes a role alias</p>
876
943
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteRoleAlias</a> action.</p>
877
944
  */
@@ -879,6 +946,7 @@ export declare class IoT extends IoTClient {
879
946
  deleteRoleAlias(args: DeleteRoleAliasCommandInput, cb: (err: any, data?: DeleteRoleAliasCommandOutput) => void): void;
880
947
  deleteRoleAlias(args: DeleteRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoleAliasCommandOutput) => void): void;
881
948
  /**
949
+ * @public
882
950
  * <p>Deletes a scheduled audit.</p>
883
951
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteScheduledAudit</a> action.</p>
884
952
  */
@@ -886,6 +954,7 @@ export declare class IoT extends IoTClient {
886
954
  deleteScheduledAudit(args: DeleteScheduledAuditCommandInput, cb: (err: any, data?: DeleteScheduledAuditCommandOutput) => void): void;
887
955
  deleteScheduledAudit(args: DeleteScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduledAuditCommandOutput) => void): void;
888
956
  /**
957
+ * @public
889
958
  * <p>Deletes a Device Defender security profile.</p>
890
959
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteSecurityProfile</a> action.</p>
891
960
  */
@@ -893,6 +962,7 @@ export declare class IoT extends IoTClient {
893
962
  deleteSecurityProfile(args: DeleteSecurityProfileCommandInput, cb: (err: any, data?: DeleteSecurityProfileCommandOutput) => void): void;
894
963
  deleteSecurityProfile(args: DeleteSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityProfileCommandOutput) => void): void;
895
964
  /**
965
+ * @public
896
966
  * <p>Deletes a stream.</p>
897
967
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteStream</a> action.</p>
898
968
  */
@@ -900,6 +970,7 @@ export declare class IoT extends IoTClient {
900
970
  deleteStream(args: DeleteStreamCommandInput, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
901
971
  deleteStream(args: DeleteStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
902
972
  /**
973
+ * @public
903
974
  * <p>Deletes the specified thing. Returns successfully with no error if the deletion is
904
975
  * successful or you specify a thing that doesn't exist.</p>
905
976
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteThing</a> action.</p>
@@ -908,6 +979,7 @@ export declare class IoT extends IoTClient {
908
979
  deleteThing(args: DeleteThingCommandInput, cb: (err: any, data?: DeleteThingCommandOutput) => void): void;
909
980
  deleteThing(args: DeleteThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThingCommandOutput) => void): void;
910
981
  /**
982
+ * @public
911
983
  * <p>Deletes a thing group.</p>
912
984
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteThingGroup</a> action.</p>
913
985
  */
@@ -915,6 +987,7 @@ export declare class IoT extends IoTClient {
915
987
  deleteThingGroup(args: DeleteThingGroupCommandInput, cb: (err: any, data?: DeleteThingGroupCommandOutput) => void): void;
916
988
  deleteThingGroup(args: DeleteThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThingGroupCommandOutput) => void): void;
917
989
  /**
990
+ * @public
918
991
  * <p>Deletes the specified thing type. You cannot delete a thing type if it has things
919
992
  * associated with it. To delete a thing type, first mark it as deprecated by calling <a>DeprecateThingType</a>, then remove any associated things by calling <a>UpdateThing</a> to change the thing type on any associated thing, and
920
993
  * finally use <a>DeleteThingType</a> to delete the thing type.</p>
@@ -924,6 +997,7 @@ export declare class IoT extends IoTClient {
924
997
  deleteThingType(args: DeleteThingTypeCommandInput, cb: (err: any, data?: DeleteThingTypeCommandOutput) => void): void;
925
998
  deleteThingType(args: DeleteThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThingTypeCommandOutput) => void): void;
926
999
  /**
1000
+ * @public
927
1001
  * <p>Deletes the rule.</p>
928
1002
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteTopicRule</a> action.</p>
929
1003
  */
@@ -931,6 +1005,7 @@ export declare class IoT extends IoTClient {
931
1005
  deleteTopicRule(args: DeleteTopicRuleCommandInput, cb: (err: any, data?: DeleteTopicRuleCommandOutput) => void): void;
932
1006
  deleteTopicRule(args: DeleteTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTopicRuleCommandOutput) => void): void;
933
1007
  /**
1008
+ * @public
934
1009
  * <p>Deletes a topic rule destination.</p>
935
1010
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteTopicRuleDestination</a> action.</p>
936
1011
  */
@@ -938,6 +1013,7 @@ export declare class IoT extends IoTClient {
938
1013
  deleteTopicRuleDestination(args: DeleteTopicRuleDestinationCommandInput, cb: (err: any, data?: DeleteTopicRuleDestinationCommandOutput) => void): void;
939
1014
  deleteTopicRuleDestination(args: DeleteTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTopicRuleDestinationCommandOutput) => void): void;
940
1015
  /**
1016
+ * @public
941
1017
  * <p>Deletes a logging level.</p>
942
1018
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteV2LoggingLevel</a> action.</p>
943
1019
  */
@@ -945,6 +1021,7 @@ export declare class IoT extends IoTClient {
945
1021
  deleteV2LoggingLevel(args: DeleteV2LoggingLevelCommandInput, cb: (err: any, data?: DeleteV2LoggingLevelCommandOutput) => void): void;
946
1022
  deleteV2LoggingLevel(args: DeleteV2LoggingLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteV2LoggingLevelCommandOutput) => void): void;
947
1023
  /**
1024
+ * @public
948
1025
  * <p>Deprecates a thing type. You can not associate new things with deprecated thing
949
1026
  * type.</p>
950
1027
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeprecateThingType</a> action.</p>
@@ -953,6 +1030,7 @@ export declare class IoT extends IoTClient {
953
1030
  deprecateThingType(args: DeprecateThingTypeCommandInput, cb: (err: any, data?: DeprecateThingTypeCommandOutput) => void): void;
954
1031
  deprecateThingType(args: DeprecateThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateThingTypeCommandOutput) => void): void;
955
1032
  /**
1033
+ * @public
956
1034
  * <p>Gets information about the Device Defender audit settings for this account.
957
1035
  * Settings include how audit notifications are sent and which audit checks are
958
1036
  * enabled or disabled.</p>
@@ -962,6 +1040,7 @@ export declare class IoT extends IoTClient {
962
1040
  describeAccountAuditConfiguration(args: DescribeAccountAuditConfigurationCommandInput, cb: (err: any, data?: DescribeAccountAuditConfigurationCommandOutput) => void): void;
963
1041
  describeAccountAuditConfiguration(args: DescribeAccountAuditConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAuditConfigurationCommandOutput) => void): void;
964
1042
  /**
1043
+ * @public
965
1044
  * <p>Gets information about a single audit finding. Properties include the reason for
966
1045
  * noncompliance, the severity of the issue,
967
1046
  * and the start time
@@ -973,12 +1052,14 @@ export declare class IoT extends IoTClient {
973
1052
  describeAuditFinding(args: DescribeAuditFindingCommandInput, cb: (err: any, data?: DescribeAuditFindingCommandOutput) => void): void;
974
1053
  describeAuditFinding(args: DescribeAuditFindingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditFindingCommandOutput) => void): void;
975
1054
  /**
1055
+ * @public
976
1056
  * <p>Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.</p>
977
1057
  */
978
1058
  describeAuditMitigationActionsTask(args: DescribeAuditMitigationActionsTaskCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAuditMitigationActionsTaskCommandOutput>;
979
1059
  describeAuditMitigationActionsTask(args: DescribeAuditMitigationActionsTaskCommandInput, cb: (err: any, data?: DescribeAuditMitigationActionsTaskCommandOutput) => void): void;
980
1060
  describeAuditMitigationActionsTask(args: DescribeAuditMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditMitigationActionsTaskCommandOutput) => void): void;
981
1061
  /**
1062
+ * @public
982
1063
  * <p>
983
1064
  * Gets information about a Device Defender audit suppression.
984
1065
  * </p>
@@ -987,6 +1068,7 @@ export declare class IoT extends IoTClient {
987
1068
  describeAuditSuppression(args: DescribeAuditSuppressionCommandInput, cb: (err: any, data?: DescribeAuditSuppressionCommandOutput) => void): void;
988
1069
  describeAuditSuppression(args: DescribeAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditSuppressionCommandOutput) => void): void;
989
1070
  /**
1071
+ * @public
990
1072
  * <p>Gets information about a Device Defender audit.</p>
991
1073
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeAuditTask</a> action.</p>
992
1074
  */
@@ -994,6 +1076,7 @@ export declare class IoT extends IoTClient {
994
1076
  describeAuditTask(args: DescribeAuditTaskCommandInput, cb: (err: any, data?: DescribeAuditTaskCommandOutput) => void): void;
995
1077
  describeAuditTask(args: DescribeAuditTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuditTaskCommandOutput) => void): void;
996
1078
  /**
1079
+ * @public
997
1080
  * <p>Describes an authorizer.</p>
998
1081
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeAuthorizer</a> action.</p>
999
1082
  */
@@ -1001,6 +1084,7 @@ export declare class IoT extends IoTClient {
1001
1084
  describeAuthorizer(args: DescribeAuthorizerCommandInput, cb: (err: any, data?: DescribeAuthorizerCommandOutput) => void): void;
1002
1085
  describeAuthorizer(args: DescribeAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAuthorizerCommandOutput) => void): void;
1003
1086
  /**
1087
+ * @public
1004
1088
  * <p>Returns information about a billing group.</p>
1005
1089
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeBillingGroup</a> action.</p>
1006
1090
  */
@@ -1008,6 +1092,7 @@ export declare class IoT extends IoTClient {
1008
1092
  describeBillingGroup(args: DescribeBillingGroupCommandInput, cb: (err: any, data?: DescribeBillingGroupCommandOutput) => void): void;
1009
1093
  describeBillingGroup(args: DescribeBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBillingGroupCommandOutput) => void): void;
1010
1094
  /**
1095
+ * @public
1011
1096
  * <p>Describes a registered CA certificate.</p>
1012
1097
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCACertificate</a> action.</p>
1013
1098
  */
@@ -1015,6 +1100,7 @@ export declare class IoT extends IoTClient {
1015
1100
  describeCACertificate(args: DescribeCACertificateCommandInput, cb: (err: any, data?: DescribeCACertificateCommandOutput) => void): void;
1016
1101
  describeCACertificate(args: DescribeCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCACertificateCommandOutput) => void): void;
1017
1102
  /**
1103
+ * @public
1018
1104
  * <p>Gets information about the specified certificate.</p>
1019
1105
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCertificate</a> action.</p>
1020
1106
  */
@@ -1022,6 +1108,7 @@ export declare class IoT extends IoTClient {
1022
1108
  describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
1023
1109
  describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
1024
1110
  /**
1111
+ * @public
1025
1112
  * <p>
1026
1113
  * Gets information about a Device Defender detect custom metric.
1027
1114
  * </p>
@@ -1031,6 +1118,7 @@ export declare class IoT extends IoTClient {
1031
1118
  describeCustomMetric(args: DescribeCustomMetricCommandInput, cb: (err: any, data?: DescribeCustomMetricCommandOutput) => void): void;
1032
1119
  describeCustomMetric(args: DescribeCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomMetricCommandOutput) => void): void;
1033
1120
  /**
1121
+ * @public
1034
1122
  * <p>Describes the default authorizer.</p>
1035
1123
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDefaultAuthorizer</a> action.</p>
1036
1124
  */
@@ -1038,6 +1126,7 @@ export declare class IoT extends IoTClient {
1038
1126
  describeDefaultAuthorizer(args: DescribeDefaultAuthorizerCommandInput, cb: (err: any, data?: DescribeDefaultAuthorizerCommandOutput) => void): void;
1039
1127
  describeDefaultAuthorizer(args: DescribeDefaultAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultAuthorizerCommandOutput) => void): void;
1040
1128
  /**
1129
+ * @public
1041
1130
  * <p>
1042
1131
  * Gets information about a Device Defender ML Detect mitigation action.
1043
1132
  * </p>
@@ -1047,6 +1136,7 @@ export declare class IoT extends IoTClient {
1047
1136
  describeDetectMitigationActionsTask(args: DescribeDetectMitigationActionsTaskCommandInput, cb: (err: any, data?: DescribeDetectMitigationActionsTaskCommandOutput) => void): void;
1048
1137
  describeDetectMitigationActionsTask(args: DescribeDetectMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectMitigationActionsTaskCommandOutput) => void): void;
1049
1138
  /**
1139
+ * @public
1050
1140
  * <p>Provides details about a dimension that is defined in your Amazon Web Services accounts.</p>
1051
1141
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDimension</a> action.</p>
1052
1142
  */
@@ -1054,6 +1144,7 @@ export declare class IoT extends IoTClient {
1054
1144
  describeDimension(args: DescribeDimensionCommandInput, cb: (err: any, data?: DescribeDimensionCommandOutput) => void): void;
1055
1145
  describeDimension(args: DescribeDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDimensionCommandOutput) => void): void;
1056
1146
  /**
1147
+ * @public
1057
1148
  * <p>Gets summary information about a domain configuration.</p>
1058
1149
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDomainConfiguration</a> action.</p>
1059
1150
  */
@@ -1061,6 +1152,7 @@ export declare class IoT extends IoTClient {
1061
1152
  describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, cb: (err: any, data?: DescribeDomainConfigurationCommandOutput) => void): void;
1062
1153
  describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainConfigurationCommandOutput) => void): void;
1063
1154
  /**
1155
+ * @public
1064
1156
  * <p>Returns a unique endpoint specific to the Amazon Web Services account making the call.</p>
1065
1157
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeEndpoint</a> action.</p>
1066
1158
  */
@@ -1068,6 +1160,7 @@ export declare class IoT extends IoTClient {
1068
1160
  describeEndpoint(args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
1069
1161
  describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
1070
1162
  /**
1163
+ * @public
1071
1164
  * <p>Describes event configurations.</p>
1072
1165
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeEventConfigurations</a> action.</p>
1073
1166
  */
@@ -1075,6 +1168,7 @@ export declare class IoT extends IoTClient {
1075
1168
  describeEventConfigurations(args: DescribeEventConfigurationsCommandInput, cb: (err: any, data?: DescribeEventConfigurationsCommandOutput) => void): void;
1076
1169
  describeEventConfigurations(args: DescribeEventConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventConfigurationsCommandOutput) => void): void;
1077
1170
  /**
1171
+ * @public
1078
1172
  * <p>Gets information about the specified fleet metric.</p>
1079
1173
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeFleetMetric</a> action.</p>
1080
1174
  */
@@ -1082,6 +1176,7 @@ export declare class IoT extends IoTClient {
1082
1176
  describeFleetMetric(args: DescribeFleetMetricCommandInput, cb: (err: any, data?: DescribeFleetMetricCommandOutput) => void): void;
1083
1177
  describeFleetMetric(args: DescribeFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetMetricCommandOutput) => void): void;
1084
1178
  /**
1179
+ * @public
1085
1180
  * <p>Describes a search index.</p>
1086
1181
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeIndex</a> action.</p>
1087
1182
  */
@@ -1089,6 +1184,7 @@ export declare class IoT extends IoTClient {
1089
1184
  describeIndex(args: DescribeIndexCommandInput, cb: (err: any, data?: DescribeIndexCommandOutput) => void): void;
1090
1185
  describeIndex(args: DescribeIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIndexCommandOutput) => void): void;
1091
1186
  /**
1187
+ * @public
1092
1188
  * <p>Describes a job.</p>
1093
1189
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeJob</a> action.</p>
1094
1190
  */
@@ -1096,6 +1192,7 @@ export declare class IoT extends IoTClient {
1096
1192
  describeJob(args: DescribeJobCommandInput, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
1097
1193
  describeJob(args: DescribeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
1098
1194
  /**
1195
+ * @public
1099
1196
  * <p>Describes a job execution.</p>
1100
1197
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeJobExecution</a> action.</p>
1101
1198
  */
@@ -1103,18 +1200,21 @@ export declare class IoT extends IoTClient {
1103
1200
  describeJobExecution(args: DescribeJobExecutionCommandInput, cb: (err: any, data?: DescribeJobExecutionCommandOutput) => void): void;
1104
1201
  describeJobExecution(args: DescribeJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobExecutionCommandOutput) => void): void;
1105
1202
  /**
1203
+ * @public
1106
1204
  * <p>Returns information about a job template.</p>
1107
1205
  */
1108
1206
  describeJobTemplate(args: DescribeJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobTemplateCommandOutput>;
1109
1207
  describeJobTemplate(args: DescribeJobTemplateCommandInput, cb: (err: any, data?: DescribeJobTemplateCommandOutput) => void): void;
1110
1208
  describeJobTemplate(args: DescribeJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobTemplateCommandOutput) => void): void;
1111
1209
  /**
1210
+ * @public
1112
1211
  * <p>View details of a managed job template.</p>
1113
1212
  */
1114
1213
  describeManagedJobTemplate(args: DescribeManagedJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeManagedJobTemplateCommandOutput>;
1115
1214
  describeManagedJobTemplate(args: DescribeManagedJobTemplateCommandInput, cb: (err: any, data?: DescribeManagedJobTemplateCommandOutput) => void): void;
1116
1215
  describeManagedJobTemplate(args: DescribeManagedJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedJobTemplateCommandOutput) => void): void;
1117
1216
  /**
1217
+ * @public
1118
1218
  * <p>Gets information about a mitigation action.</p>
1119
1219
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeMitigationAction</a> action.</p>
1120
1220
  */
@@ -1122,6 +1222,7 @@ export declare class IoT extends IoTClient {
1122
1222
  describeMitigationAction(args: DescribeMitigationActionCommandInput, cb: (err: any, data?: DescribeMitigationActionCommandOutput) => void): void;
1123
1223
  describeMitigationAction(args: DescribeMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMitigationActionCommandOutput) => void): void;
1124
1224
  /**
1225
+ * @public
1125
1226
  * <p>Returns information about a provisioning template.</p>
1126
1227
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeProvisioningTemplate</a> action.</p>
1127
1228
  */
@@ -1129,6 +1230,7 @@ export declare class IoT extends IoTClient {
1129
1230
  describeProvisioningTemplate(args: DescribeProvisioningTemplateCommandInput, cb: (err: any, data?: DescribeProvisioningTemplateCommandOutput) => void): void;
1130
1231
  describeProvisioningTemplate(args: DescribeProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisioningTemplateCommandOutput) => void): void;
1131
1232
  /**
1233
+ * @public
1132
1234
  * <p>Returns information about a provisioning template version.</p>
1133
1235
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeProvisioningTemplateVersion</a> action.</p>
1134
1236
  */
@@ -1136,6 +1238,7 @@ export declare class IoT extends IoTClient {
1136
1238
  describeProvisioningTemplateVersion(args: DescribeProvisioningTemplateVersionCommandInput, cb: (err: any, data?: DescribeProvisioningTemplateVersionCommandOutput) => void): void;
1137
1239
  describeProvisioningTemplateVersion(args: DescribeProvisioningTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisioningTemplateVersionCommandOutput) => void): void;
1138
1240
  /**
1241
+ * @public
1139
1242
  * <p>Describes a role alias.</p>
1140
1243
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeRoleAlias</a> action.</p>
1141
1244
  */
@@ -1143,6 +1246,7 @@ export declare class IoT extends IoTClient {
1143
1246
  describeRoleAlias(args: DescribeRoleAliasCommandInput, cb: (err: any, data?: DescribeRoleAliasCommandOutput) => void): void;
1144
1247
  describeRoleAlias(args: DescribeRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRoleAliasCommandOutput) => void): void;
1145
1248
  /**
1249
+ * @public
1146
1250
  * <p>Gets information about a scheduled audit.</p>
1147
1251
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeScheduledAudit</a> action.</p>
1148
1252
  */
@@ -1150,6 +1254,7 @@ export declare class IoT extends IoTClient {
1150
1254
  describeScheduledAudit(args: DescribeScheduledAuditCommandInput, cb: (err: any, data?: DescribeScheduledAuditCommandOutput) => void): void;
1151
1255
  describeScheduledAudit(args: DescribeScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledAuditCommandOutput) => void): void;
1152
1256
  /**
1257
+ * @public
1153
1258
  * <p>Gets information about a Device Defender security profile.</p>
1154
1259
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeSecurityProfile</a> action.</p>
1155
1260
  */
@@ -1157,6 +1262,7 @@ export declare class IoT extends IoTClient {
1157
1262
  describeSecurityProfile(args: DescribeSecurityProfileCommandInput, cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void): void;
1158
1263
  describeSecurityProfile(args: DescribeSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void): void;
1159
1264
  /**
1265
+ * @public
1160
1266
  * <p>Gets information about a stream.</p>
1161
1267
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeStream</a> action.</p>
1162
1268
  */
@@ -1164,6 +1270,7 @@ export declare class IoT extends IoTClient {
1164
1270
  describeStream(args: DescribeStreamCommandInput, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
1165
1271
  describeStream(args: DescribeStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
1166
1272
  /**
1273
+ * @public
1167
1274
  * <p>Gets information about the specified thing.</p>
1168
1275
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThing</a> action.</p>
1169
1276
  */
@@ -1171,6 +1278,7 @@ export declare class IoT extends IoTClient {
1171
1278
  describeThing(args: DescribeThingCommandInput, cb: (err: any, data?: DescribeThingCommandOutput) => void): void;
1172
1279
  describeThing(args: DescribeThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingCommandOutput) => void): void;
1173
1280
  /**
1281
+ * @public
1174
1282
  * <p>Describe a thing group.</p>
1175
1283
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThingGroup</a> action.</p>
1176
1284
  */
@@ -1178,6 +1286,7 @@ export declare class IoT extends IoTClient {
1178
1286
  describeThingGroup(args: DescribeThingGroupCommandInput, cb: (err: any, data?: DescribeThingGroupCommandOutput) => void): void;
1179
1287
  describeThingGroup(args: DescribeThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingGroupCommandOutput) => void): void;
1180
1288
  /**
1289
+ * @public
1181
1290
  * <p>Describes a bulk thing provisioning task.</p>
1182
1291
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThingRegistrationTask</a> action.</p>
1183
1292
  */
@@ -1185,6 +1294,7 @@ export declare class IoT extends IoTClient {
1185
1294
  describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, cb: (err: any, data?: DescribeThingRegistrationTaskCommandOutput) => void): void;
1186
1295
  describeThingRegistrationTask(args: DescribeThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingRegistrationTaskCommandOutput) => void): void;
1187
1296
  /**
1297
+ * @public
1188
1298
  * <p>Gets information about the specified thing type.</p>
1189
1299
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeThingType</a> action.</p>
1190
1300
  */
@@ -1192,6 +1302,7 @@ export declare class IoT extends IoTClient {
1192
1302
  describeThingType(args: DescribeThingTypeCommandInput, cb: (err: any, data?: DescribeThingTypeCommandOutput) => void): void;
1193
1303
  describeThingType(args: DescribeThingTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThingTypeCommandOutput) => void): void;
1194
1304
  /**
1305
+ * @public
1195
1306
  * <p>Detaches a policy from the specified target.</p>
1196
1307
  * <note>
1197
1308
  * <p>Because of the distributed nature of Amazon Web Services, it can take up to five minutes after
@@ -1203,6 +1314,7 @@ export declare class IoT extends IoTClient {
1203
1314
  detachPolicy(args: DetachPolicyCommandInput, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
1204
1315
  detachPolicy(args: DetachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
1205
1316
  /**
1317
+ * @public
1206
1318
  * @deprecated
1207
1319
  *
1208
1320
  * <p>Removes the specified policy from the specified certificate.</p>
@@ -1215,6 +1327,7 @@ export declare class IoT extends IoTClient {
1215
1327
  detachPrincipalPolicy(args: DetachPrincipalPolicyCommandInput, cb: (err: any, data?: DetachPrincipalPolicyCommandOutput) => void): void;
1216
1328
  detachPrincipalPolicy(args: DetachPrincipalPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachPrincipalPolicyCommandOutput) => void): void;
1217
1329
  /**
1330
+ * @public
1218
1331
  * <p>Disassociates a Device Defender security profile from a thing group or from this account.</p>
1219
1332
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DetachSecurityProfile</a> action.</p>
1220
1333
  */
@@ -1222,6 +1335,7 @@ export declare class IoT extends IoTClient {
1222
1335
  detachSecurityProfile(args: DetachSecurityProfileCommandInput, cb: (err: any, data?: DetachSecurityProfileCommandOutput) => void): void;
1223
1336
  detachSecurityProfile(args: DetachSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachSecurityProfileCommandOutput) => void): void;
1224
1337
  /**
1338
+ * @public
1225
1339
  * <p>Detaches the specified principal from the specified thing. A principal can be X.509
1226
1340
  * certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
1227
1341
  * identities.</p>
@@ -1235,6 +1349,7 @@ export declare class IoT extends IoTClient {
1235
1349
  detachThingPrincipal(args: DetachThingPrincipalCommandInput, cb: (err: any, data?: DetachThingPrincipalCommandOutput) => void): void;
1236
1350
  detachThingPrincipal(args: DetachThingPrincipalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachThingPrincipalCommandOutput) => void): void;
1237
1351
  /**
1352
+ * @public
1238
1353
  * <p>Disables the rule.</p>
1239
1354
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DisableTopicRule</a> action.</p>
1240
1355
  */
@@ -1242,6 +1357,7 @@ export declare class IoT extends IoTClient {
1242
1357
  disableTopicRule(args: DisableTopicRuleCommandInput, cb: (err: any, data?: DisableTopicRuleCommandOutput) => void): void;
1243
1358
  disableTopicRule(args: DisableTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableTopicRuleCommandOutput) => void): void;
1244
1359
  /**
1360
+ * @public
1245
1361
  * <p>Enables the rule.</p>
1246
1362
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">EnableTopicRule</a> action.</p>
1247
1363
  */
@@ -1249,6 +1365,7 @@ export declare class IoT extends IoTClient {
1249
1365
  enableTopicRule(args: EnableTopicRuleCommandInput, cb: (err: any, data?: EnableTopicRuleCommandOutput) => void): void;
1250
1366
  enableTopicRule(args: EnableTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableTopicRuleCommandOutput) => void): void;
1251
1367
  /**
1368
+ * @public
1252
1369
  * <p>
1253
1370
  * Returns a Device Defender's ML Detect Security Profile training model's status.
1254
1371
  * </p>
@@ -1258,6 +1375,7 @@ export declare class IoT extends IoTClient {
1258
1375
  getBehaviorModelTrainingSummaries(args: GetBehaviorModelTrainingSummariesCommandInput, cb: (err: any, data?: GetBehaviorModelTrainingSummariesCommandOutput) => void): void;
1259
1376
  getBehaviorModelTrainingSummaries(args: GetBehaviorModelTrainingSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBehaviorModelTrainingSummariesCommandOutput) => void): void;
1260
1377
  /**
1378
+ * @public
1261
1379
  * <p>Aggregates on indexed data with search queries pertaining to particular fields. </p>
1262
1380
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetBucketsAggregation</a> action.</p>
1263
1381
  */
@@ -1265,6 +1383,7 @@ export declare class IoT extends IoTClient {
1265
1383
  getBucketsAggregation(args: GetBucketsAggregationCommandInput, cb: (err: any, data?: GetBucketsAggregationCommandOutput) => void): void;
1266
1384
  getBucketsAggregation(args: GetBucketsAggregationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketsAggregationCommandOutput) => void): void;
1267
1385
  /**
1386
+ * @public
1268
1387
  * <p>Returns the approximate count of unique values that match the query.</p>
1269
1388
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetCardinality</a> action.</p>
1270
1389
  */
@@ -1272,6 +1391,7 @@ export declare class IoT extends IoTClient {
1272
1391
  getCardinality(args: GetCardinalityCommandInput, cb: (err: any, data?: GetCardinalityCommandOutput) => void): void;
1273
1392
  getCardinality(args: GetCardinalityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCardinalityCommandOutput) => void): void;
1274
1393
  /**
1394
+ * @public
1275
1395
  * <p>Gets a list of the policies that have an effect on the authorization behavior of the
1276
1396
  * specified device when it connects to the IoT device gateway.</p>
1277
1397
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetEffectivePolicies</a> action.</p>
@@ -1280,6 +1400,7 @@ export declare class IoT extends IoTClient {
1280
1400
  getEffectivePolicies(args: GetEffectivePoliciesCommandInput, cb: (err: any, data?: GetEffectivePoliciesCommandOutput) => void): void;
1281
1401
  getEffectivePolicies(args: GetEffectivePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEffectivePoliciesCommandOutput) => void): void;
1282
1402
  /**
1403
+ * @public
1283
1404
  * <p>Gets the indexing configuration.</p>
1284
1405
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetIndexingConfiguration</a> action.</p>
1285
1406
  */
@@ -1287,6 +1408,7 @@ export declare class IoT extends IoTClient {
1287
1408
  getIndexingConfiguration(args: GetIndexingConfigurationCommandInput, cb: (err: any, data?: GetIndexingConfigurationCommandOutput) => void): void;
1288
1409
  getIndexingConfiguration(args: GetIndexingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIndexingConfigurationCommandOutput) => void): void;
1289
1410
  /**
1411
+ * @public
1290
1412
  * <p>Gets a job document.</p>
1291
1413
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetJobDocument</a> action.</p>
1292
1414
  */
@@ -1294,6 +1416,7 @@ export declare class IoT extends IoTClient {
1294
1416
  getJobDocument(args: GetJobDocumentCommandInput, cb: (err: any, data?: GetJobDocumentCommandOutput) => void): void;
1295
1417
  getJobDocument(args: GetJobDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobDocumentCommandOutput) => void): void;
1296
1418
  /**
1419
+ * @public
1297
1420
  * <p>Gets the logging options.</p>
1298
1421
  * <p>NOTE: use of this command is not recommended. Use <code>GetV2LoggingOptions</code>
1299
1422
  * instead.</p>
@@ -1303,6 +1426,7 @@ export declare class IoT extends IoTClient {
1303
1426
  getLoggingOptions(args: GetLoggingOptionsCommandInput, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
1304
1427
  getLoggingOptions(args: GetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
1305
1428
  /**
1429
+ * @public
1306
1430
  * <p>Gets an OTA update.</p>
1307
1431
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetOTAUpdate</a> action.</p>
1308
1432
  */
@@ -1310,6 +1434,7 @@ export declare class IoT extends IoTClient {
1310
1434
  getOTAUpdate(args: GetOTAUpdateCommandInput, cb: (err: any, data?: GetOTAUpdateCommandOutput) => void): void;
1311
1435
  getOTAUpdate(args: GetOTAUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOTAUpdateCommandOutput) => void): void;
1312
1436
  /**
1437
+ * @public
1313
1438
  * <p>Groups the aggregated values that match the query into percentile groupings. The default
1314
1439
  * percentile groupings are: 1,5,25,50,75,95,99, although you can specify your own
1315
1440
  * when you call <code>GetPercentiles</code>. This function returns a value for each
@@ -1325,6 +1450,7 @@ export declare class IoT extends IoTClient {
1325
1450
  getPercentiles(args: GetPercentilesCommandInput, cb: (err: any, data?: GetPercentilesCommandOutput) => void): void;
1326
1451
  getPercentiles(args: GetPercentilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPercentilesCommandOutput) => void): void;
1327
1452
  /**
1453
+ * @public
1328
1454
  * <p>Gets information about the specified policy with the policy document of the default
1329
1455
  * version.</p>
1330
1456
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetPolicy</a> action.</p>
@@ -1333,6 +1459,7 @@ export declare class IoT extends IoTClient {
1333
1459
  getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
1334
1460
  getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
1335
1461
  /**
1462
+ * @public
1336
1463
  * <p>Gets information about the specified policy version.</p>
1337
1464
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetPolicyVersion</a> action.</p>
1338
1465
  */
@@ -1340,6 +1467,7 @@ export declare class IoT extends IoTClient {
1340
1467
  getPolicyVersion(args: GetPolicyVersionCommandInput, cb: (err: any, data?: GetPolicyVersionCommandOutput) => void): void;
1341
1468
  getPolicyVersion(args: GetPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyVersionCommandOutput) => void): void;
1342
1469
  /**
1470
+ * @public
1343
1471
  * <p>Gets a registration code used to register a CA certificate with IoT.</p>
1344
1472
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetRegistrationCode</a> action.</p>
1345
1473
  */
@@ -1347,6 +1475,7 @@ export declare class IoT extends IoTClient {
1347
1475
  getRegistrationCode(args: GetRegistrationCodeCommandInput, cb: (err: any, data?: GetRegistrationCodeCommandOutput) => void): void;
1348
1476
  getRegistrationCode(args: GetRegistrationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegistrationCodeCommandOutput) => void): void;
1349
1477
  /**
1478
+ * @public
1350
1479
  * <p>Returns the count, average, sum, minimum, maximum, sum of squares, variance,
1351
1480
  * and standard deviation for the specified aggregated field. If the aggregation field is of type
1352
1481
  * <code>String</code>, only the count statistic is returned.</p>
@@ -1356,6 +1485,7 @@ export declare class IoT extends IoTClient {
1356
1485
  getStatistics(args: GetStatisticsCommandInput, cb: (err: any, data?: GetStatisticsCommandOutput) => void): void;
1357
1486
  getStatistics(args: GetStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStatisticsCommandOutput) => void): void;
1358
1487
  /**
1488
+ * @public
1359
1489
  * <p>Gets information about the rule.</p>
1360
1490
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetTopicRule</a> action.</p>
1361
1491
  */
@@ -1363,6 +1493,7 @@ export declare class IoT extends IoTClient {
1363
1493
  getTopicRule(args: GetTopicRuleCommandInput, cb: (err: any, data?: GetTopicRuleCommandOutput) => void): void;
1364
1494
  getTopicRule(args: GetTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTopicRuleCommandOutput) => void): void;
1365
1495
  /**
1496
+ * @public
1366
1497
  * <p>Gets information about a topic rule destination.</p>
1367
1498
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetTopicRuleDestination</a> action.</p>
1368
1499
  */
@@ -1370,6 +1501,7 @@ export declare class IoT extends IoTClient {
1370
1501
  getTopicRuleDestination(args: GetTopicRuleDestinationCommandInput, cb: (err: any, data?: GetTopicRuleDestinationCommandOutput) => void): void;
1371
1502
  getTopicRuleDestination(args: GetTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTopicRuleDestinationCommandOutput) => void): void;
1372
1503
  /**
1504
+ * @public
1373
1505
  * <p>Gets the fine grained logging options.</p>
1374
1506
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetV2LoggingOptions</a> action.</p>
1375
1507
  */
@@ -1377,6 +1509,7 @@ export declare class IoT extends IoTClient {
1377
1509
  getV2LoggingOptions(args: GetV2LoggingOptionsCommandInput, cb: (err: any, data?: GetV2LoggingOptionsCommandOutput) => void): void;
1378
1510
  getV2LoggingOptions(args: GetV2LoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetV2LoggingOptionsCommandOutput) => void): void;
1379
1511
  /**
1512
+ * @public
1380
1513
  * <p>Lists the active violations for a given Device Defender security profile.</p>
1381
1514
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListActiveViolations</a> action.</p>
1382
1515
  */
@@ -1384,6 +1517,7 @@ export declare class IoT extends IoTClient {
1384
1517
  listActiveViolations(args: ListActiveViolationsCommandInput, cb: (err: any, data?: ListActiveViolationsCommandOutput) => void): void;
1385
1518
  listActiveViolations(args: ListActiveViolationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActiveViolationsCommandOutput) => void): void;
1386
1519
  /**
1520
+ * @public
1387
1521
  * <p>Lists the policies attached to the specified thing group.</p>
1388
1522
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAttachedPolicies</a> action.</p>
1389
1523
  */
@@ -1391,6 +1525,7 @@ export declare class IoT extends IoTClient {
1391
1525
  listAttachedPolicies(args: ListAttachedPoliciesCommandInput, cb: (err: any, data?: ListAttachedPoliciesCommandOutput) => void): void;
1392
1526
  listAttachedPolicies(args: ListAttachedPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedPoliciesCommandOutput) => void): void;
1393
1527
  /**
1528
+ * @public
1394
1529
  * <p>Lists the findings (results) of a Device Defender audit or of the audits
1395
1530
  * performed during a specified time period. (Findings are retained for 90 days.)</p>
1396
1531
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditFindings</a> action.</p>
@@ -1399,6 +1534,7 @@ export declare class IoT extends IoTClient {
1399
1534
  listAuditFindings(args: ListAuditFindingsCommandInput, cb: (err: any, data?: ListAuditFindingsCommandOutput) => void): void;
1400
1535
  listAuditFindings(args: ListAuditFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditFindingsCommandOutput) => void): void;
1401
1536
  /**
1537
+ * @public
1402
1538
  * <p>Gets the status of audit mitigation action tasks that were
1403
1539
  * executed.</p>
1404
1540
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditMitigationActionsExecutions</a> action.</p>
@@ -1407,6 +1543,7 @@ export declare class IoT extends IoTClient {
1407
1543
  listAuditMitigationActionsExecutions(args: ListAuditMitigationActionsExecutionsCommandInput, cb: (err: any, data?: ListAuditMitigationActionsExecutionsCommandOutput) => void): void;
1408
1544
  listAuditMitigationActionsExecutions(args: ListAuditMitigationActionsExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditMitigationActionsExecutionsCommandOutput) => void): void;
1409
1545
  /**
1546
+ * @public
1410
1547
  * <p>Gets a list of audit mitigation action tasks that match the specified filters.</p>
1411
1548
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditMitigationActionsTasks</a> action.</p>
1412
1549
  */
@@ -1414,6 +1551,7 @@ export declare class IoT extends IoTClient {
1414
1551
  listAuditMitigationActionsTasks(args: ListAuditMitigationActionsTasksCommandInput, cb: (err: any, data?: ListAuditMitigationActionsTasksCommandOutput) => void): void;
1415
1552
  listAuditMitigationActionsTasks(args: ListAuditMitigationActionsTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditMitigationActionsTasksCommandOutput) => void): void;
1416
1553
  /**
1554
+ * @public
1417
1555
  * <p>
1418
1556
  * Lists your Device Defender audit listings.
1419
1557
  * </p>
@@ -1423,6 +1561,7 @@ export declare class IoT extends IoTClient {
1423
1561
  listAuditSuppressions(args: ListAuditSuppressionsCommandInput, cb: (err: any, data?: ListAuditSuppressionsCommandOutput) => void): void;
1424
1562
  listAuditSuppressions(args: ListAuditSuppressionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditSuppressionsCommandOutput) => void): void;
1425
1563
  /**
1564
+ * @public
1426
1565
  * <p>Lists the Device Defender audits that have been performed during a given
1427
1566
  * time period.</p>
1428
1567
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuditTasks</a> action.</p>
@@ -1431,6 +1570,7 @@ export declare class IoT extends IoTClient {
1431
1570
  listAuditTasks(args: ListAuditTasksCommandInput, cb: (err: any, data?: ListAuditTasksCommandOutput) => void): void;
1432
1571
  listAuditTasks(args: ListAuditTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditTasksCommandOutput) => void): void;
1433
1572
  /**
1573
+ * @public
1434
1574
  * <p>Lists the authorizers registered in your account.</p>
1435
1575
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListAuthorizers</a> action.</p>
1436
1576
  */
@@ -1438,6 +1578,7 @@ export declare class IoT extends IoTClient {
1438
1578
  listAuthorizers(args: ListAuthorizersCommandInput, cb: (err: any, data?: ListAuthorizersCommandOutput) => void): void;
1439
1579
  listAuthorizers(args: ListAuthorizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuthorizersCommandOutput) => void): void;
1440
1580
  /**
1581
+ * @public
1441
1582
  * <p>Lists the billing groups you have created.</p>
1442
1583
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListBillingGroups</a> action.</p>
1443
1584
  */
@@ -1445,6 +1586,7 @@ export declare class IoT extends IoTClient {
1445
1586
  listBillingGroups(args: ListBillingGroupsCommandInput, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
1446
1587
  listBillingGroups(args: ListBillingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
1447
1588
  /**
1589
+ * @public
1448
1590
  * <p>Lists the CA certificates registered for your Amazon Web Services account.</p>
1449
1591
  * <p>The results are paginated with a default page size of 25. You can use the returned
1450
1592
  * marker to retrieve additional results.</p>
@@ -1454,6 +1596,7 @@ export declare class IoT extends IoTClient {
1454
1596
  listCACertificates(args: ListCACertificatesCommandInput, cb: (err: any, data?: ListCACertificatesCommandOutput) => void): void;
1455
1597
  listCACertificates(args: ListCACertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCACertificatesCommandOutput) => void): void;
1456
1598
  /**
1599
+ * @public
1457
1600
  * <p>Lists the certificates registered in your Amazon Web Services account.</p>
1458
1601
  * <p>The results are paginated with a default page size of 25. You can use the returned
1459
1602
  * marker to retrieve additional results.</p>
@@ -1463,6 +1606,7 @@ export declare class IoT extends IoTClient {
1463
1606
  listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
1464
1607
  listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
1465
1608
  /**
1609
+ * @public
1466
1610
  * <p>List the device certificates signed by the specified CA certificate.</p>
1467
1611
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListCertificatesByCA</a> action.</p>
1468
1612
  */
@@ -1470,6 +1614,7 @@ export declare class IoT extends IoTClient {
1470
1614
  listCertificatesByCA(args: ListCertificatesByCACommandInput, cb: (err: any, data?: ListCertificatesByCACommandOutput) => void): void;
1471
1615
  listCertificatesByCA(args: ListCertificatesByCACommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesByCACommandOutput) => void): void;
1472
1616
  /**
1617
+ * @public
1473
1618
  * <p>
1474
1619
  * Lists your Device Defender detect custom metrics.
1475
1620
  * </p>
@@ -1479,6 +1624,7 @@ export declare class IoT extends IoTClient {
1479
1624
  listCustomMetrics(args: ListCustomMetricsCommandInput, cb: (err: any, data?: ListCustomMetricsCommandOutput) => void): void;
1480
1625
  listCustomMetrics(args: ListCustomMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomMetricsCommandOutput) => void): void;
1481
1626
  /**
1627
+ * @public
1482
1628
  * <p>
1483
1629
  * Lists mitigation actions executions for a Device Defender ML Detect Security Profile.
1484
1630
  * </p>
@@ -1488,6 +1634,7 @@ export declare class IoT extends IoTClient {
1488
1634
  listDetectMitigationActionsExecutions(args: ListDetectMitigationActionsExecutionsCommandInput, cb: (err: any, data?: ListDetectMitigationActionsExecutionsCommandOutput) => void): void;
1489
1635
  listDetectMitigationActionsExecutions(args: ListDetectMitigationActionsExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectMitigationActionsExecutionsCommandOutput) => void): void;
1490
1636
  /**
1637
+ * @public
1491
1638
  * <p>
1492
1639
  * List of Device Defender ML Detect mitigation actions tasks.
1493
1640
  * </p>
@@ -1497,6 +1644,7 @@ export declare class IoT extends IoTClient {
1497
1644
  listDetectMitigationActionsTasks(args: ListDetectMitigationActionsTasksCommandInput, cb: (err: any, data?: ListDetectMitigationActionsTasksCommandOutput) => void): void;
1498
1645
  listDetectMitigationActionsTasks(args: ListDetectMitigationActionsTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectMitigationActionsTasksCommandOutput) => void): void;
1499
1646
  /**
1647
+ * @public
1500
1648
  * <p>List the set of dimensions that are defined for your Amazon Web Services accounts.</p>
1501
1649
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListDimensions</a> action.</p>
1502
1650
  */
@@ -1504,6 +1652,7 @@ export declare class IoT extends IoTClient {
1504
1652
  listDimensions(args: ListDimensionsCommandInput, cb: (err: any, data?: ListDimensionsCommandOutput) => void): void;
1505
1653
  listDimensions(args: ListDimensionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDimensionsCommandOutput) => void): void;
1506
1654
  /**
1655
+ * @public
1507
1656
  * <p>Gets a list of domain configurations for the user. This list is sorted
1508
1657
  * alphabetically by domain configuration name.</p>
1509
1658
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListDomainConfigurations</a> action.</p>
@@ -1512,6 +1661,7 @@ export declare class IoT extends IoTClient {
1512
1661
  listDomainConfigurations(args: ListDomainConfigurationsCommandInput, cb: (err: any, data?: ListDomainConfigurationsCommandOutput) => void): void;
1513
1662
  listDomainConfigurations(args: ListDomainConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainConfigurationsCommandOutput) => void): void;
1514
1663
  /**
1664
+ * @public
1515
1665
  * <p>Lists all your fleet metrics. </p>
1516
1666
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListFleetMetrics</a> action.</p>
1517
1667
  */
@@ -1519,6 +1669,7 @@ export declare class IoT extends IoTClient {
1519
1669
  listFleetMetrics(args: ListFleetMetricsCommandInput, cb: (err: any, data?: ListFleetMetricsCommandOutput) => void): void;
1520
1670
  listFleetMetrics(args: ListFleetMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetMetricsCommandOutput) => void): void;
1521
1671
  /**
1672
+ * @public
1522
1673
  * <p>Lists the search indices.</p>
1523
1674
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListIndices</a> action.</p>
1524
1675
  */
@@ -1526,6 +1677,7 @@ export declare class IoT extends IoTClient {
1526
1677
  listIndices(args: ListIndicesCommandInput, cb: (err: any, data?: ListIndicesCommandOutput) => void): void;
1527
1678
  listIndices(args: ListIndicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIndicesCommandOutput) => void): void;
1528
1679
  /**
1680
+ * @public
1529
1681
  * <p>Lists the job executions for a job.</p>
1530
1682
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobExecutionsForJob</a> action.</p>
1531
1683
  */
@@ -1533,6 +1685,7 @@ export declare class IoT extends IoTClient {
1533
1685
  listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, cb: (err: any, data?: ListJobExecutionsForJobCommandOutput) => void): void;
1534
1686
  listJobExecutionsForJob(args: ListJobExecutionsForJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobExecutionsForJobCommandOutput) => void): void;
1535
1687
  /**
1688
+ * @public
1536
1689
  * <p>Lists the job executions for the specified thing.</p>
1537
1690
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobExecutionsForThing</a> action.</p>
1538
1691
  */
@@ -1540,6 +1693,7 @@ export declare class IoT extends IoTClient {
1540
1693
  listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, cb: (err: any, data?: ListJobExecutionsForThingCommandOutput) => void): void;
1541
1694
  listJobExecutionsForThing(args: ListJobExecutionsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobExecutionsForThingCommandOutput) => void): void;
1542
1695
  /**
1696
+ * @public
1543
1697
  * <p>Lists jobs.</p>
1544
1698
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobs</a> action.</p>
1545
1699
  */
@@ -1547,6 +1701,7 @@ export declare class IoT extends IoTClient {
1547
1701
  listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
1548
1702
  listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
1549
1703
  /**
1704
+ * @public
1550
1705
  * <p>Returns a list of job templates.</p>
1551
1706
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListJobTemplates</a> action.</p>
1552
1707
  */
@@ -1554,12 +1709,14 @@ export declare class IoT extends IoTClient {
1554
1709
  listJobTemplates(args: ListJobTemplatesCommandInput, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
1555
1710
  listJobTemplates(args: ListJobTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
1556
1711
  /**
1712
+ * @public
1557
1713
  * <p>Returns a list of managed job templates.</p>
1558
1714
  */
1559
1715
  listManagedJobTemplates(args: ListManagedJobTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedJobTemplatesCommandOutput>;
1560
1716
  listManagedJobTemplates(args: ListManagedJobTemplatesCommandInput, cb: (err: any, data?: ListManagedJobTemplatesCommandOutput) => void): void;
1561
1717
  listManagedJobTemplates(args: ListManagedJobTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedJobTemplatesCommandOutput) => void): void;
1562
1718
  /**
1719
+ * @public
1563
1720
  * <p>Lists the values reported for an IoT Device Defender metric (device-side metric, cloud-side metric, or custom metric)
1564
1721
  * by the given thing during the specified time period.</p>
1565
1722
  */
@@ -1567,6 +1724,7 @@ export declare class IoT extends IoTClient {
1567
1724
  listMetricValues(args: ListMetricValuesCommandInput, cb: (err: any, data?: ListMetricValuesCommandOutput) => void): void;
1568
1725
  listMetricValues(args: ListMetricValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMetricValuesCommandOutput) => void): void;
1569
1726
  /**
1727
+ * @public
1570
1728
  * <p>Gets a list of all mitigation actions that match the specified filter criteria.</p>
1571
1729
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListMitigationActions</a> action.</p>
1572
1730
  */
@@ -1574,6 +1732,7 @@ export declare class IoT extends IoTClient {
1574
1732
  listMitigationActions(args: ListMitigationActionsCommandInput, cb: (err: any, data?: ListMitigationActionsCommandOutput) => void): void;
1575
1733
  listMitigationActions(args: ListMitigationActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMitigationActionsCommandOutput) => void): void;
1576
1734
  /**
1735
+ * @public
1577
1736
  * <p>Lists OTA updates.</p>
1578
1737
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListOTAUpdates</a> action.</p>
1579
1738
  */
@@ -1581,6 +1740,7 @@ export declare class IoT extends IoTClient {
1581
1740
  listOTAUpdates(args: ListOTAUpdatesCommandInput, cb: (err: any, data?: ListOTAUpdatesCommandOutput) => void): void;
1582
1741
  listOTAUpdates(args: ListOTAUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOTAUpdatesCommandOutput) => void): void;
1583
1742
  /**
1743
+ * @public
1584
1744
  * <p>Lists certificates that are being transferred but not yet accepted.</p>
1585
1745
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListOutgoingCertificates</a> action.</p>
1586
1746
  */
@@ -1588,6 +1748,7 @@ export declare class IoT extends IoTClient {
1588
1748
  listOutgoingCertificates(args: ListOutgoingCertificatesCommandInput, cb: (err: any, data?: ListOutgoingCertificatesCommandOutput) => void): void;
1589
1749
  listOutgoingCertificates(args: ListOutgoingCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutgoingCertificatesCommandOutput) => void): void;
1590
1750
  /**
1751
+ * @public
1591
1752
  * <p>Lists your policies.</p>
1592
1753
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPolicies</a> action.</p>
1593
1754
  */
@@ -1595,6 +1756,7 @@ export declare class IoT extends IoTClient {
1595
1756
  listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
1596
1757
  listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
1597
1758
  /**
1759
+ * @public
1598
1760
  * @deprecated
1599
1761
  *
1600
1762
  * <p>Lists the principals associated with the specified policy.</p>
@@ -1607,6 +1769,7 @@ export declare class IoT extends IoTClient {
1607
1769
  listPolicyPrincipals(args: ListPolicyPrincipalsCommandInput, cb: (err: any, data?: ListPolicyPrincipalsCommandOutput) => void): void;
1608
1770
  listPolicyPrincipals(args: ListPolicyPrincipalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyPrincipalsCommandOutput) => void): void;
1609
1771
  /**
1772
+ * @public
1610
1773
  * <p>Lists the versions of the specified policy and identifies the default
1611
1774
  * version.</p>
1612
1775
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPolicyVersions</a> action.</p>
@@ -1615,6 +1778,7 @@ export declare class IoT extends IoTClient {
1615
1778
  listPolicyVersions(args: ListPolicyVersionsCommandInput, cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void): void;
1616
1779
  listPolicyVersions(args: ListPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void): void;
1617
1780
  /**
1781
+ * @public
1618
1782
  * @deprecated
1619
1783
  *
1620
1784
  * <p>Lists the policies attached to the specified principal. If you use an Cognito
@@ -1628,6 +1792,7 @@ export declare class IoT extends IoTClient {
1628
1792
  listPrincipalPolicies(args: ListPrincipalPoliciesCommandInput, cb: (err: any, data?: ListPrincipalPoliciesCommandOutput) => void): void;
1629
1793
  listPrincipalPolicies(args: ListPrincipalPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrincipalPoliciesCommandOutput) => void): void;
1630
1794
  /**
1795
+ * @public
1631
1796
  * <p>Lists the things associated with the specified principal. A principal can be X.509
1632
1797
  * certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
1633
1798
  * identities. </p>
@@ -1637,6 +1802,7 @@ export declare class IoT extends IoTClient {
1637
1802
  listPrincipalThings(args: ListPrincipalThingsCommandInput, cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void): void;
1638
1803
  listPrincipalThings(args: ListPrincipalThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void): void;
1639
1804
  /**
1805
+ * @public
1640
1806
  * <p>Lists the provisioning templates in your Amazon Web Services account.</p>
1641
1807
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListProvisioningTemplates</a> action.</p>
1642
1808
  */
@@ -1644,6 +1810,7 @@ export declare class IoT extends IoTClient {
1644
1810
  listProvisioningTemplates(args: ListProvisioningTemplatesCommandInput, cb: (err: any, data?: ListProvisioningTemplatesCommandOutput) => void): void;
1645
1811
  listProvisioningTemplates(args: ListProvisioningTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisioningTemplatesCommandOutput) => void): void;
1646
1812
  /**
1813
+ * @public
1647
1814
  * <p>A list of provisioning template versions.</p>
1648
1815
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListProvisioningTemplateVersions</a> action.</p>
1649
1816
  */
@@ -1651,6 +1818,7 @@ export declare class IoT extends IoTClient {
1651
1818
  listProvisioningTemplateVersions(args: ListProvisioningTemplateVersionsCommandInput, cb: (err: any, data?: ListProvisioningTemplateVersionsCommandOutput) => void): void;
1652
1819
  listProvisioningTemplateVersions(args: ListProvisioningTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisioningTemplateVersionsCommandOutput) => void): void;
1653
1820
  /**
1821
+ * @public
1654
1822
  * <p>The related resources of an Audit finding.
1655
1823
  * The following resources can be returned from calling this API:</p>
1656
1824
  * <ul>
@@ -1693,6 +1861,7 @@ export declare class IoT extends IoTClient {
1693
1861
  listRelatedResourcesForAuditFinding(args: ListRelatedResourcesForAuditFindingCommandInput, cb: (err: any, data?: ListRelatedResourcesForAuditFindingCommandOutput) => void): void;
1694
1862
  listRelatedResourcesForAuditFinding(args: ListRelatedResourcesForAuditFindingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRelatedResourcesForAuditFindingCommandOutput) => void): void;
1695
1863
  /**
1864
+ * @public
1696
1865
  * <p>Lists the role aliases registered in your account.</p>
1697
1866
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListRoleAliases</a> action.</p>
1698
1867
  */
@@ -1700,6 +1869,7 @@ export declare class IoT extends IoTClient {
1700
1869
  listRoleAliases(args: ListRoleAliasesCommandInput, cb: (err: any, data?: ListRoleAliasesCommandOutput) => void): void;
1701
1870
  listRoleAliases(args: ListRoleAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoleAliasesCommandOutput) => void): void;
1702
1871
  /**
1872
+ * @public
1703
1873
  * <p>Lists all of your scheduled audits.</p>
1704
1874
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListScheduledAudits</a> action.</p>
1705
1875
  */
@@ -1707,6 +1877,7 @@ export declare class IoT extends IoTClient {
1707
1877
  listScheduledAudits(args: ListScheduledAuditsCommandInput, cb: (err: any, data?: ListScheduledAuditsCommandOutput) => void): void;
1708
1878
  listScheduledAudits(args: ListScheduledAuditsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScheduledAuditsCommandOutput) => void): void;
1709
1879
  /**
1880
+ * @public
1710
1881
  * <p>Lists the Device Defender security profiles
1711
1882
  * you've
1712
1883
  * created. You can filter security profiles by dimension or custom metric.</p>
@@ -1720,6 +1891,7 @@ export declare class IoT extends IoTClient {
1720
1891
  listSecurityProfiles(args: ListSecurityProfilesCommandInput, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
1721
1892
  listSecurityProfiles(args: ListSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
1722
1893
  /**
1894
+ * @public
1723
1895
  * <p>Lists the Device Defender security profiles attached to a target (thing group).</p>
1724
1896
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSecurityProfilesForTarget</a> action.</p>
1725
1897
  */
@@ -1727,6 +1899,7 @@ export declare class IoT extends IoTClient {
1727
1899
  listSecurityProfilesForTarget(args: ListSecurityProfilesForTargetCommandInput, cb: (err: any, data?: ListSecurityProfilesForTargetCommandOutput) => void): void;
1728
1900
  listSecurityProfilesForTarget(args: ListSecurityProfilesForTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesForTargetCommandOutput) => void): void;
1729
1901
  /**
1902
+ * @public
1730
1903
  * <p>Lists all of the streams in your Amazon Web Services account.</p>
1731
1904
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListStreams</a> action.</p>
1732
1905
  */
@@ -1734,6 +1907,7 @@ export declare class IoT extends IoTClient {
1734
1907
  listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
1735
1908
  listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
1736
1909
  /**
1910
+ * @public
1737
1911
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
1738
1912
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTagsForResource</a> action.</p>
1739
1913
  */
@@ -1741,6 +1915,7 @@ export declare class IoT extends IoTClient {
1741
1915
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1742
1916
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1743
1917
  /**
1918
+ * @public
1744
1919
  * <p>List targets for the specified policy.</p>
1745
1920
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTargetsForPolicy</a> action.</p>
1746
1921
  */
@@ -1748,6 +1923,7 @@ export declare class IoT extends IoTClient {
1748
1923
  listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
1749
1924
  listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
1750
1925
  /**
1926
+ * @public
1751
1927
  * <p>Lists the targets (thing groups) associated with a given Device Defender security profile.</p>
1752
1928
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTargetsForSecurityProfile</a> action.</p>
1753
1929
  */
@@ -1755,6 +1931,7 @@ export declare class IoT extends IoTClient {
1755
1931
  listTargetsForSecurityProfile(args: ListTargetsForSecurityProfileCommandInput, cb: (err: any, data?: ListTargetsForSecurityProfileCommandOutput) => void): void;
1756
1932
  listTargetsForSecurityProfile(args: ListTargetsForSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsForSecurityProfileCommandOutput) => void): void;
1757
1933
  /**
1934
+ * @public
1758
1935
  * <p>List the thing groups in your account.</p>
1759
1936
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingGroups</a> action.</p>
1760
1937
  */
@@ -1762,6 +1939,7 @@ export declare class IoT extends IoTClient {
1762
1939
  listThingGroups(args: ListThingGroupsCommandInput, cb: (err: any, data?: ListThingGroupsCommandOutput) => void): void;
1763
1940
  listThingGroups(args: ListThingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingGroupsCommandOutput) => void): void;
1764
1941
  /**
1942
+ * @public
1765
1943
  * <p>List the thing groups to which the specified thing belongs.</p>
1766
1944
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingGroupsForThing</a> action.</p>
1767
1945
  */
@@ -1769,6 +1947,7 @@ export declare class IoT extends IoTClient {
1769
1947
  listThingGroupsForThing(args: ListThingGroupsForThingCommandInput, cb: (err: any, data?: ListThingGroupsForThingCommandOutput) => void): void;
1770
1948
  listThingGroupsForThing(args: ListThingGroupsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingGroupsForThingCommandOutput) => void): void;
1771
1949
  /**
1950
+ * @public
1772
1951
  * <p>Lists the principals associated with the specified thing. A principal can be X.509
1773
1952
  * certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
1774
1953
  * identities.</p>
@@ -1778,12 +1957,14 @@ export declare class IoT extends IoTClient {
1778
1957
  listThingPrincipals(args: ListThingPrincipalsCommandInput, cb: (err: any, data?: ListThingPrincipalsCommandOutput) => void): void;
1779
1958
  listThingPrincipals(args: ListThingPrincipalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingPrincipalsCommandOutput) => void): void;
1780
1959
  /**
1960
+ * @public
1781
1961
  * <p>Information about the thing registration tasks.</p>
1782
1962
  */
1783
1963
  listThingRegistrationTaskReports(args: ListThingRegistrationTaskReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListThingRegistrationTaskReportsCommandOutput>;
1784
1964
  listThingRegistrationTaskReports(args: ListThingRegistrationTaskReportsCommandInput, cb: (err: any, data?: ListThingRegistrationTaskReportsCommandOutput) => void): void;
1785
1965
  listThingRegistrationTaskReports(args: ListThingRegistrationTaskReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingRegistrationTaskReportsCommandOutput) => void): void;
1786
1966
  /**
1967
+ * @public
1787
1968
  * <p>List bulk thing provisioning tasks.</p>
1788
1969
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingRegistrationTasks</a> action.</p>
1789
1970
  */
@@ -1791,6 +1972,7 @@ export declare class IoT extends IoTClient {
1791
1972
  listThingRegistrationTasks(args: ListThingRegistrationTasksCommandInput, cb: (err: any, data?: ListThingRegistrationTasksCommandOutput) => void): void;
1792
1973
  listThingRegistrationTasks(args: ListThingRegistrationTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingRegistrationTasksCommandOutput) => void): void;
1793
1974
  /**
1975
+ * @public
1794
1976
  * <p>Lists your things. Use the <b>attributeName</b> and <b>attributeValue</b> parameters to filter your things. For example,
1795
1977
  * calling <code>ListThings</code> with attributeName=Color and attributeValue=Red
1796
1978
  * retrieves all things in the registry that contain an attribute <b>Color</b> with the value <b>Red</b>. For more
@@ -1805,6 +1987,7 @@ export declare class IoT extends IoTClient {
1805
1987
  listThings(args: ListThingsCommandInput, cb: (err: any, data?: ListThingsCommandOutput) => void): void;
1806
1988
  listThings(args: ListThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsCommandOutput) => void): void;
1807
1989
  /**
1990
+ * @public
1808
1991
  * <p>Lists the things you have added to the given billing group.</p>
1809
1992
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingsInBillingGroup</a> action.</p>
1810
1993
  */
@@ -1812,6 +1995,7 @@ export declare class IoT extends IoTClient {
1812
1995
  listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, cb: (err: any, data?: ListThingsInBillingGroupCommandOutput) => void): void;
1813
1996
  listThingsInBillingGroup(args: ListThingsInBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsInBillingGroupCommandOutput) => void): void;
1814
1997
  /**
1998
+ * @public
1815
1999
  * <p>Lists the things in the specified group.</p>
1816
2000
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingsInThingGroup</a> action.</p>
1817
2001
  */
@@ -1819,6 +2003,7 @@ export declare class IoT extends IoTClient {
1819
2003
  listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, cb: (err: any, data?: ListThingsInThingGroupCommandOutput) => void): void;
1820
2004
  listThingsInThingGroup(args: ListThingsInThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingsInThingGroupCommandOutput) => void): void;
1821
2005
  /**
2006
+ * @public
1822
2007
  * <p>Lists the existing thing types.</p>
1823
2008
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingTypes</a> action.</p>
1824
2009
  */
@@ -1826,6 +2011,7 @@ export declare class IoT extends IoTClient {
1826
2011
  listThingTypes(args: ListThingTypesCommandInput, cb: (err: any, data?: ListThingTypesCommandOutput) => void): void;
1827
2012
  listThingTypes(args: ListThingTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThingTypesCommandOutput) => void): void;
1828
2013
  /**
2014
+ * @public
1829
2015
  * <p>Lists all the topic rule destinations in your Amazon Web Services account.</p>
1830
2016
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTopicRuleDestinations</a> action.</p>
1831
2017
  */
@@ -1833,6 +2019,7 @@ export declare class IoT extends IoTClient {
1833
2019
  listTopicRuleDestinations(args: ListTopicRuleDestinationsCommandInput, cb: (err: any, data?: ListTopicRuleDestinationsCommandOutput) => void): void;
1834
2020
  listTopicRuleDestinations(args: ListTopicRuleDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicRuleDestinationsCommandOutput) => void): void;
1835
2021
  /**
2022
+ * @public
1836
2023
  * <p>Lists the rules for the specific topic.</p>
1837
2024
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTopicRules</a> action.</p>
1838
2025
  */
@@ -1840,6 +2027,7 @@ export declare class IoT extends IoTClient {
1840
2027
  listTopicRules(args: ListTopicRulesCommandInput, cb: (err: any, data?: ListTopicRulesCommandOutput) => void): void;
1841
2028
  listTopicRules(args: ListTopicRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicRulesCommandOutput) => void): void;
1842
2029
  /**
2030
+ * @public
1843
2031
  * <p>Lists logging levels.</p>
1844
2032
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListV2LoggingLevels</a> action.</p>
1845
2033
  */
@@ -1847,6 +2035,7 @@ export declare class IoT extends IoTClient {
1847
2035
  listV2LoggingLevels(args: ListV2LoggingLevelsCommandInput, cb: (err: any, data?: ListV2LoggingLevelsCommandOutput) => void): void;
1848
2036
  listV2LoggingLevels(args: ListV2LoggingLevelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListV2LoggingLevelsCommandOutput) => void): void;
1849
2037
  /**
2038
+ * @public
1850
2039
  * <p>Lists the Device Defender security profile violations discovered during the given time period.
1851
2040
  * You can use filters to limit the results to those alerts issued for a particular security profile,
1852
2041
  * behavior, or thing (device).</p>
@@ -1856,12 +2045,14 @@ export declare class IoT extends IoTClient {
1856
2045
  listViolationEvents(args: ListViolationEventsCommandInput, cb: (err: any, data?: ListViolationEventsCommandOutput) => void): void;
1857
2046
  listViolationEvents(args: ListViolationEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListViolationEventsCommandOutput) => void): void;
1858
2047
  /**
2048
+ * @public
1859
2049
  * <p>Set a verification state and provide a description of that verification state on a violation (detect alarm).</p>
1860
2050
  */
1861
2051
  putVerificationStateOnViolation(args: PutVerificationStateOnViolationCommandInput, options?: __HttpHandlerOptions): Promise<PutVerificationStateOnViolationCommandOutput>;
1862
2052
  putVerificationStateOnViolation(args: PutVerificationStateOnViolationCommandInput, cb: (err: any, data?: PutVerificationStateOnViolationCommandOutput) => void): void;
1863
2053
  putVerificationStateOnViolation(args: PutVerificationStateOnViolationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVerificationStateOnViolationCommandOutput) => void): void;
1864
2054
  /**
2055
+ * @public
1865
2056
  * <p>Registers a CA certificate with Amazon Web Services IoT Core. There is no limit to the number of CA
1866
2057
  * certificates you can register in your Amazon Web Services account. You can register up to 10 CA
1867
2058
  * certificates with the same <code>CA subject field</code> per Amazon Web Services account.</p>
@@ -1871,6 +2062,7 @@ export declare class IoT extends IoTClient {
1871
2062
  registerCACertificate(args: RegisterCACertificateCommandInput, cb: (err: any, data?: RegisterCACertificateCommandOutput) => void): void;
1872
2063
  registerCACertificate(args: RegisterCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCACertificateCommandOutput) => void): void;
1873
2064
  /**
2065
+ * @public
1874
2066
  * <p>Registers a device certificate with IoT in the same <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_CertificateDescription.html#iot-Type-CertificateDescription-certificateMode">certificate mode</a> as the signing CA. If you have more than one CA certificate that has the same subject field, you must
1875
2067
  * specify the CA certificate that was used to sign the device certificate being
1876
2068
  * registered.</p>
@@ -1880,6 +2072,7 @@ export declare class IoT extends IoTClient {
1880
2072
  registerCertificate(args: RegisterCertificateCommandInput, cb: (err: any, data?: RegisterCertificateCommandOutput) => void): void;
1881
2073
  registerCertificate(args: RegisterCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCertificateCommandOutput) => void): void;
1882
2074
  /**
2075
+ * @public
1883
2076
  * <p>Register a certificate that does not have a certificate authority (CA).
1884
2077
  * For supported certificates, consult <a href="https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#x509-cert-algorithms">
1885
2078
  * Certificate signing algorithms supported by IoT</a>.
@@ -1889,6 +2082,7 @@ export declare class IoT extends IoTClient {
1889
2082
  registerCertificateWithoutCA(args: RegisterCertificateWithoutCACommandInput, cb: (err: any, data?: RegisterCertificateWithoutCACommandOutput) => void): void;
1890
2083
  registerCertificateWithoutCA(args: RegisterCertificateWithoutCACommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCertificateWithoutCACommandOutput) => void): void;
1891
2084
  /**
2085
+ * @public
1892
2086
  * <p>Provisions a thing in the device registry. RegisterThing calls other IoT control
1893
2087
  * plane APIs. These calls might exceed your account level <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_iot">
1894
2088
  * IoT Throttling Limits</a> and cause throttle errors. Please contact <a href="https://console.aws.amazon.com/support/home">Amazon Web Services Customer Support</a> to raise
@@ -1899,6 +2093,7 @@ export declare class IoT extends IoTClient {
1899
2093
  registerThing(args: RegisterThingCommandInput, cb: (err: any, data?: RegisterThingCommandOutput) => void): void;
1900
2094
  registerThing(args: RegisterThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterThingCommandOutput) => void): void;
1901
2095
  /**
2096
+ * @public
1902
2097
  * <p>Rejects a pending certificate transfer. After IoT rejects a certificate transfer,
1903
2098
  * the certificate status changes from <b>PENDING_TRANSFER</b> to
1904
2099
  * <b>INACTIVE</b>.</p>
@@ -1912,6 +2107,7 @@ export declare class IoT extends IoTClient {
1912
2107
  rejectCertificateTransfer(args: RejectCertificateTransferCommandInput, cb: (err: any, data?: RejectCertificateTransferCommandOutput) => void): void;
1913
2108
  rejectCertificateTransfer(args: RejectCertificateTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectCertificateTransferCommandOutput) => void): void;
1914
2109
  /**
2110
+ * @public
1915
2111
  * <p>Removes the given thing from the billing group.</p>
1916
2112
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RemoveThingFromBillingGroup</a> action.</p>
1917
2113
  * <note>
@@ -1922,6 +2118,7 @@ export declare class IoT extends IoTClient {
1922
2118
  removeThingFromBillingGroup(args: RemoveThingFromBillingGroupCommandInput, cb: (err: any, data?: RemoveThingFromBillingGroupCommandOutput) => void): void;
1923
2119
  removeThingFromBillingGroup(args: RemoveThingFromBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveThingFromBillingGroupCommandOutput) => void): void;
1924
2120
  /**
2121
+ * @public
1925
2122
  * <p>Remove the specified thing from the specified group.</p>
1926
2123
  * <p>You must specify either a <code>thingGroupArn</code> or a
1927
2124
  * <code>thingGroupName</code> to identify the thing group and
@@ -1934,6 +2131,7 @@ export declare class IoT extends IoTClient {
1934
2131
  removeThingFromThingGroup(args: RemoveThingFromThingGroupCommandInput, cb: (err: any, data?: RemoveThingFromThingGroupCommandOutput) => void): void;
1935
2132
  removeThingFromThingGroup(args: RemoveThingFromThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveThingFromThingGroupCommandOutput) => void): void;
1936
2133
  /**
2134
+ * @public
1937
2135
  * <p>Replaces the rule. You must specify all parameters for the new rule. Creating rules
1938
2136
  * is an administrator-level action. Any user who has permission to create rules will be able
1939
2137
  * to access data processed by the rule.</p>
@@ -1943,6 +2141,7 @@ export declare class IoT extends IoTClient {
1943
2141
  replaceTopicRule(args: ReplaceTopicRuleCommandInput, cb: (err: any, data?: ReplaceTopicRuleCommandOutput) => void): void;
1944
2142
  replaceTopicRule(args: ReplaceTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReplaceTopicRuleCommandOutput) => void): void;
1945
2143
  /**
2144
+ * @public
1946
2145
  * <p>The query search index.</p>
1947
2146
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SearchIndex</a> action.</p>
1948
2147
  */
@@ -1950,6 +2149,7 @@ export declare class IoT extends IoTClient {
1950
2149
  searchIndex(args: SearchIndexCommandInput, cb: (err: any, data?: SearchIndexCommandOutput) => void): void;
1951
2150
  searchIndex(args: SearchIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchIndexCommandOutput) => void): void;
1952
2151
  /**
2152
+ * @public
1953
2153
  * <p>Sets the default authorizer. This will be used if a websocket connection is made
1954
2154
  * without specifying an authorizer.</p>
1955
2155
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetDefaultAuthorizer</a> action.</p>
@@ -1958,6 +2158,7 @@ export declare class IoT extends IoTClient {
1958
2158
  setDefaultAuthorizer(args: SetDefaultAuthorizerCommandInput, cb: (err: any, data?: SetDefaultAuthorizerCommandOutput) => void): void;
1959
2159
  setDefaultAuthorizer(args: SetDefaultAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetDefaultAuthorizerCommandOutput) => void): void;
1960
2160
  /**
2161
+ * @public
1961
2162
  * <p>Sets the specified version of the specified policy as the policy's default
1962
2163
  * (operative) version. This action affects all certificates to which the policy is attached.
1963
2164
  * To list the principals the policy is attached to, use the <a>ListPrincipalPolicies</a>
@@ -1968,6 +2169,7 @@ export declare class IoT extends IoTClient {
1968
2169
  setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void): void;
1969
2170
  setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void): void;
1970
2171
  /**
2172
+ * @public
1971
2173
  * <p>Sets the logging options.</p>
1972
2174
  * <p>NOTE: use of this command is not recommended. Use <code>SetV2LoggingOptions</code>
1973
2175
  * instead.</p>
@@ -1977,6 +2179,7 @@ export declare class IoT extends IoTClient {
1977
2179
  setLoggingOptions(args: SetLoggingOptionsCommandInput, cb: (err: any, data?: SetLoggingOptionsCommandOutput) => void): void;
1978
2180
  setLoggingOptions(args: SetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLoggingOptionsCommandOutput) => void): void;
1979
2181
  /**
2182
+ * @public
1980
2183
  * <p>Sets the logging level.</p>
1981
2184
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetV2LoggingLevel</a> action.</p>
1982
2185
  */
@@ -1984,6 +2187,7 @@ export declare class IoT extends IoTClient {
1984
2187
  setV2LoggingLevel(args: SetV2LoggingLevelCommandInput, cb: (err: any, data?: SetV2LoggingLevelCommandOutput) => void): void;
1985
2188
  setV2LoggingLevel(args: SetV2LoggingLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetV2LoggingLevelCommandOutput) => void): void;
1986
2189
  /**
2190
+ * @public
1987
2191
  * <p>Sets the logging options for the V2 logging service.</p>
1988
2192
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SetV2LoggingOptions</a> action.</p>
1989
2193
  */
@@ -1991,6 +2195,7 @@ export declare class IoT extends IoTClient {
1991
2195
  setV2LoggingOptions(args: SetV2LoggingOptionsCommandInput, cb: (err: any, data?: SetV2LoggingOptionsCommandOutput) => void): void;
1992
2196
  setV2LoggingOptions(args: SetV2LoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetV2LoggingOptionsCommandOutput) => void): void;
1993
2197
  /**
2198
+ * @public
1994
2199
  * <p>Starts a task that applies a set of mitigation actions to the specified target.</p>
1995
2200
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartAuditMitigationActionsTask</a> action.</p>
1996
2201
  */
@@ -1998,6 +2203,7 @@ export declare class IoT extends IoTClient {
1998
2203
  startAuditMitigationActionsTask(args: StartAuditMitigationActionsTaskCommandInput, cb: (err: any, data?: StartAuditMitigationActionsTaskCommandOutput) => void): void;
1999
2204
  startAuditMitigationActionsTask(args: StartAuditMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAuditMitigationActionsTaskCommandOutput) => void): void;
2000
2205
  /**
2206
+ * @public
2001
2207
  * <p>
2002
2208
  * Starts a Device Defender ML Detect mitigation actions task.
2003
2209
  * </p>
@@ -2007,6 +2213,7 @@ export declare class IoT extends IoTClient {
2007
2213
  startDetectMitigationActionsTask(args: StartDetectMitigationActionsTaskCommandInput, cb: (err: any, data?: StartDetectMitigationActionsTaskCommandOutput) => void): void;
2008
2214
  startDetectMitigationActionsTask(args: StartDetectMitigationActionsTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDetectMitigationActionsTaskCommandOutput) => void): void;
2009
2215
  /**
2216
+ * @public
2010
2217
  * <p>Starts an on-demand Device Defender audit.</p>
2011
2218
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartOnDemandAuditTask</a> action.</p>
2012
2219
  */
@@ -2014,6 +2221,7 @@ export declare class IoT extends IoTClient {
2014
2221
  startOnDemandAuditTask(args: StartOnDemandAuditTaskCommandInput, cb: (err: any, data?: StartOnDemandAuditTaskCommandOutput) => void): void;
2015
2222
  startOnDemandAuditTask(args: StartOnDemandAuditTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOnDemandAuditTaskCommandOutput) => void): void;
2016
2223
  /**
2224
+ * @public
2017
2225
  * <p>Creates a bulk thing provisioning task.</p>
2018
2226
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartThingRegistrationTask</a> action.</p>
2019
2227
  */
@@ -2021,6 +2229,7 @@ export declare class IoT extends IoTClient {
2021
2229
  startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, cb: (err: any, data?: StartThingRegistrationTaskCommandOutput) => void): void;
2022
2230
  startThingRegistrationTask(args: StartThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartThingRegistrationTaskCommandOutput) => void): void;
2023
2231
  /**
2232
+ * @public
2024
2233
  * <p>Cancels a bulk thing provisioning task.</p>
2025
2234
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StopThingRegistrationTask</a> action.</p>
2026
2235
  */
@@ -2028,6 +2237,7 @@ export declare class IoT extends IoTClient {
2028
2237
  stopThingRegistrationTask(args: StopThingRegistrationTaskCommandInput, cb: (err: any, data?: StopThingRegistrationTaskCommandOutput) => void): void;
2029
2238
  stopThingRegistrationTask(args: StopThingRegistrationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopThingRegistrationTaskCommandOutput) => void): void;
2030
2239
  /**
2240
+ * @public
2031
2241
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
2032
2242
  * used to manage a resource.</p>
2033
2243
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TagResource</a> action.</p>
@@ -2036,6 +2246,7 @@ export declare class IoT extends IoTClient {
2036
2246
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
2037
2247
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
2038
2248
  /**
2249
+ * @public
2039
2250
  * <p>Tests if a specified principal is authorized to perform an IoT action on a
2040
2251
  * specified resource. Use this to test and debug the authorization behavior of devices that
2041
2252
  * connect to the IoT device gateway.</p>
@@ -2045,6 +2256,7 @@ export declare class IoT extends IoTClient {
2045
2256
  testAuthorization(args: TestAuthorizationCommandInput, cb: (err: any, data?: TestAuthorizationCommandOutput) => void): void;
2046
2257
  testAuthorization(args: TestAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestAuthorizationCommandOutput) => void): void;
2047
2258
  /**
2259
+ * @public
2048
2260
  * <p>Tests a custom authorization behavior by invoking a specified custom authorizer. Use
2049
2261
  * this to test and debug the custom authorization behavior of devices that connect to the IoT
2050
2262
  * device gateway.</p>
@@ -2054,6 +2266,7 @@ export declare class IoT extends IoTClient {
2054
2266
  testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void): void;
2055
2267
  testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void): void;
2056
2268
  /**
2269
+ * @public
2057
2270
  * <p>Transfers the specified certificate to the specified Amazon Web Services account.</p>
2058
2271
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TransferCertificate</a> action.</p>
2059
2272
  * <p>You can cancel the transfer until it is acknowledged by the recipient.</p>
@@ -2068,6 +2281,7 @@ export declare class IoT extends IoTClient {
2068
2281
  transferCertificate(args: TransferCertificateCommandInput, cb: (err: any, data?: TransferCertificateCommandOutput) => void): void;
2069
2282
  transferCertificate(args: TransferCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TransferCertificateCommandOutput) => void): void;
2070
2283
  /**
2284
+ * @public
2071
2285
  * <p>Removes the given tags (metadata) from the resource.</p>
2072
2286
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UntagResource</a> action.</p>
2073
2287
  */
@@ -2075,6 +2289,7 @@ export declare class IoT extends IoTClient {
2075
2289
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
2076
2290
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
2077
2291
  /**
2292
+ * @public
2078
2293
  * <p>Configures or reconfigures the Device Defender audit settings for this account.
2079
2294
  * Settings include how audit notifications are sent and which audit checks are
2080
2295
  * enabled or disabled.</p>
@@ -2084,6 +2299,7 @@ export declare class IoT extends IoTClient {
2084
2299
  updateAccountAuditConfiguration(args: UpdateAccountAuditConfigurationCommandInput, cb: (err: any, data?: UpdateAccountAuditConfigurationCommandOutput) => void): void;
2085
2300
  updateAccountAuditConfiguration(args: UpdateAccountAuditConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountAuditConfigurationCommandOutput) => void): void;
2086
2301
  /**
2302
+ * @public
2087
2303
  * <p>
2088
2304
  * Updates a Device Defender audit suppression.
2089
2305
  * </p>
@@ -2092,6 +2308,7 @@ export declare class IoT extends IoTClient {
2092
2308
  updateAuditSuppression(args: UpdateAuditSuppressionCommandInput, cb: (err: any, data?: UpdateAuditSuppressionCommandOutput) => void): void;
2093
2309
  updateAuditSuppression(args: UpdateAuditSuppressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuditSuppressionCommandOutput) => void): void;
2094
2310
  /**
2311
+ * @public
2095
2312
  * <p>Updates an authorizer.</p>
2096
2313
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateAuthorizer</a> action.</p>
2097
2314
  */
@@ -2099,6 +2316,7 @@ export declare class IoT extends IoTClient {
2099
2316
  updateAuthorizer(args: UpdateAuthorizerCommandInput, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
2100
2317
  updateAuthorizer(args: UpdateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
2101
2318
  /**
2319
+ * @public
2102
2320
  * <p>Updates information about the billing group.</p>
2103
2321
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateBillingGroup</a> action.</p>
2104
2322
  */
@@ -2106,6 +2324,7 @@ export declare class IoT extends IoTClient {
2106
2324
  updateBillingGroup(args: UpdateBillingGroupCommandInput, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
2107
2325
  updateBillingGroup(args: UpdateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
2108
2326
  /**
2327
+ * @public
2109
2328
  * <p>Updates a registered CA certificate.</p>
2110
2329
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateCACertificate</a> action.</p>
2111
2330
  */
@@ -2113,6 +2332,7 @@ export declare class IoT extends IoTClient {
2113
2332
  updateCACertificate(args: UpdateCACertificateCommandInput, cb: (err: any, data?: UpdateCACertificateCommandOutput) => void): void;
2114
2333
  updateCACertificate(args: UpdateCACertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCACertificateCommandOutput) => void): void;
2115
2334
  /**
2335
+ * @public
2116
2336
  * <p>Updates the status of the specified certificate. This operation is
2117
2337
  * idempotent.</p>
2118
2338
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateCertificate</a> action.</p>
@@ -2126,6 +2346,7 @@ export declare class IoT extends IoTClient {
2126
2346
  updateCertificate(args: UpdateCertificateCommandInput, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
2127
2347
  updateCertificate(args: UpdateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
2128
2348
  /**
2349
+ * @public
2129
2350
  * <p>Updates a
2130
2351
  * Device Defender detect custom metric. </p>
2131
2352
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateCustomMetric</a> action.</p>
@@ -2134,6 +2355,7 @@ export declare class IoT extends IoTClient {
2134
2355
  updateCustomMetric(args: UpdateCustomMetricCommandInput, cb: (err: any, data?: UpdateCustomMetricCommandOutput) => void): void;
2135
2356
  updateCustomMetric(args: UpdateCustomMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomMetricCommandOutput) => void): void;
2136
2357
  /**
2358
+ * @public
2137
2359
  * <p>Updates the definition for a dimension. You
2138
2360
  * cannot
2139
2361
  * change the type of a dimension after
@@ -2146,6 +2368,7 @@ export declare class IoT extends IoTClient {
2146
2368
  updateDimension(args: UpdateDimensionCommandInput, cb: (err: any, data?: UpdateDimensionCommandOutput) => void): void;
2147
2369
  updateDimension(args: UpdateDimensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDimensionCommandOutput) => void): void;
2148
2370
  /**
2371
+ * @public
2149
2372
  * <p>Updates values stored in the domain configuration. Domain configurations for default
2150
2373
  * endpoints can't be updated.</p>
2151
2374
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateDomainConfiguration</a> action.</p>
@@ -2154,6 +2377,7 @@ export declare class IoT extends IoTClient {
2154
2377
  updateDomainConfiguration(args: UpdateDomainConfigurationCommandInput, cb: (err: any, data?: UpdateDomainConfigurationCommandOutput) => void): void;
2155
2378
  updateDomainConfiguration(args: UpdateDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainConfigurationCommandOutput) => void): void;
2156
2379
  /**
2380
+ * @public
2157
2381
  * <p>Updates a dynamic thing group.</p>
2158
2382
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateDynamicThingGroup</a> action.</p>
2159
2383
  */
@@ -2161,6 +2385,7 @@ export declare class IoT extends IoTClient {
2161
2385
  updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
2162
2386
  updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
2163
2387
  /**
2388
+ * @public
2164
2389
  * <p>Updates the event configurations.</p>
2165
2390
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateEventConfigurations</a> action.</p>
2166
2391
  */
@@ -2168,6 +2393,7 @@ export declare class IoT extends IoTClient {
2168
2393
  updateEventConfigurations(args: UpdateEventConfigurationsCommandInput, cb: (err: any, data?: UpdateEventConfigurationsCommandOutput) => void): void;
2169
2394
  updateEventConfigurations(args: UpdateEventConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventConfigurationsCommandOutput) => void): void;
2170
2395
  /**
2396
+ * @public
2171
2397
  * <p>Updates the data for a fleet metric.</p>
2172
2398
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateFleetMetric</a> action.</p>
2173
2399
  */
@@ -2175,6 +2401,7 @@ export declare class IoT extends IoTClient {
2175
2401
  updateFleetMetric(args: UpdateFleetMetricCommandInput, cb: (err: any, data?: UpdateFleetMetricCommandOutput) => void): void;
2176
2402
  updateFleetMetric(args: UpdateFleetMetricCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetMetricCommandOutput) => void): void;
2177
2403
  /**
2404
+ * @public
2178
2405
  * <p>Updates the search configuration.</p>
2179
2406
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateIndexingConfiguration</a> action.</p>
2180
2407
  */
@@ -2182,6 +2409,7 @@ export declare class IoT extends IoTClient {
2182
2409
  updateIndexingConfiguration(args: UpdateIndexingConfigurationCommandInput, cb: (err: any, data?: UpdateIndexingConfigurationCommandOutput) => void): void;
2183
2410
  updateIndexingConfiguration(args: UpdateIndexingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIndexingConfigurationCommandOutput) => void): void;
2184
2411
  /**
2412
+ * @public
2185
2413
  * <p>Updates supported fields of the specified job.</p>
2186
2414
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateJob</a> action.</p>
2187
2415
  */
@@ -2189,6 +2417,7 @@ export declare class IoT extends IoTClient {
2189
2417
  updateJob(args: UpdateJobCommandInput, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
2190
2418
  updateJob(args: UpdateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
2191
2419
  /**
2420
+ * @public
2192
2421
  * <p>Updates the definition for the specified mitigation action.</p>
2193
2422
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateMitigationAction</a> action.</p>
2194
2423
  */
@@ -2196,6 +2425,7 @@ export declare class IoT extends IoTClient {
2196
2425
  updateMitigationAction(args: UpdateMitigationActionCommandInput, cb: (err: any, data?: UpdateMitigationActionCommandOutput) => void): void;
2197
2426
  updateMitigationAction(args: UpdateMitigationActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMitigationActionCommandOutput) => void): void;
2198
2427
  /**
2428
+ * @public
2199
2429
  * <p>Updates a provisioning template.</p>
2200
2430
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateProvisioningTemplate</a> action.</p>
2201
2431
  */
@@ -2203,6 +2433,7 @@ export declare class IoT extends IoTClient {
2203
2433
  updateProvisioningTemplate(args: UpdateProvisioningTemplateCommandInput, cb: (err: any, data?: UpdateProvisioningTemplateCommandOutput) => void): void;
2204
2434
  updateProvisioningTemplate(args: UpdateProvisioningTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProvisioningTemplateCommandOutput) => void): void;
2205
2435
  /**
2436
+ * @public
2206
2437
  * <p>Updates a role alias.</p>
2207
2438
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateRoleAlias</a> action.</p>
2208
2439
  */
@@ -2210,6 +2441,7 @@ export declare class IoT extends IoTClient {
2210
2441
  updateRoleAlias(args: UpdateRoleAliasCommandInput, cb: (err: any, data?: UpdateRoleAliasCommandOutput) => void): void;
2211
2442
  updateRoleAlias(args: UpdateRoleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoleAliasCommandOutput) => void): void;
2212
2443
  /**
2444
+ * @public
2213
2445
  * <p>Updates a scheduled audit, including which checks are performed and
2214
2446
  * how often the audit takes place.</p>
2215
2447
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateScheduledAudit</a> action.</p>
@@ -2218,6 +2450,7 @@ export declare class IoT extends IoTClient {
2218
2450
  updateScheduledAudit(args: UpdateScheduledAuditCommandInput, cb: (err: any, data?: UpdateScheduledAuditCommandOutput) => void): void;
2219
2451
  updateScheduledAudit(args: UpdateScheduledAuditCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateScheduledAuditCommandOutput) => void): void;
2220
2452
  /**
2453
+ * @public
2221
2454
  * <p>Updates a Device Defender security profile.</p>
2222
2455
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateSecurityProfile</a> action.</p>
2223
2456
  */
@@ -2225,6 +2458,7 @@ export declare class IoT extends IoTClient {
2225
2458
  updateSecurityProfile(args: UpdateSecurityProfileCommandInput, cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void): void;
2226
2459
  updateSecurityProfile(args: UpdateSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void): void;
2227
2460
  /**
2461
+ * @public
2228
2462
  * <p>Updates an existing stream. The stream version will be incremented by one.</p>
2229
2463
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateStream</a> action.</p>
2230
2464
  */
@@ -2232,6 +2466,7 @@ export declare class IoT extends IoTClient {
2232
2466
  updateStream(args: UpdateStreamCommandInput, cb: (err: any, data?: UpdateStreamCommandOutput) => void): void;
2233
2467
  updateStream(args: UpdateStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamCommandOutput) => void): void;
2234
2468
  /**
2469
+ * @public
2235
2470
  * <p>Updates the data for a thing.</p>
2236
2471
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateThing</a> action.</p>
2237
2472
  */
@@ -2239,6 +2474,7 @@ export declare class IoT extends IoTClient {
2239
2474
  updateThing(args: UpdateThingCommandInput, cb: (err: any, data?: UpdateThingCommandOutput) => void): void;
2240
2475
  updateThing(args: UpdateThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingCommandOutput) => void): void;
2241
2476
  /**
2477
+ * @public
2242
2478
  * <p>Update a thing group.</p>
2243
2479
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateThingGroup</a> action.</p>
2244
2480
  */
@@ -2246,6 +2482,7 @@ export declare class IoT extends IoTClient {
2246
2482
  updateThingGroup(args: UpdateThingGroupCommandInput, cb: (err: any, data?: UpdateThingGroupCommandOutput) => void): void;
2247
2483
  updateThingGroup(args: UpdateThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingGroupCommandOutput) => void): void;
2248
2484
  /**
2485
+ * @public
2249
2486
  * <p>Updates the groups to which the thing belongs.</p>
2250
2487
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateThingGroupsForThing</a> action.</p>
2251
2488
  */
@@ -2253,6 +2490,7 @@ export declare class IoT extends IoTClient {
2253
2490
  updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, cb: (err: any, data?: UpdateThingGroupsForThingCommandOutput) => void): void;
2254
2491
  updateThingGroupsForThing(args: UpdateThingGroupsForThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThingGroupsForThingCommandOutput) => void): void;
2255
2492
  /**
2493
+ * @public
2256
2494
  * <p>Updates a topic rule destination. You use this to change the status, endpoint URL, or
2257
2495
  * confirmation URL of the destination.</p>
2258
2496
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateTopicRuleDestination</a> action.</p>
@@ -2261,6 +2499,7 @@ export declare class IoT extends IoTClient {
2261
2499
  updateTopicRuleDestination(args: UpdateTopicRuleDestinationCommandInput, cb: (err: any, data?: UpdateTopicRuleDestinationCommandOutput) => void): void;
2262
2500
  updateTopicRuleDestination(args: UpdateTopicRuleDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTopicRuleDestinationCommandOutput) => void): void;
2263
2501
  /**
2502
+ * @public
2264
2503
  * <p>Validates a Device Defender security profile behaviors specification.</p>
2265
2504
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ValidateSecurityProfileBehaviors</a> action.</p>
2266
2505
  */