@aws-sdk/client-iot 3.533.0 → 3.535.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 (517) hide show
  1. package/dist-types/IoT.d.ts +60 -1
  2. package/dist-types/IoTClient.d.ts +1 -1
  3. package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +2 -1
  4. package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +2 -1
  5. package/dist-types/commands/AddThingToThingGroupCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +2 -1
  7. package/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +3 -3
  9. package/dist-types/commands/AttachSecurityProfileCommand.d.ts +2 -1
  10. package/dist-types/commands/AttachThingPrincipalCommand.d.ts +2 -1
  11. package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +2 -1
  12. package/dist-types/commands/CancelAuditTaskCommand.d.ts +2 -1
  13. package/dist-types/commands/CancelCertificateTransferCommand.d.ts +2 -1
  14. package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +2 -1
  15. package/dist-types/commands/CancelJobCommand.d.ts +2 -1
  16. package/dist-types/commands/CancelJobExecutionCommand.d.ts +2 -1
  17. package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +2 -1
  18. package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateCertificateProviderCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateCustomMetricCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateDimensionCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +2 -1
  28. package/dist-types/commands/CreateFleetMetricCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  30. package/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
  31. package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +2 -1
  32. package/dist-types/commands/CreateMitigationActionCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateOTAUpdateCommand.d.ts +2 -1
  34. package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  35. package/dist-types/commands/CreatePackageVersionCommand.d.ts +2 -1
  36. package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
  37. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -1
  38. package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +2 -1
  40. package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +2 -1
  41. package/dist-types/commands/CreateRoleAliasCommand.d.ts +2 -1
  42. package/dist-types/commands/CreateScheduledAuditCommand.d.ts +2 -1
  43. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +2 -1
  44. package/dist-types/commands/CreateStreamCommand.d.ts +2 -1
  45. package/dist-types/commands/CreateThingCommand.d.ts +2 -1
  46. package/dist-types/commands/CreateThingGroupCommand.d.ts +2 -1
  47. package/dist-types/commands/CreateThingTypeCommand.d.ts +2 -1
  48. package/dist-types/commands/CreateTopicRuleCommand.d.ts +2 -1
  49. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +2 -1
  50. package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +2 -1
  51. package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +2 -1
  52. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
  53. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -1
  54. package/dist-types/commands/DeleteCACertificateCommand.d.ts +2 -1
  55. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  56. package/dist-types/commands/DeleteCertificateProviderCommand.d.ts +2 -1
  57. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +2 -1
  58. package/dist-types/commands/DeleteDimensionCommand.d.ts +2 -1
  59. package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +2 -1
  60. package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +2 -1
  61. package/dist-types/commands/DeleteFleetMetricCommand.d.ts +2 -1
  62. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  63. package/dist-types/commands/DeleteJobExecutionCommand.d.ts +2 -1
  64. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
  65. package/dist-types/commands/DeleteMitigationActionCommand.d.ts +2 -1
  66. package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +2 -1
  67. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  68. package/dist-types/commands/DeletePackageVersionCommand.d.ts +2 -1
  69. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  70. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -1
  71. package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +2 -1
  72. package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +2 -1
  73. package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +2 -1
  74. package/dist-types/commands/DeleteRoleAliasCommand.d.ts +2 -1
  75. package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +2 -1
  76. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +2 -1
  77. package/dist-types/commands/DeleteStreamCommand.d.ts +2 -1
  78. package/dist-types/commands/DeleteThingCommand.d.ts +2 -1
  79. package/dist-types/commands/DeleteThingGroupCommand.d.ts +2 -1
  80. package/dist-types/commands/DeleteThingTypeCommand.d.ts +2 -1
  81. package/dist-types/commands/DeleteTopicRuleCommand.d.ts +2 -1
  82. package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -1
  83. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +2 -1
  84. package/dist-types/commands/DeprecateThingTypeCommand.d.ts +2 -1
  85. package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +2 -1
  86. package/dist-types/commands/DescribeAuditFindingCommand.d.ts +2 -1
  87. package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -1
  88. package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +2 -1
  89. package/dist-types/commands/DescribeAuditTaskCommand.d.ts +2 -1
  90. package/dist-types/commands/DescribeAuthorizerCommand.d.ts +2 -1
  91. package/dist-types/commands/DescribeBillingGroupCommand.d.ts +2 -1
  92. package/dist-types/commands/DescribeCACertificateCommand.d.ts +2 -1
  93. package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  94. package/dist-types/commands/DescribeCertificateProviderCommand.d.ts +2 -1
  95. package/dist-types/commands/DescribeCustomMetricCommand.d.ts +2 -1
  96. package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +2 -1
  97. package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +2 -1
  98. package/dist-types/commands/DescribeDimensionCommand.d.ts +2 -1
  99. package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +2 -1
  100. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  101. package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +2 -1
  102. package/dist-types/commands/DescribeFleetMetricCommand.d.ts +2 -1
  103. package/dist-types/commands/DescribeIndexCommand.d.ts +2 -1
  104. package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  105. package/dist-types/commands/DescribeJobExecutionCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +2 -1
  107. package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +2 -1
  108. package/dist-types/commands/DescribeMitigationActionCommand.d.ts +2 -1
  109. package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +2 -1
  110. package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +2 -1
  111. package/dist-types/commands/DescribeRoleAliasCommand.d.ts +2 -1
  112. package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +2 -1
  113. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -1
  114. package/dist-types/commands/DescribeStreamCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeThingCommand.d.ts +2 -1
  116. package/dist-types/commands/DescribeThingGroupCommand.d.ts +2 -1
  117. package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +2 -1
  118. package/dist-types/commands/DescribeThingTypeCommand.d.ts +2 -1
  119. package/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
  120. package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +3 -3
  121. package/dist-types/commands/DetachSecurityProfileCommand.d.ts +2 -1
  122. package/dist-types/commands/DetachThingPrincipalCommand.d.ts +2 -1
  123. package/dist-types/commands/DisableTopicRuleCommand.d.ts +2 -1
  124. package/dist-types/commands/EnableTopicRuleCommand.d.ts +2 -1
  125. package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +2 -1
  126. package/dist-types/commands/GetBucketsAggregationCommand.d.ts +2 -1
  127. package/dist-types/commands/GetCardinalityCommand.d.ts +2 -1
  128. package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +2 -1
  129. package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +2 -1
  130. package/dist-types/commands/GetJobDocumentCommand.d.ts +2 -1
  131. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
  132. package/dist-types/commands/GetOTAUpdateCommand.d.ts +2 -1
  133. package/dist-types/commands/GetPackageCommand.d.ts +2 -1
  134. package/dist-types/commands/GetPackageConfigurationCommand.d.ts +2 -1
  135. package/dist-types/commands/GetPackageVersionCommand.d.ts +2 -1
  136. package/dist-types/commands/GetPercentilesCommand.d.ts +2 -1
  137. package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  138. package/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -1
  139. package/dist-types/commands/GetRegistrationCodeCommand.d.ts +2 -1
  140. package/dist-types/commands/GetStatisticsCommand.d.ts +2 -1
  141. package/dist-types/commands/GetTopicRuleCommand.d.ts +2 -1
  142. package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +2 -1
  143. package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +2 -1
  144. package/dist-types/commands/ListActiveViolationsCommand.d.ts +2 -1
  145. package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +2 -1
  146. package/dist-types/commands/ListAuditFindingsCommand.d.ts +2 -1
  147. package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +2 -1
  148. package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +2 -1
  149. package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +2 -1
  150. package/dist-types/commands/ListAuditTasksCommand.d.ts +2 -1
  151. package/dist-types/commands/ListAuthorizersCommand.d.ts +2 -1
  152. package/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -1
  153. package/dist-types/commands/ListCACertificatesCommand.d.ts +2 -1
  154. package/dist-types/commands/ListCertificateProvidersCommand.d.ts +2 -1
  155. package/dist-types/commands/ListCertificatesByCACommand.d.ts +2 -1
  156. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  157. package/dist-types/commands/ListCustomMetricsCommand.d.ts +2 -1
  158. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -1
  159. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +2 -1
  160. package/dist-types/commands/ListDimensionsCommand.d.ts +2 -1
  161. package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +2 -1
  162. package/dist-types/commands/ListFleetMetricsCommand.d.ts +2 -1
  163. package/dist-types/commands/ListIndicesCommand.d.ts +2 -1
  164. package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +2 -1
  165. package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +2 -1
  166. package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
  167. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  168. package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +2 -1
  169. package/dist-types/commands/ListMetricValuesCommand.d.ts +2 -1
  170. package/dist-types/commands/ListMitigationActionsCommand.d.ts +2 -1
  171. package/dist-types/commands/ListOTAUpdatesCommand.d.ts +2 -1
  172. package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +2 -1
  173. package/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -1
  174. package/dist-types/commands/ListPackagesCommand.d.ts +2 -1
  175. package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  176. package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +3 -3
  177. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
  178. package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +3 -3
  179. package/dist-types/commands/ListPrincipalThingsCommand.d.ts +2 -1
  180. package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +2 -1
  181. package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +2 -1
  182. package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +2 -1
  183. package/dist-types/commands/ListRoleAliasesCommand.d.ts +2 -1
  184. package/dist-types/commands/ListScheduledAuditsCommand.d.ts +2 -1
  185. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -1
  186. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +2 -1
  187. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  188. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  189. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -1
  190. package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +2 -1
  191. package/dist-types/commands/ListThingGroupsCommand.d.ts +2 -1
  192. package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +2 -1
  193. package/dist-types/commands/ListThingPrincipalsCommand.d.ts +2 -1
  194. package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +2 -1
  195. package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +2 -1
  196. package/dist-types/commands/ListThingTypesCommand.d.ts +2 -1
  197. package/dist-types/commands/ListThingsCommand.d.ts +2 -1
  198. package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +2 -1
  199. package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +2 -1
  200. package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +2 -1
  201. package/dist-types/commands/ListTopicRulesCommand.d.ts +2 -1
  202. package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +2 -1
  203. package/dist-types/commands/ListViolationEventsCommand.d.ts +2 -1
  204. package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +2 -1
  205. package/dist-types/commands/RegisterCACertificateCommand.d.ts +2 -1
  206. package/dist-types/commands/RegisterCertificateCommand.d.ts +2 -1
  207. package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +2 -1
  208. package/dist-types/commands/RegisterThingCommand.d.ts +2 -1
  209. package/dist-types/commands/RejectCertificateTransferCommand.d.ts +2 -1
  210. package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +2 -1
  211. package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +2 -1
  212. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +2 -1
  213. package/dist-types/commands/SearchIndexCommand.d.ts +2 -1
  214. package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +2 -1
  215. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
  216. package/dist-types/commands/SetLoggingOptionsCommand.d.ts +2 -1
  217. package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +2 -1
  218. package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +2 -1
  219. package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +2 -1
  220. package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +2 -1
  221. package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +2 -1
  222. package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +2 -1
  223. package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +2 -1
  224. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  225. package/dist-types/commands/TestAuthorizationCommand.d.ts +2 -1
  226. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +2 -1
  227. package/dist-types/commands/TransferCertificateCommand.d.ts +2 -1
  228. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  229. package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +2 -1
  230. package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +2 -1
  231. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
  232. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -1
  233. package/dist-types/commands/UpdateCACertificateCommand.d.ts +2 -1
  234. package/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
  235. package/dist-types/commands/UpdateCertificateProviderCommand.d.ts +2 -1
  236. package/dist-types/commands/UpdateCustomMetricCommand.d.ts +2 -1
  237. package/dist-types/commands/UpdateDimensionCommand.d.ts +2 -1
  238. package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +2 -1
  239. package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +2 -1
  240. package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +2 -1
  241. package/dist-types/commands/UpdateFleetMetricCommand.d.ts +2 -1
  242. package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +2 -1
  243. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  244. package/dist-types/commands/UpdateMitigationActionCommand.d.ts +2 -1
  245. package/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
  246. package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +2 -1
  247. package/dist-types/commands/UpdatePackageVersionCommand.d.ts +2 -1
  248. package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +2 -1
  249. package/dist-types/commands/UpdateRoleAliasCommand.d.ts +2 -1
  250. package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +2 -1
  251. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +2 -1
  252. package/dist-types/commands/UpdateStreamCommand.d.ts +2 -1
  253. package/dist-types/commands/UpdateThingCommand.d.ts +2 -1
  254. package/dist-types/commands/UpdateThingGroupCommand.d.ts +2 -1
  255. package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +2 -1
  256. package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +2 -1
  257. package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +2 -1
  258. package/dist-types/models/models_0.d.ts +914 -914
  259. package/dist-types/models/models_1.d.ts +910 -910
  260. package/dist-types/models/models_2.d.ts +620 -620
  261. package/dist-types/ts3.4/IoT.d.ts +59 -0
  262. package/dist-types/ts3.4/commands/AcceptCertificateTransferCommand.d.ts +9 -0
  263. package/dist-types/ts3.4/commands/AddThingToBillingGroupCommand.d.ts +9 -0
  264. package/dist-types/ts3.4/commands/AddThingToThingGroupCommand.d.ts +9 -0
  265. package/dist-types/ts3.4/commands/AssociateTargetsWithJobCommand.d.ts +9 -0
  266. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
  267. package/dist-types/ts3.4/commands/AttachPrincipalPolicyCommand.d.ts +9 -0
  268. package/dist-types/ts3.4/commands/AttachSecurityProfileCommand.d.ts +9 -0
  269. package/dist-types/ts3.4/commands/AttachThingPrincipalCommand.d.ts +9 -0
  270. package/dist-types/ts3.4/commands/CancelAuditMitigationActionsTaskCommand.d.ts +9 -0
  271. package/dist-types/ts3.4/commands/CancelAuditTaskCommand.d.ts +9 -0
  272. package/dist-types/ts3.4/commands/CancelCertificateTransferCommand.d.ts +9 -0
  273. package/dist-types/ts3.4/commands/CancelDetectMitigationActionsTaskCommand.d.ts +9 -0
  274. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
  275. package/dist-types/ts3.4/commands/CancelJobExecutionCommand.d.ts +9 -0
  276. package/dist-types/ts3.4/commands/ClearDefaultAuthorizerCommand.d.ts +9 -0
  277. package/dist-types/ts3.4/commands/ConfirmTopicRuleDestinationCommand.d.ts +9 -0
  278. package/dist-types/ts3.4/commands/CreateAuditSuppressionCommand.d.ts +9 -0
  279. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +9 -0
  280. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +9 -0
  281. package/dist-types/ts3.4/commands/CreateCertificateFromCsrCommand.d.ts +9 -0
  282. package/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +9 -0
  283. package/dist-types/ts3.4/commands/CreateCustomMetricCommand.d.ts +9 -0
  284. package/dist-types/ts3.4/commands/CreateDimensionCommand.d.ts +9 -0
  285. package/dist-types/ts3.4/commands/CreateDomainConfigurationCommand.d.ts +9 -0
  286. package/dist-types/ts3.4/commands/CreateDynamicThingGroupCommand.d.ts +9 -0
  287. package/dist-types/ts3.4/commands/CreateFleetMetricCommand.d.ts +9 -0
  288. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  289. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +9 -0
  290. package/dist-types/ts3.4/commands/CreateKeysAndCertificateCommand.d.ts +9 -0
  291. package/dist-types/ts3.4/commands/CreateMitigationActionCommand.d.ts +9 -0
  292. package/dist-types/ts3.4/commands/CreateOTAUpdateCommand.d.ts +9 -0
  293. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
  294. package/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +9 -0
  295. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
  296. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +9 -0
  297. package/dist-types/ts3.4/commands/CreateProvisioningClaimCommand.d.ts +9 -0
  298. package/dist-types/ts3.4/commands/CreateProvisioningTemplateCommand.d.ts +9 -0
  299. package/dist-types/ts3.4/commands/CreateProvisioningTemplateVersionCommand.d.ts +9 -0
  300. package/dist-types/ts3.4/commands/CreateRoleAliasCommand.d.ts +9 -0
  301. package/dist-types/ts3.4/commands/CreateScheduledAuditCommand.d.ts +9 -0
  302. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +9 -0
  303. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +9 -0
  304. package/dist-types/ts3.4/commands/CreateThingCommand.d.ts +9 -0
  305. package/dist-types/ts3.4/commands/CreateThingGroupCommand.d.ts +9 -0
  306. package/dist-types/ts3.4/commands/CreateThingTypeCommand.d.ts +9 -0
  307. package/dist-types/ts3.4/commands/CreateTopicRuleCommand.d.ts +9 -0
  308. package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +9 -0
  309. package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +9 -0
  310. package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +9 -0
  311. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +9 -0
  312. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +9 -0
  313. package/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +9 -0
  314. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +9 -0
  315. package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +9 -0
  316. package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +9 -0
  317. package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +9 -0
  318. package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +9 -0
  319. package/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +9 -0
  320. package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +9 -0
  321. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  322. package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +9 -0
  323. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +9 -0
  324. package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +9 -0
  325. package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +9 -0
  326. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  327. package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +9 -0
  328. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  329. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +9 -0
  330. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +9 -0
  331. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +9 -0
  332. package/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +9 -0
  333. package/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +9 -0
  334. package/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +9 -0
  335. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +9 -0
  336. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +9 -0
  337. package/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +9 -0
  338. package/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +9 -0
  339. package/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +9 -0
  340. package/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +9 -0
  341. package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +9 -0
  342. package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +9 -0
  343. package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +9 -0
  344. package/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +9 -0
  345. package/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +9 -0
  346. package/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +9 -0
  347. package/dist-types/ts3.4/commands/DescribeAuditSuppressionCommand.d.ts +9 -0
  348. package/dist-types/ts3.4/commands/DescribeAuditTaskCommand.d.ts +9 -0
  349. package/dist-types/ts3.4/commands/DescribeAuthorizerCommand.d.ts +9 -0
  350. package/dist-types/ts3.4/commands/DescribeBillingGroupCommand.d.ts +9 -0
  351. package/dist-types/ts3.4/commands/DescribeCACertificateCommand.d.ts +9 -0
  352. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
  353. package/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +9 -0
  354. package/dist-types/ts3.4/commands/DescribeCustomMetricCommand.d.ts +9 -0
  355. package/dist-types/ts3.4/commands/DescribeDefaultAuthorizerCommand.d.ts +9 -0
  356. package/dist-types/ts3.4/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +9 -0
  357. package/dist-types/ts3.4/commands/DescribeDimensionCommand.d.ts +9 -0
  358. package/dist-types/ts3.4/commands/DescribeDomainConfigurationCommand.d.ts +9 -0
  359. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  360. package/dist-types/ts3.4/commands/DescribeEventConfigurationsCommand.d.ts +9 -0
  361. package/dist-types/ts3.4/commands/DescribeFleetMetricCommand.d.ts +9 -0
  362. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +9 -0
  363. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  364. package/dist-types/ts3.4/commands/DescribeJobExecutionCommand.d.ts +9 -0
  365. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +9 -0
  366. package/dist-types/ts3.4/commands/DescribeManagedJobTemplateCommand.d.ts +9 -0
  367. package/dist-types/ts3.4/commands/DescribeMitigationActionCommand.d.ts +9 -0
  368. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateCommand.d.ts +9 -0
  369. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateVersionCommand.d.ts +9 -0
  370. package/dist-types/ts3.4/commands/DescribeRoleAliasCommand.d.ts +9 -0
  371. package/dist-types/ts3.4/commands/DescribeScheduledAuditCommand.d.ts +9 -0
  372. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +9 -0
  373. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +9 -0
  374. package/dist-types/ts3.4/commands/DescribeThingCommand.d.ts +9 -0
  375. package/dist-types/ts3.4/commands/DescribeThingGroupCommand.d.ts +9 -0
  376. package/dist-types/ts3.4/commands/DescribeThingRegistrationTaskCommand.d.ts +9 -0
  377. package/dist-types/ts3.4/commands/DescribeThingTypeCommand.d.ts +9 -0
  378. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
  379. package/dist-types/ts3.4/commands/DetachPrincipalPolicyCommand.d.ts +9 -0
  380. package/dist-types/ts3.4/commands/DetachSecurityProfileCommand.d.ts +9 -0
  381. package/dist-types/ts3.4/commands/DetachThingPrincipalCommand.d.ts +9 -0
  382. package/dist-types/ts3.4/commands/DisableTopicRuleCommand.d.ts +9 -0
  383. package/dist-types/ts3.4/commands/EnableTopicRuleCommand.d.ts +9 -0
  384. package/dist-types/ts3.4/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +9 -0
  385. package/dist-types/ts3.4/commands/GetBucketsAggregationCommand.d.ts +9 -0
  386. package/dist-types/ts3.4/commands/GetCardinalityCommand.d.ts +9 -0
  387. package/dist-types/ts3.4/commands/GetEffectivePoliciesCommand.d.ts +9 -0
  388. package/dist-types/ts3.4/commands/GetIndexingConfigurationCommand.d.ts +9 -0
  389. package/dist-types/ts3.4/commands/GetJobDocumentCommand.d.ts +9 -0
  390. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +9 -0
  391. package/dist-types/ts3.4/commands/GetOTAUpdateCommand.d.ts +9 -0
  392. package/dist-types/ts3.4/commands/GetPackageCommand.d.ts +9 -0
  393. package/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +9 -0
  394. package/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +9 -0
  395. package/dist-types/ts3.4/commands/GetPercentilesCommand.d.ts +9 -0
  396. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  397. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +9 -0
  398. package/dist-types/ts3.4/commands/GetRegistrationCodeCommand.d.ts +9 -0
  399. package/dist-types/ts3.4/commands/GetStatisticsCommand.d.ts +9 -0
  400. package/dist-types/ts3.4/commands/GetTopicRuleCommand.d.ts +9 -0
  401. package/dist-types/ts3.4/commands/GetTopicRuleDestinationCommand.d.ts +9 -0
  402. package/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +9 -0
  403. package/dist-types/ts3.4/commands/ListActiveViolationsCommand.d.ts +9 -0
  404. package/dist-types/ts3.4/commands/ListAttachedPoliciesCommand.d.ts +9 -0
  405. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +9 -0
  406. package/dist-types/ts3.4/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +9 -0
  407. package/dist-types/ts3.4/commands/ListAuditMitigationActionsTasksCommand.d.ts +9 -0
  408. package/dist-types/ts3.4/commands/ListAuditSuppressionsCommand.d.ts +9 -0
  409. package/dist-types/ts3.4/commands/ListAuditTasksCommand.d.ts +9 -0
  410. package/dist-types/ts3.4/commands/ListAuthorizersCommand.d.ts +9 -0
  411. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +9 -0
  412. package/dist-types/ts3.4/commands/ListCACertificatesCommand.d.ts +9 -0
  413. package/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +9 -0
  414. package/dist-types/ts3.4/commands/ListCertificatesByCACommand.d.ts +9 -0
  415. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
  416. package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +9 -0
  417. package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +9 -0
  418. package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +9 -0
  419. package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +9 -0
  420. package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +9 -0
  421. package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +9 -0
  422. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +9 -0
  423. package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +9 -0
  424. package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +9 -0
  425. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +9 -0
  426. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  427. package/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +9 -0
  428. package/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +9 -0
  429. package/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +9 -0
  430. package/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +9 -0
  431. package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +9 -0
  432. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +9 -0
  433. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
  434. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
  435. package/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +9 -0
  436. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +9 -0
  437. package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +9 -0
  438. package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +9 -0
  439. package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +9 -0
  440. package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +9 -0
  441. package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +9 -0
  442. package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +9 -0
  443. package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +9 -0
  444. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +9 -0
  445. package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +9 -0
  446. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +9 -0
  447. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  448. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +9 -0
  449. package/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +9 -0
  450. package/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +9 -0
  451. package/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +9 -0
  452. package/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +9 -0
  453. package/dist-types/ts3.4/commands/ListThingRegistrationTaskReportsCommand.d.ts +9 -0
  454. package/dist-types/ts3.4/commands/ListThingRegistrationTasksCommand.d.ts +9 -0
  455. package/dist-types/ts3.4/commands/ListThingTypesCommand.d.ts +9 -0
  456. package/dist-types/ts3.4/commands/ListThingsCommand.d.ts +9 -0
  457. package/dist-types/ts3.4/commands/ListThingsInBillingGroupCommand.d.ts +9 -0
  458. package/dist-types/ts3.4/commands/ListThingsInThingGroupCommand.d.ts +9 -0
  459. package/dist-types/ts3.4/commands/ListTopicRuleDestinationsCommand.d.ts +9 -0
  460. package/dist-types/ts3.4/commands/ListTopicRulesCommand.d.ts +9 -0
  461. package/dist-types/ts3.4/commands/ListV2LoggingLevelsCommand.d.ts +9 -0
  462. package/dist-types/ts3.4/commands/ListViolationEventsCommand.d.ts +9 -0
  463. package/dist-types/ts3.4/commands/PutVerificationStateOnViolationCommand.d.ts +9 -0
  464. package/dist-types/ts3.4/commands/RegisterCACertificateCommand.d.ts +9 -0
  465. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +9 -0
  466. package/dist-types/ts3.4/commands/RegisterCertificateWithoutCACommand.d.ts +9 -0
  467. package/dist-types/ts3.4/commands/RegisterThingCommand.d.ts +9 -0
  468. package/dist-types/ts3.4/commands/RejectCertificateTransferCommand.d.ts +9 -0
  469. package/dist-types/ts3.4/commands/RemoveThingFromBillingGroupCommand.d.ts +9 -0
  470. package/dist-types/ts3.4/commands/RemoveThingFromThingGroupCommand.d.ts +9 -0
  471. package/dist-types/ts3.4/commands/ReplaceTopicRuleCommand.d.ts +9 -0
  472. package/dist-types/ts3.4/commands/SearchIndexCommand.d.ts +9 -0
  473. package/dist-types/ts3.4/commands/SetDefaultAuthorizerCommand.d.ts +9 -0
  474. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +9 -0
  475. package/dist-types/ts3.4/commands/SetLoggingOptionsCommand.d.ts +9 -0
  476. package/dist-types/ts3.4/commands/SetV2LoggingLevelCommand.d.ts +9 -0
  477. package/dist-types/ts3.4/commands/SetV2LoggingOptionsCommand.d.ts +9 -0
  478. package/dist-types/ts3.4/commands/StartAuditMitigationActionsTaskCommand.d.ts +9 -0
  479. package/dist-types/ts3.4/commands/StartDetectMitigationActionsTaskCommand.d.ts +9 -0
  480. package/dist-types/ts3.4/commands/StartOnDemandAuditTaskCommand.d.ts +9 -0
  481. package/dist-types/ts3.4/commands/StartThingRegistrationTaskCommand.d.ts +9 -0
  482. package/dist-types/ts3.4/commands/StopThingRegistrationTaskCommand.d.ts +9 -0
  483. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  484. package/dist-types/ts3.4/commands/TestAuthorizationCommand.d.ts +9 -0
  485. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +9 -0
  486. package/dist-types/ts3.4/commands/TransferCertificateCommand.d.ts +9 -0
  487. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  488. package/dist-types/ts3.4/commands/UpdateAccountAuditConfigurationCommand.d.ts +9 -0
  489. package/dist-types/ts3.4/commands/UpdateAuditSuppressionCommand.d.ts +9 -0
  490. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +9 -0
  491. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +9 -0
  492. package/dist-types/ts3.4/commands/UpdateCACertificateCommand.d.ts +9 -0
  493. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +9 -0
  494. package/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +9 -0
  495. package/dist-types/ts3.4/commands/UpdateCustomMetricCommand.d.ts +9 -0
  496. package/dist-types/ts3.4/commands/UpdateDimensionCommand.d.ts +9 -0
  497. package/dist-types/ts3.4/commands/UpdateDomainConfigurationCommand.d.ts +9 -0
  498. package/dist-types/ts3.4/commands/UpdateDynamicThingGroupCommand.d.ts +9 -0
  499. package/dist-types/ts3.4/commands/UpdateEventConfigurationsCommand.d.ts +9 -0
  500. package/dist-types/ts3.4/commands/UpdateFleetMetricCommand.d.ts +9 -0
  501. package/dist-types/ts3.4/commands/UpdateIndexingConfigurationCommand.d.ts +9 -0
  502. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
  503. package/dist-types/ts3.4/commands/UpdateMitigationActionCommand.d.ts +9 -0
  504. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +9 -0
  505. package/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +9 -0
  506. package/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +9 -0
  507. package/dist-types/ts3.4/commands/UpdateProvisioningTemplateCommand.d.ts +9 -0
  508. package/dist-types/ts3.4/commands/UpdateRoleAliasCommand.d.ts +9 -0
  509. package/dist-types/ts3.4/commands/UpdateScheduledAuditCommand.d.ts +9 -0
  510. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +9 -0
  511. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +9 -0
  512. package/dist-types/ts3.4/commands/UpdateThingCommand.d.ts +9 -0
  513. package/dist-types/ts3.4/commands/UpdateThingGroupCommand.d.ts +9 -0
  514. package/dist-types/ts3.4/commands/UpdateThingGroupsForThingCommand.d.ts +9 -0
  515. package/dist-types/ts3.4/commands/UpdateTopicRuleDestinationCommand.d.ts +9 -0
  516. package/dist-types/ts3.4/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +9 -0
  517. package/package.json +40 -40
@@ -3,76 +3,76 @@ import { IoTServiceException as __BaseException } from "./IoTServiceException";
3
3
  import { AbortConfig, AggregationType, AlertTarget, AlertTargetType, AttributePayload, AuditCheckConfiguration, AuditFrequency, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuthInfo, AuthorizerConfig, AuthorizerStatus, AuthResult, AutoRegistrationStatus, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, PackageVersionStatus, Policy, PresignedUrlConfig, ProvisioningHook, RelatedResource, ResourceIdentifier, ServerCertificateConfig, StreamFile, Tag, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
4
4
  import { BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateStatus, Configuration, DetectMitigationActionsTaskTarget, DomainConfigurationStatus, EventType, GroupNameAndArn, LogTargetType, RegistrationConfig, Status, ThingGroupIndexingConfiguration, ThingIndexingConfiguration, ThingTypeMetadata, VersionUpdateByJobsConfig, ViolationEventOccurrenceRange } from "./models_1";
5
5
  /**
6
- * @public
7
6
  * <p>The input to the ListOutgoingCertificates operation.</p>
7
+ * @public
8
8
  */
9
9
  export interface ListOutgoingCertificatesRequest {
10
10
  /**
11
- * @public
12
11
  * <p>The result page size.</p>
12
+ * @public
13
13
  */
14
14
  pageSize?: number;
15
15
  /**
16
- * @public
17
16
  * <p>The marker for the next set of results.</p>
17
+ * @public
18
18
  */
19
19
  marker?: string;
20
20
  /**
21
- * @public
22
21
  * <p>Specifies the order for results. If True, the results are returned in ascending
23
22
  * order, based on the creation date.</p>
23
+ * @public
24
24
  */
25
25
  ascendingOrder?: boolean;
26
26
  }
27
27
  /**
28
- * @public
29
28
  * <p>A certificate that has been transferred but not yet accepted.</p>
29
+ * @public
30
30
  */
31
31
  export interface OutgoingCertificate {
32
32
  /**
33
- * @public
34
33
  * <p>The certificate ARN.</p>
34
+ * @public
35
35
  */
36
36
  certificateArn?: string;
37
37
  /**
38
- * @public
39
38
  * <p>The certificate ID.</p>
39
+ * @public
40
40
  */
41
41
  certificateId?: string;
42
42
  /**
43
- * @public
44
43
  * <p>The Amazon Web Services account to which the transfer was made.</p>
44
+ * @public
45
45
  */
46
46
  transferredTo?: string;
47
47
  /**
48
- * @public
49
48
  * <p>The date the transfer was initiated.</p>
49
+ * @public
50
50
  */
51
51
  transferDate?: Date;
52
52
  /**
53
- * @public
54
53
  * <p>The transfer message.</p>
54
+ * @public
55
55
  */
56
56
  transferMessage?: string;
57
57
  /**
58
- * @public
59
58
  * <p>The certificate creation date.</p>
59
+ * @public
60
60
  */
61
61
  creationDate?: Date;
62
62
  }
63
63
  /**
64
- * @public
65
64
  * <p>The output from the ListOutgoingCertificates operation.</p>
65
+ * @public
66
66
  */
67
67
  export interface ListOutgoingCertificatesResponse {
68
68
  /**
69
- * @public
70
69
  * <p>The certificates that are being transferred but not yet accepted.</p>
70
+ * @public
71
71
  */
72
72
  outgoingCertificates?: OutgoingCertificate[];
73
73
  /**
74
- * @public
75
74
  * <p>The marker for the next set of results.</p>
75
+ * @public
76
76
  */
77
77
  nextMarker?: string;
78
78
  }
@@ -81,39 +81,39 @@ export interface ListOutgoingCertificatesResponse {
81
81
  */
82
82
  export interface ListPackagesRequest {
83
83
  /**
84
- * @public
85
84
  * <p>The maximum number of results returned at one time.</p>
85
+ * @public
86
86
  */
87
87
  maxResults?: number;
88
88
  /**
89
- * @public
90
89
  * <p>The token for the next set of results.</p>
90
+ * @public
91
91
  */
92
92
  nextToken?: string;
93
93
  }
94
94
  /**
95
- * @public
96
95
  * <p>A summary of information about a software package.</p>
96
+ * @public
97
97
  */
98
98
  export interface PackageSummary {
99
99
  /**
100
- * @public
101
100
  * <p>The name for the target software package.</p>
101
+ * @public
102
102
  */
103
103
  packageName?: string;
104
104
  /**
105
- * @public
106
105
  * <p>The name of the default package version.</p>
106
+ * @public
107
107
  */
108
108
  defaultVersionName?: string;
109
109
  /**
110
- * @public
111
110
  * <p>The date that the package was created.</p>
111
+ * @public
112
112
  */
113
113
  creationDate?: Date;
114
114
  /**
115
- * @public
116
115
  * <p>The date that the package was last updated.</p>
116
+ * @public
117
117
  */
118
118
  lastModifiedDate?: Date;
119
119
  }
@@ -122,13 +122,13 @@ export interface PackageSummary {
122
122
  */
123
123
  export interface ListPackagesResponse {
124
124
  /**
125
- * @public
126
125
  * <p>The software package summary.</p>
126
+ * @public
127
127
  */
128
128
  packageSummaries?: PackageSummary[];
129
129
  /**
130
- * @public
131
130
  * <p>The token for the next set of results.</p>
131
+ * @public
132
132
  */
133
133
  nextToken?: string;
134
134
  }
@@ -137,54 +137,54 @@ export interface ListPackagesResponse {
137
137
  */
138
138
  export interface ListPackageVersionsRequest {
139
139
  /**
140
- * @public
141
140
  * <p>The name of the target software package.</p>
141
+ * @public
142
142
  */
143
143
  packageName: string | undefined;
144
144
  /**
145
- * @public
146
145
  * <p>The status of the package version. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle">Package version lifecycle</a>.</p>
146
+ * @public
147
147
  */
148
148
  status?: PackageVersionStatus;
149
149
  /**
150
- * @public
151
150
  * <p>The maximum number of results to return at one time.</p>
151
+ * @public
152
152
  */
153
153
  maxResults?: number;
154
154
  /**
155
- * @public
156
155
  * <p>The token for the next set of results.</p>
156
+ * @public
157
157
  */
158
158
  nextToken?: string;
159
159
  }
160
160
  /**
161
- * @public
162
161
  * <p>A summary of information about a package version.</p>
162
+ * @public
163
163
  */
164
164
  export interface PackageVersionSummary {
165
165
  /**
166
- * @public
167
166
  * <p>The name of the associated software package.</p>
167
+ * @public
168
168
  */
169
169
  packageName?: string;
170
170
  /**
171
- * @public
172
171
  * <p>The name of the target package version.</p>
172
+ * @public
173
173
  */
174
174
  versionName?: string;
175
175
  /**
176
- * @public
177
176
  * <p>The status of the package version. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle">Package version lifecycle</a>.</p>
177
+ * @public
178
178
  */
179
179
  status?: PackageVersionStatus;
180
180
  /**
181
- * @public
182
181
  * <p>The date that the package version was created.</p>
182
+ * @public
183
183
  */
184
184
  creationDate?: Date;
185
185
  /**
186
- * @public
187
186
  * <p>The date that the package version was last updated.</p>
187
+ * @public
188
188
  */
189
189
  lastModifiedDate?: Date;
190
190
  }
@@ -193,222 +193,222 @@ export interface PackageVersionSummary {
193
193
  */
194
194
  export interface ListPackageVersionsResponse {
195
195
  /**
196
- * @public
197
196
  * <p>Lists the package versions associated to the package.</p>
197
+ * @public
198
198
  */
199
199
  packageVersionSummaries?: PackageVersionSummary[];
200
200
  /**
201
- * @public
202
201
  * <p>The token for the next set of results.</p>
202
+ * @public
203
203
  */
204
204
  nextToken?: string;
205
205
  }
206
206
  /**
207
- * @public
208
207
  * <p>The input for the ListPolicies operation.</p>
208
+ * @public
209
209
  */
210
210
  export interface ListPoliciesRequest {
211
211
  /**
212
- * @public
213
212
  * <p>The marker for the next set of results.</p>
213
+ * @public
214
214
  */
215
215
  marker?: string;
216
216
  /**
217
- * @public
218
217
  * <p>The result page size.</p>
218
+ * @public
219
219
  */
220
220
  pageSize?: number;
221
221
  /**
222
- * @public
223
222
  * <p>Specifies the order for results. If true, the results are returned in ascending
224
223
  * creation order.</p>
224
+ * @public
225
225
  */
226
226
  ascendingOrder?: boolean;
227
227
  }
228
228
  /**
229
- * @public
230
229
  * <p>The output from the ListPolicies operation.</p>
230
+ * @public
231
231
  */
232
232
  export interface ListPoliciesResponse {
233
233
  /**
234
- * @public
235
234
  * <p>The descriptions of the policies.</p>
235
+ * @public
236
236
  */
237
237
  policies?: Policy[];
238
238
  /**
239
- * @public
240
239
  * <p>The marker for the next set of results, or null if there are no additional
241
240
  * results.</p>
241
+ * @public
242
242
  */
243
243
  nextMarker?: string;
244
244
  }
245
245
  /**
246
- * @public
247
246
  * <p>The input for the ListPolicyPrincipals operation.</p>
247
+ * @public
248
248
  */
249
249
  export interface ListPolicyPrincipalsRequest {
250
250
  /**
251
- * @public
252
251
  * <p>The policy name.</p>
252
+ * @public
253
253
  */
254
254
  policyName: string | undefined;
255
255
  /**
256
- * @public
257
256
  * <p>The marker for the next set of results.</p>
257
+ * @public
258
258
  */
259
259
  marker?: string;
260
260
  /**
261
- * @public
262
261
  * <p>The result page size.</p>
262
+ * @public
263
263
  */
264
264
  pageSize?: number;
265
265
  /**
266
- * @public
267
266
  * <p>Specifies the order for results. If true, the results are returned in ascending
268
267
  * creation order.</p>
268
+ * @public
269
269
  */
270
270
  ascendingOrder?: boolean;
271
271
  }
272
272
  /**
273
- * @public
274
273
  * <p>The output from the ListPolicyPrincipals operation.</p>
274
+ * @public
275
275
  */
276
276
  export interface ListPolicyPrincipalsResponse {
277
277
  /**
278
- * @public
279
278
  * <p>The descriptions of the principals.</p>
279
+ * @public
280
280
  */
281
281
  principals?: string[];
282
282
  /**
283
- * @public
284
283
  * <p>The marker for the next set of results, or null if there are no additional
285
284
  * results.</p>
285
+ * @public
286
286
  */
287
287
  nextMarker?: string;
288
288
  }
289
289
  /**
290
- * @public
291
290
  * <p>The input for the ListPolicyVersions operation.</p>
291
+ * @public
292
292
  */
293
293
  export interface ListPolicyVersionsRequest {
294
294
  /**
295
- * @public
296
295
  * <p>The policy name.</p>
296
+ * @public
297
297
  */
298
298
  policyName: string | undefined;
299
299
  }
300
300
  /**
301
- * @public
302
301
  * <p>Describes a policy version.</p>
302
+ * @public
303
303
  */
304
304
  export interface PolicyVersion {
305
305
  /**
306
- * @public
307
306
  * <p>The policy version ID.</p>
307
+ * @public
308
308
  */
309
309
  versionId?: string;
310
310
  /**
311
- * @public
312
311
  * <p>Specifies whether the policy version is the default.</p>
312
+ * @public
313
313
  */
314
314
  isDefaultVersion?: boolean;
315
315
  /**
316
- * @public
317
316
  * <p>The date and time the policy was created.</p>
317
+ * @public
318
318
  */
319
319
  createDate?: Date;
320
320
  }
321
321
  /**
322
- * @public
323
322
  * <p>The output from the ListPolicyVersions operation.</p>
323
+ * @public
324
324
  */
325
325
  export interface ListPolicyVersionsResponse {
326
326
  /**
327
- * @public
328
327
  * <p>The policy versions.</p>
328
+ * @public
329
329
  */
330
330
  policyVersions?: PolicyVersion[];
331
331
  }
332
332
  /**
333
- * @public
334
333
  * <p>The input for the ListPrincipalPolicies operation.</p>
334
+ * @public
335
335
  */
336
336
  export interface ListPrincipalPoliciesRequest {
337
337
  /**
338
- * @public
339
338
  * <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>
339
+ * @public
340
340
  */
341
341
  principal: string | undefined;
342
342
  /**
343
- * @public
344
343
  * <p>The marker for the next set of results.</p>
344
+ * @public
345
345
  */
346
346
  marker?: string;
347
347
  /**
348
- * @public
349
348
  * <p>The result page size.</p>
349
+ * @public
350
350
  */
351
351
  pageSize?: number;
352
352
  /**
353
- * @public
354
353
  * <p>Specifies the order for results. If true, results are returned in ascending creation
355
354
  * order.</p>
355
+ * @public
356
356
  */
357
357
  ascendingOrder?: boolean;
358
358
  }
359
359
  /**
360
- * @public
361
360
  * <p>The output from the ListPrincipalPolicies operation.</p>
361
+ * @public
362
362
  */
363
363
  export interface ListPrincipalPoliciesResponse {
364
364
  /**
365
- * @public
366
365
  * <p>The policies.</p>
366
+ * @public
367
367
  */
368
368
  policies?: Policy[];
369
369
  /**
370
- * @public
371
370
  * <p>The marker for the next set of results, or null if there are no additional
372
371
  * results.</p>
372
+ * @public
373
373
  */
374
374
  nextMarker?: string;
375
375
  }
376
376
  /**
377
- * @public
378
377
  * <p>The input for the ListPrincipalThings operation.</p>
378
+ * @public
379
379
  */
380
380
  export interface ListPrincipalThingsRequest {
381
381
  /**
382
- * @public
383
382
  * <p>To retrieve the next set of results, the <code>nextToken</code>
384
383
  * value from a previous response; otherwise <b>null</b> to receive
385
384
  * the first set of results.</p>
385
+ * @public
386
386
  */
387
387
  nextToken?: string;
388
388
  /**
389
- * @public
390
389
  * <p>The maximum number of results to return in this operation.</p>
390
+ * @public
391
391
  */
392
392
  maxResults?: number;
393
393
  /**
394
- * @public
395
394
  * <p>The principal.</p>
395
+ * @public
396
396
  */
397
397
  principal: string | undefined;
398
398
  }
399
399
  /**
400
- * @public
401
400
  * <p>The output from the ListPrincipalThings operation.</p>
401
+ * @public
402
402
  */
403
403
  export interface ListPrincipalThingsResponse {
404
404
  /**
405
- * @public
406
405
  * <p>The things.</p>
406
+ * @public
407
407
  */
408
408
  things?: string[];
409
409
  /**
410
- * @public
411
410
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
411
+ * @public
412
412
  */
413
413
  nextToken?: string;
414
414
  }
@@ -417,57 +417,57 @@ export interface ListPrincipalThingsResponse {
417
417
  */
418
418
  export interface ListProvisioningTemplatesRequest {
419
419
  /**
420
- * @public
421
420
  * <p>The maximum number of results to return at one time.</p>
421
+ * @public
422
422
  */
423
423
  maxResults?: number;
424
424
  /**
425
- * @public
426
425
  * <p>A token to retrieve the next set of results.</p>
426
+ * @public
427
427
  */
428
428
  nextToken?: string;
429
429
  }
430
430
  /**
431
- * @public
432
431
  * <p>A summary of information about a provisioning template.</p>
432
+ * @public
433
433
  */
434
434
  export interface ProvisioningTemplateSummary {
435
435
  /**
436
- * @public
437
436
  * <p>The ARN of the provisioning template.</p>
437
+ * @public
438
438
  */
439
439
  templateArn?: string;
440
440
  /**
441
- * @public
442
441
  * <p>The name of the provisioning template.</p>
442
+ * @public
443
443
  */
444
444
  templateName?: string;
445
445
  /**
446
- * @public
447
446
  * <p>The description of the provisioning template.</p>
447
+ * @public
448
448
  */
449
449
  description?: string;
450
450
  /**
451
- * @public
452
451
  * <p>The date when the provisioning template summary was created.</p>
452
+ * @public
453
453
  */
454
454
  creationDate?: Date;
455
455
  /**
456
- * @public
457
456
  * <p>The date when the provisioning template summary was last modified.</p>
457
+ * @public
458
458
  */
459
459
  lastModifiedDate?: Date;
460
460
  /**
461
- * @public
462
461
  * <p>True if the fleet provision template is enabled, otherwise false.</p>
462
+ * @public
463
463
  */
464
464
  enabled?: boolean;
465
465
  /**
466
- * @public
467
466
  * <p>The type you define in a provisioning template. You can create a template with only one type.
468
467
  * You can't change the template type after its creation. The default value is <code>FLEET_PROVISIONING</code>.
469
468
  * For more information about provisioning template, see: <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-template.html">Provisioning template</a>.
470
469
  * </p>
470
+ * @public
471
471
  */
472
472
  type?: TemplateType;
473
473
  }
@@ -476,13 +476,13 @@ export interface ProvisioningTemplateSummary {
476
476
  */
477
477
  export interface ListProvisioningTemplatesResponse {
478
478
  /**
479
- * @public
480
479
  * <p>A list of provisioning templates</p>
480
+ * @public
481
481
  */
482
482
  templates?: ProvisioningTemplateSummary[];
483
483
  /**
484
- * @public
485
484
  * <p>A token to retrieve the next set of results.</p>
485
+ * @public
486
486
  */
487
487
  nextToken?: string;
488
488
  }
@@ -491,40 +491,40 @@ export interface ListProvisioningTemplatesResponse {
491
491
  */
492
492
  export interface ListProvisioningTemplateVersionsRequest {
493
493
  /**
494
- * @public
495
494
  * <p>The name of the provisioning template.</p>
495
+ * @public
496
496
  */
497
497
  templateName: string | undefined;
498
498
  /**
499
- * @public
500
499
  * <p>The maximum number of results to return at one time.</p>
500
+ * @public
501
501
  */
502
502
  maxResults?: number;
503
503
  /**
504
- * @public
505
504
  * <p>A token to retrieve the next set of results.</p>
505
+ * @public
506
506
  */
507
507
  nextToken?: string;
508
508
  }
509
509
  /**
510
- * @public
511
510
  * <p>A summary of information about a fleet provision template version.</p>
511
+ * @public
512
512
  */
513
513
  export interface ProvisioningTemplateVersionSummary {
514
514
  /**
515
- * @public
516
515
  * <p>The ID of the fleet provisioning template version.</p>
516
+ * @public
517
517
  */
518
518
  versionId?: number;
519
519
  /**
520
- * @public
521
520
  * <p>The date when the provisioning template version was created</p>
521
+ * @public
522
522
  */
523
523
  creationDate?: Date;
524
524
  /**
525
- * @public
526
525
  * <p>True if the provisioning template version is the default version, otherwise
527
526
  * false.</p>
527
+ * @public
528
528
  */
529
529
  isDefaultVersion?: boolean;
530
530
  }
@@ -533,13 +533,13 @@ export interface ProvisioningTemplateVersionSummary {
533
533
  */
534
534
  export interface ListProvisioningTemplateVersionsResponse {
535
535
  /**
536
- * @public
537
536
  * <p>The list of provisioning template versions.</p>
537
+ * @public
538
538
  */
539
539
  versions?: ProvisioningTemplateVersionSummary[];
540
540
  /**
541
- * @public
542
541
  * <p>A token to retrieve the next set of results.</p>
542
+ * @public
543
543
  */
544
544
  nextToken?: string;
545
545
  }
@@ -548,19 +548,19 @@ export interface ListProvisioningTemplateVersionsResponse {
548
548
  */
549
549
  export interface ListRelatedResourcesForAuditFindingRequest {
550
550
  /**
551
- * @public
552
551
  * <p>The finding Id.</p>
552
+ * @public
553
553
  */
554
554
  findingId: string | undefined;
555
555
  /**
556
- * @public
557
556
  * <p>A token that can be used to retrieve the next set of results,
558
557
  * or <code>null</code> if there are no additional results.</p>
558
+ * @public
559
559
  */
560
560
  nextToken?: string;
561
561
  /**
562
- * @public
563
562
  * <p>The maximum number of results to return at one time.</p>
563
+ * @public
564
564
  */
565
565
  maxResults?: number;
566
566
  }
@@ -569,14 +569,14 @@ export interface ListRelatedResourcesForAuditFindingRequest {
569
569
  */
570
570
  export interface ListRelatedResourcesForAuditFindingResponse {
571
571
  /**
572
- * @public
573
572
  * <p>The related resources.</p>
573
+ * @public
574
574
  */
575
575
  relatedResources?: RelatedResource[];
576
576
  /**
577
- * @public
578
577
  * <p>A token that can be used to retrieve the next set of results,
579
578
  * or <code>null</code> for the first API call.</p>
579
+ * @public
580
580
  */
581
581
  nextToken?: string;
582
582
  }
@@ -585,18 +585,18 @@ export interface ListRelatedResourcesForAuditFindingResponse {
585
585
  */
586
586
  export interface ListRoleAliasesRequest {
587
587
  /**
588
- * @public
589
588
  * <p>The maximum number of results to return at one time.</p>
589
+ * @public
590
590
  */
591
591
  pageSize?: number;
592
592
  /**
593
- * @public
594
593
  * <p>A marker used to get the next set of results.</p>
594
+ * @public
595
595
  */
596
596
  marker?: string;
597
597
  /**
598
- * @public
599
598
  * <p>Return the list of role aliases in ascending alphabetical order.</p>
599
+ * @public
600
600
  */
601
601
  ascendingOrder?: boolean;
602
602
  }
@@ -605,13 +605,13 @@ export interface ListRoleAliasesRequest {
605
605
  */
606
606
  export interface ListRoleAliasesResponse {
607
607
  /**
608
- * @public
609
608
  * <p>The role aliases.</p>
609
+ * @public
610
610
  */
611
611
  roleAliases?: string[];
612
612
  /**
613
- * @public
614
613
  * <p>A marker used to get the next set of results.</p>
614
+ * @public
615
615
  */
616
616
  nextMarker?: string;
617
617
  }
@@ -620,48 +620,48 @@ export interface ListRoleAliasesResponse {
620
620
  */
621
621
  export interface ListScheduledAuditsRequest {
622
622
  /**
623
- * @public
624
623
  * <p>The token for the next set of results.</p>
624
+ * @public
625
625
  */
626
626
  nextToken?: string;
627
627
  /**
628
- * @public
629
628
  * <p>The maximum number of results to return at one time. The default is 25.</p>
629
+ * @public
630
630
  */
631
631
  maxResults?: number;
632
632
  }
633
633
  /**
634
- * @public
635
634
  * <p>Information about the scheduled audit.</p>
635
+ * @public
636
636
  */
637
637
  export interface ScheduledAuditMetadata {
638
638
  /**
639
- * @public
640
639
  * <p>The name of the scheduled audit.</p>
640
+ * @public
641
641
  */
642
642
  scheduledAuditName?: string;
643
643
  /**
644
- * @public
645
644
  * <p>The ARN of the scheduled audit.</p>
645
+ * @public
646
646
  */
647
647
  scheduledAuditArn?: string;
648
648
  /**
649
- * @public
650
649
  * <p>How often the scheduled audit occurs.</p>
650
+ * @public
651
651
  */
652
652
  frequency?: AuditFrequency;
653
653
  /**
654
- * @public
655
654
  * <p>The day of the month on which the scheduled audit is run (if the
656
655
  * <code>frequency</code> is "MONTHLY").
657
656
  * If days 29-31 are specified, and the month does not have that many
658
657
  * days, the audit takes place on the "LAST" day of the month.</p>
658
+ * @public
659
659
  */
660
660
  dayOfMonth?: string;
661
661
  /**
662
- * @public
663
662
  * <p>The day of the week on which the scheduled audit is run (if the
664
663
  * <code>frequency</code> is "WEEKLY" or "BIWEEKLY").</p>
664
+ * @public
665
665
  */
666
666
  dayOfWeek?: DayOfWeek;
667
667
  }
@@ -670,14 +670,14 @@ export interface ScheduledAuditMetadata {
670
670
  */
671
671
  export interface ListScheduledAuditsResponse {
672
672
  /**
673
- * @public
674
673
  * <p>The list of scheduled audits.</p>
674
+ * @public
675
675
  */
676
676
  scheduledAudits?: ScheduledAuditMetadata[];
677
677
  /**
678
- * @public
679
678
  * <p>A token that can be used to retrieve the next set of results,
680
679
  * or <code>null</code> if there are no additional results.</p>
680
+ * @public
681
681
  */
682
682
  nextToken?: string;
683
683
  }
@@ -686,42 +686,42 @@ export interface ListScheduledAuditsResponse {
686
686
  */
687
687
  export interface ListSecurityProfilesRequest {
688
688
  /**
689
- * @public
690
689
  * <p>The token for the next set of results.</p>
690
+ * @public
691
691
  */
692
692
  nextToken?: string;
693
693
  /**
694
- * @public
695
694
  * <p>The maximum number of results to return at one time.</p>
695
+ * @public
696
696
  */
697
697
  maxResults?: number;
698
698
  /**
699
- * @public
700
699
  * <p>A filter to limit results to the security profiles that use the defined dimension.
701
700
  * Cannot be used with <code>metricName</code>
702
701
  * </p>
702
+ * @public
703
703
  */
704
704
  dimensionName?: string;
705
705
  /**
706
- * @public
707
706
  * <p> The name of the custom metric.
708
707
  * Cannot be used with <code>dimensionName</code>. </p>
708
+ * @public
709
709
  */
710
710
  metricName?: string;
711
711
  }
712
712
  /**
713
- * @public
714
713
  * <p>Identifying information for a Device Defender security profile.</p>
714
+ * @public
715
715
  */
716
716
  export interface SecurityProfileIdentifier {
717
717
  /**
718
- * @public
719
718
  * <p>The name you've given to the security profile.</p>
719
+ * @public
720
720
  */
721
721
  name: string | undefined;
722
722
  /**
723
- * @public
724
723
  * <p>The ARN of the security profile.</p>
724
+ * @public
725
725
  */
726
726
  arn: string | undefined;
727
727
  }
@@ -730,14 +730,14 @@ export interface SecurityProfileIdentifier {
730
730
  */
731
731
  export interface ListSecurityProfilesResponse {
732
732
  /**
733
- * @public
734
733
  * <p>A list of security profile identifiers (names and ARNs).</p>
734
+ * @public
735
735
  */
736
736
  securityProfileIdentifiers?: SecurityProfileIdentifier[];
737
737
  /**
738
- * @public
739
738
  * <p>A token that can be used to retrieve the next set of results, or <code>null</code> if there are no
740
739
  * additional results.</p>
740
+ * @public
741
741
  */
742
742
  nextToken?: string;
743
743
  }
@@ -746,51 +746,51 @@ export interface ListSecurityProfilesResponse {
746
746
  */
747
747
  export interface ListSecurityProfilesForTargetRequest {
748
748
  /**
749
- * @public
750
749
  * <p>The token for the next set of results.</p>
750
+ * @public
751
751
  */
752
752
  nextToken?: string;
753
753
  /**
754
- * @public
755
754
  * <p>The maximum number of results to return at one time.</p>
755
+ * @public
756
756
  */
757
757
  maxResults?: number;
758
758
  /**
759
- * @public
760
759
  * <p>If true, return child groups too.</p>
760
+ * @public
761
761
  */
762
762
  recursive?: boolean;
763
763
  /**
764
- * @public
765
764
  * <p>The ARN of the target (thing group) whose attached security profiles you want to get.</p>
765
+ * @public
766
766
  */
767
767
  securityProfileTargetArn: string | undefined;
768
768
  }
769
769
  /**
770
- * @public
771
770
  * <p>A target to which an alert is sent when a security profile behavior is
772
771
  * violated.</p>
772
+ * @public
773
773
  */
774
774
  export interface SecurityProfileTarget {
775
775
  /**
776
- * @public
777
776
  * <p>The ARN of the security profile.</p>
777
+ * @public
778
778
  */
779
779
  arn: string | undefined;
780
780
  }
781
781
  /**
782
- * @public
783
782
  * <p>Information about a security profile and the target associated with it.</p>
783
+ * @public
784
784
  */
785
785
  export interface SecurityProfileTargetMapping {
786
786
  /**
787
- * @public
788
787
  * <p>Information that identifies the security profile.</p>
788
+ * @public
789
789
  */
790
790
  securityProfileIdentifier?: SecurityProfileIdentifier;
791
791
  /**
792
- * @public
793
792
  * <p>Information about the target (thing group) associated with the security profile.</p>
793
+ * @public
794
794
  */
795
795
  target?: SecurityProfileTarget;
796
796
  }
@@ -799,14 +799,14 @@ export interface SecurityProfileTargetMapping {
799
799
  */
800
800
  export interface ListSecurityProfilesForTargetResponse {
801
801
  /**
802
- * @public
803
802
  * <p>A list of security profiles and their associated targets.</p>
803
+ * @public
804
804
  */
805
805
  securityProfileTargetMappings?: SecurityProfileTargetMapping[];
806
806
  /**
807
- * @public
808
807
  * <p>A token that can be used to retrieve the next set of results, or <code>null</code> if there are no
809
808
  * additional results.</p>
809
+ * @public
810
810
  */
811
811
  nextToken?: string;
812
812
  }
@@ -815,44 +815,44 @@ export interface ListSecurityProfilesForTargetResponse {
815
815
  */
816
816
  export interface ListStreamsRequest {
817
817
  /**
818
- * @public
819
818
  * <p>The maximum number of results to return at a time.</p>
819
+ * @public
820
820
  */
821
821
  maxResults?: number;
822
822
  /**
823
- * @public
824
823
  * <p>A token used to get the next set of results.</p>
824
+ * @public
825
825
  */
826
826
  nextToken?: string;
827
827
  /**
828
- * @public
829
828
  * <p>Set to true to return the list of streams in ascending order.</p>
829
+ * @public
830
830
  */
831
831
  ascendingOrder?: boolean;
832
832
  }
833
833
  /**
834
- * @public
835
834
  * <p>A summary of a stream.</p>
835
+ * @public
836
836
  */
837
837
  export interface StreamSummary {
838
838
  /**
839
- * @public
840
839
  * <p>The stream ID.</p>
840
+ * @public
841
841
  */
842
842
  streamId?: string;
843
843
  /**
844
- * @public
845
844
  * <p>The stream ARN.</p>
845
+ * @public
846
846
  */
847
847
  streamArn?: string;
848
848
  /**
849
- * @public
850
849
  * <p>The stream version.</p>
850
+ * @public
851
851
  */
852
852
  streamVersion?: number;
853
853
  /**
854
- * @public
855
854
  * <p>A description of the stream.</p>
855
+ * @public
856
856
  */
857
857
  description?: string;
858
858
  }
@@ -861,13 +861,13 @@ export interface StreamSummary {
861
861
  */
862
862
  export interface ListStreamsResponse {
863
863
  /**
864
- * @public
865
864
  * <p>A list of streams.</p>
865
+ * @public
866
866
  */
867
867
  streams?: StreamSummary[];
868
868
  /**
869
- * @public
870
869
  * <p>A token used to get the next set of results.</p>
870
+ * @public
871
871
  */
872
872
  nextToken?: string;
873
873
  }
@@ -876,15 +876,15 @@ export interface ListStreamsResponse {
876
876
  */
877
877
  export interface ListTagsForResourceRequest {
878
878
  /**
879
- * @public
880
879
  * <p>The ARN of the resource.</p>
880
+ * @public
881
881
  */
882
882
  resourceArn: string | undefined;
883
883
  /**
884
- * @public
885
884
  * <p>To retrieve the next set of results, the <code>nextToken</code>
886
885
  * value from a previous response; otherwise <b>null</b> to receive
887
886
  * the first set of results.</p>
887
+ * @public
888
888
  */
889
889
  nextToken?: string;
890
890
  }
@@ -893,13 +893,13 @@ export interface ListTagsForResourceRequest {
893
893
  */
894
894
  export interface ListTagsForResourceResponse {
895
895
  /**
896
- * @public
897
896
  * <p>The list of tags assigned to the resource.</p>
897
+ * @public
898
898
  */
899
899
  tags?: Tag[];
900
900
  /**
901
- * @public
902
901
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
902
+ * @public
903
903
  */
904
904
  nextToken?: string;
905
905
  }
@@ -908,18 +908,18 @@ export interface ListTagsForResourceResponse {
908
908
  */
909
909
  export interface ListTargetsForPolicyRequest {
910
910
  /**
911
- * @public
912
911
  * <p>The policy name.</p>
912
+ * @public
913
913
  */
914
914
  policyName: string | undefined;
915
915
  /**
916
- * @public
917
916
  * <p>A marker used to get the next set of results.</p>
917
+ * @public
918
918
  */
919
919
  marker?: string;
920
920
  /**
921
- * @public
922
921
  * <p>The maximum number of results to return at one time.</p>
922
+ * @public
923
923
  */
924
924
  pageSize?: number;
925
925
  }
@@ -928,13 +928,13 @@ export interface ListTargetsForPolicyRequest {
928
928
  */
929
929
  export interface ListTargetsForPolicyResponse {
930
930
  /**
931
- * @public
932
931
  * <p>The policy targets.</p>
932
+ * @public
933
933
  */
934
934
  targets?: string[];
935
935
  /**
936
- * @public
937
936
  * <p>A marker used to get the next set of results.</p>
937
+ * @public
938
938
  */
939
939
  nextMarker?: string;
940
940
  }
@@ -943,18 +943,18 @@ export interface ListTargetsForPolicyResponse {
943
943
  */
944
944
  export interface ListTargetsForSecurityProfileRequest {
945
945
  /**
946
- * @public
947
946
  * <p>The security profile.</p>
947
+ * @public
948
948
  */
949
949
  securityProfileName: string | undefined;
950
950
  /**
951
- * @public
952
951
  * <p>The token for the next set of results.</p>
952
+ * @public
953
953
  */
954
954
  nextToken?: string;
955
955
  /**
956
- * @public
957
956
  * <p>The maximum number of results to return at one time.</p>
957
+ * @public
958
958
  */
959
959
  maxResults?: number;
960
960
  }
@@ -963,14 +963,14 @@ export interface ListTargetsForSecurityProfileRequest {
963
963
  */
964
964
  export interface ListTargetsForSecurityProfileResponse {
965
965
  /**
966
- * @public
967
966
  * <p>The thing groups to which the security profile is attached.</p>
967
+ * @public
968
968
  */
969
969
  securityProfileTargets?: SecurityProfileTarget[];
970
970
  /**
971
- * @public
972
971
  * <p>A token that can be used to retrieve the next set of results, or <code>null</code> if there are no
973
972
  * additional results.</p>
973
+ * @public
974
974
  */
975
975
  nextToken?: string;
976
976
  }
@@ -979,30 +979,30 @@ export interface ListTargetsForSecurityProfileResponse {
979
979
  */
980
980
  export interface ListThingGroupsRequest {
981
981
  /**
982
- * @public
983
982
  * <p>To retrieve the next set of results, the <code>nextToken</code>
984
983
  * value from a previous response; otherwise <b>null</b> to receive
985
984
  * the first set of results.</p>
985
+ * @public
986
986
  */
987
987
  nextToken?: string;
988
988
  /**
989
- * @public
990
989
  * <p>The maximum number of results to return at one time.</p>
990
+ * @public
991
991
  */
992
992
  maxResults?: number;
993
993
  /**
994
- * @public
995
994
  * <p>A filter that limits the results to those with the specified parent group.</p>
995
+ * @public
996
996
  */
997
997
  parentGroup?: string;
998
998
  /**
999
- * @public
1000
999
  * <p>A filter that limits the results to those with the specified name prefix.</p>
1000
+ * @public
1001
1001
  */
1002
1002
  namePrefixFilter?: string;
1003
1003
  /**
1004
- * @public
1005
1004
  * <p>If true, return child groups as well.</p>
1005
+ * @public
1006
1006
  */
1007
1007
  recursive?: boolean;
1008
1008
  }
@@ -1011,13 +1011,13 @@ export interface ListThingGroupsRequest {
1011
1011
  */
1012
1012
  export interface ListThingGroupsResponse {
1013
1013
  /**
1014
- * @public
1015
1014
  * <p>The thing groups.</p>
1015
+ * @public
1016
1016
  */
1017
1017
  thingGroups?: GroupNameAndArn[];
1018
1018
  /**
1019
- * @public
1020
1019
  * <p>The token to use to get the next set of results. Will not be returned if operation has returned all results.</p>
1020
+ * @public
1021
1021
  */
1022
1022
  nextToken?: string;
1023
1023
  }
@@ -1026,20 +1026,20 @@ export interface ListThingGroupsResponse {
1026
1026
  */
1027
1027
  export interface ListThingGroupsForThingRequest {
1028
1028
  /**
1029
- * @public
1030
1029
  * <p>The thing name.</p>
1030
+ * @public
1031
1031
  */
1032
1032
  thingName: string | undefined;
1033
1033
  /**
1034
- * @public
1035
1034
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1036
1035
  * value from a previous response; otherwise <b>null</b> to receive
1037
1036
  * the first set of results.</p>
1037
+ * @public
1038
1038
  */
1039
1039
  nextToken?: string;
1040
1040
  /**
1041
- * @public
1042
1041
  * <p>The maximum number of results to return at one time.</p>
1042
+ * @public
1043
1043
  */
1044
1044
  maxResults?: number;
1045
1045
  }
@@ -1048,52 +1048,52 @@ export interface ListThingGroupsForThingRequest {
1048
1048
  */
1049
1049
  export interface ListThingGroupsForThingResponse {
1050
1050
  /**
1051
- * @public
1052
1051
  * <p>The thing groups.</p>
1052
+ * @public
1053
1053
  */
1054
1054
  thingGroups?: GroupNameAndArn[];
1055
1055
  /**
1056
- * @public
1057
1056
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1057
+ * @public
1058
1058
  */
1059
1059
  nextToken?: string;
1060
1060
  }
1061
1061
  /**
1062
- * @public
1063
1062
  * <p>The input for the ListThingPrincipal operation.</p>
1063
+ * @public
1064
1064
  */
1065
1065
  export interface ListThingPrincipalsRequest {
1066
1066
  /**
1067
- * @public
1068
1067
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1069
1068
  * value from a previous response; otherwise <b>null</b> to receive
1070
1069
  * the first set of results.</p>
1070
+ * @public
1071
1071
  */
1072
1072
  nextToken?: string;
1073
1073
  /**
1074
- * @public
1075
1074
  * <p>The maximum number of results to return in this operation.</p>
1075
+ * @public
1076
1076
  */
1077
1077
  maxResults?: number;
1078
1078
  /**
1079
- * @public
1080
1079
  * <p>The name of the thing.</p>
1080
+ * @public
1081
1081
  */
1082
1082
  thingName: string | undefined;
1083
1083
  }
1084
1084
  /**
1085
- * @public
1086
1085
  * <p>The output from the ListThingPrincipals operation.</p>
1086
+ * @public
1087
1087
  */
1088
1088
  export interface ListThingPrincipalsResponse {
1089
1089
  /**
1090
- * @public
1091
1090
  * <p>The principals associated with the thing.</p>
1091
+ * @public
1092
1092
  */
1093
1093
  principals?: string[];
1094
1094
  /**
1095
- * @public
1096
1095
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1096
+ * @public
1097
1097
  */
1098
1098
  nextToken?: string;
1099
1099
  }
@@ -1114,25 +1114,25 @@ export type ReportType = (typeof ReportType)[keyof typeof ReportType];
1114
1114
  */
1115
1115
  export interface ListThingRegistrationTaskReportsRequest {
1116
1116
  /**
1117
- * @public
1118
1117
  * <p>The id of the task.</p>
1118
+ * @public
1119
1119
  */
1120
1120
  taskId: string | undefined;
1121
1121
  /**
1122
- * @public
1123
1122
  * <p>The type of task report.</p>
1123
+ * @public
1124
1124
  */
1125
1125
  reportType: ReportType | undefined;
1126
1126
  /**
1127
- * @public
1128
1127
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1129
1128
  * value from a previous response; otherwise <b>null</b> to receive
1130
1129
  * the first set of results.</p>
1130
+ * @public
1131
1131
  */
1132
1132
  nextToken?: string;
1133
1133
  /**
1134
- * @public
1135
1134
  * <p>The maximum number of results to return per request.</p>
1135
+ * @public
1136
1136
  */
1137
1137
  maxResults?: number;
1138
1138
  }
@@ -1141,18 +1141,18 @@ export interface ListThingRegistrationTaskReportsRequest {
1141
1141
  */
1142
1142
  export interface ListThingRegistrationTaskReportsResponse {
1143
1143
  /**
1144
- * @public
1145
1144
  * <p>Links to the task resources.</p>
1145
+ * @public
1146
1146
  */
1147
1147
  resourceLinks?: string[];
1148
1148
  /**
1149
- * @public
1150
1149
  * <p>The type of task report.</p>
1150
+ * @public
1151
1151
  */
1152
1152
  reportType?: ReportType;
1153
1153
  /**
1154
- * @public
1155
1154
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1155
+ * @public
1156
1156
  */
1157
1157
  nextToken?: string;
1158
1158
  }
@@ -1161,20 +1161,20 @@ export interface ListThingRegistrationTaskReportsResponse {
1161
1161
  */
1162
1162
  export interface ListThingRegistrationTasksRequest {
1163
1163
  /**
1164
- * @public
1165
1164
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1166
1165
  * value from a previous response; otherwise <b>null</b> to receive
1167
1166
  * the first set of results.</p>
1167
+ * @public
1168
1168
  */
1169
1169
  nextToken?: string;
1170
1170
  /**
1171
- * @public
1172
1171
  * <p>The maximum number of results to return at one time.</p>
1172
+ * @public
1173
1173
  */
1174
1174
  maxResults?: number;
1175
1175
  /**
1176
- * @public
1177
1176
  * <p>The status of the bulk thing provisioning task.</p>
1177
+ * @public
1178
1178
  */
1179
1179
  status?: Status;
1180
1180
  }
@@ -1183,103 +1183,103 @@ export interface ListThingRegistrationTasksRequest {
1183
1183
  */
1184
1184
  export interface ListThingRegistrationTasksResponse {
1185
1185
  /**
1186
- * @public
1187
1186
  * <p>A list of bulk thing provisioning task IDs.</p>
1187
+ * @public
1188
1188
  */
1189
1189
  taskIds?: string[];
1190
1190
  /**
1191
- * @public
1192
1191
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1192
+ * @public
1193
1193
  */
1194
1194
  nextToken?: string;
1195
1195
  }
1196
1196
  /**
1197
- * @public
1198
1197
  * <p>The input for the ListThings operation.</p>
1198
+ * @public
1199
1199
  */
1200
1200
  export interface ListThingsRequest {
1201
1201
  /**
1202
- * @public
1203
1202
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1204
1203
  * value from a previous response; otherwise <b>null</b> to receive
1205
1204
  * the first set of results.</p>
1205
+ * @public
1206
1206
  */
1207
1207
  nextToken?: string;
1208
1208
  /**
1209
- * @public
1210
1209
  * <p>The maximum number of results to return in this operation.</p>
1210
+ * @public
1211
1211
  */
1212
1212
  maxResults?: number;
1213
1213
  /**
1214
- * @public
1215
1214
  * <p>The attribute name used to search for things.</p>
1215
+ * @public
1216
1216
  */
1217
1217
  attributeName?: string;
1218
1218
  /**
1219
- * @public
1220
1219
  * <p>The attribute value used to search for things.</p>
1220
+ * @public
1221
1221
  */
1222
1222
  attributeValue?: string;
1223
1223
  /**
1224
- * @public
1225
1224
  * <p>The name of the thing type used to search for things.</p>
1225
+ * @public
1226
1226
  */
1227
1227
  thingTypeName?: string;
1228
1228
  /**
1229
- * @public
1230
1229
  * <p>When <code>true</code>, the action returns the thing resources with attribute values
1231
1230
  * that start with the <code>attributeValue</code> provided.</p>
1232
1231
  * <p>When <code>false</code>, or not present, the action returns only the thing
1233
1232
  * resources with attribute values that match the entire <code>attributeValue</code>
1234
1233
  * provided. </p>
1234
+ * @public
1235
1235
  */
1236
1236
  usePrefixAttributeValue?: boolean;
1237
1237
  }
1238
1238
  /**
1239
- * @public
1240
1239
  * <p>The properties of the thing, including thing name, thing type name, and a list of thing
1241
1240
  * attributes.</p>
1241
+ * @public
1242
1242
  */
1243
1243
  export interface ThingAttribute {
1244
1244
  /**
1245
- * @public
1246
1245
  * <p>The name of the thing.</p>
1246
+ * @public
1247
1247
  */
1248
1248
  thingName?: string;
1249
1249
  /**
1250
- * @public
1251
1250
  * <p>The name of the thing type, if the thing has been associated with a type.</p>
1251
+ * @public
1252
1252
  */
1253
1253
  thingTypeName?: string;
1254
1254
  /**
1255
- * @public
1256
1255
  * <p>The thing ARN.</p>
1256
+ * @public
1257
1257
  */
1258
1258
  thingArn?: string;
1259
1259
  /**
1260
- * @public
1261
1260
  * <p>A list of thing attributes which are name-value pairs.</p>
1261
+ * @public
1262
1262
  */
1263
1263
  attributes?: Record<string, string>;
1264
1264
  /**
1265
- * @public
1266
1265
  * <p>The version of the thing record in the registry.</p>
1266
+ * @public
1267
1267
  */
1268
1268
  version?: number;
1269
1269
  }
1270
1270
  /**
1271
- * @public
1272
1271
  * <p>The output from the ListThings operation.</p>
1272
+ * @public
1273
1273
  */
1274
1274
  export interface ListThingsResponse {
1275
1275
  /**
1276
- * @public
1277
1276
  * <p>The things.</p>
1277
+ * @public
1278
1278
  */
1279
1279
  things?: ThingAttribute[];
1280
1280
  /**
1281
- * @public
1282
1281
  * <p>The token to use to get the next set of results. Will not be returned if operation has returned all results.</p>
1282
+ * @public
1283
1283
  */
1284
1284
  nextToken?: string;
1285
1285
  }
@@ -1288,20 +1288,20 @@ export interface ListThingsResponse {
1288
1288
  */
1289
1289
  export interface ListThingsInBillingGroupRequest {
1290
1290
  /**
1291
- * @public
1292
1291
  * <p>The name of the billing group.</p>
1292
+ * @public
1293
1293
  */
1294
1294
  billingGroupName: string | undefined;
1295
1295
  /**
1296
- * @public
1297
1296
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1298
1297
  * value from a previous response; otherwise <b>null</b> to receive
1299
1298
  * the first set of results.</p>
1299
+ * @public
1300
1300
  */
1301
1301
  nextToken?: string;
1302
1302
  /**
1303
- * @public
1304
1303
  * <p>The maximum number of results to return per request.</p>
1304
+ * @public
1305
1305
  */
1306
1306
  maxResults?: number;
1307
1307
  }
@@ -1310,13 +1310,13 @@ export interface ListThingsInBillingGroupRequest {
1310
1310
  */
1311
1311
  export interface ListThingsInBillingGroupResponse {
1312
1312
  /**
1313
- * @public
1314
1313
  * <p>A list of things in the billing group.</p>
1314
+ * @public
1315
1315
  */
1316
1316
  things?: string[];
1317
1317
  /**
1318
- * @public
1319
1318
  * <p>The token to use to get the next set of results. Will not be returned if operation has returned all results.</p>
1319
+ * @public
1320
1320
  */
1321
1321
  nextToken?: string;
1322
1322
  }
@@ -1325,26 +1325,26 @@ export interface ListThingsInBillingGroupResponse {
1325
1325
  */
1326
1326
  export interface ListThingsInThingGroupRequest {
1327
1327
  /**
1328
- * @public
1329
1328
  * <p>The thing group name.</p>
1329
+ * @public
1330
1330
  */
1331
1331
  thingGroupName: string | undefined;
1332
1332
  /**
1333
- * @public
1334
1333
  * <p>When true, list things in this thing group and in all child groups as
1335
1334
  * well.</p>
1335
+ * @public
1336
1336
  */
1337
1337
  recursive?: boolean;
1338
1338
  /**
1339
- * @public
1340
1339
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1341
1340
  * value from a previous response; otherwise <b>null</b> to receive
1342
1341
  * the first set of results.</p>
1342
+ * @public
1343
1343
  */
1344
1344
  nextToken?: string;
1345
1345
  /**
1346
- * @public
1347
1346
  * <p>The maximum number of results to return at one time.</p>
1347
+ * @public
1348
1348
  */
1349
1349
  maxResults?: number;
1350
1350
  }
@@ -1353,80 +1353,80 @@ export interface ListThingsInThingGroupRequest {
1353
1353
  */
1354
1354
  export interface ListThingsInThingGroupResponse {
1355
1355
  /**
1356
- * @public
1357
1356
  * <p>The things in the specified thing group.</p>
1357
+ * @public
1358
1358
  */
1359
1359
  things?: string[];
1360
1360
  /**
1361
- * @public
1362
1361
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1362
+ * @public
1363
1363
  */
1364
1364
  nextToken?: string;
1365
1365
  }
1366
1366
  /**
1367
- * @public
1368
1367
  * <p>The input for the ListThingTypes operation.</p>
1368
+ * @public
1369
1369
  */
1370
1370
  export interface ListThingTypesRequest {
1371
1371
  /**
1372
- * @public
1373
1372
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1374
1373
  * value from a previous response; otherwise <b>null</b> to receive
1375
1374
  * the first set of results.</p>
1375
+ * @public
1376
1376
  */
1377
1377
  nextToken?: string;
1378
1378
  /**
1379
- * @public
1380
1379
  * <p>The maximum number of results to return in this operation.</p>
1380
+ * @public
1381
1381
  */
1382
1382
  maxResults?: number;
1383
1383
  /**
1384
- * @public
1385
1384
  * <p>The name of the thing type.</p>
1385
+ * @public
1386
1386
  */
1387
1387
  thingTypeName?: string;
1388
1388
  }
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>The definition of the thing type, including thing type name and description.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  export interface ThingTypeDefinition {
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>The name of the thing type.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  thingTypeName?: string;
1399
1399
  /**
1400
- * @public
1401
1400
  * <p>The thing type ARN.</p>
1401
+ * @public
1402
1402
  */
1403
1403
  thingTypeArn?: string;
1404
1404
  /**
1405
- * @public
1406
1405
  * <p>The ThingTypeProperties for the thing type.</p>
1406
+ * @public
1407
1407
  */
1408
1408
  thingTypeProperties?: ThingTypeProperties;
1409
1409
  /**
1410
- * @public
1411
1410
  * <p>The ThingTypeMetadata contains additional information about the thing type including: creation date and
1412
1411
  * time, a value indicating whether the thing type is deprecated, and a date and time when it was
1413
1412
  * deprecated.</p>
1413
+ * @public
1414
1414
  */
1415
1415
  thingTypeMetadata?: ThingTypeMetadata;
1416
1416
  }
1417
1417
  /**
1418
- * @public
1419
1418
  * <p>The output for the ListThingTypes operation.</p>
1419
+ * @public
1420
1420
  */
1421
1421
  export interface ListThingTypesResponse {
1422
1422
  /**
1423
- * @public
1424
1423
  * <p>The thing types.</p>
1424
+ * @public
1425
1425
  */
1426
1426
  thingTypes?: ThingTypeDefinition[];
1427
1427
  /**
1428
- * @public
1429
1428
  * <p>The token for the next set of results. Will not be returned if operation has returned all results.</p>
1429
+ * @public
1430
1430
  */
1431
1431
  nextToken?: string;
1432
1432
  }
@@ -1435,68 +1435,67 @@ export interface ListThingTypesResponse {
1435
1435
  */
1436
1436
  export interface ListTopicRuleDestinationsRequest {
1437
1437
  /**
1438
- * @public
1439
1438
  * <p>The maximum number of results to return at one time.</p>
1439
+ * @public
1440
1440
  */
1441
1441
  maxResults?: number;
1442
1442
  /**
1443
- * @public
1444
1443
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1445
1444
  * value from a previous response; otherwise <b>null</b> to receive
1446
1445
  * the first set of results.</p>
1446
+ * @public
1447
1447
  */
1448
1448
  nextToken?: string;
1449
1449
  }
1450
1450
  /**
1451
- * @public
1452
1451
  * <p>Information about an HTTP URL destination.</p>
1452
+ * @public
1453
1453
  */
1454
1454
  export interface HttpUrlDestinationSummary {
1455
1455
  /**
1456
- * @public
1457
1456
  * <p>The URL used to confirm ownership of or access to the HTTP topic rule destination
1458
1457
  * URL.</p>
1458
+ * @public
1459
1459
  */
1460
1460
  confirmationUrl?: string;
1461
1461
  }
1462
1462
  /**
1463
- * @public
1464
1463
  * <p>The summary of a virtual private cloud (VPC) destination.</p>
1464
+ * @public
1465
1465
  */
1466
1466
  export interface VpcDestinationSummary {
1467
1467
  /**
1468
- * @public
1469
1468
  * <p>The subnet IDs of the VPC destination.</p>
1469
+ * @public
1470
1470
  */
1471
1471
  subnetIds?: string[];
1472
1472
  /**
1473
- * @public
1474
1473
  * <p>The security groups of the VPC destination.</p>
1474
+ * @public
1475
1475
  */
1476
1476
  securityGroups?: string[];
1477
1477
  /**
1478
- * @public
1479
1478
  * <p>The ID of the VPC.</p>
1479
+ * @public
1480
1480
  */
1481
1481
  vpcId?: string;
1482
1482
  /**
1483
- * @public
1484
1483
  * <p>The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).</p>
1484
+ * @public
1485
1485
  */
1486
1486
  roleArn?: string;
1487
1487
  }
1488
1488
  /**
1489
- * @public
1490
1489
  * <p>Information about the topic rule destination.</p>
1490
+ * @public
1491
1491
  */
1492
1492
  export interface TopicRuleDestinationSummary {
1493
1493
  /**
1494
- * @public
1495
1494
  * <p>The topic rule destination ARN.</p>
1495
+ * @public
1496
1496
  */
1497
1497
  arn?: string;
1498
1498
  /**
1499
- * @public
1500
1499
  * <p>The status of the topic rule destination. Valid values are:</p>
1501
1500
  * <dl>
1502
1501
  * <dt>IN_PROGRESS</dt>
@@ -1529,31 +1528,32 @@ export interface TopicRuleDestinationSummary {
1529
1528
  * be sent to your confirmation endpoint.</p>
1530
1529
  * </dd>
1531
1530
  * </dl>
1531
+ * @public
1532
1532
  */
1533
1533
  status?: TopicRuleDestinationStatus;
1534
1534
  /**
1535
- * @public
1536
1535
  * <p>The date and time when the topic rule destination was created.</p>
1536
+ * @public
1537
1537
  */
1538
1538
  createdAt?: Date;
1539
1539
  /**
1540
- * @public
1541
1540
  * <p>The date and time when the topic rule destination was last updated.</p>
1541
+ * @public
1542
1542
  */
1543
1543
  lastUpdatedAt?: Date;
1544
1544
  /**
1545
- * @public
1546
1545
  * <p>The reason the topic rule destination is in the current status.</p>
1546
+ * @public
1547
1547
  */
1548
1548
  statusReason?: string;
1549
1549
  /**
1550
- * @public
1551
1550
  * <p>Information about the HTTP URL.</p>
1551
+ * @public
1552
1552
  */
1553
1553
  httpUrlSummary?: HttpUrlDestinationSummary;
1554
1554
  /**
1555
- * @public
1556
1555
  * <p>Information about the virtual private cloud (VPC) connection.</p>
1556
+ * @public
1557
1557
  */
1558
1558
  vpcDestinationSummary?: VpcDestinationSummary;
1559
1559
  }
@@ -1562,88 +1562,88 @@ export interface TopicRuleDestinationSummary {
1562
1562
  */
1563
1563
  export interface ListTopicRuleDestinationsResponse {
1564
1564
  /**
1565
- * @public
1566
1565
  * <p>Information about a topic rule destination.</p>
1566
+ * @public
1567
1567
  */
1568
1568
  destinationSummaries?: TopicRuleDestinationSummary[];
1569
1569
  /**
1570
- * @public
1571
1570
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1571
+ * @public
1572
1572
  */
1573
1573
  nextToken?: string;
1574
1574
  }
1575
1575
  /**
1576
- * @public
1577
1576
  * <p>The input for the ListTopicRules operation.</p>
1577
+ * @public
1578
1578
  */
1579
1579
  export interface ListTopicRulesRequest {
1580
1580
  /**
1581
- * @public
1582
1581
  * <p>The topic.</p>
1582
+ * @public
1583
1583
  */
1584
1584
  topic?: string;
1585
1585
  /**
1586
- * @public
1587
1586
  * <p>The maximum number of results to return.</p>
1587
+ * @public
1588
1588
  */
1589
1589
  maxResults?: number;
1590
1590
  /**
1591
- * @public
1592
1591
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1593
1592
  * value from a previous response; otherwise <b>null</b> to receive
1594
1593
  * the first set of results.</p>
1594
+ * @public
1595
1595
  */
1596
1596
  nextToken?: string;
1597
1597
  /**
1598
- * @public
1599
1598
  * <p>Specifies whether the rule is disabled.</p>
1599
+ * @public
1600
1600
  */
1601
1601
  ruleDisabled?: boolean;
1602
1602
  }
1603
1603
  /**
1604
- * @public
1605
1604
  * <p>Describes a rule.</p>
1605
+ * @public
1606
1606
  */
1607
1607
  export interface TopicRuleListItem {
1608
1608
  /**
1609
- * @public
1610
1609
  * <p>The rule ARN.</p>
1610
+ * @public
1611
1611
  */
1612
1612
  ruleArn?: string;
1613
1613
  /**
1614
- * @public
1615
1614
  * <p>The name of the rule.</p>
1615
+ * @public
1616
1616
  */
1617
1617
  ruleName?: string;
1618
1618
  /**
1619
- * @public
1620
1619
  * <p>The pattern for the topic names that apply.</p>
1620
+ * @public
1621
1621
  */
1622
1622
  topicPattern?: string;
1623
1623
  /**
1624
- * @public
1625
1624
  * <p>The date and time the rule was created.</p>
1625
+ * @public
1626
1626
  */
1627
1627
  createdAt?: Date;
1628
1628
  /**
1629
- * @public
1630
1629
  * <p>Specifies whether the rule is disabled.</p>
1630
+ * @public
1631
1631
  */
1632
1632
  ruleDisabled?: boolean;
1633
1633
  }
1634
1634
  /**
1635
- * @public
1636
1635
  * <p>The output from the ListTopicRules operation.</p>
1636
+ * @public
1637
1637
  */
1638
1638
  export interface ListTopicRulesResponse {
1639
1639
  /**
1640
- * @public
1641
1640
  * <p>The rules.</p>
1641
+ * @public
1642
1642
  */
1643
1643
  rules?: TopicRuleListItem[];
1644
1644
  /**
1645
- * @public
1646
1645
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1646
+ * @public
1647
1647
  */
1648
1648
  nextToken?: string;
1649
1649
  }
@@ -1652,53 +1652,53 @@ export interface ListTopicRulesResponse {
1652
1652
  */
1653
1653
  export interface ListV2LoggingLevelsRequest {
1654
1654
  /**
1655
- * @public
1656
1655
  * <p>The type of resource for which you are configuring logging. Must be
1657
1656
  * <code>THING_Group</code>.</p>
1657
+ * @public
1658
1658
  */
1659
1659
  targetType?: LogTargetType;
1660
1660
  /**
1661
- * @public
1662
1661
  * <p>To retrieve the next set of results, the <code>nextToken</code>
1663
1662
  * value from a previous response; otherwise <b>null</b> to receive
1664
1663
  * the first set of results.</p>
1664
+ * @public
1665
1665
  */
1666
1666
  nextToken?: string;
1667
1667
  /**
1668
- * @public
1669
1668
  * <p>The maximum number of results to return at one time.</p>
1669
+ * @public
1670
1670
  */
1671
1671
  maxResults?: number;
1672
1672
  }
1673
1673
  /**
1674
- * @public
1675
1674
  * <p>A log target.</p>
1675
+ * @public
1676
1676
  */
1677
1677
  export interface LogTarget {
1678
1678
  /**
1679
- * @public
1680
1679
  * <p>The target type.</p>
1680
+ * @public
1681
1681
  */
1682
1682
  targetType: LogTargetType | undefined;
1683
1683
  /**
1684
- * @public
1685
1684
  * <p>The target name.</p>
1685
+ * @public
1686
1686
  */
1687
1687
  targetName?: string;
1688
1688
  }
1689
1689
  /**
1690
- * @public
1691
1690
  * <p>The target configuration.</p>
1691
+ * @public
1692
1692
  */
1693
1693
  export interface LogTargetConfiguration {
1694
1694
  /**
1695
- * @public
1696
1695
  * <p>A log target</p>
1696
+ * @public
1697
1697
  */
1698
1698
  logTarget?: LogTarget;
1699
1699
  /**
1700
- * @public
1701
1700
  * <p>The logging level.</p>
1701
+ * @public
1702
1702
  */
1703
1703
  logLevel?: LogLevel;
1704
1704
  }
@@ -1707,13 +1707,13 @@ export interface LogTargetConfiguration {
1707
1707
  */
1708
1708
  export interface ListV2LoggingLevelsResponse {
1709
1709
  /**
1710
- * @public
1711
1710
  * <p>The logging configuration for a target.</p>
1711
+ * @public
1712
1712
  */
1713
1713
  logTargetConfigurations?: LogTargetConfiguration[];
1714
1714
  /**
1715
- * @public
1716
1715
  * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
1716
+ * @public
1717
1717
  */
1718
1718
  nextToken?: string;
1719
1719
  }
@@ -1722,52 +1722,52 @@ export interface ListV2LoggingLevelsResponse {
1722
1722
  */
1723
1723
  export interface ListViolationEventsRequest {
1724
1724
  /**
1725
- * @public
1726
1725
  * <p>The start time for the alerts to be listed.</p>
1726
+ * @public
1727
1727
  */
1728
1728
  startTime: Date | undefined;
1729
1729
  /**
1730
- * @public
1731
1730
  * <p>The end time for the alerts to be listed.</p>
1731
+ * @public
1732
1732
  */
1733
1733
  endTime: Date | undefined;
1734
1734
  /**
1735
- * @public
1736
1735
  * <p>A filter to limit results to those alerts caused by the specified thing.</p>
1736
+ * @public
1737
1737
  */
1738
1738
  thingName?: string;
1739
1739
  /**
1740
- * @public
1741
1740
  * <p>A filter to limit results to those alerts generated by the specified security profile.</p>
1741
+ * @public
1742
1742
  */
1743
1743
  securityProfileName?: string;
1744
1744
  /**
1745
- * @public
1746
1745
  * <p>
1747
1746
  * The criteria for a behavior.
1748
1747
  * </p>
1748
+ * @public
1749
1749
  */
1750
1750
  behaviorCriteriaType?: BehaviorCriteriaType;
1751
1751
  /**
1752
- * @public
1753
1752
  * <p>
1754
1753
  * A list of all suppressed alerts.
1755
1754
  * </p>
1755
+ * @public
1756
1756
  */
1757
1757
  listSuppressedAlerts?: boolean;
1758
1758
  /**
1759
- * @public
1760
1759
  * <p>The verification state of the violation (detect alarm).</p>
1760
+ * @public
1761
1761
  */
1762
1762
  verificationState?: VerificationState;
1763
1763
  /**
1764
- * @public
1765
1764
  * <p>The token for the next set of results.</p>
1765
+ * @public
1766
1766
  */
1767
1767
  nextToken?: string;
1768
1768
  /**
1769
- * @public
1770
1769
  * <p>The maximum number of results to return at one time.</p>
1770
+ * @public
1771
1771
  */
1772
1772
  maxResults?: number;
1773
1773
  }
@@ -1785,60 +1785,60 @@ export declare const ViolationEventType: {
1785
1785
  */
1786
1786
  export type ViolationEventType = (typeof ViolationEventType)[keyof typeof ViolationEventType];
1787
1787
  /**
1788
- * @public
1789
1788
  * <p>Information about a Device Defender security profile behavior violation.</p>
1789
+ * @public
1790
1790
  */
1791
1791
  export interface ViolationEvent {
1792
1792
  /**
1793
- * @public
1794
1793
  * <p>The ID of the violation event.</p>
1794
+ * @public
1795
1795
  */
1796
1796
  violationId?: string;
1797
1797
  /**
1798
- * @public
1799
1798
  * <p>The name of the thing responsible for the violation event.</p>
1799
+ * @public
1800
1800
  */
1801
1801
  thingName?: string;
1802
1802
  /**
1803
- * @public
1804
1803
  * <p>The name of the security profile whose behavior was violated.</p>
1804
+ * @public
1805
1805
  */
1806
1806
  securityProfileName?: string;
1807
1807
  /**
1808
- * @public
1809
1808
  * <p>The behavior that was violated.</p>
1809
+ * @public
1810
1810
  */
1811
1811
  behavior?: Behavior;
1812
1812
  /**
1813
- * @public
1814
1813
  * <p>The value of the metric (the measurement).</p>
1814
+ * @public
1815
1815
  */
1816
1816
  metricValue?: MetricValue;
1817
1817
  /**
1818
- * @public
1819
1818
  * <p>
1820
1819
  * The details of a violation event.
1821
1820
  * </p>
1821
+ * @public
1822
1822
  */
1823
1823
  violationEventAdditionalInfo?: ViolationEventAdditionalInfo;
1824
1824
  /**
1825
- * @public
1826
1825
  * <p>The type of violation event.</p>
1826
+ * @public
1827
1827
  */
1828
1828
  violationEventType?: ViolationEventType;
1829
1829
  /**
1830
- * @public
1831
1830
  * <p>The verification state of the violation (detect alarm).</p>
1831
+ * @public
1832
1832
  */
1833
1833
  verificationState?: VerificationState;
1834
1834
  /**
1835
- * @public
1836
1835
  * <p>The description of the verification state of the violation.</p>
1836
+ * @public
1837
1837
  */
1838
1838
  verificationStateDescription?: string;
1839
1839
  /**
1840
- * @public
1841
1840
  * <p>The time the violation event occurred.</p>
1841
+ * @public
1842
1842
  */
1843
1843
  violationEventTime?: Date;
1844
1844
  }
@@ -1847,15 +1847,15 @@ export interface ViolationEvent {
1847
1847
  */
1848
1848
  export interface ListViolationEventsResponse {
1849
1849
  /**
1850
- * @public
1851
1850
  * <p>The security profile violation alerts issued for this account during the given time period,
1852
1851
  * potentially filtered by security profile, behavior violated, or thing (device) violating.</p>
1852
+ * @public
1853
1853
  */
1854
1854
  violationEvents?: ViolationEvent[];
1855
1855
  /**
1856
- * @public
1857
1856
  * <p>A token that can be used to retrieve the next set of results, or <code>null</code> if there are no
1858
1857
  * additional results.</p>
1858
+ * @public
1859
1859
  */
1860
1860
  nextToken?: string;
1861
1861
  }
@@ -1864,18 +1864,18 @@ export interface ListViolationEventsResponse {
1864
1864
  */
1865
1865
  export interface PutVerificationStateOnViolationRequest {
1866
1866
  /**
1867
- * @public
1868
1867
  * <p>The violation ID.</p>
1868
+ * @public
1869
1869
  */
1870
1870
  violationId: string | undefined;
1871
1871
  /**
1872
- * @public
1873
1872
  * <p>The verification state of the violation.</p>
1873
+ * @public
1874
1874
  */
1875
1875
  verificationState: VerificationState | undefined;
1876
1876
  /**
1877
- * @public
1878
1877
  * <p>The description of the verification state of the violation (detect alarm).</p>
1878
+ * @public
1879
1879
  */
1880
1880
  verificationStateDescription?: string;
1881
1881
  }
@@ -1885,43 +1885,42 @@ export interface PutVerificationStateOnViolationRequest {
1885
1885
  export interface PutVerificationStateOnViolationResponse {
1886
1886
  }
1887
1887
  /**
1888
- * @public
1889
1888
  * <p>The input to the RegisterCACertificate operation.</p>
1889
+ * @public
1890
1890
  */
1891
1891
  export interface RegisterCACertificateRequest {
1892
1892
  /**
1893
- * @public
1894
1893
  * <p>The CA certificate.</p>
1894
+ * @public
1895
1895
  */
1896
1896
  caCertificate: string | undefined;
1897
1897
  /**
1898
- * @public
1899
1898
  * <p>The private key verification certificate. If <code>certificateMode</code> is
1900
1899
  * <code>SNI_ONLY</code>, the <code>verificationCertificate</code> field must be empty. If
1901
1900
  * <code>certificateMode</code> is <code>DEFAULT</code> or not provided, the
1902
1901
  * <code>verificationCertificate</code> field must not be empty. </p>
1902
+ * @public
1903
1903
  */
1904
1904
  verificationCertificate?: string;
1905
1905
  /**
1906
- * @public
1907
1906
  * <p>A boolean value that specifies if the CA certificate is set to active.</p>
1908
1907
  * <p>Valid values: <code>ACTIVE | INACTIVE</code>
1909
1908
  * </p>
1909
+ * @public
1910
1910
  */
1911
1911
  setAsActive?: boolean;
1912
1912
  /**
1913
- * @public
1914
1913
  * <p>Allows this CA certificate to be used for auto registration of device
1915
1914
  * certificates.</p>
1915
+ * @public
1916
1916
  */
1917
1917
  allowAutoRegistration?: boolean;
1918
1918
  /**
1919
- * @public
1920
1919
  * <p>Information about the registration configuration.</p>
1920
+ * @public
1921
1921
  */
1922
1922
  registrationConfig?: RegistrationConfig;
1923
1923
  /**
1924
- * @public
1925
1924
  * <p>Metadata which can be used to manage the CA certificate.</p>
1926
1925
  * <note>
1927
1926
  * <p>For URI Request parameters use format: ...key1=value1&key2=value2...</p>
@@ -1930,10 +1929,10 @@ export interface RegisterCACertificateRequest {
1930
1929
  * <p>For the cli-input-json file use format: "tags":
1931
1930
  * "key1=value1&key2=value2..."</p>
1932
1931
  * </note>
1932
+ * @public
1933
1933
  */
1934
1934
  tags?: Tag[];
1935
1935
  /**
1936
- * @public
1937
1936
  * <p>Describes the certificate mode in which the Certificate Authority (CA) will be
1938
1937
  * registered. If the <code>verificationCertificate</code> field is not provided, set <code>certificateMode</code> to be <code>SNI_ONLY</code>.
1939
1938
  * If the <code>verificationCertificate</code> field is provided, set <code>certificateMode</code> to be <code>DEFAULT</code>.
@@ -1943,28 +1942,29 @@ export interface RegisterCACertificateRequest {
1943
1942
  * <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_CertificateDescription.html#iot-Type-CertificateDescription-certificateMode">
1944
1943
  * certificate mode</a>.
1945
1944
  * </p>
1945
+ * @public
1946
1946
  */
1947
1947
  certificateMode?: CertificateMode;
1948
1948
  }
1949
1949
  /**
1950
- * @public
1951
1950
  * <p>The output from the RegisterCACertificateResponse operation.</p>
1951
+ * @public
1952
1952
  */
1953
1953
  export interface RegisterCACertificateResponse {
1954
1954
  /**
1955
- * @public
1956
1955
  * <p>The CA certificate ARN.</p>
1956
+ * @public
1957
1957
  */
1958
1958
  certificateArn?: string;
1959
1959
  /**
1960
- * @public
1961
1960
  * <p>The CA certificate identifier.</p>
1961
+ * @public
1962
1962
  */
1963
1963
  certificateId?: string;
1964
1964
  }
1965
1965
  /**
1966
- * @public
1967
1966
  * <p>The registration code is invalid.</p>
1967
+ * @public
1968
1968
  */
1969
1969
  export declare class RegistrationCodeValidationException extends __BaseException {
1970
1970
  readonly name: "RegistrationCodeValidationException";
@@ -1975,10 +1975,10 @@ export declare class RegistrationCodeValidationException extends __BaseException
1975
1975
  constructor(opts: __ExceptionOptionType<RegistrationCodeValidationException, __BaseException>);
1976
1976
  }
1977
1977
  /**
1978
- * @public
1979
1978
  * <p>Unable to verify the CA certificate used to sign the device certificate you are
1980
1979
  * attempting to register. This is happens when you have registered more than one CA
1981
1980
  * certificate that has the same subject field and public key.</p>
1981
+ * @public
1982
1982
  */
1983
1983
  export declare class CertificateConflictException extends __BaseException {
1984
1984
  readonly name: "CertificateConflictException";
@@ -1989,49 +1989,49 @@ export declare class CertificateConflictException extends __BaseException {
1989
1989
  constructor(opts: __ExceptionOptionType<CertificateConflictException, __BaseException>);
1990
1990
  }
1991
1991
  /**
1992
- * @public
1993
1992
  * <p>The input to the RegisterCertificate operation.</p>
1993
+ * @public
1994
1994
  */
1995
1995
  export interface RegisterCertificateRequest {
1996
1996
  /**
1997
- * @public
1998
1997
  * <p>The certificate data, in PEM format.</p>
1998
+ * @public
1999
1999
  */
2000
2000
  certificatePem: string | undefined;
2001
2001
  /**
2002
- * @public
2003
2002
  * <p>The CA certificate used to sign the device certificate being registered.</p>
2003
+ * @public
2004
2004
  */
2005
2005
  caCertificatePem?: string;
2006
2006
  /**
2007
- * @public
2008
2007
  * @deprecated
2009
2008
  *
2010
2009
  * <p>A boolean value that specifies if the certificate is set to active.</p>
2011
2010
  * <p>Valid values: <code>ACTIVE | INACTIVE</code>
2012
2011
  * </p>
2012
+ * @public
2013
2013
  */
2014
2014
  setAsActive?: boolean;
2015
2015
  /**
2016
- * @public
2017
2016
  * <p>The status of the register certificate request. Valid values that you can use include
2018
2017
  * <code>ACTIVE</code>, <code>INACTIVE</code>, and <code>REVOKED</code>.</p>
2018
+ * @public
2019
2019
  */
2020
2020
  status?: CertificateStatus;
2021
2021
  }
2022
2022
  /**
2023
- * @public
2024
2023
  * <p>The output from the RegisterCertificate operation.</p>
2024
+ * @public
2025
2025
  */
2026
2026
  export interface RegisterCertificateResponse {
2027
2027
  /**
2028
- * @public
2029
2028
  * <p>The certificate ARN.</p>
2029
+ * @public
2030
2030
  */
2031
2031
  certificateArn?: string;
2032
2032
  /**
2033
- * @public
2034
2033
  * <p>The certificate identifier.</p>
2034
+ * @public
2035
2035
  */
2036
2036
  certificateId?: string;
2037
2037
  }
@@ -2040,13 +2040,13 @@ export interface RegisterCertificateResponse {
2040
2040
  */
2041
2041
  export interface RegisterCertificateWithoutCARequest {
2042
2042
  /**
2043
- * @public
2044
2043
  * <p>The certificate data, in PEM format.</p>
2044
+ * @public
2045
2045
  */
2046
2046
  certificatePem: string | undefined;
2047
2047
  /**
2048
- * @public
2049
2048
  * <p>The status of the register certificate request.</p>
2049
+ * @public
2050
2050
  */
2051
2051
  status?: CertificateStatus;
2052
2052
  }
@@ -2055,14 +2055,14 @@ export interface RegisterCertificateWithoutCARequest {
2055
2055
  */
2056
2056
  export interface RegisterCertificateWithoutCAResponse {
2057
2057
  /**
2058
- * @public
2059
2058
  * <p>The Amazon Resource Name (ARN) of the registered certificate.</p>
2059
+ * @public
2060
2060
  */
2061
2061
  certificateArn?: string;
2062
2062
  /**
2063
- * @public
2064
2063
  * <p>The ID of the registered certificate. (The last part of the certificate ARN contains the
2065
2064
  * certificate ID.</p>
2065
+ * @public
2066
2066
  */
2067
2067
  certificateId?: string;
2068
2068
  }
@@ -2071,13 +2071,13 @@ export interface RegisterCertificateWithoutCAResponse {
2071
2071
  */
2072
2072
  export interface RegisterThingRequest {
2073
2073
  /**
2074
- * @public
2075
2074
  * <p>The provisioning template. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-w-cert.html">Provisioning Devices That Have Device Certificates</a> for more information.</p>
2075
+ * @public
2076
2076
  */
2077
2077
  templateBody: string | undefined;
2078
2078
  /**
2079
- * @public
2080
2079
  * <p>The parameters for provisioning a thing. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-template.html">Provisioning Templates</a> for more information.</p>
2080
+ * @public
2081
2081
  */
2082
2082
  parameters?: Record<string, string>;
2083
2083
  }
@@ -2086,19 +2086,19 @@ export interface RegisterThingRequest {
2086
2086
  */
2087
2087
  export interface RegisterThingResponse {
2088
2088
  /**
2089
- * @public
2090
2089
  * <p>The certificate data, in PEM format.</p>
2090
+ * @public
2091
2091
  */
2092
2092
  certificatePem?: string;
2093
2093
  /**
2094
- * @public
2095
2094
  * <p>ARNs for the generated resources.</p>
2095
+ * @public
2096
2096
  */
2097
2097
  resourceArns?: Record<string, string>;
2098
2098
  }
2099
2099
  /**
2100
- * @public
2101
2100
  * <p>The resource registration failed.</p>
2101
+ * @public
2102
2102
  */
2103
2103
  export declare class ResourceRegistrationFailureException extends __BaseException {
2104
2104
  readonly name: "ResourceRegistrationFailureException";
@@ -2109,19 +2109,19 @@ export declare class ResourceRegistrationFailureException extends __BaseExceptio
2109
2109
  constructor(opts: __ExceptionOptionType<ResourceRegistrationFailureException, __BaseException>);
2110
2110
  }
2111
2111
  /**
2112
- * @public
2113
2112
  * <p>The input for the RejectCertificateTransfer operation.</p>
2113
+ * @public
2114
2114
  */
2115
2115
  export interface RejectCertificateTransferRequest {
2116
2116
  /**
2117
- * @public
2118
2117
  * <p>The ID of the certificate. (The last part of the certificate ARN contains the
2119
2118
  * certificate ID.)</p>
2119
+ * @public
2120
2120
  */
2121
2121
  certificateId: string | undefined;
2122
2122
  /**
2123
- * @public
2124
2123
  * <p>The reason the certificate transfer was rejected.</p>
2124
+ * @public
2125
2125
  */
2126
2126
  rejectReason?: string;
2127
2127
  }
@@ -2130,23 +2130,23 @@ export interface RejectCertificateTransferRequest {
2130
2130
  */
2131
2131
  export interface RemoveThingFromBillingGroupRequest {
2132
2132
  /**
2133
- * @public
2134
2133
  * <p>The name of the billing group.</p>
2134
+ * @public
2135
2135
  */
2136
2136
  billingGroupName?: string;
2137
2137
  /**
2138
- * @public
2139
2138
  * <p>The ARN of the billing group.</p>
2139
+ * @public
2140
2140
  */
2141
2141
  billingGroupArn?: string;
2142
2142
  /**
2143
- * @public
2144
2143
  * <p>The name of the thing to be removed from the billing group.</p>
2144
+ * @public
2145
2145
  */
2146
2146
  thingName?: string;
2147
2147
  /**
2148
- * @public
2149
2148
  * <p>The ARN of the thing to be removed from the billing group.</p>
2149
+ * @public
2150
2150
  */
2151
2151
  thingArn?: string;
2152
2152
  }
@@ -2160,23 +2160,23 @@ export interface RemoveThingFromBillingGroupResponse {
2160
2160
  */
2161
2161
  export interface RemoveThingFromThingGroupRequest {
2162
2162
  /**
2163
- * @public
2164
2163
  * <p>The group name.</p>
2164
+ * @public
2165
2165
  */
2166
2166
  thingGroupName?: string;
2167
2167
  /**
2168
- * @public
2169
2168
  * <p>The group ARN.</p>
2169
+ * @public
2170
2170
  */
2171
2171
  thingGroupArn?: string;
2172
2172
  /**
2173
- * @public
2174
2173
  * <p>The name of the thing to remove from the group.</p>
2174
+ * @public
2175
2175
  */
2176
2176
  thingName?: string;
2177
2177
  /**
2178
- * @public
2179
2178
  * <p>The ARN of the thing to remove from the group.</p>
2179
+ * @public
2180
2180
  */
2181
2181
  thingArn?: string;
2182
2182
  }
@@ -2186,18 +2186,18 @@ export interface RemoveThingFromThingGroupRequest {
2186
2186
  export interface RemoveThingFromThingGroupResponse {
2187
2187
  }
2188
2188
  /**
2189
- * @public
2190
2189
  * <p>The input for the ReplaceTopicRule operation.</p>
2190
+ * @public
2191
2191
  */
2192
2192
  export interface ReplaceTopicRuleRequest {
2193
2193
  /**
2194
- * @public
2195
2194
  * <p>The name of the rule.</p>
2195
+ * @public
2196
2196
  */
2197
2197
  ruleName: string | undefined;
2198
2198
  /**
2199
- * @public
2200
2199
  * <p>The rule payload.</p>
2200
+ * @public
2201
2201
  */
2202
2202
  topicRulePayload: TopicRulePayload | undefined;
2203
2203
  }
@@ -2206,138 +2206,138 @@ export interface ReplaceTopicRuleRequest {
2206
2206
  */
2207
2207
  export interface SearchIndexRequest {
2208
2208
  /**
2209
- * @public
2210
2209
  * <p>The search index name.</p>
2210
+ * @public
2211
2211
  */
2212
2212
  indexName?: string;
2213
2213
  /**
2214
- * @public
2215
2214
  * <p>The search query string. For more information about the search query syntax, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/query-syntax.html">Query
2216
2215
  * syntax</a>.</p>
2216
+ * @public
2217
2217
  */
2218
2218
  queryString: string | undefined;
2219
2219
  /**
2220
- * @public
2221
2220
  * <p>The token used to get the next set of results, or <code>null</code> if there are no additional
2222
2221
  * results.</p>
2222
+ * @public
2223
2223
  */
2224
2224
  nextToken?: string;
2225
2225
  /**
2226
- * @public
2227
2226
  * <p>The maximum number of results to return per page at one time. This maximum number
2228
2227
  * cannot exceed 100. The response might contain fewer results but will never contain more. You
2229
2228
  * can use <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_SearchIndex.html#iot-SearchIndex-request-nextToken">
2230
2229
  * <code>nextToken</code>
2231
2230
  * </a> to retrieve the next set of results until
2232
2231
  * <code>nextToken</code> returns <code>NULL</code>.</p>
2232
+ * @public
2233
2233
  */
2234
2234
  maxResults?: number;
2235
2235
  /**
2236
- * @public
2237
2236
  * <p>The query version.</p>
2237
+ * @public
2238
2238
  */
2239
2239
  queryVersion?: string;
2240
2240
  }
2241
2241
  /**
2242
- * @public
2243
2242
  * <p>The thing group search index document.</p>
2243
+ * @public
2244
2244
  */
2245
2245
  export interface ThingGroupDocument {
2246
2246
  /**
2247
- * @public
2248
2247
  * <p>The thing group name.</p>
2248
+ * @public
2249
2249
  */
2250
2250
  thingGroupName?: string;
2251
2251
  /**
2252
- * @public
2253
2252
  * <p>The thing group ID.</p>
2253
+ * @public
2254
2254
  */
2255
2255
  thingGroupId?: string;
2256
2256
  /**
2257
- * @public
2258
2257
  * <p>The thing group description.</p>
2258
+ * @public
2259
2259
  */
2260
2260
  thingGroupDescription?: string;
2261
2261
  /**
2262
- * @public
2263
2262
  * <p>The thing group attributes.</p>
2263
+ * @public
2264
2264
  */
2265
2265
  attributes?: Record<string, string>;
2266
2266
  /**
2267
- * @public
2268
2267
  * <p>Parent group names.</p>
2268
+ * @public
2269
2269
  */
2270
2270
  parentGroupNames?: string[];
2271
2271
  }
2272
2272
  /**
2273
- * @public
2274
2273
  * <p>The connectivity status of the thing.</p>
2274
+ * @public
2275
2275
  */
2276
2276
  export interface ThingConnectivity {
2277
2277
  /**
2278
- * @public
2279
2278
  * <p>True if the thing is connected to the Amazon Web Services IoT Core service; false if it is not
2280
2279
  * connected.</p>
2280
+ * @public
2281
2281
  */
2282
2282
  connected?: boolean;
2283
2283
  /**
2284
- * @public
2285
2284
  * <p>The epoch time (in milliseconds) when the thing last connected or disconnected. If the
2286
2285
  * thing has been disconnected for approximately an hour, the time value might be missing.</p>
2286
+ * @public
2287
2287
  */
2288
2288
  timestamp?: number;
2289
2289
  /**
2290
- * @public
2291
2290
  * <p>The reason why the client is disconnected. If the thing has been disconnected for approximately an hour, the <code>disconnectReason</code> value might be missing.</p>
2291
+ * @public
2292
2292
  */
2293
2293
  disconnectReason?: string;
2294
2294
  }
2295
2295
  /**
2296
- * @public
2297
2296
  * <p>The thing search index document.</p>
2297
+ * @public
2298
2298
  */
2299
2299
  export interface ThingDocument {
2300
2300
  /**
2301
- * @public
2302
2301
  * <p>The thing name.</p>
2302
+ * @public
2303
2303
  */
2304
2304
  thingName?: string;
2305
2305
  /**
2306
- * @public
2307
2306
  * <p>The thing ID.</p>
2307
+ * @public
2308
2308
  */
2309
2309
  thingId?: string;
2310
2310
  /**
2311
- * @public
2312
2311
  * <p>The thing type name.</p>
2312
+ * @public
2313
2313
  */
2314
2314
  thingTypeName?: string;
2315
2315
  /**
2316
- * @public
2317
2316
  * <p>Thing group names.</p>
2317
+ * @public
2318
2318
  */
2319
2319
  thingGroupNames?: string[];
2320
2320
  /**
2321
- * @public
2322
2321
  * <p>The attributes.</p>
2322
+ * @public
2323
2323
  */
2324
2324
  attributes?: Record<string, string>;
2325
2325
  /**
2326
- * @public
2327
2326
  * <p>The unnamed shadow and named shadow.</p>
2328
2327
  * <p>For more information about shadows, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html">IoT Device Shadow service.</a>
2329
2328
  * </p>
2329
+ * @public
2330
2330
  */
2331
2331
  shadow?: string;
2332
2332
  /**
2333
- * @public
2334
2333
  * <p>Contains Device Defender data.</p>
2335
2334
  * <p>For more information about Device Defender, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/device-defender.html">Device Defender</a>. </p>
2335
+ * @public
2336
2336
  */
2337
2337
  deviceDefender?: string;
2338
2338
  /**
2339
- * @public
2340
2339
  * <p>Indicates whether the thing is connected to the Amazon Web Services IoT Core service.</p>
2340
+ * @public
2341
2341
  */
2342
2342
  connectivity?: ThingConnectivity;
2343
2343
  }
@@ -2346,19 +2346,19 @@ export interface ThingDocument {
2346
2346
  */
2347
2347
  export interface SearchIndexResponse {
2348
2348
  /**
2349
- * @public
2350
2349
  * <p>The token used to get the next set of results, or <code>null</code> if there are no additional
2351
2350
  * results.</p>
2351
+ * @public
2352
2352
  */
2353
2353
  nextToken?: string;
2354
2354
  /**
2355
- * @public
2356
2355
  * <p>The things that match the search query.</p>
2356
+ * @public
2357
2357
  */
2358
2358
  things?: ThingDocument[];
2359
2359
  /**
2360
- * @public
2361
2360
  * <p>The thing groups that match the search query.</p>
2361
+ * @public
2362
2362
  */
2363
2363
  thingGroups?: ThingGroupDocument[];
2364
2364
  }
@@ -2367,8 +2367,8 @@ export interface SearchIndexResponse {
2367
2367
  */
2368
2368
  export interface SetDefaultAuthorizerRequest {
2369
2369
  /**
2370
- * @public
2371
2370
  * <p>The authorizer name.</p>
2371
+ * @public
2372
2372
  */
2373
2373
  authorizerName: string | undefined;
2374
2374
  }
@@ -2377,56 +2377,56 @@ export interface SetDefaultAuthorizerRequest {
2377
2377
  */
2378
2378
  export interface SetDefaultAuthorizerResponse {
2379
2379
  /**
2380
- * @public
2381
2380
  * <p>The authorizer name.</p>
2381
+ * @public
2382
2382
  */
2383
2383
  authorizerName?: string;
2384
2384
  /**
2385
- * @public
2386
2385
  * <p>The authorizer ARN.</p>
2386
+ * @public
2387
2387
  */
2388
2388
  authorizerArn?: string;
2389
2389
  }
2390
2390
  /**
2391
- * @public
2392
2391
  * <p>The input for the SetDefaultPolicyVersion operation.</p>
2392
+ * @public
2393
2393
  */
2394
2394
  export interface SetDefaultPolicyVersionRequest {
2395
2395
  /**
2396
- * @public
2397
2396
  * <p>The policy name.</p>
2397
+ * @public
2398
2398
  */
2399
2399
  policyName: string | undefined;
2400
2400
  /**
2401
- * @public
2402
2401
  * <p>The policy version ID.</p>
2402
+ * @public
2403
2403
  */
2404
2404
  policyVersionId: string | undefined;
2405
2405
  }
2406
2406
  /**
2407
- * @public
2408
2407
  * <p>Describes the logging options payload.</p>
2408
+ * @public
2409
2409
  */
2410
2410
  export interface LoggingOptionsPayload {
2411
2411
  /**
2412
- * @public
2413
2412
  * <p>The ARN of the IAM role that grants access.</p>
2413
+ * @public
2414
2414
  */
2415
2415
  roleArn: string | undefined;
2416
2416
  /**
2417
- * @public
2418
2417
  * <p>The log level.</p>
2418
+ * @public
2419
2419
  */
2420
2420
  logLevel?: LogLevel;
2421
2421
  }
2422
2422
  /**
2423
- * @public
2424
2423
  * <p>The input for the SetLoggingOptions operation.</p>
2424
+ * @public
2425
2425
  */
2426
2426
  export interface SetLoggingOptionsRequest {
2427
2427
  /**
2428
- * @public
2429
2428
  * <p>The logging options payload.</p>
2429
+ * @public
2430
2430
  */
2431
2431
  loggingOptionsPayload: LoggingOptionsPayload | undefined;
2432
2432
  }
@@ -2435,13 +2435,13 @@ export interface SetLoggingOptionsRequest {
2435
2435
  */
2436
2436
  export interface SetV2LoggingLevelRequest {
2437
2437
  /**
2438
- * @public
2439
2438
  * <p>The log target.</p>
2439
+ * @public
2440
2440
  */
2441
2441
  logTarget: LogTarget | undefined;
2442
2442
  /**
2443
- * @public
2444
2443
  * <p>The log level.</p>
2444
+ * @public
2445
2445
  */
2446
2446
  logLevel: LogLevel | undefined;
2447
2447
  }
@@ -2450,18 +2450,18 @@ export interface SetV2LoggingLevelRequest {
2450
2450
  */
2451
2451
  export interface SetV2LoggingOptionsRequest {
2452
2452
  /**
2453
- * @public
2454
2453
  * <p>The ARN of the role that allows IoT to write to Cloudwatch logs.</p>
2454
+ * @public
2455
2455
  */
2456
2456
  roleArn?: string;
2457
2457
  /**
2458
- * @public
2459
2458
  * <p>The default logging level.</p>
2459
+ * @public
2460
2460
  */
2461
2461
  defaultLogLevel?: LogLevel;
2462
2462
  /**
2463
- * @public
2464
2463
  * <p>If true all logs are disabled. The default is false.</p>
2464
+ * @public
2465
2465
  */
2466
2466
  disableAllLogs?: boolean;
2467
2467
  }
@@ -2470,26 +2470,26 @@ export interface SetV2LoggingOptionsRequest {
2470
2470
  */
2471
2471
  export interface StartAuditMitigationActionsTaskRequest {
2472
2472
  /**
2473
- * @public
2474
2473
  * <p>A unique identifier for the task. You can use this identifier to check the status of the task or to cancel it.</p>
2474
+ * @public
2475
2475
  */
2476
2476
  taskId: string | undefined;
2477
2477
  /**
2478
- * @public
2479
2478
  * <p>Specifies the audit findings to which the mitigation actions are applied. You can apply
2480
2479
  * them to a type of audit check, to all findings from an audit, or to a
2481
2480
  * specific set of
2482
2481
  * findings.</p>
2482
+ * @public
2483
2483
  */
2484
2484
  target: AuditMitigationActionsTaskTarget | undefined;
2485
2485
  /**
2486
- * @public
2487
2486
  * <p>For an audit check, specifies which mitigation actions to apply. Those actions must be defined in your Amazon Web Services accounts.</p>
2487
+ * @public
2488
2488
  */
2489
2489
  auditCheckToActionsMapping: Record<string, string[]> | undefined;
2490
2490
  /**
2491
- * @public
2492
2491
  * <p>Each audit mitigation task must have a unique client request token. If you try to start a new task with the same token as a task that already exists, an exception occurs. If you omit this value, a unique client request token is generated automatically.</p>
2492
+ * @public
2493
2493
  */
2494
2494
  clientRequestToken?: string;
2495
2495
  }
@@ -2498,16 +2498,16 @@ export interface StartAuditMitigationActionsTaskRequest {
2498
2498
  */
2499
2499
  export interface StartAuditMitigationActionsTaskResponse {
2500
2500
  /**
2501
- * @public
2502
2501
  * <p>The unique identifier for the audit mitigation task. This matches the <code>taskId</code> that you specified in the request.</p>
2502
+ * @public
2503
2503
  */
2504
2504
  taskId?: string;
2505
2505
  }
2506
2506
  /**
2507
- * @public
2508
2507
  * <p>
2509
2508
  * This exception occurs if you attempt to start a task with the same task-id as an existing task but with a different clientRequestToken.
2510
2509
  * </p>
2510
+ * @public
2511
2511
  */
2512
2512
  export declare class TaskAlreadyExistsException extends __BaseException {
2513
2513
  readonly name: "TaskAlreadyExistsException";
@@ -2522,52 +2522,52 @@ export declare class TaskAlreadyExistsException extends __BaseException {
2522
2522
  */
2523
2523
  export interface StartDetectMitigationActionsTaskRequest {
2524
2524
  /**
2525
- * @public
2526
2525
  * <p>
2527
2526
  * The unique identifier of the task.
2528
2527
  * </p>
2528
+ * @public
2529
2529
  */
2530
2530
  taskId: string | undefined;
2531
2531
  /**
2532
- * @public
2533
2532
  * <p>
2534
2533
  * Specifies the ML Detect findings to which the mitigation actions are applied.
2535
2534
  * </p>
2535
+ * @public
2536
2536
  */
2537
2537
  target: DetectMitigationActionsTaskTarget | undefined;
2538
2538
  /**
2539
- * @public
2540
2539
  * <p>
2541
2540
  * The actions to be performed when a device has unexpected behavior.
2542
2541
  * </p>
2542
+ * @public
2543
2543
  */
2544
2544
  actions: string[] | undefined;
2545
2545
  /**
2546
- * @public
2547
2546
  * <p>
2548
2547
  * Specifies the time period of which violation events occurred between.
2549
2548
  * </p>
2549
+ * @public
2550
2550
  */
2551
2551
  violationEventOccurrenceRange?: ViolationEventOccurrenceRange;
2552
2552
  /**
2553
- * @public
2554
2553
  * <p>
2555
2554
  * Specifies to list only active violations.
2556
2555
  * </p>
2556
+ * @public
2557
2557
  */
2558
2558
  includeOnlyActiveViolations?: boolean;
2559
2559
  /**
2560
- * @public
2561
2560
  * <p>
2562
2561
  * Specifies to include suppressed alerts.
2563
2562
  * </p>
2563
+ * @public
2564
2564
  */
2565
2565
  includeSuppressedAlerts?: boolean;
2566
2566
  /**
2567
- * @public
2568
2567
  * <p>
2569
2568
  * Each mitigation action task must have a unique client request token. If you try to create a new task with the same token as a task that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.
2570
2569
  * </p>
2570
+ * @public
2571
2571
  */
2572
2572
  clientRequestToken?: string;
2573
2573
  }
@@ -2576,10 +2576,10 @@ export interface StartDetectMitigationActionsTaskRequest {
2576
2576
  */
2577
2577
  export interface StartDetectMitigationActionsTaskResponse {
2578
2578
  /**
2579
- * @public
2580
2579
  * <p>
2581
2580
  * The unique identifier of the task.
2582
2581
  * </p>
2582
+ * @public
2583
2583
  */
2584
2584
  taskId?: string;
2585
2585
  }
@@ -2588,11 +2588,11 @@ export interface StartDetectMitigationActionsTaskResponse {
2588
2588
  */
2589
2589
  export interface StartOnDemandAuditTaskRequest {
2590
2590
  /**
2591
- * @public
2592
2591
  * <p>Which checks are performed during the audit. The checks you specify must be enabled
2593
2592
  * for your account or an exception occurs. Use <code>DescribeAccountAuditConfiguration</code>
2594
2593
  * to see the list of all checks, including those that are enabled or
2595
2594
  * <code>UpdateAccountAuditConfiguration</code> to select which checks are enabled.</p>
2595
+ * @public
2596
2596
  */
2597
2597
  targetCheckNames: string[] | undefined;
2598
2598
  }
@@ -2601,8 +2601,8 @@ export interface StartOnDemandAuditTaskRequest {
2601
2601
  */
2602
2602
  export interface StartOnDemandAuditTaskResponse {
2603
2603
  /**
2604
- * @public
2605
2604
  * <p>The ID of the on-demand audit you started.</p>
2605
+ * @public
2606
2606
  */
2607
2607
  taskId?: string;
2608
2608
  }
@@ -2611,25 +2611,25 @@ export interface StartOnDemandAuditTaskResponse {
2611
2611
  */
2612
2612
  export interface StartThingRegistrationTaskRequest {
2613
2613
  /**
2614
- * @public
2615
2614
  * <p>The provisioning template.</p>
2615
+ * @public
2616
2616
  */
2617
2617
  templateBody: string | undefined;
2618
2618
  /**
2619
- * @public
2620
2619
  * <p>The S3 bucket that contains the input file.</p>
2620
+ * @public
2621
2621
  */
2622
2622
  inputFileBucket: string | undefined;
2623
2623
  /**
2624
- * @public
2625
2624
  * <p>The name of input file within the S3 bucket. This file contains a newline delimited
2626
2625
  * JSON file. Each line contains the parameter values to provision one device
2627
2626
  * (thing).</p>
2627
+ * @public
2628
2628
  */
2629
2629
  inputFileKey: string | undefined;
2630
2630
  /**
2631
- * @public
2632
2631
  * <p>The IAM role ARN that grants permission the input file.</p>
2632
+ * @public
2633
2633
  */
2634
2634
  roleArn: string | undefined;
2635
2635
  }
@@ -2638,8 +2638,8 @@ export interface StartThingRegistrationTaskRequest {
2638
2638
  */
2639
2639
  export interface StartThingRegistrationTaskResponse {
2640
2640
  /**
2641
- * @public
2642
2641
  * <p>The bulk thing provisioning task ID.</p>
2642
+ * @public
2643
2643
  */
2644
2644
  taskId?: string;
2645
2645
  }
@@ -2648,8 +2648,8 @@ export interface StartThingRegistrationTaskResponse {
2648
2648
  */
2649
2649
  export interface StopThingRegistrationTaskRequest {
2650
2650
  /**
2651
- * @public
2652
2651
  * <p>The bulk thing provisioning task ID.</p>
2652
+ * @public
2653
2653
  */
2654
2654
  taskId: string | undefined;
2655
2655
  }
@@ -2663,13 +2663,13 @@ export interface StopThingRegistrationTaskResponse {
2663
2663
  */
2664
2664
  export interface TagResourceRequest {
2665
2665
  /**
2666
- * @public
2667
2666
  * <p>The ARN of the resource.</p>
2667
+ * @public
2668
2668
  */
2669
2669
  resourceArn: string | undefined;
2670
2670
  /**
2671
- * @public
2672
2671
  * <p>The new or modified tags for the resource.</p>
2672
+ * @public
2673
2673
  */
2674
2674
  tags: Tag[] | undefined;
2675
2675
  }
@@ -2683,36 +2683,36 @@ export interface TagResourceResponse {
2683
2683
  */
2684
2684
  export interface TestAuthorizationRequest {
2685
2685
  /**
2686
- * @public
2687
2686
  * <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>
2687
+ * @public
2688
2688
  */
2689
2689
  principal?: string;
2690
2690
  /**
2691
- * @public
2692
2691
  * <p>The Cognito identity pool ID.</p>
2692
+ * @public
2693
2693
  */
2694
2694
  cognitoIdentityPoolId?: string;
2695
2695
  /**
2696
- * @public
2697
2696
  * <p>A list of authorization info objects. Simulating authorization will create a response
2698
2697
  * for each <code>authInfo</code> object in the list.</p>
2698
+ * @public
2699
2699
  */
2700
2700
  authInfos: AuthInfo[] | undefined;
2701
2701
  /**
2702
- * @public
2703
2702
  * <p>The MQTT client ID.</p>
2703
+ * @public
2704
2704
  */
2705
2705
  clientId?: string;
2706
2706
  /**
2707
- * @public
2708
2707
  * <p>When testing custom authorization, the policies specified here are treated as if they
2709
2708
  * are attached to the principal being authorized.</p>
2709
+ * @public
2710
2710
  */
2711
2711
  policyNamesToAdd?: string[];
2712
2712
  /**
2713
- * @public
2714
2713
  * <p>When testing custom authorization, the policies specified here are treated as if they
2715
2714
  * are not attached to the principal being authorized.</p>
2715
+ * @public
2716
2716
  */
2717
2717
  policyNamesToSkip?: string[];
2718
2718
  }
@@ -2721,14 +2721,14 @@ export interface TestAuthorizationRequest {
2721
2721
  */
2722
2722
  export interface TestAuthorizationResponse {
2723
2723
  /**
2724
- * @public
2725
2724
  * <p>The authentication results.</p>
2725
+ * @public
2726
2726
  */
2727
2727
  authResults?: AuthResult[];
2728
2728
  }
2729
2729
  /**
2730
- * @public
2731
2730
  * <p>The response is invalid.</p>
2731
+ * @public
2732
2732
  */
2733
2733
  export declare class InvalidResponseException extends __BaseException {
2734
2734
  readonly name: "InvalidResponseException";
@@ -2739,50 +2739,50 @@ export declare class InvalidResponseException extends __BaseException {
2739
2739
  constructor(opts: __ExceptionOptionType<InvalidResponseException, __BaseException>);
2740
2740
  }
2741
2741
  /**
2742
- * @public
2743
2742
  * <p>Specifies the HTTP context to use for the test authorizer request.</p>
2743
+ * @public
2744
2744
  */
2745
2745
  export interface HttpContext {
2746
2746
  /**
2747
- * @public
2748
2747
  * <p>The header keys and values in an HTTP authorization request.</p>
2748
+ * @public
2749
2749
  */
2750
2750
  headers?: Record<string, string>;
2751
2751
  /**
2752
- * @public
2753
2752
  * <p>The query string keys and values in an HTTP authorization request.</p>
2753
+ * @public
2754
2754
  */
2755
2755
  queryString?: string;
2756
2756
  }
2757
2757
  /**
2758
- * @public
2759
2758
  * <p>Specifies the MQTT context to use for the test authorizer request</p>
2759
+ * @public
2760
2760
  */
2761
2761
  export interface MqttContext {
2762
2762
  /**
2763
- * @public
2764
2763
  * <p>The value of the <code>username</code> key in an MQTT authorization request.</p>
2764
+ * @public
2765
2765
  */
2766
2766
  username?: string;
2767
2767
  /**
2768
- * @public
2769
2768
  * <p>The value of the <code>password</code> key in an MQTT authorization request.</p>
2769
+ * @public
2770
2770
  */
2771
2771
  password?: Uint8Array;
2772
2772
  /**
2773
- * @public
2774
2773
  * <p>The value of the <code>clientId</code> key in an MQTT authorization request.</p>
2774
+ * @public
2775
2775
  */
2776
2776
  clientId?: string;
2777
2777
  }
2778
2778
  /**
2779
- * @public
2780
2779
  * <p>Specifies the TLS context to use for the test authorizer request.</p>
2780
+ * @public
2781
2781
  */
2782
2782
  export interface TlsContext {
2783
2783
  /**
2784
- * @public
2785
2784
  * <p>The value of the <code>serverName</code> key in a TLS authorization request.</p>
2785
+ * @public
2786
2786
  */
2787
2787
  serverName?: string;
2788
2788
  }
@@ -2791,34 +2791,34 @@ export interface TlsContext {
2791
2791
  */
2792
2792
  export interface TestInvokeAuthorizerRequest {
2793
2793
  /**
2794
- * @public
2795
2794
  * <p>The custom authorizer name.</p>
2795
+ * @public
2796
2796
  */
2797
2797
  authorizerName: string | undefined;
2798
2798
  /**
2799
- * @public
2800
2799
  * <p>The token returned by your custom authentication service.</p>
2800
+ * @public
2801
2801
  */
2802
2802
  token?: string;
2803
2803
  /**
2804
- * @public
2805
2804
  * <p>The signature made with the token and your custom authentication service's private
2806
2805
  * key. This value must be Base-64-encoded.</p>
2806
+ * @public
2807
2807
  */
2808
2808
  tokenSignature?: string;
2809
2809
  /**
2810
- * @public
2811
2810
  * <p>Specifies a test HTTP authorization request.</p>
2811
+ * @public
2812
2812
  */
2813
2813
  httpContext?: HttpContext;
2814
2814
  /**
2815
- * @public
2816
2815
  * <p>Specifies a test MQTT authorization request.</p>
2816
+ * @public
2817
2817
  */
2818
2818
  mqttContext?: MqttContext;
2819
2819
  /**
2820
- * @public
2821
2820
  * <p>Specifies a test TLS authorization request.</p>
2821
+ * @public
2822
2822
  */
2823
2823
  tlsContext?: TlsContext;
2824
2824
  }
@@ -2827,68 +2827,68 @@ export interface TestInvokeAuthorizerRequest {
2827
2827
  */
2828
2828
  export interface TestInvokeAuthorizerResponse {
2829
2829
  /**
2830
- * @public
2831
2830
  * <p>True if the token is authenticated, otherwise false.</p>
2831
+ * @public
2832
2832
  */
2833
2833
  isAuthenticated?: boolean;
2834
2834
  /**
2835
- * @public
2836
2835
  * <p>The principal ID.</p>
2836
+ * @public
2837
2837
  */
2838
2838
  principalId?: string;
2839
2839
  /**
2840
- * @public
2841
2840
  * <p>IAM policy documents.</p>
2841
+ * @public
2842
2842
  */
2843
2843
  policyDocuments?: string[];
2844
2844
  /**
2845
- * @public
2846
2845
  * <p>The number of seconds after which the temporary credentials are refreshed.</p>
2846
+ * @public
2847
2847
  */
2848
2848
  refreshAfterInSeconds?: number;
2849
2849
  /**
2850
- * @public
2851
2850
  * <p>The number of seconds after which the connection is terminated.</p>
2851
+ * @public
2852
2852
  */
2853
2853
  disconnectAfterInSeconds?: number;
2854
2854
  }
2855
2855
  /**
2856
- * @public
2857
2856
  * <p>The input for the TransferCertificate operation.</p>
2857
+ * @public
2858
2858
  */
2859
2859
  export interface TransferCertificateRequest {
2860
2860
  /**
2861
- * @public
2862
2861
  * <p>The ID of the certificate. (The last part of the certificate ARN contains the
2863
2862
  * certificate ID.)</p>
2863
+ * @public
2864
2864
  */
2865
2865
  certificateId: string | undefined;
2866
2866
  /**
2867
- * @public
2868
2867
  * <p>The Amazon Web Services account.</p>
2868
+ * @public
2869
2869
  */
2870
2870
  targetAwsAccount: string | undefined;
2871
2871
  /**
2872
- * @public
2873
2872
  * <p>The transfer message.</p>
2873
+ * @public
2874
2874
  */
2875
2875
  transferMessage?: string;
2876
2876
  }
2877
2877
  /**
2878
- * @public
2879
2878
  * <p>The output from the TransferCertificate operation.</p>
2879
+ * @public
2880
2880
  */
2881
2881
  export interface TransferCertificateResponse {
2882
2882
  /**
2883
- * @public
2884
2883
  * <p>The ARN of the certificate.</p>
2884
+ * @public
2885
2885
  */
2886
2886
  transferredCertificateArn?: string;
2887
2887
  }
2888
2888
  /**
2889
- * @public
2890
2889
  * <p>You can't transfer the certificate because authorization policies are still
2891
2890
  * attached.</p>
2891
+ * @public
2892
2892
  */
2893
2893
  export declare class TransferConflictException extends __BaseException {
2894
2894
  readonly name: "TransferConflictException";
@@ -2903,13 +2903,13 @@ export declare class TransferConflictException extends __BaseException {
2903
2903
  */
2904
2904
  export interface UntagResourceRequest {
2905
2905
  /**
2906
- * @public
2907
2906
  * <p>The ARN of the resource.</p>
2907
+ * @public
2908
2908
  */
2909
2909
  resourceArn: string | undefined;
2910
2910
  /**
2911
- * @public
2912
2911
  * <p>A list of the keys of the tags to be removed from the resource.</p>
2912
+ * @public
2913
2913
  */
2914
2914
  tagKeys: string[] | undefined;
2915
2915
  }
@@ -2923,7 +2923,6 @@ export interface UntagResourceResponse {
2923
2923
  */
2924
2924
  export interface UpdateAccountAuditConfigurationRequest {
2925
2925
  /**
2926
- * @public
2927
2926
  * <p>The Amazon
2928
2927
  * Resource Name
2929
2928
  * (ARN)
@@ -2932,15 +2931,15 @@ export interface UpdateAccountAuditConfigurationRequest {
2932
2931
  * IoT to access information about your devices, policies,
2933
2932
  * certificates,
2934
2933
  * and other items as required when performing an audit.</p>
2934
+ * @public
2935
2935
  */
2936
2936
  roleArn?: string;
2937
2937
  /**
2938
- * @public
2939
2938
  * <p>Information about the targets to which audit notifications are sent.</p>
2939
+ * @public
2940
2940
  */
2941
2941
  auditNotificationTargetConfigurations?: Partial<Record<AuditNotificationType, AuditNotificationTarget>>;
2942
2942
  /**
2943
- * @public
2944
2943
  * <p>Specifies which audit checks are enabled and disabled for this account. Use
2945
2944
  * <code>DescribeAccountAuditConfiguration</code> to see the list of all checks, including those
2946
2945
  * that are currently enabled.</p>
@@ -2954,6 +2953,7 @@ export interface UpdateAccountAuditConfigurationRequest {
2954
2953
  * delete the scheduled audit itself.</p>
2955
2954
  * <p>On the first call to <code>UpdateAccountAuditConfiguration</code>,
2956
2955
  * this parameter is required and must specify at least one enabled check.</p>
2956
+ * @public
2957
2957
  */
2958
2958
  auditCheckConfigurations?: Record<string, AuditCheckConfiguration>;
2959
2959
  }
@@ -2967,37 +2967,37 @@ export interface UpdateAccountAuditConfigurationResponse {
2967
2967
  */
2968
2968
  export interface UpdateAuditSuppressionRequest {
2969
2969
  /**
2970
- * @public
2971
2970
  * <p>An audit check name. Checks must be enabled
2972
2971
  * for your account. (Use <code>DescribeAccountAuditConfiguration</code> to see the list
2973
2972
  * of all checks, including those that are enabled or use <code>UpdateAccountAuditConfiguration</code>
2974
2973
  * to select which checks are enabled.)</p>
2974
+ * @public
2975
2975
  */
2976
2976
  checkName: string | undefined;
2977
2977
  /**
2978
- * @public
2979
2978
  * <p>Information that identifies the noncompliant resource.</p>
2979
+ * @public
2980
2980
  */
2981
2981
  resourceIdentifier: ResourceIdentifier | undefined;
2982
2982
  /**
2983
- * @public
2984
2983
  * <p>
2985
2984
  * The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
2986
2985
  * </p>
2986
+ * @public
2987
2987
  */
2988
2988
  expirationDate?: Date;
2989
2989
  /**
2990
- * @public
2991
2990
  * <p>
2992
2991
  * Indicates whether a suppression should exist indefinitely or not.
2993
2992
  * </p>
2993
+ * @public
2994
2994
  */
2995
2995
  suppressIndefinitely?: boolean;
2996
2996
  /**
2997
- * @public
2998
2997
  * <p>
2999
2998
  * The description of the audit suppression.
3000
2999
  * </p>
3000
+ * @public
3001
3001
  */
3002
3002
  description?: string;
3003
3003
  }
@@ -3011,35 +3011,35 @@ export interface UpdateAuditSuppressionResponse {
3011
3011
  */
3012
3012
  export interface UpdateAuthorizerRequest {
3013
3013
  /**
3014
- * @public
3015
3014
  * <p>The authorizer name.</p>
3015
+ * @public
3016
3016
  */
3017
3017
  authorizerName: string | undefined;
3018
3018
  /**
3019
- * @public
3020
3019
  * <p>The ARN of the authorizer's Lambda function.</p>
3020
+ * @public
3021
3021
  */
3022
3022
  authorizerFunctionArn?: string;
3023
3023
  /**
3024
- * @public
3025
3024
  * <p>The key used to extract the token from the HTTP headers. </p>
3025
+ * @public
3026
3026
  */
3027
3027
  tokenKeyName?: string;
3028
3028
  /**
3029
- * @public
3030
3029
  * <p>The public keys used to verify the token signature.</p>
3030
+ * @public
3031
3031
  */
3032
3032
  tokenSigningPublicKeys?: Record<string, string>;
3033
3033
  /**
3034
- * @public
3035
3034
  * <p>The status of the update authorizer request.</p>
3035
+ * @public
3036
3036
  */
3037
3037
  status?: AuthorizerStatus;
3038
3038
  /**
3039
- * @public
3040
3039
  * <p>When <code>true</code>, the result from the authorizer’s Lambda function is
3041
3040
  * cached for the time specified in <code>refreshAfterInSeconds</code>. The cached
3042
3041
  * result is used while the device reuses the same HTTP connection.</p>
3042
+ * @public
3043
3043
  */
3044
3044
  enableCachingForHttp?: boolean;
3045
3045
  }
@@ -3048,13 +3048,13 @@ export interface UpdateAuthorizerRequest {
3048
3048
  */
3049
3049
  export interface UpdateAuthorizerResponse {
3050
3050
  /**
3051
- * @public
3052
3051
  * <p>The authorizer name.</p>
3052
+ * @public
3053
3053
  */
3054
3054
  authorizerName?: string;
3055
3055
  /**
3056
- * @public
3057
3056
  * <p>The authorizer ARN.</p>
3057
+ * @public
3058
3058
  */
3059
3059
  authorizerArn?: string;
3060
3060
  }
@@ -3063,21 +3063,21 @@ export interface UpdateAuthorizerResponse {
3063
3063
  */
3064
3064
  export interface UpdateBillingGroupRequest {
3065
3065
  /**
3066
- * @public
3067
3066
  * <p>The name of the billing group.</p>
3067
+ * @public
3068
3068
  */
3069
3069
  billingGroupName: string | undefined;
3070
3070
  /**
3071
- * @public
3072
3071
  * <p>The properties of the billing group.</p>
3072
+ * @public
3073
3073
  */
3074
3074
  billingGroupProperties: BillingGroupProperties | undefined;
3075
3075
  /**
3076
- * @public
3077
3076
  * <p>The expected version of the billing group. If the version of the billing group does
3078
3077
  * not match the expected version specified in the request, the
3079
3078
  * <code>UpdateBillingGroup</code> request is rejected with a
3080
3079
  * <code>VersionConflictException</code>.</p>
3080
+ * @public
3081
3081
  */
3082
3082
  expectedVersion?: number;
3083
3083
  }
@@ -3086,59 +3086,58 @@ export interface UpdateBillingGroupRequest {
3086
3086
  */
3087
3087
  export interface UpdateBillingGroupResponse {
3088
3088
  /**
3089
- * @public
3090
3089
  * <p>The latest version of the billing group.</p>
3090
+ * @public
3091
3091
  */
3092
3092
  version?: number;
3093
3093
  }
3094
3094
  /**
3095
- * @public
3096
3095
  * <p>The input to the UpdateCACertificate operation.</p>
3096
+ * @public
3097
3097
  */
3098
3098
  export interface UpdateCACertificateRequest {
3099
3099
  /**
3100
- * @public
3101
3100
  * <p>The CA certificate identifier.</p>
3101
+ * @public
3102
3102
  */
3103
3103
  certificateId: string | undefined;
3104
3104
  /**
3105
- * @public
3106
3105
  * <p>The updated status of the CA certificate.</p>
3107
3106
  * <p>
3108
3107
  * <b>Note:</b> The status value REGISTER_INACTIVE is deprecated and
3109
3108
  * should not be used.</p>
3109
+ * @public
3110
3110
  */
3111
3111
  newStatus?: CACertificateStatus;
3112
3112
  /**
3113
- * @public
3114
3113
  * <p>The new value for the auto registration status. Valid values are: "ENABLE" or
3115
3114
  * "DISABLE".</p>
3115
+ * @public
3116
3116
  */
3117
3117
  newAutoRegistrationStatus?: AutoRegistrationStatus;
3118
3118
  /**
3119
- * @public
3120
3119
  * <p>Information about the registration configuration.</p>
3120
+ * @public
3121
3121
  */
3122
3122
  registrationConfig?: RegistrationConfig;
3123
3123
  /**
3124
- * @public
3125
3124
  * <p>If true, removes auto registration.</p>
3125
+ * @public
3126
3126
  */
3127
3127
  removeAutoRegistration?: boolean;
3128
3128
  }
3129
3129
  /**
3130
- * @public
3131
3130
  * <p>The input for the UpdateCertificate operation.</p>
3131
+ * @public
3132
3132
  */
3133
3133
  export interface UpdateCertificateRequest {
3134
3134
  /**
3135
- * @public
3136
3135
  * <p>The ID of the certificate. (The last part of the certificate ARN contains the
3137
3136
  * certificate ID.)</p>
3137
+ * @public
3138
3138
  */
3139
3139
  certificateId: string | undefined;
3140
3140
  /**
3141
- * @public
3142
3141
  * <p>The new status.</p>
3143
3142
  * <p>
3144
3143
  * <b>Note:</b> Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result
@@ -3147,6 +3146,7 @@ export interface UpdateCertificateRequest {
3147
3146
  * <p>
3148
3147
  * <b>Note:</b> The status value REGISTER_INACTIVE is deprecated and
3149
3148
  * should not be used.</p>
3149
+ * @public
3150
3150
  */
3151
3151
  newStatus: CertificateStatus | undefined;
3152
3152
  }
@@ -3155,19 +3155,19 @@ export interface UpdateCertificateRequest {
3155
3155
  */
3156
3156
  export interface UpdateCertificateProviderRequest {
3157
3157
  /**
3158
- * @public
3159
3158
  * <p>The name of the certificate provider.</p>
3159
+ * @public
3160
3160
  */
3161
3161
  certificateProviderName: string | undefined;
3162
3162
  /**
3163
- * @public
3164
3163
  * <p>The Lambda function ARN that's associated with the certificate provider.</p>
3164
+ * @public
3165
3165
  */
3166
3166
  lambdaFunctionArn?: string;
3167
3167
  /**
3168
- * @public
3169
3168
  * <p>A list of the operations that the certificate provider will use to generate certificates.
3170
3169
  * Valid value: <code>CreateCertificateFromCsr</code>.</p>
3170
+ * @public
3171
3171
  */
3172
3172
  accountDefaultForOperations?: CertificateProviderOperation[];
3173
3173
  }
@@ -3176,13 +3176,13 @@ export interface UpdateCertificateProviderRequest {
3176
3176
  */
3177
3177
  export interface UpdateCertificateProviderResponse {
3178
3178
  /**
3179
- * @public
3180
3179
  * <p>The name of the certificate provider.</p>
3180
+ * @public
3181
3181
  */
3182
3182
  certificateProviderName?: string;
3183
3183
  /**
3184
- * @public
3185
3184
  * <p>The ARN of the certificate provider.</p>
3185
+ * @public
3186
3186
  */
3187
3187
  certificateProviderArn?: string;
3188
3188
  }
@@ -3191,13 +3191,12 @@ export interface UpdateCertificateProviderResponse {
3191
3191
  */
3192
3192
  export interface UpdateCustomMetricRequest {
3193
3193
  /**
3194
- * @public
3195
3194
  * <p> The name of the custom metric.
3196
3195
  * Cannot be updated. </p>
3196
+ * @public
3197
3197
  */
3198
3198
  metricName: string | undefined;
3199
3199
  /**
3200
- * @public
3201
3200
  * <p>
3202
3201
  * Field
3203
3202
  * represents a friendly name in the console for the custom metric,
@@ -3206,6 +3205,7 @@ export interface UpdateCustomMetricRequest {
3206
3205
  * the device metric report.
3207
3206
  * Can
3208
3207
  * be updated. </p>
3208
+ * @public
3209
3209
  */
3210
3210
  displayName: string | undefined;
3211
3211
  }
@@ -3214,46 +3214,46 @@ export interface UpdateCustomMetricRequest {
3214
3214
  */
3215
3215
  export interface UpdateCustomMetricResponse {
3216
3216
  /**
3217
- * @public
3218
3217
  * <p>
3219
3218
  * The name of the custom metric.
3220
3219
  * </p>
3220
+ * @public
3221
3221
  */
3222
3222
  metricName?: string;
3223
3223
  /**
3224
- * @public
3225
3224
  * <p>
3226
3225
  * The Amazon Resource Number (ARN) of the custom metric.
3227
3226
  * </p>
3227
+ * @public
3228
3228
  */
3229
3229
  metricArn?: string;
3230
3230
  /**
3231
- * @public
3232
3231
  * <p> The type of the custom metric. </p>
3233
3232
  * <important>
3234
3233
  * <p>The type <code>number</code> only takes a single metric value as an input, but while submitting the metrics value in the DeviceMetrics report, it must be passed as an array with a single value.</p>
3235
3234
  * </important>
3235
+ * @public
3236
3236
  */
3237
3237
  metricType?: CustomMetricType;
3238
3238
  /**
3239
- * @public
3240
3239
  * <p>
3241
3240
  * A friendly name in the console for the custom metric
3242
3241
  * </p>
3242
+ * @public
3243
3243
  */
3244
3244
  displayName?: string;
3245
3245
  /**
3246
- * @public
3247
3246
  * <p>
3248
3247
  * The creation date of the custom metric in milliseconds since epoch.
3249
3248
  * </p>
3249
+ * @public
3250
3250
  */
3251
3251
  creationDate?: Date;
3252
3252
  /**
3253
- * @public
3254
3253
  * <p>
3255
3254
  * The time the custom metric was last modified in milliseconds since epoch.
3256
3255
  * </p>
3256
+ * @public
3257
3257
  */
3258
3258
  lastModifiedDate?: Date;
3259
3259
  }
@@ -3262,13 +3262,13 @@ export interface UpdateCustomMetricResponse {
3262
3262
  */
3263
3263
  export interface UpdateDimensionRequest {
3264
3264
  /**
3265
- * @public
3266
3265
  * <p>A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.</p>
3266
+ * @public
3267
3267
  */
3268
3268
  name: string | undefined;
3269
3269
  /**
3270
- * @public
3271
3270
  * <p>Specifies the value or list of values for the dimension. For <code>TOPIC_FILTER</code> dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").</p>
3271
+ * @public
3272
3272
  */
3273
3273
  stringValues: string[] | undefined;
3274
3274
  }
@@ -3277,35 +3277,35 @@ export interface UpdateDimensionRequest {
3277
3277
  */
3278
3278
  export interface UpdateDimensionResponse {
3279
3279
  /**
3280
- * @public
3281
3280
  * <p>A unique identifier for the dimension.</p>
3281
+ * @public
3282
3282
  */
3283
3283
  name?: string;
3284
3284
  /**
3285
- * @public
3286
3285
  * <p>The Amazon Resource
3287
3286
  * Name (ARN)of
3288
3287
  * the created dimension.</p>
3288
+ * @public
3289
3289
  */
3290
3290
  arn?: string;
3291
3291
  /**
3292
- * @public
3293
3292
  * <p>The type of the dimension.</p>
3293
+ * @public
3294
3294
  */
3295
3295
  type?: DimensionType;
3296
3296
  /**
3297
- * @public
3298
3297
  * <p>The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.</p>
3298
+ * @public
3299
3299
  */
3300
3300
  stringValues?: string[];
3301
3301
  /**
3302
- * @public
3303
3302
  * <p>The date and time, in milliseconds since epoch, when the dimension was initially created.</p>
3303
+ * @public
3304
3304
  */
3305
3305
  creationDate?: Date;
3306
3306
  /**
3307
- * @public
3308
3307
  * <p>The date and time, in milliseconds since epoch, when the dimension was most recently updated.</p>
3308
+ * @public
3309
3309
  */
3310
3310
  lastModifiedDate?: Date;
3311
3311
  }
@@ -3314,33 +3314,33 @@ export interface UpdateDimensionResponse {
3314
3314
  */
3315
3315
  export interface UpdateDomainConfigurationRequest {
3316
3316
  /**
3317
- * @public
3318
3317
  * <p>The name of the domain configuration to be updated.</p>
3318
+ * @public
3319
3319
  */
3320
3320
  domainConfigurationName: string | undefined;
3321
3321
  /**
3322
- * @public
3323
3322
  * <p>An object that specifies the authorization service for a domain.</p>
3323
+ * @public
3324
3324
  */
3325
3325
  authorizerConfig?: AuthorizerConfig;
3326
3326
  /**
3327
- * @public
3328
3327
  * <p>The status to which the domain configuration should be updated.</p>
3328
+ * @public
3329
3329
  */
3330
3330
  domainConfigurationStatus?: DomainConfigurationStatus;
3331
3331
  /**
3332
- * @public
3333
3332
  * <p>Removes the authorization configuration from a domain.</p>
3333
+ * @public
3334
3334
  */
3335
3335
  removeAuthorizerConfig?: boolean;
3336
3336
  /**
3337
- * @public
3338
3337
  * <p>An object that specifies the TLS configuration for a domain.</p>
3338
+ * @public
3339
3339
  */
3340
3340
  tlsConfig?: TlsConfig;
3341
3341
  /**
3342
- * @public
3343
3342
  * <p>The server certificate configuration.</p>
3343
+ * @public
3344
3344
  */
3345
3345
  serverCertificateConfig?: ServerCertificateConfig;
3346
3346
  }
@@ -3349,13 +3349,13 @@ export interface UpdateDomainConfigurationRequest {
3349
3349
  */
3350
3350
  export interface UpdateDomainConfigurationResponse {
3351
3351
  /**
3352
- * @public
3353
3352
  * <p>The name of the domain configuration that was updated.</p>
3353
+ * @public
3354
3354
  */
3355
3355
  domainConfigurationName?: string;
3356
3356
  /**
3357
- * @public
3358
3357
  * <p>The ARN of the domain configuration that was updated.</p>
3358
+ * @public
3359
3359
  */
3360
3360
  domainConfigurationArn?: string;
3361
3361
  }
@@ -3364,40 +3364,40 @@ export interface UpdateDomainConfigurationResponse {
3364
3364
  */
3365
3365
  export interface UpdateDynamicThingGroupRequest {
3366
3366
  /**
3367
- * @public
3368
3367
  * <p>The name of the dynamic thing group to update.</p>
3368
+ * @public
3369
3369
  */
3370
3370
  thingGroupName: string | undefined;
3371
3371
  /**
3372
- * @public
3373
3372
  * <p>The dynamic thing group properties to update.</p>
3373
+ * @public
3374
3374
  */
3375
3375
  thingGroupProperties: ThingGroupProperties | undefined;
3376
3376
  /**
3377
- * @public
3378
3377
  * <p>The expected version of the dynamic thing group to update.</p>
3378
+ * @public
3379
3379
  */
3380
3380
  expectedVersion?: number;
3381
3381
  /**
3382
- * @public
3383
3382
  * <p>The dynamic thing group index to update.</p>
3384
3383
  * <note>
3385
3384
  * <p>Currently one index is supported: <code>AWS_Things</code>.</p>
3386
3385
  * </note>
3386
+ * @public
3387
3387
  */
3388
3388
  indexName?: string;
3389
3389
  /**
3390
- * @public
3391
3390
  * <p>The dynamic thing group search query string to update.</p>
3391
+ * @public
3392
3392
  */
3393
3393
  queryString?: string;
3394
3394
  /**
3395
- * @public
3396
3395
  * <p>The dynamic thing group query version to update.</p>
3397
3396
  * <note>
3398
3397
  * <p>Currently one query version is supported: "2017-09-30". If not specified, the
3399
3398
  * query version defaults to this value.</p>
3400
3399
  * </note>
3400
+ * @public
3401
3401
  */
3402
3402
  queryVersion?: string;
3403
3403
  }
@@ -3406,8 +3406,8 @@ export interface UpdateDynamicThingGroupRequest {
3406
3406
  */
3407
3407
  export interface UpdateDynamicThingGroupResponse {
3408
3408
  /**
3409
- * @public
3410
3409
  * <p>The dynamic thing group version.</p>
3410
+ * @public
3411
3411
  */
3412
3412
  version?: number;
3413
3413
  }
@@ -3416,8 +3416,8 @@ export interface UpdateDynamicThingGroupResponse {
3416
3416
  */
3417
3417
  export interface UpdateEventConfigurationsRequest {
3418
3418
  /**
3419
- * @public
3420
3419
  * <p>The new event configuration values.</p>
3420
+ * @public
3421
3421
  */
3422
3422
  eventConfigurations?: Partial<Record<EventType, Configuration>>;
3423
3423
  }
@@ -3431,54 +3431,54 @@ export interface UpdateEventConfigurationsResponse {
3431
3431
  */
3432
3432
  export interface UpdateFleetMetricRequest {
3433
3433
  /**
3434
- * @public
3435
3434
  * <p>The name of the fleet metric to update.</p>
3435
+ * @public
3436
3436
  */
3437
3437
  metricName: string | undefined;
3438
3438
  /**
3439
- * @public
3440
3439
  * <p>The search query string.</p>
3440
+ * @public
3441
3441
  */
3442
3442
  queryString?: string;
3443
3443
  /**
3444
- * @public
3445
3444
  * <p>The type of the aggregation query.</p>
3445
+ * @public
3446
3446
  */
3447
3447
  aggregationType?: AggregationType;
3448
3448
  /**
3449
- * @public
3450
3449
  * <p>The time in seconds between fleet metric emissions. Range [60(1 min), 86400(1 day)] and must be multiple of 60.</p>
3450
+ * @public
3451
3451
  */
3452
3452
  period?: number;
3453
3453
  /**
3454
- * @public
3455
3454
  * <p>The field to aggregate.</p>
3455
+ * @public
3456
3456
  */
3457
3457
  aggregationField?: string;
3458
3458
  /**
3459
- * @public
3460
3459
  * <p>The description of the fleet metric.</p>
3460
+ * @public
3461
3461
  */
3462
3462
  description?: string;
3463
3463
  /**
3464
- * @public
3465
3464
  * <p>The version of the query.</p>
3465
+ * @public
3466
3466
  */
3467
3467
  queryVersion?: string;
3468
3468
  /**
3469
- * @public
3470
3469
  * <p>The name of the index to search.</p>
3470
+ * @public
3471
3471
  */
3472
3472
  indexName: string | undefined;
3473
3473
  /**
3474
- * @public
3475
3474
  * <p>Used to support unit transformation such as milliseconds to seconds. The unit must be
3476
3475
  * supported by <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">CW metric</a>.</p>
3476
+ * @public
3477
3477
  */
3478
3478
  unit?: FleetMetricUnit;
3479
3479
  /**
3480
- * @public
3481
3480
  * <p>The expected version of the fleet metric record in the registry.</p>
3481
+ * @public
3482
3482
  */
3483
3483
  expectedVersion?: number;
3484
3484
  }
@@ -3487,13 +3487,13 @@ export interface UpdateFleetMetricRequest {
3487
3487
  */
3488
3488
  export interface UpdateIndexingConfigurationRequest {
3489
3489
  /**
3490
- * @public
3491
3490
  * <p>Thing indexing configuration.</p>
3491
+ * @public
3492
3492
  */
3493
3493
  thingIndexingConfiguration?: ThingIndexingConfiguration;
3494
3494
  /**
3495
- * @public
3496
3495
  * <p>Thing group indexing configuration.</p>
3496
+ * @public
3497
3497
  */
3498
3498
  thingGroupIndexingConfiguration?: ThingGroupIndexingConfiguration;
3499
3499
  }
@@ -3507,38 +3507,37 @@ export interface UpdateIndexingConfigurationResponse {
3507
3507
  */
3508
3508
  export interface UpdateJobRequest {
3509
3509
  /**
3510
- * @public
3511
3510
  * <p>The ID of the job to be updated.</p>
3511
+ * @public
3512
3512
  */
3513
3513
  jobId: string | undefined;
3514
3514
  /**
3515
- * @public
3516
3515
  * <p>A short text description of the job.</p>
3516
+ * @public
3517
3517
  */
3518
3518
  description?: string;
3519
3519
  /**
3520
- * @public
3521
3520
  * <p>Configuration information for pre-signed S3 URLs.</p>
3521
+ * @public
3522
3522
  */
3523
3523
  presignedUrlConfig?: PresignedUrlConfig;
3524
3524
  /**
3525
- * @public
3526
3525
  * <p>Allows you to create a staged rollout of the job.</p>
3526
+ * @public
3527
3527
  */
3528
3528
  jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig;
3529
3529
  /**
3530
- * @public
3531
3530
  * <p>Allows you to create criteria to abort a job.</p>
3531
+ * @public
3532
3532
  */
3533
3533
  abortConfig?: AbortConfig;
3534
3534
  /**
3535
- * @public
3536
3535
  * <p>Specifies the amount of time each device has to finish its execution of the job. The timer is started when the job execution status is set to <code>IN_PROGRESS</code>.
3537
3536
  * If the job execution status is not set to another terminal state before the time expires, it will be automatically set to <code>TIMED_OUT</code>. </p>
3537
+ * @public
3538
3538
  */
3539
3539
  timeoutConfig?: TimeoutConfig;
3540
3540
  /**
3541
- * @public
3542
3541
  * <p>The namespace used to indicate that a job is a customer-managed job.</p>
3543
3542
  * <p>When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that
3544
3543
  * contain the value in the following format.</p>
@@ -3551,11 +3550,12 @@ export interface UpdateJobRequest {
3551
3550
  * up IoT Greengrass core devices.</a>
3552
3551
  * </p>
3553
3552
  * </note>
3553
+ * @public
3554
3554
  */
3555
3555
  namespaceId?: string;
3556
3556
  /**
3557
- * @public
3558
3557
  * <p>Allows you to create the criteria to retry a job.</p>
3558
+ * @public
3559
3559
  */
3560
3560
  jobExecutionsRetryConfig?: JobExecutionsRetryConfig;
3561
3561
  }
@@ -3564,21 +3564,21 @@ export interface UpdateJobRequest {
3564
3564
  */
3565
3565
  export interface UpdateMitigationActionRequest {
3566
3566
  /**
3567
- * @public
3568
3567
  * <p>The friendly name for the mitigation action. You cannot change the name by using
3569
3568
  * <code>UpdateMitigationAction</code>. Instead, you must delete and
3570
3569
  * recreate the
3571
3570
  * mitigation action with the new name.</p>
3571
+ * @public
3572
3572
  */
3573
3573
  actionName: string | undefined;
3574
3574
  /**
3575
- * @public
3576
3575
  * <p>The ARN of the IAM role that is used to apply the mitigation action.</p>
3576
+ * @public
3577
3577
  */
3578
3578
  roleArn?: string;
3579
3579
  /**
3580
- * @public
3581
3580
  * <p>Defines the type of action and the parameters for that action.</p>
3581
+ * @public
3582
3582
  */
3583
3583
  actionParams?: MitigationActionParams;
3584
3584
  }
@@ -3587,13 +3587,13 @@ export interface UpdateMitigationActionRequest {
3587
3587
  */
3588
3588
  export interface UpdateMitigationActionResponse {
3589
3589
  /**
3590
- * @public
3591
3590
  * <p>The ARN for the new mitigation action.</p>
3591
+ * @public
3592
3592
  */
3593
3593
  actionArn?: string;
3594
3594
  /**
3595
- * @public
3596
3595
  * <p>A unique identifier for the mitigation action.</p>
3596
+ * @public
3597
3597
  */
3598
3598
  actionId?: string;
3599
3599
  }
@@ -3602,36 +3602,36 @@ export interface UpdateMitigationActionResponse {
3602
3602
  */
3603
3603
  export interface UpdatePackageRequest {
3604
3604
  /**
3605
- * @public
3606
3605
  * <p>The name of the target software package.</p>
3606
+ * @public
3607
3607
  */
3608
3608
  packageName: string | undefined;
3609
3609
  /**
3610
- * @public
3611
3610
  * <p>The package description.</p>
3611
+ * @public
3612
3612
  */
3613
3613
  description?: string;
3614
3614
  /**
3615
- * @public
3616
3615
  * <p>The name of the default package version.</p>
3617
3616
  * <p>
3618
3617
  * <b>Note:</b> You cannot name a <code>defaultVersion</code>
3619
3618
  * and set <code>unsetDefaultVersion</code> equal to <code>true</code> at the same time.</p>
3619
+ * @public
3620
3620
  */
3621
3621
  defaultVersionName?: string;
3622
3622
  /**
3623
- * @public
3624
3623
  * <p>Indicates whether you want to remove the named default package version from the software package.
3625
3624
  * Set as <code>true</code> to remove the default package version. </p>
3626
3625
  * <p>
3627
3626
  * <b>Note:</b> You cannot name a <code>defaultVersion</code>
3628
3627
  * and set <code>unsetDefaultVersion</code> equal to <code>true</code> at the same time.</p>
3628
+ * @public
3629
3629
  */
3630
3630
  unsetDefaultVersion?: boolean;
3631
3631
  /**
3632
- * @public
3633
3632
  * <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
3634
3633
  * Don't reuse this client token if a new idempotent request is required.</p>
3634
+ * @public
3635
3635
  */
3636
3636
  clientToken?: string;
3637
3637
  }
@@ -3645,14 +3645,14 @@ export interface UpdatePackageResponse {
3645
3645
  */
3646
3646
  export interface UpdatePackageConfigurationRequest {
3647
3647
  /**
3648
- * @public
3649
3648
  * <p>Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.</p>
3649
+ * @public
3650
3650
  */
3651
3651
  versionUpdateByJobsConfig?: VersionUpdateByJobsConfig;
3652
3652
  /**
3653
- * @public
3654
3653
  * <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
3655
3654
  * Don't reuse this client token if a new idempotent request is required.</p>
3655
+ * @public
3656
3656
  */
3657
3657
  clientToken?: string;
3658
3658
  }
@@ -3678,38 +3678,38 @@ export type PackageVersionAction = (typeof PackageVersionAction)[keyof typeof Pa
3678
3678
  */
3679
3679
  export interface UpdatePackageVersionRequest {
3680
3680
  /**
3681
- * @public
3682
3681
  * <p>The name of the associated software package.</p>
3682
+ * @public
3683
3683
  */
3684
3684
  packageName: string | undefined;
3685
3685
  /**
3686
- * @public
3687
3686
  * <p>The name of the target package version.</p>
3687
+ * @public
3688
3688
  */
3689
3689
  versionName: string | undefined;
3690
3690
  /**
3691
- * @public
3692
3691
  * <p>The package version description.</p>
3692
+ * @public
3693
3693
  */
3694
3694
  description?: string;
3695
3695
  /**
3696
- * @public
3697
3696
  * <p>Metadata that can be used to define a package version’s configuration. For example, the Amazon S3 file location, configuration options that are being sent to the device or fleet. </p>
3698
3697
  * <p>
3699
3698
  * <b>Note:</b> Attributes can be updated only when the package version
3700
3699
  * is in a draft state.</p>
3701
3700
  * <p>The combined size of all the attributes on a package version is limited to 3KB.</p>
3701
+ * @public
3702
3702
  */
3703
3703
  attributes?: Record<string, string>;
3704
3704
  /**
3705
- * @public
3706
3705
  * <p>The status that the package version should be assigned. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle">Package version lifecycle</a>.</p>
3706
+ * @public
3707
3707
  */
3708
3708
  action?: PackageVersionAction;
3709
3709
  /**
3710
- * @public
3711
3710
  * <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
3712
3711
  * Don't reuse this client token if a new idempotent request is required.</p>
3712
+ * @public
3713
3713
  */
3714
3714
  clientToken?: string;
3715
3715
  }
@@ -3723,41 +3723,41 @@ export interface UpdatePackageVersionResponse {
3723
3723
  */
3724
3724
  export interface UpdateProvisioningTemplateRequest {
3725
3725
  /**
3726
- * @public
3727
3726
  * <p>The name of the provisioning template.</p>
3727
+ * @public
3728
3728
  */
3729
3729
  templateName: string | undefined;
3730
3730
  /**
3731
- * @public
3732
3731
  * <p>The description of the provisioning template.</p>
3732
+ * @public
3733
3733
  */
3734
3734
  description?: string;
3735
3735
  /**
3736
- * @public
3737
3736
  * <p>True to enable the provisioning template, otherwise false.</p>
3737
+ * @public
3738
3738
  */
3739
3739
  enabled?: boolean;
3740
3740
  /**
3741
- * @public
3742
3741
  * <p>The ID of the default provisioning template version.</p>
3742
+ * @public
3743
3743
  */
3744
3744
  defaultVersionId?: number;
3745
3745
  /**
3746
- * @public
3747
3746
  * <p>The ARN of the role associated with the provisioning template. This IoT role grants
3748
3747
  * permission to provision a device.</p>
3748
+ * @public
3749
3749
  */
3750
3750
  provisioningRoleArn?: string;
3751
3751
  /**
3752
- * @public
3753
3752
  * <p>Updates the pre-provisioning hook template. Only supports template of type
3754
3753
  * <code>FLEET_PROVISIONING</code>. For more information about provisioning template types,
3755
3754
  * see <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_CreateProvisioningTemplate.html#iot-CreateProvisioningTemplate-request-type">type</a>.</p>
3755
+ * @public
3756
3756
  */
3757
3757
  preProvisioningHook?: ProvisioningHook;
3758
3758
  /**
3759
- * @public
3760
3759
  * <p>Removes pre-provisioning hook template.</p>
3760
+ * @public
3761
3761
  */
3762
3762
  removePreProvisioningHook?: boolean;
3763
3763
  }
@@ -3771,20 +3771,20 @@ export interface UpdateProvisioningTemplateResponse {
3771
3771
  */
3772
3772
  export interface UpdateRoleAliasRequest {
3773
3773
  /**
3774
- * @public
3775
3774
  * <p>The role alias to update.</p>
3775
+ * @public
3776
3776
  */
3777
3777
  roleAlias: string | undefined;
3778
3778
  /**
3779
- * @public
3780
3779
  * <p>The role ARN.</p>
3780
+ * @public
3781
3781
  */
3782
3782
  roleArn?: string;
3783
3783
  /**
3784
- * @public
3785
3784
  * <p>The number of seconds the credential will be valid.</p>
3786
3785
  * <p>This value must be less than or equal to the maximum session duration of the IAM role
3787
3786
  * that the role alias references.</p>
3787
+ * @public
3788
3788
  */
3789
3789
  credentialDurationSeconds?: number;
3790
3790
  }
@@ -3793,13 +3793,13 @@ export interface UpdateRoleAliasRequest {
3793
3793
  */
3794
3794
  export interface UpdateRoleAliasResponse {
3795
3795
  /**
3796
- * @public
3797
3796
  * <p>The role alias.</p>
3797
+ * @public
3798
3798
  */
3799
3799
  roleAlias?: string;
3800
3800
  /**
3801
- * @public
3802
3801
  * <p>The role alias ARN.</p>
3802
+ * @public
3803
3803
  */
3804
3804
  roleAliasArn?: string;
3805
3805
  }
@@ -3808,44 +3808,44 @@ export interface UpdateRoleAliasResponse {
3808
3808
  */
3809
3809
  export interface UpdateScheduledAuditRequest {
3810
3810
  /**
3811
- * @public
3812
3811
  * <p>How often the scheduled audit takes
3813
3812
  * place,
3814
3813
  * either <code>DAILY</code>,
3815
3814
  * <code>WEEKLY</code>, <code>BIWEEKLY</code>, or <code>MONTHLY</code>. The start time of each audit is determined by the
3816
3815
  * system.</p>
3816
+ * @public
3817
3817
  */
3818
3818
  frequency?: AuditFrequency;
3819
3819
  /**
3820
- * @public
3821
3820
  * <p>The day of the month on which the scheduled audit takes place.
3822
3821
  * This
3823
3822
  * can
3824
3823
  * be <code>1</code> through <code>31</code> or <code>LAST</code>. This field is required if the <code>frequency</code> parameter is set to
3825
3824
  * <code>MONTHLY</code>. If days 29-31 are specified, and the month does not have that many days, the audit
3826
3825
  * takes place on the "LAST" day of the month.</p>
3826
+ * @public
3827
3827
  */
3828
3828
  dayOfMonth?: string;
3829
3829
  /**
3830
- * @public
3831
3830
  * <p>The day of the week on which the scheduled audit takes place.
3832
3831
  * This
3833
3832
  * can
3834
3833
  * be one of <code>SUN</code>, <code>MON</code>, <code>TUE</code>, <code>WED</code>, <code>THU</code>, <code>FRI</code>, or <code>SAT</code>. This field is required if the
3835
3834
  * "frequency" parameter is set to <code>WEEKLY</code> or <code>BIWEEKLY</code>.</p>
3835
+ * @public
3836
3836
  */
3837
3837
  dayOfWeek?: DayOfWeek;
3838
3838
  /**
3839
- * @public
3840
3839
  * <p>Which checks are performed during the scheduled audit. Checks must be enabled
3841
3840
  * for your account. (Use <code>DescribeAccountAuditConfiguration</code> to see the list
3842
3841
  * of all checks, including those that are enabled or use <code>UpdateAccountAuditConfiguration</code>
3843
3842
  * to select which checks are enabled.)</p>
3843
+ * @public
3844
3844
  */
3845
3845
  targetCheckNames?: string[];
3846
3846
  /**
3847
- * @public
3848
3847
  * <p>The name of the scheduled audit. (Max. 128 chars)</p>
3848
+ * @public
3849
3849
  */
3850
3850
  scheduledAuditName: string | undefined;
3851
3851
  }
@@ -3854,8 +3854,8 @@ export interface UpdateScheduledAuditRequest {
3854
3854
  */
3855
3855
  export interface UpdateScheduledAuditResponse {
3856
3856
  /**
3857
- * @public
3858
3857
  * <p>The ARN of the scheduled audit.</p>
3858
+ * @public
3859
3859
  */
3860
3860
  scheduledAuditArn?: string;
3861
3861
  }
@@ -3864,27 +3864,26 @@ export interface UpdateScheduledAuditResponse {
3864
3864
  */
3865
3865
  export interface UpdateSecurityProfileRequest {
3866
3866
  /**
3867
- * @public
3868
3867
  * <p>The name of the security profile you want to update.</p>
3868
+ * @public
3869
3869
  */
3870
3870
  securityProfileName: string | undefined;
3871
3871
  /**
3872
- * @public
3873
3872
  * <p>A description of the security profile.</p>
3873
+ * @public
3874
3874
  */
3875
3875
  securityProfileDescription?: string;
3876
3876
  /**
3877
- * @public
3878
3877
  * <p>Specifies the behaviors that, when violated by a device (thing), cause an alert.</p>
3878
+ * @public
3879
3879
  */
3880
3880
  behaviors?: Behavior[];
3881
3881
  /**
3882
- * @public
3883
3882
  * <p>Where the alerts are sent. (Alerts are always sent to the console.)</p>
3883
+ * @public
3884
3884
  */
3885
3885
  alertTargets?: Partial<Record<AlertTargetType, AlertTarget>>;
3886
3886
  /**
3887
- * @public
3888
3887
  * @deprecated
3889
3888
  *
3890
3889
  * <p>
@@ -3897,47 +3896,48 @@ export interface UpdateSecurityProfileRequest {
3897
3896
  * used in the profile's <code>behaviors</code>, but
3898
3897
  * it is
3899
3898
  * also retained for any metric specified here. Can be used with custom metrics; cannot be used with dimensions.</p>
3899
+ * @public
3900
3900
  */
3901
3901
  additionalMetricsToRetain?: string[];
3902
3902
  /**
3903
- * @public
3904
3903
  * <p>A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here. Can be used with custom metrics; cannot be used with dimensions.</p>
3904
+ * @public
3905
3905
  */
3906
3906
  additionalMetricsToRetainV2?: MetricToRetain[];
3907
3907
  /**
3908
- * @public
3909
3908
  * <p>If true, delete all <code>behaviors</code> defined for this security profile.
3910
3909
  * If any <code>behaviors</code> are defined in the current invocation, an exception occurs.</p>
3910
+ * @public
3911
3911
  */
3912
3912
  deleteBehaviors?: boolean;
3913
3913
  /**
3914
- * @public
3915
3914
  * <p>If true, delete all <code>alertTargets</code> defined for this security profile.
3916
3915
  * If any <code>alertTargets</code> are defined in the current invocation, an exception occurs.</p>
3916
+ * @public
3917
3917
  */
3918
3918
  deleteAlertTargets?: boolean;
3919
3919
  /**
3920
- * @public
3921
3920
  * <p>If true, delete all <code>additionalMetricsToRetain</code> defined for this
3922
3921
  * security profile. If any <code>additionalMetricsToRetain</code> are defined in the current
3923
3922
  * invocation, an exception occurs.</p>
3923
+ * @public
3924
3924
  */
3925
3925
  deleteAdditionalMetricsToRetain?: boolean;
3926
3926
  /**
3927
- * @public
3928
3927
  * <p>The expected version of the security profile. A new version is generated whenever
3929
3928
  * the security profile is updated. If you specify a value that is different from the actual
3930
3929
  * version, a <code>VersionConflictException</code> is thrown.</p>
3930
+ * @public
3931
3931
  */
3932
3932
  expectedVersion?: number;
3933
3933
  /**
3934
- * @public
3935
3934
  * <p>Specifies the MQTT topic and role ARN required for metric export.</p>
3935
+ * @public
3936
3936
  */
3937
3937
  metricsExportConfig?: MetricsExportConfig;
3938
3938
  /**
3939
- * @public
3940
3939
  * <p>Set the value as true to delete metrics export related configurations.</p>
3940
+ * @public
3941
3941
  */
3942
3942
  deleteMetricsExportConfig?: boolean;
3943
3943
  }
@@ -3946,32 +3946,31 @@ export interface UpdateSecurityProfileRequest {
3946
3946
  */
3947
3947
  export interface UpdateSecurityProfileResponse {
3948
3948
  /**
3949
- * @public
3950
3949
  * <p>The name of the security profile that was updated.</p>
3950
+ * @public
3951
3951
  */
3952
3952
  securityProfileName?: string;
3953
3953
  /**
3954
- * @public
3955
3954
  * <p>The ARN of the security profile that was updated.</p>
3955
+ * @public
3956
3956
  */
3957
3957
  securityProfileArn?: string;
3958
3958
  /**
3959
- * @public
3960
3959
  * <p>The description of the security profile.</p>
3960
+ * @public
3961
3961
  */
3962
3962
  securityProfileDescription?: string;
3963
3963
  /**
3964
- * @public
3965
3964
  * <p>Specifies the behaviors that, when violated by a device (thing), cause an alert.</p>
3965
+ * @public
3966
3966
  */
3967
3967
  behaviors?: Behavior[];
3968
3968
  /**
3969
- * @public
3970
3969
  * <p>Where the alerts are sent. (Alerts are always sent to the console.)</p>
3970
+ * @public
3971
3971
  */
3972
3972
  alertTargets?: Partial<Record<AlertTargetType, AlertTarget>>;
3973
3973
  /**
3974
- * @public
3975
3974
  * @deprecated
3976
3975
  *
3977
3976
  * <p>
@@ -3984,31 +3983,32 @@ export interface UpdateSecurityProfileResponse {
3984
3983
  * used in the security profile's <code>behaviors</code>, but
3985
3984
  * it is
3986
3985
  * also retained for any metric specified here.</p>
3986
+ * @public
3987
3987
  */
3988
3988
  additionalMetricsToRetain?: string[];
3989
3989
  /**
3990
- * @public
3991
3990
  * <p>A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here. Can be used with custom metrics; cannot be used with dimensions.</p>
3991
+ * @public
3992
3992
  */
3993
3993
  additionalMetricsToRetainV2?: MetricToRetain[];
3994
3994
  /**
3995
- * @public
3996
3995
  * <p>The updated version of the security profile.</p>
3996
+ * @public
3997
3997
  */
3998
3998
  version?: number;
3999
3999
  /**
4000
- * @public
4001
4000
  * <p>The time the security profile was created.</p>
4001
+ * @public
4002
4002
  */
4003
4003
  creationDate?: Date;
4004
4004
  /**
4005
- * @public
4006
4005
  * <p>The time the security profile was last modified.</p>
4006
+ * @public
4007
4007
  */
4008
4008
  lastModifiedDate?: Date;
4009
4009
  /**
4010
- * @public
4011
4010
  * <p>Specifies the MQTT topic and role ARN required for metric export.</p>
4011
+ * @public
4012
4012
  */
4013
4013
  metricsExportConfig?: MetricsExportConfig;
4014
4014
  }
@@ -4017,23 +4017,23 @@ export interface UpdateSecurityProfileResponse {
4017
4017
  */
4018
4018
  export interface UpdateStreamRequest {
4019
4019
  /**
4020
- * @public
4021
4020
  * <p>The stream ID.</p>
4021
+ * @public
4022
4022
  */
4023
4023
  streamId: string | undefined;
4024
4024
  /**
4025
- * @public
4026
4025
  * <p>The description of the stream.</p>
4026
+ * @public
4027
4027
  */
4028
4028
  description?: string;
4029
4029
  /**
4030
- * @public
4031
4030
  * <p>The files associated with the stream.</p>
4031
+ * @public
4032
4032
  */
4033
4033
  files?: StreamFile[];
4034
4034
  /**
4035
- * @public
4036
4035
  * <p>An IAM role that allows the IoT service principal assumes to access your S3 files.</p>
4036
+ * @public
4037
4037
  */
4038
4038
  roleArn?: string;
4039
4039
  }
@@ -4042,71 +4042,71 @@ export interface UpdateStreamRequest {
4042
4042
  */
4043
4043
  export interface UpdateStreamResponse {
4044
4044
  /**
4045
- * @public
4046
4045
  * <p>The stream ID.</p>
4046
+ * @public
4047
4047
  */
4048
4048
  streamId?: string;
4049
4049
  /**
4050
- * @public
4051
4050
  * <p>The stream ARN.</p>
4051
+ * @public
4052
4052
  */
4053
4053
  streamArn?: string;
4054
4054
  /**
4055
- * @public
4056
4055
  * <p>A description of the stream.</p>
4056
+ * @public
4057
4057
  */
4058
4058
  description?: string;
4059
4059
  /**
4060
- * @public
4061
4060
  * <p>The stream version.</p>
4061
+ * @public
4062
4062
  */
4063
4063
  streamVersion?: number;
4064
4064
  }
4065
4065
  /**
4066
- * @public
4067
4066
  * <p>The input for the UpdateThing operation.</p>
4067
+ * @public
4068
4068
  */
4069
4069
  export interface UpdateThingRequest {
4070
4070
  /**
4071
- * @public
4072
4071
  * <p>The name of the thing to update.</p>
4073
4072
  * <p>You can't change a thing's name. To change a thing's name, you must create a
4074
4073
  * new thing, give it the new name, and then delete the old thing.</p>
4074
+ * @public
4075
4075
  */
4076
4076
  thingName: string | undefined;
4077
4077
  /**
4078
- * @public
4079
4078
  * <p>The name of the thing type.</p>
4079
+ * @public
4080
4080
  */
4081
4081
  thingTypeName?: string;
4082
4082
  /**
4083
- * @public
4084
4083
  * <p>A list of thing attributes, a JSON string containing name-value pairs. For
4085
4084
  * example:</p>
4086
4085
  * <p>
4087
4086
  * <code>\{\"attributes\":\{\"name1\":\"value2\"\}\}</code>
4088
4087
  * </p>
4089
4088
  * <p>This data is used to add new attributes or update existing attributes.</p>
4089
+ * @public
4090
4090
  */
4091
4091
  attributePayload?: AttributePayload;
4092
4092
  /**
4093
- * @public
4094
4093
  * <p>The expected version of the thing record in the registry. If the version of the
4095
4094
  * record in the registry does not match the expected version specified in the request, the
4096
4095
  * <code>UpdateThing</code> request is rejected with a
4097
4096
  * <code>VersionConflictException</code>.</p>
4097
+ * @public
4098
4098
  */
4099
4099
  expectedVersion?: number;
4100
4100
  /**
4101
- * @public
4102
4101
  * <p>Remove a thing type association. If <b>true</b>, the
4103
4102
  * association is removed.</p>
4103
+ * @public
4104
4104
  */
4105
4105
  removeThingType?: boolean;
4106
4106
  }
4107
4107
  /**
4108
- * @public
4109
4108
  * <p>The output from the UpdateThing operation.</p>
4109
+ * @public
4110
4110
  */
4111
4111
  export interface UpdateThingResponse {
4112
4112
  }
@@ -4115,19 +4115,19 @@ export interface UpdateThingResponse {
4115
4115
  */
4116
4116
  export interface UpdateThingGroupRequest {
4117
4117
  /**
4118
- * @public
4119
4118
  * <p>The thing group to update.</p>
4119
+ * @public
4120
4120
  */
4121
4121
  thingGroupName: string | undefined;
4122
4122
  /**
4123
- * @public
4124
4123
  * <p>The thing group properties.</p>
4124
+ * @public
4125
4125
  */
4126
4126
  thingGroupProperties: ThingGroupProperties | undefined;
4127
4127
  /**
4128
- * @public
4129
4128
  * <p>The expected version of the thing group. If this does not match the version of the
4130
4129
  * thing group being updated, the update will fail.</p>
4130
+ * @public
4131
4131
  */
4132
4132
  expectedVersion?: number;
4133
4133
  }
@@ -4136,8 +4136,8 @@ export interface UpdateThingGroupRequest {
4136
4136
  */
4137
4137
  export interface UpdateThingGroupResponse {
4138
4138
  /**
4139
- * @public
4140
4139
  * <p>The version of the updated thing group.</p>
4140
+ * @public
4141
4141
  */
4142
4142
  version?: number;
4143
4143
  }
@@ -4146,26 +4146,26 @@ export interface UpdateThingGroupResponse {
4146
4146
  */
4147
4147
  export interface UpdateThingGroupsForThingRequest {
4148
4148
  /**
4149
- * @public
4150
4149
  * <p>The thing whose group memberships will be updated.</p>
4150
+ * @public
4151
4151
  */
4152
4152
  thingName?: string;
4153
4153
  /**
4154
- * @public
4155
4154
  * <p>The groups to which the thing will be added.</p>
4155
+ * @public
4156
4156
  */
4157
4157
  thingGroupsToAdd?: string[];
4158
4158
  /**
4159
- * @public
4160
4159
  * <p>The groups from which the thing will be removed.</p>
4160
+ * @public
4161
4161
  */
4162
4162
  thingGroupsToRemove?: string[];
4163
4163
  /**
4164
- * @public
4165
4164
  * <p>Override dynamic thing groups with static thing groups when 10-group limit is
4166
4165
  * reached. If a thing belongs to 10 thing groups, and one or more of those groups are
4167
4166
  * dynamic thing groups, adding a thing to a static group removes the thing from the last
4168
4167
  * dynamic group.</p>
4168
+ * @public
4169
4169
  */
4170
4170
  overrideDynamicGroups?: boolean;
4171
4171
  }
@@ -4179,12 +4179,11 @@ export interface UpdateThingGroupsForThingResponse {
4179
4179
  */
4180
4180
  export interface UpdateTopicRuleDestinationRequest {
4181
4181
  /**
4182
- * @public
4183
4182
  * <p>The ARN of the topic rule destination.</p>
4183
+ * @public
4184
4184
  */
4185
4185
  arn: string | undefined;
4186
4186
  /**
4187
- * @public
4188
4187
  * <p>The status of the topic rule destination. Valid values are:</p>
4189
4188
  * <dl>
4190
4189
  * <dt>IN_PROGRESS</dt>
@@ -4217,6 +4216,7 @@ export interface UpdateTopicRuleDestinationRequest {
4217
4216
  * be sent to your confirmation endpoint.</p>
4218
4217
  * </dd>
4219
4218
  * </dl>
4219
+ * @public
4220
4220
  */
4221
4221
  status: TopicRuleDestinationStatus | undefined;
4222
4222
  }
@@ -4230,19 +4230,19 @@ export interface UpdateTopicRuleDestinationResponse {
4230
4230
  */
4231
4231
  export interface ValidateSecurityProfileBehaviorsRequest {
4232
4232
  /**
4233
- * @public
4234
4233
  * <p>Specifies the behaviors that, when violated by a device (thing), cause an alert.</p>
4234
+ * @public
4235
4235
  */
4236
4236
  behaviors: Behavior[] | undefined;
4237
4237
  }
4238
4238
  /**
4239
- * @public
4240
4239
  * <p>Information about an error found in a behavior specification.</p>
4240
+ * @public
4241
4241
  */
4242
4242
  export interface ValidationError {
4243
4243
  /**
4244
- * @public
4245
4244
  * <p>The description of an error found in the behaviors.</p>
4245
+ * @public
4246
4246
  */
4247
4247
  errorMessage?: string;
4248
4248
  }
@@ -4251,13 +4251,13 @@ export interface ValidationError {
4251
4251
  */
4252
4252
  export interface ValidateSecurityProfileBehaviorsResponse {
4253
4253
  /**
4254
- * @public
4255
4254
  * <p>True if the behaviors were valid.</p>
4255
+ * @public
4256
4256
  */
4257
4257
  valid?: boolean;
4258
4258
  /**
4259
- * @public
4260
4259
  * <p>The list of any errors found in the behaviors.</p>
4260
+ * @public
4261
4261
  */
4262
4262
  validationErrors?: ValidationError[];
4263
4263
  }