@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
@@ -22,10 +22,10 @@ export interface ListScheduledAuditsCommandOutput extends ListScheduledAuditsRes
22
22
  }
23
23
  declare const ListScheduledAuditsCommand_base: {
24
24
  new (input: ListScheduledAuditsCommandInput): import("@smithy/smithy-client").CommandImpl<ListScheduledAuditsCommandInput, ListScheduledAuditsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListScheduledAuditsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListScheduledAuditsCommandInput, ListScheduledAuditsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all of your scheduled audits.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListScheduledAudits</a> action.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const ListScheduledAuditsCommand_base: {
73
73
  * @throws {@link IoTServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoT service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListScheduledAuditsCommand extends ListScheduledAuditsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListSecurityProfilesCommandOutput extends ListSecurityProfilesR
22
22
  }
23
23
  declare const ListSecurityProfilesCommand_base: {
24
24
  new (input: ListSecurityProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSecurityProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Device Defender security profiles
30
30
  * you've
31
31
  * created. You can filter security profiles by dimension or custom metric.</p>
@@ -81,6 +81,7 @@ declare const ListSecurityProfilesCommand_base: {
81
81
  * @throws {@link IoTServiceException}
82
82
  * <p>Base exception class for all service exceptions from IoT service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListSecurityProfilesCommand extends ListSecurityProfilesCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListSecurityProfilesForTargetCommandOutput extends ListSecurity
22
22
  }
23
23
  declare const ListSecurityProfilesForTargetCommand_base: {
24
24
  new (input: ListSecurityProfilesForTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityProfilesForTargetCommandInput, ListSecurityProfilesForTargetCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSecurityProfilesForTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityProfilesForTargetCommandInput, ListSecurityProfilesForTargetCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Device Defender security profiles attached to a target (thing group).</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSecurityProfilesForTarget</a> action.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const ListSecurityProfilesForTargetCommand_base: {
80
80
  * @throws {@link IoTServiceException}
81
81
  * <p>Base exception class for all service exceptions from IoT service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListSecurityProfilesForTargetCommand extends ListSecurityProfilesForTargetCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListStreamsCommandOutput extends ListStreamsResponse, __Metadat
22
22
  }
23
23
  declare const ListStreamsCommand_base: {
24
24
  new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all of the streams in your Amazon Web Services account.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListStreams</a> action.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListStreamsCommand_base: {
79
79
  * @throws {@link IoTServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoT service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListStreamsCommand extends ListStreamsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTagsForResource</a> action.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * @throws {@link IoTServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoT service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR
22
22
  }
23
23
  declare const ListTargetsForPolicyCommand_base: {
24
24
  new (input: ListTargetsForPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTargetsForPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List targets for the specified policy.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTargetsForPolicy</a> action.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const ListTargetsForPolicyCommand_base: {
80
80
  * @throws {@link IoTServiceException}
81
81
  * <p>Base exception class for all service exceptions from IoT service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListTargetsForPolicyCommand extends ListTargetsForPolicyCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListTargetsForSecurityProfileCommandOutput extends ListTargetsF
22
22
  }
23
23
  declare const ListTargetsForSecurityProfileCommand_base: {
24
24
  new (input: ListTargetsForSecurityProfileCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsForSecurityProfileCommandInput, ListTargetsForSecurityProfileCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTargetsForSecurityProfileCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsForSecurityProfileCommandInput, ListTargetsForSecurityProfileCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the targets (thing groups) associated with a given Device Defender security profile.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTargetsForSecurityProfile</a> action.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const ListTargetsForSecurityProfileCommand_base: {
73
73
  * @throws {@link IoTServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoT service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListTargetsForSecurityProfileCommand extends ListTargetsForSecurityProfileCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListThingGroupsCommandOutput extends ListThingGroupsResponse, _
22
22
  }
23
23
  declare const ListThingGroupsCommand_base: {
24
24
  new (input: ListThingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingGroupsCommandInput, ListThingGroupsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListThingGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListThingGroupsCommandInput, ListThingGroupsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the thing groups in your account.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingGroups</a> action.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const ListThingGroupsCommand_base: {
76
76
  * @throws {@link IoTServiceException}
77
77
  * <p>Base exception class for all service exceptions from IoT service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListThingGroupsCommand extends ListThingGroupsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListThingGroupsForThingCommandOutput extends ListThingGroupsFor
22
22
  }
23
23
  declare const ListThingGroupsForThingCommand_base: {
24
24
  new (input: ListThingGroupsForThingCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingGroupsForThingCommandInput, ListThingGroupsForThingCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListThingGroupsForThingCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingGroupsForThingCommandInput, ListThingGroupsForThingCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the thing groups to which the specified thing belongs.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingGroupsForThing</a> action.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const ListThingGroupsForThingCommand_base: {
74
74
  * @throws {@link IoTServiceException}
75
75
  * <p>Base exception class for all service exceptions from IoT service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListThingGroupsForThingCommand extends ListThingGroupsForThingCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListThingPrincipalsCommandOutput extends ListThingPrincipalsRes
22
22
  }
23
23
  declare const ListThingPrincipalsCommand_base: {
24
24
  new (input: ListThingPrincipalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingPrincipalsCommandInput, ListThingPrincipalsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListThingPrincipalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingPrincipalsCommandInput, ListThingPrincipalsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the principals associated with the specified thing. A principal can be X.509
30
30
  * certificates, IAM users, groups, and roles, Amazon Cognito identities or federated
31
31
  * identities.</p>
@@ -79,6 +79,7 @@ declare const ListThingPrincipalsCommand_base: {
79
79
  * @throws {@link IoTServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoT service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListThingPrincipalsCommand extends ListThingPrincipalsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListThingRegistrationTaskReportsCommandOutput extends ListThing
22
22
  }
23
23
  declare const ListThingRegistrationTaskReportsCommand_base: {
24
24
  new (input: ListThingRegistrationTaskReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingRegistrationTaskReportsCommandInput, ListThingRegistrationTaskReportsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListThingRegistrationTaskReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingRegistrationTaskReportsCommandInput, ListThingRegistrationTaskReportsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Information about the thing registration tasks.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListThingRegistrationTaskReportsCommand_base: {
72
72
  * @throws {@link IoTServiceException}
73
73
  * <p>Base exception class for all service exceptions from IoT service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListThingRegistrationTaskReportsCommand extends ListThingRegistrationTaskReportsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListThingRegistrationTasksCommandOutput extends ListThingRegist
22
22
  }
23
23
  declare const ListThingRegistrationTasksCommand_base: {
24
24
  new (input: ListThingRegistrationTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingRegistrationTasksCommandInput, ListThingRegistrationTasksCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListThingRegistrationTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListThingRegistrationTasksCommandInput, ListThingRegistrationTasksCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List bulk thing provisioning tasks.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingRegistrationTasks</a> action.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const ListThingRegistrationTasksCommand_base: {
71
71
  * @throws {@link IoTServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoT service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListThingRegistrationTasksCommand extends ListThingRegistrationTasksCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListThingTypesCommandOutput extends ListThingTypesResponse, __M
22
22
  }
23
23
  declare const ListThingTypesCommand_base: {
24
24
  new (input: ListThingTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingTypesCommandInput, ListThingTypesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListThingTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListThingTypesCommandInput, ListThingTypesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the existing thing types.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingTypes</a> action.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const ListThingTypesCommand_base: {
88
88
  * @throws {@link IoTServiceException}
89
89
  * <p>Base exception class for all service exceptions from IoT service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListThingTypesCommand extends ListThingTypesCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListThingsCommandOutput extends ListThingsResponse, __MetadataB
22
22
  }
23
23
  declare const ListThingsCommand_base: {
24
24
  new (input: ListThingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingsCommandInput, ListThingsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListThingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListThingsCommandInput, ListThingsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your things. Use the <b>attributeName</b> and <b>attributeValue</b> parameters to filter your things. For example,
30
30
  * calling <code>ListThings</code> with attributeName=Color and attributeValue=Red
31
31
  * retrieves all things in the registry that contain an attribute <b>Color</b> with the value <b>Red</b>. For more
@@ -92,6 +92,7 @@ declare const ListThingsCommand_base: {
92
92
  * @throws {@link IoTServiceException}
93
93
  * <p>Base exception class for all service exceptions from IoT service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListThingsCommand extends ListThingsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListThingsInBillingGroupCommandOutput extends ListThingsInBilli
22
22
  }
23
23
  declare const ListThingsInBillingGroupCommand_base: {
24
24
  new (input: ListThingsInBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingsInBillingGroupCommandInput, ListThingsInBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListThingsInBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingsInBillingGroupCommandInput, ListThingsInBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the things you have added to the given billing group.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingsInBillingGroup</a> action.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const ListThingsInBillingGroupCommand_base: {
71
71
  * @throws {@link IoTServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoT service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListThingsInBillingGroupCommand extends ListThingsInBillingGroupCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListThingsInThingGroupCommandOutput extends ListThingsInThingGr
22
22
  }
23
23
  declare const ListThingsInThingGroupCommand_base: {
24
24
  new (input: ListThingsInThingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingsInThingGroupCommandInput, ListThingsInThingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListThingsInThingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListThingsInThingGroupCommandInput, ListThingsInThingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the things in the specified group.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListThingsInThingGroup</a> action.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const ListThingsInThingGroupCommand_base: {
72
72
  * @throws {@link IoTServiceException}
73
73
  * <p>Base exception class for all service exceptions from IoT service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListThingsInThingGroupCommand extends ListThingsInThingGroupCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListTopicRuleDestinationsCommandOutput extends ListTopicRuleDes
22
22
  }
23
23
  declare const ListTopicRuleDestinationsCommand_base: {
24
24
  new (input: ListTopicRuleDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTopicRuleDestinationsCommandInput, ListTopicRuleDestinationsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTopicRuleDestinationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTopicRuleDestinationsCommandInput, ListTopicRuleDestinationsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the topic rule destinations in your Amazon Web Services account.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTopicRuleDestinations</a> action.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const ListTopicRuleDestinationsCommand_base: {
89
89
  * @throws {@link IoTServiceException}
90
90
  * <p>Base exception class for all service exceptions from IoT service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListTopicRuleDestinationsCommand extends ListTopicRuleDestinationsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListTopicRulesCommandOutput extends ListTopicRulesResponse, __M
22
22
  }
23
23
  declare const ListTopicRulesCommand_base: {
24
24
  new (input: ListTopicRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTopicRulesCommandInput, ListTopicRulesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTopicRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTopicRulesCommandInput, ListTopicRulesCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the rules for the specific topic.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTopicRules</a> action.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const ListTopicRulesCommand_base: {
75
75
  * @throws {@link IoTServiceException}
76
76
  * <p>Base exception class for all service exceptions from IoT service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListTopicRulesCommand extends ListTopicRulesCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListV2LoggingLevelsCommandOutput extends ListV2LoggingLevelsRes
22
22
  }
23
23
  declare const ListV2LoggingLevelsCommand_base: {
24
24
  new (input: ListV2LoggingLevelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListV2LoggingLevelsCommandInput, ListV2LoggingLevelsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListV2LoggingLevelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListV2LoggingLevelsCommandInput, ListV2LoggingLevelsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists logging levels.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListV2LoggingLevels</a> action.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const ListV2LoggingLevelsCommand_base: {
77
77
  * @throws {@link IoTServiceException}
78
78
  * <p>Base exception class for all service exceptions from IoT service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListV2LoggingLevelsCommand extends ListV2LoggingLevelsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListViolationEventsCommandOutput extends ListViolationEventsRes
22
22
  }
23
23
  declare const ListViolationEventsCommand_base: {
24
24
  new (input: ListViolationEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListViolationEventsCommandInput, ListViolationEventsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListViolationEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListViolationEventsCommandInput, ListViolationEventsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Device Defender security profile violations discovered during the given time period.
30
30
  * You can use filters to limit the results to those alerts issued for a particular security profile,
31
31
  * behavior, or thing (device).</p>
@@ -141,6 +141,7 @@ declare const ListViolationEventsCommand_base: {
141
141
  * @throws {@link IoTServiceException}
142
142
  * <p>Base exception class for all service exceptions from IoT service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class ListViolationEventsCommand extends ListViolationEventsCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface PutVerificationStateOnViolationCommandOutput extends PutVerific
22
22
  }
23
23
  declare const PutVerificationStateOnViolationCommand_base: {
24
24
  new (input: PutVerificationStateOnViolationCommandInput): import("@smithy/smithy-client").CommandImpl<PutVerificationStateOnViolationCommandInput, PutVerificationStateOnViolationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutVerificationStateOnViolationCommandInput): import("@smithy/smithy-client").CommandImpl<PutVerificationStateOnViolationCommandInput, PutVerificationStateOnViolationCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Set a verification state and provide a description of that verification state on a violation (detect alarm).</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const PutVerificationStateOnViolationCommand_base: {
62
62
  * @throws {@link IoTServiceException}
63
63
  * <p>Base exception class for all service exceptions from IoT service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class PutVerificationStateOnViolationCommand extends PutVerificationStateOnViolationCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface RegisterCACertificateCommandOutput extends RegisterCACertificat
22
22
  }
23
23
  declare const RegisterCACertificateCommand_base: {
24
24
  new (input: RegisterCACertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCACertificateCommandInput, RegisterCACertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterCACertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCACertificateCommandInput, RegisterCACertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers a CA certificate with Amazon Web Services IoT Core. There is no limit to the number of CA
30
30
  * certificates you can register in your Amazon Web Services account. You can register up to 10 CA
31
31
  * certificates with the same <code>CA subject field</code> per Amazon Web Services account.</p>
@@ -102,6 +102,7 @@ declare const RegisterCACertificateCommand_base: {
102
102
  * @throws {@link IoTServiceException}
103
103
  * <p>Base exception class for all service exceptions from IoT service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class RegisterCACertificateCommand extends RegisterCACertificateCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes
22
22
  }
23
23
  declare const RegisterCertificateCommand_base: {
24
24
  new (input: RegisterCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers a device certificate with IoT in the same <a href="https://docs.aws.amazon.com/iot/latest/apireference/API_CertificateDescription.html#iot-Type-CertificateDescription-certificateMode">certificate mode</a> as the signing CA. If you have more than one CA certificate that has the same subject field, you must
30
30
  * specify the CA certificate that was used to sign the device certificate being
31
31
  * registered.</p>
@@ -89,6 +89,7 @@ declare const RegisterCertificateCommand_base: {
89
89
  * @throws {@link IoTServiceException}
90
90
  * <p>Base exception class for all service exceptions from IoT service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class RegisterCertificateCommand extends RegisterCertificateCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface RegisterCertificateWithoutCACommandOutput extends RegisterCerti
22
22
  }
23
23
  declare const RegisterCertificateWithoutCACommand_base: {
24
24
  new (input: RegisterCertificateWithoutCACommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCertificateWithoutCACommandInput, RegisterCertificateWithoutCACommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterCertificateWithoutCACommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCertificateWithoutCACommandInput, RegisterCertificateWithoutCACommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Register a certificate that does not have a certificate authority (CA).
30
30
  * For supported certificates, consult <a href="https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#x509-cert-algorithms">
31
31
  * Certificate signing algorithms supported by IoT</a>.
@@ -82,6 +82,7 @@ declare const RegisterCertificateWithoutCACommand_base: {
82
82
  * @throws {@link IoTServiceException}
83
83
  * <p>Base exception class for all service exceptions from IoT service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class RegisterCertificateWithoutCACommand extends RegisterCertificateWithoutCACommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface RegisterThingCommandOutput extends RegisterThingResponse, __Met
22
22
  }
23
23
  declare const RegisterThingCommand_base: {
24
24
  new (input: RegisterThingCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterThingCommandInput, RegisterThingCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterThingCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterThingCommandInput, RegisterThingCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provisions a thing in the device registry. RegisterThing calls other IoT control
30
30
  * plane APIs. These calls might exceed your account level <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_iot">
31
31
  * IoT Throttling Limits</a> and cause throttle errors. Please contact <a href="https://console.aws.amazon.com/support/home">Amazon Web Services Customer Support</a> to raise
@@ -85,6 +85,7 @@ declare const RegisterThingCommand_base: {
85
85
  * @throws {@link IoTServiceException}
86
86
  * <p>Base exception class for all service exceptions from IoT service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class RegisterThingCommand extends RegisterThingCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface RejectCertificateTransferCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const RejectCertificateTransferCommand_base: {
24
24
  new (input: RejectCertificateTransferCommandInput): import("@smithy/smithy-client").CommandImpl<RejectCertificateTransferCommandInput, RejectCertificateTransferCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RejectCertificateTransferCommandInput): import("@smithy/smithy-client").CommandImpl<RejectCertificateTransferCommandInput, RejectCertificateTransferCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Rejects a pending certificate transfer. After IoT rejects a certificate transfer,
30
30
  * the certificate status changes from <b>PENDING_TRANSFER</b> to
31
31
  * <b>INACTIVE</b>.</p>
@@ -81,6 +81,7 @@ declare const RejectCertificateTransferCommand_base: {
81
81
  * @throws {@link IoTServiceException}
82
82
  * <p>Base exception class for all service exceptions from IoT service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class RejectCertificateTransferCommand extends RejectCertificateTransferCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface RemoveThingFromBillingGroupCommandOutput extends RemoveThingFro
22
22
  }
23
23
  declare const RemoveThingFromBillingGroupCommand_base: {
24
24
  new (input: RemoveThingFromBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveThingFromBillingGroupCommandInput, RemoveThingFromBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RemoveThingFromBillingGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<RemoveThingFromBillingGroupCommandInput, RemoveThingFromBillingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the given thing from the billing group.</p>
30
30
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">RemoveThingFromBillingGroup</a> action.</p>
31
31
  * <note>
@@ -70,6 +70,7 @@ declare const RemoveThingFromBillingGroupCommand_base: {
70
70
  * @throws {@link IoTServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoT service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class RemoveThingFromBillingGroupCommand extends RemoveThingFromBillingGroupCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface RemoveThingFromThingGroupCommandOutput extends RemoveThingFromT
22
22
  }
23
23
  declare const RemoveThingFromThingGroupCommand_base: {
24
24
  new (input: RemoveThingFromThingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveThingFromThingGroupCommandInput, RemoveThingFromThingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RemoveThingFromThingGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<RemoveThingFromThingGroupCommandInput, RemoveThingFromThingGroupCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove the specified thing from the specified group.</p>
30
30
  * <p>You must specify either a <code>thingGroupArn</code> or a
31
31
  * <code>thingGroupName</code> to identify the thing group and
@@ -72,6 +72,7 @@ declare const RemoveThingFromThingGroupCommand_base: {
72
72
  * @throws {@link IoTServiceException}
73
73
  * <p>Base exception class for all service exceptions from IoT service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class RemoveThingFromThingGroupCommand extends RemoveThingFromThingGroupCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ReplaceTopicRuleCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ReplaceTopicRuleCommand_base: {
24
24
  new (input: ReplaceTopicRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ReplaceTopicRuleCommandInput, ReplaceTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ReplaceTopicRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ReplaceTopicRuleCommandInput, ReplaceTopicRuleCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Replaces the rule. You must specify all parameters for the new rule. Creating rules
30
30
  * is an administrator-level action. Any user who has permission to create rules will be able
31
31
  * to access data processed by the rule.</p>
@@ -493,6 +493,7 @@ declare const ReplaceTopicRuleCommand_base: {
493
493
  * @throws {@link IoTServiceException}
494
494
  * <p>Base exception class for all service exceptions from IoT service.</p>
495
495
  *
496
+ * @public
496
497
  */
497
498
  export declare class ReplaceTopicRuleCommand extends ReplaceTopicRuleCommand_base {
498
499
  }