@aws-sdk/client-iot 3.1087.0 → 3.1089.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 (296) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/IoT.d.ts +897 -1023
  3. package/dist-types/ts3.4/IoTClient.d.ts +30 -88
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AcceptCertificateTransferCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AddThingToBillingGroupCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/AddThingToThingGroupCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/AssociateSbomWithPackageVersionCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/AssociateTargetsWithJobCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +2 -2
  13. package/dist-types/ts3.4/commands/AttachPrincipalPolicyCommand.d.ts +3 -4
  14. package/dist-types/ts3.4/commands/AttachSecurityProfileCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/AttachThingPrincipalCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CancelAuditMitigationActionsTaskCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CancelAuditTaskCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CancelCertificateTransferCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CancelDetectMitigationActionsTaskCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
  21. package/dist-types/ts3.4/commands/CancelJobExecutionCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/ClearDefaultAuthorizerCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ConfirmTopicRuleDestinationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/CreateAuditSuppressionCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/CreateCertificateFromCsrCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/CreateCommandCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/CreateCustomMetricCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/CreateDimensionCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/CreateDomainConfigurationCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/CreateDynamicThingGroupCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/CreateFleetMetricCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
  36. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/CreateKeysAndCertificateCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/CreateMitigationActionCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/CreateOTAUpdateCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/CreateProvisioningClaimCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/CreateProvisioningTemplateCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/CreateProvisioningTemplateVersionCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/CreateRoleAliasCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/CreateScheduledAuditCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/CreateThingCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/CreateThingGroupCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/CreateThingTypeCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/CreateTopicRuleCommand.d.ts +2 -2
  55. package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +3 -4
  62. package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/DeleteCommandCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/DeleteCommandExecutionCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +3 -4
  70. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +6 -2
  71. package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +3 -4
  72. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +3 -4
  73. package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -2
  78. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +3 -4
  79. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +4 -9
  83. package/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +5 -10
  85. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +3 -5
  87. package/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +4 -9
  88. package/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +4 -9
  89. package/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +2 -2
  90. package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +4 -6
  91. package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +5 -10
  93. package/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +3 -5
  94. package/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/DescribeAuditSuppressionCommand.d.ts +4 -6
  97. package/dist-types/ts3.4/commands/DescribeAuditTaskCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/DescribeAuthorizerCommand.d.ts +5 -10
  99. package/dist-types/ts3.4/commands/DescribeBillingGroupCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/DescribeCACertificateCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +5 -10
  102. package/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +4 -6
  103. package/dist-types/ts3.4/commands/DescribeCustomMetricCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/DescribeDefaultAuthorizerCommand.d.ts +3 -5
  105. package/dist-types/ts3.4/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +4 -6
  106. package/dist-types/ts3.4/commands/DescribeDimensionCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/DescribeDomainConfigurationCommand.d.ts +4 -6
  108. package/dist-types/ts3.4/commands/DescribeEncryptionConfigurationCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +3 -8
  110. package/dist-types/ts3.4/commands/DescribeEventConfigurationsCommand.d.ts +3 -5
  111. package/dist-types/ts3.4/commands/DescribeFleetMetricCommand.d.ts +5 -10
  112. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +4 -9
  113. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  114. package/dist-types/ts3.4/commands/DescribeJobExecutionCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +5 -10
  116. package/dist-types/ts3.4/commands/DescribeManagedJobTemplateCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/DescribeMitigationActionCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateCommand.d.ts +4 -6
  119. package/dist-types/ts3.4/commands/DescribeProvisioningTemplateVersionCommand.d.ts +4 -6
  120. package/dist-types/ts3.4/commands/DescribeRoleAliasCommand.d.ts +5 -10
  121. package/dist-types/ts3.4/commands/DescribeScheduledAuditCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +4 -6
  123. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +4 -9
  124. package/dist-types/ts3.4/commands/DescribeThingCommand.d.ts +4 -9
  125. package/dist-types/ts3.4/commands/DescribeThingGroupCommand.d.ts +5 -10
  126. package/dist-types/ts3.4/commands/DescribeThingRegistrationTaskCommand.d.ts +4 -6
  127. package/dist-types/ts3.4/commands/DescribeThingTypeCommand.d.ts +5 -10
  128. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +2 -2
  129. package/dist-types/ts3.4/commands/DetachPrincipalPolicyCommand.d.ts +3 -4
  130. package/dist-types/ts3.4/commands/DetachSecurityProfileCommand.d.ts +5 -10
  131. package/dist-types/ts3.4/commands/DetachThingPrincipalCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/DisableTopicRuleCommand.d.ts +2 -2
  133. package/dist-types/ts3.4/commands/DisassociateSbomFromPackageVersionCommand.d.ts +4 -6
  134. package/dist-types/ts3.4/commands/EnableTopicRuleCommand.d.ts +2 -2
  135. package/dist-types/ts3.4/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +3 -5
  136. package/dist-types/ts3.4/commands/GetBucketsAggregationCommand.d.ts +5 -10
  137. package/dist-types/ts3.4/commands/GetCardinalityCommand.d.ts +4 -9
  138. package/dist-types/ts3.4/commands/GetCommandCommand.d.ts +3 -5
  139. package/dist-types/ts3.4/commands/GetCommandExecutionCommand.d.ts +5 -10
  140. package/dist-types/ts3.4/commands/GetEffectivePoliciesCommand.d.ts +4 -9
  141. package/dist-types/ts3.4/commands/GetIndexingConfigurationCommand.d.ts +3 -5
  142. package/dist-types/ts3.4/commands/GetJobDocumentCommand.d.ts +4 -9
  143. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +4 -9
  144. package/dist-types/ts3.4/commands/GetOTAUpdateCommand.d.ts +3 -5
  145. package/dist-types/ts3.4/commands/GetPackageCommand.d.ts +3 -5
  146. package/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +3 -5
  147. package/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +5 -10
  148. package/dist-types/ts3.4/commands/GetPercentilesCommand.d.ts +4 -9
  149. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  150. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +4 -9
  151. package/dist-types/ts3.4/commands/GetRegistrationCodeCommand.d.ts +4 -9
  152. package/dist-types/ts3.4/commands/GetStatisticsCommand.d.ts +4 -9
  153. package/dist-types/ts3.4/commands/GetThingConnectivityDataCommand.d.ts +4 -6
  154. package/dist-types/ts3.4/commands/GetTopicRuleCommand.d.ts +3 -5
  155. package/dist-types/ts3.4/commands/GetTopicRuleDestinationCommand.d.ts +4 -6
  156. package/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +4 -9
  157. package/dist-types/ts3.4/commands/ListActiveViolationsCommand.d.ts +4 -9
  158. package/dist-types/ts3.4/commands/ListAttachedPoliciesCommand.d.ts +5 -10
  159. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +4 -9
  160. package/dist-types/ts3.4/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +4 -6
  161. package/dist-types/ts3.4/commands/ListAuditMitigationActionsTasksCommand.d.ts +4 -6
  162. package/dist-types/ts3.4/commands/ListAuditSuppressionsCommand.d.ts +4 -9
  163. package/dist-types/ts3.4/commands/ListAuditTasksCommand.d.ts +4 -9
  164. package/dist-types/ts3.4/commands/ListAuthorizersCommand.d.ts +3 -8
  165. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +4 -9
  166. package/dist-types/ts3.4/commands/ListCACertificatesCommand.d.ts +4 -9
  167. package/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +3 -5
  168. package/dist-types/ts3.4/commands/ListCertificatesByCACommand.d.ts +5 -10
  169. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +3 -8
  170. package/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +4 -9
  171. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +4 -9
  173. package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +3 -5
  174. package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +4 -6
  175. package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +3 -8
  176. package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +3 -5
  177. package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +3 -8
  178. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -4
  179. package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +4 -6
  180. package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +4 -6
  181. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +3 -8
  182. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  183. package/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +3 -5
  184. package/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +4 -9
  185. package/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +4 -9
  186. package/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +3 -8
  187. package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +3 -5
  188. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +5 -10
  189. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +2 -4
  190. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +5 -10
  192. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +5 -10
  193. package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +5 -10
  194. package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +5 -10
  195. package/dist-types/ts3.4/commands/ListPrincipalThingsV2Command.d.ts +5 -10
  196. package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +4 -6
  197. package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +3 -5
  198. package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +4 -6
  199. package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +3 -8
  200. package/dist-types/ts3.4/commands/ListSbomValidationResultsCommand.d.ts +4 -6
  201. package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +4 -9
  202. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +4 -9
  203. package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +4 -6
  204. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -4
  205. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  206. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +4 -6
  207. package/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +4 -6
  208. package/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +3 -8
  209. package/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +4 -6
  210. package/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +5 -10
  211. package/dist-types/ts3.4/commands/ListThingPrincipalsV2Command.d.ts +5 -10
  212. package/dist-types/ts3.4/commands/ListThingRegistrationTaskReportsCommand.d.ts +4 -6
  213. package/dist-types/ts3.4/commands/ListThingRegistrationTasksCommand.d.ts +3 -5
  214. package/dist-types/ts3.4/commands/ListThingTypesCommand.d.ts +3 -8
  215. package/dist-types/ts3.4/commands/ListThingsCommand.d.ts +2 -4
  216. package/dist-types/ts3.4/commands/ListThingsInBillingGroupCommand.d.ts +4 -6
  217. package/dist-types/ts3.4/commands/ListThingsInThingGroupCommand.d.ts +5 -10
  218. package/dist-types/ts3.4/commands/ListTopicRuleDestinationsCommand.d.ts +3 -5
  219. package/dist-types/ts3.4/commands/ListTopicRulesCommand.d.ts +3 -8
  220. package/dist-types/ts3.4/commands/ListV2LoggingLevelsCommand.d.ts +4 -9
  221. package/dist-types/ts3.4/commands/ListViolationEventsCommand.d.ts +5 -10
  222. package/dist-types/ts3.4/commands/PutVerificationStateOnViolationCommand.d.ts +4 -6
  223. package/dist-types/ts3.4/commands/RegisterCACertificateCommand.d.ts +5 -10
  224. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +5 -10
  225. package/dist-types/ts3.4/commands/RegisterCertificateWithoutCACommand.d.ts +4 -6
  226. package/dist-types/ts3.4/commands/RegisterThingCommand.d.ts +4 -9
  227. package/dist-types/ts3.4/commands/RejectCertificateTransferCommand.d.ts +4 -6
  228. package/dist-types/ts3.4/commands/RemoveThingFromBillingGroupCommand.d.ts +3 -5
  229. package/dist-types/ts3.4/commands/RemoveThingFromThingGroupCommand.d.ts +3 -5
  230. package/dist-types/ts3.4/commands/ReplaceTopicRuleCommand.d.ts +2 -2
  231. package/dist-types/ts3.4/commands/SearchIndexCommand.d.ts +3 -5
  232. package/dist-types/ts3.4/commands/SetDefaultAuthorizerCommand.d.ts +5 -10
  233. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +4 -6
  234. package/dist-types/ts3.4/commands/SetLoggingOptionsCommand.d.ts +3 -4
  235. package/dist-types/ts3.4/commands/SetV2LoggingLevelCommand.d.ts +3 -4
  236. package/dist-types/ts3.4/commands/SetV2LoggingOptionsCommand.d.ts +2 -3
  237. package/dist-types/ts3.4/commands/StartAuditMitigationActionsTaskCommand.d.ts +4 -6
  238. package/dist-types/ts3.4/commands/StartDetectMitigationActionsTaskCommand.d.ts +4 -6
  239. package/dist-types/ts3.4/commands/StartOnDemandAuditTaskCommand.d.ts +5 -10
  240. package/dist-types/ts3.4/commands/StartThingRegistrationTaskCommand.d.ts +4 -6
  241. package/dist-types/ts3.4/commands/StopThingRegistrationTaskCommand.d.ts +4 -6
  242. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  243. package/dist-types/ts3.4/commands/TestAuthorizationCommand.d.ts +5 -10
  244. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +5 -10
  245. package/dist-types/ts3.4/commands/TransferCertificateCommand.d.ts +5 -10
  246. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  247. package/dist-types/ts3.4/commands/UpdateAccountAuditConfigurationCommand.d.ts +3 -5
  248. package/dist-types/ts3.4/commands/UpdateAuditSuppressionCommand.d.ts +5 -10
  249. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +4 -9
  250. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +5 -10
  251. package/dist-types/ts3.4/commands/UpdateCACertificateCommand.d.ts +3 -4
  252. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +3 -4
  253. package/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +4 -6
  254. package/dist-types/ts3.4/commands/UpdateCommandCommand.d.ts +4 -9
  255. package/dist-types/ts3.4/commands/UpdateCustomMetricCommand.d.ts +5 -10
  256. package/dist-types/ts3.4/commands/UpdateDimensionCommand.d.ts +4 -9
  257. package/dist-types/ts3.4/commands/UpdateDomainConfigurationCommand.d.ts +4 -6
  258. package/dist-types/ts3.4/commands/UpdateDynamicThingGroupCommand.d.ts +4 -6
  259. package/dist-types/ts3.4/commands/UpdateEncryptionConfigurationCommand.d.ts +4 -6
  260. package/dist-types/ts3.4/commands/UpdateEventConfigurationsCommand.d.ts +3 -5
  261. package/dist-types/ts3.4/commands/UpdateFleetMetricCommand.d.ts +3 -4
  262. package/dist-types/ts3.4/commands/UpdateIndexingConfigurationCommand.d.ts +3 -5
  263. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +6 -2
  264. package/dist-types/ts3.4/commands/UpdateMitigationActionCommand.d.ts +5 -10
  265. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +4 -9
  266. package/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +3 -5
  267. package/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +5 -10
  268. package/dist-types/ts3.4/commands/UpdateProvisioningTemplateCommand.d.ts +4 -6
  269. package/dist-types/ts3.4/commands/UpdateRoleAliasCommand.d.ts +4 -9
  270. package/dist-types/ts3.4/commands/UpdateScheduledAuditCommand.d.ts +5 -10
  271. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +5 -10
  272. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +3 -5
  273. package/dist-types/ts3.4/commands/UpdateThingCommand.d.ts +3 -5
  274. package/dist-types/ts3.4/commands/UpdateThingGroupCommand.d.ts +4 -9
  275. package/dist-types/ts3.4/commands/UpdateThingGroupsForThingCommand.d.ts +3 -5
  276. package/dist-types/ts3.4/commands/UpdateThingTypeCommand.d.ts +4 -9
  277. package/dist-types/ts3.4/commands/UpdateTopicRuleDestinationCommand.d.ts +4 -6
  278. package/dist-types/ts3.4/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +4 -6
  279. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  280. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  281. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  282. package/dist-types/ts3.4/models/enums.d.ts +39 -78
  283. package/dist-types/ts3.4/models/errors.d.ts +30 -105
  284. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  285. package/dist-types/ts3.4/models/models_1.d.ts +1 -3
  286. package/dist-types/ts3.4/models/models_2.d.ts +1 -3
  287. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  288. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  289. package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +1 -4
  290. package/dist-types/ts3.4/pagination/ListThingsPaginator.d.ts +1 -4
  291. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  292. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  293. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  294. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  295. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  296. package/package.json +38 -38
@@ -51,15 +51,13 @@ export declare const ComparisonOperator: {
51
51
  readonly NOT_IN_PORT_SET: "not-in-port-set";
52
52
  readonly NOT_IN_SET: "not-in-set";
53
53
  };
54
- export type ComparisonOperator =
55
- (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
54
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
56
55
  export declare const ConfidenceLevel: {
57
56
  readonly HIGH: "HIGH";
58
57
  readonly LOW: "LOW";
59
58
  readonly MEDIUM: "MEDIUM";
60
59
  };
61
- export type ConfidenceLevel =
62
- (typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
60
+ export type ConfidenceLevel = (typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
63
61
  export declare const DimensionValueOperator: {
64
62
  readonly IN: "IN";
65
63
  readonly NOT_IN: "NOT_IN";
@@ -72,41 +70,35 @@ export declare const VerificationState: {
72
70
  readonly TRUE_POSITIVE: "TRUE_POSITIVE";
73
71
  readonly UNKNOWN: "UNKNOWN";
74
72
  };
75
- export type VerificationState =
76
- (typeof VerificationState)[keyof typeof VerificationState];
73
+ export type VerificationState = (typeof VerificationState)[keyof typeof VerificationState];
77
74
  export declare const AggregationTypeName: {
78
75
  readonly CARDINALITY: "Cardinality";
79
76
  readonly PERCENTILES: "Percentiles";
80
77
  readonly STATISTICS: "Statistics";
81
78
  };
82
- export type AggregationTypeName =
83
- (typeof AggregationTypeName)[keyof typeof AggregationTypeName];
79
+ export type AggregationTypeName = (typeof AggregationTypeName)[keyof typeof AggregationTypeName];
84
80
  export declare const AlertTargetType: {
85
81
  readonly SNS: "SNS";
86
82
  };
87
- export type AlertTargetType =
88
- (typeof AlertTargetType)[keyof typeof AlertTargetType];
83
+ export type AlertTargetType = (typeof AlertTargetType)[keyof typeof AlertTargetType];
89
84
  export declare const ApplicationProtocol: {
90
85
  readonly DEFAULT: "DEFAULT";
91
86
  readonly HTTPS: "HTTPS";
92
87
  readonly MQTT_WSS: "MQTT_WSS";
93
88
  readonly SECURE_MQTT: "SECURE_MQTT";
94
89
  };
95
- export type ApplicationProtocol =
96
- (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
90
+ export type ApplicationProtocol = (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
97
91
  export declare const SbomValidationStatus: {
98
92
  readonly FAILED: "FAILED";
99
93
  readonly IN_PROGRESS: "IN_PROGRESS";
100
94
  readonly SUCCEEDED: "SUCCEEDED";
101
95
  };
102
- export type SbomValidationStatus =
103
- (typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
96
+ export type SbomValidationStatus = (typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
104
97
  export declare const ThingPrincipalType: {
105
98
  readonly EXCLUSIVE_THING: "EXCLUSIVE_THING";
106
99
  readonly NON_EXCLUSIVE_THING: "NON_EXCLUSIVE_THING";
107
100
  };
108
- export type ThingPrincipalType =
109
- (typeof ThingPrincipalType)[keyof typeof ThingPrincipalType];
101
+ export type ThingPrincipalType = (typeof ThingPrincipalType)[keyof typeof ThingPrincipalType];
110
102
  export declare const ConfigName: {
111
103
  readonly CERT_AGE_THRESHOLD_IN_DAYS: "CERT_AGE_THRESHOLD_IN_DAYS";
112
104
  readonly CERT_EXPIRATION_THRESHOLD_IN_DAYS: "CERT_EXPIRATION_THRESHOLD_IN_DAYS";
@@ -120,8 +112,7 @@ export declare const AuditCheckRunStatus: {
120
112
  readonly IN_PROGRESS: "IN_PROGRESS";
121
113
  readonly WAITING_FOR_DATA_COLLECTION: "WAITING_FOR_DATA_COLLECTION";
122
114
  };
123
- export type AuditCheckRunStatus =
124
- (typeof AuditCheckRunStatus)[keyof typeof AuditCheckRunStatus];
115
+ export type AuditCheckRunStatus = (typeof AuditCheckRunStatus)[keyof typeof AuditCheckRunStatus];
125
116
  export declare const ResourceType: {
126
117
  readonly ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS";
127
118
  readonly CA_CERTIFICATE: "CA_CERTIFICATE";
@@ -140,16 +131,14 @@ export declare const AuditFindingSeverity: {
140
131
  readonly LOW: "LOW";
141
132
  readonly MEDIUM: "MEDIUM";
142
133
  };
143
- export type AuditFindingSeverity =
144
- (typeof AuditFindingSeverity)[keyof typeof AuditFindingSeverity];
134
+ export type AuditFindingSeverity = (typeof AuditFindingSeverity)[keyof typeof AuditFindingSeverity];
145
135
  export declare const AuditFrequency: {
146
136
  readonly BIWEEKLY: "BIWEEKLY";
147
137
  readonly DAILY: "DAILY";
148
138
  readonly MONTHLY: "MONTHLY";
149
139
  readonly WEEKLY: "WEEKLY";
150
140
  };
151
- export type AuditFrequency =
152
- (typeof AuditFrequency)[keyof typeof AuditFrequency];
141
+ export type AuditFrequency = (typeof AuditFrequency)[keyof typeof AuditFrequency];
153
142
  export declare const AuditMitigationActionsExecutionStatus: {
154
143
  readonly CANCELED: "CANCELED";
155
144
  readonly COMPLETED: "COMPLETED";
@@ -179,8 +168,7 @@ export declare const AuditTaskStatus: {
179
168
  readonly FAILED: "FAILED";
180
169
  readonly IN_PROGRESS: "IN_PROGRESS";
181
170
  };
182
- export type AuditTaskStatus =
183
- (typeof AuditTaskStatus)[keyof typeof AuditTaskStatus];
171
+ export type AuditTaskStatus = (typeof AuditTaskStatus)[keyof typeof AuditTaskStatus];
184
172
  export declare const AuditTaskType: {
185
173
  readonly ON_DEMAND_AUDIT_TASK: "ON_DEMAND_AUDIT_TASK";
186
174
  readonly SCHEDULED_AUDIT_TASK: "SCHEDULED_AUDIT_TASK";
@@ -199,14 +187,12 @@ export declare const AuthenticationType: {
199
187
  readonly CUSTOM_AUTH_X509: "CUSTOM_AUTH_X509";
200
188
  readonly DEFAULT: "DEFAULT";
201
189
  };
202
- export type AuthenticationType =
203
- (typeof AuthenticationType)[keyof typeof AuthenticationType];
190
+ export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
204
191
  export declare const AuthorizerStatus: {
205
192
  readonly ACTIVE: "ACTIVE";
206
193
  readonly INACTIVE: "INACTIVE";
207
194
  };
208
- export type AuthorizerStatus =
209
- (typeof AuthorizerStatus)[keyof typeof AuthorizerStatus];
195
+ export type AuthorizerStatus = (typeof AuthorizerStatus)[keyof typeof AuthorizerStatus];
210
196
  export declare const AutoRegistrationStatus: {
211
197
  readonly DISABLE: "DISABLE";
212
198
  readonly ENABLE: "ENABLE";
@@ -227,8 +213,7 @@ export declare const CommandParameterType: {
227
213
  readonly STRING: "STRING";
228
214
  readonly UNSIGNEDLONG: "UNSIGNEDLONG";
229
215
  };
230
- export type CommandParameterType =
231
- (typeof CommandParameterType)[keyof typeof CommandParameterType];
216
+ export type CommandParameterType = (typeof CommandParameterType)[keyof typeof CommandParameterType];
232
217
  export declare const CommandParameterValueComparisonOperator: {
233
218
  readonly EQUALS: "EQUALS";
234
219
  readonly GREATER_THAN: "GREATER_THAN";
@@ -247,8 +232,7 @@ export declare const CommandNamespace: {
247
232
  readonly AWSIoT: "AWS-IoT";
248
233
  readonly AWSIoTFleetWise: "AWS-IoT-FleetWise";
249
234
  };
250
- export type CommandNamespace =
251
- (typeof CommandNamespace)[keyof typeof CommandNamespace];
235
+ export type CommandNamespace = (typeof CommandNamespace)[keyof typeof CommandNamespace];
252
236
  export declare const OutputFormat: {
253
237
  readonly CBOR: "CBOR";
254
238
  readonly JSON: "JSON";
@@ -260,8 +244,7 @@ export declare const CustomMetricType: {
260
244
  readonly NUMBER_LIST: "number-list";
261
245
  readonly STRING_LIST: "string-list";
262
246
  };
263
- export type CustomMetricType =
264
- (typeof CustomMetricType)[keyof typeof CustomMetricType];
247
+ export type CustomMetricType = (typeof CustomMetricType)[keyof typeof CustomMetricType];
265
248
  export declare const DimensionType: {
266
249
  readonly TOPIC_FILTER: "TOPIC_FILTER";
267
250
  };
@@ -301,28 +284,24 @@ export declare const FleetMetricUnit: {
301
284
  readonly Terabytes: "Terabytes";
302
285
  readonly TerabytesSecond: "Terabytes/Second";
303
286
  };
304
- export type FleetMetricUnit =
305
- (typeof FleetMetricUnit)[keyof typeof FleetMetricUnit];
287
+ export type FleetMetricUnit = (typeof FleetMetricUnit)[keyof typeof FleetMetricUnit];
306
288
  export declare const RetryableFailureType: {
307
289
  readonly ALL: "ALL";
308
290
  readonly FAILED: "FAILED";
309
291
  readonly TIMED_OUT: "TIMED_OUT";
310
292
  };
311
- export type RetryableFailureType =
312
- (typeof RetryableFailureType)[keyof typeof RetryableFailureType];
293
+ export type RetryableFailureType = (typeof RetryableFailureType)[keyof typeof RetryableFailureType];
313
294
  export declare const JobEndBehavior: {
314
295
  readonly CANCEL: "CANCEL";
315
296
  readonly FORCE_CANCEL: "FORCE_CANCEL";
316
297
  readonly STOP_ROLLOUT: "STOP_ROLLOUT";
317
298
  };
318
- export type JobEndBehavior =
319
- (typeof JobEndBehavior)[keyof typeof JobEndBehavior];
299
+ export type JobEndBehavior = (typeof JobEndBehavior)[keyof typeof JobEndBehavior];
320
300
  export declare const TargetSelection: {
321
301
  readonly CONTINUOUS: "CONTINUOUS";
322
302
  readonly SNAPSHOT: "SNAPSHOT";
323
303
  };
324
- export type TargetSelection =
325
- (typeof TargetSelection)[keyof typeof TargetSelection];
304
+ export type TargetSelection = (typeof TargetSelection)[keyof typeof TargetSelection];
326
305
  export declare const LogLevel: {
327
306
  readonly DEBUG: "DEBUG";
328
307
  readonly DISABLED: "DISABLED";
@@ -334,8 +313,7 @@ export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
334
313
  export declare const PolicyTemplateName: {
335
314
  readonly BLANK_POLICY: "BLANK_POLICY";
336
315
  };
337
- export type PolicyTemplateName =
338
- (typeof PolicyTemplateName)[keyof typeof PolicyTemplateName];
316
+ export type PolicyTemplateName = (typeof PolicyTemplateName)[keyof typeof PolicyTemplateName];
339
317
  export declare const CACertificateUpdateAction: {
340
318
  readonly DEACTIVATE: "DEACTIVATE";
341
319
  };
@@ -372,15 +350,13 @@ export declare const OTAUpdateStatus: {
372
350
  readonly DELETE_FAILED: "DELETE_FAILED";
373
351
  readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
374
352
  };
375
- export type OTAUpdateStatus =
376
- (typeof OTAUpdateStatus)[keyof typeof OTAUpdateStatus];
353
+ export type OTAUpdateStatus = (typeof OTAUpdateStatus)[keyof typeof OTAUpdateStatus];
377
354
  export declare const PackageVersionStatus: {
378
355
  readonly DEPRECATED: "DEPRECATED";
379
356
  readonly DRAFT: "DRAFT";
380
357
  readonly PUBLISHED: "PUBLISHED";
381
358
  };
382
- export type PackageVersionStatus =
383
- (typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
359
+ export type PackageVersionStatus = (typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
384
360
  export declare const TemplateType: {
385
361
  readonly FLEET_PROVISIONING: "FLEET_PROVISIONING";
386
362
  readonly JITP: "JITP";
@@ -417,14 +393,12 @@ export declare const CertificateMode: {
417
393
  readonly DEFAULT: "DEFAULT";
418
394
  readonly SNI_ONLY: "SNI_ONLY";
419
395
  };
420
- export type CertificateMode =
421
- (typeof CertificateMode)[keyof typeof CertificateMode];
396
+ export type CertificateMode = (typeof CertificateMode)[keyof typeof CertificateMode];
422
397
  export declare const CACertificateStatus: {
423
398
  readonly ACTIVE: "ACTIVE";
424
399
  readonly INACTIVE: "INACTIVE";
425
400
  };
426
- export type CACertificateStatus =
427
- (typeof CACertificateStatus)[keyof typeof CACertificateStatus];
401
+ export type CACertificateStatus = (typeof CACertificateStatus)[keyof typeof CACertificateStatus];
428
402
  export declare const CertificateStatus: {
429
403
  readonly ACTIVE: "ACTIVE";
430
404
  readonly INACTIVE: "INACTIVE";
@@ -433,8 +407,7 @@ export declare const CertificateStatus: {
433
407
  readonly REGISTER_INACTIVE: "REGISTER_INACTIVE";
434
408
  readonly REVOKED: "REVOKED";
435
409
  };
436
- export type CertificateStatus =
437
- (typeof CertificateStatus)[keyof typeof CertificateStatus];
410
+ export type CertificateStatus = (typeof CertificateStatus)[keyof typeof CertificateStatus];
438
411
  export declare const DetectMitigationActionsTaskStatus: {
439
412
  readonly CANCELED: "CANCELED";
440
413
  readonly FAILED: "FAILED";
@@ -465,14 +438,12 @@ export declare const ConfigurationStatus: {
465
438
  readonly HEALTHY: "HEALTHY";
466
439
  readonly UNHEALTHY: "UNHEALTHY";
467
440
  };
468
- export type ConfigurationStatus =
469
- (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
441
+ export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
470
442
  export declare const EncryptionType: {
471
443
  readonly AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY";
472
444
  readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY";
473
445
  };
474
- export type EncryptionType =
475
- (typeof EncryptionType)[keyof typeof EncryptionType];
446
+ export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
476
447
  export declare const EventType: {
477
448
  readonly CA_CERTIFICATE: "CA_CERTIFICATE";
478
449
  readonly CERTIFICATE: "CERTIFICATE";
@@ -511,8 +482,7 @@ export declare const JobExecutionStatus: {
511
482
  readonly SUCCEEDED: "SUCCEEDED";
512
483
  readonly TIMED_OUT: "TIMED_OUT";
513
484
  };
514
- export type JobExecutionStatus =
515
- (typeof JobExecutionStatus)[keyof typeof JobExecutionStatus];
485
+ export type JobExecutionStatus = (typeof JobExecutionStatus)[keyof typeof JobExecutionStatus];
516
486
  export declare const MitigationActionType: {
517
487
  readonly ADD_THINGS_TO_THING_GROUP: "ADD_THINGS_TO_THING_GROUP";
518
488
  readonly ENABLE_IOT_LOGGING: "ENABLE_IOT_LOGGING";
@@ -521,15 +491,13 @@ export declare const MitigationActionType: {
521
491
  readonly UPDATE_CA_CERTIFICATE: "UPDATE_CA_CERTIFICATE";
522
492
  readonly UPDATE_DEVICE_CERTIFICATE: "UPDATE_DEVICE_CERTIFICATE";
523
493
  };
524
- export type MitigationActionType =
525
- (typeof MitigationActionType)[keyof typeof MitigationActionType];
494
+ export type MitigationActionType = (typeof MitigationActionType)[keyof typeof MitigationActionType];
526
495
  export declare const DynamicGroupStatus: {
527
496
  readonly ACTIVE: "ACTIVE";
528
497
  readonly BUILDING: "BUILDING";
529
498
  readonly REBUILDING: "REBUILDING";
530
499
  };
531
- export type DynamicGroupStatus =
532
- (typeof DynamicGroupStatus)[keyof typeof DynamicGroupStatus];
500
+ export type DynamicGroupStatus = (typeof DynamicGroupStatus)[keyof typeof DynamicGroupStatus];
533
501
  export declare const Status: {
534
502
  readonly Cancelled: "Cancelled";
535
503
  readonly Cancelling: "Cancelling";
@@ -575,14 +543,12 @@ export type DeviceDefenderIndexingMode =
575
543
  export declare const FleetIndexingApi: {
576
544
  readonly GET_THING_CONNECTIVITY_DATA: "GET_THING_CONNECTIVITY_DATA";
577
545
  };
578
- export type FleetIndexingApi =
579
- (typeof FleetIndexingApi)[keyof typeof FleetIndexingApi];
546
+ export type FleetIndexingApi = (typeof FleetIndexingApi)[keyof typeof FleetIndexingApi];
580
547
  export declare const TargetFieldOrder: {
581
548
  readonly LatLon: "LatLon";
582
549
  readonly LonLat: "LonLat";
583
550
  };
584
- export type TargetFieldOrder =
585
- (typeof TargetFieldOrder)[keyof typeof TargetFieldOrder];
551
+ export type TargetFieldOrder = (typeof TargetFieldOrder)[keyof typeof TargetFieldOrder];
586
552
  export declare const NamedShadowIndexingMode: {
587
553
  readonly OFF: "OFF";
588
554
  readonly ON: "ON";
@@ -600,8 +566,7 @@ export declare const ThingIndexingMode: {
600
566
  readonly REGISTRY: "REGISTRY";
601
567
  readonly REGISTRY_AND_SHADOW: "REGISTRY_AND_SHADOW";
602
568
  };
603
- export type ThingIndexingMode =
604
- (typeof ThingIndexingMode)[keyof typeof ThingIndexingMode];
569
+ export type ThingIndexingMode = (typeof ThingIndexingMode)[keyof typeof ThingIndexingMode];
605
570
  export declare const DisconnectReasonValue: {
606
571
  readonly API_INITIATED_DISCONNECT: "API_INITIATED_DISCONNECT";
607
572
  readonly AUTH_ERROR: "AUTH_ERROR";
@@ -626,8 +591,7 @@ export declare const BehaviorCriteriaType: {
626
591
  readonly STATIC: "STATIC";
627
592
  readonly STATISTICAL: "STATISTICAL";
628
593
  };
629
- export type BehaviorCriteriaType =
630
- (typeof BehaviorCriteriaType)[keyof typeof BehaviorCriteriaType];
594
+ export type BehaviorCriteriaType = (typeof BehaviorCriteriaType)[keyof typeof BehaviorCriteriaType];
631
595
  export declare const SortOrder: {
632
596
  readonly Ascending: "ASCENDING";
633
597
  readonly Descending: "DESCENDING";
@@ -645,8 +609,7 @@ export declare const SbomValidationResult: {
645
609
  readonly FAILED: "FAILED";
646
610
  readonly SUCCEEDED: "SUCCEEDED";
647
611
  };
648
- export type SbomValidationResult =
649
- (typeof SbomValidationResult)[keyof typeof SbomValidationResult];
612
+ export type SbomValidationResult = (typeof SbomValidationResult)[keyof typeof SbomValidationResult];
650
613
  export declare const SbomValidationErrorCode: {
651
614
  readonly FILE_SIZE_LIMIT_EXCEEDED: "FILE_SIZE_LIMIT_EXCEEDED";
652
615
  readonly INCOMPATIBLE_FORMAT: "INCOMPATIBLE_FORMAT";
@@ -663,11 +626,9 @@ export declare const ViolationEventType: {
663
626
  readonly ALARM_INVALIDATED: "alarm-invalidated";
664
627
  readonly IN_ALARM: "in-alarm";
665
628
  };
666
- export type ViolationEventType =
667
- (typeof ViolationEventType)[keyof typeof ViolationEventType];
629
+ export type ViolationEventType = (typeof ViolationEventType)[keyof typeof ViolationEventType];
668
630
  export declare const PackageVersionAction: {
669
631
  readonly DEPRECATE: "DEPRECATE";
670
632
  readonly PUBLISH: "PUBLISH";
671
633
  };
672
- export type PackageVersionAction =
673
- (typeof PackageVersionAction)[keyof typeof PackageVersionAction];
634
+ export type PackageVersionAction = (typeof PackageVersionAction)[keyof typeof PackageVersionAction];
@@ -3,54 +3,37 @@ import { IoTServiceException as __BaseException } from "./IoTServiceException";
3
3
  export declare class InternalFailureException extends __BaseException {
4
4
  readonly name: "InternalFailureException";
5
5
  readonly $fault: "server";
6
- constructor(
7
- opts: __ExceptionOptionType<InternalFailureException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
9
7
  }
10
8
  export declare class InvalidRequestException extends __BaseException {
11
9
  readonly name: "InvalidRequestException";
12
10
  readonly $fault: "client";
13
- constructor(
14
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
15
- );
11
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
16
12
  }
17
13
  export declare class ResourceNotFoundException extends __BaseException {
18
14
  readonly name: "ResourceNotFoundException";
19
15
  readonly $fault: "client";
20
- constructor(
21
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
22
- );
16
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
23
17
  }
24
18
  export declare class ServiceUnavailableException extends __BaseException {
25
19
  readonly name: "ServiceUnavailableException";
26
20
  readonly $fault: "server";
27
- constructor(
28
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
29
- );
21
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
30
22
  }
31
23
  export declare class ThrottlingException extends __BaseException {
32
24
  readonly name: "ThrottlingException";
33
25
  readonly $fault: "client";
34
- constructor(
35
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
36
- );
26
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
37
27
  }
38
28
  export declare class TransferAlreadyCompletedException extends __BaseException {
39
29
  readonly name: "TransferAlreadyCompletedException";
40
30
  readonly $fault: "client";
41
- constructor(
42
- opts: __ExceptionOptionType<
43
- TransferAlreadyCompletedException,
44
- __BaseException
45
- >
46
- );
31
+ constructor(opts: __ExceptionOptionType<TransferAlreadyCompletedException, __BaseException>);
47
32
  }
48
33
  export declare class UnauthorizedException extends __BaseException {
49
34
  readonly name: "UnauthorizedException";
50
35
  readonly $fault: "client";
51
- constructor(
52
- opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
53
- );
36
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
54
37
  }
55
38
  export declare class ConflictException extends __BaseException {
56
39
  readonly name: "ConflictException";
@@ -61,57 +44,37 @@ export declare class ConflictException extends __BaseException {
61
44
  export declare class InternalServerException extends __BaseException {
62
45
  readonly name: "InternalServerException";
63
46
  readonly $fault: "server";
64
- constructor(
65
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
66
- );
47
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
67
48
  }
68
49
  export declare class ServiceQuotaExceededException extends __BaseException {
69
50
  readonly name: "ServiceQuotaExceededException";
70
51
  readonly $fault: "client";
71
- constructor(
72
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
73
- );
52
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
74
53
  }
75
54
  export declare class ValidationException extends __BaseException {
76
55
  readonly name: "ValidationException";
77
56
  readonly $fault: "client";
78
- constructor(
79
- opts: __ExceptionOptionType<ValidationException, __BaseException>
80
- );
57
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
81
58
  }
82
59
  export declare class LimitExceededException extends __BaseException {
83
60
  readonly name: "LimitExceededException";
84
61
  readonly $fault: "client";
85
- constructor(
86
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
87
- );
62
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
88
63
  }
89
64
  export declare class VersionConflictException extends __BaseException {
90
65
  readonly name: "VersionConflictException";
91
66
  readonly $fault: "client";
92
- constructor(
93
- opts: __ExceptionOptionType<VersionConflictException, __BaseException>
94
- );
67
+ constructor(opts: __ExceptionOptionType<VersionConflictException, __BaseException>);
95
68
  }
96
69
  export declare class InvalidStateTransitionException extends __BaseException {
97
70
  readonly name: "InvalidStateTransitionException";
98
71
  readonly $fault: "client";
99
- constructor(
100
- opts: __ExceptionOptionType<
101
- InvalidStateTransitionException,
102
- __BaseException
103
- >
104
- );
72
+ constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
105
73
  }
106
74
  export declare class ConflictingResourceUpdateException extends __BaseException {
107
75
  readonly name: "ConflictingResourceUpdateException";
108
76
  readonly $fault: "client";
109
- constructor(
110
- opts: __ExceptionOptionType<
111
- ConflictingResourceUpdateException,
112
- __BaseException
113
- >
114
- );
77
+ constructor(opts: __ExceptionOptionType<ConflictingResourceUpdateException, __BaseException>);
115
78
  }
116
79
  export declare class InternalException extends __BaseException {
117
80
  readonly name: "InternalException";
@@ -123,51 +86,37 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
123
86
  readonly $fault: "client";
124
87
  resourceId?: string | undefined;
125
88
  resourceArn?: string | undefined;
126
- constructor(
127
- opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
128
- );
89
+ constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
129
90
  }
130
91
  export declare class CertificateValidationException extends __BaseException {
131
92
  readonly name: "CertificateValidationException";
132
93
  readonly $fault: "client";
133
- constructor(
134
- opts: __ExceptionOptionType<CertificateValidationException, __BaseException>
135
- );
94
+ constructor(opts: __ExceptionOptionType<CertificateValidationException, __BaseException>);
136
95
  }
137
96
  export declare class InvalidQueryException extends __BaseException {
138
97
  readonly name: "InvalidQueryException";
139
98
  readonly $fault: "client";
140
- constructor(
141
- opts: __ExceptionOptionType<InvalidQueryException, __BaseException>
142
- );
99
+ constructor(opts: __ExceptionOptionType<InvalidQueryException, __BaseException>);
143
100
  }
144
101
  export declare class IndexNotReadyException extends __BaseException {
145
102
  readonly name: "IndexNotReadyException";
146
103
  readonly $fault: "client";
147
- constructor(
148
- opts: __ExceptionOptionType<IndexNotReadyException, __BaseException>
149
- );
104
+ constructor(opts: __ExceptionOptionType<IndexNotReadyException, __BaseException>);
150
105
  }
151
106
  export declare class InvalidAggregationException extends __BaseException {
152
107
  readonly name: "InvalidAggregationException";
153
108
  readonly $fault: "client";
154
- constructor(
155
- opts: __ExceptionOptionType<InvalidAggregationException, __BaseException>
156
- );
109
+ constructor(opts: __ExceptionOptionType<InvalidAggregationException, __BaseException>);
157
110
  }
158
111
  export declare class MalformedPolicyException extends __BaseException {
159
112
  readonly name: "MalformedPolicyException";
160
113
  readonly $fault: "client";
161
- constructor(
162
- opts: __ExceptionOptionType<MalformedPolicyException, __BaseException>
163
- );
114
+ constructor(opts: __ExceptionOptionType<MalformedPolicyException, __BaseException>);
164
115
  }
165
116
  export declare class VersionsLimitExceededException extends __BaseException {
166
117
  readonly name: "VersionsLimitExceededException";
167
118
  readonly $fault: "client";
168
- constructor(
169
- opts: __ExceptionOptionType<VersionsLimitExceededException, __BaseException>
170
- );
119
+ constructor(opts: __ExceptionOptionType<VersionsLimitExceededException, __BaseException>);
171
120
  }
172
121
  export declare class SqlParseException extends __BaseException {
173
122
  readonly name: "SqlParseException";
@@ -177,69 +126,45 @@ export declare class SqlParseException extends __BaseException {
177
126
  export declare class DeleteConflictException extends __BaseException {
178
127
  readonly name: "DeleteConflictException";
179
128
  readonly $fault: "client";
180
- constructor(
181
- opts: __ExceptionOptionType<DeleteConflictException, __BaseException>
182
- );
129
+ constructor(opts: __ExceptionOptionType<DeleteConflictException, __BaseException>);
183
130
  }
184
131
  export declare class CertificateStateException extends __BaseException {
185
132
  readonly name: "CertificateStateException";
186
133
  readonly $fault: "client";
187
- constructor(
188
- opts: __ExceptionOptionType<CertificateStateException, __BaseException>
189
- );
134
+ constructor(opts: __ExceptionOptionType<CertificateStateException, __BaseException>);
190
135
  }
191
136
  export declare class NotConfiguredException extends __BaseException {
192
137
  readonly name: "NotConfiguredException";
193
138
  readonly $fault: "client";
194
- constructor(
195
- opts: __ExceptionOptionType<NotConfiguredException, __BaseException>
196
- );
139
+ constructor(opts: __ExceptionOptionType<NotConfiguredException, __BaseException>);
197
140
  }
198
141
  export declare class RegistrationCodeValidationException extends __BaseException {
199
142
  readonly name: "RegistrationCodeValidationException";
200
143
  readonly $fault: "client";
201
- constructor(
202
- opts: __ExceptionOptionType<
203
- RegistrationCodeValidationException,
204
- __BaseException
205
- >
206
- );
144
+ constructor(opts: __ExceptionOptionType<RegistrationCodeValidationException, __BaseException>);
207
145
  }
208
146
  export declare class CertificateConflictException extends __BaseException {
209
147
  readonly name: "CertificateConflictException";
210
148
  readonly $fault: "client";
211
- constructor(
212
- opts: __ExceptionOptionType<CertificateConflictException, __BaseException>
213
- );
149
+ constructor(opts: __ExceptionOptionType<CertificateConflictException, __BaseException>);
214
150
  }
215
151
  export declare class ResourceRegistrationFailureException extends __BaseException {
216
152
  readonly name: "ResourceRegistrationFailureException";
217
153
  readonly $fault: "client";
218
- constructor(
219
- opts: __ExceptionOptionType<
220
- ResourceRegistrationFailureException,
221
- __BaseException
222
- >
223
- );
154
+ constructor(opts: __ExceptionOptionType<ResourceRegistrationFailureException, __BaseException>);
224
155
  }
225
156
  export declare class TaskAlreadyExistsException extends __BaseException {
226
157
  readonly name: "TaskAlreadyExistsException";
227
158
  readonly $fault: "client";
228
- constructor(
229
- opts: __ExceptionOptionType<TaskAlreadyExistsException, __BaseException>
230
- );
159
+ constructor(opts: __ExceptionOptionType<TaskAlreadyExistsException, __BaseException>);
231
160
  }
232
161
  export declare class InvalidResponseException extends __BaseException {
233
162
  readonly name: "InvalidResponseException";
234
163
  readonly $fault: "client";
235
- constructor(
236
- opts: __ExceptionOptionType<InvalidResponseException, __BaseException>
237
- );
164
+ constructor(opts: __ExceptionOptionType<InvalidResponseException, __BaseException>);
238
165
  }
239
166
  export declare class TransferConflictException extends __BaseException {
240
167
  readonly name: "TransferConflictException";
241
168
  readonly $fault: "client";
242
- constructor(
243
- opts: __ExceptionOptionType<TransferConflictException, __BaseException>
244
- );
169
+ constructor(opts: __ExceptionOptionType<TransferConflictException, __BaseException>);
245
170
  }
@@ -771,9 +771,7 @@ export interface AwsJsonSubstitutionCommandPreprocessorConfig {
771
771
  outputFormat: OutputFormat | undefined;
772
772
  }
773
773
  export interface CommandPreprocessor {
774
- awsJsonSubstitution?:
775
- | AwsJsonSubstitutionCommandPreprocessorConfig
776
- | undefined;
774
+ awsJsonSubstitution?: AwsJsonSubstitutionCommandPreprocessorConfig | undefined;
777
775
  }
778
776
  export interface CreateCommandRequest {
779
777
  commandId: string | undefined;
@@ -991,9 +989,7 @@ export interface MitigationActionParams {
991
989
  updateDeviceCertificateParams?: UpdateDeviceCertificateParams | undefined;
992
990
  updateCACertificateParams?: UpdateCACertificateParams | undefined;
993
991
  addThingsToThingGroupParams?: AddThingsToThingGroupParams | undefined;
994
- replaceDefaultPolicyVersionParams?:
995
- | ReplaceDefaultPolicyVersionParams
996
- | undefined;
992
+ replaceDefaultPolicyVersionParams?: ReplaceDefaultPolicyVersionParams | undefined;
997
993
  enableIoTLoggingParams?: EnableIoTLoggingParams | undefined;
998
994
  publishFindingToSnsParams?: PublishFindingToSnsParams | undefined;
999
995
  }
@@ -119,9 +119,7 @@ export interface DescribeAccountAuditConfigurationResponse {
119
119
  auditNotificationTargetConfigurations?:
120
120
  | Partial<Record<AuditNotificationType, AuditNotificationTarget>>
121
121
  | undefined;
122
- auditCheckConfigurations?:
123
- | Record<string, AuditCheckConfiguration>
124
- | undefined;
122
+ auditCheckConfigurations?: Record<string, AuditCheckConfiguration> | undefined;
125
123
  }
126
124
  export interface DescribeAuditFindingRequest {
127
125
  findingId: string | undefined;
@@ -525,9 +525,7 @@ export interface UpdateAccountAuditConfigurationRequest {
525
525
  auditNotificationTargetConfigurations?:
526
526
  | Partial<Record<AuditNotificationType, AuditNotificationTarget>>
527
527
  | undefined;
528
- auditCheckConfigurations?:
529
- | Record<string, AuditCheckConfiguration>
530
- | undefined;
528
+ auditCheckConfigurations?: Record<string, AuditCheckConfiguration> | undefined;
531
529
  }
532
530
  export interface UpdateAccountAuditConfigurationResponse {}
533
531
  export interface UpdateAuditSuppressionRequest {
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListIndicesCommandInput,
4
- ListIndicesCommandOutput,
5
- } from "../commands/ListIndicesCommand";
2
+ import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
6
3
  import { IoTPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListIndices: (
8
5
  config: IoTPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListJobsCommandInput,
4
- ListJobsCommandOutput,
5
- } from "../commands/ListJobsCommand";
2
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
6
3
  import { IoTPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListJobs: (
8
5
  config: IoTPaginationConfiguration,