@aws-sdk/client-iot 3.295.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 +29 -29
@@ -1,8 +1,14 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { IoTServiceException as __BaseException } from "./IoTServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AbortAction {
4
7
  CANCEL = "CANCEL"
5
8
  }
9
+ /**
10
+ * @public
11
+ */
6
12
  export declare enum JobExecutionFailureType {
7
13
  ALL = "ALL",
8
14
  FAILED = "FAILED",
@@ -10,6 +16,7 @@ export declare enum JobExecutionFailureType {
10
16
  TIMED_OUT = "TIMED_OUT"
11
17
  }
12
18
  /**
19
+ * @public
13
20
  * <p>The criteria that determine when and how a job abort takes place.</p>
14
21
  */
15
22
  export interface AbortCriteria {
@@ -33,6 +40,7 @@ export interface AbortCriteria {
33
40
  minNumberOfExecutedThings: number | undefined;
34
41
  }
35
42
  /**
43
+ * @public
36
44
  * <p>The criteria that determine when and how a job abort takes place.</p>
37
45
  */
38
46
  export interface AbortConfig {
@@ -42,6 +50,7 @@ export interface AbortConfig {
42
50
  criteriaList: AbortCriteria[] | undefined;
43
51
  }
44
52
  /**
53
+ * @public
45
54
  * <p>The input for the AcceptCertificateTransfer operation.</p>
46
55
  */
47
56
  export interface AcceptCertificateTransferRequest {
@@ -56,6 +65,7 @@ export interface AcceptCertificateTransferRequest {
56
65
  setAsActive?: boolean;
57
66
  }
58
67
  /**
68
+ * @public
59
69
  * <p>An unexpected error has occurred.</p>
60
70
  */
61
71
  export declare class InternalFailureException extends __BaseException {
@@ -67,6 +77,7 @@ export declare class InternalFailureException extends __BaseException {
67
77
  constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
68
78
  }
69
79
  /**
80
+ * @public
70
81
  * <p>The request is not valid.</p>
71
82
  */
72
83
  export declare class InvalidRequestException extends __BaseException {
@@ -78,6 +89,7 @@ export declare class InvalidRequestException extends __BaseException {
78
89
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
79
90
  }
80
91
  /**
92
+ * @public
81
93
  * <p>The specified resource does not exist.</p>
82
94
  */
83
95
  export declare class ResourceNotFoundException extends __BaseException {
@@ -89,6 +101,7 @@ export declare class ResourceNotFoundException extends __BaseException {
89
101
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
90
102
  }
91
103
  /**
104
+ * @public
92
105
  * <p>The service is temporarily unavailable.</p>
93
106
  */
94
107
  export declare class ServiceUnavailableException extends __BaseException {
@@ -100,6 +113,7 @@ export declare class ServiceUnavailableException extends __BaseException {
100
113
  constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
101
114
  }
102
115
  /**
116
+ * @public
103
117
  * <p>The rate exceeds the limit.</p>
104
118
  */
105
119
  export declare class ThrottlingException extends __BaseException {
@@ -111,6 +125,7 @@ export declare class ThrottlingException extends __BaseException {
111
125
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
112
126
  }
113
127
  /**
128
+ * @public
114
129
  * <p>You can't revert the certificate transfer because the transfer is already
115
130
  * complete.</p>
116
131
  */
@@ -123,6 +138,7 @@ export declare class TransferAlreadyCompletedException extends __BaseException {
123
138
  constructor(opts: __ExceptionOptionType<TransferAlreadyCompletedException, __BaseException>);
124
139
  }
125
140
  /**
141
+ * @public
126
142
  * <p>You are not authorized to perform this operation.</p>
127
143
  */
128
144
  export declare class UnauthorizedException extends __BaseException {
@@ -134,6 +150,7 @@ export declare class UnauthorizedException extends __BaseException {
134
150
  constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
135
151
  }
136
152
  /**
153
+ * @public
137
154
  * <p>Describes an action that updates a CloudWatch alarm.</p>
138
155
  */
139
156
  export interface CloudwatchAlarmAction {
@@ -156,6 +173,7 @@ export interface CloudwatchAlarmAction {
156
173
  stateValue: string | undefined;
157
174
  }
158
175
  /**
176
+ * @public
159
177
  * <p>Describes an action that sends data to CloudWatch Logs.</p>
160
178
  */
161
179
  export interface CloudwatchLogsAction {
@@ -174,6 +192,7 @@ export interface CloudwatchLogsAction {
174
192
  batchMode?: boolean;
175
193
  }
176
194
  /**
195
+ * @public
177
196
  * <p>Describes an action that captures a CloudWatch metric.</p>
178
197
  */
179
198
  export interface CloudwatchMetricAction {
@@ -203,26 +222,30 @@ export interface CloudwatchMetricAction {
203
222
  */
204
223
  metricTimestamp?: string;
205
224
  }
225
+ /**
226
+ * @public
227
+ */
206
228
  export declare enum DynamoKeyType {
207
229
  NUMBER = "NUMBER",
208
230
  STRING = "STRING"
209
231
  }
210
232
  /**
233
+ * @public
211
234
  * <p>Describes an action to write to a DynamoDB table.</p>
212
235
  * <p>The <code>tableName</code>, <code>hashKeyField</code>, and <code>rangeKeyField</code>
213
236
  * values must match the values used when you created the table.</p>
214
237
  * <p>The <code>hashKeyValue</code> and <code>rangeKeyvalue</code> fields use a
215
238
  * substitution template syntax. These templates provide data at runtime. The syntax is as
216
- * follows: ${<i>sql-expression</i>}.</p>
239
+ * follows: $\{<i>sql-expression</i>\}.</p>
217
240
  * <p>You can specify any valid expression in a WHERE or SELECT clause, including JSON
218
241
  * properties, comparisons, calculations, and functions. For example, the following field uses
219
242
  * the third level of the topic:</p>
220
243
  * <p>
221
- * <code>"hashKeyValue": "${topic(3)}"</code>
244
+ * <code>"hashKeyValue": "$\{topic(3)\}"</code>
222
245
  * </p>
223
246
  * <p>The following field uses the timestamp:</p>
224
247
  * <p>
225
- * <code>"rangeKeyValue": "${timestamp()}"</code>
248
+ * <code>"rangeKeyValue": "$\{timestamp()\}"</code>
226
249
  * </p>
227
250
  */
228
251
  export interface DynamoDBAction {
@@ -236,7 +259,7 @@ export interface DynamoDBAction {
236
259
  roleArn: string | undefined;
237
260
  /**
238
261
  * <p>The type of operation to be performed. This follows the substitution template, so it
239
- * can be <code>${operation}</code>, but the substitution must result in one of the following:
262
+ * can be <code>$\{operation\}</code>, but the substitution must result in one of the following:
240
263
  * <code>INSERT</code>, <code>UPDATE</code>, or <code>DELETE</code>.</p>
241
264
  */
242
265
  operation?: string;
@@ -270,6 +293,7 @@ export interface DynamoDBAction {
270
293
  payloadField?: string;
271
294
  }
272
295
  /**
296
+ * @public
273
297
  * <p>The input for the DynamoActionVS action that specifies the DynamoDB table to which
274
298
  * the message data will be written.</p>
275
299
  */
@@ -280,6 +304,7 @@ export interface PutItemInput {
280
304
  tableName: string | undefined;
281
305
  }
282
306
  /**
307
+ * @public
283
308
  * <p>Describes an action to write to a DynamoDB table.</p>
284
309
  * <p>This DynamoDB action writes each attribute in the message payload into it's own
285
310
  * column in the DynamoDB table.</p>
@@ -293,8 +318,8 @@ export interface DynamoDBv2Action {
293
318
  * <p>Specifies the DynamoDB table to which the message data will be written. For
294
319
  * example:</p>
295
320
  * <p>
296
- * <code>{ "dynamoDBv2": { "roleArn": "aws:iam:12341251:my-role" "putItem": { "tableName":
297
- * "my-table" } } }</code>
321
+ * <code>\{ "dynamoDBv2": \{ "roleArn": "aws:iam:12341251:my-role" "putItem": \{ "tableName":
322
+ * "my-table" \} \} \}</code>
298
323
  * </p>
299
324
  * <p>Each attribute in the message payload will be written to a separate column in the
300
325
  * DynamoDB database.</p>
@@ -302,6 +327,7 @@ export interface DynamoDBv2Action {
302
327
  putItem: PutItemInput | undefined;
303
328
  }
304
329
  /**
330
+ * @public
305
331
  * <p>Describes an action that writes data to an Amazon OpenSearch Service
306
332
  * domain.</p>
307
333
  * <note>
@@ -333,6 +359,7 @@ export interface ElasticsearchAction {
333
359
  id: string | undefined;
334
360
  }
335
361
  /**
362
+ * @public
336
363
  * <p>Describes an action that writes data to an Amazon Kinesis Firehose stream.</p>
337
364
  */
338
365
  export interface FirehoseAction {
@@ -364,6 +391,7 @@ export interface FirehoseAction {
364
391
  batchMode?: boolean;
365
392
  }
366
393
  /**
394
+ * @public
367
395
  * <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 signing process</a>.</p>
368
396
  */
369
397
  export interface SigV4Authorization {
@@ -381,6 +409,7 @@ export interface SigV4Authorization {
381
409
  roleArn: string | undefined;
382
410
  }
383
411
  /**
412
+ * @public
384
413
  * <p>The authorization method used to send messages.</p>
385
414
  */
386
415
  export interface HttpAuthorization {
@@ -391,6 +420,7 @@ export interface HttpAuthorization {
391
420
  sigv4?: SigV4Authorization;
392
421
  }
393
422
  /**
423
+ * @public
394
424
  * <p>The HTTP action header.</p>
395
425
  */
396
426
  export interface HttpActionHeader {
@@ -404,6 +434,7 @@ export interface HttpActionHeader {
404
434
  value: string | undefined;
405
435
  }
406
436
  /**
437
+ * @public
407
438
  * <p>Send data to an HTTPS endpoint.</p>
408
439
  */
409
440
  export interface HttpAction {
@@ -432,6 +463,7 @@ export interface HttpAction {
432
463
  auth?: HttpAuthorization;
433
464
  }
434
465
  /**
466
+ * @public
435
467
  * <p>Sends message data to an IoT Analytics channel.</p>
436
468
  */
437
469
  export interface IotAnalyticsAction {
@@ -461,6 +493,7 @@ export interface IotAnalyticsAction {
461
493
  roleArn?: string;
462
494
  }
463
495
  /**
496
+ * @public
464
497
  * <p>Sends an input to an IoT Events detector.</p>
465
498
  */
466
499
  export interface IotEventsAction {
@@ -496,6 +529,7 @@ export interface IotEventsAction {
496
529
  roleArn: string | undefined;
497
530
  }
498
531
  /**
532
+ * @public
499
533
  * <p>An asset property timestamp entry containing the following information.</p>
500
534
  */
501
535
  export interface AssetPropertyTimestamp {
@@ -511,9 +545,13 @@ export interface AssetPropertyTimestamp {
511
545
  offsetInNanos?: string;
512
546
  }
513
547
  /**
548
+ * @public
514
549
  * <p>Contains an asset property value (of a single type).</p>
515
550
  */
516
551
  export type AssetPropertyVariant = AssetPropertyVariant.BooleanValueMember | AssetPropertyVariant.DoubleValueMember | AssetPropertyVariant.IntegerValueMember | AssetPropertyVariant.StringValueMember | AssetPropertyVariant.$UnknownMember;
552
+ /**
553
+ * @public
554
+ */
517
555
  export declare namespace AssetPropertyVariant {
518
556
  /**
519
557
  * <p>Optional. The string value of the value entry. Accepts substitution templates.</p>
@@ -575,6 +613,7 @@ export declare namespace AssetPropertyVariant {
575
613
  const visit: <T>(value: AssetPropertyVariant, visitor: Visitor<T>) => T;
576
614
  }
577
615
  /**
616
+ * @public
578
617
  * <p>An asset property value entry containing the following information.</p>
579
618
  */
580
619
  export interface AssetPropertyValue {
@@ -593,6 +632,7 @@ export interface AssetPropertyValue {
593
632
  quality?: string;
594
633
  }
595
634
  /**
635
+ * @public
596
636
  * <p>An asset property value entry containing the following information.</p>
597
637
  */
598
638
  export interface PutAssetPropertyValueEntry {
@@ -627,6 +667,7 @@ export interface PutAssetPropertyValueEntry {
627
667
  propertyValues: AssetPropertyValue[] | undefined;
628
668
  }
629
669
  /**
670
+ * @public
630
671
  * <p>Describes an action to send data from an MQTT message that triggered the rule to IoT
631
672
  * SiteWise asset properties.</p>
632
673
  */
@@ -642,6 +683,7 @@ export interface IotSiteWiseAction {
642
683
  roleArn: string | undefined;
643
684
  }
644
685
  /**
686
+ * @public
645
687
  * <p>Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.</p>
646
688
  */
647
689
  export interface KafkaAction {
@@ -667,6 +709,7 @@ export interface KafkaAction {
667
709
  clientProperties: Record<string, string> | undefined;
668
710
  }
669
711
  /**
712
+ * @public
670
713
  * <p>Describes an action to write data to an Amazon Kinesis stream.</p>
671
714
  */
672
715
  export interface KinesisAction {
@@ -684,6 +727,7 @@ export interface KinesisAction {
684
727
  partitionKey?: string;
685
728
  }
686
729
  /**
730
+ * @public
687
731
  * <p>Describes an action to invoke a Lambda function.</p>
688
732
  */
689
733
  export interface LambdaAction {
@@ -693,6 +737,7 @@ export interface LambdaAction {
693
737
  functionArn: string | undefined;
694
738
  }
695
739
  /**
740
+ * @public
696
741
  * <p>Describes how to interpret an application-defined timestamp value from an MQTT message
697
742
  * payload and the precision of that value.</p>
698
743
  */
@@ -711,6 +756,7 @@ export interface LocationTimestamp {
711
756
  unit?: string;
712
757
  }
713
758
  /**
759
+ * @public
714
760
  * <p>The Amazon Location rule action sends device location updates from
715
761
  * an MQTT message to an Amazon Location tracker resource.</p>
716
762
  */
@@ -744,6 +790,7 @@ export interface LocationAction {
744
790
  longitude: string | undefined;
745
791
  }
746
792
  /**
793
+ * @public
747
794
  * <p>Describes an action that writes data to an Amazon OpenSearch Service
748
795
  * domain.</p>
749
796
  */
@@ -770,6 +817,7 @@ export interface OpenSearchAction {
770
817
  id: string | undefined;
771
818
  }
772
819
  /**
820
+ * @public
773
821
  * <p>A key-value pair that you define in the header. Both the key and the value are either
774
822
  * literal strings or valid <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-substitution-templates.html">substitution
775
823
  * templates</a>.</p>
@@ -785,6 +833,7 @@ export interface UserProperty {
785
833
  value: string | undefined;
786
834
  }
787
835
  /**
836
+ * @public
788
837
  * <p>Specifies MQTT Version 5.0 headers information. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/mqtt.html"> MQTT</a> from
789
838
  * Amazon Web Services IoT Core Developer Guide.</p>
790
839
  */
@@ -847,6 +896,7 @@ export interface MqttHeaders {
847
896
  userProperties?: UserProperty[];
848
897
  }
849
898
  /**
899
+ * @public
850
900
  * <p>Describes an action to republish to another topic.</p>
851
901
  */
852
902
  export interface RepublishAction {
@@ -869,6 +919,9 @@ export interface RepublishAction {
869
919
  */
870
920
  headers?: MqttHeaders;
871
921
  }
922
+ /**
923
+ * @public
924
+ */
872
925
  export declare enum CannedAccessControlList {
873
926
  AuthenticatedRead = "authenticated-read",
874
927
  AwsExecRead = "aws-exec-read",
@@ -880,6 +933,7 @@ export declare enum CannedAccessControlList {
880
933
  PublicReadWrite = "public-read-write"
881
934
  }
882
935
  /**
936
+ * @public
883
937
  * <p>Describes an action to write data to an Amazon S3 bucket.</p>
884
938
  */
885
939
  export interface S3Action {
@@ -902,6 +956,7 @@ export interface S3Action {
902
956
  cannedAcl?: CannedAccessControlList | string;
903
957
  }
904
958
  /**
959
+ * @public
905
960
  * <p>Describes an action to write a message to a Salesforce IoT Cloud Input
906
961
  * Stream.</p>
907
962
  */
@@ -918,11 +973,15 @@ export interface SalesforceAction {
918
973
  */
919
974
  url: string | undefined;
920
975
  }
976
+ /**
977
+ * @public
978
+ */
921
979
  export declare enum MessageFormat {
922
980
  JSON = "JSON",
923
981
  RAW = "RAW"
924
982
  }
925
983
  /**
984
+ * @public
926
985
  * <p>Describes an action to publish to an Amazon SNS topic.</p>
927
986
  */
928
987
  export interface SnsAction {
@@ -943,6 +1002,7 @@ export interface SnsAction {
943
1002
  messageFormat?: MessageFormat | string;
944
1003
  }
945
1004
  /**
1005
+ * @public
946
1006
  * <p>Describes an action to publish data to an Amazon SQS queue.</p>
947
1007
  */
948
1008
  export interface SqsAction {
@@ -960,6 +1020,7 @@ export interface SqsAction {
960
1020
  useBase64?: boolean;
961
1021
  }
962
1022
  /**
1023
+ * @public
963
1024
  * <p>Starts execution of a Step Functions state machine.</p>
964
1025
  */
965
1026
  export interface StepFunctionsAction {
@@ -980,6 +1041,7 @@ export interface StepFunctionsAction {
980
1041
  roleArn: string | undefined;
981
1042
  }
982
1043
  /**
1044
+ * @public
983
1045
  * <p>Metadata attributes of the time series that are written in each measure record.</p>
984
1046
  */
985
1047
  export interface TimestreamDimension {
@@ -1000,6 +1062,7 @@ export interface TimestreamDimension {
1000
1062
  value: string | undefined;
1001
1063
  }
1002
1064
  /**
1065
+ * @public
1003
1066
  * <p>Describes how to interpret an application-defined timestamp value from an MQTT message
1004
1067
  * payload and the precision of that value.</p>
1005
1068
  */
@@ -1018,6 +1081,7 @@ export interface TimestreamTimestamp {
1018
1081
  unit: string | undefined;
1019
1082
  }
1020
1083
  /**
1084
+ * @public
1021
1085
  * <p>The Timestream rule action writes attributes (measures) from an MQTT message
1022
1086
  * into an Amazon Timestream table. For more information, see the <a href="https://docs.aws.amazon.com/iot/latest/developerguide/timestream-rule-action.html">Timestream</a>
1023
1087
  * topic rule action documentation.</p>
@@ -1052,6 +1116,7 @@ export interface TimestreamAction {
1052
1116
  timestamp?: TimestreamTimestamp;
1053
1117
  }
1054
1118
  /**
1119
+ * @public
1055
1120
  * <p>Describes the actions associated with a rule.</p>
1056
1121
  */
1057
1122
  export interface Action {
@@ -1160,12 +1225,18 @@ export interface Action {
1160
1225
  */
1161
1226
  location?: LocationAction;
1162
1227
  }
1228
+ /**
1229
+ * @public
1230
+ */
1163
1231
  export declare enum ActionType {
1164
1232
  CONNECT = "CONNECT",
1165
1233
  PUBLISH = "PUBLISH",
1166
1234
  RECEIVE = "RECEIVE",
1167
1235
  SUBSCRIBE = "SUBSCRIBE"
1168
1236
  }
1237
+ /**
1238
+ * @public
1239
+ */
1169
1240
  export declare enum ComparisonOperator {
1170
1241
  GREATER_THAN = "greater-than",
1171
1242
  GREATER_THAN_EQUALS = "greater-than-equals",
@@ -1178,12 +1249,16 @@ export declare enum ComparisonOperator {
1178
1249
  NOT_IN_PORT_SET = "not-in-port-set",
1179
1250
  NOT_IN_SET = "not-in-set"
1180
1251
  }
1252
+ /**
1253
+ * @public
1254
+ */
1181
1255
  export declare enum ConfidenceLevel {
1182
1256
  HIGH = "HIGH",
1183
1257
  LOW = "LOW",
1184
1258
  MEDIUM = "MEDIUM"
1185
1259
  }
1186
1260
  /**
1261
+ * @public
1187
1262
  * <p>
1188
1263
  * The configuration of an ML Detect Security Profile.
1189
1264
  * </p>
@@ -1197,6 +1272,7 @@ export interface MachineLearningDetectionConfig {
1197
1272
  confidenceLevel: ConfidenceLevel | string | undefined;
1198
1273
  }
1199
1274
  /**
1275
+ * @public
1200
1276
  * <p>A statistical ranking (percentile) that
1201
1277
  * indicates a threshold value by which a behavior is determined to be in compliance or in
1202
1278
  * violation of the behavior.</p>
@@ -1215,6 +1291,7 @@ export interface StatisticalThreshold {
1215
1291
  statistic?: string;
1216
1292
  }
1217
1293
  /**
1294
+ * @public
1218
1295
  * <p>The value to be compared with the <code>metric</code>.</p>
1219
1296
  */
1220
1297
  export interface MetricValue {
@@ -1253,6 +1330,7 @@ export interface MetricValue {
1253
1330
  strings?: string[];
1254
1331
  }
1255
1332
  /**
1333
+ * @public
1256
1334
  * <p>The criteria by which the behavior is determined to be normal.</p>
1257
1335
  */
1258
1336
  export interface BehaviorCriteria {
@@ -1320,11 +1398,15 @@ export interface BehaviorCriteria {
1320
1398
  */
1321
1399
  mlDetectionConfig?: MachineLearningDetectionConfig;
1322
1400
  }
1401
+ /**
1402
+ * @public
1403
+ */
1323
1404
  export declare enum DimensionValueOperator {
1324
1405
  IN = "IN",
1325
1406
  NOT_IN = "NOT_IN"
1326
1407
  }
1327
1408
  /**
1409
+ * @public
1328
1410
  * <p>The dimension of a metric.</p>
1329
1411
  */
1330
1412
  export interface MetricDimension {
@@ -1338,6 +1420,7 @@ export interface MetricDimension {
1338
1420
  operator?: DimensionValueOperator | string;
1339
1421
  }
1340
1422
  /**
1423
+ * @public
1341
1424
  * <p>A Device Defender security profile behavior.</p>
1342
1425
  */
1343
1426
  export interface Behavior {
@@ -1367,6 +1450,9 @@ export interface Behavior {
1367
1450
  */
1368
1451
  suppressAlerts?: boolean;
1369
1452
  }
1453
+ /**
1454
+ * @public
1455
+ */
1370
1456
  export declare enum VerificationState {
1371
1457
  BENIGN_POSITIVE = "BENIGN_POSITIVE",
1372
1458
  FALSE_POSITIVE = "FALSE_POSITIVE",
@@ -1374,6 +1460,7 @@ export declare enum VerificationState {
1374
1460
  UNKNOWN = "UNKNOWN"
1375
1461
  }
1376
1462
  /**
1463
+ * @public
1377
1464
  * <p>
1378
1465
  * The details of a violation event.
1379
1466
  * </p>
@@ -1387,6 +1474,7 @@ export interface ViolationEventAdditionalInfo {
1387
1474
  confidenceLevel?: ConfidenceLevel | string;
1388
1475
  }
1389
1476
  /**
1477
+ * @public
1390
1478
  * <p>Information about an active Device Defender security profile behavior violation.</p>
1391
1479
  */
1392
1480
  export interface ActiveViolation {
@@ -1434,6 +1522,7 @@ export interface ActiveViolation {
1434
1522
  violationStartTime?: Date;
1435
1523
  }
1436
1524
  /**
1525
+ * @public
1437
1526
  * <p>The metric you want to retain. Dimensions are optional.</p>
1438
1527
  */
1439
1528
  export interface MetricToRetain {
@@ -1447,6 +1536,7 @@ export interface MetricToRetain {
1447
1536
  metricDimension?: MetricDimension;
1448
1537
  }
1449
1538
  /**
1539
+ * @public
1450
1540
  * <p>Parameters used when defining a mitigation action that move a set of things to a thing group.</p>
1451
1541
  */
1452
1542
  export interface AddThingsToThingGroupParams {
@@ -1459,6 +1549,9 @@ export interface AddThingsToThingGroupParams {
1459
1549
  */
1460
1550
  overrideDynamicGroups?: boolean;
1461
1551
  }
1552
+ /**
1553
+ * @public
1554
+ */
1462
1555
  export interface AddThingToBillingGroupRequest {
1463
1556
  /**
1464
1557
  * <p>The name of the billing group.</p>
@@ -1480,8 +1573,14 @@ export interface AddThingToBillingGroupRequest {
1480
1573
  */
1481
1574
  thingArn?: string;
1482
1575
  }
1576
+ /**
1577
+ * @public
1578
+ */
1483
1579
  export interface AddThingToBillingGroupResponse {
1484
1580
  }
1581
+ /**
1582
+ * @public
1583
+ */
1485
1584
  export interface AddThingToThingGroupRequest {
1486
1585
  /**
1487
1586
  * <p>The name of the group to which you are adding a thing.</p>
@@ -1507,14 +1606,21 @@ export interface AddThingToThingGroupRequest {
1507
1606
  */
1508
1607
  overrideDynamicGroups?: boolean;
1509
1608
  }
1609
+ /**
1610
+ * @public
1611
+ */
1510
1612
  export interface AddThingToThingGroupResponse {
1511
1613
  }
1614
+ /**
1615
+ * @public
1616
+ */
1512
1617
  export declare enum AggregationTypeName {
1513
1618
  CARDINALITY = "Cardinality",
1514
1619
  PERCENTILES = "Percentiles",
1515
1620
  STATISTICS = "Statistics"
1516
1621
  }
1517
1622
  /**
1623
+ * @public
1518
1624
  * <p>The type of aggregation queries.</p>
1519
1625
  */
1520
1626
  export interface AggregationType {
@@ -1528,6 +1634,7 @@ export interface AggregationType {
1528
1634
  values?: string[];
1529
1635
  }
1530
1636
  /**
1637
+ * @public
1531
1638
  * <p>A structure containing the alert target ARN and the role ARN.</p>
1532
1639
  */
1533
1640
  export interface AlertTarget {
@@ -1541,10 +1648,14 @@ export interface AlertTarget {
1541
1648
  */
1542
1649
  roleArn: string | undefined;
1543
1650
  }
1651
+ /**
1652
+ * @public
1653
+ */
1544
1654
  export declare enum AlertTargetType {
1545
1655
  SNS = "SNS"
1546
1656
  }
1547
1657
  /**
1658
+ * @public
1548
1659
  * <p>Describes an IoT policy.</p>
1549
1660
  */
1550
1661
  export interface Policy {
@@ -1558,6 +1669,7 @@ export interface Policy {
1558
1669
  policyArn?: string;
1559
1670
  }
1560
1671
  /**
1672
+ * @public
1561
1673
  * <p>Contains information that allowed the authorization.</p>
1562
1674
  */
1563
1675
  export interface Allowed {
@@ -1566,6 +1678,9 @@ export interface Allowed {
1566
1678
  */
1567
1679
  policies?: Policy[];
1568
1680
  }
1681
+ /**
1682
+ * @public
1683
+ */
1569
1684
  export interface AssociateTargetsWithJobRequest {
1570
1685
  /**
1571
1686
  * <p>A list of thing group ARNs that define the targets of the job.</p>
@@ -1592,6 +1707,9 @@ export interface AssociateTargetsWithJobRequest {
1592
1707
  */
1593
1708
  namespaceId?: string;
1594
1709
  }
1710
+ /**
1711
+ * @public
1712
+ */
1595
1713
  export interface AssociateTargetsWithJobResponse {
1596
1714
  /**
1597
1715
  * <p>An ARN identifying the job.</p>
@@ -1607,6 +1725,7 @@ export interface AssociateTargetsWithJobResponse {
1607
1725
  description?: string;
1608
1726
  }
1609
1727
  /**
1728
+ * @public
1610
1729
  * <p>A limit has been exceeded.</p>
1611
1730
  */
1612
1731
  export declare class LimitExceededException extends __BaseException {
@@ -1617,6 +1736,9 @@ export declare class LimitExceededException extends __BaseException {
1617
1736
  */
1618
1737
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
1619
1738
  }
1739
+ /**
1740
+ * @public
1741
+ */
1620
1742
  export interface AttachPolicyRequest {
1621
1743
  /**
1622
1744
  * <p>The name of the policy to attach.</p>
@@ -1628,6 +1750,7 @@ export interface AttachPolicyRequest {
1628
1750
  target: string | undefined;
1629
1751
  }
1630
1752
  /**
1753
+ * @public
1631
1754
  * <p>The input for the AttachPrincipalPolicy operation.</p>
1632
1755
  */
1633
1756
  export interface AttachPrincipalPolicyRequest {
@@ -1641,6 +1764,9 @@ export interface AttachPrincipalPolicyRequest {
1641
1764
  */
1642
1765
  principal: string | undefined;
1643
1766
  }
1767
+ /**
1768
+ * @public
1769
+ */
1644
1770
  export interface AttachSecurityProfileRequest {
1645
1771
  /**
1646
1772
  * <p>The security profile that is attached.</p>
@@ -1651,9 +1777,13 @@ export interface AttachSecurityProfileRequest {
1651
1777
  */
1652
1778
  securityProfileTargetArn: string | undefined;
1653
1779
  }
1780
+ /**
1781
+ * @public
1782
+ */
1654
1783
  export interface AttachSecurityProfileResponse {
1655
1784
  }
1656
1785
  /**
1786
+ * @public
1657
1787
  * <p>An exception thrown when the version of an entity specified with the
1658
1788
  * <code>expectedVersion</code> parameter does not match the latest version in the
1659
1789
  * system.</p>
@@ -1667,6 +1797,7 @@ export declare class VersionConflictException extends __BaseException {
1667
1797
  constructor(opts: __ExceptionOptionType<VersionConflictException, __BaseException>);
1668
1798
  }
1669
1799
  /**
1800
+ * @public
1670
1801
  * <p>The input for the AttachThingPrincipal operation.</p>
1671
1802
  */
1672
1803
  export interface AttachThingPrincipalRequest {
@@ -1681,18 +1812,20 @@ export interface AttachThingPrincipalRequest {
1681
1812
  principal: string | undefined;
1682
1813
  }
1683
1814
  /**
1815
+ * @public
1684
1816
  * <p>The output from the AttachThingPrincipal operation.</p>
1685
1817
  */
1686
1818
  export interface AttachThingPrincipalResponse {
1687
1819
  }
1688
1820
  /**
1821
+ * @public
1689
1822
  * <p>The attribute payload.</p>
1690
1823
  */
1691
1824
  export interface AttributePayload {
1692
1825
  /**
1693
1826
  * <p>A JSON string containing up to three key-value pair in JSON format. For example:</p>
1694
1827
  * <p>
1695
- * <code>{\"attributes\":{\"string1\":\"string2\"}}</code>
1828
+ * <code>\{\"attributes\":\{\"string1\":\"string2\"\}\}</code>
1696
1829
  * </p>
1697
1830
  */
1698
1831
  attributes?: Record<string, string>;
@@ -1707,6 +1840,7 @@ export interface AttributePayload {
1707
1840
  merge?: boolean;
1708
1841
  }
1709
1842
  /**
1843
+ * @public
1710
1844
  * <p>Which audit checks are enabled and disabled for this account.</p>
1711
1845
  */
1712
1846
  export interface AuditCheckConfiguration {
@@ -1715,6 +1849,9 @@ export interface AuditCheckConfiguration {
1715
1849
  */
1716
1850
  enabled?: boolean;
1717
1851
  }
1852
+ /**
1853
+ * @public
1854
+ */
1718
1855
  export declare enum AuditCheckRunStatus {
1719
1856
  CANCELED = "CANCELED",
1720
1857
  COMPLETED_COMPLIANT = "COMPLETED_COMPLIANT",
@@ -1724,6 +1861,7 @@ export declare enum AuditCheckRunStatus {
1724
1861
  WAITING_FOR_DATA_COLLECTION = "WAITING_FOR_DATA_COLLECTION"
1725
1862
  }
1726
1863
  /**
1864
+ * @public
1727
1865
  * <p>Information about the audit check.</p>
1728
1866
  */
1729
1867
  export interface AuditCheckDetails {
@@ -1761,6 +1899,7 @@ export interface AuditCheckDetails {
1761
1899
  message?: string;
1762
1900
  }
1763
1901
  /**
1902
+ * @public
1764
1903
  * <p>The certificate issuer indentifier.</p>
1765
1904
  */
1766
1905
  export interface IssuerCertificateIdentifier {
@@ -1778,6 +1917,7 @@ export interface IssuerCertificateIdentifier {
1778
1917
  issuerCertificateSerialNumber?: string;
1779
1918
  }
1780
1919
  /**
1920
+ * @public
1781
1921
  * <p>Information about the version of the policy associated with the resource.</p>
1782
1922
  */
1783
1923
  export interface PolicyVersionIdentifier {
@@ -1791,6 +1931,7 @@ export interface PolicyVersionIdentifier {
1791
1931
  policyVersionId?: string;
1792
1932
  }
1793
1933
  /**
1934
+ * @public
1794
1935
  * <p>Information that identifies the noncompliant resource.</p>
1795
1936
  */
1796
1937
  export interface ResourceIdentifier {
@@ -1835,6 +1976,9 @@ export interface ResourceIdentifier {
1835
1976
  */
1836
1977
  deviceCertificateArn?: string;
1837
1978
  }
1979
+ /**
1980
+ * @public
1981
+ */
1838
1982
  export declare enum ResourceType {
1839
1983
  ACCOUNT_SETTINGS = "ACCOUNT_SETTINGS",
1840
1984
  CA_CERTIFICATE = "CA_CERTIFICATE",
@@ -1847,6 +1991,7 @@ export declare enum ResourceType {
1847
1991
  ROLE_ALIAS = "ROLE_ALIAS"
1848
1992
  }
1849
1993
  /**
1994
+ * @public
1850
1995
  * <p>Information about the resource that was noncompliant with the audit check.</p>
1851
1996
  */
1852
1997
  export interface NonCompliantResource {
@@ -1864,6 +2009,7 @@ export interface NonCompliantResource {
1864
2009
  additionalInfo?: Record<string, string>;
1865
2010
  }
1866
2011
  /**
2012
+ * @public
1867
2013
  * <p>Information about a related resource.</p>
1868
2014
  */
1869
2015
  export interface RelatedResource {
@@ -1880,6 +2026,9 @@ export interface RelatedResource {
1880
2026
  */
1881
2027
  additionalInfo?: Record<string, string>;
1882
2028
  }
2029
+ /**
2030
+ * @public
2031
+ */
1883
2032
  export declare enum AuditFindingSeverity {
1884
2033
  CRITICAL = "CRITICAL",
1885
2034
  HIGH = "HIGH",
@@ -1887,6 +2036,7 @@ export declare enum AuditFindingSeverity {
1887
2036
  MEDIUM = "MEDIUM"
1888
2037
  }
1889
2038
  /**
2039
+ * @public
1890
2040
  * <p>The findings (results) of the audit.</p>
1891
2041
  */
1892
2042
  export interface AuditFinding {
@@ -1939,12 +2089,18 @@ export interface AuditFinding {
1939
2089
  */
1940
2090
  isSuppressed?: boolean;
1941
2091
  }
2092
+ /**
2093
+ * @public
2094
+ */
1942
2095
  export declare enum AuditFrequency {
1943
2096
  BIWEEKLY = "BIWEEKLY",
1944
2097
  DAILY = "DAILY",
1945
2098
  MONTHLY = "MONTHLY",
1946
2099
  WEEKLY = "WEEKLY"
1947
2100
  }
2101
+ /**
2102
+ * @public
2103
+ */
1948
2104
  export declare enum AuditMitigationActionsExecutionStatus {
1949
2105
  CANCELED = "CANCELED",
1950
2106
  COMPLETED = "COMPLETED",
@@ -1954,6 +2110,7 @@ export declare enum AuditMitigationActionsExecutionStatus {
1954
2110
  SKIPPED = "SKIPPED"
1955
2111
  }
1956
2112
  /**
2113
+ * @public
1957
2114
  * <p>Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.</p>
1958
2115
  */
1959
2116
  export interface AuditMitigationActionExecutionMetadata {
@@ -1994,6 +2151,9 @@ export interface AuditMitigationActionExecutionMetadata {
1994
2151
  */
1995
2152
  message?: string;
1996
2153
  }
2154
+ /**
2155
+ * @public
2156
+ */
1997
2157
  export declare enum AuditMitigationActionsTaskStatus {
1998
2158
  CANCELED = "CANCELED",
1999
2159
  COMPLETED = "COMPLETED",
@@ -2001,6 +2161,7 @@ export declare enum AuditMitigationActionsTaskStatus {
2001
2161
  IN_PROGRESS = "IN_PROGRESS"
2002
2162
  }
2003
2163
  /**
2164
+ * @public
2004
2165
  * <p>Information about an audit mitigation actions task that is returned by <code>ListAuditMitigationActionsTasks</code>.</p>
2005
2166
  */
2006
2167
  export interface AuditMitigationActionsTaskMetadata {
@@ -2018,6 +2179,7 @@ export interface AuditMitigationActionsTaskMetadata {
2018
2179
  taskStatus?: AuditMitigationActionsTaskStatus | string;
2019
2180
  }
2020
2181
  /**
2182
+ * @public
2021
2183
  * <p>Provides summary counts of how many tasks for findings are in a particular state. This information is included in the response from DescribeAuditMitigationActionsTask.</p>
2022
2184
  */
2023
2185
  export interface TaskStatisticsForAuditCheck {
@@ -2043,6 +2205,7 @@ export interface TaskStatisticsForAuditCheck {
2043
2205
  canceledFindingsCount?: number;
2044
2206
  }
2045
2207
  /**
2208
+ * @public
2046
2209
  * <p>Used in MitigationActionParams, this information identifies the target findings to which the mitigation actions are applied. Only one entry appears.</p>
2047
2210
  */
2048
2211
  export interface AuditMitigationActionsTaskTarget {
@@ -2060,6 +2223,7 @@ export interface AuditMitigationActionsTaskTarget {
2060
2223
  auditCheckToReasonCodeFilter?: Record<string, string[]>;
2061
2224
  }
2062
2225
  /**
2226
+ * @public
2063
2227
  * <p>Information about the targets to which audit notifications are sent.</p>
2064
2228
  */
2065
2229
  export interface AuditNotificationTarget {
@@ -2076,10 +2240,14 @@ export interface AuditNotificationTarget {
2076
2240
  */
2077
2241
  enabled?: boolean;
2078
2242
  }
2243
+ /**
2244
+ * @public
2245
+ */
2079
2246
  export declare enum AuditNotificationType {
2080
2247
  SNS = "SNS"
2081
2248
  }
2082
2249
  /**
2250
+ * @public
2083
2251
  * <p> Filters out specific findings of a Device Defender audit. </p>
2084
2252
  */
2085
2253
  export interface AuditSuppression {
@@ -2113,17 +2281,24 @@ export interface AuditSuppression {
2113
2281
  */
2114
2282
  description?: string;
2115
2283
  }
2284
+ /**
2285
+ * @public
2286
+ */
2116
2287
  export declare enum AuditTaskStatus {
2117
2288
  CANCELED = "CANCELED",
2118
2289
  COMPLETED = "COMPLETED",
2119
2290
  FAILED = "FAILED",
2120
2291
  IN_PROGRESS = "IN_PROGRESS"
2121
2292
  }
2293
+ /**
2294
+ * @public
2295
+ */
2122
2296
  export declare enum AuditTaskType {
2123
2297
  ON_DEMAND_AUDIT_TASK = "ON_DEMAND_AUDIT_TASK",
2124
2298
  SCHEDULED_AUDIT_TASK = "SCHEDULED_AUDIT_TASK"
2125
2299
  }
2126
2300
  /**
2301
+ * @public
2127
2302
  * <p>The audits that were performed.</p>
2128
2303
  */
2129
2304
  export interface AuditTaskMetadata {
@@ -2141,12 +2316,16 @@ export interface AuditTaskMetadata {
2141
2316
  */
2142
2317
  taskType?: AuditTaskType | string;
2143
2318
  }
2319
+ /**
2320
+ * @public
2321
+ */
2144
2322
  export declare enum AuthDecision {
2145
2323
  ALLOWED = "ALLOWED",
2146
2324
  EXPLICIT_DENY = "EXPLICIT_DENY",
2147
2325
  IMPLICIT_DENY = "IMPLICIT_DENY"
2148
2326
  }
2149
2327
  /**
2328
+ * @public
2150
2329
  * <p>A collection of authorization information.</p>
2151
2330
  */
2152
2331
  export interface AuthInfo {
@@ -2161,6 +2340,7 @@ export interface AuthInfo {
2161
2340
  resources: string[] | undefined;
2162
2341
  }
2163
2342
  /**
2343
+ * @public
2164
2344
  * <p>An object that specifies the authorization service for a domain.</p>
2165
2345
  */
2166
2346
  export interface AuthorizerConfig {
@@ -2173,11 +2353,15 @@ export interface AuthorizerConfig {
2173
2353
  */
2174
2354
  allowAuthorizerOverride?: boolean;
2175
2355
  }
2356
+ /**
2357
+ * @public
2358
+ */
2176
2359
  export declare enum AuthorizerStatus {
2177
2360
  ACTIVE = "ACTIVE",
2178
2361
  INACTIVE = "INACTIVE"
2179
2362
  }
2180
2363
  /**
2364
+ * @public
2181
2365
  * <p>The authorizer description.</p>
2182
2366
  */
2183
2367
  export interface AuthorizerDescription {
@@ -2226,6 +2410,7 @@ export interface AuthorizerDescription {
2226
2410
  enableCachingForHttp?: boolean;
2227
2411
  }
2228
2412
  /**
2413
+ * @public
2229
2414
  * <p>The authorizer summary.</p>
2230
2415
  */
2231
2416
  export interface AuthorizerSummary {
@@ -2239,6 +2424,7 @@ export interface AuthorizerSummary {
2239
2424
  authorizerArn?: string;
2240
2425
  }
2241
2426
  /**
2427
+ * @public
2242
2428
  * <p>Information that explicitly denies authorization.</p>
2243
2429
  */
2244
2430
  export interface ExplicitDeny {
@@ -2248,6 +2434,7 @@ export interface ExplicitDeny {
2248
2434
  policies?: Policy[];
2249
2435
  }
2250
2436
  /**
2437
+ * @public
2251
2438
  * <p>Information that implicitly denies authorization. When policy doesn't explicitly deny
2252
2439
  * or allow an action on a resource it is considered an implicit deny.</p>
2253
2440
  */
@@ -2259,6 +2446,7 @@ export interface ImplicitDeny {
2259
2446
  policies?: Policy[];
2260
2447
  }
2261
2448
  /**
2449
+ * @public
2262
2450
  * <p>Contains information that denied the authorization.</p>
2263
2451
  */
2264
2452
  export interface Denied {
@@ -2274,6 +2462,7 @@ export interface Denied {
2274
2462
  explicitDeny?: ExplicitDeny;
2275
2463
  }
2276
2464
  /**
2465
+ * @public
2277
2466
  * <p>The authorizer result.</p>
2278
2467
  */
2279
2468
  export interface AuthResult {
@@ -2300,18 +2489,30 @@ export interface AuthResult {
2300
2489
  */
2301
2490
  missingContextValues?: string[];
2302
2491
  }
2492
+ /**
2493
+ * @public
2494
+ */
2303
2495
  export declare enum AutoRegistrationStatus {
2304
2496
  DISABLE = "DISABLE",
2305
2497
  ENABLE = "ENABLE"
2306
2498
  }
2499
+ /**
2500
+ * @public
2501
+ */
2307
2502
  export interface CancelAuditMitigationActionsTaskRequest {
2308
2503
  /**
2309
2504
  * <p>The unique identifier for the task that you want to cancel. </p>
2310
2505
  */
2311
2506
  taskId: string | undefined;
2312
2507
  }
2508
+ /**
2509
+ * @public
2510
+ */
2313
2511
  export interface CancelAuditMitigationActionsTaskResponse {
2314
2512
  }
2513
+ /**
2514
+ * @public
2515
+ */
2315
2516
  export interface CancelAuditTaskRequest {
2316
2517
  /**
2317
2518
  * <p>The ID of the audit you want to cancel. You can only cancel an
@@ -2319,9 +2520,13 @@ export interface CancelAuditTaskRequest {
2319
2520
  */
2320
2521
  taskId: string | undefined;
2321
2522
  }
2523
+ /**
2524
+ * @public
2525
+ */
2322
2526
  export interface CancelAuditTaskResponse {
2323
2527
  }
2324
2528
  /**
2529
+ * @public
2325
2530
  * <p>The input for the CancelCertificateTransfer operation.</p>
2326
2531
  */
2327
2532
  export interface CancelCertificateTransferRequest {
@@ -2331,6 +2536,9 @@ export interface CancelCertificateTransferRequest {
2331
2536
  */
2332
2537
  certificateId: string | undefined;
2333
2538
  }
2539
+ /**
2540
+ * @public
2541
+ */
2334
2542
  export interface CancelDetectMitigationActionsTaskRequest {
2335
2543
  /**
2336
2544
  * <p>
@@ -2339,8 +2547,14 @@ export interface CancelDetectMitigationActionsTaskRequest {
2339
2547
  */
2340
2548
  taskId: string | undefined;
2341
2549
  }
2550
+ /**
2551
+ * @public
2552
+ */
2342
2553
  export interface CancelDetectMitigationActionsTaskResponse {
2343
2554
  }
2555
+ /**
2556
+ * @public
2557
+ */
2344
2558
  export interface CancelJobRequest {
2345
2559
  /**
2346
2560
  * <p>The unique identifier you assigned to this job when it was created.</p>
@@ -2364,6 +2578,9 @@ export interface CancelJobRequest {
2364
2578
  */
2365
2579
  force?: boolean;
2366
2580
  }
2581
+ /**
2582
+ * @public
2583
+ */
2367
2584
  export interface CancelJobResponse {
2368
2585
  /**
2369
2586
  * <p>The job ARN.</p>
@@ -2378,6 +2595,9 @@ export interface CancelJobResponse {
2378
2595
  */
2379
2596
  description?: string;
2380
2597
  }
2598
+ /**
2599
+ * @public
2600
+ */
2381
2601
  export interface CancelJobExecutionRequest {
2382
2602
  /**
2383
2603
  * <p>The ID of the job to be canceled.</p>
@@ -2414,6 +2634,7 @@ export interface CancelJobExecutionRequest {
2414
2634
  statusDetails?: Record<string, string>;
2415
2635
  }
2416
2636
  /**
2637
+ * @public
2417
2638
  * <p>An attempt was made to change to an invalid state, for example by deleting a job or a
2418
2639
  * job execution which is "IN_PROGRESS" without setting the <code>force</code>
2419
2640
  * parameter.</p>
@@ -2426,19 +2647,32 @@ export declare class InvalidStateTransitionException extends __BaseException {
2426
2647
  */
2427
2648
  constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
2428
2649
  }
2650
+ /**
2651
+ * @public
2652
+ */
2429
2653
  export interface ClearDefaultAuthorizerRequest {
2430
2654
  }
2655
+ /**
2656
+ * @public
2657
+ */
2431
2658
  export interface ClearDefaultAuthorizerResponse {
2432
2659
  }
2660
+ /**
2661
+ * @public
2662
+ */
2433
2663
  export interface ConfirmTopicRuleDestinationRequest {
2434
2664
  /**
2435
2665
  * <p>The token used to confirm ownership or access to the topic rule confirmation URL.</p>
2436
2666
  */
2437
2667
  confirmationToken: string | undefined;
2438
2668
  }
2669
+ /**
2670
+ * @public
2671
+ */
2439
2672
  export interface ConfirmTopicRuleDestinationResponse {
2440
2673
  }
2441
2674
  /**
2675
+ * @public
2442
2676
  * <p>A conflicting resource update exception. This exception is thrown when two pending
2443
2677
  * updates cause a conflict.</p>
2444
2678
  */
@@ -2451,6 +2685,7 @@ export declare class ConflictingResourceUpdateException extends __BaseException
2451
2685
  constructor(opts: __ExceptionOptionType<ConflictingResourceUpdateException, __BaseException>);
2452
2686
  }
2453
2687
  /**
2688
+ * @public
2454
2689
  * <p>An unexpected error has occurred.</p>
2455
2690
  */
2456
2691
  export declare class InternalException extends __BaseException {
@@ -2461,6 +2696,9 @@ export declare class InternalException extends __BaseException {
2461
2696
  */
2462
2697
  constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
2463
2698
  }
2699
+ /**
2700
+ * @public
2701
+ */
2464
2702
  export interface CreateAuditSuppressionRequest {
2465
2703
  /**
2466
2704
  * <p>An audit check name. Checks must be enabled
@@ -2499,9 +2737,13 @@ export interface CreateAuditSuppressionRequest {
2499
2737
  */
2500
2738
  clientRequestToken?: string;
2501
2739
  }
2740
+ /**
2741
+ * @public
2742
+ */
2502
2743
  export interface CreateAuditSuppressionResponse {
2503
2744
  }
2504
2745
  /**
2746
+ * @public
2505
2747
  * <p>The resource already exists.</p>
2506
2748
  */
2507
2749
  export declare class ResourceAlreadyExistsException extends __BaseException {
@@ -2521,6 +2763,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
2521
2763
  constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
2522
2764
  }
2523
2765
  /**
2766
+ * @public
2524
2767
  * <p>A set of key/value pairs that are used to manage the resource.</p>
2525
2768
  */
2526
2769
  export interface Tag {
@@ -2533,6 +2776,9 @@ export interface Tag {
2533
2776
  */
2534
2777
  Value?: string;
2535
2778
  }
2779
+ /**
2780
+ * @public
2781
+ */
2536
2782
  export interface CreateAuthorizerRequest {
2537
2783
  /**
2538
2784
  * <p>The authorizer name.</p>
@@ -2579,6 +2825,9 @@ export interface CreateAuthorizerRequest {
2579
2825
  */
2580
2826
  enableCachingForHttp?: boolean;
2581
2827
  }
2828
+ /**
2829
+ * @public
2830
+ */
2582
2831
  export interface CreateAuthorizerResponse {
2583
2832
  /**
2584
2833
  * <p>The authorizer's name.</p>
@@ -2590,6 +2839,7 @@ export interface CreateAuthorizerResponse {
2590
2839
  authorizerArn?: string;
2591
2840
  }
2592
2841
  /**
2842
+ * @public
2593
2843
  * <p>The properties of a billing group.</p>
2594
2844
  */
2595
2845
  export interface BillingGroupProperties {
@@ -2598,6 +2848,9 @@ export interface BillingGroupProperties {
2598
2848
  */
2599
2849
  billingGroupDescription?: string;
2600
2850
  }
2851
+ /**
2852
+ * @public
2853
+ */
2601
2854
  export interface CreateBillingGroupRequest {
2602
2855
  /**
2603
2856
  * <p>The name you wish to give to the billing group.</p>
@@ -2612,6 +2865,9 @@ export interface CreateBillingGroupRequest {
2612
2865
  */
2613
2866
  tags?: Tag[];
2614
2867
  }
2868
+ /**
2869
+ * @public
2870
+ */
2615
2871
  export interface CreateBillingGroupResponse {
2616
2872
  /**
2617
2873
  * <p>The name you gave to the billing group.</p>
@@ -2627,6 +2883,7 @@ export interface CreateBillingGroupResponse {
2627
2883
  billingGroupId?: string;
2628
2884
  }
2629
2885
  /**
2886
+ * @public
2630
2887
  * <p>The input for the CreateCertificateFromCsr operation.</p>
2631
2888
  */
2632
2889
  export interface CreateCertificateFromCsrRequest {
@@ -2640,6 +2897,7 @@ export interface CreateCertificateFromCsrRequest {
2640
2897
  setAsActive?: boolean;
2641
2898
  }
2642
2899
  /**
2900
+ * @public
2643
2901
  * <p>The output from the CreateCertificateFromCsr operation.</p>
2644
2902
  */
2645
2903
  export interface CreateCertificateFromCsrResponse {
@@ -2658,12 +2916,18 @@ export interface CreateCertificateFromCsrResponse {
2658
2916
  */
2659
2917
  certificatePem?: string;
2660
2918
  }
2919
+ /**
2920
+ * @public
2921
+ */
2661
2922
  export declare enum CustomMetricType {
2662
2923
  IP_ADDRESS_LIST = "ip-address-list",
2663
2924
  NUMBER = "number",
2664
2925
  NUMBER_LIST = "number-list",
2665
2926
  STRING_LIST = "string-list"
2666
2927
  }
2928
+ /**
2929
+ * @public
2930
+ */
2667
2931
  export interface CreateCustomMetricRequest {
2668
2932
  /**
2669
2933
  * <p> The name of the custom metric. This will be used in the metric report submitted from the
@@ -2701,6 +2965,9 @@ export interface CreateCustomMetricRequest {
2701
2965
  */
2702
2966
  clientRequestToken?: string;
2703
2967
  }
2968
+ /**
2969
+ * @public
2970
+ */
2704
2971
  export interface CreateCustomMetricResponse {
2705
2972
  /**
2706
2973
  * <p>
@@ -2716,9 +2983,15 @@ export interface CreateCustomMetricResponse {
2716
2983
  */
2717
2984
  metricArn?: string;
2718
2985
  }
2986
+ /**
2987
+ * @public
2988
+ */
2719
2989
  export declare enum DimensionType {
2720
2990
  TOPIC_FILTER = "TOPIC_FILTER"
2721
2991
  }
2992
+ /**
2993
+ * @public
2994
+ */
2722
2995
  export interface CreateDimensionRequest {
2723
2996
  /**
2724
2997
  * <p>A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.</p>
@@ -2743,6 +3016,9 @@ export interface CreateDimensionRequest {
2743
3016
  */
2744
3017
  clientRequestToken?: string;
2745
3018
  }
3019
+ /**
3020
+ * @public
3021
+ */
2746
3022
  export interface CreateDimensionResponse {
2747
3023
  /**
2748
3024
  * <p>A unique identifier for the dimension.</p>
@@ -2757,6 +3033,7 @@ export interface CreateDimensionResponse {
2757
3033
  arn?: string;
2758
3034
  }
2759
3035
  /**
3036
+ * @public
2760
3037
  * <p>The certificate is invalid.</p>
2761
3038
  */
2762
3039
  export declare class CertificateValidationException extends __BaseException {
@@ -2767,11 +3044,17 @@ export declare class CertificateValidationException extends __BaseException {
2767
3044
  */
2768
3045
  constructor(opts: __ExceptionOptionType<CertificateValidationException, __BaseException>);
2769
3046
  }
3047
+ /**
3048
+ * @public
3049
+ */
2770
3050
  export declare enum ServiceType {
2771
3051
  CREDENTIAL_PROVIDER = "CREDENTIAL_PROVIDER",
2772
3052
  DATA = "DATA",
2773
3053
  JOBS = "JOBS"
2774
3054
  }
3055
+ /**
3056
+ * @public
3057
+ */
2775
3058
  export interface CreateDomainConfigurationRequest {
2776
3059
  /**
2777
3060
  * <p>The name of the domain configuration. This value must be unique to a region.</p>
@@ -2814,6 +3097,9 @@ export interface CreateDomainConfigurationRequest {
2814
3097
  */
2815
3098
  tags?: Tag[];
2816
3099
  }
3100
+ /**
3101
+ * @public
3102
+ */
2817
3103
  export interface CreateDomainConfigurationResponse {
2818
3104
  /**
2819
3105
  * <p>The name of the domain configuration.</p>
@@ -2825,6 +3111,7 @@ export interface CreateDomainConfigurationResponse {
2825
3111
  domainConfigurationArn?: string;
2826
3112
  }
2827
3113
  /**
3114
+ * @public
2828
3115
  * <p>Thing group properties.</p>
2829
3116
  */
2830
3117
  export interface ThingGroupProperties {
@@ -2837,6 +3124,9 @@ export interface ThingGroupProperties {
2837
3124
  */
2838
3125
  attributePayload?: AttributePayload;
2839
3126
  }
3127
+ /**
3128
+ * @public
3129
+ */
2840
3130
  export interface CreateDynamicThingGroupRequest {
2841
3131
  /**
2842
3132
  * <p>The dynamic thing group name to create.</p>
@@ -2871,6 +3161,9 @@ export interface CreateDynamicThingGroupRequest {
2871
3161
  */
2872
3162
  tags?: Tag[];
2873
3163
  }
3164
+ /**
3165
+ * @public
3166
+ */
2874
3167
  export interface CreateDynamicThingGroupResponse {
2875
3168
  /**
2876
3169
  * <p>The dynamic thing group name.</p>
@@ -2898,6 +3191,7 @@ export interface CreateDynamicThingGroupResponse {
2898
3191
  queryVersion?: string;
2899
3192
  }
2900
3193
  /**
3194
+ * @public
2901
3195
  * <p>The query is invalid.</p>
2902
3196
  */
2903
3197
  export declare class InvalidQueryException extends __BaseException {
@@ -2908,6 +3202,9 @@ export declare class InvalidQueryException extends __BaseException {
2908
3202
  */
2909
3203
  constructor(opts: __ExceptionOptionType<InvalidQueryException, __BaseException>);
2910
3204
  }
3205
+ /**
3206
+ * @public
3207
+ */
2911
3208
  export declare enum FleetMetricUnit {
2912
3209
  Bits = "Bits",
2913
3210
  BitsSecond = "Bits/Second",
@@ -2937,6 +3234,9 @@ export declare enum FleetMetricUnit {
2937
3234
  Terabytes = "Terabytes",
2938
3235
  TerabytesSecond = "Terabytes/Second"
2939
3236
  }
3237
+ /**
3238
+ * @public
3239
+ */
2940
3240
  export interface CreateFleetMetricRequest {
2941
3241
  /**
2942
3242
  * <p>The name of the fleet metric to create.</p>
@@ -2980,6 +3280,9 @@ export interface CreateFleetMetricRequest {
2980
3280
  */
2981
3281
  tags?: Tag[];
2982
3282
  }
3283
+ /**
3284
+ * @public
3285
+ */
2983
3286
  export interface CreateFleetMetricResponse {
2984
3287
  /**
2985
3288
  * <p>The name of the fleet metric to create.</p>
@@ -2991,6 +3294,7 @@ export interface CreateFleetMetricResponse {
2991
3294
  metricArn?: string;
2992
3295
  }
2993
3296
  /**
3297
+ * @public
2994
3298
  * <p>The index is not ready.</p>
2995
3299
  */
2996
3300
  export declare class IndexNotReadyException extends __BaseException {
@@ -3002,6 +3306,7 @@ export declare class IndexNotReadyException extends __BaseException {
3002
3306
  constructor(opts: __ExceptionOptionType<IndexNotReadyException, __BaseException>);
3003
3307
  }
3004
3308
  /**
3309
+ * @public
3005
3310
  * <p>The aggregation is invalid.</p>
3006
3311
  */
3007
3312
  export declare class InvalidAggregationException extends __BaseException {
@@ -3012,12 +3317,16 @@ export declare class InvalidAggregationException extends __BaseException {
3012
3317
  */
3013
3318
  constructor(opts: __ExceptionOptionType<InvalidAggregationException, __BaseException>);
3014
3319
  }
3320
+ /**
3321
+ * @public
3322
+ */
3015
3323
  export declare enum RetryableFailureType {
3016
3324
  ALL = "ALL",
3017
3325
  FAILED = "FAILED",
3018
3326
  TIMED_OUT = "TIMED_OUT"
3019
3327
  }
3020
3328
  /**
3329
+ * @public
3021
3330
  * <p>The criteria that determines how many retries are allowed for each failure
3022
3331
  * type for a job.</p>
3023
3332
  */
@@ -3032,6 +3341,7 @@ export interface RetryCriteria {
3032
3341
  numberOfRetries: number | undefined;
3033
3342
  }
3034
3343
  /**
3344
+ * @public
3035
3345
  * <p>The configuration that determines how many retries are allowed for each failure
3036
3346
  * type for a job.</p>
3037
3347
  */
@@ -3043,6 +3353,7 @@ export interface JobExecutionsRetryConfig {
3043
3353
  criteriaList: RetryCriteria[] | undefined;
3044
3354
  }
3045
3355
  /**
3356
+ * @public
3046
3357
  * <p>Allows you to define a criteria to initiate the increase in rate of rollout for a job.</p>
3047
3358
  */
3048
3359
  export interface RateIncreaseCriteria {
@@ -3056,6 +3367,7 @@ export interface RateIncreaseCriteria {
3056
3367
  numberOfSucceededThings?: number;
3057
3368
  }
3058
3369
  /**
3370
+ * @public
3059
3371
  * <p>Allows you to create an exponential rate of rollout for a job.</p>
3060
3372
  */
3061
3373
  export interface ExponentialRolloutRate {
@@ -3075,6 +3387,7 @@ export interface ExponentialRolloutRate {
3075
3387
  rateIncreaseCriteria: RateIncreaseCriteria | undefined;
3076
3388
  }
3077
3389
  /**
3390
+ * @public
3078
3391
  * <p>Allows you to create a staged rollout of a job.</p>
3079
3392
  */
3080
3393
  export interface JobExecutionsRolloutConfig {
@@ -3090,6 +3403,7 @@ export interface JobExecutionsRolloutConfig {
3090
3403
  exponentialRate?: ExponentialRolloutRate;
3091
3404
  }
3092
3405
  /**
3406
+ * @public
3093
3407
  * <p>Configuration for pre-signed S3 URLs.</p>
3094
3408
  */
3095
3409
  export interface PresignedUrlConfig {
@@ -3108,12 +3422,16 @@ export interface PresignedUrlConfig {
3108
3422
  */
3109
3423
  expiresInSec?: number;
3110
3424
  }
3425
+ /**
3426
+ * @public
3427
+ */
3111
3428
  export declare enum JobEndBehavior {
3112
3429
  CANCEL = "CANCEL",
3113
3430
  FORCE_CANCEL = "FORCE_CANCEL",
3114
3431
  STOP_ROLLOUT = "STOP_ROLLOUT"
3115
3432
  }
3116
3433
  /**
3434
+ * @public
3117
3435
  * <p>An optional configuration within the <code>SchedulingConfig</code> to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.</p>
3118
3436
  */
3119
3437
  export interface MaintenanceWindow {
@@ -3127,6 +3445,7 @@ export interface MaintenanceWindow {
3127
3445
  durationInMinutes: number | undefined;
3128
3446
  }
3129
3447
  /**
3448
+ * @public
3130
3449
  * <p>Specifies the date and time that a job will begin the rollout of the job document to all devices in the target group. Additionally, you can specify the end behavior for each job execution when it reaches the scheduled end time.</p>
3131
3450
  */
3132
3451
  export interface SchedulingConfig {
@@ -3159,11 +3478,15 @@ export interface SchedulingConfig {
3159
3478
  */
3160
3479
  maintenanceWindows?: MaintenanceWindow[];
3161
3480
  }
3481
+ /**
3482
+ * @public
3483
+ */
3162
3484
  export declare enum TargetSelection {
3163
3485
  CONTINUOUS = "CONTINUOUS",
3164
3486
  SNAPSHOT = "SNAPSHOT"
3165
3487
  }
3166
3488
  /**
3489
+ * @public
3167
3490
  * <p>Specifies the amount of time each device has to finish its execution of the job. A timer
3168
3491
  * is started when the job execution status is set to <code>IN_PROGRESS</code>. If the job
3169
3492
  * execution status is not set to another terminal state before the timer expires, it will
@@ -3179,6 +3502,9 @@ export interface TimeoutConfig {
3179
3502
  */
3180
3503
  inProgressTimeoutInMinutes?: number;
3181
3504
  }
3505
+ /**
3506
+ * @public
3507
+ */
3182
3508
  export interface CreateJobRequest {
3183
3509
  /**
3184
3510
  * <p>A job identifier which must be unique for your Amazon Web Services account. We recommend using a UUID. Alpha-numeric
@@ -3195,7 +3521,7 @@ export interface CreateJobRequest {
3195
3521
  * <p>If the job document resides in an S3 bucket, you must use a placeholder link when specifying the document.</p>
3196
3522
  * <p>The placeholder link is of the following form:</p>
3197
3523
  * <p>
3198
- * <code>${aws:iot:s3-presigned-url:https://s3.amazonaws.com/<i>bucket</i>/<i>key</i>}</code>
3524
+ * <code>$\{aws:iot:s3-presigned-url:https://s3.amazonaws.com/<i>bucket</i>/<i>key</i>\}</code>
3199
3525
  * </p>
3200
3526
  * <p>where <i>bucket</i> is your bucket name and <i>key</i> is the object in the bucket to which you are linking.</p>
3201
3527
  * </note>
@@ -3280,6 +3606,9 @@ export interface CreateJobRequest {
3280
3606
  */
3281
3607
  schedulingConfig?: SchedulingConfig;
3282
3608
  }
3609
+ /**
3610
+ * @public
3611
+ */
3283
3612
  export interface CreateJobResponse {
3284
3613
  /**
3285
3614
  * <p>The job ARN.</p>
@@ -3295,6 +3624,7 @@ export interface CreateJobResponse {
3295
3624
  description?: string;
3296
3625
  }
3297
3626
  /**
3627
+ * @public
3298
3628
  * <p>A resource with the same name already exists.</p>
3299
3629
  */
3300
3630
  export declare class ConflictException extends __BaseException {
@@ -3305,6 +3635,9 @@ export declare class ConflictException extends __BaseException {
3305
3635
  */
3306
3636
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
3307
3637
  }
3638
+ /**
3639
+ * @public
3640
+ */
3308
3641
  export interface CreateJobTemplateRequest {
3309
3642
  /**
3310
3643
  * <p>A unique identifier for the job template. We recommend using a UUID. Alpha-numeric
@@ -3321,7 +3654,7 @@ export interface CreateJobTemplateRequest {
3321
3654
  * <p>If the job document resides in an S3 bucket, you must use a placeholder link when specifying the document.</p>
3322
3655
  * <p>The placeholder link is of the following form:</p>
3323
3656
  * <p>
3324
- * <code>${aws:iot:s3-presigned-url:https://s3.amazonaws.com/<i>bucket</i>/<i>key</i>}</code>
3657
+ * <code>$\{aws:iot:s3-presigned-url:https://s3.amazonaws.com/<i>bucket</i>/<i>key</i>\}</code>
3325
3658
  * </p>
3326
3659
  * <p>where <i>bucket</i> is your bucket name and <i>key</i> is the object in the bucket to which you are linking.</p>
3327
3660
  * </note>
@@ -3367,6 +3700,9 @@ export interface CreateJobTemplateRequest {
3367
3700
  */
3368
3701
  maintenanceWindows?: MaintenanceWindow[];
3369
3702
  }
3703
+ /**
3704
+ * @public
3705
+ */
3370
3706
  export interface CreateJobTemplateResponse {
3371
3707
  /**
3372
3708
  * <p>The ARN of the job template.</p>
@@ -3378,6 +3714,7 @@ export interface CreateJobTemplateResponse {
3378
3714
  jobTemplateId?: string;
3379
3715
  }
3380
3716
  /**
3717
+ * @public
3381
3718
  * <p>The input for the CreateKeysAndCertificate operation.</p>
3382
3719
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateKeysAndCertificateRequest</a> action.</p>
3383
3720
  */
@@ -3388,6 +3725,7 @@ export interface CreateKeysAndCertificateRequest {
3388
3725
  setAsActive?: boolean;
3389
3726
  }
3390
3727
  /**
3728
+ * @public
3391
3729
  * <p>Describes a key pair.</p>
3392
3730
  */
3393
3731
  export interface KeyPair {
@@ -3401,6 +3739,7 @@ export interface KeyPair {
3401
3739
  PrivateKey?: string;
3402
3740
  }
3403
3741
  /**
3742
+ * @public
3404
3743
  * <p>The output of the CreateKeysAndCertificate operation.</p>
3405
3744
  */
3406
3745
  export interface CreateKeysAndCertificateResponse {
@@ -3422,6 +3761,9 @@ export interface CreateKeysAndCertificateResponse {
3422
3761
  */
3423
3762
  keyPair?: KeyPair;
3424
3763
  }
3764
+ /**
3765
+ * @public
3766
+ */
3425
3767
  export declare enum LogLevel {
3426
3768
  DEBUG = "DEBUG",
3427
3769
  DISABLED = "DISABLED",
@@ -3430,6 +3772,7 @@ export declare enum LogLevel {
3430
3772
  WARN = "WARN"
3431
3773
  }
3432
3774
  /**
3775
+ * @public
3433
3776
  * <p>Parameters used when defining a mitigation action that enable Amazon Web Services IoT Core logging.</p>
3434
3777
  */
3435
3778
  export interface EnableIoTLoggingParams {
@@ -3443,6 +3786,7 @@ export interface EnableIoTLoggingParams {
3443
3786
  logLevel: LogLevel | string | undefined;
3444
3787
  }
3445
3788
  /**
3789
+ * @public
3446
3790
  * <p>Parameters to define a mitigation action that publishes findings to Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.</p>
3447
3791
  */
3448
3792
  export interface PublishFindingToSnsParams {
@@ -3451,10 +3795,14 @@ export interface PublishFindingToSnsParams {
3451
3795
  */
3452
3796
  topicArn: string | undefined;
3453
3797
  }
3798
+ /**
3799
+ * @public
3800
+ */
3454
3801
  export declare enum PolicyTemplateName {
3455
3802
  BLANK_POLICY = "BLANK_POLICY"
3456
3803
  }
3457
3804
  /**
3805
+ * @public
3458
3806
  * <p>Parameters to define a mitigation action that adds a blank policy to restrict permissions.</p>
3459
3807
  */
3460
3808
  export interface ReplaceDefaultPolicyVersionParams {
@@ -3463,10 +3811,14 @@ export interface ReplaceDefaultPolicyVersionParams {
3463
3811
  */
3464
3812
  templateName: PolicyTemplateName | string | undefined;
3465
3813
  }
3814
+ /**
3815
+ * @public
3816
+ */
3466
3817
  export declare enum CACertificateUpdateAction {
3467
3818
  DEACTIVATE = "DEACTIVATE"
3468
3819
  }
3469
3820
  /**
3821
+ * @public
3470
3822
  * <p>Parameters to define a mitigation action that changes the state of the CA certificate to inactive.</p>
3471
3823
  */
3472
3824
  export interface UpdateCACertificateParams {
@@ -3475,10 +3827,14 @@ export interface UpdateCACertificateParams {
3475
3827
  */
3476
3828
  action: CACertificateUpdateAction | string | undefined;
3477
3829
  }
3830
+ /**
3831
+ * @public
3832
+ */
3478
3833
  export declare enum DeviceCertificateUpdateAction {
3479
3834
  DEACTIVATE = "DEACTIVATE"
3480
3835
  }
3481
3836
  /**
3837
+ * @public
3482
3838
  * <p>Parameters to define a mitigation action that changes the state of the device certificate to inactive.</p>
3483
3839
  */
3484
3840
  export interface UpdateDeviceCertificateParams {
@@ -3488,6 +3844,7 @@ export interface UpdateDeviceCertificateParams {
3488
3844
  action: DeviceCertificateUpdateAction | string | undefined;
3489
3845
  }
3490
3846
  /**
3847
+ * @public
3491
3848
  * <p>The set of parameters for this mitigation action. You can specify only one type of parameter (in other words, you can apply only one action for each defined mitigation action).</p>
3492
3849
  */
3493
3850
  export interface MitigationActionParams {
@@ -3516,6 +3873,9 @@ export interface MitigationActionParams {
3516
3873
  */
3517
3874
  publishFindingToSnsParams?: PublishFindingToSnsParams;
3518
3875
  }
3876
+ /**
3877
+ * @public
3878
+ */
3519
3879
  export interface CreateMitigationActionRequest {
3520
3880
  /**
3521
3881
  * <p>A friendly name for the action. Choose a friendly name that accurately describes the action (for example, <code>EnableLoggingAction</code>).</p>
@@ -3534,6 +3894,9 @@ export interface CreateMitigationActionRequest {
3534
3894
  */
3535
3895
  tags?: Tag[];
3536
3896
  }
3897
+ /**
3898
+ * @public
3899
+ */
3537
3900
  export interface CreateMitigationActionResponse {
3538
3901
  /**
3539
3902
  * <p>The ARN for the new mitigation action.</p>
@@ -3544,9 +3907,15 @@ export interface CreateMitigationActionResponse {
3544
3907
  */
3545
3908
  actionId?: string;
3546
3909
  }
3910
+ /**
3911
+ * @public
3912
+ */
3547
3913
  export declare enum AwsJobAbortCriteriaAbortAction {
3548
3914
  CANCEL = "CANCEL"
3549
3915
  }
3916
+ /**
3917
+ * @public
3918
+ */
3550
3919
  export declare enum AwsJobAbortCriteriaFailureType {
3551
3920
  ALL = "ALL",
3552
3921
  FAILED = "FAILED",
@@ -3554,6 +3923,7 @@ export declare enum AwsJobAbortCriteriaFailureType {
3554
3923
  TIMED_OUT = "TIMED_OUT"
3555
3924
  }
3556
3925
  /**
3926
+ * @public
3557
3927
  * <p>The criteria that determine when and how a job abort takes place.</p>
3558
3928
  */
3559
3929
  export interface AwsJobAbortCriteria {
@@ -3577,6 +3947,7 @@ export interface AwsJobAbortCriteria {
3577
3947
  minNumberOfExecutedThings: number | undefined;
3578
3948
  }
3579
3949
  /**
3950
+ * @public
3580
3951
  * <p>The criteria that determine when and how a job abort takes place.</p>
3581
3952
  */
3582
3953
  export interface AwsJobAbortConfig {
@@ -3586,6 +3957,7 @@ export interface AwsJobAbortConfig {
3586
3957
  abortCriteriaList: AwsJobAbortCriteria[] | undefined;
3587
3958
  }
3588
3959
  /**
3960
+ * @public
3589
3961
  * <p>The criteria to initiate the increase in rate of rollout for a job.</p>
3590
3962
  */
3591
3963
  export interface AwsJobRateIncreaseCriteria {
@@ -3601,6 +3973,7 @@ export interface AwsJobRateIncreaseCriteria {
3601
3973
  numberOfSucceededThings?: number;
3602
3974
  }
3603
3975
  /**
3976
+ * @public
3604
3977
  * <p>The rate of increase for a job rollout. This parameter allows you to define an exponential rate
3605
3978
  * increase for a job rollout.</p>
3606
3979
  */
@@ -3622,6 +3995,7 @@ export interface AwsJobExponentialRolloutRate {
3622
3995
  rateIncreaseCriteria: AwsJobRateIncreaseCriteria | undefined;
3623
3996
  }
3624
3997
  /**
3998
+ * @public
3625
3999
  * <p>Configuration for the rollout of OTA updates.</p>
3626
4000
  */
3627
4001
  export interface AwsJobExecutionsRolloutConfig {
@@ -3636,6 +4010,7 @@ export interface AwsJobExecutionsRolloutConfig {
3636
4010
  exponentialRate?: AwsJobExponentialRolloutRate;
3637
4011
  }
3638
4012
  /**
4013
+ * @public
3639
4014
  * <p>Configuration information for pre-signed URLs. Valid when <code>protocols</code>
3640
4015
  * contains HTTP.</p>
3641
4016
  */
@@ -3647,6 +4022,7 @@ export interface AwsJobPresignedUrlConfig {
3647
4022
  expiresInSec?: number;
3648
4023
  }
3649
4024
  /**
4025
+ * @public
3650
4026
  * <p>Specifies the amount of time each device has to finish its execution of the job. A timer is
3651
4027
  * started when the job execution status is set to <code>IN_PROGRESS</code>. If the job execution
3652
4028
  * status is not set to another terminal state before the timer expires, it will be automatically
@@ -3663,6 +4039,7 @@ export interface AwsJobTimeoutConfig {
3663
4039
  inProgressTimeoutInMinutes?: number;
3664
4040
  }
3665
4041
  /**
4042
+ * @public
3666
4043
  * <p>Describes the certificate chain being used when code signing a file.</p>
3667
4044
  */
3668
4045
  export interface CodeSigningCertificateChain {
@@ -3676,6 +4053,7 @@ export interface CodeSigningCertificateChain {
3676
4053
  inlineDocument?: string;
3677
4054
  }
3678
4055
  /**
4056
+ * @public
3679
4057
  * <p>Describes the signature for a file.</p>
3680
4058
  */
3681
4059
  export interface CodeSigningSignature {
@@ -3685,6 +4063,7 @@ export interface CodeSigningSignature {
3685
4063
  inlineDocument?: Uint8Array;
3686
4064
  }
3687
4065
  /**
4066
+ * @public
3688
4067
  * <p>Describes a custom method used to code sign a file.</p>
3689
4068
  */
3690
4069
  export interface CustomCodeSigning {
@@ -3706,6 +4085,7 @@ export interface CustomCodeSigning {
3706
4085
  signatureAlgorithm?: string;
3707
4086
  }
3708
4087
  /**
4088
+ * @public
3709
4089
  * <p>Describes the location of updated firmware in S3.</p>
3710
4090
  */
3711
4091
  export interface S3Destination {
@@ -3719,6 +4099,7 @@ export interface S3Destination {
3719
4099
  prefix?: string;
3720
4100
  }
3721
4101
  /**
4102
+ * @public
3722
4103
  * <p>Describes the location of the updated firmware.</p>
3723
4104
  */
3724
4105
  export interface Destination {
@@ -3728,6 +4109,7 @@ export interface Destination {
3728
4109
  s3Destination?: S3Destination;
3729
4110
  }
3730
4111
  /**
4112
+ * @public
3731
4113
  * <p>Describes the code-signing profile.</p>
3732
4114
  */
3733
4115
  export interface SigningProfileParameter {
@@ -3745,6 +4127,7 @@ export interface SigningProfileParameter {
3745
4127
  certificatePathOnDevice?: string;
3746
4128
  }
3747
4129
  /**
4130
+ * @public
3748
4131
  * <p>Information required to start a signing job.</p>
3749
4132
  */
3750
4133
  export interface StartSigningJobParameter {
@@ -3762,6 +4145,7 @@ export interface StartSigningJobParameter {
3762
4145
  destination?: Destination;
3763
4146
  }
3764
4147
  /**
4148
+ * @public
3765
4149
  * <p>Describes the method to use when code signing a file.</p>
3766
4150
  */
3767
4151
  export interface CodeSigning {
@@ -3779,6 +4163,7 @@ export interface CodeSigning {
3779
4163
  customCodeSigning?: CustomCodeSigning;
3780
4164
  }
3781
4165
  /**
4166
+ * @public
3782
4167
  * <p>The S3 location.</p>
3783
4168
  */
3784
4169
  export interface S3Location {
@@ -3796,6 +4181,7 @@ export interface S3Location {
3796
4181
  version?: string;
3797
4182
  }
3798
4183
  /**
4184
+ * @public
3799
4185
  * <p>Describes a group of files that can be streamed.</p>
3800
4186
  */
3801
4187
  export interface _Stream {
@@ -3809,6 +4195,7 @@ export interface _Stream {
3809
4195
  fileId?: number;
3810
4196
  }
3811
4197
  /**
4198
+ * @public
3812
4199
  * <p>The location of the OTA update.</p>
3813
4200
  */
3814
4201
  export interface FileLocation {
@@ -3822,6 +4209,7 @@ export interface FileLocation {
3822
4209
  s3Location?: S3Location;
3823
4210
  }
3824
4211
  /**
4212
+ * @public
3825
4213
  * <p>Describes a file to be associated with an OTA update.</p>
3826
4214
  */
3827
4215
  export interface OTAUpdateFile {
@@ -3851,10 +4239,16 @@ export interface OTAUpdateFile {
3851
4239
  */
3852
4240
  attributes?: Record<string, string>;
3853
4241
  }
4242
+ /**
4243
+ * @public
4244
+ */
3854
4245
  export declare enum Protocol {
3855
4246
  HTTP = "HTTP",
3856
4247
  MQTT = "MQTT"
3857
4248
  }
4249
+ /**
4250
+ * @public
4251
+ */
3858
4252
  export interface CreateOTAUpdateRequest {
3859
4253
  /**
3860
4254
  * <p>The ID of the OTA update to be created.</p>
@@ -3918,12 +4312,18 @@ export interface CreateOTAUpdateRequest {
3918
4312
  */
3919
4313
  tags?: Tag[];
3920
4314
  }
4315
+ /**
4316
+ * @public
4317
+ */
3921
4318
  export declare enum OTAUpdateStatus {
3922
4319
  CREATE_COMPLETE = "CREATE_COMPLETE",
3923
4320
  CREATE_FAILED = "CREATE_FAILED",
3924
4321
  CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
3925
4322
  CREATE_PENDING = "CREATE_PENDING"
3926
4323
  }
4324
+ /**
4325
+ * @public
4326
+ */
3927
4327
  export interface CreateOTAUpdateResponse {
3928
4328
  /**
3929
4329
  * <p>The OTA update ID.</p>
@@ -3947,6 +4347,7 @@ export interface CreateOTAUpdateResponse {
3947
4347
  otaUpdateStatus?: OTAUpdateStatus | string;
3948
4348
  }
3949
4349
  /**
4350
+ * @public
3950
4351
  * <p>The input for the CreatePolicy operation.</p>
3951
4352
  */
3952
4353
  export interface CreatePolicyRequest {
@@ -3972,6 +4373,7 @@ export interface CreatePolicyRequest {
3972
4373
  tags?: Tag[];
3973
4374
  }
3974
4375
  /**
4376
+ * @public
3975
4377
  * <p>The output from the CreatePolicy operation.</p>
3976
4378
  */
3977
4379
  export interface CreatePolicyResponse {
@@ -3993,6 +4395,7 @@ export interface CreatePolicyResponse {
3993
4395
  policyVersionId?: string;
3994
4396
  }
3995
4397
  /**
4398
+ * @public
3996
4399
  * <p>The policy documentation is not valid.</p>
3997
4400
  */
3998
4401
  export declare class MalformedPolicyException extends __BaseException {
@@ -4004,6 +4407,7 @@ export declare class MalformedPolicyException extends __BaseException {
4004
4407
  constructor(opts: __ExceptionOptionType<MalformedPolicyException, __BaseException>);
4005
4408
  }
4006
4409
  /**
4410
+ * @public
4007
4411
  * <p>The input for the CreatePolicyVersion operation.</p>
4008
4412
  */
4009
4413
  export interface CreatePolicyVersionRequest {
@@ -4024,6 +4428,7 @@ export interface CreatePolicyVersionRequest {
4024
4428
  setAsDefault?: boolean;
4025
4429
  }
4026
4430
  /**
4431
+ * @public
4027
4432
  * <p>The output of the CreatePolicyVersion operation.</p>
4028
4433
  */
4029
4434
  export interface CreatePolicyVersionResponse {
@@ -4045,6 +4450,7 @@ export interface CreatePolicyVersionResponse {
4045
4450
  isDefaultVersion?: boolean;
4046
4451
  }
4047
4452
  /**
4453
+ * @public
4048
4454
  * <p>The number of policy versions exceeds the limit.</p>
4049
4455
  */
4050
4456
  export declare class VersionsLimitExceededException extends __BaseException {
@@ -4055,12 +4461,18 @@ export declare class VersionsLimitExceededException extends __BaseException {
4055
4461
  */
4056
4462
  constructor(opts: __ExceptionOptionType<VersionsLimitExceededException, __BaseException>);
4057
4463
  }
4464
+ /**
4465
+ * @public
4466
+ */
4058
4467
  export interface CreateProvisioningClaimRequest {
4059
4468
  /**
4060
4469
  * <p>The name of the provisioning template to use.</p>
4061
4470
  */
4062
4471
  templateName: string | undefined;
4063
4472
  }
4473
+ /**
4474
+ * @public
4475
+ */
4064
4476
  export interface CreateProvisioningClaimResponse {
4065
4477
  /**
4066
4478
  * <p>The ID of the certificate.</p>
@@ -4080,6 +4492,7 @@ export interface CreateProvisioningClaimResponse {
4080
4492
  expiration?: Date;
4081
4493
  }
4082
4494
  /**
4495
+ * @public
4083
4496
  * <p>Structure that contains <code>payloadVersion</code> and
4084
4497
  * <code>targetArn</code>.</p>
4085
4498
  */
@@ -4097,10 +4510,16 @@ export interface ProvisioningHook {
4097
4510
  */
4098
4511
  targetArn: string | undefined;
4099
4512
  }
4513
+ /**
4514
+ * @public
4515
+ */
4100
4516
  export declare enum TemplateType {
4101
4517
  FLEET_PROVISIONING = "FLEET_PROVISIONING",
4102
4518
  JITP = "JITP"
4103
4519
  }
4520
+ /**
4521
+ * @public
4522
+ */
4104
4523
  export interface CreateProvisioningTemplateRequest {
4105
4524
  /**
4106
4525
  * <p>The name of the provisioning template.</p>
@@ -4148,6 +4567,9 @@ export interface CreateProvisioningTemplateRequest {
4148
4567
  */
4149
4568
  type?: TemplateType | string;
4150
4569
  }
4570
+ /**
4571
+ * @public
4572
+ */
4151
4573
  export interface CreateProvisioningTemplateResponse {
4152
4574
  /**
4153
4575
  * <p>The ARN that identifies the provisioning template.</p>
@@ -4162,6 +4584,9 @@ export interface CreateProvisioningTemplateResponse {
4162
4584
  */
4163
4585
  defaultVersionId?: number;
4164
4586
  }
4587
+ /**
4588
+ * @public
4589
+ */
4165
4590
  export interface CreateProvisioningTemplateVersionRequest {
4166
4591
  /**
4167
4592
  * <p>The name of the provisioning template.</p>
@@ -4176,6 +4601,9 @@ export interface CreateProvisioningTemplateVersionRequest {
4176
4601
  */
4177
4602
  setAsDefault?: boolean;
4178
4603
  }
4604
+ /**
4605
+ * @public
4606
+ */
4179
4607
  export interface CreateProvisioningTemplateVersionResponse {
4180
4608
  /**
4181
4609
  * <p>The ARN that identifies the provisioning template.</p>
@@ -4195,6 +4623,9 @@ export interface CreateProvisioningTemplateVersionResponse {
4195
4623
  */
4196
4624
  isDefaultVersion?: boolean;
4197
4625
  }
4626
+ /**
4627
+ * @public
4628
+ */
4198
4629
  export interface CreateRoleAliasRequest {
4199
4630
  /**
4200
4631
  * <p>The role alias that points to a role ARN. This allows you to change the role without
@@ -4223,6 +4654,9 @@ export interface CreateRoleAliasRequest {
4223
4654
  */
4224
4655
  tags?: Tag[];
4225
4656
  }
4657
+ /**
4658
+ * @public
4659
+ */
4226
4660
  export interface CreateRoleAliasResponse {
4227
4661
  /**
4228
4662
  * <p>The role alias.</p>
@@ -4233,6 +4667,9 @@ export interface CreateRoleAliasResponse {
4233
4667
  */
4234
4668
  roleAliasArn?: string;
4235
4669
  }
4670
+ /**
4671
+ * @public
4672
+ */
4236
4673
  export declare enum DayOfWeek {
4237
4674
  FRI = "FRI",
4238
4675
  MON = "MON",
@@ -4242,6 +4679,9 @@ export declare enum DayOfWeek {
4242
4679
  TUE = "TUE",
4243
4680
  WED = "WED"
4244
4681
  }
4682
+ /**
4683
+ * @public
4684
+ */
4245
4685
  export interface CreateScheduledAuditRequest {
4246
4686
  /**
4247
4687
  * <p>How often the scheduled audit takes
@@ -4287,12 +4727,18 @@ export interface CreateScheduledAuditRequest {
4287
4727
  */
4288
4728
  tags?: Tag[];
4289
4729
  }
4730
+ /**
4731
+ * @public
4732
+ */
4290
4733
  export interface CreateScheduledAuditResponse {
4291
4734
  /**
4292
4735
  * <p>The ARN of the scheduled audit.</p>
4293
4736
  */
4294
4737
  scheduledAuditArn?: string;
4295
4738
  }
4739
+ /**
4740
+ * @public
4741
+ */
4296
4742
  export interface CreateSecurityProfileRequest {
4297
4743
  /**
4298
4744
  * <p>The name you are giving to the security profile.</p>
@@ -4331,6 +4777,9 @@ export interface CreateSecurityProfileRequest {
4331
4777
  */
4332
4778
  tags?: Tag[];
4333
4779
  }
4780
+ /**
4781
+ * @public
4782
+ */
4334
4783
  export interface CreateSecurityProfileResponse {
4335
4784
  /**
4336
4785
  * <p>The name you gave to the security profile.</p>
@@ -4342,6 +4791,7 @@ export interface CreateSecurityProfileResponse {
4342
4791
  securityProfileArn?: string;
4343
4792
  }
4344
4793
  /**
4794
+ * @public
4345
4795
  * <p>Represents a file to stream.</p>
4346
4796
  */
4347
4797
  export interface StreamFile {
@@ -4354,6 +4804,9 @@ export interface StreamFile {
4354
4804
  */
4355
4805
  s3Location?: S3Location;
4356
4806
  }
4807
+ /**
4808
+ * @public
4809
+ */
4357
4810
  export interface CreateStreamRequest {
4358
4811
  /**
4359
4812
  * <p>The stream ID.</p>
@@ -4376,6 +4829,9 @@ export interface CreateStreamRequest {
4376
4829
  */
4377
4830
  tags?: Tag[];
4378
4831
  }
4832
+ /**
4833
+ * @public
4834
+ */
4379
4835
  export interface CreateStreamResponse {
4380
4836
  /**
4381
4837
  * <p>The stream ID.</p>
@@ -4395,6 +4851,7 @@ export interface CreateStreamResponse {
4395
4851
  streamVersion?: number;
4396
4852
  }
4397
4853
  /**
4854
+ * @public
4398
4855
  * <p>The input for the CreateThing operation.</p>
4399
4856
  */
4400
4857
  export interface CreateThingRequest {
@@ -4412,7 +4869,7 @@ export interface CreateThingRequest {
4412
4869
  * <p>The attribute payload, which consists of up to three name/value pairs in a JSON
4413
4870
  * document. For example:</p>
4414
4871
  * <p>
4415
- * <code>{\"attributes\":{\"string1\":\"string2\"}}</code>
4872
+ * <code>\{\"attributes\":\{\"string1\":\"string2\"\}\}</code>
4416
4873
  * </p>
4417
4874
  */
4418
4875
  attributePayload?: AttributePayload;
@@ -4422,6 +4879,7 @@ export interface CreateThingRequest {
4422
4879
  billingGroupName?: string;
4423
4880
  }
4424
4881
  /**
4882
+ * @public
4425
4883
  * <p>The output of the CreateThing operation.</p>
4426
4884
  */
4427
4885
  export interface CreateThingResponse {
@@ -4438,6 +4896,9 @@ export interface CreateThingResponse {
4438
4896
  */
4439
4897
  thingId?: string;
4440
4898
  }
4899
+ /**
4900
+ * @public
4901
+ */
4441
4902
  export interface CreateThingGroupRequest {
4442
4903
  /**
4443
4904
  * <p>The thing group name to create.</p>
@@ -4456,6 +4917,9 @@ export interface CreateThingGroupRequest {
4456
4917
  */
4457
4918
  tags?: Tag[];
4458
4919
  }
4920
+ /**
4921
+ * @public
4922
+ */
4459
4923
  export interface CreateThingGroupResponse {
4460
4924
  /**
4461
4925
  * <p>The thing group name.</p>
@@ -4471,6 +4935,7 @@ export interface CreateThingGroupResponse {
4471
4935
  thingGroupId?: string;
4472
4936
  }
4473
4937
  /**
4938
+ * @public
4474
4939
  * <p>The ThingTypeProperties contains information about the thing type including: a thing type description,
4475
4940
  * and a list of searchable thing attribute names.</p>
4476
4941
  */
@@ -4485,6 +4950,7 @@ export interface ThingTypeProperties {
4485
4950
  searchableAttributes?: string[];
4486
4951
  }
4487
4952
  /**
4953
+ * @public
4488
4954
  * <p>The input for the CreateThingType operation.</p>
4489
4955
  */
4490
4956
  export interface CreateThingTypeRequest {
@@ -4504,6 +4970,7 @@ export interface CreateThingTypeRequest {
4504
4970
  tags?: Tag[];
4505
4971
  }
4506
4972
  /**
4973
+ * @public
4507
4974
  * <p>The output of the CreateThingType operation.</p>
4508
4975
  */
4509
4976
  export interface CreateThingTypeResponse {
@@ -4521,6 +4988,7 @@ export interface CreateThingTypeResponse {
4521
4988
  thingTypeId?: string;
4522
4989
  }
4523
4990
  /**
4991
+ * @public
4524
4992
  * <p>Describes a rule.</p>
4525
4993
  */
4526
4994
  export interface TopicRulePayload {
@@ -4551,6 +5019,7 @@ export interface TopicRulePayload {
4551
5019
  errorAction?: Action;
4552
5020
  }
4553
5021
  /**
5022
+ * @public
4554
5023
  * <p>The input for the CreateTopicRule operation.</p>
4555
5024
  */
4556
5025
  export interface CreateTopicRuleRequest {
@@ -4575,6 +5044,7 @@ export interface CreateTopicRuleRequest {
4575
5044
  tags?: string;
4576
5045
  }
4577
5046
  /**
5047
+ * @public
4578
5048
  * <p>The Rule-SQL expression can't be parsed correctly.</p>
4579
5049
  */
4580
5050
  export declare class SqlParseException extends __BaseException {
@@ -4586,6 +5056,7 @@ export declare class SqlParseException extends __BaseException {
4586
5056
  constructor(opts: __ExceptionOptionType<SqlParseException, __BaseException>);
4587
5057
  }
4588
5058
  /**
5059
+ * @public
4589
5060
  * <p>HTTP URL destination configuration used by the topic rule's HTTP action.</p>
4590
5061
  */
4591
5062
  export interface HttpUrlDestinationConfiguration {
@@ -4596,6 +5067,7 @@ export interface HttpUrlDestinationConfiguration {
4596
5067
  confirmationUrl: string | undefined;
4597
5068
  }
4598
5069
  /**
5070
+ * @public
4599
5071
  * <p>The configuration information for a virtual private cloud (VPC) destination.</p>
4600
5072
  */
4601
5073
  export interface VpcDestinationConfiguration {
@@ -4617,6 +5089,7 @@ export interface VpcDestinationConfiguration {
4617
5089
  roleArn: string | undefined;
4618
5090
  }
4619
5091
  /**
5092
+ * @public
4620
5093
  * <p>Configuration of the topic rule destination.</p>
4621
5094
  */
4622
5095
  export interface TopicRuleDestinationConfiguration {
@@ -4629,6 +5102,9 @@ export interface TopicRuleDestinationConfiguration {
4629
5102
  */
4630
5103
  vpcConfiguration?: VpcDestinationConfiguration;
4631
5104
  }
5105
+ /**
5106
+ * @public
5107
+ */
4632
5108
  export interface CreateTopicRuleDestinationRequest {
4633
5109
  /**
4634
5110
  * <p>The topic rule destination configuration.</p>
@@ -4636,6 +5112,7 @@ export interface CreateTopicRuleDestinationRequest {
4636
5112
  destinationConfiguration: TopicRuleDestinationConfiguration | undefined;
4637
5113
  }
4638
5114
  /**
5115
+ * @public
4639
5116
  * <p>HTTP URL destination properties.</p>
4640
5117
  */
4641
5118
  export interface HttpUrlDestinationProperties {
@@ -4644,6 +5121,9 @@ export interface HttpUrlDestinationProperties {
4644
5121
  */
4645
5122
  confirmationUrl?: string;
4646
5123
  }
5124
+ /**
5125
+ * @public
5126
+ */
4647
5127
  export declare enum TopicRuleDestinationStatus {
4648
5128
  DELETING = "DELETING",
4649
5129
  DISABLED = "DISABLED",
@@ -4652,6 +5132,7 @@ export declare enum TopicRuleDestinationStatus {
4652
5132
  IN_PROGRESS = "IN_PROGRESS"
4653
5133
  }
4654
5134
  /**
5135
+ * @public
4655
5136
  * <p>The properties of a virtual private cloud (VPC) destination.</p>
4656
5137
  */
4657
5138
  export interface VpcDestinationProperties {
@@ -4673,6 +5154,7 @@ export interface VpcDestinationProperties {
4673
5154
  roleArn?: string;
4674
5155
  }
4675
5156
  /**
5157
+ * @public
4676
5158
  * <p>A topic rule destination.</p>
4677
5159
  */
4678
5160
  export interface TopicRuleDestination {
@@ -4737,20 +5219,32 @@ export interface TopicRuleDestination {
4737
5219
  */
4738
5220
  vpcProperties?: VpcDestinationProperties;
4739
5221
  }
5222
+ /**
5223
+ * @public
5224
+ */
4740
5225
  export interface CreateTopicRuleDestinationResponse {
4741
5226
  /**
4742
5227
  * <p>The topic rule destination.</p>
4743
5228
  */
4744
5229
  topicRuleDestination?: TopicRuleDestination;
4745
5230
  }
5231
+ /**
5232
+ * @public
5233
+ */
4746
5234
  export interface DeleteAccountAuditConfigurationRequest {
4747
5235
  /**
4748
5236
  * <p>If true, all scheduled audits are deleted.</p>
4749
5237
  */
4750
5238
  deleteScheduledAudits?: boolean;
4751
5239
  }
5240
+ /**
5241
+ * @public
5242
+ */
4752
5243
  export interface DeleteAccountAuditConfigurationResponse {
4753
5244
  }
5245
+ /**
5246
+ * @public
5247
+ */
4754
5248
  export interface DeleteAuditSuppressionRequest {
4755
5249
  /**
4756
5250
  * <p>An audit check name. Checks must be enabled
@@ -4764,17 +5258,27 @@ export interface DeleteAuditSuppressionRequest {
4764
5258
  */
4765
5259
  resourceIdentifier: ResourceIdentifier | undefined;
4766
5260
  }
5261
+ /**
5262
+ * @public
5263
+ */
4767
5264
  export interface DeleteAuditSuppressionResponse {
4768
5265
  }
5266
+ /**
5267
+ * @public
5268
+ */
4769
5269
  export interface DeleteAuthorizerRequest {
4770
5270
  /**
4771
5271
  * <p>The name of the authorizer to delete.</p>
4772
5272
  */
4773
5273
  authorizerName: string | undefined;
4774
5274
  }
5275
+ /**
5276
+ * @public
5277
+ */
4775
5278
  export interface DeleteAuthorizerResponse {
4776
5279
  }
4777
5280
  /**
5281
+ * @public
4778
5282
  * <p>You can't delete the resource because it is attached to one or more
4779
5283
  * resources.</p>
4780
5284
  */
@@ -4786,6 +5290,9 @@ export declare class DeleteConflictException extends __BaseException {
4786
5290
  */
4787
5291
  constructor(opts: __ExceptionOptionType<DeleteConflictException, __BaseException>);
4788
5292
  }
5293
+ /**
5294
+ * @public
5295
+ */
4789
5296
  export interface DeleteBillingGroupRequest {
4790
5297
  /**
4791
5298
  * <p>The name of the billing group.</p>
@@ -4799,9 +5306,13 @@ export interface DeleteBillingGroupRequest {
4799
5306
  */
4800
5307
  expectedVersion?: number;
4801
5308
  }
5309
+ /**
5310
+ * @public
5311
+ */
4802
5312
  export interface DeleteBillingGroupResponse {
4803
5313
  }
4804
5314
  /**
5315
+ * @public
4805
5316
  * <p>The certificate operation is not allowed.</p>
4806
5317
  */
4807
5318
  export declare class CertificateStateException extends __BaseException {
@@ -4813,6 +5324,7 @@ export declare class CertificateStateException extends __BaseException {
4813
5324
  constructor(opts: __ExceptionOptionType<CertificateStateException, __BaseException>);
4814
5325
  }
4815
5326
  /**
5327
+ * @public
4816
5328
  * <p>Input for the DeleteCACertificate operation.</p>
4817
5329
  */
4818
5330
  export interface DeleteCACertificateRequest {
@@ -4823,11 +5335,13 @@ export interface DeleteCACertificateRequest {
4823
5335
  certificateId: string | undefined;
4824
5336
  }
4825
5337
  /**
5338
+ * @public
4826
5339
  * <p>The output for the DeleteCACertificate operation.</p>
4827
5340
  */
4828
5341
  export interface DeleteCACertificateResponse {
4829
5342
  }
4830
5343
  /**
5344
+ * @public
4831
5345
  * <p>The input for the DeleteCertificate operation.</p>
4832
5346
  */
4833
5347
  export interface DeleteCertificateRequest {
@@ -4842,6 +5356,9 @@ export interface DeleteCertificateRequest {
4842
5356
  */
4843
5357
  forceDelete?: boolean;
4844
5358
  }
5359
+ /**
5360
+ * @public
5361
+ */
4845
5362
  export interface DeleteCustomMetricRequest {
4846
5363
  /**
4847
5364
  * <p>
@@ -4850,24 +5367,42 @@ export interface DeleteCustomMetricRequest {
4850
5367
  */
4851
5368
  metricName: string | undefined;
4852
5369
  }
5370
+ /**
5371
+ * @public
5372
+ */
4853
5373
  export interface DeleteCustomMetricResponse {
4854
5374
  }
5375
+ /**
5376
+ * @public
5377
+ */
4855
5378
  export interface DeleteDimensionRequest {
4856
5379
  /**
4857
5380
  * <p>The unique identifier for the dimension that you want to delete.</p>
4858
5381
  */
4859
5382
  name: string | undefined;
4860
5383
  }
5384
+ /**
5385
+ * @public
5386
+ */
4861
5387
  export interface DeleteDimensionResponse {
4862
5388
  }
5389
+ /**
5390
+ * @public
5391
+ */
4863
5392
  export interface DeleteDomainConfigurationRequest {
4864
5393
  /**
4865
5394
  * <p>The name of the domain configuration to be deleted.</p>
4866
5395
  */
4867
5396
  domainConfigurationName: string | undefined;
4868
5397
  }
5398
+ /**
5399
+ * @public
5400
+ */
4869
5401
  export interface DeleteDomainConfigurationResponse {
4870
5402
  }
5403
+ /**
5404
+ * @public
5405
+ */
4871
5406
  export interface DeleteDynamicThingGroupRequest {
4872
5407
  /**
4873
5408
  * <p>The name of the dynamic thing group to delete.</p>
@@ -4878,8 +5413,14 @@ export interface DeleteDynamicThingGroupRequest {
4878
5413
  */
4879
5414
  expectedVersion?: number;
4880
5415
  }
5416
+ /**
5417
+ * @public
5418
+ */
4881
5419
  export interface DeleteDynamicThingGroupResponse {
4882
5420
  }
5421
+ /**
5422
+ * @public
5423
+ */
4883
5424
  export interface DeleteFleetMetricRequest {
4884
5425
  /**
4885
5426
  * <p>The name of the fleet metric to delete.</p>
@@ -4890,6 +5431,9 @@ export interface DeleteFleetMetricRequest {
4890
5431
  */
4891
5432
  expectedVersion?: number;
4892
5433
  }
5434
+ /**
5435
+ * @public
5436
+ */
4893
5437
  export interface DeleteJobRequest {
4894
5438
  /**
4895
5439
  * <p>The ID of the job to be deleted.</p>
@@ -4923,6 +5467,9 @@ export interface DeleteJobRequest {
4923
5467
  */
4924
5468
  namespaceId?: string;
4925
5469
  }
5470
+ /**
5471
+ * @public
5472
+ */
4926
5473
  export interface DeleteJobExecutionRequest {
4927
5474
  /**
4928
5475
  * <p>The ID of the job whose execution on a particular device will be deleted.</p>
@@ -4963,20 +5510,32 @@ export interface DeleteJobExecutionRequest {
4963
5510
  */
4964
5511
  namespaceId?: string;
4965
5512
  }
5513
+ /**
5514
+ * @public
5515
+ */
4966
5516
  export interface DeleteJobTemplateRequest {
4967
5517
  /**
4968
5518
  * <p>The unique identifier of the job template to delete.</p>
4969
5519
  */
4970
5520
  jobTemplateId: string | undefined;
4971
5521
  }
5522
+ /**
5523
+ * @public
5524
+ */
4972
5525
  export interface DeleteMitigationActionRequest {
4973
5526
  /**
4974
5527
  * <p>The name of the mitigation action that you want to delete.</p>
4975
5528
  */
4976
5529
  actionName: string | undefined;
4977
5530
  }
5531
+ /**
5532
+ * @public
5533
+ */
4978
5534
  export interface DeleteMitigationActionResponse {
4979
5535
  }
5536
+ /**
5537
+ * @public
5538
+ */
4980
5539
  export interface DeleteOTAUpdateRequest {
4981
5540
  /**
4982
5541
  * <p>The ID of the OTA update to delete.</p>
@@ -4993,9 +5552,13 @@ export interface DeleteOTAUpdateRequest {
4993
5552
  */
4994
5553
  forceDeleteAWSJob?: boolean;
4995
5554
  }
5555
+ /**
5556
+ * @public
5557
+ */
4996
5558
  export interface DeleteOTAUpdateResponse {
4997
5559
  }
4998
5560
  /**
5561
+ * @public
4999
5562
  * <p>The input for the DeletePolicy operation.</p>
5000
5563
  */
5001
5564
  export interface DeletePolicyRequest {