@aws-sdk/client-iot 3.295.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/dist-types/IoT.d.ts +245 -6
  2. package/dist-types/IoTClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +16 -0
  4. package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +16 -0
  5. package/dist-types/commands/AddThingToThingGroupCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +16 -0
  7. package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
  8. package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +16 -0
  9. package/dist-types/commands/AttachSecurityProfileCommand.d.ts +16 -0
  10. package/dist-types/commands/AttachThingPrincipalCommand.d.ts +16 -0
  11. package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +16 -0
  12. package/dist-types/commands/CancelAuditTaskCommand.d.ts +16 -0
  13. package/dist-types/commands/CancelCertificateTransferCommand.d.ts +16 -0
  14. package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +16 -0
  15. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  16. package/dist-types/commands/CancelJobExecutionCommand.d.ts +16 -0
  17. package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +16 -0
  18. package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +22 -6
  23. package/dist-types/commands/CreateCustomMetricCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateDimensionCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateFleetMetricCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateMitigationActionCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateOTAUpdateCommand.d.ts +16 -0
  33. package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
  34. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateRoleAliasCommand.d.ts +16 -0
  39. package/dist-types/commands/CreateScheduledAuditCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateStreamCommand.d.ts +16 -0
  42. package/dist-types/commands/CreateThingCommand.d.ts +16 -0
  43. package/dist-types/commands/CreateThingGroupCommand.d.ts +16 -0
  44. package/dist-types/commands/CreateThingTypeCommand.d.ts +16 -0
  45. package/dist-types/commands/CreateTopicRuleCommand.d.ts +16 -0
  46. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +16 -0
  47. package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +16 -0
  48. package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +16 -0
  49. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
  50. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
  51. package/dist-types/commands/DeleteCACertificateCommand.d.ts +16 -0
  52. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  53. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteDimensionCommand.d.ts +16 -0
  55. package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +16 -0
  56. package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +16 -0
  57. package/dist-types/commands/DeleteFleetMetricCommand.d.ts +16 -0
  58. package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteJobExecutionCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteMitigationActionCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +16 -0
  63. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  64. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteRoleAliasCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteStreamCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteThingCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteThingGroupCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteThingTypeCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteTopicRuleCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +16 -0
  78. package/dist-types/commands/DeprecateThingTypeCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeAuditFindingCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +16 -0
  82. package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +16 -0
  83. package/dist-types/commands/DescribeAuditTaskCommand.d.ts +16 -0
  84. package/dist-types/commands/DescribeAuthorizerCommand.d.ts +16 -0
  85. package/dist-types/commands/DescribeBillingGroupCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeCACertificateCommand.d.ts +16 -0
  87. package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
  88. package/dist-types/commands/DescribeCustomMetricCommand.d.ts +16 -0
  89. package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +16 -0
  90. package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +16 -0
  91. package/dist-types/commands/DescribeDimensionCommand.d.ts +16 -0
  92. package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +16 -0
  93. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  94. package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +16 -0
  95. package/dist-types/commands/DescribeFleetMetricCommand.d.ts +16 -0
  96. package/dist-types/commands/DescribeIndexCommand.d.ts +16 -0
  97. package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
  98. package/dist-types/commands/DescribeJobExecutionCommand.d.ts +16 -0
  99. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +16 -0
  100. package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +16 -0
  101. package/dist-types/commands/DescribeMitigationActionCommand.d.ts +16 -0
  102. package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +16 -0
  103. package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +16 -0
  104. package/dist-types/commands/DescribeRoleAliasCommand.d.ts +16 -0
  105. package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +16 -0
  106. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
  107. package/dist-types/commands/DescribeStreamCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeThingCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeThingGroupCommand.d.ts +16 -0
  110. package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +16 -0
  111. package/dist-types/commands/DescribeThingTypeCommand.d.ts +16 -0
  112. package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
  113. package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +16 -0
  114. package/dist-types/commands/DetachSecurityProfileCommand.d.ts +16 -0
  115. package/dist-types/commands/DetachThingPrincipalCommand.d.ts +16 -0
  116. package/dist-types/commands/DisableTopicRuleCommand.d.ts +16 -0
  117. package/dist-types/commands/EnableTopicRuleCommand.d.ts +16 -0
  118. package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +16 -0
  119. package/dist-types/commands/GetBucketsAggregationCommand.d.ts +16 -0
  120. package/dist-types/commands/GetCardinalityCommand.d.ts +16 -0
  121. package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +16 -0
  122. package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +16 -0
  123. package/dist-types/commands/GetJobDocumentCommand.d.ts +16 -0
  124. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +16 -0
  125. package/dist-types/commands/GetOTAUpdateCommand.d.ts +16 -0
  126. package/dist-types/commands/GetPercentilesCommand.d.ts +16 -0
  127. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  128. package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
  129. package/dist-types/commands/GetRegistrationCodeCommand.d.ts +16 -0
  130. package/dist-types/commands/GetStatisticsCommand.d.ts +16 -0
  131. package/dist-types/commands/GetTopicRuleCommand.d.ts +16 -0
  132. package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +16 -0
  133. package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +16 -0
  134. package/dist-types/commands/ListActiveViolationsCommand.d.ts +16 -0
  135. package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +16 -0
  136. package/dist-types/commands/ListAuditFindingsCommand.d.ts +16 -0
  137. package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +16 -0
  138. package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +16 -0
  139. package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +16 -0
  140. package/dist-types/commands/ListAuditTasksCommand.d.ts +16 -0
  141. package/dist-types/commands/ListAuthorizersCommand.d.ts +16 -0
  142. package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
  143. package/dist-types/commands/ListCACertificatesCommand.d.ts +16 -0
  144. package/dist-types/commands/ListCertificatesByCACommand.d.ts +16 -0
  145. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  146. package/dist-types/commands/ListCustomMetricsCommand.d.ts +16 -0
  147. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +16 -0
  148. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +16 -0
  149. package/dist-types/commands/ListDimensionsCommand.d.ts +16 -0
  150. package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +16 -0
  151. package/dist-types/commands/ListFleetMetricsCommand.d.ts +16 -0
  152. package/dist-types/commands/ListIndicesCommand.d.ts +16 -0
  153. package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +16 -0
  154. package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +16 -0
  155. package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
  156. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  157. package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +16 -0
  158. package/dist-types/commands/ListMetricValuesCommand.d.ts +16 -0
  159. package/dist-types/commands/ListMitigationActionsCommand.d.ts +16 -0
  160. package/dist-types/commands/ListOTAUpdatesCommand.d.ts +16 -0
  161. package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +16 -0
  162. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  163. package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +16 -0
  164. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
  165. package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +16 -0
  166. package/dist-types/commands/ListPrincipalThingsCommand.d.ts +16 -0
  167. package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +16 -0
  168. package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +16 -0
  169. package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +16 -0
  170. package/dist-types/commands/ListRoleAliasesCommand.d.ts +16 -0
  171. package/dist-types/commands/ListScheduledAuditsCommand.d.ts +16 -0
  172. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
  173. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +16 -0
  174. package/dist-types/commands/ListStreamsCommand.d.ts +16 -0
  175. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  176. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +16 -0
  177. package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +16 -0
  178. package/dist-types/commands/ListThingGroupsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +16 -0
  180. package/dist-types/commands/ListThingPrincipalsCommand.d.ts +16 -0
  181. package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +16 -0
  182. package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +16 -0
  183. package/dist-types/commands/ListThingTypesCommand.d.ts +16 -0
  184. package/dist-types/commands/ListThingsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +16 -0
  186. package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +16 -0
  187. package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListTopicRulesCommand.d.ts +16 -0
  189. package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListViolationEventsCommand.d.ts +16 -0
  191. package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +16 -0
  192. package/dist-types/commands/RegisterCACertificateCommand.d.ts +16 -0
  193. package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
  194. package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +16 -0
  195. package/dist-types/commands/RegisterThingCommand.d.ts +16 -0
  196. package/dist-types/commands/RejectCertificateTransferCommand.d.ts +16 -0
  197. package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +16 -0
  198. package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +16 -0
  199. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +16 -0
  200. package/dist-types/commands/SearchIndexCommand.d.ts +16 -0
  201. package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +16 -0
  202. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
  203. package/dist-types/commands/SetLoggingOptionsCommand.d.ts +16 -0
  204. package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +16 -0
  205. package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +16 -0
  206. package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +16 -0
  207. package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +16 -0
  208. package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +16 -0
  209. package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +16 -0
  210. package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +16 -0
  211. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  212. package/dist-types/commands/TestAuthorizationCommand.d.ts +16 -0
  213. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +16 -0
  214. package/dist-types/commands/TransferCertificateCommand.d.ts +16 -0
  215. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  216. package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +16 -0
  217. package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +16 -0
  218. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
  219. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
  220. package/dist-types/commands/UpdateCACertificateCommand.d.ts +16 -0
  221. package/dist-types/commands/UpdateCertificateCommand.d.ts +16 -0
  222. package/dist-types/commands/UpdateCustomMetricCommand.d.ts +16 -0
  223. package/dist-types/commands/UpdateDimensionCommand.d.ts +16 -0
  224. package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +16 -0
  225. package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +16 -0
  226. package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +16 -0
  227. package/dist-types/commands/UpdateFleetMetricCommand.d.ts +16 -0
  228. package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +16 -0
  229. package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
  230. package/dist-types/commands/UpdateMitigationActionCommand.d.ts +16 -0
  231. package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +16 -0
  232. package/dist-types/commands/UpdateRoleAliasCommand.d.ts +16 -0
  233. package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +16 -0
  234. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
  235. package/dist-types/commands/UpdateStreamCommand.d.ts +16 -0
  236. package/dist-types/commands/UpdateThingCommand.d.ts +16 -0
  237. package/dist-types/commands/UpdateThingGroupCommand.d.ts +16 -0
  238. package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +16 -0
  239. package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +16 -0
  240. package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +16 -0
  241. package/dist-types/models/IoTServiceException.d.ts +2 -0
  242. package/dist-types/models/models_0.d.ts +573 -10
  243. package/dist-types/models/models_1.d.ts +668 -0
  244. package/dist-types/models/models_2.d.ts +359 -1
  245. package/dist-types/pagination/GetBehaviorModelTrainingSummariesPaginator.d.ts +3 -0
  246. package/dist-types/pagination/Interfaces.d.ts +3 -0
  247. package/dist-types/pagination/ListActiveViolationsPaginator.d.ts +3 -0
  248. package/dist-types/pagination/ListAttachedPoliciesPaginator.d.ts +3 -0
  249. package/dist-types/pagination/ListAuditFindingsPaginator.d.ts +3 -0
  250. package/dist-types/pagination/ListAuditMitigationActionsExecutionsPaginator.d.ts +3 -0
  251. package/dist-types/pagination/ListAuditMitigationActionsTasksPaginator.d.ts +3 -0
  252. package/dist-types/pagination/ListAuditSuppressionsPaginator.d.ts +3 -0
  253. package/dist-types/pagination/ListAuditTasksPaginator.d.ts +3 -0
  254. package/dist-types/pagination/ListAuthorizersPaginator.d.ts +3 -0
  255. package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
  256. package/dist-types/pagination/ListCACertificatesPaginator.d.ts +3 -0
  257. package/dist-types/pagination/ListCertificatesByCAPaginator.d.ts +3 -0
  258. package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
  259. package/dist-types/pagination/ListCustomMetricsPaginator.d.ts +3 -0
  260. package/dist-types/pagination/ListDetectMitigationActionsExecutionsPaginator.d.ts +3 -0
  261. package/dist-types/pagination/ListDetectMitigationActionsTasksPaginator.d.ts +3 -0
  262. package/dist-types/pagination/ListDimensionsPaginator.d.ts +3 -0
  263. package/dist-types/pagination/ListDomainConfigurationsPaginator.d.ts +3 -0
  264. package/dist-types/pagination/ListFleetMetricsPaginator.d.ts +3 -0
  265. package/dist-types/pagination/ListIndicesPaginator.d.ts +3 -0
  266. package/dist-types/pagination/ListJobExecutionsForJobPaginator.d.ts +3 -0
  267. package/dist-types/pagination/ListJobExecutionsForThingPaginator.d.ts +3 -0
  268. package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
  269. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  270. package/dist-types/pagination/ListMetricValuesPaginator.d.ts +3 -0
  271. package/dist-types/pagination/ListMitigationActionsPaginator.d.ts +3 -0
  272. package/dist-types/pagination/ListOTAUpdatesPaginator.d.ts +3 -0
  273. package/dist-types/pagination/ListOutgoingCertificatesPaginator.d.ts +3 -0
  274. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  275. package/dist-types/pagination/ListPolicyPrincipalsPaginator.d.ts +3 -0
  276. package/dist-types/pagination/ListPrincipalPoliciesPaginator.d.ts +3 -0
  277. package/dist-types/pagination/ListPrincipalThingsPaginator.d.ts +3 -0
  278. package/dist-types/pagination/ListProvisioningTemplateVersionsPaginator.d.ts +3 -0
  279. package/dist-types/pagination/ListProvisioningTemplatesPaginator.d.ts +3 -0
  280. package/dist-types/pagination/ListRoleAliasesPaginator.d.ts +3 -0
  281. package/dist-types/pagination/ListScheduledAuditsPaginator.d.ts +3 -0
  282. package/dist-types/pagination/ListSecurityProfilesForTargetPaginator.d.ts +3 -0
  283. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +3 -0
  284. package/dist-types/pagination/ListStreamsPaginator.d.ts +3 -0
  285. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  286. package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +3 -0
  287. package/dist-types/pagination/ListTargetsForSecurityProfilePaginator.d.ts +3 -0
  288. package/dist-types/pagination/ListThingGroupsForThingPaginator.d.ts +3 -0
  289. package/dist-types/pagination/ListThingGroupsPaginator.d.ts +3 -0
  290. package/dist-types/pagination/ListThingPrincipalsPaginator.d.ts +3 -0
  291. package/dist-types/pagination/ListThingRegistrationTaskReportsPaginator.d.ts +3 -0
  292. package/dist-types/pagination/ListThingRegistrationTasksPaginator.d.ts +3 -0
  293. package/dist-types/pagination/ListThingTypesPaginator.d.ts +3 -0
  294. package/dist-types/pagination/ListThingsInBillingGroupPaginator.d.ts +3 -0
  295. package/dist-types/pagination/ListThingsInThingGroupPaginator.d.ts +3 -0
  296. package/dist-types/pagination/ListThingsPaginator.d.ts +3 -0
  297. package/dist-types/pagination/ListTopicRuleDestinationsPaginator.d.ts +3 -0
  298. package/dist-types/pagination/ListTopicRulesPaginator.d.ts +3 -0
  299. package/dist-types/pagination/ListV2LoggingLevelsPaginator.d.ts +3 -0
  300. package/dist-types/pagination/ListViolationEventsPaginator.d.ts +3 -0
  301. package/package.json +29 -29
@@ -246,15 +246,24 @@ import { UpdateThingGroupsForThingCommandInput, UpdateThingGroupsForThingCommand
246
246
  import { UpdateTopicRuleDestinationCommandInput, UpdateTopicRuleDestinationCommandOutput } from "./commands/UpdateTopicRuleDestinationCommand";
247
247
  import { ValidateSecurityProfileBehaviorsCommandInput, ValidateSecurityProfileBehaviorsCommandOutput } from "./commands/ValidateSecurityProfileBehaviorsCommand";
248
248
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
249
+ /**
250
+ * @public
251
+ */
249
252
  export type ServiceInputTypes = AcceptCertificateTransferCommandInput | AddThingToBillingGroupCommandInput | AddThingToThingGroupCommandInput | AssociateTargetsWithJobCommandInput | AttachPolicyCommandInput | AttachPrincipalPolicyCommandInput | AttachSecurityProfileCommandInput | AttachThingPrincipalCommandInput | CancelAuditMitigationActionsTaskCommandInput | CancelAuditTaskCommandInput | CancelCertificateTransferCommandInput | CancelDetectMitigationActionsTaskCommandInput | CancelJobCommandInput | CancelJobExecutionCommandInput | ClearDefaultAuthorizerCommandInput | ConfirmTopicRuleDestinationCommandInput | CreateAuditSuppressionCommandInput | CreateAuthorizerCommandInput | CreateBillingGroupCommandInput | CreateCertificateFromCsrCommandInput | CreateCustomMetricCommandInput | CreateDimensionCommandInput | CreateDomainConfigurationCommandInput | CreateDynamicThingGroupCommandInput | CreateFleetMetricCommandInput | CreateJobCommandInput | CreateJobTemplateCommandInput | CreateKeysAndCertificateCommandInput | CreateMitigationActionCommandInput | CreateOTAUpdateCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateProvisioningClaimCommandInput | CreateProvisioningTemplateCommandInput | CreateProvisioningTemplateVersionCommandInput | CreateRoleAliasCommandInput | CreateScheduledAuditCommandInput | CreateSecurityProfileCommandInput | CreateStreamCommandInput | CreateThingCommandInput | CreateThingGroupCommandInput | CreateThingTypeCommandInput | CreateTopicRuleCommandInput | CreateTopicRuleDestinationCommandInput | DeleteAccountAuditConfigurationCommandInput | DeleteAuditSuppressionCommandInput | DeleteAuthorizerCommandInput | DeleteBillingGroupCommandInput | DeleteCACertificateCommandInput | DeleteCertificateCommandInput | DeleteCustomMetricCommandInput | DeleteDimensionCommandInput | DeleteDomainConfigurationCommandInput | DeleteDynamicThingGroupCommandInput | DeleteFleetMetricCommandInput | DeleteJobCommandInput | DeleteJobExecutionCommandInput | DeleteJobTemplateCommandInput | DeleteMitigationActionCommandInput | DeleteOTAUpdateCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteProvisioningTemplateCommandInput | DeleteProvisioningTemplateVersionCommandInput | DeleteRegistrationCodeCommandInput | DeleteRoleAliasCommandInput | DeleteScheduledAuditCommandInput | DeleteSecurityProfileCommandInput | DeleteStreamCommandInput | DeleteThingCommandInput | DeleteThingGroupCommandInput | DeleteThingTypeCommandInput | DeleteTopicRuleCommandInput | DeleteTopicRuleDestinationCommandInput | DeleteV2LoggingLevelCommandInput | DeprecateThingTypeCommandInput | DescribeAccountAuditConfigurationCommandInput | DescribeAuditFindingCommandInput | DescribeAuditMitigationActionsTaskCommandInput | DescribeAuditSuppressionCommandInput | DescribeAuditTaskCommandInput | DescribeAuthorizerCommandInput | DescribeBillingGroupCommandInput | DescribeCACertificateCommandInput | DescribeCertificateCommandInput | DescribeCustomMetricCommandInput | DescribeDefaultAuthorizerCommandInput | DescribeDetectMitigationActionsTaskCommandInput | DescribeDimensionCommandInput | DescribeDomainConfigurationCommandInput | DescribeEndpointCommandInput | DescribeEventConfigurationsCommandInput | DescribeFleetMetricCommandInput | DescribeIndexCommandInput | DescribeJobCommandInput | DescribeJobExecutionCommandInput | DescribeJobTemplateCommandInput | DescribeManagedJobTemplateCommandInput | DescribeMitigationActionCommandInput | DescribeProvisioningTemplateCommandInput | DescribeProvisioningTemplateVersionCommandInput | DescribeRoleAliasCommandInput | DescribeScheduledAuditCommandInput | DescribeSecurityProfileCommandInput | DescribeStreamCommandInput | DescribeThingCommandInput | DescribeThingGroupCommandInput | DescribeThingRegistrationTaskCommandInput | DescribeThingTypeCommandInput | DetachPolicyCommandInput | DetachPrincipalPolicyCommandInput | DetachSecurityProfileCommandInput | DetachThingPrincipalCommandInput | DisableTopicRuleCommandInput | EnableTopicRuleCommandInput | GetBehaviorModelTrainingSummariesCommandInput | GetBucketsAggregationCommandInput | GetCardinalityCommandInput | GetEffectivePoliciesCommandInput | GetIndexingConfigurationCommandInput | GetJobDocumentCommandInput | GetLoggingOptionsCommandInput | GetOTAUpdateCommandInput | GetPercentilesCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRegistrationCodeCommandInput | GetStatisticsCommandInput | GetTopicRuleCommandInput | GetTopicRuleDestinationCommandInput | GetV2LoggingOptionsCommandInput | ListActiveViolationsCommandInput | ListAttachedPoliciesCommandInput | ListAuditFindingsCommandInput | ListAuditMitigationActionsExecutionsCommandInput | ListAuditMitigationActionsTasksCommandInput | ListAuditSuppressionsCommandInput | ListAuditTasksCommandInput | ListAuthorizersCommandInput | ListBillingGroupsCommandInput | ListCACertificatesCommandInput | ListCertificatesByCACommandInput | ListCertificatesCommandInput | ListCustomMetricsCommandInput | ListDetectMitigationActionsExecutionsCommandInput | ListDetectMitigationActionsTasksCommandInput | ListDimensionsCommandInput | ListDomainConfigurationsCommandInput | ListFleetMetricsCommandInput | ListIndicesCommandInput | ListJobExecutionsForJobCommandInput | ListJobExecutionsForThingCommandInput | ListJobTemplatesCommandInput | ListJobsCommandInput | ListManagedJobTemplatesCommandInput | ListMetricValuesCommandInput | ListMitigationActionsCommandInput | ListOTAUpdatesCommandInput | ListOutgoingCertificatesCommandInput | ListPoliciesCommandInput | ListPolicyPrincipalsCommandInput | ListPolicyVersionsCommandInput | ListPrincipalPoliciesCommandInput | ListPrincipalThingsCommandInput | ListProvisioningTemplateVersionsCommandInput | ListProvisioningTemplatesCommandInput | ListRelatedResourcesForAuditFindingCommandInput | ListRoleAliasesCommandInput | ListScheduledAuditsCommandInput | ListSecurityProfilesCommandInput | ListSecurityProfilesForTargetCommandInput | ListStreamsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | ListTargetsForSecurityProfileCommandInput | ListThingGroupsCommandInput | ListThingGroupsForThingCommandInput | ListThingPrincipalsCommandInput | ListThingRegistrationTaskReportsCommandInput | ListThingRegistrationTasksCommandInput | ListThingTypesCommandInput | ListThingsCommandInput | ListThingsInBillingGroupCommandInput | ListThingsInThingGroupCommandInput | ListTopicRuleDestinationsCommandInput | ListTopicRulesCommandInput | ListV2LoggingLevelsCommandInput | ListViolationEventsCommandInput | PutVerificationStateOnViolationCommandInput | RegisterCACertificateCommandInput | RegisterCertificateCommandInput | RegisterCertificateWithoutCACommandInput | RegisterThingCommandInput | RejectCertificateTransferCommandInput | RemoveThingFromBillingGroupCommandInput | RemoveThingFromThingGroupCommandInput | ReplaceTopicRuleCommandInput | SearchIndexCommandInput | SetDefaultAuthorizerCommandInput | SetDefaultPolicyVersionCommandInput | SetLoggingOptionsCommandInput | SetV2LoggingLevelCommandInput | SetV2LoggingOptionsCommandInput | StartAuditMitigationActionsTaskCommandInput | StartDetectMitigationActionsTaskCommandInput | StartOnDemandAuditTaskCommandInput | StartThingRegistrationTaskCommandInput | StopThingRegistrationTaskCommandInput | TagResourceCommandInput | TestAuthorizationCommandInput | TestInvokeAuthorizerCommandInput | TransferCertificateCommandInput | UntagResourceCommandInput | UpdateAccountAuditConfigurationCommandInput | UpdateAuditSuppressionCommandInput | UpdateAuthorizerCommandInput | UpdateBillingGroupCommandInput | UpdateCACertificateCommandInput | UpdateCertificateCommandInput | UpdateCustomMetricCommandInput | UpdateDimensionCommandInput | UpdateDomainConfigurationCommandInput | UpdateDynamicThingGroupCommandInput | UpdateEventConfigurationsCommandInput | UpdateFleetMetricCommandInput | UpdateIndexingConfigurationCommandInput | UpdateJobCommandInput | UpdateMitigationActionCommandInput | UpdateProvisioningTemplateCommandInput | UpdateRoleAliasCommandInput | UpdateScheduledAuditCommandInput | UpdateSecurityProfileCommandInput | UpdateStreamCommandInput | UpdateThingCommandInput | UpdateThingGroupCommandInput | UpdateThingGroupsForThingCommandInput | UpdateTopicRuleDestinationCommandInput | ValidateSecurityProfileBehaviorsCommandInput;
253
+ /**
254
+ * @public
255
+ */
250
256
  export type ServiceOutputTypes = AcceptCertificateTransferCommandOutput | AddThingToBillingGroupCommandOutput | AddThingToThingGroupCommandOutput | AssociateTargetsWithJobCommandOutput | AttachPolicyCommandOutput | AttachPrincipalPolicyCommandOutput | AttachSecurityProfileCommandOutput | AttachThingPrincipalCommandOutput | CancelAuditMitigationActionsTaskCommandOutput | CancelAuditTaskCommandOutput | CancelCertificateTransferCommandOutput | CancelDetectMitigationActionsTaskCommandOutput | CancelJobCommandOutput | CancelJobExecutionCommandOutput | ClearDefaultAuthorizerCommandOutput | ConfirmTopicRuleDestinationCommandOutput | CreateAuditSuppressionCommandOutput | CreateAuthorizerCommandOutput | CreateBillingGroupCommandOutput | CreateCertificateFromCsrCommandOutput | CreateCustomMetricCommandOutput | CreateDimensionCommandOutput | CreateDomainConfigurationCommandOutput | CreateDynamicThingGroupCommandOutput | CreateFleetMetricCommandOutput | CreateJobCommandOutput | CreateJobTemplateCommandOutput | CreateKeysAndCertificateCommandOutput | CreateMitigationActionCommandOutput | CreateOTAUpdateCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateProvisioningClaimCommandOutput | CreateProvisioningTemplateCommandOutput | CreateProvisioningTemplateVersionCommandOutput | CreateRoleAliasCommandOutput | CreateScheduledAuditCommandOutput | CreateSecurityProfileCommandOutput | CreateStreamCommandOutput | CreateThingCommandOutput | CreateThingGroupCommandOutput | CreateThingTypeCommandOutput | CreateTopicRuleCommandOutput | CreateTopicRuleDestinationCommandOutput | DeleteAccountAuditConfigurationCommandOutput | DeleteAuditSuppressionCommandOutput | DeleteAuthorizerCommandOutput | DeleteBillingGroupCommandOutput | DeleteCACertificateCommandOutput | DeleteCertificateCommandOutput | DeleteCustomMetricCommandOutput | DeleteDimensionCommandOutput | DeleteDomainConfigurationCommandOutput | DeleteDynamicThingGroupCommandOutput | DeleteFleetMetricCommandOutput | DeleteJobCommandOutput | DeleteJobExecutionCommandOutput | DeleteJobTemplateCommandOutput | DeleteMitigationActionCommandOutput | DeleteOTAUpdateCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteProvisioningTemplateCommandOutput | DeleteProvisioningTemplateVersionCommandOutput | DeleteRegistrationCodeCommandOutput | DeleteRoleAliasCommandOutput | DeleteScheduledAuditCommandOutput | DeleteSecurityProfileCommandOutput | DeleteStreamCommandOutput | DeleteThingCommandOutput | DeleteThingGroupCommandOutput | DeleteThingTypeCommandOutput | DeleteTopicRuleCommandOutput | DeleteTopicRuleDestinationCommandOutput | DeleteV2LoggingLevelCommandOutput | DeprecateThingTypeCommandOutput | DescribeAccountAuditConfigurationCommandOutput | DescribeAuditFindingCommandOutput | DescribeAuditMitigationActionsTaskCommandOutput | DescribeAuditSuppressionCommandOutput | DescribeAuditTaskCommandOutput | DescribeAuthorizerCommandOutput | DescribeBillingGroupCommandOutput | DescribeCACertificateCommandOutput | DescribeCertificateCommandOutput | DescribeCustomMetricCommandOutput | DescribeDefaultAuthorizerCommandOutput | DescribeDetectMitigationActionsTaskCommandOutput | DescribeDimensionCommandOutput | DescribeDomainConfigurationCommandOutput | DescribeEndpointCommandOutput | DescribeEventConfigurationsCommandOutput | DescribeFleetMetricCommandOutput | DescribeIndexCommandOutput | DescribeJobCommandOutput | DescribeJobExecutionCommandOutput | DescribeJobTemplateCommandOutput | DescribeManagedJobTemplateCommandOutput | DescribeMitigationActionCommandOutput | DescribeProvisioningTemplateCommandOutput | DescribeProvisioningTemplateVersionCommandOutput | DescribeRoleAliasCommandOutput | DescribeScheduledAuditCommandOutput | DescribeSecurityProfileCommandOutput | DescribeStreamCommandOutput | DescribeThingCommandOutput | DescribeThingGroupCommandOutput | DescribeThingRegistrationTaskCommandOutput | DescribeThingTypeCommandOutput | DetachPolicyCommandOutput | DetachPrincipalPolicyCommandOutput | DetachSecurityProfileCommandOutput | DetachThingPrincipalCommandOutput | DisableTopicRuleCommandOutput | EnableTopicRuleCommandOutput | GetBehaviorModelTrainingSummariesCommandOutput | GetBucketsAggregationCommandOutput | GetCardinalityCommandOutput | GetEffectivePoliciesCommandOutput | GetIndexingConfigurationCommandOutput | GetJobDocumentCommandOutput | GetLoggingOptionsCommandOutput | GetOTAUpdateCommandOutput | GetPercentilesCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRegistrationCodeCommandOutput | GetStatisticsCommandOutput | GetTopicRuleCommandOutput | GetTopicRuleDestinationCommandOutput | GetV2LoggingOptionsCommandOutput | ListActiveViolationsCommandOutput | ListAttachedPoliciesCommandOutput | ListAuditFindingsCommandOutput | ListAuditMitigationActionsExecutionsCommandOutput | ListAuditMitigationActionsTasksCommandOutput | ListAuditSuppressionsCommandOutput | ListAuditTasksCommandOutput | ListAuthorizersCommandOutput | ListBillingGroupsCommandOutput | ListCACertificatesCommandOutput | ListCertificatesByCACommandOutput | ListCertificatesCommandOutput | ListCustomMetricsCommandOutput | ListDetectMitigationActionsExecutionsCommandOutput | ListDetectMitigationActionsTasksCommandOutput | ListDimensionsCommandOutput | ListDomainConfigurationsCommandOutput | ListFleetMetricsCommandOutput | ListIndicesCommandOutput | ListJobExecutionsForJobCommandOutput | ListJobExecutionsForThingCommandOutput | ListJobTemplatesCommandOutput | ListJobsCommandOutput | ListManagedJobTemplatesCommandOutput | ListMetricValuesCommandOutput | ListMitigationActionsCommandOutput | ListOTAUpdatesCommandOutput | ListOutgoingCertificatesCommandOutput | ListPoliciesCommandOutput | ListPolicyPrincipalsCommandOutput | ListPolicyVersionsCommandOutput | ListPrincipalPoliciesCommandOutput | ListPrincipalThingsCommandOutput | ListProvisioningTemplateVersionsCommandOutput | ListProvisioningTemplatesCommandOutput | ListRelatedResourcesForAuditFindingCommandOutput | ListRoleAliasesCommandOutput | ListScheduledAuditsCommandOutput | ListSecurityProfilesCommandOutput | ListSecurityProfilesForTargetCommandOutput | ListStreamsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | ListTargetsForSecurityProfileCommandOutput | ListThingGroupsCommandOutput | ListThingGroupsForThingCommandOutput | ListThingPrincipalsCommandOutput | ListThingRegistrationTaskReportsCommandOutput | ListThingRegistrationTasksCommandOutput | ListThingTypesCommandOutput | ListThingsCommandOutput | ListThingsInBillingGroupCommandOutput | ListThingsInThingGroupCommandOutput | ListTopicRuleDestinationsCommandOutput | ListTopicRulesCommandOutput | ListV2LoggingLevelsCommandOutput | ListViolationEventsCommandOutput | PutVerificationStateOnViolationCommandOutput | RegisterCACertificateCommandOutput | RegisterCertificateCommandOutput | RegisterCertificateWithoutCACommandOutput | RegisterThingCommandOutput | RejectCertificateTransferCommandOutput | RemoveThingFromBillingGroupCommandOutput | RemoveThingFromThingGroupCommandOutput | ReplaceTopicRuleCommandOutput | SearchIndexCommandOutput | SetDefaultAuthorizerCommandOutput | SetDefaultPolicyVersionCommandOutput | SetLoggingOptionsCommandOutput | SetV2LoggingLevelCommandOutput | SetV2LoggingOptionsCommandOutput | StartAuditMitigationActionsTaskCommandOutput | StartDetectMitigationActionsTaskCommandOutput | StartOnDemandAuditTaskCommandOutput | StartThingRegistrationTaskCommandOutput | StopThingRegistrationTaskCommandOutput | TagResourceCommandOutput | TestAuthorizationCommandOutput | TestInvokeAuthorizerCommandOutput | TransferCertificateCommandOutput | UntagResourceCommandOutput | UpdateAccountAuditConfigurationCommandOutput | UpdateAuditSuppressionCommandOutput | UpdateAuthorizerCommandOutput | UpdateBillingGroupCommandOutput | UpdateCACertificateCommandOutput | UpdateCertificateCommandOutput | UpdateCustomMetricCommandOutput | UpdateDimensionCommandOutput | UpdateDomainConfigurationCommandOutput | UpdateDynamicThingGroupCommandOutput | UpdateEventConfigurationsCommandOutput | UpdateFleetMetricCommandOutput | UpdateIndexingConfigurationCommandOutput | UpdateJobCommandOutput | UpdateMitigationActionCommandOutput | UpdateProvisioningTemplateCommandOutput | UpdateRoleAliasCommandOutput | UpdateScheduledAuditCommandOutput | UpdateSecurityProfileCommandOutput | UpdateStreamCommandOutput | UpdateThingCommandOutput | UpdateThingGroupCommandOutput | UpdateThingGroupsForThingCommandOutput | UpdateTopicRuleDestinationCommandOutput | ValidateSecurityProfileBehaviorsCommandOutput;
257
+ /**
258
+ * @public
259
+ */
251
260
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
252
261
  /**
253
262
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
254
263
  */
255
264
  requestHandler?: __HttpHandler;
256
265
  /**
257
- * A constructor for a class implementing the {@link __Checksum} interface
266
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
258
267
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
259
268
  * @internal
260
269
  */
@@ -344,23 +353,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
344
353
  */
345
354
  logger?: __Logger;
346
355
  /**
347
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
356
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
348
357
  */
349
358
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
350
359
  }
360
+ /**
361
+ * @public
362
+ */
351
363
  type IoTClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
352
364
  /**
353
- * The configuration interface of IoTClient class constructor that set the region, credentials and other options.
365
+ * @public
366
+ *
367
+ * The configuration interface of IoTClient class constructor that set the region, credentials and other options.
354
368
  */
355
369
  export interface IoTClientConfig extends IoTClientConfigType {
356
370
  }
371
+ /**
372
+ * @public
373
+ */
357
374
  type IoTClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
358
375
  /**
359
- * The resolved configuration interface of IoTClient class. This is resolved and normalized from the {@link IoTClientConfig | constructor configuration interface}.
376
+ * @public
377
+ *
378
+ * The resolved configuration interface of IoTClient class. This is resolved and normalized from the {@link IoTClientConfig | constructor configuration interface}.
360
379
  */
361
380
  export interface IoTClientResolvedConfig extends IoTClientResolvedConfigType {
362
381
  }
363
382
  /**
383
+ * @public
364
384
  * <fullname>IoT</fullname>
365
385
  * <p>IoT provides secure, bi-directional communication between Internet-connected
366
386
  * devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AcceptCertificateTransferRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AcceptCertificateTransferCommand}.
8
10
  */
9
11
  export interface AcceptCertificateTransferCommandInput extends AcceptCertificateTransferRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AcceptCertificateTransferCommand}.
13
17
  */
14
18
  export interface AcceptCertificateTransferCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Accepts a pending certificate transfer. The default state of the certificate is
18
23
  * INACTIVE.</p>
19
24
  * <p>To check for pending certificate transfers, call <a>ListCertificates</a>
@@ -29,6 +34,8 @@ export interface AcceptCertificateTransferCommandOutput extends __MetadataBearer
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param AcceptCertificateTransferCommandInput - {@link AcceptCertificateTransferCommandInput}
38
+ * @returns {@link AcceptCertificateTransferCommandOutput}
32
39
  * @see {@link AcceptCertificateTransferCommandInput} for command's `input` shape.
33
40
  * @see {@link AcceptCertificateTransferCommandOutput} for command's `response` shape.
34
41
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -60,11 +67,20 @@ export interface AcceptCertificateTransferCommandOutput extends __MetadataBearer
60
67
  export declare class AcceptCertificateTransferCommand extends $Command<AcceptCertificateTransferCommandInput, AcceptCertificateTransferCommandOutput, IoTClientResolvedConfig> {
61
68
  readonly input: AcceptCertificateTransferCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: AcceptCertificateTransferCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptCertificateTransferCommandInput, AcceptCertificateTransferCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AddThingToBillingGroupRequest, AddThingToBillingGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddThingToBillingGroupCommand}.
8
10
  */
9
11
  export interface AddThingToBillingGroupCommandInput extends AddThingToBillingGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddThingToBillingGroupCommand}.
13
17
  */
14
18
  export interface AddThingToBillingGroupCommandOutput extends AddThingToBillingGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a thing to a billing group.</p>
18
23
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AddThingToBillingGroup</a> action.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AddThingToBillingGroupCommandOutput extends AddThingToBillingGr
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AddThingToBillingGroupCommandInput - {@link AddThingToBillingGroupCommandInput}
35
+ * @returns {@link AddThingToBillingGroupCommandOutput}
29
36
  * @see {@link AddThingToBillingGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link AddThingToBillingGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -47,11 +54,20 @@ export interface AddThingToBillingGroupCommandOutput extends AddThingToBillingGr
47
54
  export declare class AddThingToBillingGroupCommand extends $Command<AddThingToBillingGroupCommandInput, AddThingToBillingGroupCommandOutput, IoTClientResolvedConfig> {
48
55
  readonly input: AddThingToBillingGroupCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: AddThingToBillingGroupCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddThingToBillingGroupCommandInput, AddThingToBillingGroupCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AddThingToThingGroupRequest, AddThingToThingGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddThingToThingGroupCommand}.
8
10
  */
9
11
  export interface AddThingToThingGroupCommandInput extends AddThingToThingGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddThingToThingGroupCommand}.
13
17
  */
14
18
  export interface AddThingToThingGroupCommandOutput extends AddThingToThingGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a thing to a thing group.</p>
18
23
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AddThingToThingGroup</a> action.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AddThingToThingGroupCommandOutput extends AddThingToThingGroupR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AddThingToThingGroupCommandInput - {@link AddThingToThingGroupCommandInput}
35
+ * @returns {@link AddThingToThingGroupCommandOutput}
29
36
  * @see {@link AddThingToThingGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link AddThingToThingGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -47,11 +54,20 @@ export interface AddThingToThingGroupCommandOutput extends AddThingToThingGroupR
47
54
  export declare class AddThingToThingGroupCommand extends $Command<AddThingToThingGroupCommandInput, AddThingToThingGroupCommandOutput, IoTClientResolvedConfig> {
48
55
  readonly input: AddThingToThingGroupCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: AddThingToThingGroupCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddThingToThingGroupCommandInput, AddThingToThingGroupCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AssociateTargetsWithJobRequest, AssociateTargetsWithJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateTargetsWithJobCommand}.
8
10
  */
9
11
  export interface AssociateTargetsWithJobCommandInput extends AssociateTargetsWithJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateTargetsWithJobCommand}.
13
17
  */
14
18
  export interface AssociateTargetsWithJobCommandOutput extends AssociateTargetsWithJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a group with a continuous job. The following criteria must be met: </p>
18
23
  * <ul>
19
24
  * <li>
@@ -38,6 +43,8 @@ export interface AssociateTargetsWithJobCommandOutput extends AssociateTargetsWi
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param AssociateTargetsWithJobCommandInput - {@link AssociateTargetsWithJobCommandInput}
47
+ * @returns {@link AssociateTargetsWithJobCommandOutput}
41
48
  * @see {@link AssociateTargetsWithJobCommandInput} for command's `input` shape.
42
49
  * @see {@link AssociateTargetsWithJobCommandOutput} for command's `response` shape.
43
50
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -62,11 +69,20 @@ export interface AssociateTargetsWithJobCommandOutput extends AssociateTargetsWi
62
69
  export declare class AssociateTargetsWithJobCommand extends $Command<AssociateTargetsWithJobCommandInput, AssociateTargetsWithJobCommandOutput, IoTClientResolvedConfig> {
63
70
  readonly input: AssociateTargetsWithJobCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: AssociateTargetsWithJobCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTargetsWithJobCommandInput, AssociateTargetsWithJobCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AttachPolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachPolicyCommand}.
8
10
  */
9
11
  export interface AttachPolicyCommandInput extends AttachPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachPolicyCommand}.
13
17
  */
14
18
  export interface AttachPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Attaches the specified policy to the specified principal (certificate or other
18
23
  * credential).</p>
19
24
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachPolicy</a> action.</p>
@@ -27,6 +32,8 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AttachPolicyCommandInput - {@link AttachPolicyCommandInput}
36
+ * @returns {@link AttachPolicyCommandOutput}
30
37
  * @see {@link AttachPolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link AttachPolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -57,11 +64,20 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {
57
64
  export declare class AttachPolicyCommand extends $Command<AttachPolicyCommandInput, AttachPolicyCommandOutput, IoTClientResolvedConfig> {
58
65
  readonly input: AttachPolicyCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: AttachPolicyCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AttachPrincipalPolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachPrincipalPolicyCommand}.
8
10
  */
9
11
  export interface AttachPrincipalPolicyCommandInput extends AttachPrincipalPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachPrincipalPolicyCommand}.
13
17
  */
14
18
  export interface AttachPrincipalPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Attaches the specified policy to the specified principal (certificate or other
@@ -32,6 +37,8 @@ export interface AttachPrincipalPolicyCommandOutput extends __MetadataBearer {
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param AttachPrincipalPolicyCommandInput - {@link AttachPrincipalPolicyCommandInput}
41
+ * @returns {@link AttachPrincipalPolicyCommandOutput}
35
42
  * @see {@link AttachPrincipalPolicyCommandInput} for command's `input` shape.
36
43
  * @see {@link AttachPrincipalPolicyCommandOutput} for command's `response` shape.
37
44
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -62,11 +69,20 @@ export interface AttachPrincipalPolicyCommandOutput extends __MetadataBearer {
62
69
  export declare class AttachPrincipalPolicyCommand extends $Command<AttachPrincipalPolicyCommandInput, AttachPrincipalPolicyCommandOutput, IoTClientResolvedConfig> {
63
70
  readonly input: AttachPrincipalPolicyCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: AttachPrincipalPolicyCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachPrincipalPolicyCommandInput, AttachPrincipalPolicyCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AttachSecurityProfileRequest, AttachSecurityProfileResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachSecurityProfileCommand}.
8
10
  */
9
11
  export interface AttachSecurityProfileCommandInput extends AttachSecurityProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachSecurityProfileCommand}.
13
17
  */
14
18
  export interface AttachSecurityProfileCommandOutput extends AttachSecurityProfileResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a Device Defender security profile with a thing group or this account. Each
18
23
  * thing group or account can have up to five security profiles associated with it.</p>
19
24
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachSecurityProfile</a> action.</p>
@@ -27,6 +32,8 @@ export interface AttachSecurityProfileCommandOutput extends AttachSecurityProfil
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AttachSecurityProfileCommandInput - {@link AttachSecurityProfileCommandInput}
36
+ * @returns {@link AttachSecurityProfileCommandOutput}
30
37
  * @see {@link AttachSecurityProfileCommandInput} for command's `input` shape.
31
38
  * @see {@link AttachSecurityProfileCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -56,11 +63,20 @@ export interface AttachSecurityProfileCommandOutput extends AttachSecurityProfil
56
63
  export declare class AttachSecurityProfileCommand extends $Command<AttachSecurityProfileCommandInput, AttachSecurityProfileCommandOutput, IoTClientResolvedConfig> {
57
64
  readonly input: AttachSecurityProfileCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: AttachSecurityProfileCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachSecurityProfileCommandInput, AttachSecurityProfileCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { AttachThingPrincipalRequest, AttachThingPrincipalResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachThingPrincipalCommand}.
8
10
  */
9
11
  export interface AttachThingPrincipalCommandInput extends AttachThingPrincipalRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachThingPrincipalCommand}.
13
17
  */
14
18
  export interface AttachThingPrincipalCommandOutput extends AttachThingPrincipalResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Attaches the specified principal to the specified thing. A principal can be X.509
18
23
  * certificates, Amazon Cognito identities or federated identities.</p>
19
24
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachThingPrincipal</a> action.</p>
@@ -27,6 +32,8 @@ export interface AttachThingPrincipalCommandOutput extends AttachThingPrincipalR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AttachThingPrincipalCommandInput - {@link AttachThingPrincipalCommandInput}
36
+ * @returns {@link AttachThingPrincipalCommandOutput}
30
37
  * @see {@link AttachThingPrincipalCommandInput} for command's `input` shape.
31
38
  * @see {@link AttachThingPrincipalCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -54,11 +61,20 @@ export interface AttachThingPrincipalCommandOutput extends AttachThingPrincipalR
54
61
  export declare class AttachThingPrincipalCommand extends $Command<AttachThingPrincipalCommandInput, AttachThingPrincipalCommandOutput, IoTClientResolvedConfig> {
55
62
  readonly input: AttachThingPrincipalCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: AttachThingPrincipalCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachThingPrincipalCommandInput, AttachThingPrincipalCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { CancelAuditMitigationActionsTaskRequest, CancelAuditMitigationActionsTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelAuditMitigationActionsTaskCommand}.
8
10
  */
9
11
  export interface CancelAuditMitigationActionsTaskCommandInput extends CancelAuditMitigationActionsTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelAuditMitigationActionsTaskCommand}.
13
17
  */
14
18
  export interface CancelAuditMitigationActionsTaskCommandOutput extends CancelAuditMitigationActionsTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels a mitigation action task that is in progress. If the task
18
23
  * is not
19
24
  * in progress, an InvalidRequestException occurs.</p>
@@ -28,6 +33,8 @@ export interface CancelAuditMitigationActionsTaskCommandOutput extends CancelAud
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CancelAuditMitigationActionsTaskCommandInput - {@link CancelAuditMitigationActionsTaskCommandInput}
37
+ * @returns {@link CancelAuditMitigationActionsTaskCommandOutput}
31
38
  * @see {@link CancelAuditMitigationActionsTaskCommandInput} for command's `input` shape.
32
39
  * @see {@link CancelAuditMitigationActionsTaskCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CancelAuditMitigationActionsTaskCommandOutput extends CancelAud
49
56
  export declare class CancelAuditMitigationActionsTaskCommand extends $Command<CancelAuditMitigationActionsTaskCommandInput, CancelAuditMitigationActionsTaskCommandOutput, IoTClientResolvedConfig> {
50
57
  readonly input: CancelAuditMitigationActionsTaskCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CancelAuditMitigationActionsTaskCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelAuditMitigationActionsTaskCommandInput, CancelAuditMitigationActionsTaskCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
5
5
  import { CancelAuditTaskRequest, CancelAuditTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelAuditTaskCommand}.
8
10
  */
9
11
  export interface CancelAuditTaskCommandInput extends CancelAuditTaskRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelAuditTaskCommand}.
13
17
  */
14
18
  export interface CancelAuditTaskCommandOutput extends CancelAuditTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels an audit that is in progress. The audit can be either scheduled or on demand. If the audit isn't in progress, an "InvalidRequestException" occurs.</p>
18
23
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelAuditTask</a> action.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CancelAuditTaskCommandOutput extends CancelAuditTaskResponse, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CancelAuditTaskCommandInput - {@link CancelAuditTaskCommandInput}
35
+ * @returns {@link CancelAuditTaskCommandOutput}
29
36
  * @see {@link CancelAuditTaskCommandInput} for command's `input` shape.
30
37
  * @see {@link CancelAuditTaskCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CancelAuditTaskCommandOutput extends CancelAuditTaskResponse, _
47
54
  export declare class CancelAuditTaskCommand extends $Command<CancelAuditTaskCommandInput, CancelAuditTaskCommandOutput, IoTClientResolvedConfig> {
48
55
  readonly input: CancelAuditTaskCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CancelAuditTaskCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelAuditTaskCommandInput, CancelAuditTaskCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }