@aws-sdk/client-iot 3.289.0 → 3.292.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 (239) hide show
  1. package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +23 -0
  2. package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +13 -0
  3. package/dist-types/commands/AddThingToThingGroupCommand.d.ts +13 -0
  4. package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +16 -0
  5. package/dist-types/commands/AttachPolicyCommand.d.ts +22 -0
  6. package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +22 -0
  7. package/dist-types/commands/AttachSecurityProfileCommand.d.ts +21 -0
  8. package/dist-types/commands/AttachThingPrincipalCommand.d.ts +19 -0
  9. package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +13 -0
  10. package/dist-types/commands/CancelAuditTaskCommand.d.ts +13 -0
  11. package/dist-types/commands/CancelCertificateTransferCommand.d.ts +23 -0
  12. package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +13 -0
  13. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  14. package/dist-types/commands/CancelJobExecutionCommand.d.ts +23 -0
  15. package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +19 -0
  16. package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +17 -0
  17. package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateAuthorizerCommand.d.ts +22 -0
  19. package/dist-types/commands/CreateBillingGroupCommand.d.ts +13 -0
  20. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateCustomMetricCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateDimensionCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +25 -0
  24. package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +22 -0
  25. package/dist-types/commands/CreateFleetMetricCommand.d.ts +34 -0
  26. package/dist-types/commands/CreateJobCommand.d.ts +19 -0
  27. package/dist-types/commands/CreateJobTemplateCommand.d.ts +19 -0
  28. package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateMitigationActionCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateOTAUpdateCommand.d.ts +25 -0
  31. package/dist-types/commands/CreatePolicyCommand.d.ts +22 -0
  32. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +25 -0
  33. package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +19 -0
  34. package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +19 -0
  35. package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +23 -0
  36. package/dist-types/commands/CreateRoleAliasCommand.d.ts +22 -0
  37. package/dist-types/commands/CreateScheduledAuditCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +13 -0
  39. package/dist-types/commands/CreateStreamCommand.d.ts +25 -0
  40. package/dist-types/commands/CreateThingCommand.d.ts +22 -0
  41. package/dist-types/commands/CreateThingGroupCommand.d.ts +13 -0
  42. package/dist-types/commands/CreateThingTypeCommand.d.ts +19 -0
  43. package/dist-types/commands/CreateTopicRuleCommand.d.ts +20 -0
  44. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +17 -0
  45. package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +13 -0
  46. package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +10 -0
  47. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +23 -0
  48. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +15 -0
  49. package/dist-types/commands/DeleteCACertificateCommand.d.ts +22 -0
  50. package/dist-types/commands/DeleteCertificateCommand.d.ts +26 -0
  51. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +10 -0
  52. package/dist-types/commands/DeleteDimensionCommand.d.ts +10 -0
  53. package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +19 -0
  54. package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +15 -0
  55. package/dist-types/commands/DeleteFleetMetricCommand.d.ts +21 -0
  56. package/dist-types/commands/DeleteJobCommand.d.ts +21 -0
  57. package/dist-types/commands/DeleteJobExecutionCommand.d.ts +18 -0
  58. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +13 -0
  59. package/dist-types/commands/DeleteMitigationActionCommand.d.ts +10 -0
  60. package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +24 -0
  61. package/dist-types/commands/DeletePolicyCommand.d.ts +23 -0
  62. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +23 -0
  63. package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +24 -0
  64. package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +24 -0
  65. package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteRoleAliasCommand.d.ts +23 -0
  67. package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +13 -0
  68. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +15 -0
  69. package/dist-types/commands/DeleteStreamCommand.d.ts +23 -0
  70. package/dist-types/commands/DeleteThingCommand.d.ts +24 -0
  71. package/dist-types/commands/DeleteThingGroupCommand.d.ts +15 -0
  72. package/dist-types/commands/DeleteThingTypeCommand.d.ts +19 -0
  73. package/dist-types/commands/DeleteTopicRuleCommand.d.ts +17 -0
  74. package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +17 -0
  75. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +10 -0
  76. package/dist-types/commands/DeprecateThingTypeCommand.d.ts +19 -0
  77. package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +7 -0
  78. package/dist-types/commands/DescribeAuditFindingCommand.d.ts +13 -0
  79. package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +13 -0
  80. package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +13 -0
  81. package/dist-types/commands/DescribeAuditTaskCommand.d.ts +13 -0
  82. package/dist-types/commands/DescribeAuthorizerCommand.d.ts +19 -0
  83. package/dist-types/commands/DescribeBillingGroupCommand.d.ts +13 -0
  84. package/dist-types/commands/DescribeCACertificateCommand.d.ts +19 -0
  85. package/dist-types/commands/DescribeCertificateCommand.d.ts +19 -0
  86. package/dist-types/commands/DescribeCustomMetricCommand.d.ts +13 -0
  87. package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +19 -0
  88. package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +13 -0
  89. package/dist-types/commands/DescribeDimensionCommand.d.ts +13 -0
  90. package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +19 -0
  91. package/dist-types/commands/DescribeEndpointCommand.d.ts +13 -0
  92. package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +7 -0
  93. package/dist-types/commands/DescribeFleetMetricCommand.d.ts +19 -0
  94. package/dist-types/commands/DescribeIndexCommand.d.ts +19 -0
  95. package/dist-types/commands/DescribeJobCommand.d.ts +13 -0
  96. package/dist-types/commands/DescribeJobExecutionCommand.d.ts +13 -0
  97. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +13 -0
  98. package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +14 -0
  99. package/dist-types/commands/DescribeMitigationActionCommand.d.ts +13 -0
  100. package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +16 -0
  101. package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +16 -0
  102. package/dist-types/commands/DescribeRoleAliasCommand.d.ts +19 -0
  103. package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +13 -0
  104. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +13 -0
  105. package/dist-types/commands/DescribeStreamCommand.d.ts +19 -0
  106. package/dist-types/commands/DescribeThingCommand.d.ts +19 -0
  107. package/dist-types/commands/DescribeThingGroupCommand.d.ts +13 -0
  108. package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeThingTypeCommand.d.ts +19 -0
  110. package/dist-types/commands/DetachPolicyCommand.d.ts +19 -0
  111. package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +19 -0
  112. package/dist-types/commands/DetachSecurityProfileCommand.d.ts +13 -0
  113. package/dist-types/commands/DetachThingPrincipalCommand.d.ts +19 -0
  114. package/dist-types/commands/DisableTopicRuleCommand.d.ts +17 -0
  115. package/dist-types/commands/EnableTopicRuleCommand.d.ts +17 -0
  116. package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +13 -0
  117. package/dist-types/commands/GetBucketsAggregationCommand.d.ts +28 -0
  118. package/dist-types/commands/GetCardinalityCommand.d.ts +28 -0
  119. package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +22 -0
  120. package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +16 -0
  121. package/dist-types/commands/GetJobDocumentCommand.d.ts +13 -0
  122. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +10 -0
  123. package/dist-types/commands/GetOTAUpdateCommand.d.ts +19 -0
  124. package/dist-types/commands/GetPercentilesCommand.d.ts +28 -0
  125. package/dist-types/commands/GetPolicyCommand.d.ts +19 -0
  126. package/dist-types/commands/GetPolicyVersionCommand.d.ts +19 -0
  127. package/dist-types/commands/GetRegistrationCodeCommand.d.ts +16 -0
  128. package/dist-types/commands/GetStatisticsCommand.d.ts +28 -0
  129. package/dist-types/commands/GetTopicRuleCommand.d.ts +13 -0
  130. package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +13 -0
  131. package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +10 -0
  132. package/dist-types/commands/ListActiveViolationsCommand.d.ts +13 -0
  133. package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +22 -0
  134. package/dist-types/commands/ListAuditFindingsCommand.d.ts +10 -0
  135. package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +10 -0
  136. package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +10 -0
  137. package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +10 -0
  138. package/dist-types/commands/ListAuditTasksCommand.d.ts +10 -0
  139. package/dist-types/commands/ListAuthorizersCommand.d.ts +16 -0
  140. package/dist-types/commands/ListBillingGroupsCommand.d.ts +13 -0
  141. package/dist-types/commands/ListCACertificatesCommand.d.ts +16 -0
  142. package/dist-types/commands/ListCertificatesByCACommand.d.ts +16 -0
  143. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  144. package/dist-types/commands/ListCustomMetricsCommand.d.ts +10 -0
  145. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +10 -0
  146. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +10 -0
  147. package/dist-types/commands/ListDimensionsCommand.d.ts +10 -0
  148. package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +16 -0
  149. package/dist-types/commands/ListFleetMetricsCommand.d.ts +16 -0
  150. package/dist-types/commands/ListIndicesCommand.d.ts +16 -0
  151. package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +13 -0
  152. package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +13 -0
  153. package/dist-types/commands/ListJobTemplatesCommand.d.ts +10 -0
  154. package/dist-types/commands/ListJobsCommand.d.ts +13 -0
  155. package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +14 -0
  156. package/dist-types/commands/ListMetricValuesCommand.d.ts +13 -0
  157. package/dist-types/commands/ListMitigationActionsCommand.d.ts +10 -0
  158. package/dist-types/commands/ListOTAUpdatesCommand.d.ts +16 -0
  159. package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +16 -0
  160. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  161. package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +19 -0
  162. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +19 -0
  163. package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +19 -0
  164. package/dist-types/commands/ListPrincipalThingsCommand.d.ts +19 -0
  165. package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +16 -0
  166. package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +13 -0
  167. package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +13 -0
  168. package/dist-types/commands/ListRoleAliasesCommand.d.ts +16 -0
  169. package/dist-types/commands/ListScheduledAuditsCommand.d.ts +10 -0
  170. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +13 -0
  171. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +13 -0
  172. package/dist-types/commands/ListStreamsCommand.d.ts +16 -0
  173. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  174. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +22 -0
  175. package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +13 -0
  176. package/dist-types/commands/ListThingGroupsCommand.d.ts +13 -0
  177. package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +13 -0
  178. package/dist-types/commands/ListThingPrincipalsCommand.d.ts +19 -0
  179. package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +13 -0
  180. package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +13 -0
  181. package/dist-types/commands/ListThingTypesCommand.d.ts +16 -0
  182. package/dist-types/commands/ListThingsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +13 -0
  184. package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +13 -0
  185. package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +13 -0
  186. package/dist-types/commands/ListTopicRulesCommand.d.ts +10 -0
  187. package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +13 -0
  188. package/dist-types/commands/ListViolationEventsCommand.d.ts +10 -0
  189. package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +10 -0
  190. package/dist-types/commands/RegisterCACertificateCommand.d.ts +31 -0
  191. package/dist-types/commands/RegisterCertificateCommand.d.ts +30 -0
  192. package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +25 -0
  193. package/dist-types/commands/RegisterThingCommand.d.ts +23 -0
  194. package/dist-types/commands/RejectCertificateTransferCommand.d.ts +23 -0
  195. package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +13 -0
  196. package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +13 -0
  197. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +20 -0
  198. package/dist-types/commands/SearchIndexCommand.d.ts +25 -0
  199. package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +22 -0
  200. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +19 -0
  201. package/dist-types/commands/SetLoggingOptionsCommand.d.ts +10 -0
  202. package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +16 -0
  203. package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +10 -0
  204. package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +18 -0
  205. package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +18 -0
  206. package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +13 -0
  207. package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +13 -0
  208. package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +16 -0
  209. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  210. package/dist-types/commands/TestAuthorizationCommand.d.ts +22 -0
  211. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +22 -0
  212. package/dist-types/commands/TransferCertificateCommand.d.ts +26 -0
  213. package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
  214. package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +10 -0
  215. package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +13 -0
  216. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +22 -0
  217. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +18 -0
  218. package/dist-types/commands/UpdateCACertificateCommand.d.ts +19 -0
  219. package/dist-types/commands/UpdateCertificateCommand.d.ts +22 -0
  220. package/dist-types/commands/UpdateCustomMetricCommand.d.ts +13 -0
  221. package/dist-types/commands/UpdateDimensionCommand.d.ts +13 -0
  222. package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +22 -0
  223. package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +21 -0
  224. package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +10 -0
  225. package/dist-types/commands/UpdateFleetMetricCommand.d.ts +33 -0
  226. package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +16 -0
  227. package/dist-types/commands/UpdateJobCommand.d.ts +13 -0
  228. package/dist-types/commands/UpdateMitigationActionCommand.d.ts +13 -0
  229. package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +17 -0
  230. package/dist-types/commands/UpdateRoleAliasCommand.d.ts +19 -0
  231. package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +13 -0
  232. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +18 -0
  233. package/dist-types/commands/UpdateStreamCommand.d.ts +19 -0
  234. package/dist-types/commands/UpdateThingCommand.d.ts +24 -0
  235. package/dist-types/commands/UpdateThingGroupCommand.d.ts +18 -0
  236. package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +13 -0
  237. package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +17 -0
  238. package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +10 -0
  239. package/package.json +35 -40
@@ -30,6 +30,25 @@ export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse,
30
30
  * @see {@link GetPolicyVersionCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource does not exist.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The service is temporarily unavailable.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The rate exceeds the limit.</p>
47
+ *
48
+ * @throws {@link UnauthorizedException} (client fault)
49
+ * <p>You are not authorized to perform this operation.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class GetPolicyVersionCommand extends $Command<GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput, IoTClientResolvedConfig> {
35
54
  readonly input: GetPolicyVersionCommandInput;
@@ -30,6 +30,22 @@ export interface GetRegistrationCodeCommandOutput extends GetRegistrationCodeRes
30
30
  * @see {@link GetRegistrationCodeCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>You are not authorized to perform this operation.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class GetRegistrationCodeCommand extends $Command<GetRegistrationCodeCommandInput, GetRegistrationCodeCommandOutput, IoTClientResolvedConfig> {
35
51
  readonly input: GetRegistrationCodeCommandInput;
@@ -32,6 +32,34 @@ export interface GetStatisticsCommandOutput extends GetStatisticsResponse, __Met
32
32
  * @see {@link GetStatisticsCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
34
34
  *
35
+ * @throws {@link IndexNotReadyException} (client fault)
36
+ * <p>The index is not ready.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An unexpected error has occurred.</p>
40
+ *
41
+ * @throws {@link InvalidAggregationException} (client fault)
42
+ * <p>The aggregation is invalid.</p>
43
+ *
44
+ * @throws {@link InvalidQueryException} (client fault)
45
+ * <p>The query is invalid.</p>
46
+ *
47
+ * @throws {@link InvalidRequestException} (client fault)
48
+ * <p>The request is not valid.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The specified resource does not exist.</p>
52
+ *
53
+ * @throws {@link ServiceUnavailableException} (server fault)
54
+ * <p>The service is temporarily unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>The rate exceeds the limit.</p>
58
+ *
59
+ * @throws {@link UnauthorizedException} (client fault)
60
+ * <p>You are not authorized to perform this operation.</p>
61
+ *
62
+ *
35
63
  */
36
64
  export declare class GetStatisticsCommand extends $Command<GetStatisticsCommandInput, GetStatisticsCommandOutput, IoTClientResolvedConfig> {
37
65
  readonly input: GetStatisticsCommandInput;
@@ -30,6 +30,19 @@ export interface GetTopicRuleCommandOutput extends GetTopicRuleResponse, __Metad
30
30
  * @see {@link GetTopicRuleCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You are not authorized to perform this operation.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class GetTopicRuleCommand extends $Command<GetTopicRuleCommandInput, GetTopicRuleCommandOutput, IoTClientResolvedConfig> {
35
48
  readonly input: GetTopicRuleCommandInput;
@@ -30,6 +30,19 @@ export interface GetTopicRuleDestinationCommandOutput extends GetTopicRuleDestin
30
30
  * @see {@link GetTopicRuleDestinationCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You are not authorized to perform this operation.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class GetTopicRuleDestinationCommand extends $Command<GetTopicRuleDestinationCommandInput, GetTopicRuleDestinationCommandOutput, IoTClientResolvedConfig> {
35
48
  readonly input: GetTopicRuleDestinationCommandInput;
@@ -30,6 +30,16 @@ export interface GetV2LoggingOptionsCommandOutput extends GetV2LoggingOptionsRes
30
30
  * @see {@link GetV2LoggingOptionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link NotConfiguredException} (client fault)
37
+ * <p>The resource is not configured.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class GetV2LoggingOptionsCommand extends $Command<GetV2LoggingOptionsCommandInput, GetV2LoggingOptionsCommandOutput, IoTClientResolvedConfig> {
35
45
  readonly input: GetV2LoggingOptionsCommandInput;
@@ -30,6 +30,19 @@ export interface ListActiveViolationsCommandOutput extends ListActiveViolationsR
30
30
  * @see {@link ListActiveViolationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource does not exist.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListActiveViolationsCommand extends $Command<ListActiveViolationsCommandInput, ListActiveViolationsCommandOutput, IoTClientResolvedConfig> {
35
48
  readonly input: ListActiveViolationsCommandInput;
@@ -30,6 +30,28 @@ export interface ListAttachedPoliciesCommandOutput extends ListAttachedPoliciesR
30
30
  * @see {@link ListAttachedPoliciesCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link LimitExceededException} (client fault)
40
+ * <p>A limit has been exceeded.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource does not exist.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The service is temporarily unavailable.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The rate exceeds the limit.</p>
50
+ *
51
+ * @throws {@link UnauthorizedException} (client fault)
52
+ * <p>You are not authorized to perform this operation.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class ListAttachedPoliciesCommand extends $Command<ListAttachedPoliciesCommandInput, ListAttachedPoliciesCommandOutput, IoTClientResolvedConfig> {
35
57
  readonly input: ListAttachedPoliciesCommandInput;
@@ -31,6 +31,16 @@ export interface ListAuditFindingsCommandOutput extends ListAuditFindingsRespons
31
31
  * @see {@link ListAuditFindingsCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>An unexpected error has occurred.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is not valid.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>The rate exceeds the limit.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class ListAuditFindingsCommand extends $Command<ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput, IoTClientResolvedConfig> {
36
46
  readonly input: ListAuditFindingsCommandInput;
@@ -31,6 +31,16 @@ export interface ListAuditMitigationActionsExecutionsCommandOutput extends ListA
31
31
  * @see {@link ListAuditMitigationActionsExecutionsCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>An unexpected error has occurred.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is not valid.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>The rate exceeds the limit.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class ListAuditMitigationActionsExecutionsCommand extends $Command<ListAuditMitigationActionsExecutionsCommandInput, ListAuditMitigationActionsExecutionsCommandOutput, IoTClientResolvedConfig> {
36
46
  readonly input: ListAuditMitigationActionsExecutionsCommandInput;
@@ -30,6 +30,16 @@ export interface ListAuditMitigationActionsTasksCommandOutput extends ListAuditM
30
30
  * @see {@link ListAuditMitigationActionsTasksCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The rate exceeds the limit.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class ListAuditMitigationActionsTasksCommand extends $Command<ListAuditMitigationActionsTasksCommandInput, ListAuditMitigationActionsTasksCommandOutput, IoTClientResolvedConfig> {
35
45
  readonly input: ListAuditMitigationActionsTasksCommandInput;
@@ -32,6 +32,16 @@ export interface ListAuditSuppressionsCommandOutput extends ListAuditSuppression
32
32
  * @see {@link ListAuditSuppressionsCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request is not valid.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListAuditSuppressionsCommand extends $Command<ListAuditSuppressionsCommandInput, ListAuditSuppressionsCommandOutput, IoTClientResolvedConfig> {
37
47
  readonly input: ListAuditSuppressionsCommandInput;
@@ -31,6 +31,16 @@ export interface ListAuditTasksCommandOutput extends ListAuditTasksResponse, __M
31
31
  * @see {@link ListAuditTasksCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>An unexpected error has occurred.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is not valid.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>The rate exceeds the limit.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class ListAuditTasksCommand extends $Command<ListAuditTasksCommandInput, ListAuditTasksCommandOutput, IoTClientResolvedConfig> {
36
46
  readonly input: ListAuditTasksCommandInput;
@@ -30,6 +30,22 @@ export interface ListAuthorizersCommandOutput extends ListAuthorizersResponse, _
30
30
  * @see {@link ListAuthorizersCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>You are not authorized to perform this operation.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListAuthorizersCommand extends $Command<ListAuthorizersCommandInput, ListAuthorizersCommandOutput, IoTClientResolvedConfig> {
35
51
  readonly input: ListAuthorizersCommandInput;
@@ -30,6 +30,19 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsRespons
30
30
  * @see {@link ListBillingGroupsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource does not exist.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListBillingGroupsCommand extends $Command<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, IoTClientResolvedConfig> {
35
48
  readonly input: ListBillingGroupsCommandInput;
@@ -32,6 +32,22 @@ export interface ListCACertificatesCommandOutput extends ListCACertificatesRespo
32
32
  * @see {@link ListCACertificatesCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request is not valid.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is temporarily unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>You are not authorized to perform this operation.</p>
49
+ *
50
+ *
35
51
  */
36
52
  export declare class ListCACertificatesCommand extends $Command<ListCACertificatesCommandInput, ListCACertificatesCommandOutput, IoTClientResolvedConfig> {
37
53
  readonly input: ListCACertificatesCommandInput;
@@ -30,6 +30,22 @@ export interface ListCertificatesByCACommandOutput extends ListCertificatesByCAR
30
30
  * @see {@link ListCertificatesByCACommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>You are not authorized to perform this operation.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListCertificatesByCACommand extends $Command<ListCertificatesByCACommandInput, ListCertificatesByCACommandOutput, IoTClientResolvedConfig> {
35
51
  readonly input: ListCertificatesByCACommandInput;
@@ -32,6 +32,22 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
32
32
  * @see {@link ListCertificatesCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request is not valid.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is temporarily unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>You are not authorized to perform this operation.</p>
49
+ *
50
+ *
35
51
  */
36
52
  export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, IoTClientResolvedConfig> {
37
53
  readonly input: ListCertificatesCommandInput;
@@ -32,6 +32,16 @@ export interface ListCustomMetricsCommandOutput extends ListCustomMetricsRespons
32
32
  * @see {@link ListCustomMetricsCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request is not valid.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListCustomMetricsCommand extends $Command<ListCustomMetricsCommandInput, ListCustomMetricsCommandOutput, IoTClientResolvedConfig> {
37
47
  readonly input: ListCustomMetricsCommandInput;
@@ -32,6 +32,16 @@ export interface ListDetectMitigationActionsExecutionsCommandOutput extends List
32
32
  * @see {@link ListDetectMitigationActionsExecutionsCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request is not valid.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListDetectMitigationActionsExecutionsCommand extends $Command<ListDetectMitigationActionsExecutionsCommandInput, ListDetectMitigationActionsExecutionsCommandOutput, IoTClientResolvedConfig> {
37
47
  readonly input: ListDetectMitigationActionsExecutionsCommandInput;
@@ -32,6 +32,16 @@ export interface ListDetectMitigationActionsTasksCommandOutput extends ListDetec
32
32
  * @see {@link ListDetectMitigationActionsTasksCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request is not valid.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListDetectMitigationActionsTasksCommand extends $Command<ListDetectMitigationActionsTasksCommandInput, ListDetectMitigationActionsTasksCommandOutput, IoTClientResolvedConfig> {
37
47
  readonly input: ListDetectMitigationActionsTasksCommandInput;
@@ -30,6 +30,16 @@ export interface ListDimensionsCommandOutput extends ListDimensionsResponse, __M
30
30
  * @see {@link ListDimensionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The rate exceeds the limit.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class ListDimensionsCommand extends $Command<ListDimensionsCommandInput, ListDimensionsCommandOutput, IoTClientResolvedConfig> {
35
45
  readonly input: ListDimensionsCommandInput;
@@ -31,6 +31,22 @@ export interface ListDomainConfigurationsCommandOutput extends ListDomainConfigu
31
31
  * @see {@link ListDomainConfigurationsCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>An unexpected error has occurred.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is not valid.</p>
39
+ *
40
+ * @throws {@link ServiceUnavailableException} (server fault)
41
+ * <p>The service is temporarily unavailable.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>The rate exceeds the limit.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>You are not authorized to perform this operation.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class ListDomainConfigurationsCommand extends $Command<ListDomainConfigurationsCommandInput, ListDomainConfigurationsCommandOutput, IoTClientResolvedConfig> {
36
52
  readonly input: ListDomainConfigurationsCommandInput;
@@ -30,6 +30,22 @@ export interface ListFleetMetricsCommandOutput extends ListFleetMetricsResponse,
30
30
  * @see {@link ListFleetMetricsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>You are not authorized to perform this operation.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListFleetMetricsCommand extends $Command<ListFleetMetricsCommandInput, ListFleetMetricsCommandOutput, IoTClientResolvedConfig> {
35
51
  readonly input: ListFleetMetricsCommandInput;
@@ -30,6 +30,22 @@ export interface ListIndicesCommandOutput extends ListIndicesResponse, __Metadat
30
30
  * @see {@link ListIndicesCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>You are not authorized to perform this operation.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListIndicesCommand extends $Command<ListIndicesCommandInput, ListIndicesCommandOutput, IoTClientResolvedConfig> {
35
51
  readonly input: ListIndicesCommandInput;
@@ -30,6 +30,19 @@ export interface ListJobExecutionsForJobCommandOutput extends ListJobExecutionsF
30
30
  * @see {@link ListJobExecutionsForJobCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidRequestException} (client fault)
34
+ * <p>The request is not valid.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource does not exist.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListJobExecutionsForJobCommand extends $Command<ListJobExecutionsForJobCommandInput, ListJobExecutionsForJobCommandOutput, IoTClientResolvedConfig> {
35
48
  readonly input: ListJobExecutionsForJobCommandInput;
@@ -30,6 +30,19 @@ export interface ListJobExecutionsForThingCommandOutput extends ListJobExecution
30
30
  * @see {@link ListJobExecutionsForThingCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidRequestException} (client fault)
34
+ * <p>The request is not valid.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource does not exist.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListJobExecutionsForThingCommand extends $Command<ListJobExecutionsForThingCommandInput, ListJobExecutionsForThingCommandOutput, IoTClientResolvedConfig> {
35
48
  readonly input: ListJobExecutionsForThingCommandInput;
@@ -30,6 +30,16 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
30
30
  * @see {@link ListJobTemplatesCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An unexpected error has occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The rate exceeds the limit.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class ListJobTemplatesCommand extends $Command<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, IoTClientResolvedConfig> {
35
45
  readonly input: ListJobTemplatesCommandInput;
@@ -30,6 +30,19 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
30
30
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidRequestException} (client fault)
34
+ * <p>The request is not valid.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource does not exist.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is temporarily unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, IoTClientResolvedConfig> {
35
48
  readonly input: ListJobsCommandInput;
@@ -29,6 +29,20 @@ export interface ListManagedJobTemplatesCommandOutput extends ListManagedJobTemp
29
29
  * @see {@link ListManagedJobTemplatesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Internal error from the service that indicates an unexpected error or that the service
34
+ * is unavailable.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request is not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource does not exist.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The rate exceeds the limit.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListManagedJobTemplatesCommand extends $Command<ListManagedJobTemplatesCommandInput, ListManagedJobTemplatesCommandOutput, IoTClientResolvedConfig> {
34
48
  readonly input: ListManagedJobTemplatesCommandInput;