@aws-sdk/client-iot 3.651.1 → 3.654.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 (548) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +276 -91
  3. package/dist-es/IoT.js +6 -0
  4. package/dist-es/commands/AssociateSbomWithPackageVersionCommand.js +22 -0
  5. package/dist-es/commands/DisassociateSbomFromPackageVersionCommand.js +22 -0
  6. package/dist-es/commands/ListSbomValidationResultsCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +55 -49
  9. package/dist-es/models/models_1.js +1 -0
  10. package/dist-es/models/models_2.js +9 -0
  11. package/dist-es/pagination/ListSbomValidationResultsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/protocols/Aws_restJson1.js +118 -14
  14. package/dist-types/IoT.d.ts +21 -0
  15. package/dist-types/IoTClient.d.ts +5 -2
  16. package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +11 -0
  17. package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +11 -0
  18. package/dist-types/commands/AddThingToThingGroupCommand.d.ts +11 -0
  19. package/dist-types/commands/AssociateSbomWithPackageVersionCommand.d.ts +109 -0
  20. package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +11 -0
  21. package/dist-types/commands/AttachPolicyCommand.d.ts +11 -0
  22. package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +11 -0
  23. package/dist-types/commands/AttachSecurityProfileCommand.d.ts +11 -0
  24. package/dist-types/commands/AttachThingPrincipalCommand.d.ts +11 -0
  25. package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +11 -0
  26. package/dist-types/commands/CancelAuditTaskCommand.d.ts +11 -0
  27. package/dist-types/commands/CancelCertificateTransferCommand.d.ts +11 -0
  28. package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +11 -0
  29. package/dist-types/commands/CancelJobCommand.d.ts +11 -0
  30. package/dist-types/commands/CancelJobExecutionCommand.d.ts +11 -0
  31. package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +11 -0
  32. package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +11 -0
  33. package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +11 -0
  34. package/dist-types/commands/CreateAuthorizerCommand.d.ts +11 -0
  35. package/dist-types/commands/CreateBillingGroupCommand.d.ts +11 -0
  36. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +11 -0
  37. package/dist-types/commands/CreateCertificateProviderCommand.d.ts +11 -0
  38. package/dist-types/commands/CreateCustomMetricCommand.d.ts +11 -0
  39. package/dist-types/commands/CreateDimensionCommand.d.ts +11 -0
  40. package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +11 -0
  41. package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +11 -0
  42. package/dist-types/commands/CreateFleetMetricCommand.d.ts +11 -0
  43. package/dist-types/commands/CreateJobCommand.d.ts +11 -0
  44. package/dist-types/commands/CreateJobTemplateCommand.d.ts +11 -0
  45. package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +11 -0
  46. package/dist-types/commands/CreateMitigationActionCommand.d.ts +11 -0
  47. package/dist-types/commands/CreateOTAUpdateCommand.d.ts +11 -0
  48. package/dist-types/commands/CreatePackageCommand.d.ts +11 -0
  49. package/dist-types/commands/CreatePackageVersionCommand.d.ts +19 -0
  50. package/dist-types/commands/CreatePolicyCommand.d.ts +11 -0
  51. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +11 -0
  52. package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +11 -0
  53. package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +11 -0
  54. package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +11 -0
  55. package/dist-types/commands/CreateRoleAliasCommand.d.ts +11 -0
  56. package/dist-types/commands/CreateScheduledAuditCommand.d.ts +11 -0
  57. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +11 -0
  58. package/dist-types/commands/CreateStreamCommand.d.ts +11 -0
  59. package/dist-types/commands/CreateThingCommand.d.ts +11 -0
  60. package/dist-types/commands/CreateThingGroupCommand.d.ts +11 -0
  61. package/dist-types/commands/CreateThingTypeCommand.d.ts +11 -0
  62. package/dist-types/commands/CreateTopicRuleCommand.d.ts +11 -0
  63. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +11 -0
  64. package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +11 -0
  65. package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +11 -0
  66. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +11 -0
  67. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +11 -0
  68. package/dist-types/commands/DeleteCACertificateCommand.d.ts +12 -1
  69. package/dist-types/commands/DeleteCertificateCommand.d.ts +12 -1
  70. package/dist-types/commands/DeleteCertificateProviderCommand.d.ts +12 -1
  71. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +11 -0
  72. package/dist-types/commands/DeleteDimensionCommand.d.ts +11 -0
  73. package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +11 -0
  74. package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +11 -0
  75. package/dist-types/commands/DeleteFleetMetricCommand.d.ts +11 -0
  76. package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
  77. package/dist-types/commands/DeleteJobExecutionCommand.d.ts +11 -0
  78. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +11 -0
  79. package/dist-types/commands/DeleteMitigationActionCommand.d.ts +11 -0
  80. package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +11 -0
  81. package/dist-types/commands/DeletePackageCommand.d.ts +11 -0
  82. package/dist-types/commands/DeletePackageVersionCommand.d.ts +11 -0
  83. package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
  84. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +11 -0
  85. package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +11 -0
  86. package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +11 -0
  87. package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +11 -0
  88. package/dist-types/commands/DeleteRoleAliasCommand.d.ts +11 -0
  89. package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +11 -0
  90. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +11 -0
  91. package/dist-types/commands/DeleteStreamCommand.d.ts +11 -0
  92. package/dist-types/commands/DeleteThingCommand.d.ts +11 -0
  93. package/dist-types/commands/DeleteThingGroupCommand.d.ts +11 -0
  94. package/dist-types/commands/DeleteThingTypeCommand.d.ts +11 -0
  95. package/dist-types/commands/DeleteTopicRuleCommand.d.ts +11 -0
  96. package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +11 -0
  97. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +11 -0
  98. package/dist-types/commands/DeprecateThingTypeCommand.d.ts +11 -0
  99. package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +11 -0
  100. package/dist-types/commands/DescribeAuditFindingCommand.d.ts +11 -0
  101. package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +11 -0
  102. package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +11 -0
  103. package/dist-types/commands/DescribeAuditTaskCommand.d.ts +11 -0
  104. package/dist-types/commands/DescribeAuthorizerCommand.d.ts +11 -0
  105. package/dist-types/commands/DescribeBillingGroupCommand.d.ts +11 -0
  106. package/dist-types/commands/DescribeCACertificateCommand.d.ts +11 -0
  107. package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
  108. package/dist-types/commands/DescribeCertificateProviderCommand.d.ts +11 -0
  109. package/dist-types/commands/DescribeCustomMetricCommand.d.ts +11 -0
  110. package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +11 -0
  111. package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +11 -0
  112. package/dist-types/commands/DescribeDimensionCommand.d.ts +11 -0
  113. package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +11 -0
  114. package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
  115. package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +11 -0
  116. package/dist-types/commands/DescribeFleetMetricCommand.d.ts +11 -0
  117. package/dist-types/commands/DescribeIndexCommand.d.ts +11 -0
  118. package/dist-types/commands/DescribeJobCommand.d.ts +12 -0
  119. package/dist-types/commands/DescribeJobExecutionCommand.d.ts +12 -1
  120. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +11 -0
  121. package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +11 -0
  122. package/dist-types/commands/DescribeMitigationActionCommand.d.ts +11 -0
  123. package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +11 -0
  124. package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +11 -0
  125. package/dist-types/commands/DescribeRoleAliasCommand.d.ts +11 -0
  126. package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +11 -0
  127. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +11 -0
  128. package/dist-types/commands/DescribeStreamCommand.d.ts +11 -0
  129. package/dist-types/commands/DescribeThingCommand.d.ts +11 -0
  130. package/dist-types/commands/DescribeThingGroupCommand.d.ts +11 -0
  131. package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +11 -0
  132. package/dist-types/commands/DescribeThingTypeCommand.d.ts +11 -0
  133. package/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
  134. package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +11 -0
  135. package/dist-types/commands/DetachSecurityProfileCommand.d.ts +11 -0
  136. package/dist-types/commands/DetachThingPrincipalCommand.d.ts +11 -0
  137. package/dist-types/commands/DisableTopicRuleCommand.d.ts +11 -0
  138. package/dist-types/commands/DisassociateSbomFromPackageVersionCommand.d.ts +88 -0
  139. package/dist-types/commands/EnableTopicRuleCommand.d.ts +11 -0
  140. package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +11 -0
  141. package/dist-types/commands/GetBucketsAggregationCommand.d.ts +11 -0
  142. package/dist-types/commands/GetCardinalityCommand.d.ts +11 -0
  143. package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +11 -0
  144. package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +11 -0
  145. package/dist-types/commands/GetJobDocumentCommand.d.ts +12 -0
  146. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +11 -0
  147. package/dist-types/commands/GetOTAUpdateCommand.d.ts +11 -0
  148. package/dist-types/commands/GetPackageCommand.d.ts +11 -0
  149. package/dist-types/commands/GetPackageConfigurationCommand.d.ts +11 -0
  150. package/dist-types/commands/GetPackageVersionCommand.d.ts +27 -0
  151. package/dist-types/commands/GetPercentilesCommand.d.ts +11 -0
  152. package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
  153. package/dist-types/commands/GetPolicyVersionCommand.d.ts +11 -0
  154. package/dist-types/commands/GetRegistrationCodeCommand.d.ts +11 -0
  155. package/dist-types/commands/GetStatisticsCommand.d.ts +11 -0
  156. package/dist-types/commands/GetTopicRuleCommand.d.ts +11 -0
  157. package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +11 -0
  158. package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +11 -0
  159. package/dist-types/commands/ListActiveViolationsCommand.d.ts +11 -0
  160. package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +11 -0
  161. package/dist-types/commands/ListAuditFindingsCommand.d.ts +11 -0
  162. package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +11 -0
  163. package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +11 -0
  164. package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +11 -0
  165. package/dist-types/commands/ListAuditTasksCommand.d.ts +11 -0
  166. package/dist-types/commands/ListAuthorizersCommand.d.ts +11 -0
  167. package/dist-types/commands/ListBillingGroupsCommand.d.ts +11 -0
  168. package/dist-types/commands/ListCACertificatesCommand.d.ts +11 -0
  169. package/dist-types/commands/ListCertificateProvidersCommand.d.ts +11 -0
  170. package/dist-types/commands/ListCertificatesByCACommand.d.ts +11 -0
  171. package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
  172. package/dist-types/commands/ListCustomMetricsCommand.d.ts +11 -0
  173. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +11 -0
  174. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +11 -0
  175. package/dist-types/commands/ListDimensionsCommand.d.ts +11 -0
  176. package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +11 -0
  177. package/dist-types/commands/ListFleetMetricsCommand.d.ts +11 -0
  178. package/dist-types/commands/ListIndicesCommand.d.ts +11 -0
  179. package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +11 -0
  180. package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +11 -0
  181. package/dist-types/commands/ListJobTemplatesCommand.d.ts +11 -0
  182. package/dist-types/commands/ListJobsCommand.d.ts +11 -0
  183. package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +11 -0
  184. package/dist-types/commands/ListMetricValuesCommand.d.ts +13 -1
  185. package/dist-types/commands/ListMitigationActionsCommand.d.ts +12 -1
  186. package/dist-types/commands/ListOTAUpdatesCommand.d.ts +12 -1
  187. package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +11 -0
  188. package/dist-types/commands/ListPackageVersionsCommand.d.ts +11 -0
  189. package/dist-types/commands/ListPackagesCommand.d.ts +11 -0
  190. package/dist-types/commands/ListPoliciesCommand.d.ts +11 -0
  191. package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +11 -0
  192. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +11 -0
  193. package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +11 -0
  194. package/dist-types/commands/ListPrincipalThingsCommand.d.ts +11 -0
  195. package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +11 -0
  196. package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +11 -0
  197. package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +11 -0
  198. package/dist-types/commands/ListRoleAliasesCommand.d.ts +11 -0
  199. package/dist-types/commands/ListSbomValidationResultsCommand.d.ts +97 -0
  200. package/dist-types/commands/ListScheduledAuditsCommand.d.ts +11 -0
  201. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +11 -0
  202. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +11 -0
  203. package/dist-types/commands/ListStreamsCommand.d.ts +11 -0
  204. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  205. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +11 -0
  206. package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +11 -0
  207. package/dist-types/commands/ListThingGroupsCommand.d.ts +11 -0
  208. package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +11 -0
  209. package/dist-types/commands/ListThingPrincipalsCommand.d.ts +11 -0
  210. package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +11 -0
  211. package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +11 -0
  212. package/dist-types/commands/ListThingTypesCommand.d.ts +11 -0
  213. package/dist-types/commands/ListThingsCommand.d.ts +11 -0
  214. package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +11 -0
  215. package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +11 -0
  216. package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +11 -0
  217. package/dist-types/commands/ListTopicRulesCommand.d.ts +11 -0
  218. package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +11 -0
  219. package/dist-types/commands/ListViolationEventsCommand.d.ts +11 -0
  220. package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +11 -0
  221. package/dist-types/commands/RegisterCACertificateCommand.d.ts +11 -0
  222. package/dist-types/commands/RegisterCertificateCommand.d.ts +11 -0
  223. package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +11 -0
  224. package/dist-types/commands/RegisterThingCommand.d.ts +11 -0
  225. package/dist-types/commands/RejectCertificateTransferCommand.d.ts +11 -0
  226. package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +11 -0
  227. package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +11 -0
  228. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +11 -0
  229. package/dist-types/commands/SearchIndexCommand.d.ts +11 -0
  230. package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +11 -0
  231. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +11 -0
  232. package/dist-types/commands/SetLoggingOptionsCommand.d.ts +11 -0
  233. package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +11 -0
  234. package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +11 -0
  235. package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +11 -0
  236. package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +11 -0
  237. package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +11 -0
  238. package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +11 -0
  239. package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +11 -0
  240. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  241. package/dist-types/commands/TestAuthorizationCommand.d.ts +11 -0
  242. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +11 -0
  243. package/dist-types/commands/TransferCertificateCommand.d.ts +11 -0
  244. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  245. package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +11 -0
  246. package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +11 -0
  247. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +11 -0
  248. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +11 -0
  249. package/dist-types/commands/UpdateCACertificateCommand.d.ts +11 -0
  250. package/dist-types/commands/UpdateCertificateCommand.d.ts +11 -0
  251. package/dist-types/commands/UpdateCertificateProviderCommand.d.ts +11 -0
  252. package/dist-types/commands/UpdateCustomMetricCommand.d.ts +11 -0
  253. package/dist-types/commands/UpdateDimensionCommand.d.ts +11 -0
  254. package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +11 -0
  255. package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +11 -0
  256. package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +11 -0
  257. package/dist-types/commands/UpdateFleetMetricCommand.d.ts +11 -0
  258. package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +11 -0
  259. package/dist-types/commands/UpdateJobCommand.d.ts +11 -0
  260. package/dist-types/commands/UpdateMitigationActionCommand.d.ts +11 -0
  261. package/dist-types/commands/UpdatePackageCommand.d.ts +11 -0
  262. package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +11 -0
  263. package/dist-types/commands/UpdatePackageVersionCommand.d.ts +19 -0
  264. package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +11 -0
  265. package/dist-types/commands/UpdateRoleAliasCommand.d.ts +11 -0
  266. package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +11 -0
  267. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +11 -0
  268. package/dist-types/commands/UpdateStreamCommand.d.ts +14 -0
  269. package/dist-types/commands/UpdateThingCommand.d.ts +11 -0
  270. package/dist-types/commands/UpdateThingGroupCommand.d.ts +11 -0
  271. package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +11 -0
  272. package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +11 -0
  273. package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +11 -0
  274. package/dist-types/commands/index.d.ts +3 -0
  275. package/dist-types/models/models_0.d.ts +171 -121
  276. package/dist-types/models/models_1.d.ts +109 -129
  277. package/dist-types/models/models_2.d.ts +238 -2
  278. package/dist-types/pagination/ListSbomValidationResultsPaginator.d.ts +7 -0
  279. package/dist-types/pagination/index.d.ts +1 -0
  280. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  281. package/dist-types/ts3.4/IoT.d.ts +57 -0
  282. package/dist-types/ts3.4/IoTClient.d.ts +18 -0
  283. package/dist-types/ts3.4/commands/AcceptCertificateTransferCommand.d.ts +12 -1
  284. package/dist-types/ts3.4/commands/AddThingToBillingGroupCommand.d.ts +12 -1
  285. package/dist-types/ts3.4/commands/AddThingToThingGroupCommand.d.ts +12 -1
  286. package/dist-types/ts3.4/commands/AssociateSbomWithPackageVersionCommand.d.ts +51 -0
  287. package/dist-types/ts3.4/commands/AssociateTargetsWithJobCommand.d.ts +12 -1
  288. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +12 -1
  289. package/dist-types/ts3.4/commands/AttachPrincipalPolicyCommand.d.ts +12 -1
  290. package/dist-types/ts3.4/commands/AttachSecurityProfileCommand.d.ts +12 -1
  291. package/dist-types/ts3.4/commands/AttachThingPrincipalCommand.d.ts +12 -1
  292. package/dist-types/ts3.4/commands/CancelAuditMitigationActionsTaskCommand.d.ts +12 -1
  293. package/dist-types/ts3.4/commands/CancelAuditTaskCommand.d.ts +12 -1
  294. package/dist-types/ts3.4/commands/CancelCertificateTransferCommand.d.ts +12 -1
  295. package/dist-types/ts3.4/commands/CancelDetectMitigationActionsTaskCommand.d.ts +12 -1
  296. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +12 -1
  297. package/dist-types/ts3.4/commands/CancelJobExecutionCommand.d.ts +12 -1
  298. package/dist-types/ts3.4/commands/ClearDefaultAuthorizerCommand.d.ts +12 -1
  299. package/dist-types/ts3.4/commands/ConfirmTopicRuleDestinationCommand.d.ts +12 -1
  300. package/dist-types/ts3.4/commands/CreateAuditSuppressionCommand.d.ts +12 -1
  301. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +12 -1
  302. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +12 -1
  303. package/dist-types/ts3.4/commands/CreateCertificateFromCsrCommand.d.ts +12 -1
  304. package/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +12 -1
  305. package/dist-types/ts3.4/commands/CreateCustomMetricCommand.d.ts +12 -1
  306. package/dist-types/ts3.4/commands/CreateDimensionCommand.d.ts +12 -1
  307. package/dist-types/ts3.4/commands/CreateDomainConfigurationCommand.d.ts +12 -1
  308. package/dist-types/ts3.4/commands/CreateDynamicThingGroupCommand.d.ts +12 -1
  309. package/dist-types/ts3.4/commands/CreateFleetMetricCommand.d.ts +12 -1
  310. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
  311. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +12 -1
  312. package/dist-types/ts3.4/commands/CreateKeysAndCertificateCommand.d.ts +12 -1
  313. package/dist-types/ts3.4/commands/CreateMitigationActionCommand.d.ts +12 -1
  314. package/dist-types/ts3.4/commands/CreateOTAUpdateCommand.d.ts +12 -1
  315. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +12 -1
  316. package/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +12 -1
  317. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +12 -1
  318. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +12 -1
  319. package/dist-types/ts3.4/commands/CreateProvisioningClaimCommand.d.ts +12 -1
  320. package/dist-types/ts3.4/commands/CreateProvisioningTemplateCommand.d.ts +12 -1
  321. package/dist-types/ts3.4/commands/CreateProvisioningTemplateVersionCommand.d.ts +12 -1
  322. package/dist-types/ts3.4/commands/CreateRoleAliasCommand.d.ts +12 -1
  323. package/dist-types/ts3.4/commands/CreateScheduledAuditCommand.d.ts +12 -1
  324. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +12 -1
  325. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +12 -1
  326. package/dist-types/ts3.4/commands/CreateThingCommand.d.ts +12 -1
  327. package/dist-types/ts3.4/commands/CreateThingGroupCommand.d.ts +12 -1
  328. package/dist-types/ts3.4/commands/CreateThingTypeCommand.d.ts +12 -1
  329. package/dist-types/ts3.4/commands/CreateTopicRuleCommand.d.ts +12 -1
  330. package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +12 -1
  331. package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +12 -1
  332. package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +12 -1
  333. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +12 -1
  334. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +12 -1
  335. package/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +13 -2
  336. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +13 -2
  337. package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +13 -2
  338. package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +12 -1
  339. package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +12 -1
  340. package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +12 -1
  341. package/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +12 -1
  342. package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +12 -1
  343. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
  344. package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +12 -1
  345. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +12 -1
  346. package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +12 -1
  347. package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +12 -1
  348. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +12 -1
  349. package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +12 -1
  350. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
  351. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +12 -1
  352. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +12 -1
  353. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +12 -1
  354. package/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +12 -1
  355. package/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +12 -1
  356. package/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +12 -1
  357. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +12 -1
  358. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +12 -1
  359. package/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +12 -1
  360. package/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +12 -1
  361. package/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +12 -1
  362. package/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +12 -1
  363. package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +12 -1
  364. package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +12 -1
  365. package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +12 -1
  366. package/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +12 -1
  367. package/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +12 -1
  368. package/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +12 -1
  369. package/dist-types/ts3.4/commands/DescribeAuditSuppressionCommand.d.ts +12 -1
  370. package/dist-types/ts3.4/commands/DescribeAuditTaskCommand.d.ts +12 -1
  371. package/dist-types/ts3.4/commands/DescribeAuthorizerCommand.d.ts +12 -1
  372. package/dist-types/ts3.4/commands/DescribeBillingGroupCommand.d.ts +12 -1
  373. package/dist-types/ts3.4/commands/DescribeCACertificateCommand.d.ts +12 -1
  374. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
  375. package/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +12 -1
  376. package/dist-types/ts3.4/commands/DescribeCustomMetricCommand.d.ts +12 -1
  377. package/dist-types/ts3.4/commands/DescribeDefaultAuthorizerCommand.d.ts +12 -1
  378. package/dist-types/ts3.4/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +12 -1
  379. package/dist-types/ts3.4/commands/DescribeDimensionCommand.d.ts +12 -1
  380. package/dist-types/ts3.4/commands/DescribeDomainConfigurationCommand.d.ts +12 -1
  381. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
  382. package/dist-types/ts3.4/commands/DescribeEventConfigurationsCommand.d.ts +12 -1
  383. package/dist-types/ts3.4/commands/DescribeFleetMetricCommand.d.ts +12 -1
  384. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +12 -1
  385. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +12 -1
  386. package/dist-types/ts3.4/commands/DescribeJobExecutionCommand.d.ts +12 -1
  387. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +12 -1
  388. package/dist-types/ts3.4/commands/DescribeManagedJobTemplateCommand.d.ts +12 -1
  389. package/dist-types/ts3.4/commands/DescribeMitigationActionCommand.d.ts +12 -1
  390. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateCommand.d.ts +12 -1
  391. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateVersionCommand.d.ts +12 -1
  392. package/dist-types/ts3.4/commands/DescribeRoleAliasCommand.d.ts +12 -1
  393. package/dist-types/ts3.4/commands/DescribeScheduledAuditCommand.d.ts +12 -1
  394. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +12 -1
  395. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +12 -1
  396. package/dist-types/ts3.4/commands/DescribeThingCommand.d.ts +12 -1
  397. package/dist-types/ts3.4/commands/DescribeThingGroupCommand.d.ts +12 -1
  398. package/dist-types/ts3.4/commands/DescribeThingRegistrationTaskCommand.d.ts +12 -1
  399. package/dist-types/ts3.4/commands/DescribeThingTypeCommand.d.ts +12 -1
  400. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +12 -1
  401. package/dist-types/ts3.4/commands/DetachPrincipalPolicyCommand.d.ts +12 -1
  402. package/dist-types/ts3.4/commands/DetachSecurityProfileCommand.d.ts +12 -1
  403. package/dist-types/ts3.4/commands/DetachThingPrincipalCommand.d.ts +12 -1
  404. package/dist-types/ts3.4/commands/DisableTopicRuleCommand.d.ts +12 -1
  405. package/dist-types/ts3.4/commands/DisassociateSbomFromPackageVersionCommand.d.ts +51 -0
  406. package/dist-types/ts3.4/commands/EnableTopicRuleCommand.d.ts +12 -1
  407. package/dist-types/ts3.4/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +12 -1
  408. package/dist-types/ts3.4/commands/GetBucketsAggregationCommand.d.ts +12 -1
  409. package/dist-types/ts3.4/commands/GetCardinalityCommand.d.ts +12 -1
  410. package/dist-types/ts3.4/commands/GetEffectivePoliciesCommand.d.ts +12 -1
  411. package/dist-types/ts3.4/commands/GetIndexingConfigurationCommand.d.ts +12 -1
  412. package/dist-types/ts3.4/commands/GetJobDocumentCommand.d.ts +12 -1
  413. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +12 -1
  414. package/dist-types/ts3.4/commands/GetOTAUpdateCommand.d.ts +12 -1
  415. package/dist-types/ts3.4/commands/GetPackageCommand.d.ts +12 -1
  416. package/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +12 -1
  417. package/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +12 -1
  418. package/dist-types/ts3.4/commands/GetPercentilesCommand.d.ts +12 -1
  419. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
  420. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +12 -1
  421. package/dist-types/ts3.4/commands/GetRegistrationCodeCommand.d.ts +12 -1
  422. package/dist-types/ts3.4/commands/GetStatisticsCommand.d.ts +12 -1
  423. package/dist-types/ts3.4/commands/GetTopicRuleCommand.d.ts +12 -1
  424. package/dist-types/ts3.4/commands/GetTopicRuleDestinationCommand.d.ts +12 -1
  425. package/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +12 -1
  426. package/dist-types/ts3.4/commands/ListActiveViolationsCommand.d.ts +12 -1
  427. package/dist-types/ts3.4/commands/ListAttachedPoliciesCommand.d.ts +12 -1
  428. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +12 -1
  429. package/dist-types/ts3.4/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +12 -1
  430. package/dist-types/ts3.4/commands/ListAuditMitigationActionsTasksCommand.d.ts +12 -1
  431. package/dist-types/ts3.4/commands/ListAuditSuppressionsCommand.d.ts +12 -1
  432. package/dist-types/ts3.4/commands/ListAuditTasksCommand.d.ts +12 -1
  433. package/dist-types/ts3.4/commands/ListAuthorizersCommand.d.ts +12 -1
  434. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +12 -1
  435. package/dist-types/ts3.4/commands/ListCACertificatesCommand.d.ts +12 -1
  436. package/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +12 -1
  437. package/dist-types/ts3.4/commands/ListCertificatesByCACommand.d.ts +12 -1
  438. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
  439. package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +12 -1
  440. package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +12 -1
  441. package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +12 -1
  442. package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +12 -1
  443. package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +12 -1
  444. package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +12 -1
  445. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +12 -1
  446. package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +12 -1
  447. package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +12 -1
  448. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +12 -1
  449. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
  450. package/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +12 -1
  451. package/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +14 -5
  452. package/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +13 -2
  453. package/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +13 -2
  454. package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +12 -1
  455. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +12 -1
  456. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +12 -1
  457. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +12 -1
  458. package/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +12 -1
  459. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +12 -1
  460. package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +12 -1
  461. package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +12 -1
  462. package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +12 -1
  463. package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +12 -1
  464. package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +12 -1
  465. package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +12 -1
  466. package/dist-types/ts3.4/commands/ListSbomValidationResultsCommand.d.ts +51 -0
  467. package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +12 -1
  468. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +12 -1
  469. package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +12 -1
  470. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +12 -1
  471. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  472. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +12 -1
  473. package/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +12 -1
  474. package/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +12 -1
  475. package/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +12 -1
  476. package/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +12 -1
  477. package/dist-types/ts3.4/commands/ListThingRegistrationTaskReportsCommand.d.ts +12 -1
  478. package/dist-types/ts3.4/commands/ListThingRegistrationTasksCommand.d.ts +12 -1
  479. package/dist-types/ts3.4/commands/ListThingTypesCommand.d.ts +12 -1
  480. package/dist-types/ts3.4/commands/ListThingsCommand.d.ts +12 -1
  481. package/dist-types/ts3.4/commands/ListThingsInBillingGroupCommand.d.ts +12 -1
  482. package/dist-types/ts3.4/commands/ListThingsInThingGroupCommand.d.ts +12 -1
  483. package/dist-types/ts3.4/commands/ListTopicRuleDestinationsCommand.d.ts +12 -1
  484. package/dist-types/ts3.4/commands/ListTopicRulesCommand.d.ts +12 -1
  485. package/dist-types/ts3.4/commands/ListV2LoggingLevelsCommand.d.ts +12 -1
  486. package/dist-types/ts3.4/commands/ListViolationEventsCommand.d.ts +12 -1
  487. package/dist-types/ts3.4/commands/PutVerificationStateOnViolationCommand.d.ts +12 -1
  488. package/dist-types/ts3.4/commands/RegisterCACertificateCommand.d.ts +12 -1
  489. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
  490. package/dist-types/ts3.4/commands/RegisterCertificateWithoutCACommand.d.ts +12 -1
  491. package/dist-types/ts3.4/commands/RegisterThingCommand.d.ts +12 -1
  492. package/dist-types/ts3.4/commands/RejectCertificateTransferCommand.d.ts +12 -1
  493. package/dist-types/ts3.4/commands/RemoveThingFromBillingGroupCommand.d.ts +12 -1
  494. package/dist-types/ts3.4/commands/RemoveThingFromThingGroupCommand.d.ts +12 -1
  495. package/dist-types/ts3.4/commands/ReplaceTopicRuleCommand.d.ts +12 -1
  496. package/dist-types/ts3.4/commands/SearchIndexCommand.d.ts +12 -1
  497. package/dist-types/ts3.4/commands/SetDefaultAuthorizerCommand.d.ts +12 -1
  498. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +12 -1
  499. package/dist-types/ts3.4/commands/SetLoggingOptionsCommand.d.ts +12 -1
  500. package/dist-types/ts3.4/commands/SetV2LoggingLevelCommand.d.ts +12 -1
  501. package/dist-types/ts3.4/commands/SetV2LoggingOptionsCommand.d.ts +12 -1
  502. package/dist-types/ts3.4/commands/StartAuditMitigationActionsTaskCommand.d.ts +12 -1
  503. package/dist-types/ts3.4/commands/StartDetectMitigationActionsTaskCommand.d.ts +12 -1
  504. package/dist-types/ts3.4/commands/StartOnDemandAuditTaskCommand.d.ts +12 -1
  505. package/dist-types/ts3.4/commands/StartThingRegistrationTaskCommand.d.ts +12 -1
  506. package/dist-types/ts3.4/commands/StopThingRegistrationTaskCommand.d.ts +12 -1
  507. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  508. package/dist-types/ts3.4/commands/TestAuthorizationCommand.d.ts +12 -1
  509. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +12 -1
  510. package/dist-types/ts3.4/commands/TransferCertificateCommand.d.ts +12 -1
  511. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  512. package/dist-types/ts3.4/commands/UpdateAccountAuditConfigurationCommand.d.ts +12 -1
  513. package/dist-types/ts3.4/commands/UpdateAuditSuppressionCommand.d.ts +12 -1
  514. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +12 -1
  515. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +12 -1
  516. package/dist-types/ts3.4/commands/UpdateCACertificateCommand.d.ts +12 -1
  517. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +12 -1
  518. package/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +12 -1
  519. package/dist-types/ts3.4/commands/UpdateCustomMetricCommand.d.ts +12 -1
  520. package/dist-types/ts3.4/commands/UpdateDimensionCommand.d.ts +12 -1
  521. package/dist-types/ts3.4/commands/UpdateDomainConfigurationCommand.d.ts +12 -1
  522. package/dist-types/ts3.4/commands/UpdateDynamicThingGroupCommand.d.ts +12 -1
  523. package/dist-types/ts3.4/commands/UpdateEventConfigurationsCommand.d.ts +12 -1
  524. package/dist-types/ts3.4/commands/UpdateFleetMetricCommand.d.ts +12 -1
  525. package/dist-types/ts3.4/commands/UpdateIndexingConfigurationCommand.d.ts +12 -1
  526. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +12 -1
  527. package/dist-types/ts3.4/commands/UpdateMitigationActionCommand.d.ts +12 -1
  528. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +12 -1
  529. package/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +12 -1
  530. package/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +12 -1
  531. package/dist-types/ts3.4/commands/UpdateProvisioningTemplateCommand.d.ts +12 -1
  532. package/dist-types/ts3.4/commands/UpdateRoleAliasCommand.d.ts +12 -1
  533. package/dist-types/ts3.4/commands/UpdateScheduledAuditCommand.d.ts +12 -1
  534. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +12 -1
  535. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +12 -1
  536. package/dist-types/ts3.4/commands/UpdateThingCommand.d.ts +12 -1
  537. package/dist-types/ts3.4/commands/UpdateThingGroupCommand.d.ts +12 -1
  538. package/dist-types/ts3.4/commands/UpdateThingGroupsForThingCommand.d.ts +12 -1
  539. package/dist-types/ts3.4/commands/UpdateTopicRuleDestinationCommand.d.ts +12 -1
  540. package/dist-types/ts3.4/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +12 -1
  541. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  542. package/dist-types/ts3.4/models/models_0.d.ts +58 -43
  543. package/dist-types/ts3.4/models/models_1.d.ts +27 -32
  544. package/dist-types/ts3.4/models/models_2.d.ts +67 -0
  545. package/dist-types/ts3.4/pagination/ListSbomValidationResultsPaginator.d.ts +11 -0
  546. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  547. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  548. package/package.json +35 -35
@@ -11,6 +11,10 @@ import {
11
11
  AddThingToThingGroupCommandInput,
12
12
  AddThingToThingGroupCommandOutput,
13
13
  } from "./commands/AddThingToThingGroupCommand";
14
+ import {
15
+ AssociateSbomWithPackageVersionCommandInput,
16
+ AssociateSbomWithPackageVersionCommandOutput,
17
+ } from "./commands/AssociateSbomWithPackageVersionCommand";
14
18
  import {
15
19
  AssociateTargetsWithJobCommandInput,
16
20
  AssociateTargetsWithJobCommandOutput,
@@ -483,6 +487,10 @@ import {
483
487
  DisableTopicRuleCommandInput,
484
488
  DisableTopicRuleCommandOutput,
485
489
  } from "./commands/DisableTopicRuleCommand";
490
+ import {
491
+ DisassociateSbomFromPackageVersionCommandInput,
492
+ DisassociateSbomFromPackageVersionCommandOutput,
493
+ } from "./commands/DisassociateSbomFromPackageVersionCommand";
486
494
  import {
487
495
  EnableTopicRuleCommandInput,
488
496
  EnableTopicRuleCommandOutput,
@@ -723,6 +731,10 @@ import {
723
731
  ListRoleAliasesCommandInput,
724
732
  ListRoleAliasesCommandOutput,
725
733
  } from "./commands/ListRoleAliasesCommand";
734
+ import {
735
+ ListSbomValidationResultsCommandInput,
736
+ ListSbomValidationResultsCommandOutput,
737
+ } from "./commands/ListSbomValidationResultsCommand";
726
738
  import {
727
739
  ListScheduledAuditsCommandInput,
728
740
  ListScheduledAuditsCommandOutput,
@@ -1062,6 +1074,19 @@ export interface IoT {
1062
1074
  options: __HttpHandlerOptions,
1063
1075
  cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void
1064
1076
  ): void;
1077
+ associateSbomWithPackageVersion(
1078
+ args: AssociateSbomWithPackageVersionCommandInput,
1079
+ options?: __HttpHandlerOptions
1080
+ ): Promise<AssociateSbomWithPackageVersionCommandOutput>;
1081
+ associateSbomWithPackageVersion(
1082
+ args: AssociateSbomWithPackageVersionCommandInput,
1083
+ cb: (err: any, data?: AssociateSbomWithPackageVersionCommandOutput) => void
1084
+ ): void;
1085
+ associateSbomWithPackageVersion(
1086
+ args: AssociateSbomWithPackageVersionCommandInput,
1087
+ options: __HttpHandlerOptions,
1088
+ cb: (err: any, data?: AssociateSbomWithPackageVersionCommandOutput) => void
1089
+ ): void;
1065
1090
  associateTargetsWithJob(
1066
1091
  args: AssociateTargetsWithJobCommandInput,
1067
1092
  options?: __HttpHandlerOptions
@@ -2646,6 +2671,25 @@ export interface IoT {
2646
2671
  options: __HttpHandlerOptions,
2647
2672
  cb: (err: any, data?: DisableTopicRuleCommandOutput) => void
2648
2673
  ): void;
2674
+ disassociateSbomFromPackageVersion(
2675
+ args: DisassociateSbomFromPackageVersionCommandInput,
2676
+ options?: __HttpHandlerOptions
2677
+ ): Promise<DisassociateSbomFromPackageVersionCommandOutput>;
2678
+ disassociateSbomFromPackageVersion(
2679
+ args: DisassociateSbomFromPackageVersionCommandInput,
2680
+ cb: (
2681
+ err: any,
2682
+ data?: DisassociateSbomFromPackageVersionCommandOutput
2683
+ ) => void
2684
+ ): void;
2685
+ disassociateSbomFromPackageVersion(
2686
+ args: DisassociateSbomFromPackageVersionCommandInput,
2687
+ options: __HttpHandlerOptions,
2688
+ cb: (
2689
+ err: any,
2690
+ data?: DisassociateSbomFromPackageVersionCommandOutput
2691
+ ) => void
2692
+ ): void;
2649
2693
  enableTopicRule(
2650
2694
  args: EnableTopicRuleCommandInput,
2651
2695
  options?: __HttpHandlerOptions
@@ -3481,6 +3525,19 @@ export interface IoT {
3481
3525
  options: __HttpHandlerOptions,
3482
3526
  cb: (err: any, data?: ListRoleAliasesCommandOutput) => void
3483
3527
  ): void;
3528
+ listSbomValidationResults(
3529
+ args: ListSbomValidationResultsCommandInput,
3530
+ options?: __HttpHandlerOptions
3531
+ ): Promise<ListSbomValidationResultsCommandOutput>;
3532
+ listSbomValidationResults(
3533
+ args: ListSbomValidationResultsCommandInput,
3534
+ cb: (err: any, data?: ListSbomValidationResultsCommandOutput) => void
3535
+ ): void;
3536
+ listSbomValidationResults(
3537
+ args: ListSbomValidationResultsCommandInput,
3538
+ options: __HttpHandlerOptions,
3539
+ cb: (err: any, data?: ListSbomValidationResultsCommandOutput) => void
3540
+ ): void;
3484
3541
  listScheduledAudits(): Promise<ListScheduledAuditsCommandOutput>;
3485
3542
  listScheduledAudits(
3486
3543
  args: ListScheduledAuditsCommandInput,
@@ -57,6 +57,10 @@ import {
57
57
  AddThingToThingGroupCommandInput,
58
58
  AddThingToThingGroupCommandOutput,
59
59
  } from "./commands/AddThingToThingGroupCommand";
60
+ import {
61
+ AssociateSbomWithPackageVersionCommandInput,
62
+ AssociateSbomWithPackageVersionCommandOutput,
63
+ } from "./commands/AssociateSbomWithPackageVersionCommand";
60
64
  import {
61
65
  AssociateTargetsWithJobCommandInput,
62
66
  AssociateTargetsWithJobCommandOutput,
@@ -529,6 +533,10 @@ import {
529
533
  DisableTopicRuleCommandInput,
530
534
  DisableTopicRuleCommandOutput,
531
535
  } from "./commands/DisableTopicRuleCommand";
536
+ import {
537
+ DisassociateSbomFromPackageVersionCommandInput,
538
+ DisassociateSbomFromPackageVersionCommandOutput,
539
+ } from "./commands/DisassociateSbomFromPackageVersionCommand";
532
540
  import {
533
541
  EnableTopicRuleCommandInput,
534
542
  EnableTopicRuleCommandOutput,
@@ -769,6 +777,10 @@ import {
769
777
  ListRoleAliasesCommandInput,
770
778
  ListRoleAliasesCommandOutput,
771
779
  } from "./commands/ListRoleAliasesCommand";
780
+ import {
781
+ ListSbomValidationResultsCommandInput,
782
+ ListSbomValidationResultsCommandOutput,
783
+ } from "./commands/ListSbomValidationResultsCommand";
772
784
  import {
773
785
  ListScheduledAuditsCommandInput,
774
786
  ListScheduledAuditsCommandOutput,
@@ -1076,6 +1088,7 @@ export type ServiceInputTypes =
1076
1088
  | AcceptCertificateTransferCommandInput
1077
1089
  | AddThingToBillingGroupCommandInput
1078
1090
  | AddThingToThingGroupCommandInput
1091
+ | AssociateSbomWithPackageVersionCommandInput
1079
1092
  | AssociateTargetsWithJobCommandInput
1080
1093
  | AttachPolicyCommandInput
1081
1094
  | AttachPrincipalPolicyCommandInput
@@ -1194,6 +1207,7 @@ export type ServiceInputTypes =
1194
1207
  | DetachSecurityProfileCommandInput
1195
1208
  | DetachThingPrincipalCommandInput
1196
1209
  | DisableTopicRuleCommandInput
1210
+ | DisassociateSbomFromPackageVersionCommandInput
1197
1211
  | EnableTopicRuleCommandInput
1198
1212
  | GetBehaviorModelTrainingSummariesCommandInput
1199
1213
  | GetBucketsAggregationCommandInput
@@ -1254,6 +1268,7 @@ export type ServiceInputTypes =
1254
1268
  | ListProvisioningTemplatesCommandInput
1255
1269
  | ListRelatedResourcesForAuditFindingCommandInput
1256
1270
  | ListRoleAliasesCommandInput
1271
+ | ListSbomValidationResultsCommandInput
1257
1272
  | ListScheduledAuditsCommandInput
1258
1273
  | ListSecurityProfilesCommandInput
1259
1274
  | ListSecurityProfilesForTargetCommandInput
@@ -1332,6 +1347,7 @@ export type ServiceOutputTypes =
1332
1347
  | AcceptCertificateTransferCommandOutput
1333
1348
  | AddThingToBillingGroupCommandOutput
1334
1349
  | AddThingToThingGroupCommandOutput
1350
+ | AssociateSbomWithPackageVersionCommandOutput
1335
1351
  | AssociateTargetsWithJobCommandOutput
1336
1352
  | AttachPolicyCommandOutput
1337
1353
  | AttachPrincipalPolicyCommandOutput
@@ -1450,6 +1466,7 @@ export type ServiceOutputTypes =
1450
1466
  | DetachSecurityProfileCommandOutput
1451
1467
  | DetachThingPrincipalCommandOutput
1452
1468
  | DisableTopicRuleCommandOutput
1469
+ | DisassociateSbomFromPackageVersionCommandOutput
1453
1470
  | EnableTopicRuleCommandOutput
1454
1471
  | GetBehaviorModelTrainingSummariesCommandOutput
1455
1472
  | GetBucketsAggregationCommandOutput
@@ -1510,6 +1527,7 @@ export type ServiceOutputTypes =
1510
1527
  | ListProvisioningTemplatesCommandOutput
1511
1528
  | ListRelatedResourcesForAuditFindingCommandOutput
1512
1529
  | ListRoleAliasesCommandOutput
1530
+ | ListSbomValidationResultsCommandOutput
1513
1531
  | ListScheduledAuditsCommandOutput
1514
1532
  | ListSecurityProfilesCommandOutput
1515
1533
  | ListSecurityProfilesForTargetCommandOutput
@@ -33,4 +33,15 @@ declare const AcceptCertificateTransferCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class AcceptCertificateTransferCommand extends AcceptCertificateTransferCommand_base {}
36
+ export declare class AcceptCertificateTransferCommand extends AcceptCertificateTransferCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AcceptCertificateTransferRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: AcceptCertificateTransferCommandInput;
44
+ output: AcceptCertificateTransferCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const AddThingToBillingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AddThingToBillingGroupCommand extends AddThingToBillingGroupCommand_base {}
40
+ export declare class AddThingToBillingGroupCommand extends AddThingToBillingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AddThingToBillingGroupRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AddThingToBillingGroupCommandInput;
48
+ output: AddThingToBillingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AddThingToThingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AddThingToThingGroupCommand extends AddThingToThingGroupCommand_base {}
40
+ export declare class AddThingToThingGroupCommand extends AddThingToThingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AddThingToThingGroupRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AddThingToThingGroupCommandInput;
48
+ output: AddThingToThingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTClient";
8
+ import {
9
+ AssociateSbomWithPackageVersionRequest,
10
+ AssociateSbomWithPackageVersionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AssociateSbomWithPackageVersionCommandInput
15
+ extends AssociateSbomWithPackageVersionRequest {}
16
+ export interface AssociateSbomWithPackageVersionCommandOutput
17
+ extends AssociateSbomWithPackageVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const AssociateSbomWithPackageVersionCommand_base: {
20
+ new (
21
+ input: AssociateSbomWithPackageVersionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AssociateSbomWithPackageVersionCommandInput,
24
+ AssociateSbomWithPackageVersionCommandOutput,
25
+ IoTClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: AssociateSbomWithPackageVersionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AssociateSbomWithPackageVersionCommandInput,
33
+ AssociateSbomWithPackageVersionCommandOutput,
34
+ IoTClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AssociateSbomWithPackageVersionCommand extends AssociateSbomWithPackageVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateSbomWithPackageVersionRequest;
44
+ output: AssociateSbomWithPackageVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateSbomWithPackageVersionCommandInput;
48
+ output: AssociateSbomWithPackageVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateTargetsWithJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateTargetsWithJobCommand extends AssociateTargetsWithJobCommand_base {}
40
+ export declare class AssociateTargetsWithJobCommand extends AssociateTargetsWithJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateTargetsWithJobRequest;
44
+ output: AssociateTargetsWithJobResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateTargetsWithJobCommandInput;
48
+ output: AssociateTargetsWithJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const AttachPolicyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class AttachPolicyCommand extends AttachPolicyCommand_base {}
34
+ export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: AttachPolicyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: AttachPolicyCommandInput;
42
+ output: AttachPolicyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const AttachPrincipalPolicyCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class AttachPrincipalPolicyCommand extends AttachPrincipalPolicyCommand_base {}
35
+ export declare class AttachPrincipalPolicyCommand extends AttachPrincipalPolicyCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: AttachPrincipalPolicyRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: AttachPrincipalPolicyCommandInput;
43
+ output: AttachPrincipalPolicyCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const AttachSecurityProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AttachSecurityProfileCommand extends AttachSecurityProfileCommand_base {}
40
+ export declare class AttachSecurityProfileCommand extends AttachSecurityProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AttachSecurityProfileRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AttachSecurityProfileCommandInput;
48
+ output: AttachSecurityProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AttachThingPrincipalCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AttachThingPrincipalCommand extends AttachThingPrincipalCommand_base {}
40
+ export declare class AttachThingPrincipalCommand extends AttachThingPrincipalCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AttachThingPrincipalRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AttachThingPrincipalCommandInput;
48
+ output: AttachThingPrincipalCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CancelAuditMitigationActionsTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelAuditMitigationActionsTaskCommand extends CancelAuditMitigationActionsTaskCommand_base {}
40
+ export declare class CancelAuditMitigationActionsTaskCommand extends CancelAuditMitigationActionsTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelAuditMitigationActionsTaskRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelAuditMitigationActionsTaskCommandInput;
48
+ output: CancelAuditMitigationActionsTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CancelAuditTaskCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CancelAuditTaskCommand extends CancelAuditTaskCommand_base {}
39
+ export declare class CancelAuditTaskCommand extends CancelAuditTaskCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CancelAuditTaskRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: CancelAuditTaskCommandInput;
47
+ output: CancelAuditTaskCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CancelCertificateTransferCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CancelCertificateTransferCommand extends CancelCertificateTransferCommand_base {}
36
+ export declare class CancelCertificateTransferCommand extends CancelCertificateTransferCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CancelCertificateTransferRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CancelCertificateTransferCommandInput;
44
+ output: CancelCertificateTransferCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CancelDetectMitigationActionsTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelDetectMitigationActionsTaskCommand extends CancelDetectMitigationActionsTaskCommand_base {}
40
+ export declare class CancelDetectMitigationActionsTaskCommand extends CancelDetectMitigationActionsTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelDetectMitigationActionsTaskRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelDetectMitigationActionsTaskCommandInput;
48
+ output: CancelDetectMitigationActionsTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CancelJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CancelJobCommand extends CancelJobCommand_base {}
36
+ export declare class CancelJobCommand extends CancelJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CancelJobRequest;
40
+ output: CancelJobResponse;
41
+ };
42
+ sdk: {
43
+ input: CancelJobCommandInput;
44
+ output: CancelJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const CancelJobExecutionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class CancelJobExecutionCommand extends CancelJobExecutionCommand_base {}
35
+ export declare class CancelJobExecutionCommand extends CancelJobExecutionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: CancelJobExecutionRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: CancelJobExecutionCommandInput;
43
+ output: CancelJobExecutionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const ClearDefaultAuthorizerCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ClearDefaultAuthorizerCommand extends ClearDefaultAuthorizerCommand_base {}
40
+ export declare class ClearDefaultAuthorizerCommand extends ClearDefaultAuthorizerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: ClearDefaultAuthorizerCommandInput;
48
+ output: ClearDefaultAuthorizerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ConfirmTopicRuleDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ConfirmTopicRuleDestinationCommand extends ConfirmTopicRuleDestinationCommand_base {}
40
+ export declare class ConfirmTopicRuleDestinationCommand extends ConfirmTopicRuleDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ConfirmTopicRuleDestinationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: ConfirmTopicRuleDestinationCommandInput;
48
+ output: ConfirmTopicRuleDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateAuditSuppressionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAuditSuppressionCommand extends CreateAuditSuppressionCommand_base {}
40
+ export declare class CreateAuditSuppressionCommand extends CreateAuditSuppressionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAuditSuppressionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateAuditSuppressionCommandInput;
48
+ output: CreateAuditSuppressionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateAuthorizerCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {}
39
+ export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateAuthorizerRequest;
43
+ output: CreateAuthorizerResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateAuthorizerCommandInput;
47
+ output: CreateAuthorizerCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateBillingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {}
40
+ export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateBillingGroupRequest;
44
+ output: CreateBillingGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateBillingGroupCommandInput;
48
+ output: CreateBillingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateCertificateFromCsrCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCertificateFromCsrCommand extends CreateCertificateFromCsrCommand_base {}
40
+ export declare class CreateCertificateFromCsrCommand extends CreateCertificateFromCsrCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCertificateFromCsrRequest;
44
+ output: CreateCertificateFromCsrResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCertificateFromCsrCommandInput;
48
+ output: CreateCertificateFromCsrCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateCertificateProviderCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCertificateProviderCommand extends CreateCertificateProviderCommand_base {}
40
+ export declare class CreateCertificateProviderCommand extends CreateCertificateProviderCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCertificateProviderRequest;
44
+ output: CreateCertificateProviderResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCertificateProviderCommandInput;
48
+ output: CreateCertificateProviderCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateCustomMetricCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCustomMetricCommand extends CreateCustomMetricCommand_base {}
40
+ export declare class CreateCustomMetricCommand extends CreateCustomMetricCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCustomMetricRequest;
44
+ output: CreateCustomMetricResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCustomMetricCommandInput;
48
+ output: CreateCustomMetricCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateDimensionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateDimensionCommand extends CreateDimensionCommand_base {}
39
+ export declare class CreateDimensionCommand extends CreateDimensionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateDimensionRequest;
43
+ output: CreateDimensionResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateDimensionCommandInput;
47
+ output: CreateDimensionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateDomainConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDomainConfigurationCommand extends CreateDomainConfigurationCommand_base {}
40
+ export declare class CreateDomainConfigurationCommand extends CreateDomainConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDomainConfigurationRequest;
44
+ output: CreateDomainConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDomainConfigurationCommandInput;
48
+ output: CreateDomainConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }