@aws-sdk/client-iot 3.529.1 → 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 (525) 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 +3 -2
  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 +3 -2
  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 +3 -2
  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/runtimeConfig.browser.d.ts +2 -2
  262. package/dist-types/runtimeConfig.d.ts +2 -2
  263. package/dist-types/runtimeConfig.native.d.ts +2 -2
  264. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  265. package/dist-types/ts3.4/IoT.d.ts +59 -0
  266. package/dist-types/ts3.4/commands/AcceptCertificateTransferCommand.d.ts +9 -0
  267. package/dist-types/ts3.4/commands/AddThingToBillingGroupCommand.d.ts +9 -0
  268. package/dist-types/ts3.4/commands/AddThingToThingGroupCommand.d.ts +9 -0
  269. package/dist-types/ts3.4/commands/AssociateTargetsWithJobCommand.d.ts +9 -0
  270. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
  271. package/dist-types/ts3.4/commands/AttachPrincipalPolicyCommand.d.ts +9 -0
  272. package/dist-types/ts3.4/commands/AttachSecurityProfileCommand.d.ts +9 -0
  273. package/dist-types/ts3.4/commands/AttachThingPrincipalCommand.d.ts +9 -0
  274. package/dist-types/ts3.4/commands/CancelAuditMitigationActionsTaskCommand.d.ts +9 -0
  275. package/dist-types/ts3.4/commands/CancelAuditTaskCommand.d.ts +9 -0
  276. package/dist-types/ts3.4/commands/CancelCertificateTransferCommand.d.ts +9 -0
  277. package/dist-types/ts3.4/commands/CancelDetectMitigationActionsTaskCommand.d.ts +9 -0
  278. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
  279. package/dist-types/ts3.4/commands/CancelJobExecutionCommand.d.ts +9 -0
  280. package/dist-types/ts3.4/commands/ClearDefaultAuthorizerCommand.d.ts +9 -0
  281. package/dist-types/ts3.4/commands/ConfirmTopicRuleDestinationCommand.d.ts +9 -0
  282. package/dist-types/ts3.4/commands/CreateAuditSuppressionCommand.d.ts +9 -0
  283. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +9 -0
  284. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +9 -0
  285. package/dist-types/ts3.4/commands/CreateCertificateFromCsrCommand.d.ts +9 -0
  286. package/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +9 -0
  287. package/dist-types/ts3.4/commands/CreateCustomMetricCommand.d.ts +9 -0
  288. package/dist-types/ts3.4/commands/CreateDimensionCommand.d.ts +9 -0
  289. package/dist-types/ts3.4/commands/CreateDomainConfigurationCommand.d.ts +9 -0
  290. package/dist-types/ts3.4/commands/CreateDynamicThingGroupCommand.d.ts +9 -0
  291. package/dist-types/ts3.4/commands/CreateFleetMetricCommand.d.ts +9 -0
  292. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  293. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +9 -0
  294. package/dist-types/ts3.4/commands/CreateKeysAndCertificateCommand.d.ts +9 -0
  295. package/dist-types/ts3.4/commands/CreateMitigationActionCommand.d.ts +9 -0
  296. package/dist-types/ts3.4/commands/CreateOTAUpdateCommand.d.ts +9 -0
  297. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
  298. package/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +9 -0
  299. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
  300. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +9 -0
  301. package/dist-types/ts3.4/commands/CreateProvisioningClaimCommand.d.ts +9 -0
  302. package/dist-types/ts3.4/commands/CreateProvisioningTemplateCommand.d.ts +9 -0
  303. package/dist-types/ts3.4/commands/CreateProvisioningTemplateVersionCommand.d.ts +9 -0
  304. package/dist-types/ts3.4/commands/CreateRoleAliasCommand.d.ts +9 -0
  305. package/dist-types/ts3.4/commands/CreateScheduledAuditCommand.d.ts +9 -0
  306. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +9 -0
  307. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +9 -0
  308. package/dist-types/ts3.4/commands/CreateThingCommand.d.ts +9 -0
  309. package/dist-types/ts3.4/commands/CreateThingGroupCommand.d.ts +9 -0
  310. package/dist-types/ts3.4/commands/CreateThingTypeCommand.d.ts +9 -0
  311. package/dist-types/ts3.4/commands/CreateTopicRuleCommand.d.ts +9 -0
  312. package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +9 -0
  313. package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +9 -0
  314. package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +9 -0
  315. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +9 -0
  316. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +9 -0
  317. package/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +9 -0
  318. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +9 -0
  319. package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +9 -0
  320. package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +9 -0
  321. package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +9 -0
  322. package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +9 -0
  323. package/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +9 -0
  324. package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +9 -0
  325. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  326. package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +9 -0
  327. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +9 -0
  328. package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +9 -0
  329. package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +9 -0
  330. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  331. package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +9 -0
  332. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  333. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +9 -0
  334. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +9 -0
  335. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +9 -0
  336. package/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +9 -0
  337. package/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +9 -0
  338. package/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +9 -0
  339. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +9 -0
  340. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +9 -0
  341. package/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +9 -0
  342. package/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +9 -0
  343. package/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +9 -0
  344. package/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +9 -0
  345. package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +9 -0
  346. package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +9 -0
  347. package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +9 -0
  348. package/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +9 -0
  349. package/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +9 -0
  350. package/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +9 -0
  351. package/dist-types/ts3.4/commands/DescribeAuditSuppressionCommand.d.ts +9 -0
  352. package/dist-types/ts3.4/commands/DescribeAuditTaskCommand.d.ts +9 -0
  353. package/dist-types/ts3.4/commands/DescribeAuthorizerCommand.d.ts +9 -0
  354. package/dist-types/ts3.4/commands/DescribeBillingGroupCommand.d.ts +9 -0
  355. package/dist-types/ts3.4/commands/DescribeCACertificateCommand.d.ts +9 -0
  356. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
  357. package/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +9 -0
  358. package/dist-types/ts3.4/commands/DescribeCustomMetricCommand.d.ts +9 -0
  359. package/dist-types/ts3.4/commands/DescribeDefaultAuthorizerCommand.d.ts +9 -0
  360. package/dist-types/ts3.4/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +9 -0
  361. package/dist-types/ts3.4/commands/DescribeDimensionCommand.d.ts +9 -0
  362. package/dist-types/ts3.4/commands/DescribeDomainConfigurationCommand.d.ts +9 -0
  363. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  364. package/dist-types/ts3.4/commands/DescribeEventConfigurationsCommand.d.ts +9 -0
  365. package/dist-types/ts3.4/commands/DescribeFleetMetricCommand.d.ts +9 -0
  366. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +9 -0
  367. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
  368. package/dist-types/ts3.4/commands/DescribeJobExecutionCommand.d.ts +9 -0
  369. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +9 -0
  370. package/dist-types/ts3.4/commands/DescribeManagedJobTemplateCommand.d.ts +9 -0
  371. package/dist-types/ts3.4/commands/DescribeMitigationActionCommand.d.ts +9 -0
  372. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateCommand.d.ts +9 -0
  373. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateVersionCommand.d.ts +9 -0
  374. package/dist-types/ts3.4/commands/DescribeRoleAliasCommand.d.ts +9 -0
  375. package/dist-types/ts3.4/commands/DescribeScheduledAuditCommand.d.ts +9 -0
  376. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +9 -0
  377. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +9 -0
  378. package/dist-types/ts3.4/commands/DescribeThingCommand.d.ts +9 -0
  379. package/dist-types/ts3.4/commands/DescribeThingGroupCommand.d.ts +9 -0
  380. package/dist-types/ts3.4/commands/DescribeThingRegistrationTaskCommand.d.ts +9 -0
  381. package/dist-types/ts3.4/commands/DescribeThingTypeCommand.d.ts +9 -0
  382. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
  383. package/dist-types/ts3.4/commands/DetachPrincipalPolicyCommand.d.ts +9 -0
  384. package/dist-types/ts3.4/commands/DetachSecurityProfileCommand.d.ts +9 -0
  385. package/dist-types/ts3.4/commands/DetachThingPrincipalCommand.d.ts +9 -0
  386. package/dist-types/ts3.4/commands/DisableTopicRuleCommand.d.ts +9 -0
  387. package/dist-types/ts3.4/commands/EnableTopicRuleCommand.d.ts +9 -0
  388. package/dist-types/ts3.4/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +9 -0
  389. package/dist-types/ts3.4/commands/GetBucketsAggregationCommand.d.ts +9 -0
  390. package/dist-types/ts3.4/commands/GetCardinalityCommand.d.ts +9 -0
  391. package/dist-types/ts3.4/commands/GetEffectivePoliciesCommand.d.ts +9 -0
  392. package/dist-types/ts3.4/commands/GetIndexingConfigurationCommand.d.ts +9 -0
  393. package/dist-types/ts3.4/commands/GetJobDocumentCommand.d.ts +9 -0
  394. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +9 -0
  395. package/dist-types/ts3.4/commands/GetOTAUpdateCommand.d.ts +9 -0
  396. package/dist-types/ts3.4/commands/GetPackageCommand.d.ts +9 -0
  397. package/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +9 -0
  398. package/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +9 -0
  399. package/dist-types/ts3.4/commands/GetPercentilesCommand.d.ts +9 -0
  400. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  401. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +9 -0
  402. package/dist-types/ts3.4/commands/GetRegistrationCodeCommand.d.ts +9 -0
  403. package/dist-types/ts3.4/commands/GetStatisticsCommand.d.ts +9 -0
  404. package/dist-types/ts3.4/commands/GetTopicRuleCommand.d.ts +9 -0
  405. package/dist-types/ts3.4/commands/GetTopicRuleDestinationCommand.d.ts +9 -0
  406. package/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +9 -0
  407. package/dist-types/ts3.4/commands/ListActiveViolationsCommand.d.ts +9 -0
  408. package/dist-types/ts3.4/commands/ListAttachedPoliciesCommand.d.ts +9 -0
  409. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +9 -0
  410. package/dist-types/ts3.4/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +9 -0
  411. package/dist-types/ts3.4/commands/ListAuditMitigationActionsTasksCommand.d.ts +9 -0
  412. package/dist-types/ts3.4/commands/ListAuditSuppressionsCommand.d.ts +9 -0
  413. package/dist-types/ts3.4/commands/ListAuditTasksCommand.d.ts +9 -0
  414. package/dist-types/ts3.4/commands/ListAuthorizersCommand.d.ts +9 -0
  415. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +9 -0
  416. package/dist-types/ts3.4/commands/ListCACertificatesCommand.d.ts +9 -0
  417. package/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +9 -0
  418. package/dist-types/ts3.4/commands/ListCertificatesByCACommand.d.ts +9 -0
  419. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
  420. package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +9 -0
  421. package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +9 -0
  422. package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +9 -0
  423. package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +9 -0
  424. package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +9 -0
  425. package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +9 -0
  426. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +9 -0
  427. package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +9 -0
  428. package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +9 -0
  429. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +9 -0
  430. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  431. package/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +9 -0
  432. package/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +9 -0
  433. package/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +9 -0
  434. package/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +9 -0
  435. package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +9 -0
  436. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +9 -0
  437. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
  438. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
  439. package/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +9 -0
  440. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +9 -0
  441. package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +9 -0
  442. package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +9 -0
  443. package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +9 -0
  444. package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +9 -0
  445. package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +9 -0
  446. package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +9 -0
  447. package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +9 -0
  448. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +9 -0
  449. package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +9 -0
  450. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +9 -0
  451. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  452. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +9 -0
  453. package/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +9 -0
  454. package/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +9 -0
  455. package/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +9 -0
  456. package/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +9 -0
  457. package/dist-types/ts3.4/commands/ListThingRegistrationTaskReportsCommand.d.ts +9 -0
  458. package/dist-types/ts3.4/commands/ListThingRegistrationTasksCommand.d.ts +9 -0
  459. package/dist-types/ts3.4/commands/ListThingTypesCommand.d.ts +9 -0
  460. package/dist-types/ts3.4/commands/ListThingsCommand.d.ts +9 -0
  461. package/dist-types/ts3.4/commands/ListThingsInBillingGroupCommand.d.ts +9 -0
  462. package/dist-types/ts3.4/commands/ListThingsInThingGroupCommand.d.ts +9 -0
  463. package/dist-types/ts3.4/commands/ListTopicRuleDestinationsCommand.d.ts +9 -0
  464. package/dist-types/ts3.4/commands/ListTopicRulesCommand.d.ts +9 -0
  465. package/dist-types/ts3.4/commands/ListV2LoggingLevelsCommand.d.ts +9 -0
  466. package/dist-types/ts3.4/commands/ListViolationEventsCommand.d.ts +9 -0
  467. package/dist-types/ts3.4/commands/PutVerificationStateOnViolationCommand.d.ts +9 -0
  468. package/dist-types/ts3.4/commands/RegisterCACertificateCommand.d.ts +9 -0
  469. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +9 -0
  470. package/dist-types/ts3.4/commands/RegisterCertificateWithoutCACommand.d.ts +9 -0
  471. package/dist-types/ts3.4/commands/RegisterThingCommand.d.ts +9 -0
  472. package/dist-types/ts3.4/commands/RejectCertificateTransferCommand.d.ts +9 -0
  473. package/dist-types/ts3.4/commands/RemoveThingFromBillingGroupCommand.d.ts +9 -0
  474. package/dist-types/ts3.4/commands/RemoveThingFromThingGroupCommand.d.ts +9 -0
  475. package/dist-types/ts3.4/commands/ReplaceTopicRuleCommand.d.ts +9 -0
  476. package/dist-types/ts3.4/commands/SearchIndexCommand.d.ts +9 -0
  477. package/dist-types/ts3.4/commands/SetDefaultAuthorizerCommand.d.ts +9 -0
  478. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +9 -0
  479. package/dist-types/ts3.4/commands/SetLoggingOptionsCommand.d.ts +9 -0
  480. package/dist-types/ts3.4/commands/SetV2LoggingLevelCommand.d.ts +9 -0
  481. package/dist-types/ts3.4/commands/SetV2LoggingOptionsCommand.d.ts +9 -0
  482. package/dist-types/ts3.4/commands/StartAuditMitigationActionsTaskCommand.d.ts +9 -0
  483. package/dist-types/ts3.4/commands/StartDetectMitigationActionsTaskCommand.d.ts +9 -0
  484. package/dist-types/ts3.4/commands/StartOnDemandAuditTaskCommand.d.ts +9 -0
  485. package/dist-types/ts3.4/commands/StartThingRegistrationTaskCommand.d.ts +9 -0
  486. package/dist-types/ts3.4/commands/StopThingRegistrationTaskCommand.d.ts +9 -0
  487. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  488. package/dist-types/ts3.4/commands/TestAuthorizationCommand.d.ts +9 -0
  489. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +9 -0
  490. package/dist-types/ts3.4/commands/TransferCertificateCommand.d.ts +9 -0
  491. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  492. package/dist-types/ts3.4/commands/UpdateAccountAuditConfigurationCommand.d.ts +9 -0
  493. package/dist-types/ts3.4/commands/UpdateAuditSuppressionCommand.d.ts +9 -0
  494. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +9 -0
  495. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +9 -0
  496. package/dist-types/ts3.4/commands/UpdateCACertificateCommand.d.ts +9 -0
  497. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +9 -0
  498. package/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +9 -0
  499. package/dist-types/ts3.4/commands/UpdateCustomMetricCommand.d.ts +9 -0
  500. package/dist-types/ts3.4/commands/UpdateDimensionCommand.d.ts +9 -0
  501. package/dist-types/ts3.4/commands/UpdateDomainConfigurationCommand.d.ts +9 -0
  502. package/dist-types/ts3.4/commands/UpdateDynamicThingGroupCommand.d.ts +9 -0
  503. package/dist-types/ts3.4/commands/UpdateEventConfigurationsCommand.d.ts +9 -0
  504. package/dist-types/ts3.4/commands/UpdateFleetMetricCommand.d.ts +9 -0
  505. package/dist-types/ts3.4/commands/UpdateIndexingConfigurationCommand.d.ts +9 -0
  506. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
  507. package/dist-types/ts3.4/commands/UpdateMitigationActionCommand.d.ts +9 -0
  508. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +9 -0
  509. package/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +9 -0
  510. package/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +9 -0
  511. package/dist-types/ts3.4/commands/UpdateProvisioningTemplateCommand.d.ts +9 -0
  512. package/dist-types/ts3.4/commands/UpdateRoleAliasCommand.d.ts +9 -0
  513. package/dist-types/ts3.4/commands/UpdateScheduledAuditCommand.d.ts +9 -0
  514. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +9 -0
  515. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +9 -0
  516. package/dist-types/ts3.4/commands/UpdateThingCommand.d.ts +9 -0
  517. package/dist-types/ts3.4/commands/UpdateThingGroupCommand.d.ts +9 -0
  518. package/dist-types/ts3.4/commands/UpdateThingGroupsForThingCommand.d.ts +9 -0
  519. package/dist-types/ts3.4/commands/UpdateTopicRuleDestinationCommand.d.ts +9 -0
  520. package/dist-types/ts3.4/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +9 -0
  521. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  522. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  523. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  524. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  525. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: IoTClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { IoTClientConfig } from "./IoTClient";
5
5
  export declare const getRuntimeConfig: (config: IoTClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: IoTClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -1034,6 +1034,7 @@ export interface IoT {
1034
1034
  options: __HttpHandlerOptions,
1035
1035
  cb: (err: any, data?: AcceptCertificateTransferCommandOutput) => void
1036
1036
  ): void;
1037
+ addThingToBillingGroup(): Promise<AddThingToBillingGroupCommandOutput>;
1037
1038
  addThingToBillingGroup(
1038
1039
  args: AddThingToBillingGroupCommandInput,
1039
1040
  options?: __HttpHandlerOptions
@@ -1047,6 +1048,7 @@ export interface IoT {
1047
1048
  options: __HttpHandlerOptions,
1048
1049
  cb: (err: any, data?: AddThingToBillingGroupCommandOutput) => void
1049
1050
  ): void;
1051
+ addThingToThingGroup(): Promise<AddThingToThingGroupCommandOutput>;
1050
1052
  addThingToThingGroup(
1051
1053
  args: AddThingToThingGroupCommandInput,
1052
1054
  options?: __HttpHandlerOptions
@@ -1209,6 +1211,7 @@ export interface IoT {
1209
1211
  options: __HttpHandlerOptions,
1210
1212
  cb: (err: any, data?: CancelJobExecutionCommandOutput) => void
1211
1213
  ): void;
1214
+ clearDefaultAuthorizer(): Promise<ClearDefaultAuthorizerCommandOutput>;
1212
1215
  clearDefaultAuthorizer(
1213
1216
  args: ClearDefaultAuthorizerCommandInput,
1214
1217
  options?: __HttpHandlerOptions
@@ -1391,6 +1394,7 @@ export interface IoT {
1391
1394
  options: __HttpHandlerOptions,
1392
1395
  cb: (err: any, data?: CreateJobTemplateCommandOutput) => void
1393
1396
  ): void;
1397
+ createKeysAndCertificate(): Promise<CreateKeysAndCertificateCommandOutput>;
1394
1398
  createKeysAndCertificate(
1395
1399
  args: CreateKeysAndCertificateCommandInput,
1396
1400
  options?: __HttpHandlerOptions
@@ -1644,6 +1648,7 @@ export interface IoT {
1644
1648
  options: __HttpHandlerOptions,
1645
1649
  cb: (err: any, data?: CreateTopicRuleDestinationCommandOutput) => void
1646
1650
  ): void;
1651
+ deleteAccountAuditConfiguration(): Promise<DeleteAccountAuditConfigurationCommandOutput>;
1647
1652
  deleteAccountAuditConfiguration(
1648
1653
  args: DeleteAccountAuditConfigurationCommandInput,
1649
1654
  options?: __HttpHandlerOptions
@@ -1949,6 +1954,7 @@ export interface IoT {
1949
1954
  data?: DeleteProvisioningTemplateVersionCommandOutput
1950
1955
  ) => void
1951
1956
  ): void;
1957
+ deleteRegistrationCode(): Promise<DeleteRegistrationCodeCommandOutput>;
1952
1958
  deleteRegistrationCode(
1953
1959
  args: DeleteRegistrationCodeCommandInput,
1954
1960
  options?: __HttpHandlerOptions
@@ -2105,6 +2111,7 @@ export interface IoT {
2105
2111
  options: __HttpHandlerOptions,
2106
2112
  cb: (err: any, data?: DeprecateThingTypeCommandOutput) => void
2107
2113
  ): void;
2114
+ describeAccountAuditConfiguration(): Promise<DescribeAccountAuditConfigurationCommandOutput>;
2108
2115
  describeAccountAuditConfiguration(
2109
2116
  args: DescribeAccountAuditConfigurationCommandInput,
2110
2117
  options?: __HttpHandlerOptions
@@ -2260,6 +2267,7 @@ export interface IoT {
2260
2267
  options: __HttpHandlerOptions,
2261
2268
  cb: (err: any, data?: DescribeCustomMetricCommandOutput) => void
2262
2269
  ): void;
2270
+ describeDefaultAuthorizer(): Promise<DescribeDefaultAuthorizerCommandOutput>;
2263
2271
  describeDefaultAuthorizer(
2264
2272
  args: DescribeDefaultAuthorizerCommandInput,
2265
2273
  options?: __HttpHandlerOptions
@@ -2318,6 +2326,7 @@ export interface IoT {
2318
2326
  options: __HttpHandlerOptions,
2319
2327
  cb: (err: any, data?: DescribeDomainConfigurationCommandOutput) => void
2320
2328
  ): void;
2329
+ describeEndpoint(): Promise<DescribeEndpointCommandOutput>;
2321
2330
  describeEndpoint(
2322
2331
  args: DescribeEndpointCommandInput,
2323
2332
  options?: __HttpHandlerOptions
@@ -2331,6 +2340,7 @@ export interface IoT {
2331
2340
  options: __HttpHandlerOptions,
2332
2341
  cb: (err: any, data?: DescribeEndpointCommandOutput) => void
2333
2342
  ): void;
2343
+ describeEventConfigurations(): Promise<DescribeEventConfigurationsCommandOutput>;
2334
2344
  describeEventConfigurations(
2335
2345
  args: DescribeEventConfigurationsCommandInput,
2336
2346
  options?: __HttpHandlerOptions
@@ -2649,6 +2659,7 @@ export interface IoT {
2649
2659
  options: __HttpHandlerOptions,
2650
2660
  cb: (err: any, data?: EnableTopicRuleCommandOutput) => void
2651
2661
  ): void;
2662
+ getBehaviorModelTrainingSummaries(): Promise<GetBehaviorModelTrainingSummariesCommandOutput>;
2652
2663
  getBehaviorModelTrainingSummaries(
2653
2664
  args: GetBehaviorModelTrainingSummariesCommandInput,
2654
2665
  options?: __HttpHandlerOptions
@@ -2694,6 +2705,7 @@ export interface IoT {
2694
2705
  options: __HttpHandlerOptions,
2695
2706
  cb: (err: any, data?: GetCardinalityCommandOutput) => void
2696
2707
  ): void;
2708
+ getEffectivePolicies(): Promise<GetEffectivePoliciesCommandOutput>;
2697
2709
  getEffectivePolicies(
2698
2710
  args: GetEffectivePoliciesCommandInput,
2699
2711
  options?: __HttpHandlerOptions
@@ -2707,6 +2719,7 @@ export interface IoT {
2707
2719
  options: __HttpHandlerOptions,
2708
2720
  cb: (err: any, data?: GetEffectivePoliciesCommandOutput) => void
2709
2721
  ): void;
2722
+ getIndexingConfiguration(): Promise<GetIndexingConfigurationCommandOutput>;
2710
2723
  getIndexingConfiguration(
2711
2724
  args: GetIndexingConfigurationCommandInput,
2712
2725
  options?: __HttpHandlerOptions
@@ -2733,6 +2746,7 @@ export interface IoT {
2733
2746
  options: __HttpHandlerOptions,
2734
2747
  cb: (err: any, data?: GetJobDocumentCommandOutput) => void
2735
2748
  ): void;
2749
+ getLoggingOptions(): Promise<GetLoggingOptionsCommandOutput>;
2736
2750
  getLoggingOptions(
2737
2751
  args: GetLoggingOptionsCommandInput,
2738
2752
  options?: __HttpHandlerOptions
@@ -2772,6 +2786,7 @@ export interface IoT {
2772
2786
  options: __HttpHandlerOptions,
2773
2787
  cb: (err: any, data?: GetPackageCommandOutput) => void
2774
2788
  ): void;
2789
+ getPackageConfiguration(): Promise<GetPackageConfigurationCommandOutput>;
2775
2790
  getPackageConfiguration(
2776
2791
  args: GetPackageConfigurationCommandInput,
2777
2792
  options?: __HttpHandlerOptions
@@ -2837,6 +2852,7 @@ export interface IoT {
2837
2852
  options: __HttpHandlerOptions,
2838
2853
  cb: (err: any, data?: GetPolicyVersionCommandOutput) => void
2839
2854
  ): void;
2855
+ getRegistrationCode(): Promise<GetRegistrationCodeCommandOutput>;
2840
2856
  getRegistrationCode(
2841
2857
  args: GetRegistrationCodeCommandInput,
2842
2858
  options?: __HttpHandlerOptions
@@ -2889,6 +2905,7 @@ export interface IoT {
2889
2905
  options: __HttpHandlerOptions,
2890
2906
  cb: (err: any, data?: GetTopicRuleDestinationCommandOutput) => void
2891
2907
  ): void;
2908
+ getV2LoggingOptions(): Promise<GetV2LoggingOptionsCommandOutput>;
2892
2909
  getV2LoggingOptions(
2893
2910
  args: GetV2LoggingOptionsCommandInput,
2894
2911
  options?: __HttpHandlerOptions
@@ -2902,6 +2919,7 @@ export interface IoT {
2902
2919
  options: __HttpHandlerOptions,
2903
2920
  cb: (err: any, data?: GetV2LoggingOptionsCommandOutput) => void
2904
2921
  ): void;
2922
+ listActiveViolations(): Promise<ListActiveViolationsCommandOutput>;
2905
2923
  listActiveViolations(
2906
2924
  args: ListActiveViolationsCommandInput,
2907
2925
  options?: __HttpHandlerOptions
@@ -2928,6 +2946,7 @@ export interface IoT {
2928
2946
  options: __HttpHandlerOptions,
2929
2947
  cb: (err: any, data?: ListAttachedPoliciesCommandOutput) => void
2930
2948
  ): void;
2949
+ listAuditFindings(): Promise<ListAuditFindingsCommandOutput>;
2931
2950
  listAuditFindings(
2932
2951
  args: ListAuditFindingsCommandInput,
2933
2952
  options?: __HttpHandlerOptions
@@ -2973,6 +2992,7 @@ export interface IoT {
2973
2992
  options: __HttpHandlerOptions,
2974
2993
  cb: (err: any, data?: ListAuditMitigationActionsTasksCommandOutput) => void
2975
2994
  ): void;
2995
+ listAuditSuppressions(): Promise<ListAuditSuppressionsCommandOutput>;
2976
2996
  listAuditSuppressions(
2977
2997
  args: ListAuditSuppressionsCommandInput,
2978
2998
  options?: __HttpHandlerOptions
@@ -2999,6 +3019,7 @@ export interface IoT {
2999
3019
  options: __HttpHandlerOptions,
3000
3020
  cb: (err: any, data?: ListAuditTasksCommandOutput) => void
3001
3021
  ): void;
3022
+ listAuthorizers(): Promise<ListAuthorizersCommandOutput>;
3002
3023
  listAuthorizers(
3003
3024
  args: ListAuthorizersCommandInput,
3004
3025
  options?: __HttpHandlerOptions
@@ -3012,6 +3033,7 @@ export interface IoT {
3012
3033
  options: __HttpHandlerOptions,
3013
3034
  cb: (err: any, data?: ListAuthorizersCommandOutput) => void
3014
3035
  ): void;
3036
+ listBillingGroups(): Promise<ListBillingGroupsCommandOutput>;
3015
3037
  listBillingGroups(
3016
3038
  args: ListBillingGroupsCommandInput,
3017
3039
  options?: __HttpHandlerOptions
@@ -3025,6 +3047,7 @@ export interface IoT {
3025
3047
  options: __HttpHandlerOptions,
3026
3048
  cb: (err: any, data?: ListBillingGroupsCommandOutput) => void
3027
3049
  ): void;
3050
+ listCACertificates(): Promise<ListCACertificatesCommandOutput>;
3028
3051
  listCACertificates(
3029
3052
  args: ListCACertificatesCommandInput,
3030
3053
  options?: __HttpHandlerOptions
@@ -3038,6 +3061,7 @@ export interface IoT {
3038
3061
  options: __HttpHandlerOptions,
3039
3062
  cb: (err: any, data?: ListCACertificatesCommandOutput) => void
3040
3063
  ): void;
3064
+ listCertificateProviders(): Promise<ListCertificateProvidersCommandOutput>;
3041
3065
  listCertificateProviders(
3042
3066
  args: ListCertificateProvidersCommandInput,
3043
3067
  options?: __HttpHandlerOptions
@@ -3051,6 +3075,7 @@ export interface IoT {
3051
3075
  options: __HttpHandlerOptions,
3052
3076
  cb: (err: any, data?: ListCertificateProvidersCommandOutput) => void
3053
3077
  ): void;
3078
+ listCertificates(): Promise<ListCertificatesCommandOutput>;
3054
3079
  listCertificates(
3055
3080
  args: ListCertificatesCommandInput,
3056
3081
  options?: __HttpHandlerOptions
@@ -3077,6 +3102,7 @@ export interface IoT {
3077
3102
  options: __HttpHandlerOptions,
3078
3103
  cb: (err: any, data?: ListCertificatesByCACommandOutput) => void
3079
3104
  ): void;
3105
+ listCustomMetrics(): Promise<ListCustomMetricsCommandOutput>;
3080
3106
  listCustomMetrics(
3081
3107
  args: ListCustomMetricsCommandInput,
3082
3108
  options?: __HttpHandlerOptions
@@ -3090,6 +3116,7 @@ export interface IoT {
3090
3116
  options: __HttpHandlerOptions,
3091
3117
  cb: (err: any, data?: ListCustomMetricsCommandOutput) => void
3092
3118
  ): void;
3119
+ listDetectMitigationActionsExecutions(): Promise<ListDetectMitigationActionsExecutionsCommandOutput>;
3093
3120
  listDetectMitigationActionsExecutions(
3094
3121
  args: ListDetectMitigationActionsExecutionsCommandInput,
3095
3122
  options?: __HttpHandlerOptions
@@ -3122,6 +3149,7 @@ export interface IoT {
3122
3149
  options: __HttpHandlerOptions,
3123
3150
  cb: (err: any, data?: ListDetectMitigationActionsTasksCommandOutput) => void
3124
3151
  ): void;
3152
+ listDimensions(): Promise<ListDimensionsCommandOutput>;
3125
3153
  listDimensions(
3126
3154
  args: ListDimensionsCommandInput,
3127
3155
  options?: __HttpHandlerOptions
@@ -3135,6 +3163,7 @@ export interface IoT {
3135
3163
  options: __HttpHandlerOptions,
3136
3164
  cb: (err: any, data?: ListDimensionsCommandOutput) => void
3137
3165
  ): void;
3166
+ listDomainConfigurations(): Promise<ListDomainConfigurationsCommandOutput>;
3138
3167
  listDomainConfigurations(
3139
3168
  args: ListDomainConfigurationsCommandInput,
3140
3169
  options?: __HttpHandlerOptions
@@ -3148,6 +3177,7 @@ export interface IoT {
3148
3177
  options: __HttpHandlerOptions,
3149
3178
  cb: (err: any, data?: ListDomainConfigurationsCommandOutput) => void
3150
3179
  ): void;
3180
+ listFleetMetrics(): Promise<ListFleetMetricsCommandOutput>;
3151
3181
  listFleetMetrics(
3152
3182
  args: ListFleetMetricsCommandInput,
3153
3183
  options?: __HttpHandlerOptions
@@ -3161,6 +3191,7 @@ export interface IoT {
3161
3191
  options: __HttpHandlerOptions,
3162
3192
  cb: (err: any, data?: ListFleetMetricsCommandOutput) => void
3163
3193
  ): void;
3194
+ listIndices(): Promise<ListIndicesCommandOutput>;
3164
3195
  listIndices(
3165
3196
  args: ListIndicesCommandInput,
3166
3197
  options?: __HttpHandlerOptions
@@ -3200,6 +3231,7 @@ export interface IoT {
3200
3231
  options: __HttpHandlerOptions,
3201
3232
  cb: (err: any, data?: ListJobExecutionsForThingCommandOutput) => void
3202
3233
  ): void;
3234
+ listJobs(): Promise<ListJobsCommandOutput>;
3203
3235
  listJobs(
3204
3236
  args: ListJobsCommandInput,
3205
3237
  options?: __HttpHandlerOptions
@@ -3213,6 +3245,7 @@ export interface IoT {
3213
3245
  options: __HttpHandlerOptions,
3214
3246
  cb: (err: any, data?: ListJobsCommandOutput) => void
3215
3247
  ): void;
3248
+ listJobTemplates(): Promise<ListJobTemplatesCommandOutput>;
3216
3249
  listJobTemplates(
3217
3250
  args: ListJobTemplatesCommandInput,
3218
3251
  options?: __HttpHandlerOptions
@@ -3226,6 +3259,7 @@ export interface IoT {
3226
3259
  options: __HttpHandlerOptions,
3227
3260
  cb: (err: any, data?: ListJobTemplatesCommandOutput) => void
3228
3261
  ): void;
3262
+ listManagedJobTemplates(): Promise<ListManagedJobTemplatesCommandOutput>;
3229
3263
  listManagedJobTemplates(
3230
3264
  args: ListManagedJobTemplatesCommandInput,
3231
3265
  options?: __HttpHandlerOptions
@@ -3252,6 +3286,7 @@ export interface IoT {
3252
3286
  options: __HttpHandlerOptions,
3253
3287
  cb: (err: any, data?: ListMetricValuesCommandOutput) => void
3254
3288
  ): void;
3289
+ listMitigationActions(): Promise<ListMitigationActionsCommandOutput>;
3255
3290
  listMitigationActions(
3256
3291
  args: ListMitigationActionsCommandInput,
3257
3292
  options?: __HttpHandlerOptions
@@ -3265,6 +3300,7 @@ export interface IoT {
3265
3300
  options: __HttpHandlerOptions,
3266
3301
  cb: (err: any, data?: ListMitigationActionsCommandOutput) => void
3267
3302
  ): void;
3303
+ listOTAUpdates(): Promise<ListOTAUpdatesCommandOutput>;
3268
3304
  listOTAUpdates(
3269
3305
  args: ListOTAUpdatesCommandInput,
3270
3306
  options?: __HttpHandlerOptions
@@ -3278,6 +3314,7 @@ export interface IoT {
3278
3314
  options: __HttpHandlerOptions,
3279
3315
  cb: (err: any, data?: ListOTAUpdatesCommandOutput) => void
3280
3316
  ): void;
3317
+ listOutgoingCertificates(): Promise<ListOutgoingCertificatesCommandOutput>;
3281
3318
  listOutgoingCertificates(
3282
3319
  args: ListOutgoingCertificatesCommandInput,
3283
3320
  options?: __HttpHandlerOptions
@@ -3291,6 +3328,7 @@ export interface IoT {
3291
3328
  options: __HttpHandlerOptions,
3292
3329
  cb: (err: any, data?: ListOutgoingCertificatesCommandOutput) => void
3293
3330
  ): void;
3331
+ listPackages(): Promise<ListPackagesCommandOutput>;
3294
3332
  listPackages(
3295
3333
  args: ListPackagesCommandInput,
3296
3334
  options?: __HttpHandlerOptions
@@ -3317,6 +3355,7 @@ export interface IoT {
3317
3355
  options: __HttpHandlerOptions,
3318
3356
  cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
3319
3357
  ): void;
3358
+ listPolicies(): Promise<ListPoliciesCommandOutput>;
3320
3359
  listPolicies(
3321
3360
  args: ListPoliciesCommandInput,
3322
3361
  options?: __HttpHandlerOptions
@@ -3382,6 +3421,7 @@ export interface IoT {
3382
3421
  options: __HttpHandlerOptions,
3383
3422
  cb: (err: any, data?: ListPrincipalThingsCommandOutput) => void
3384
3423
  ): void;
3424
+ listProvisioningTemplates(): Promise<ListProvisioningTemplatesCommandOutput>;
3385
3425
  listProvisioningTemplates(
3386
3426
  args: ListProvisioningTemplatesCommandInput,
3387
3427
  options?: __HttpHandlerOptions
@@ -3427,6 +3467,7 @@ export interface IoT {
3427
3467
  data?: ListRelatedResourcesForAuditFindingCommandOutput
3428
3468
  ) => void
3429
3469
  ): void;
3470
+ listRoleAliases(): Promise<ListRoleAliasesCommandOutput>;
3430
3471
  listRoleAliases(
3431
3472
  args: ListRoleAliasesCommandInput,
3432
3473
  options?: __HttpHandlerOptions
@@ -3440,6 +3481,7 @@ export interface IoT {
3440
3481
  options: __HttpHandlerOptions,
3441
3482
  cb: (err: any, data?: ListRoleAliasesCommandOutput) => void
3442
3483
  ): void;
3484
+ listScheduledAudits(): Promise<ListScheduledAuditsCommandOutput>;
3443
3485
  listScheduledAudits(
3444
3486
  args: ListScheduledAuditsCommandInput,
3445
3487
  options?: __HttpHandlerOptions
@@ -3453,6 +3495,7 @@ export interface IoT {
3453
3495
  options: __HttpHandlerOptions,
3454
3496
  cb: (err: any, data?: ListScheduledAuditsCommandOutput) => void
3455
3497
  ): void;
3498
+ listSecurityProfiles(): Promise<ListSecurityProfilesCommandOutput>;
3456
3499
  listSecurityProfiles(
3457
3500
  args: ListSecurityProfilesCommandInput,
3458
3501
  options?: __HttpHandlerOptions
@@ -3479,6 +3522,7 @@ export interface IoT {
3479
3522
  options: __HttpHandlerOptions,
3480
3523
  cb: (err: any, data?: ListSecurityProfilesForTargetCommandOutput) => void
3481
3524
  ): void;
3525
+ listStreams(): Promise<ListStreamsCommandOutput>;
3482
3526
  listStreams(
3483
3527
  args: ListStreamsCommandInput,
3484
3528
  options?: __HttpHandlerOptions
@@ -3531,6 +3575,7 @@ export interface IoT {
3531
3575
  options: __HttpHandlerOptions,
3532
3576
  cb: (err: any, data?: ListTargetsForSecurityProfileCommandOutput) => void
3533
3577
  ): void;
3578
+ listThingGroups(): Promise<ListThingGroupsCommandOutput>;
3534
3579
  listThingGroups(
3535
3580
  args: ListThingGroupsCommandInput,
3536
3581
  options?: __HttpHandlerOptions
@@ -3583,6 +3628,7 @@ export interface IoT {
3583
3628
  options: __HttpHandlerOptions,
3584
3629
  cb: (err: any, data?: ListThingRegistrationTaskReportsCommandOutput) => void
3585
3630
  ): void;
3631
+ listThingRegistrationTasks(): Promise<ListThingRegistrationTasksCommandOutput>;
3586
3632
  listThingRegistrationTasks(
3587
3633
  args: ListThingRegistrationTasksCommandInput,
3588
3634
  options?: __HttpHandlerOptions
@@ -3596,6 +3642,7 @@ export interface IoT {
3596
3642
  options: __HttpHandlerOptions,
3597
3643
  cb: (err: any, data?: ListThingRegistrationTasksCommandOutput) => void
3598
3644
  ): void;
3645
+ listThings(): Promise<ListThingsCommandOutput>;
3599
3646
  listThings(
3600
3647
  args: ListThingsCommandInput,
3601
3648
  options?: __HttpHandlerOptions
@@ -3635,6 +3682,7 @@ export interface IoT {
3635
3682
  options: __HttpHandlerOptions,
3636
3683
  cb: (err: any, data?: ListThingsInThingGroupCommandOutput) => void
3637
3684
  ): void;
3685
+ listThingTypes(): Promise<ListThingTypesCommandOutput>;
3638
3686
  listThingTypes(
3639
3687
  args: ListThingTypesCommandInput,
3640
3688
  options?: __HttpHandlerOptions
@@ -3648,6 +3696,7 @@ export interface IoT {
3648
3696
  options: __HttpHandlerOptions,
3649
3697
  cb: (err: any, data?: ListThingTypesCommandOutput) => void
3650
3698
  ): void;
3699
+ listTopicRuleDestinations(): Promise<ListTopicRuleDestinationsCommandOutput>;
3651
3700
  listTopicRuleDestinations(
3652
3701
  args: ListTopicRuleDestinationsCommandInput,
3653
3702
  options?: __HttpHandlerOptions
@@ -3661,6 +3710,7 @@ export interface IoT {
3661
3710
  options: __HttpHandlerOptions,
3662
3711
  cb: (err: any, data?: ListTopicRuleDestinationsCommandOutput) => void
3663
3712
  ): void;
3713
+ listTopicRules(): Promise<ListTopicRulesCommandOutput>;
3664
3714
  listTopicRules(
3665
3715
  args: ListTopicRulesCommandInput,
3666
3716
  options?: __HttpHandlerOptions
@@ -3674,6 +3724,7 @@ export interface IoT {
3674
3724
  options: __HttpHandlerOptions,
3675
3725
  cb: (err: any, data?: ListTopicRulesCommandOutput) => void
3676
3726
  ): void;
3727
+ listV2LoggingLevels(): Promise<ListV2LoggingLevelsCommandOutput>;
3677
3728
  listV2LoggingLevels(
3678
3729
  args: ListV2LoggingLevelsCommandInput,
3679
3730
  options?: __HttpHandlerOptions
@@ -3778,6 +3829,7 @@ export interface IoT {
3778
3829
  options: __HttpHandlerOptions,
3779
3830
  cb: (err: any, data?: RejectCertificateTransferCommandOutput) => void
3780
3831
  ): void;
3832
+ removeThingFromBillingGroup(): Promise<RemoveThingFromBillingGroupCommandOutput>;
3781
3833
  removeThingFromBillingGroup(
3782
3834
  args: RemoveThingFromBillingGroupCommandInput,
3783
3835
  options?: __HttpHandlerOptions
@@ -3791,6 +3843,7 @@ export interface IoT {
3791
3843
  options: __HttpHandlerOptions,
3792
3844
  cb: (err: any, data?: RemoveThingFromBillingGroupCommandOutput) => void
3793
3845
  ): void;
3846
+ removeThingFromThingGroup(): Promise<RemoveThingFromThingGroupCommandOutput>;
3794
3847
  removeThingFromThingGroup(
3795
3848
  args: RemoveThingFromThingGroupCommandInput,
3796
3849
  options?: __HttpHandlerOptions
@@ -3882,6 +3935,7 @@ export interface IoT {
3882
3935
  options: __HttpHandlerOptions,
3883
3936
  cb: (err: any, data?: SetV2LoggingLevelCommandOutput) => void
3884
3937
  ): void;
3938
+ setV2LoggingOptions(): Promise<SetV2LoggingOptionsCommandOutput>;
3885
3939
  setV2LoggingOptions(
3886
3940
  args: SetV2LoggingOptionsCommandInput,
3887
3941
  options?: __HttpHandlerOptions
@@ -4025,6 +4079,7 @@ export interface IoT {
4025
4079
  options: __HttpHandlerOptions,
4026
4080
  cb: (err: any, data?: UntagResourceCommandOutput) => void
4027
4081
  ): void;
4082
+ updateAccountAuditConfiguration(): Promise<UpdateAccountAuditConfigurationCommandOutput>;
4028
4083
  updateAccountAuditConfiguration(
4029
4084
  args: UpdateAccountAuditConfigurationCommandInput,
4030
4085
  options?: __HttpHandlerOptions
@@ -4168,6 +4223,7 @@ export interface IoT {
4168
4223
  options: __HttpHandlerOptions,
4169
4224
  cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void
4170
4225
  ): void;
4226
+ updateEventConfigurations(): Promise<UpdateEventConfigurationsCommandOutput>;
4171
4227
  updateEventConfigurations(
4172
4228
  args: UpdateEventConfigurationsCommandInput,
4173
4229
  options?: __HttpHandlerOptions
@@ -4194,6 +4250,7 @@ export interface IoT {
4194
4250
  options: __HttpHandlerOptions,
4195
4251
  cb: (err: any, data?: UpdateFleetMetricCommandOutput) => void
4196
4252
  ): void;
4253
+ updateIndexingConfiguration(): Promise<UpdateIndexingConfigurationCommandOutput>;
4197
4254
  updateIndexingConfiguration(
4198
4255
  args: UpdateIndexingConfigurationCommandInput,
4199
4256
  options?: __HttpHandlerOptions
@@ -4246,6 +4303,7 @@ export interface IoT {
4246
4303
  options: __HttpHandlerOptions,
4247
4304
  cb: (err: any, data?: UpdatePackageCommandOutput) => void
4248
4305
  ): void;
4306
+ updatePackageConfiguration(): Promise<UpdatePackageConfigurationCommandOutput>;
4249
4307
  updatePackageConfiguration(
4250
4308
  args: UpdatePackageConfigurationCommandInput,
4251
4309
  options?: __HttpHandlerOptions
@@ -4363,6 +4421,7 @@ export interface IoT {
4363
4421
  options: __HttpHandlerOptions,
4364
4422
  cb: (err: any, data?: UpdateThingGroupCommandOutput) => void
4365
4423
  ): void;
4424
+ updateThingGroupsForThing(): Promise<UpdateThingGroupsForThingCommandOutput>;
4366
4425
  updateThingGroupsForThing(
4367
4426
  args: UpdateThingGroupsForThingCommandInput,
4368
4427
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const AcceptCertificateTransferCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AcceptCertificateTransferCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AcceptCertificateTransferCommandInput,
28
+ AcceptCertificateTransferCommandOutput,
29
+ IoTClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AcceptCertificateTransferCommand extends AcceptCertificateTransferCommand_base {}
@@ -25,6 +25,15 @@ declare const AddThingToBillingGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [AddThingToBillingGroupCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AddThingToBillingGroupCommandInput,
32
+ AddThingToBillingGroupCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AddThingToBillingGroupCommand extends AddThingToBillingGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const AddThingToThingGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [AddThingToThingGroupCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AddThingToThingGroupCommandInput,
32
+ AddThingToThingGroupCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AddThingToThingGroupCommand extends AddThingToThingGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateTargetsWithJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateTargetsWithJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateTargetsWithJobCommandInput,
32
+ AssociateTargetsWithJobCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateTargetsWithJobCommand extends AssociateTargetsWithJobCommand_base {}
@@ -19,6 +19,15 @@ declare const AttachPolicyCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: AttachPolicyCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ AttachPolicyCommandInput,
26
+ AttachPolicyCommandOutput,
27
+ IoTClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class AttachPolicyCommand extends AttachPolicyCommand_base {}
@@ -20,6 +20,15 @@ declare const AttachPrincipalPolicyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: AttachPrincipalPolicyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ AttachPrincipalPolicyCommandInput,
27
+ AttachPrincipalPolicyCommandOutput,
28
+ IoTClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class AttachPrincipalPolicyCommand extends AttachPrincipalPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const AttachSecurityProfileCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AttachSecurityProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AttachSecurityProfileCommandInput,
32
+ AttachSecurityProfileCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AttachSecurityProfileCommand extends AttachSecurityProfileCommand_base {}
@@ -25,6 +25,15 @@ declare const AttachThingPrincipalCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AttachThingPrincipalCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AttachThingPrincipalCommandInput,
32
+ AttachThingPrincipalCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AttachThingPrincipalCommand extends AttachThingPrincipalCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelAuditMitigationActionsTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelAuditMitigationActionsTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelAuditMitigationActionsTaskCommandInput,
32
+ CancelAuditMitigationActionsTaskCommandOutput,
33
+ IoTClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelAuditMitigationActionsTaskCommand extends CancelAuditMitigationActionsTaskCommand_base {}
@@ -24,6 +24,15 @@ declare const CancelAuditTaskCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CancelAuditTaskCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CancelAuditTaskCommandInput,
31
+ CancelAuditTaskCommandOutput,
32
+ IoTClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CancelAuditTaskCommand extends CancelAuditTaskCommand_base {}