@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
@@ -2,6 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { IoTServiceException as __BaseException } from "./IoTServiceException";
3
3
  import { AbortConfig, Action, ActiveViolation, AggregationType, AlertTarget, AuditCheckConfiguration, AuditCheckDetails, AuditFinding, AuditFrequency, AuditMitigationActionExecutionMetadata, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskMetadata, AuditMitigationActionsTaskStatus, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditSuppression, AuditTaskMetadata, AuditTaskStatus, AuditTaskType, AuthorizerConfig, AuthorizerDescription, AuthorizerStatus, AuthorizerSummary, AutoRegistrationStatus, AwsJobExecutionsRolloutConfig, AwsJobPresignedUrlConfig, Behavior, BillingGroupProperties, CustomMetricType, DayOfWeek, DimensionType, DimensionValueOperator, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MaintenanceWindow, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateFile, OTAUpdateStatus, Policy, PresignedUrlConfig, Protocol, ProvisioningHook, RelatedResource, ResourceIdentifier, SchedulingConfig, ServiceType, StreamFile, TargetSelection, TaskStatisticsForAuditCheck, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TopicRuleDestination, VerificationState } from "./models_0";
4
4
  /**
5
+ * @public
5
6
  * <p>The input for the DeletePolicyVersion operation.</p>
6
7
  */
7
8
  export interface DeletePolicyVersionRequest {
@@ -14,14 +15,23 @@ export interface DeletePolicyVersionRequest {
14
15
  */
15
16
  policyVersionId: string | undefined;
16
17
  }
18
+ /**
19
+ * @public
20
+ */
17
21
  export interface DeleteProvisioningTemplateRequest {
18
22
  /**
19
23
  * <p>The name of the fleet provision template to delete.</p>
20
24
  */
21
25
  templateName: string | undefined;
22
26
  }
27
+ /**
28
+ * @public
29
+ */
23
30
  export interface DeleteProvisioningTemplateResponse {
24
31
  }
32
+ /**
33
+ * @public
34
+ */
25
35
  export interface DeleteProvisioningTemplateVersionRequest {
26
36
  /**
27
37
  * <p>The name of the provisioning template version to delete.</p>
@@ -32,34 +42,54 @@ export interface DeleteProvisioningTemplateVersionRequest {
32
42
  */
33
43
  versionId: number | undefined;
34
44
  }
45
+ /**
46
+ * @public
47
+ */
35
48
  export interface DeleteProvisioningTemplateVersionResponse {
36
49
  }
37
50
  /**
51
+ * @public
38
52
  * <p>The input for the DeleteRegistrationCode operation.</p>
39
53
  */
40
54
  export interface DeleteRegistrationCodeRequest {
41
55
  }
42
56
  /**
57
+ * @public
43
58
  * <p>The output for the DeleteRegistrationCode operation.</p>
44
59
  */
45
60
  export interface DeleteRegistrationCodeResponse {
46
61
  }
62
+ /**
63
+ * @public
64
+ */
47
65
  export interface DeleteRoleAliasRequest {
48
66
  /**
49
67
  * <p>The role alias to delete.</p>
50
68
  */
51
69
  roleAlias: string | undefined;
52
70
  }
71
+ /**
72
+ * @public
73
+ */
53
74
  export interface DeleteRoleAliasResponse {
54
75
  }
76
+ /**
77
+ * @public
78
+ */
55
79
  export interface DeleteScheduledAuditRequest {
56
80
  /**
57
81
  * <p>The name of the scheduled audit you want to delete.</p>
58
82
  */
59
83
  scheduledAuditName: string | undefined;
60
84
  }
85
+ /**
86
+ * @public
87
+ */
61
88
  export interface DeleteScheduledAuditResponse {
62
89
  }
90
+ /**
91
+ * @public
92
+ */
63
93
  export interface DeleteSecurityProfileRequest {
64
94
  /**
65
95
  * <p>The name of the security profile to be deleted.</p>
@@ -72,17 +102,27 @@ export interface DeleteSecurityProfileRequest {
72
102
  */
73
103
  expectedVersion?: number;
74
104
  }
105
+ /**
106
+ * @public
107
+ */
75
108
  export interface DeleteSecurityProfileResponse {
76
109
  }
110
+ /**
111
+ * @public
112
+ */
77
113
  export interface DeleteStreamRequest {
78
114
  /**
79
115
  * <p>The stream ID.</p>
80
116
  */
81
117
  streamId: string | undefined;
82
118
  }
119
+ /**
120
+ * @public
121
+ */
83
122
  export interface DeleteStreamResponse {
84
123
  }
85
124
  /**
125
+ * @public
86
126
  * <p>The input for the DeleteThing operation.</p>
87
127
  */
88
128
  export interface DeleteThingRequest {
@@ -99,10 +139,14 @@ export interface DeleteThingRequest {
99
139
  expectedVersion?: number;
100
140
  }
101
141
  /**
142
+ * @public
102
143
  * <p>The output of the DeleteThing operation.</p>
103
144
  */
104
145
  export interface DeleteThingResponse {
105
146
  }
147
+ /**
148
+ * @public
149
+ */
106
150
  export interface DeleteThingGroupRequest {
107
151
  /**
108
152
  * <p>The name of the thing group to delete.</p>
@@ -113,9 +157,13 @@ export interface DeleteThingGroupRequest {
113
157
  */
114
158
  expectedVersion?: number;
115
159
  }
160
+ /**
161
+ * @public
162
+ */
116
163
  export interface DeleteThingGroupResponse {
117
164
  }
118
165
  /**
166
+ * @public
119
167
  * <p>The input for the DeleteThingType operation.</p>
120
168
  */
121
169
  export interface DeleteThingTypeRequest {
@@ -125,11 +173,13 @@ export interface DeleteThingTypeRequest {
125
173
  thingTypeName: string | undefined;
126
174
  }
127
175
  /**
176
+ * @public
128
177
  * <p>The output for the DeleteThingType operation.</p>
129
178
  */
130
179
  export interface DeleteThingTypeResponse {
131
180
  }
132
181
  /**
182
+ * @public
133
183
  * <p>The input for the DeleteTopicRule operation.</p>
134
184
  */
135
185
  export interface DeleteTopicRuleRequest {
@@ -138,14 +188,23 @@ export interface DeleteTopicRuleRequest {
138
188
  */
139
189
  ruleName: string | undefined;
140
190
  }
191
+ /**
192
+ * @public
193
+ */
141
194
  export interface DeleteTopicRuleDestinationRequest {
142
195
  /**
143
196
  * <p>The ARN of the topic rule destination to delete.</p>
144
197
  */
145
198
  arn: string | undefined;
146
199
  }
200
+ /**
201
+ * @public
202
+ */
147
203
  export interface DeleteTopicRuleDestinationResponse {
148
204
  }
205
+ /**
206
+ * @public
207
+ */
149
208
  export declare enum LogTargetType {
150
209
  CLIENT_ID = "CLIENT_ID",
151
210
  DEFAULT = "DEFAULT",
@@ -153,6 +212,9 @@ export declare enum LogTargetType {
153
212
  SOURCE_IP = "SOURCE_IP",
154
213
  THING_GROUP = "THING_GROUP"
155
214
  }
215
+ /**
216
+ * @public
217
+ */
156
218
  export interface DeleteV2LoggingLevelRequest {
157
219
  /**
158
220
  * <p>The type of resource for which you are configuring logging. Must be
@@ -165,6 +227,7 @@ export interface DeleteV2LoggingLevelRequest {
165
227
  targetName: string | undefined;
166
228
  }
167
229
  /**
230
+ * @public
168
231
  * <p>The input for the DeprecateThingType operation.</p>
169
232
  */
170
233
  export interface DeprecateThingTypeRequest {
@@ -179,12 +242,19 @@ export interface DeprecateThingTypeRequest {
179
242
  undoDeprecate?: boolean;
180
243
  }
181
244
  /**
245
+ * @public
182
246
  * <p>The output for the DeprecateThingType operation.</p>
183
247
  */
184
248
  export interface DeprecateThingTypeResponse {
185
249
  }
250
+ /**
251
+ * @public
252
+ */
186
253
  export interface DescribeAccountAuditConfigurationRequest {
187
254
  }
255
+ /**
256
+ * @public
257
+ */
188
258
  export interface DescribeAccountAuditConfigurationResponse {
189
259
  /**
190
260
  * <p>The ARN of the role that grants permission to IoT to access information
@@ -204,18 +274,27 @@ export interface DescribeAccountAuditConfigurationResponse {
204
274
  */
205
275
  auditCheckConfigurations?: Record<string, AuditCheckConfiguration>;
206
276
  }
277
+ /**
278
+ * @public
279
+ */
207
280
  export interface DescribeAuditFindingRequest {
208
281
  /**
209
282
  * <p>A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.</p>
210
283
  */
211
284
  findingId: string | undefined;
212
285
  }
286
+ /**
287
+ * @public
288
+ */
213
289
  export interface DescribeAuditFindingResponse {
214
290
  /**
215
291
  * <p>The findings (results) of the audit.</p>
216
292
  */
217
293
  finding?: AuditFinding;
218
294
  }
295
+ /**
296
+ * @public
297
+ */
219
298
  export interface DescribeAuditMitigationActionsTaskRequest {
220
299
  /**
221
300
  * <p>The unique identifier for the audit mitigation task.</p>
@@ -223,6 +302,7 @@ export interface DescribeAuditMitigationActionsTaskRequest {
223
302
  taskId: string | undefined;
224
303
  }
225
304
  /**
305
+ * @public
226
306
  * <p>Describes which changes should be applied as part of a mitigation action.</p>
227
307
  */
228
308
  export interface MitigationAction {
@@ -243,6 +323,9 @@ export interface MitigationAction {
243
323
  */
244
324
  actionParams?: MitigationActionParams;
245
325
  }
326
+ /**
327
+ * @public
328
+ */
246
329
  export interface DescribeAuditMitigationActionsTaskResponse {
247
330
  /**
248
331
  * <p>The current status of the task.</p>
@@ -273,6 +356,9 @@ export interface DescribeAuditMitigationActionsTaskResponse {
273
356
  */
274
357
  actionsDefinition?: MitigationAction[];
275
358
  }
359
+ /**
360
+ * @public
361
+ */
276
362
  export interface DescribeAuditSuppressionRequest {
277
363
  /**
278
364
  * <p>An audit check name. Checks must be enabled
@@ -286,6 +372,9 @@ export interface DescribeAuditSuppressionRequest {
286
372
  */
287
373
  resourceIdentifier: ResourceIdentifier | undefined;
288
374
  }
375
+ /**
376
+ * @public
377
+ */
289
378
  export interface DescribeAuditSuppressionResponse {
290
379
  /**
291
380
  * <p>An audit check name. Checks must be enabled
@@ -317,6 +406,9 @@ export interface DescribeAuditSuppressionResponse {
317
406
  */
318
407
  description?: string;
319
408
  }
409
+ /**
410
+ * @public
411
+ */
320
412
  export interface DescribeAuditTaskRequest {
321
413
  /**
322
414
  * <p>The ID of the audit whose information you want to get.</p>
@@ -324,6 +416,7 @@ export interface DescribeAuditTaskRequest {
324
416
  taskId: string | undefined;
325
417
  }
326
418
  /**
419
+ * @public
327
420
  * <p>Statistics for the checks performed during the audit.</p>
328
421
  */
329
422
  export interface TaskStatistics {
@@ -356,6 +449,9 @@ export interface TaskStatistics {
356
449
  */
357
450
  canceledChecks?: number;
358
451
  }
452
+ /**
453
+ * @public
454
+ */
359
455
  export interface DescribeAuditTaskResponse {
360
456
  /**
361
457
  * <p>The status of the audit: one of "IN_PROGRESS", "COMPLETED",
@@ -383,18 +479,27 @@ export interface DescribeAuditTaskResponse {
383
479
  */
384
480
  auditDetails?: Record<string, AuditCheckDetails>;
385
481
  }
482
+ /**
483
+ * @public
484
+ */
386
485
  export interface DescribeAuthorizerRequest {
387
486
  /**
388
487
  * <p>The name of the authorizer to describe.</p>
389
488
  */
390
489
  authorizerName: string | undefined;
391
490
  }
491
+ /**
492
+ * @public
493
+ */
392
494
  export interface DescribeAuthorizerResponse {
393
495
  /**
394
496
  * <p>The authorizer description.</p>
395
497
  */
396
498
  authorizerDescription?: AuthorizerDescription;
397
499
  }
500
+ /**
501
+ * @public
502
+ */
398
503
  export interface DescribeBillingGroupRequest {
399
504
  /**
400
505
  * <p>The name of the billing group.</p>
@@ -402,6 +507,7 @@ export interface DescribeBillingGroupRequest {
402
507
  billingGroupName: string | undefined;
403
508
  }
404
509
  /**
510
+ * @public
405
511
  * <p>Additional information about the billing group.</p>
406
512
  */
407
513
  export interface BillingGroupMetadata {
@@ -410,6 +516,9 @@ export interface BillingGroupMetadata {
410
516
  */
411
517
  creationDate?: Date;
412
518
  }
519
+ /**
520
+ * @public
521
+ */
413
522
  export interface DescribeBillingGroupResponse {
414
523
  /**
415
524
  * <p>The name of the billing group.</p>
@@ -437,6 +546,7 @@ export interface DescribeBillingGroupResponse {
437
546
  billingGroupMetadata?: BillingGroupMetadata;
438
547
  }
439
548
  /**
549
+ * @public
440
550
  * <p>The input for the DescribeCACertificate operation.</p>
441
551
  */
442
552
  export interface DescribeCACertificateRequest {
@@ -445,15 +555,22 @@ export interface DescribeCACertificateRequest {
445
555
  */
446
556
  certificateId: string | undefined;
447
557
  }
558
+ /**
559
+ * @public
560
+ */
448
561
  export declare enum CertificateMode {
449
562
  DEFAULT = "DEFAULT",
450
563
  SNI_ONLY = "SNI_ONLY"
451
564
  }
565
+ /**
566
+ * @public
567
+ */
452
568
  export declare enum CACertificateStatus {
453
569
  ACTIVE = "ACTIVE",
454
570
  INACTIVE = "INACTIVE"
455
571
  }
456
572
  /**
573
+ * @public
457
574
  * <p>When the certificate is valid.</p>
458
575
  */
459
576
  export interface CertificateValidity {
@@ -467,6 +584,7 @@ export interface CertificateValidity {
467
584
  notAfter?: Date;
468
585
  }
469
586
  /**
587
+ * @public
470
588
  * <p>Describes a CA certificate.</p>
471
589
  */
472
590
  export interface CACertificateDescription {
@@ -523,6 +641,7 @@ export interface CACertificateDescription {
523
641
  certificateMode?: CertificateMode | string;
524
642
  }
525
643
  /**
644
+ * @public
526
645
  * <p>The registration configuration.</p>
527
646
  */
528
647
  export interface RegistrationConfig {
@@ -540,6 +659,7 @@ export interface RegistrationConfig {
540
659
  templateName?: string;
541
660
  }
542
661
  /**
662
+ * @public
543
663
  * <p>The output from the DescribeCACertificate operation.</p>
544
664
  */
545
665
  export interface DescribeCACertificateResponse {
@@ -553,6 +673,7 @@ export interface DescribeCACertificateResponse {
553
673
  registrationConfig?: RegistrationConfig;
554
674
  }
555
675
  /**
676
+ * @public
556
677
  * <p>The input for the DescribeCertificate operation.</p>
557
678
  */
558
679
  export interface DescribeCertificateRequest {
@@ -562,6 +683,9 @@ export interface DescribeCertificateRequest {
562
683
  */
563
684
  certificateId: string | undefined;
564
685
  }
686
+ /**
687
+ * @public
688
+ */
565
689
  export declare enum CertificateStatus {
566
690
  ACTIVE = "ACTIVE",
567
691
  INACTIVE = "INACTIVE",
@@ -571,6 +695,7 @@ export declare enum CertificateStatus {
571
695
  REVOKED = "REVOKED"
572
696
  }
573
697
  /**
698
+ * @public
574
699
  * <p>Data used to transfer a certificate to an Amazon Web Services account.</p>
575
700
  */
576
701
  export interface TransferData {
@@ -596,6 +721,7 @@ export interface TransferData {
596
721
  rejectDate?: Date;
597
722
  }
598
723
  /**
724
+ * @public
599
725
  * <p>Describes a certificate.</p>
600
726
  */
601
727
  export interface CertificateDescription {
@@ -668,6 +794,7 @@ export interface CertificateDescription {
668
794
  certificateMode?: CertificateMode | string;
669
795
  }
670
796
  /**
797
+ * @public
671
798
  * <p>The output of the DescribeCertificate operation.</p>
672
799
  */
673
800
  export interface DescribeCertificateResponse {
@@ -676,6 +803,9 @@ export interface DescribeCertificateResponse {
676
803
  */
677
804
  certificateDescription?: CertificateDescription;
678
805
  }
806
+ /**
807
+ * @public
808
+ */
679
809
  export interface DescribeCustomMetricRequest {
680
810
  /**
681
811
  * <p>
@@ -684,6 +814,9 @@ export interface DescribeCustomMetricRequest {
684
814
  */
685
815
  metricName: string | undefined;
686
816
  }
817
+ /**
818
+ * @public
819
+ */
687
820
  export interface DescribeCustomMetricResponse {
688
821
  /**
689
822
  * <p>
@@ -723,14 +856,23 @@ export interface DescribeCustomMetricResponse {
723
856
  */
724
857
  lastModifiedDate?: Date;
725
858
  }
859
+ /**
860
+ * @public
861
+ */
726
862
  export interface DescribeDefaultAuthorizerRequest {
727
863
  }
864
+ /**
865
+ * @public
866
+ */
728
867
  export interface DescribeDefaultAuthorizerResponse {
729
868
  /**
730
869
  * <p>The default authorizer's description.</p>
731
870
  */
732
871
  authorizerDescription?: AuthorizerDescription;
733
872
  }
873
+ /**
874
+ * @public
875
+ */
734
876
  export interface DescribeDetectMitigationActionsTaskRequest {
735
877
  /**
736
878
  * <p>
@@ -740,6 +882,7 @@ export interface DescribeDetectMitigationActionsTaskRequest {
740
882
  taskId: string | undefined;
741
883
  }
742
884
  /**
885
+ * @public
743
886
  * <p>
744
887
  * The target of a mitigation action task.
745
888
  * </p>
@@ -765,6 +908,7 @@ export interface DetectMitigationActionsTaskTarget {
765
908
  behaviorName?: string;
766
909
  }
767
910
  /**
911
+ * @public
768
912
  * <p>
769
913
  * The statistics of a mitigation action task.
770
914
  * </p>
@@ -789,6 +933,9 @@ export interface DetectMitigationActionsTaskStatistics {
789
933
  */
790
934
  actionsFailed?: number;
791
935
  }
936
+ /**
937
+ * @public
938
+ */
792
939
  export declare enum DetectMitigationActionsTaskStatus {
793
940
  CANCELED = "CANCELED",
794
941
  FAILED = "FAILED",
@@ -796,6 +943,7 @@ export declare enum DetectMitigationActionsTaskStatus {
796
943
  SUCCESSFUL = "SUCCESSFUL"
797
944
  }
798
945
  /**
946
+ * @public
799
947
  * <p>
800
948
  * Specifies the time period of which violation events occurred between.
801
949
  * </p>
@@ -815,6 +963,7 @@ export interface ViolationEventOccurrenceRange {
815
963
  endTime: Date | undefined;
816
964
  }
817
965
  /**
966
+ * @public
818
967
  * <p>
819
968
  * The summary of the mitigation action tasks.
820
969
  * </p>
@@ -881,6 +1030,9 @@ export interface DetectMitigationActionsTaskSummary {
881
1030
  */
882
1031
  taskStatistics?: DetectMitigationActionsTaskStatistics;
883
1032
  }
1033
+ /**
1034
+ * @public
1035
+ */
884
1036
  export interface DescribeDetectMitigationActionsTaskResponse {
885
1037
  /**
886
1038
  * <p>
@@ -889,12 +1041,18 @@ export interface DescribeDetectMitigationActionsTaskResponse {
889
1041
  */
890
1042
  taskSummary?: DetectMitigationActionsTaskSummary;
891
1043
  }
1044
+ /**
1045
+ * @public
1046
+ */
892
1047
  export interface DescribeDimensionRequest {
893
1048
  /**
894
1049
  * <p>The unique identifier for the dimension.</p>
895
1050
  */
896
1051
  name: string | undefined;
897
1052
  }
1053
+ /**
1054
+ * @public
1055
+ */
898
1056
  export interface DescribeDimensionResponse {
899
1057
  /**
900
1058
  * <p>The unique identifier for the dimension.</p>
@@ -924,26 +1082,39 @@ export interface DescribeDimensionResponse {
924
1082
  */
925
1083
  lastModifiedDate?: Date;
926
1084
  }
1085
+ /**
1086
+ * @public
1087
+ */
927
1088
  export interface DescribeDomainConfigurationRequest {
928
1089
  /**
929
1090
  * <p>The name of the domain configuration.</p>
930
1091
  */
931
1092
  domainConfigurationName: string | undefined;
932
1093
  }
1094
+ /**
1095
+ * @public
1096
+ */
933
1097
  export declare enum DomainConfigurationStatus {
934
1098
  DISABLED = "DISABLED",
935
1099
  ENABLED = "ENABLED"
936
1100
  }
1101
+ /**
1102
+ * @public
1103
+ */
937
1104
  export declare enum DomainType {
938
1105
  AWS_MANAGED = "AWS_MANAGED",
939
1106
  CUSTOMER_MANAGED = "CUSTOMER_MANAGED",
940
1107
  ENDPOINT = "ENDPOINT"
941
1108
  }
1109
+ /**
1110
+ * @public
1111
+ */
942
1112
  export declare enum ServerCertificateStatus {
943
1113
  INVALID = "INVALID",
944
1114
  VALID = "VALID"
945
1115
  }
946
1116
  /**
1117
+ * @public
947
1118
  * <p>An object that contains information about a server certificate.</p>
948
1119
  */
949
1120
  export interface ServerCertificateSummary {
@@ -960,6 +1131,9 @@ export interface ServerCertificateSummary {
960
1131
  */
961
1132
  serverCertificateStatusDetail?: string;
962
1133
  }
1134
+ /**
1135
+ * @public
1136
+ */
963
1137
  export interface DescribeDomainConfigurationResponse {
964
1138
  /**
965
1139
  * <p>The name of the domain configuration.</p>
@@ -999,6 +1173,7 @@ export interface DescribeDomainConfigurationResponse {
999
1173
  lastStatusChangeDate?: Date;
1000
1174
  }
1001
1175
  /**
1176
+ * @public
1002
1177
  * <p>The input for the DescribeEndpoint operation.</p>
1003
1178
  */
1004
1179
  export interface DescribeEndpointRequest {
@@ -1036,6 +1211,7 @@ export interface DescribeEndpointRequest {
1036
1211
  endpointType?: string;
1037
1212
  }
1038
1213
  /**
1214
+ * @public
1039
1215
  * <p>The output from the DescribeEndpoint operation.</p>
1040
1216
  */
1041
1217
  export interface DescribeEndpointResponse {
@@ -1045,8 +1221,14 @@ export interface DescribeEndpointResponse {
1045
1221
  */
1046
1222
  endpointAddress?: string;
1047
1223
  }
1224
+ /**
1225
+ * @public
1226
+ */
1048
1227
  export interface DescribeEventConfigurationsRequest {
1049
1228
  }
1229
+ /**
1230
+ * @public
1231
+ */
1050
1232
  export declare enum EventType {
1051
1233
  CA_CERTIFICATE = "CA_CERTIFICATE",
1052
1234
  CERTIFICATE = "CERTIFICATE",
@@ -1061,6 +1243,7 @@ export declare enum EventType {
1061
1243
  THING_TYPE_ASSOCIATION = "THING_TYPE_ASSOCIATION"
1062
1244
  }
1063
1245
  /**
1246
+ * @public
1064
1247
  * <p>Configuration.</p>
1065
1248
  */
1066
1249
  export interface Configuration {
@@ -1069,6 +1252,9 @@ export interface Configuration {
1069
1252
  */
1070
1253
  Enabled?: boolean;
1071
1254
  }
1255
+ /**
1256
+ * @public
1257
+ */
1072
1258
  export interface DescribeEventConfigurationsResponse {
1073
1259
  /**
1074
1260
  * <p>The event configurations.</p>
@@ -1083,12 +1269,18 @@ export interface DescribeEventConfigurationsResponse {
1083
1269
  */
1084
1270
  lastModifiedDate?: Date;
1085
1271
  }
1272
+ /**
1273
+ * @public
1274
+ */
1086
1275
  export interface DescribeFleetMetricRequest {
1087
1276
  /**
1088
1277
  * <p>The name of the fleet metric to describe.</p>
1089
1278
  */
1090
1279
  metricName: string | undefined;
1091
1280
  }
1281
+ /**
1282
+ * @public
1283
+ */
1092
1284
  export interface DescribeFleetMetricResponse {
1093
1285
  /**
1094
1286
  * <p>The name of the fleet metric to describe.</p>
@@ -1144,17 +1336,26 @@ export interface DescribeFleetMetricResponse {
1144
1336
  */
1145
1337
  metricArn?: string;
1146
1338
  }
1339
+ /**
1340
+ * @public
1341
+ */
1147
1342
  export interface DescribeIndexRequest {
1148
1343
  /**
1149
1344
  * <p>The index name.</p>
1150
1345
  */
1151
1346
  indexName: string | undefined;
1152
1347
  }
1348
+ /**
1349
+ * @public
1350
+ */
1153
1351
  export declare enum IndexStatus {
1154
1352
  ACTIVE = "ACTIVE",
1155
1353
  BUILDING = "BUILDING",
1156
1354
  REBUILDING = "REBUILDING"
1157
1355
  }
1356
+ /**
1357
+ * @public
1358
+ */
1158
1359
  export interface DescribeIndexResponse {
1159
1360
  /**
1160
1361
  * <p>The index name.</p>
@@ -1190,6 +1391,9 @@ export interface DescribeIndexResponse {
1190
1391
  */
1191
1392
  schema?: string;
1192
1393
  }
1394
+ /**
1395
+ * @public
1396
+ */
1193
1397
  export interface DescribeJobRequest {
1194
1398
  /**
1195
1399
  * <p>The unique identifier you assigned to this job when it was created.</p>
@@ -1197,6 +1401,7 @@ export interface DescribeJobRequest {
1197
1401
  jobId: string | undefined;
1198
1402
  }
1199
1403
  /**
1404
+ * @public
1200
1405
  * <p>The job process details.</p>
1201
1406
  */
1202
1407
  export interface JobProcessDetails {
@@ -1239,6 +1444,7 @@ export interface JobProcessDetails {
1239
1444
  numberOfTimedOutThings?: number;
1240
1445
  }
1241
1446
  /**
1447
+ * @public
1242
1448
  * <p>Displays the next seven maintenance window occurrences and their start times.</p>
1243
1449
  */
1244
1450
  export interface ScheduledJobRollout {
@@ -1247,6 +1453,9 @@ export interface ScheduledJobRollout {
1247
1453
  */
1248
1454
  startTime?: string;
1249
1455
  }
1456
+ /**
1457
+ * @public
1458
+ */
1250
1459
  export declare enum JobStatus {
1251
1460
  CANCELED = "CANCELED",
1252
1461
  COMPLETED = "COMPLETED",
@@ -1255,6 +1464,7 @@ export declare enum JobStatus {
1255
1464
  SCHEDULED = "SCHEDULED"
1256
1465
  }
1257
1466
  /**
1467
+ * @public
1258
1468
  * <p>The <code>Job</code> object contains details about a job.</p>
1259
1469
  */
1260
1470
  export interface Job {
@@ -1388,6 +1598,9 @@ export interface Job {
1388
1598
  */
1389
1599
  scheduledJobRollouts?: ScheduledJobRollout[];
1390
1600
  }
1601
+ /**
1602
+ * @public
1603
+ */
1391
1604
  export interface DescribeJobResponse {
1392
1605
  /**
1393
1606
  * <p>An S3 link to the job document.</p>
@@ -1398,6 +1611,9 @@ export interface DescribeJobResponse {
1398
1611
  */
1399
1612
  job?: Job;
1400
1613
  }
1614
+ /**
1615
+ * @public
1616
+ */
1401
1617
  export interface DescribeJobExecutionRequest {
1402
1618
  /**
1403
1619
  * <p>The unique identifier you assigned to this job when it was created.</p>
@@ -1413,6 +1629,9 @@ export interface DescribeJobExecutionRequest {
1413
1629
  */
1414
1630
  executionNumber?: number;
1415
1631
  }
1632
+ /**
1633
+ * @public
1634
+ */
1416
1635
  export declare enum JobExecutionStatus {
1417
1636
  CANCELED = "CANCELED",
1418
1637
  FAILED = "FAILED",
@@ -1424,6 +1643,7 @@ export declare enum JobExecutionStatus {
1424
1643
  TIMED_OUT = "TIMED_OUT"
1425
1644
  }
1426
1645
  /**
1646
+ * @public
1427
1647
  * <p>Details of the job execution status.</p>
1428
1648
  */
1429
1649
  export interface JobExecutionStatusDetails {
@@ -1433,6 +1653,7 @@ export interface JobExecutionStatusDetails {
1433
1653
  detailsMap?: Record<string, string>;
1434
1654
  }
1435
1655
  /**
1656
+ * @public
1436
1657
  * <p>The job execution object represents the execution of a job on a particular device.</p>
1437
1658
  */
1438
1659
  export interface JobExecution {
@@ -1489,18 +1710,27 @@ export interface JobExecution {
1489
1710
  */
1490
1711
  approximateSecondsBeforeTimedOut?: number;
1491
1712
  }
1713
+ /**
1714
+ * @public
1715
+ */
1492
1716
  export interface DescribeJobExecutionResponse {
1493
1717
  /**
1494
1718
  * <p>Information about the job execution.</p>
1495
1719
  */
1496
1720
  execution?: JobExecution;
1497
1721
  }
1722
+ /**
1723
+ * @public
1724
+ */
1498
1725
  export interface DescribeJobTemplateRequest {
1499
1726
  /**
1500
1727
  * <p>The unique identifier of the job template.</p>
1501
1728
  */
1502
1729
  jobTemplateId: string | undefined;
1503
1730
  }
1731
+ /**
1732
+ * @public
1733
+ */
1504
1734
  export interface DescribeJobTemplateResponse {
1505
1735
  /**
1506
1736
  * <p>The ARN of the job template.</p>
@@ -1555,6 +1785,9 @@ export interface DescribeJobTemplateResponse {
1555
1785
  */
1556
1786
  maintenanceWindows?: MaintenanceWindow[];
1557
1787
  }
1788
+ /**
1789
+ * @public
1790
+ */
1558
1791
  export interface DescribeManagedJobTemplateRequest {
1559
1792
  /**
1560
1793
  * <p>The unique name of a managed job template, which is required.</p>
@@ -1567,6 +1800,7 @@ export interface DescribeManagedJobTemplateRequest {
1567
1800
  templateVersion?: string;
1568
1801
  }
1569
1802
  /**
1803
+ * @public
1570
1804
  * <p>A map of key-value pairs containing the patterns that need to be replaced in a managed
1571
1805
  * template job document schema. You can use the description of each key as a guidance to specify
1572
1806
  * the inputs during runtime when creating a job.</p>
@@ -1604,6 +1838,9 @@ export interface DocumentParameter {
1604
1838
  */
1605
1839
  optional?: boolean;
1606
1840
  }
1841
+ /**
1842
+ * @public
1843
+ */
1607
1844
  export interface DescribeManagedJobTemplateResponse {
1608
1845
  /**
1609
1846
  * <p>The unique name of a managed template, such as <code>AWS-Reboot</code>.</p>
@@ -1642,6 +1879,7 @@ export interface DescribeManagedJobTemplateResponse {
1642
1879
  document?: string;
1643
1880
  }
1644
1881
  /**
1882
+ * @public
1645
1883
  * <p>Internal error from the service that indicates an unexpected error or that the service
1646
1884
  * is unavailable.</p>
1647
1885
  */
@@ -1653,12 +1891,18 @@ export declare class InternalServerException extends __BaseException {
1653
1891
  */
1654
1892
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
1655
1893
  }
1894
+ /**
1895
+ * @public
1896
+ */
1656
1897
  export interface DescribeMitigationActionRequest {
1657
1898
  /**
1658
1899
  * <p>The friendly name that uniquely identifies the mitigation action.</p>
1659
1900
  */
1660
1901
  actionName: string | undefined;
1661
1902
  }
1903
+ /**
1904
+ * @public
1905
+ */
1662
1906
  export declare enum MitigationActionType {
1663
1907
  ADD_THINGS_TO_THING_GROUP = "ADD_THINGS_TO_THING_GROUP",
1664
1908
  ENABLE_IOT_LOGGING = "ENABLE_IOT_LOGGING",
@@ -1667,6 +1911,9 @@ export declare enum MitigationActionType {
1667
1911
  UPDATE_CA_CERTIFICATE = "UPDATE_CA_CERTIFICATE",
1668
1912
  UPDATE_DEVICE_CERTIFICATE = "UPDATE_DEVICE_CERTIFICATE"
1669
1913
  }
1914
+ /**
1915
+ * @public
1916
+ */
1670
1917
  export interface DescribeMitigationActionResponse {
1671
1918
  /**
1672
1919
  * <p>The friendly name that uniquely identifies the mitigation action.</p>
@@ -1701,12 +1948,18 @@ export interface DescribeMitigationActionResponse {
1701
1948
  */
1702
1949
  lastModifiedDate?: Date;
1703
1950
  }
1951
+ /**
1952
+ * @public
1953
+ */
1704
1954
  export interface DescribeProvisioningTemplateRequest {
1705
1955
  /**
1706
1956
  * <p>The name of the provisioning template.</p>
1707
1957
  */
1708
1958
  templateName: string | undefined;
1709
1959
  }
1960
+ /**
1961
+ * @public
1962
+ */
1710
1963
  export interface DescribeProvisioningTemplateResponse {
1711
1964
  /**
1712
1965
  * <p>The ARN of the provisioning template.</p>
@@ -1757,6 +2010,9 @@ export interface DescribeProvisioningTemplateResponse {
1757
2010
  */
1758
2011
  type?: TemplateType | string;
1759
2012
  }
2013
+ /**
2014
+ * @public
2015
+ */
1760
2016
  export interface DescribeProvisioningTemplateVersionRequest {
1761
2017
  /**
1762
2018
  * <p>The template name.</p>
@@ -1767,6 +2023,9 @@ export interface DescribeProvisioningTemplateVersionRequest {
1767
2023
  */
1768
2024
  versionId: number | undefined;
1769
2025
  }
2026
+ /**
2027
+ * @public
2028
+ */
1770
2029
  export interface DescribeProvisioningTemplateVersionResponse {
1771
2030
  /**
1772
2031
  * <p>The provisioning template version ID.</p>
@@ -1785,6 +2044,9 @@ export interface DescribeProvisioningTemplateVersionResponse {
1785
2044
  */
1786
2045
  isDefaultVersion?: boolean;
1787
2046
  }
2047
+ /**
2048
+ * @public
2049
+ */
1788
2050
  export interface DescribeRoleAliasRequest {
1789
2051
  /**
1790
2052
  * <p>The role alias to describe.</p>
@@ -1792,6 +2054,7 @@ export interface DescribeRoleAliasRequest {
1792
2054
  roleAlias: string | undefined;
1793
2055
  }
1794
2056
  /**
2057
+ * @public
1795
2058
  * <p>Role alias description.</p>
1796
2059
  */
1797
2060
  export interface RoleAliasDescription {
@@ -1824,18 +2087,27 @@ export interface RoleAliasDescription {
1824
2087
  */
1825
2088
  lastModifiedDate?: Date;
1826
2089
  }
2090
+ /**
2091
+ * @public
2092
+ */
1827
2093
  export interface DescribeRoleAliasResponse {
1828
2094
  /**
1829
2095
  * <p>The role alias description.</p>
1830
2096
  */
1831
2097
  roleAliasDescription?: RoleAliasDescription;
1832
2098
  }
2099
+ /**
2100
+ * @public
2101
+ */
1833
2102
  export interface DescribeScheduledAuditRequest {
1834
2103
  /**
1835
2104
  * <p>The name of the scheduled audit whose information you want to get.</p>
1836
2105
  */
1837
2106
  scheduledAuditName: string | undefined;
1838
2107
  }
2108
+ /**
2109
+ * @public
2110
+ */
1839
2111
  export interface DescribeScheduledAuditResponse {
1840
2112
  /**
1841
2113
  * <p>How often the scheduled audit takes
@@ -1878,6 +2150,9 @@ export interface DescribeScheduledAuditResponse {
1878
2150
  */
1879
2151
  scheduledAuditArn?: string;
1880
2152
  }
2153
+ /**
2154
+ * @public
2155
+ */
1881
2156
  export interface DescribeSecurityProfileRequest {
1882
2157
  /**
1883
2158
  * <p>The name of the security profile
@@ -1885,6 +2160,9 @@ export interface DescribeSecurityProfileRequest {
1885
2160
  */
1886
2161
  securityProfileName: string | undefined;
1887
2162
  }
2163
+ /**
2164
+ * @public
2165
+ */
1888
2166
  export interface DescribeSecurityProfileResponse {
1889
2167
  /**
1890
2168
  * <p>The name of the security profile.</p>
@@ -1943,6 +2221,9 @@ export interface DescribeSecurityProfileResponse {
1943
2221
  */
1944
2222
  lastModifiedDate?: Date;
1945
2223
  }
2224
+ /**
2225
+ * @public
2226
+ */
1946
2227
  export interface DescribeStreamRequest {
1947
2228
  /**
1948
2229
  * <p>The stream ID.</p>
@@ -1950,6 +2231,7 @@ export interface DescribeStreamRequest {
1950
2231
  streamId: string | undefined;
1951
2232
  }
1952
2233
  /**
2234
+ * @public
1953
2235
  * <p>Information about a stream.</p>
1954
2236
  */
1955
2237
  export interface StreamInfo {
@@ -1986,6 +2268,9 @@ export interface StreamInfo {
1986
2268
  */
1987
2269
  roleArn?: string;
1988
2270
  }
2271
+ /**
2272
+ * @public
2273
+ */
1989
2274
  export interface DescribeStreamResponse {
1990
2275
  /**
1991
2276
  * <p>Information about the stream.</p>
@@ -1993,6 +2278,7 @@ export interface DescribeStreamResponse {
1993
2278
  streamInfo?: StreamInfo;
1994
2279
  }
1995
2280
  /**
2281
+ * @public
1996
2282
  * <p>The input for the DescribeThing operation.</p>
1997
2283
  */
1998
2284
  export interface DescribeThingRequest {
@@ -2002,6 +2288,7 @@ export interface DescribeThingRequest {
2002
2288
  thingName: string | undefined;
2003
2289
  }
2004
2290
  /**
2291
+ * @public
2005
2292
  * <p>The output from the DescribeThing operation.</p>
2006
2293
  */
2007
2294
  export interface DescribeThingResponse {
@@ -2046,18 +2333,25 @@ export interface DescribeThingResponse {
2046
2333
  */
2047
2334
  billingGroupName?: string;
2048
2335
  }
2336
+ /**
2337
+ * @public
2338
+ */
2049
2339
  export interface DescribeThingGroupRequest {
2050
2340
  /**
2051
2341
  * <p>The name of the thing group.</p>
2052
2342
  */
2053
2343
  thingGroupName: string | undefined;
2054
2344
  }
2345
+ /**
2346
+ * @public
2347
+ */
2055
2348
  export declare enum DynamicGroupStatus {
2056
2349
  ACTIVE = "ACTIVE",
2057
2350
  BUILDING = "BUILDING",
2058
2351
  REBUILDING = "REBUILDING"
2059
2352
  }
2060
2353
  /**
2354
+ * @public
2061
2355
  * <p>The name and ARN of a group.</p>
2062
2356
  */
2063
2357
  export interface GroupNameAndArn {
@@ -2071,6 +2365,7 @@ export interface GroupNameAndArn {
2071
2365
  groupArn?: string;
2072
2366
  }
2073
2367
  /**
2368
+ * @public
2074
2369
  * <p>Thing group metadata.</p>
2075
2370
  */
2076
2371
  export interface ThingGroupMetadata {
@@ -2087,6 +2382,9 @@ export interface ThingGroupMetadata {
2087
2382
  */
2088
2383
  creationDate?: Date;
2089
2384
  }
2385
+ /**
2386
+ * @public
2387
+ */
2090
2388
  export interface DescribeThingGroupResponse {
2091
2389
  /**
2092
2390
  * <p>The name of the thing group.</p>
@@ -2129,12 +2427,18 @@ export interface DescribeThingGroupResponse {
2129
2427
  */
2130
2428
  status?: DynamicGroupStatus | string;
2131
2429
  }
2430
+ /**
2431
+ * @public
2432
+ */
2132
2433
  export interface DescribeThingRegistrationTaskRequest {
2133
2434
  /**
2134
2435
  * <p>The task ID.</p>
2135
2436
  */
2136
2437
  taskId: string | undefined;
2137
2438
  }
2439
+ /**
2440
+ * @public
2441
+ */
2138
2442
  export declare enum Status {
2139
2443
  Cancelled = "Cancelled",
2140
2444
  Cancelling = "Cancelling",
@@ -2142,6 +2446,9 @@ export declare enum Status {
2142
2446
  Failed = "Failed",
2143
2447
  InProgress = "InProgress"
2144
2448
  }
2449
+ /**
2450
+ * @public
2451
+ */
2145
2452
  export interface DescribeThingRegistrationTaskResponse {
2146
2453
  /**
2147
2454
  * <p>The task ID.</p>
@@ -2193,6 +2500,7 @@ export interface DescribeThingRegistrationTaskResponse {
2193
2500
  percentageProgress?: number;
2194
2501
  }
2195
2502
  /**
2503
+ * @public
2196
2504
  * <p>The input for the DescribeThingType operation.</p>
2197
2505
  */
2198
2506
  export interface DescribeThingTypeRequest {
@@ -2202,6 +2510,7 @@ export interface DescribeThingTypeRequest {
2202
2510
  thingTypeName: string | undefined;
2203
2511
  }
2204
2512
  /**
2513
+ * @public
2205
2514
  * <p>The ThingTypeMetadata contains additional information about the thing type including: creation date and
2206
2515
  * time, a value indicating whether the thing type is deprecated, and a date and time when time was
2207
2516
  * deprecated.</p>
@@ -2222,6 +2531,7 @@ export interface ThingTypeMetadata {
2222
2531
  creationDate?: Date;
2223
2532
  }
2224
2533
  /**
2534
+ * @public
2225
2535
  * <p>The output for the DescribeThingType operation.</p>
2226
2536
  */
2227
2537
  export interface DescribeThingTypeResponse {
@@ -2249,6 +2559,9 @@ export interface DescribeThingTypeResponse {
2249
2559
  */
2250
2560
  thingTypeMetadata?: ThingTypeMetadata;
2251
2561
  }
2562
+ /**
2563
+ * @public
2564
+ */
2252
2565
  export interface DetachPolicyRequest {
2253
2566
  /**
2254
2567
  * <p>The policy to detach.</p>
@@ -2260,6 +2573,7 @@ export interface DetachPolicyRequest {
2260
2573
  target: string | undefined;
2261
2574
  }
2262
2575
  /**
2576
+ * @public
2263
2577
  * <p>The input for the DetachPrincipalPolicy operation.</p>
2264
2578
  */
2265
2579
  export interface DetachPrincipalPolicyRequest {
@@ -2273,6 +2587,9 @@ export interface DetachPrincipalPolicyRequest {
2273
2587
  */
2274
2588
  principal: string | undefined;
2275
2589
  }
2590
+ /**
2591
+ * @public
2592
+ */
2276
2593
  export interface DetachSecurityProfileRequest {
2277
2594
  /**
2278
2595
  * <p>The security profile that is detached.</p>
@@ -2283,9 +2600,13 @@ export interface DetachSecurityProfileRequest {
2283
2600
  */
2284
2601
  securityProfileTargetArn: string | undefined;
2285
2602
  }
2603
+ /**
2604
+ * @public
2605
+ */
2286
2606
  export interface DetachSecurityProfileResponse {
2287
2607
  }
2288
2608
  /**
2609
+ * @public
2289
2610
  * <p>The input for the DetachThingPrincipal operation.</p>
2290
2611
  */
2291
2612
  export interface DetachThingPrincipalRequest {
@@ -2301,11 +2622,13 @@ export interface DetachThingPrincipalRequest {
2301
2622
  principal: string | undefined;
2302
2623
  }
2303
2624
  /**
2625
+ * @public
2304
2626
  * <p>The output from the DetachThingPrincipal operation.</p>
2305
2627
  */
2306
2628
  export interface DetachThingPrincipalResponse {
2307
2629
  }
2308
2630
  /**
2631
+ * @public
2309
2632
  * <p>The input for the DisableTopicRuleRequest operation.</p>
2310
2633
  */
2311
2634
  export interface DisableTopicRuleRequest {
@@ -2315,6 +2638,7 @@ export interface DisableTopicRuleRequest {
2315
2638
  ruleName: string | undefined;
2316
2639
  }
2317
2640
  /**
2641
+ * @public
2318
2642
  * <p>The input for the EnableTopicRuleRequest operation.</p>
2319
2643
  */
2320
2644
  export interface EnableTopicRuleRequest {
@@ -2323,6 +2647,9 @@ export interface EnableTopicRuleRequest {
2323
2647
  */
2324
2648
  ruleName: string | undefined;
2325
2649
  }
2650
+ /**
2651
+ * @public
2652
+ */
2326
2653
  export interface GetBehaviorModelTrainingSummariesRequest {
2327
2654
  /**
2328
2655
  * <p>
@@ -2343,12 +2670,16 @@ export interface GetBehaviorModelTrainingSummariesRequest {
2343
2670
  */
2344
2671
  nextToken?: string;
2345
2672
  }
2673
+ /**
2674
+ * @public
2675
+ */
2346
2676
  export declare enum ModelStatus {
2347
2677
  ACTIVE = "ACTIVE",
2348
2678
  EXPIRED = "EXPIRED",
2349
2679
  PENDING_BUILD = "PENDING_BUILD"
2350
2680
  }
2351
2681
  /**
2682
+ * @public
2352
2683
  * <p>
2353
2684
  * The summary of an ML Detect behavior model.
2354
2685
  * </p>
@@ -2391,6 +2722,9 @@ export interface BehaviorModelTrainingSummary {
2391
2722
  */
2392
2723
  lastModelRefreshDate?: Date;
2393
2724
  }
2725
+ /**
2726
+ * @public
2727
+ */
2394
2728
  export interface GetBehaviorModelTrainingSummariesResponse {
2395
2729
  /**
2396
2730
  * <p>
@@ -2406,6 +2740,7 @@ export interface GetBehaviorModelTrainingSummariesResponse {
2406
2740
  nextToken?: string;
2407
2741
  }
2408
2742
  /**
2743
+ * @public
2409
2744
  * <p>Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.</p>
2410
2745
  */
2411
2746
  export interface TermsAggregation {
@@ -2415,6 +2750,7 @@ export interface TermsAggregation {
2415
2750
  maxBuckets?: number;
2416
2751
  }
2417
2752
  /**
2753
+ * @public
2418
2754
  * <p>The type of bucketed aggregation performed.</p>
2419
2755
  */
2420
2756
  export interface BucketsAggregationType {
@@ -2423,6 +2759,9 @@ export interface BucketsAggregationType {
2423
2759
  */
2424
2760
  termsAggregation?: TermsAggregation;
2425
2761
  }
2762
+ /**
2763
+ * @public
2764
+ */
2426
2765
  export interface GetBucketsAggregationRequest {
2427
2766
  /**
2428
2767
  * <p>The name of the index to search.</p>
@@ -2446,6 +2785,7 @@ export interface GetBucketsAggregationRequest {
2446
2785
  bucketsAggregationType: BucketsAggregationType | undefined;
2447
2786
  }
2448
2787
  /**
2788
+ * @public
2449
2789
  * <p>A count of documents that meets a specific aggregation criteria.</p>
2450
2790
  */
2451
2791
  export interface Bucket {
@@ -2458,6 +2798,9 @@ export interface Bucket {
2458
2798
  */
2459
2799
  count?: number;
2460
2800
  }
2801
+ /**
2802
+ * @public
2803
+ */
2461
2804
  export interface GetBucketsAggregationResponse {
2462
2805
  /**
2463
2806
  * <p>The total number of things that fit the query string criteria.</p>
@@ -2472,6 +2815,9 @@ export interface GetBucketsAggregationResponse {
2472
2815
  */
2473
2816
  buckets?: Bucket[];
2474
2817
  }
2818
+ /**
2819
+ * @public
2820
+ */
2475
2821
  export interface GetCardinalityRequest {
2476
2822
  /**
2477
2823
  * <p>The name of the index to search.</p>
@@ -2490,12 +2836,18 @@ export interface GetCardinalityRequest {
2490
2836
  */
2491
2837
  queryVersion?: string;
2492
2838
  }
2839
+ /**
2840
+ * @public
2841
+ */
2493
2842
  export interface GetCardinalityResponse {
2494
2843
  /**
2495
2844
  * <p>The approximate count of unique values that match the query.</p>
2496
2845
  */
2497
2846
  cardinality?: number;
2498
2847
  }
2848
+ /**
2849
+ * @public
2850
+ */
2499
2851
  export interface GetEffectivePoliciesRequest {
2500
2852
  /**
2501
2853
  * <p>The principal. Valid principals are CertificateArn (arn:aws:iot:<i>region</i>:<i>accountId</i>:cert/<i>certificateId</i>), thingGroupArn (arn:aws:iot:<i>region</i>:<i>accountId</i>:thinggroup/<i>groupName</i>) and CognitoId (<i>region</i>:<i>id</i>).</p>
@@ -2511,6 +2863,7 @@ export interface GetEffectivePoliciesRequest {
2511
2863
  thingName?: string;
2512
2864
  }
2513
2865
  /**
2866
+ * @public
2514
2867
  * <p>The policy that has the effect on the authorization results.</p>
2515
2868
  */
2516
2869
  export interface EffectivePolicy {
@@ -2527,20 +2880,30 @@ export interface EffectivePolicy {
2527
2880
  */
2528
2881
  policyDocument?: string;
2529
2882
  }
2883
+ /**
2884
+ * @public
2885
+ */
2530
2886
  export interface GetEffectivePoliciesResponse {
2531
2887
  /**
2532
2888
  * <p>The effective policies.</p>
2533
2889
  */
2534
2890
  effectivePolicies?: EffectivePolicy[];
2535
2891
  }
2892
+ /**
2893
+ * @public
2894
+ */
2536
2895
  export interface GetIndexingConfigurationRequest {
2537
2896
  }
2897
+ /**
2898
+ * @public
2899
+ */
2538
2900
  export declare enum FieldType {
2539
2901
  BOOLEAN = "Boolean",
2540
2902
  NUMBER = "Number",
2541
2903
  STRING = "String"
2542
2904
  }
2543
2905
  /**
2906
+ * @public
2544
2907
  * <p>Describes the name and data type at a field.</p>
2545
2908
  */
2546
2909
  export interface Field {
@@ -2553,11 +2916,15 @@ export interface Field {
2553
2916
  */
2554
2917
  type?: FieldType | string;
2555
2918
  }
2919
+ /**
2920
+ * @public
2921
+ */
2556
2922
  export declare enum ThingGroupIndexingMode {
2557
2923
  OFF = "OFF",
2558
2924
  ON = "ON"
2559
2925
  }
2560
2926
  /**
2927
+ * @public
2561
2928
  * <p>Thing group indexing configuration.</p>
2562
2929
  */
2563
2930
  export interface ThingGroupIndexingConfiguration {
@@ -2577,11 +2944,15 @@ export interface ThingGroupIndexingConfiguration {
2577
2944
  */
2578
2945
  customFields?: Field[];
2579
2946
  }
2947
+ /**
2948
+ * @public
2949
+ */
2580
2950
  export declare enum DeviceDefenderIndexingMode {
2581
2951
  OFF = "OFF",
2582
2952
  VIOLATIONS = "VIOLATIONS"
2583
2953
  }
2584
2954
  /**
2955
+ * @public
2585
2956
  * <p>Provides additional filters for specific data sources. Named shadow is the only data source that currently supports and requires a filter.
2586
2957
  * To add named shadows to your fleet indexing configuration, set <code>namedShadowIndexingMode</code> to be <code>ON</code> and
2587
2958
  * specify your shadow names in <code>filter</code>.</p>
@@ -2595,20 +2966,30 @@ export interface IndexingFilter {
2595
2966
  */
2596
2967
  namedShadowNames?: string[];
2597
2968
  }
2969
+ /**
2970
+ * @public
2971
+ */
2598
2972
  export declare enum NamedShadowIndexingMode {
2599
2973
  OFF = "OFF",
2600
2974
  ON = "ON"
2601
2975
  }
2976
+ /**
2977
+ * @public
2978
+ */
2602
2979
  export declare enum ThingConnectivityIndexingMode {
2603
2980
  OFF = "OFF",
2604
2981
  STATUS = "STATUS"
2605
2982
  }
2983
+ /**
2984
+ * @public
2985
+ */
2606
2986
  export declare enum ThingIndexingMode {
2607
2987
  OFF = "OFF",
2608
2988
  REGISTRY = "REGISTRY",
2609
2989
  REGISTRY_AND_SHADOW = "REGISTRY_AND_SHADOW"
2610
2990
  }
2611
2991
  /**
2992
+ * @public
2612
2993
  * <p>The thing indexing configuration. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/managing-index.html">Managing
2613
2994
  * Thing Indexing</a>.</p>
2614
2995
  */
@@ -2690,6 +3071,9 @@ export interface ThingIndexingConfiguration {
2690
3071
  */
2691
3072
  filter?: IndexingFilter;
2692
3073
  }
3074
+ /**
3075
+ * @public
3076
+ */
2693
3077
  export interface GetIndexingConfigurationResponse {
2694
3078
  /**
2695
3079
  * <p>Thing indexing configuration.</p>
@@ -2700,12 +3084,18 @@ export interface GetIndexingConfigurationResponse {
2700
3084
  */
2701
3085
  thingGroupIndexingConfiguration?: ThingGroupIndexingConfiguration;
2702
3086
  }
3087
+ /**
3088
+ * @public
3089
+ */
2703
3090
  export interface GetJobDocumentRequest {
2704
3091
  /**
2705
3092
  * <p>The unique identifier you assigned to this job when it was created.</p>
2706
3093
  */
2707
3094
  jobId: string | undefined;
2708
3095
  }
3096
+ /**
3097
+ * @public
3098
+ */
2709
3099
  export interface GetJobDocumentResponse {
2710
3100
  /**
2711
3101
  * <p>The job document content.</p>
@@ -2713,11 +3103,13 @@ export interface GetJobDocumentResponse {
2713
3103
  document?: string;
2714
3104
  }
2715
3105
  /**
3106
+ * @public
2716
3107
  * <p>The input for the GetLoggingOptions operation.</p>
2717
3108
  */
2718
3109
  export interface GetLoggingOptionsRequest {
2719
3110
  }
2720
3111
  /**
3112
+ * @public
2721
3113
  * <p>The output from the GetLoggingOptions operation.</p>
2722
3114
  */
2723
3115
  export interface GetLoggingOptionsResponse {
@@ -2730,6 +3122,9 @@ export interface GetLoggingOptionsResponse {
2730
3122
  */
2731
3123
  logLevel?: LogLevel | string;
2732
3124
  }
3125
+ /**
3126
+ * @public
3127
+ */
2733
3128
  export interface GetOTAUpdateRequest {
2734
3129
  /**
2735
3130
  * <p>The OTA update ID.</p>
@@ -2737,6 +3132,7 @@ export interface GetOTAUpdateRequest {
2737
3132
  otaUpdateId: string | undefined;
2738
3133
  }
2739
3134
  /**
3135
+ * @public
2740
3136
  * <p>Error information.</p>
2741
3137
  */
2742
3138
  export interface ErrorInfo {
@@ -2750,6 +3146,7 @@ export interface ErrorInfo {
2750
3146
  message?: string;
2751
3147
  }
2752
3148
  /**
3149
+ * @public
2753
3150
  * <p>Information about an OTA update.</p>
2754
3151
  */
2755
3152
  export interface OTAUpdateInfo {
@@ -2824,12 +3221,18 @@ export interface OTAUpdateInfo {
2824
3221
  */
2825
3222
  additionalParameters?: Record<string, string>;
2826
3223
  }
3224
+ /**
3225
+ * @public
3226
+ */
2827
3227
  export interface GetOTAUpdateResponse {
2828
3228
  /**
2829
3229
  * <p>The OTA update info.</p>
2830
3230
  */
2831
3231
  otaUpdateInfo?: OTAUpdateInfo;
2832
3232
  }
3233
+ /**
3234
+ * @public
3235
+ */
2833
3236
  export interface GetPercentilesRequest {
2834
3237
  /**
2835
3238
  * <p>The name of the index to search.</p>
@@ -2853,6 +3256,7 @@ export interface GetPercentilesRequest {
2853
3256
  percents?: number[];
2854
3257
  }
2855
3258
  /**
3259
+ * @public
2856
3260
  * <p>Describes the percentile and percentile value.</p>
2857
3261
  */
2858
3262
  export interface PercentPair {
@@ -2865,6 +3269,9 @@ export interface PercentPair {
2865
3269
  */
2866
3270
  value?: number;
2867
3271
  }
3272
+ /**
3273
+ * @public
3274
+ */
2868
3275
  export interface GetPercentilesResponse {
2869
3276
  /**
2870
3277
  * <p>The percentile values of the aggregated fields.</p>
@@ -2872,6 +3279,7 @@ export interface GetPercentilesResponse {
2872
3279
  percentiles?: PercentPair[];
2873
3280
  }
2874
3281
  /**
3282
+ * @public
2875
3283
  * <p>The input for the GetPolicy operation.</p>
2876
3284
  */
2877
3285
  export interface GetPolicyRequest {
@@ -2881,6 +3289,7 @@ export interface GetPolicyRequest {
2881
3289
  policyName: string | undefined;
2882
3290
  }
2883
3291
  /**
3292
+ * @public
2884
3293
  * <p>The output from the GetPolicy operation.</p>
2885
3294
  */
2886
3295
  export interface GetPolicyResponse {
@@ -2914,6 +3323,7 @@ export interface GetPolicyResponse {
2914
3323
  generationId?: string;
2915
3324
  }
2916
3325
  /**
3326
+ * @public
2917
3327
  * <p>The input for the GetPolicyVersion operation.</p>
2918
3328
  */
2919
3329
  export interface GetPolicyVersionRequest {
@@ -2927,6 +3337,7 @@ export interface GetPolicyVersionRequest {
2927
3337
  policyVersionId: string | undefined;
2928
3338
  }
2929
3339
  /**
3340
+ * @public
2930
3341
  * <p>The output from the GetPolicyVersion operation.</p>
2931
3342
  */
2932
3343
  export interface GetPolicyVersionResponse {
@@ -2964,11 +3375,13 @@ export interface GetPolicyVersionResponse {
2964
3375
  generationId?: string;
2965
3376
  }
2966
3377
  /**
3378
+ * @public
2967
3379
  * <p>The input to the GetRegistrationCode operation.</p>
2968
3380
  */
2969
3381
  export interface GetRegistrationCodeRequest {
2970
3382
  }
2971
3383
  /**
3384
+ * @public
2972
3385
  * <p>The output from the GetRegistrationCode operation.</p>
2973
3386
  */
2974
3387
  export interface GetRegistrationCodeResponse {
@@ -2977,6 +3390,9 @@ export interface GetRegistrationCodeResponse {
2977
3390
  */
2978
3391
  registrationCode?: string;
2979
3392
  }
3393
+ /**
3394
+ * @public
3395
+ */
2980
3396
  export interface GetStatisticsRequest {
2981
3397
  /**
2982
3398
  * <p>The name of the index to search. The default value is <code>AWS_Things</code>.</p>
@@ -2997,6 +3413,7 @@ export interface GetStatisticsRequest {
2997
3413
  queryVersion?: string;
2998
3414
  }
2999
3415
  /**
3416
+ * @public
3000
3417
  * <p>A map of key-value pairs for all supported statistics. For issues with missing or unexpected values for this API,
3001
3418
  * consult <a href="https://docs.aws.amazon.com/iot/latest/developerguide/fleet-indexing-troubleshooting.html">
3002
3419
  * Fleet indexing troubleshooting guide</a>.</p>
@@ -3035,6 +3452,9 @@ export interface Statistics {
3035
3452
  */
3036
3453
  stdDeviation?: number;
3037
3454
  }
3455
+ /**
3456
+ * @public
3457
+ */
3038
3458
  export interface GetStatisticsResponse {
3039
3459
  /**
3040
3460
  * <p>The statistics returned by the Fleet Indexing service based on the query and aggregation
@@ -3043,6 +3463,7 @@ export interface GetStatisticsResponse {
3043
3463
  statistics?: Statistics;
3044
3464
  }
3045
3465
  /**
3466
+ * @public
3046
3467
  * <p>The input for the GetTopicRule operation.</p>
3047
3468
  */
3048
3469
  export interface GetTopicRuleRequest {
@@ -3052,6 +3473,7 @@ export interface GetTopicRuleRequest {
3052
3473
  ruleName: string | undefined;
3053
3474
  }
3054
3475
  /**
3476
+ * @public
3055
3477
  * <p>Describes a rule.</p>
3056
3478
  */
3057
3479
  export interface TopicRule {
@@ -3090,6 +3512,7 @@ export interface TopicRule {
3090
3512
  errorAction?: Action;
3091
3513
  }
3092
3514
  /**
3515
+ * @public
3093
3516
  * <p>The output from the GetTopicRule operation.</p>
3094
3517
  */
3095
3518
  export interface GetTopicRuleResponse {
@@ -3102,20 +3525,32 @@ export interface GetTopicRuleResponse {
3102
3525
  */
3103
3526
  rule?: TopicRule;
3104
3527
  }
3528
+ /**
3529
+ * @public
3530
+ */
3105
3531
  export interface GetTopicRuleDestinationRequest {
3106
3532
  /**
3107
3533
  * <p>The ARN of the topic rule destination.</p>
3108
3534
  */
3109
3535
  arn: string | undefined;
3110
3536
  }
3537
+ /**
3538
+ * @public
3539
+ */
3111
3540
  export interface GetTopicRuleDestinationResponse {
3112
3541
  /**
3113
3542
  * <p>The topic rule destination.</p>
3114
3543
  */
3115
3544
  topicRuleDestination?: TopicRuleDestination;
3116
3545
  }
3546
+ /**
3547
+ * @public
3548
+ */
3117
3549
  export interface GetV2LoggingOptionsRequest {
3118
3550
  }
3551
+ /**
3552
+ * @public
3553
+ */
3119
3554
  export interface GetV2LoggingOptionsResponse {
3120
3555
  /**
3121
3556
  * <p>The IAM role ARN IoT uses to write to your CloudWatch logs.</p>
@@ -3131,6 +3566,7 @@ export interface GetV2LoggingOptionsResponse {
3131
3566
  disableAllLogs?: boolean;
3132
3567
  }
3133
3568
  /**
3569
+ * @public
3134
3570
  * <p>The resource is not configured.</p>
3135
3571
  */
3136
3572
  export declare class NotConfiguredException extends __BaseException {
@@ -3141,11 +3577,17 @@ export declare class NotConfiguredException extends __BaseException {
3141
3577
  */
3142
3578
  constructor(opts: __ExceptionOptionType<NotConfiguredException, __BaseException>);
3143
3579
  }
3580
+ /**
3581
+ * @public
3582
+ */
3144
3583
  export declare enum BehaviorCriteriaType {
3145
3584
  MACHINE_LEARNING = "MACHINE_LEARNING",
3146
3585
  STATIC = "STATIC",
3147
3586
  STATISTICAL = "STATISTICAL"
3148
3587
  }
3588
+ /**
3589
+ * @public
3590
+ */
3149
3591
  export interface ListActiveViolationsRequest {
3150
3592
  /**
3151
3593
  * <p>The name of the thing whose active violations are listed.</p>
@@ -3180,6 +3622,9 @@ export interface ListActiveViolationsRequest {
3180
3622
  */
3181
3623
  maxResults?: number;
3182
3624
  }
3625
+ /**
3626
+ * @public
3627
+ */
3183
3628
  export interface ListActiveViolationsResponse {
3184
3629
  /**
3185
3630
  * <p>The list of active violations.</p>
@@ -3191,6 +3636,9 @@ export interface ListActiveViolationsResponse {
3191
3636
  */
3192
3637
  nextToken?: string;
3193
3638
  }
3639
+ /**
3640
+ * @public
3641
+ */
3194
3642
  export interface ListAttachedPoliciesRequest {
3195
3643
  /**
3196
3644
  * <p>The group or principal for which the policies will be listed. Valid principals are CertificateArn (arn:aws:iot:<i>region</i>:<i>accountId</i>:cert/<i>certificateId</i>), thingGroupArn (arn:aws:iot:<i>region</i>:<i>accountId</i>:thinggroup/<i>groupName</i>) and CognitoId (<i>region</i>:<i>id</i>).</p>
@@ -3209,6 +3657,9 @@ export interface ListAttachedPoliciesRequest {
3209
3657
  */
3210
3658
  pageSize?: number;
3211
3659
  }
3660
+ /**
3661
+ * @public
3662
+ */
3212
3663
  export interface ListAttachedPoliciesResponse {
3213
3664
  /**
3214
3665
  * <p>The policies.</p>
@@ -3220,6 +3671,9 @@ export interface ListAttachedPoliciesResponse {
3220
3671
  */
3221
3672
  nextMarker?: string;
3222
3673
  }
3674
+ /**
3675
+ * @public
3676
+ */
3223
3677
  export interface ListAuditFindingsRequest {
3224
3678
  /**
3225
3679
  * <p>A filter to limit results to the audit with the specified ID. You must
@@ -3259,6 +3713,9 @@ export interface ListAuditFindingsRequest {
3259
3713
  */
3260
3714
  listSuppressedFindings?: boolean;
3261
3715
  }
3716
+ /**
3717
+ * @public
3718
+ */
3262
3719
  export interface ListAuditFindingsResponse {
3263
3720
  /**
3264
3721
  * <p>The findings (results) of the audit.</p>
@@ -3270,6 +3727,9 @@ export interface ListAuditFindingsResponse {
3270
3727
  */
3271
3728
  nextToken?: string;
3272
3729
  }
3730
+ /**
3731
+ * @public
3732
+ */
3273
3733
  export interface ListAuditMitigationActionsExecutionsRequest {
3274
3734
  /**
3275
3735
  * <p>Specify this filter to limit results to actions for a specific audit mitigation actions task.</p>
@@ -3292,6 +3752,9 @@ export interface ListAuditMitigationActionsExecutionsRequest {
3292
3752
  */
3293
3753
  nextToken?: string;
3294
3754
  }
3755
+ /**
3756
+ * @public
3757
+ */
3295
3758
  export interface ListAuditMitigationActionsExecutionsResponse {
3296
3759
  /**
3297
3760
  * <p>A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.</p>
@@ -3302,6 +3765,9 @@ export interface ListAuditMitigationActionsExecutionsResponse {
3302
3765
  */
3303
3766
  nextToken?: string;
3304
3767
  }
3768
+ /**
3769
+ * @public
3770
+ */
3305
3771
  export interface ListAuditMitigationActionsTasksRequest {
3306
3772
  /**
3307
3773
  * <p>Specify this filter to limit results to tasks that were applied to results for a specific audit.</p>
@@ -3332,6 +3798,9 @@ export interface ListAuditMitigationActionsTasksRequest {
3332
3798
  */
3333
3799
  endTime: Date | undefined;
3334
3800
  }
3801
+ /**
3802
+ * @public
3803
+ */
3335
3804
  export interface ListAuditMitigationActionsTasksResponse {
3336
3805
  /**
3337
3806
  * <p>The collection of audit mitigation tasks that matched the filter criteria.</p>
@@ -3342,6 +3811,9 @@ export interface ListAuditMitigationActionsTasksResponse {
3342
3811
  */
3343
3812
  nextToken?: string;
3344
3813
  }
3814
+ /**
3815
+ * @public
3816
+ */
3345
3817
  export interface ListAuditSuppressionsRequest {
3346
3818
  /**
3347
3819
  * <p>An audit check name. Checks must be enabled
@@ -3373,6 +3845,9 @@ export interface ListAuditSuppressionsRequest {
3373
3845
  */
3374
3846
  maxResults?: number;
3375
3847
  }
3848
+ /**
3849
+ * @public
3850
+ */
3376
3851
  export interface ListAuditSuppressionsResponse {
3377
3852
  /**
3378
3853
  * <p>
@@ -3387,6 +3862,9 @@ export interface ListAuditSuppressionsResponse {
3387
3862
  */
3388
3863
  nextToken?: string;
3389
3864
  }
3865
+ /**
3866
+ * @public
3867
+ */
3390
3868
  export interface ListAuditTasksRequest {
3391
3869
  /**
3392
3870
  * <p>The beginning of the time period. Audit information is retained for a
@@ -3417,6 +3895,9 @@ export interface ListAuditTasksRequest {
3417
3895
  */
3418
3896
  maxResults?: number;
3419
3897
  }
3898
+ /**
3899
+ * @public
3900
+ */
3420
3901
  export interface ListAuditTasksResponse {
3421
3902
  /**
3422
3903
  * <p>The audits that were performed during the specified time period.</p>
@@ -3428,6 +3909,9 @@ export interface ListAuditTasksResponse {
3428
3909
  */
3429
3910
  nextToken?: string;
3430
3911
  }
3912
+ /**
3913
+ * @public
3914
+ */
3431
3915
  export interface ListAuthorizersRequest {
3432
3916
  /**
3433
3917
  * <p>The maximum number of results to return at one time.</p>
@@ -3446,6 +3930,9 @@ export interface ListAuthorizersRequest {
3446
3930
  */
3447
3931
  status?: AuthorizerStatus | string;
3448
3932
  }
3933
+ /**
3934
+ * @public
3935
+ */
3449
3936
  export interface ListAuthorizersResponse {
3450
3937
  /**
3451
3938
  * <p>The authorizers.</p>
@@ -3456,6 +3943,9 @@ export interface ListAuthorizersResponse {
3456
3943
  */
3457
3944
  nextMarker?: string;
3458
3945
  }
3946
+ /**
3947
+ * @public
3948
+ */
3459
3949
  export interface ListBillingGroupsRequest {
3460
3950
  /**
3461
3951
  * <p>To retrieve the next set of results, the <code>nextToken</code>
@@ -3472,6 +3962,9 @@ export interface ListBillingGroupsRequest {
3472
3962
  */
3473
3963
  namePrefixFilter?: string;
3474
3964
  }
3965
+ /**
3966
+ * @public
3967
+ */
3475
3968
  export interface ListBillingGroupsResponse {
3476
3969
  /**
3477
3970
  * <p>The list of billing groups.</p>
@@ -3483,6 +3976,7 @@ export interface ListBillingGroupsResponse {
3483
3976
  nextToken?: string;
3484
3977
  }
3485
3978
  /**
3979
+ * @public
3486
3980
  * <p>Input for the ListCACertificates operation.</p>
3487
3981
  */
3488
3982
  export interface ListCACertificatesRequest {
@@ -3504,6 +3998,7 @@ export interface ListCACertificatesRequest {
3504
3998
  templateName?: string;
3505
3999
  }
3506
4000
  /**
4001
+ * @public
3507
4002
  * <p>A CA certificate.</p>
3508
4003
  */
3509
4004
  export interface CACertificate {
@@ -3526,6 +4021,7 @@ export interface CACertificate {
3526
4021
  creationDate?: Date;
3527
4022
  }
3528
4023
  /**
4024
+ * @public
3529
4025
  * <p>The output from the ListCACertificates operation.</p>
3530
4026
  */
3531
4027
  export interface ListCACertificatesResponse {
@@ -3539,6 +4035,7 @@ export interface ListCACertificatesResponse {
3539
4035
  nextMarker?: string;
3540
4036
  }
3541
4037
  /**
4038
+ * @public
3542
4039
  * <p>The input for the ListCertificates operation.</p>
3543
4040
  */
3544
4041
  export interface ListCertificatesRequest {
@@ -3557,6 +4054,7 @@ export interface ListCertificatesRequest {
3557
4054
  ascendingOrder?: boolean;
3558
4055
  }
3559
4056
  /**
4057
+ * @public
3560
4058
  * <p>Information about a certificate.</p>
3561
4059
  */
3562
4060
  export interface Certificate {
@@ -3594,6 +4092,7 @@ export interface Certificate {
3594
4092
  creationDate?: Date;
3595
4093
  }
3596
4094
  /**
4095
+ * @public
3597
4096
  * <p>The output of the ListCertificates operation.</p>
3598
4097
  */
3599
4098
  export interface ListCertificatesResponse {
@@ -3608,6 +4107,7 @@ export interface ListCertificatesResponse {
3608
4107
  nextMarker?: string;
3609
4108
  }
3610
4109
  /**
4110
+ * @public
3611
4111
  * <p>The input to the ListCertificatesByCA operation.</p>
3612
4112
  */
3613
4113
  export interface ListCertificatesByCARequest {
@@ -3631,6 +4131,7 @@ export interface ListCertificatesByCARequest {
3631
4131
  ascendingOrder?: boolean;
3632
4132
  }
3633
4133
  /**
4134
+ * @public
3634
4135
  * <p>The output of the ListCertificatesByCA operation.</p>
3635
4136
  */
3636
4137
  export interface ListCertificatesByCAResponse {
@@ -3644,6 +4145,9 @@ export interface ListCertificatesByCAResponse {
3644
4145
  */
3645
4146
  nextMarker?: string;
3646
4147
  }
4148
+ /**
4149
+ * @public
4150
+ */
3647
4151
  export interface ListCustomMetricsRequest {
3648
4152
  /**
3649
4153
  * <p>
@@ -3658,6 +4162,9 @@ export interface ListCustomMetricsRequest {
3658
4162
  */
3659
4163
  maxResults?: number;
3660
4164
  }
4165
+ /**
4166
+ * @public
4167
+ */
3661
4168
  export interface ListCustomMetricsResponse {
3662
4169
  /**
3663
4170
  * <p>
@@ -3673,6 +4180,9 @@ export interface ListCustomMetricsResponse {
3673
4180
  */
3674
4181
  nextToken?: string;
3675
4182
  }
4183
+ /**
4184
+ * @public
4185
+ */
3676
4186
  export interface ListDetectMitigationActionsExecutionsRequest {
3677
4187
  /**
3678
4188
  * <p>
@@ -3718,6 +4228,9 @@ export interface ListDetectMitigationActionsExecutionsRequest {
3718
4228
  */
3719
4229
  nextToken?: string;
3720
4230
  }
4231
+ /**
4232
+ * @public
4233
+ */
3721
4234
  export declare enum DetectMitigationActionExecutionStatus {
3722
4235
  FAILED = "FAILED",
3723
4236
  IN_PROGRESS = "IN_PROGRESS",
@@ -3725,6 +4238,7 @@ export declare enum DetectMitigationActionExecutionStatus {
3725
4238
  SUCCESSFUL = "SUCCESSFUL"
3726
4239
  }
3727
4240
  /**
4241
+ * @public
3728
4242
  * <p>
3729
4243
  * Describes which mitigation actions should be executed.
3730
4244
  * </p>
@@ -3785,6 +4299,9 @@ export interface DetectMitigationActionExecution {
3785
4299
  */
3786
4300
  message?: string;
3787
4301
  }
4302
+ /**
4303
+ * @public
4304
+ */
3788
4305
  export interface ListDetectMitigationActionsExecutionsResponse {
3789
4306
  /**
3790
4307
  * <p>
@@ -3799,6 +4316,9 @@ export interface ListDetectMitigationActionsExecutionsResponse {
3799
4316
  */
3800
4317
  nextToken?: string;
3801
4318
  }
4319
+ /**
4320
+ * @public
4321
+ */
3802
4322
  export interface ListDetectMitigationActionsTasksRequest {
3803
4323
  /**
3804
4324
  * <p>The maximum number of results to return at one time. The default is 25.</p>
@@ -3824,6 +4344,9 @@ export interface ListDetectMitigationActionsTasksRequest {
3824
4344
  */
3825
4345
  endTime: Date | undefined;
3826
4346
  }
4347
+ /**
4348
+ * @public
4349
+ */
3827
4350
  export interface ListDetectMitigationActionsTasksResponse {
3828
4351
  /**
3829
4352
  * <p>
@@ -3838,6 +4361,9 @@ export interface ListDetectMitigationActionsTasksResponse {
3838
4361
  */
3839
4362
  nextToken?: string;
3840
4363
  }
4364
+ /**
4365
+ * @public
4366
+ */
3841
4367
  export interface ListDimensionsRequest {
3842
4368
  /**
3843
4369
  * <p>The token for the next set of results.</p>
@@ -3848,6 +4374,9 @@ export interface ListDimensionsRequest {
3848
4374
  */
3849
4375
  maxResults?: number;
3850
4376
  }
4377
+ /**
4378
+ * @public
4379
+ */
3851
4380
  export interface ListDimensionsResponse {
3852
4381
  /**
3853
4382
  * <p>A list of the names of the defined dimensions. Use <code>DescribeDimension</code> to get details for a dimension.</p>
@@ -3858,6 +4387,9 @@ export interface ListDimensionsResponse {
3858
4387
  */
3859
4388
  nextToken?: string;
3860
4389
  }
4390
+ /**
4391
+ * @public
4392
+ */
3861
4393
  export interface ListDomainConfigurationsRequest {
3862
4394
  /**
3863
4395
  * <p>The marker for the next set of results.</p>
@@ -3873,6 +4405,7 @@ export interface ListDomainConfigurationsRequest {
3873
4405
  serviceType?: ServiceType | string;
3874
4406
  }
3875
4407
  /**
4408
+ * @public
3876
4409
  * <p>The summary of a domain configuration. A domain configuration specifies custom IoT-specific information about a domain.
3877
4410
  * A domain configuration can be associated with an Amazon Web Services-managed domain
3878
4411
  * (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint.</p>
@@ -3902,6 +4435,9 @@ export interface DomainConfigurationSummary {
3902
4435
  */
3903
4436
  serviceType?: ServiceType | string;
3904
4437
  }
4438
+ /**
4439
+ * @public
4440
+ */
3905
4441
  export interface ListDomainConfigurationsResponse {
3906
4442
  /**
3907
4443
  * <p>A list of objects that contain summary information about the user's domain configurations.</p>
@@ -3912,6 +4448,9 @@ export interface ListDomainConfigurationsResponse {
3912
4448
  */
3913
4449
  nextMarker?: string;
3914
4450
  }
4451
+ /**
4452
+ * @public
4453
+ */
3915
4454
  export interface ListFleetMetricsRequest {
3916
4455
  /**
3917
4456
  * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response;
@@ -3924,6 +4463,7 @@ export interface ListFleetMetricsRequest {
3924
4463
  maxResults?: number;
3925
4464
  }
3926
4465
  /**
4466
+ * @public
3927
4467
  * <p>The name and ARN of a fleet metric.</p>
3928
4468
  */
3929
4469
  export interface FleetMetricNameAndArn {
@@ -3936,6 +4476,9 @@ export interface FleetMetricNameAndArn {
3936
4476
  */
3937
4477
  metricArn?: string;
3938
4478
  }
4479
+ /**
4480
+ * @public
4481
+ */
3939
4482
  export interface ListFleetMetricsResponse {
3940
4483
  /**
3941
4484
  * <p>The list of fleet metrics objects.</p>
@@ -3947,6 +4490,9 @@ export interface ListFleetMetricsResponse {
3947
4490
  */
3948
4491
  nextToken?: string;
3949
4492
  }
4493
+ /**
4494
+ * @public
4495
+ */
3950
4496
  export interface ListIndicesRequest {
3951
4497
  /**
3952
4498
  * <p>The token used to get the next set of results, or <code>null</code> if there are no additional
@@ -3958,6 +4504,9 @@ export interface ListIndicesRequest {
3958
4504
  */
3959
4505
  maxResults?: number;
3960
4506
  }
4507
+ /**
4508
+ * @public
4509
+ */
3961
4510
  export interface ListIndicesResponse {
3962
4511
  /**
3963
4512
  * <p>The index names.</p>
@@ -3969,6 +4518,9 @@ export interface ListIndicesResponse {
3969
4518
  */
3970
4519
  nextToken?: string;
3971
4520
  }
4521
+ /**
4522
+ * @public
4523
+ */
3972
4524
  export interface ListJobExecutionsForJobRequest {
3973
4525
  /**
3974
4526
  * <p>The unique identifier you assigned to this job when it was created.</p>
@@ -3988,6 +4540,7 @@ export interface ListJobExecutionsForJobRequest {
3988
4540
  nextToken?: string;
3989
4541
  }
3990
4542
  /**
4543
+ * @public
3991
4544
  * <p>The job execution summary.</p>
3992
4545
  */
3993
4546
  export interface JobExecutionSummary {
@@ -4020,6 +4573,7 @@ export interface JobExecutionSummary {
4020
4573
  retryAttempt?: number;
4021
4574
  }
4022
4575
  /**
4576
+ * @public
4023
4577
  * <p>Contains a summary of information about job executions for a specific job.</p>
4024
4578
  */
4025
4579
  export interface JobExecutionSummaryForJob {
@@ -4032,6 +4586,9 @@ export interface JobExecutionSummaryForJob {
4032
4586
  */
4033
4587
  jobExecutionSummary?: JobExecutionSummary;
4034
4588
  }
4589
+ /**
4590
+ * @public
4591
+ */
4035
4592
  export interface ListJobExecutionsForJobResponse {
4036
4593
  /**
4037
4594
  * <p>A list of job execution summaries.</p>
@@ -4043,6 +4600,9 @@ export interface ListJobExecutionsForJobResponse {
4043
4600
  */
4044
4601
  nextToken?: string;
4045
4602
  }
4603
+ /**
4604
+ * @public
4605
+ */
4046
4606
  export interface ListJobExecutionsForThingRequest {
4047
4607
  /**
4048
4608
  * <p>The thing name.</p>
@@ -4078,6 +4638,7 @@ export interface ListJobExecutionsForThingRequest {
4078
4638
  jobId?: string;
4079
4639
  }
4080
4640
  /**
4641
+ * @public
4081
4642
  * <p>The job execution summary for a thing.</p>
4082
4643
  */
4083
4644
  export interface JobExecutionSummaryForThing {
@@ -4090,6 +4651,9 @@ export interface JobExecutionSummaryForThing {
4090
4651
  */
4091
4652
  jobExecutionSummary?: JobExecutionSummary;
4092
4653
  }
4654
+ /**
4655
+ * @public
4656
+ */
4093
4657
  export interface ListJobExecutionsForThingResponse {
4094
4658
  /**
4095
4659
  * <p>A list of job execution summaries.</p>
@@ -4101,6 +4665,9 @@ export interface ListJobExecutionsForThingResponse {
4101
4665
  */
4102
4666
  nextToken?: string;
4103
4667
  }
4668
+ /**
4669
+ * @public
4670
+ */
4104
4671
  export interface ListJobsRequest {
4105
4672
  /**
4106
4673
  * <p>An optional filter that lets you search for jobs that have the specified status.</p>
@@ -4148,6 +4715,7 @@ export interface ListJobsRequest {
4148
4715
  namespaceId?: string;
4149
4716
  }
4150
4717
  /**
4718
+ * @public
4151
4719
  * <p>The job summary.</p>
4152
4720
  */
4153
4721
  export interface JobSummary {
@@ -4198,6 +4766,9 @@ export interface JobSummary {
4198
4766
  */
4199
4767
  isConcurrent?: boolean;
4200
4768
  }
4769
+ /**
4770
+ * @public
4771
+ */
4201
4772
  export interface ListJobsResponse {
4202
4773
  /**
4203
4774
  * <p>A list of jobs.</p>
@@ -4209,6 +4780,9 @@ export interface ListJobsResponse {
4209
4780
  */
4210
4781
  nextToken?: string;
4211
4782
  }
4783
+ /**
4784
+ * @public
4785
+ */
4212
4786
  export interface ListJobTemplatesRequest {
4213
4787
  /**
4214
4788
  * <p>The maximum number of results to return in the list.</p>
@@ -4220,6 +4794,7 @@ export interface ListJobTemplatesRequest {
4220
4794
  nextToken?: string;
4221
4795
  }
4222
4796
  /**
4797
+ * @public
4223
4798
  * <p>An object that contains information about the job template.</p>
4224
4799
  */
4225
4800
  export interface JobTemplateSummary {
@@ -4240,6 +4815,9 @@ export interface JobTemplateSummary {
4240
4815
  */
4241
4816
  createdAt?: Date;
4242
4817
  }
4818
+ /**
4819
+ * @public
4820
+ */
4243
4821
  export interface ListJobTemplatesResponse {
4244
4822
  /**
4245
4823
  * <p>A list of objects that contain information about the job templates.</p>
@@ -4251,6 +4829,9 @@ export interface ListJobTemplatesResponse {
4251
4829
  */
4252
4830
  nextToken?: string;
4253
4831
  }
4832
+ /**
4833
+ * @public
4834
+ */
4254
4835
  export interface ListManagedJobTemplatesRequest {
4255
4836
  /**
4256
4837
  * <p>An optional parameter for template name. If specified, only the versions of the
@@ -4267,6 +4848,7 @@ export interface ListManagedJobTemplatesRequest {
4267
4848
  nextToken?: string;
4268
4849
  }
4269
4850
  /**
4851
+ * @public
4270
4852
  * <p>An object that contains information about the managed template.</p>
4271
4853
  */
4272
4854
  export interface ManagedJobTemplateSummary {
@@ -4291,6 +4873,9 @@ export interface ManagedJobTemplateSummary {
4291
4873
  */
4292
4874
  templateVersion?: string;
4293
4875
  }
4876
+ /**
4877
+ * @public
4878
+ */
4294
4879
  export interface ListManagedJobTemplatesResponse {
4295
4880
  /**
4296
4881
  * <p>A list of managed job templates that are returned.</p>
@@ -4301,6 +4886,9 @@ export interface ListManagedJobTemplatesResponse {
4301
4886
  */
4302
4887
  nextToken?: string;
4303
4888
  }
4889
+ /**
4890
+ * @public
4891
+ */
4304
4892
  export interface ListMetricValuesRequest {
4305
4893
  /**
4306
4894
  * <p>The name of the thing for which security profile metric values are returned.</p>
@@ -4336,6 +4924,7 @@ export interface ListMetricValuesRequest {
4336
4924
  nextToken?: string;
4337
4925
  }
4338
4926
  /**
4927
+ * @public
4339
4928
  * <p>A metric.</p>
4340
4929
  */
4341
4930
  export interface MetricDatum {
@@ -4348,6 +4937,9 @@ export interface MetricDatum {
4348
4937
  */
4349
4938
  value?: MetricValue;
4350
4939
  }
4940
+ /**
4941
+ * @public
4942
+ */
4351
4943
  export interface ListMetricValuesResponse {
4352
4944
  /**
4353
4945
  * <p>The data the thing reports for the metric during the specified time period.</p>
@@ -4359,6 +4951,9 @@ export interface ListMetricValuesResponse {
4359
4951
  */
4360
4952
  nextToken?: string;
4361
4953
  }
4954
+ /**
4955
+ * @public
4956
+ */
4362
4957
  export interface ListMitigationActionsRequest {
4363
4958
  /**
4364
4959
  * <p>Specify a value to limit the result to mitigation actions with a specific action type.</p>
@@ -4374,6 +4969,7 @@ export interface ListMitigationActionsRequest {
4374
4969
  nextToken?: string;
4375
4970
  }
4376
4971
  /**
4972
+ * @public
4377
4973
  * <p>Information that identifies a mitigation action. This information is returned by ListMitigationActions.</p>
4378
4974
  */
4379
4975
  export interface MitigationActionIdentifier {
@@ -4390,6 +4986,9 @@ export interface MitigationActionIdentifier {
4390
4986
  */
4391
4987
  creationDate?: Date;
4392
4988
  }
4989
+ /**
4990
+ * @public
4991
+ */
4393
4992
  export interface ListMitigationActionsResponse {
4394
4993
  /**
4395
4994
  * <p>A set of actions that matched the specified filter criteria.</p>
@@ -4400,6 +4999,9 @@ export interface ListMitigationActionsResponse {
4400
4999
  */
4401
5000
  nextToken?: string;
4402
5001
  }
5002
+ /**
5003
+ * @public
5004
+ */
4403
5005
  export interface ListOTAUpdatesRequest {
4404
5006
  /**
4405
5007
  * <p>The maximum number of results to return at one time.</p>
@@ -4415,6 +5017,7 @@ export interface ListOTAUpdatesRequest {
4415
5017
  otaUpdateStatus?: OTAUpdateStatus | string;
4416
5018
  }
4417
5019
  /**
5020
+ * @public
4418
5021
  * <p>An OTA update summary.</p>
4419
5022
  */
4420
5023
  export interface OTAUpdateSummary {
@@ -4431,6 +5034,9 @@ export interface OTAUpdateSummary {
4431
5034
  */
4432
5035
  creationDate?: Date;
4433
5036
  }
5037
+ /**
5038
+ * @public
5039
+ */
4434
5040
  export interface ListOTAUpdatesResponse {
4435
5041
  /**
4436
5042
  * <p>A list of OTA update jobs.</p>
@@ -4442,6 +5048,7 @@ export interface ListOTAUpdatesResponse {
4442
5048
  nextToken?: string;
4443
5049
  }
4444
5050
  /**
5051
+ * @public
4445
5052
  * <p>The input to the ListOutgoingCertificates operation.</p>
4446
5053
  */
4447
5054
  export interface ListOutgoingCertificatesRequest {
@@ -4460,6 +5067,7 @@ export interface ListOutgoingCertificatesRequest {
4460
5067
  ascendingOrder?: boolean;
4461
5068
  }
4462
5069
  /**
5070
+ * @public
4463
5071
  * <p>A certificate that has been transferred but not yet accepted.</p>
4464
5072
  */
4465
5073
  export interface OutgoingCertificate {
@@ -4489,6 +5097,7 @@ export interface OutgoingCertificate {
4489
5097
  creationDate?: Date;
4490
5098
  }
4491
5099
  /**
5100
+ * @public
4492
5101
  * <p>The output from the ListOutgoingCertificates operation.</p>
4493
5102
  */
4494
5103
  export interface ListOutgoingCertificatesResponse {
@@ -4502,6 +5111,7 @@ export interface ListOutgoingCertificatesResponse {
4502
5111
  nextMarker?: string;
4503
5112
  }
4504
5113
  /**
5114
+ * @public
4505
5115
  * <p>The input for the ListPolicies operation.</p>
4506
5116
  */
4507
5117
  export interface ListPoliciesRequest {
@@ -4520,6 +5130,7 @@ export interface ListPoliciesRequest {
4520
5130
  ascendingOrder?: boolean;
4521
5131
  }
4522
5132
  /**
5133
+ * @public
4523
5134
  * <p>The output from the ListPolicies operation.</p>
4524
5135
  */
4525
5136
  export interface ListPoliciesResponse {
@@ -4534,6 +5145,7 @@ export interface ListPoliciesResponse {
4534
5145
  nextMarker?: string;
4535
5146
  }
4536
5147
  /**
5148
+ * @public
4537
5149
  * <p>The input for the ListPolicyPrincipals operation.</p>
4538
5150
  */
4539
5151
  export interface ListPolicyPrincipalsRequest {
@@ -4556,6 +5168,7 @@ export interface ListPolicyPrincipalsRequest {
4556
5168
  ascendingOrder?: boolean;
4557
5169
  }
4558
5170
  /**
5171
+ * @public
4559
5172
  * <p>The output from the ListPolicyPrincipals operation.</p>
4560
5173
  */
4561
5174
  export interface ListPolicyPrincipalsResponse {
@@ -4570,6 +5183,7 @@ export interface ListPolicyPrincipalsResponse {
4570
5183
  nextMarker?: string;
4571
5184
  }
4572
5185
  /**
5186
+ * @public
4573
5187
  * <p>The input for the ListPolicyVersions operation.</p>
4574
5188
  */
4575
5189
  export interface ListPolicyVersionsRequest {
@@ -4579,6 +5193,7 @@ export interface ListPolicyVersionsRequest {
4579
5193
  policyName: string | undefined;
4580
5194
  }
4581
5195
  /**
5196
+ * @public
4582
5197
  * <p>Describes a policy version.</p>
4583
5198
  */
4584
5199
  export interface PolicyVersion {
@@ -4596,6 +5211,7 @@ export interface PolicyVersion {
4596
5211
  createDate?: Date;
4597
5212
  }
4598
5213
  /**
5214
+ * @public
4599
5215
  * <p>The output from the ListPolicyVersions operation.</p>
4600
5216
  */
4601
5217
  export interface ListPolicyVersionsResponse {
@@ -4605,6 +5221,7 @@ export interface ListPolicyVersionsResponse {
4605
5221
  policyVersions?: PolicyVersion[];
4606
5222
  }
4607
5223
  /**
5224
+ * @public
4608
5225
  * <p>The input for the ListPrincipalPolicies operation.</p>
4609
5226
  */
4610
5227
  export interface ListPrincipalPoliciesRequest {
@@ -4627,6 +5244,7 @@ export interface ListPrincipalPoliciesRequest {
4627
5244
  ascendingOrder?: boolean;
4628
5245
  }
4629
5246
  /**
5247
+ * @public
4630
5248
  * <p>The output from the ListPrincipalPolicies operation.</p>
4631
5249
  */
4632
5250
  export interface ListPrincipalPoliciesResponse {
@@ -4641,6 +5259,7 @@ export interface ListPrincipalPoliciesResponse {
4641
5259
  nextMarker?: string;
4642
5260
  }
4643
5261
  /**
5262
+ * @public
4644
5263
  * <p>The input for the ListPrincipalThings operation.</p>
4645
5264
  */
4646
5265
  export interface ListPrincipalThingsRequest {
@@ -4660,6 +5279,7 @@ export interface ListPrincipalThingsRequest {
4660
5279
  principal: string | undefined;
4661
5280
  }
4662
5281
  /**
5282
+ * @public
4663
5283
  * <p>The output from the ListPrincipalThings operation.</p>
4664
5284
  */
4665
5285
  export interface ListPrincipalThingsResponse {
@@ -4672,6 +5292,9 @@ export interface ListPrincipalThingsResponse {
4672
5292
  */
4673
5293
  nextToken?: string;
4674
5294
  }
5295
+ /**
5296
+ * @public
5297
+ */
4675
5298
  export interface ListProvisioningTemplatesRequest {
4676
5299
  /**
4677
5300
  * <p>The maximum number of results to return at one time.</p>
@@ -4683,6 +5306,7 @@ export interface ListProvisioningTemplatesRequest {
4683
5306
  nextToken?: string;
4684
5307
  }
4685
5308
  /**
5309
+ * @public
4686
5310
  * <p>A summary of information about a provisioning template.</p>
4687
5311
  */
4688
5312
  export interface ProvisioningTemplateSummary {
@@ -4718,6 +5342,9 @@ export interface ProvisioningTemplateSummary {
4718
5342
  */
4719
5343
  type?: TemplateType | string;
4720
5344
  }
5345
+ /**
5346
+ * @public
5347
+ */
4721
5348
  export interface ListProvisioningTemplatesResponse {
4722
5349
  /**
4723
5350
  * <p>A list of provisioning templates</p>
@@ -4728,6 +5355,9 @@ export interface ListProvisioningTemplatesResponse {
4728
5355
  */
4729
5356
  nextToken?: string;
4730
5357
  }
5358
+ /**
5359
+ * @public
5360
+ */
4731
5361
  export interface ListProvisioningTemplateVersionsRequest {
4732
5362
  /**
4733
5363
  * <p>The name of the provisioning template.</p>
@@ -4743,6 +5373,7 @@ export interface ListProvisioningTemplateVersionsRequest {
4743
5373
  nextToken?: string;
4744
5374
  }
4745
5375
  /**
5376
+ * @public
4746
5377
  * <p>A summary of information about a fleet provision template version.</p>
4747
5378
  */
4748
5379
  export interface ProvisioningTemplateVersionSummary {
@@ -4760,6 +5391,9 @@ export interface ProvisioningTemplateVersionSummary {
4760
5391
  */
4761
5392
  isDefaultVersion?: boolean;
4762
5393
  }
5394
+ /**
5395
+ * @public
5396
+ */
4763
5397
  export interface ListProvisioningTemplateVersionsResponse {
4764
5398
  /**
4765
5399
  * <p>The list of provisioning template versions.</p>
@@ -4770,6 +5404,9 @@ export interface ListProvisioningTemplateVersionsResponse {
4770
5404
  */
4771
5405
  nextToken?: string;
4772
5406
  }
5407
+ /**
5408
+ * @public
5409
+ */
4773
5410
  export interface ListRelatedResourcesForAuditFindingRequest {
4774
5411
  /**
4775
5412
  * <p>The finding Id.</p>
@@ -4785,6 +5422,9 @@ export interface ListRelatedResourcesForAuditFindingRequest {
4785
5422
  */
4786
5423
  maxResults?: number;
4787
5424
  }
5425
+ /**
5426
+ * @public
5427
+ */
4788
5428
  export interface ListRelatedResourcesForAuditFindingResponse {
4789
5429
  /**
4790
5430
  * <p>The related resources.</p>
@@ -4796,6 +5436,9 @@ export interface ListRelatedResourcesForAuditFindingResponse {
4796
5436
  */
4797
5437
  nextToken?: string;
4798
5438
  }
5439
+ /**
5440
+ * @public
5441
+ */
4799
5442
  export interface ListRoleAliasesRequest {
4800
5443
  /**
4801
5444
  * <p>The maximum number of results to return at one time.</p>
@@ -4810,6 +5453,9 @@ export interface ListRoleAliasesRequest {
4810
5453
  */
4811
5454
  ascendingOrder?: boolean;
4812
5455
  }
5456
+ /**
5457
+ * @public
5458
+ */
4813
5459
  export interface ListRoleAliasesResponse {
4814
5460
  /**
4815
5461
  * <p>The role aliases.</p>
@@ -4820,6 +5466,9 @@ export interface ListRoleAliasesResponse {
4820
5466
  */
4821
5467
  nextMarker?: string;
4822
5468
  }
5469
+ /**
5470
+ * @public
5471
+ */
4823
5472
  export interface ListScheduledAuditsRequest {
4824
5473
  /**
4825
5474
  * <p>The token for the next set of results.</p>
@@ -4831,6 +5480,7 @@ export interface ListScheduledAuditsRequest {
4831
5480
  maxResults?: number;
4832
5481
  }
4833
5482
  /**
5483
+ * @public
4834
5484
  * <p>Information about the scheduled audit.</p>
4835
5485
  */
4836
5486
  export interface ScheduledAuditMetadata {
@@ -4859,6 +5509,9 @@ export interface ScheduledAuditMetadata {
4859
5509
  */
4860
5510
  dayOfWeek?: DayOfWeek | string;
4861
5511
  }
5512
+ /**
5513
+ * @public
5514
+ */
4862
5515
  export interface ListScheduledAuditsResponse {
4863
5516
  /**
4864
5517
  * <p>The list of scheduled audits.</p>
@@ -4870,6 +5523,9 @@ export interface ListScheduledAuditsResponse {
4870
5523
  */
4871
5524
  nextToken?: string;
4872
5525
  }
5526
+ /**
5527
+ * @public
5528
+ */
4873
5529
  export interface ListSecurityProfilesRequest {
4874
5530
  /**
4875
5531
  * <p>The token for the next set of results.</p>
@@ -4892,6 +5548,7 @@ export interface ListSecurityProfilesRequest {
4892
5548
  metricName?: string;
4893
5549
  }
4894
5550
  /**
5551
+ * @public
4895
5552
  * <p>Identifying information for a Device Defender security profile.</p>
4896
5553
  */
4897
5554
  export interface SecurityProfileIdentifier {
@@ -4904,6 +5561,9 @@ export interface SecurityProfileIdentifier {
4904
5561
  */
4905
5562
  arn: string | undefined;
4906
5563
  }
5564
+ /**
5565
+ * @public
5566
+ */
4907
5567
  export interface ListSecurityProfilesResponse {
4908
5568
  /**
4909
5569
  * <p>A list of security profile identifiers (names and ARNs).</p>
@@ -4915,6 +5575,9 @@ export interface ListSecurityProfilesResponse {
4915
5575
  */
4916
5576
  nextToken?: string;
4917
5577
  }
5578
+ /**
5579
+ * @public
5580
+ */
4918
5581
  export interface ListSecurityProfilesForTargetRequest {
4919
5582
  /**
4920
5583
  * <p>The token for the next set of results.</p>
@@ -4934,6 +5597,7 @@ export interface ListSecurityProfilesForTargetRequest {
4934
5597
  securityProfileTargetArn: string | undefined;
4935
5598
  }
4936
5599
  /**
5600
+ * @public
4937
5601
  * <p>A target to which an alert is sent when a security profile behavior is
4938
5602
  * violated.</p>
4939
5603
  */
@@ -4944,6 +5608,7 @@ export interface SecurityProfileTarget {
4944
5608
  arn: string | undefined;
4945
5609
  }
4946
5610
  /**
5611
+ * @public
4947
5612
  * <p>Information about a security profile and the target associated with it.</p>
4948
5613
  */
4949
5614
  export interface SecurityProfileTargetMapping {
@@ -4956,6 +5621,9 @@ export interface SecurityProfileTargetMapping {
4956
5621
  */
4957
5622
  target?: SecurityProfileTarget;
4958
5623
  }
5624
+ /**
5625
+ * @public
5626
+ */
4959
5627
  export interface ListSecurityProfilesForTargetResponse {
4960
5628
  /**
4961
5629
  * <p>A list of security profiles and their associated targets.</p>