@aws-sdk/client-iot 3.299.0 → 3.301.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 +4 -0
  2. package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +6 -0
  3. package/dist-types/commands/AddThingToThingGroupCommand.d.ts +7 -0
  4. package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +8 -0
  5. package/dist-types/commands/AttachPolicyCommand.d.ts +4 -0
  6. package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +4 -0
  7. package/dist-types/commands/AttachSecurityProfileCommand.d.ts +4 -0
  8. package/dist-types/commands/AttachThingPrincipalCommand.d.ts +4 -0
  9. package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +3 -0
  10. package/dist-types/commands/CancelAuditTaskCommand.d.ts +3 -0
  11. package/dist-types/commands/CancelCertificateTransferCommand.d.ts +3 -0
  12. package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +3 -0
  13. package/dist-types/commands/CancelJobCommand.d.ts +6 -0
  14. package/dist-types/commands/CancelJobExecutionCommand.d.ts +9 -0
  15. package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +1 -0
  16. package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +3 -0
  17. package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +26 -0
  18. package/dist-types/commands/CreateAuthorizerCommand.d.ts +17 -0
  19. package/dist-types/commands/CreateBillingGroupCommand.d.ts +12 -0
  20. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +4 -0
  21. package/dist-types/commands/CreateCustomMetricCommand.d.ts +12 -0
  22. package/dist-types/commands/CreateDimensionCommand.d.ts +14 -0
  23. package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +19 -0
  24. package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +21 -0
  25. package/dist-types/commands/CreateFleetMetricCommand.d.ts +22 -0
  26. package/dist-types/commands/CreateJobCommand.d.ts +68 -0
  27. package/dist-types/commands/CreateJobTemplateCommand.d.ts +55 -0
  28. package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +3 -0
  29. package/dist-types/commands/CreateMitigationActionCommand.d.ts +34 -0
  30. package/dist-types/commands/CreateOTAUpdateCommand.d.ts +97 -0
  31. package/dist-types/commands/CreatePolicyCommand.d.ts +10 -0
  32. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +5 -0
  33. package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +3 -0
  34. package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +18 -0
  35. package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +5 -0
  36. package/dist-types/commands/CreateRoleAliasCommand.d.ts +11 -0
  37. package/dist-types/commands/CreateScheduledAuditCommand.d.ts +15 -0
  38. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +67 -0
  39. package/dist-types/commands/CreateStreamCommand.d.ts +21 -0
  40. package/dist-types/commands/CreateThingCommand.d.ts +11 -0
  41. package/dist-types/commands/CreateThingGroupCommand.d.ts +19 -0
  42. package/dist-types/commands/CreateThingTypeCommand.d.ts +15 -0
  43. package/dist-types/commands/CreateTopicRuleCommand.d.ts +412 -0
  44. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +17 -0
  45. package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +3 -0
  46. package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +22 -0
  47. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +3 -0
  48. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteCACertificateCommand.d.ts +3 -0
  50. package/dist-types/commands/DeleteCertificateCommand.d.ts +4 -0
  51. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +3 -0
  52. package/dist-types/commands/DeleteDimensionCommand.d.ts +3 -0
  53. package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +3 -0
  54. package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +4 -0
  55. package/dist-types/commands/DeleteFleetMetricCommand.d.ts +4 -0
  56. package/dist-types/commands/DeleteJobCommand.d.ts +5 -0
  57. package/dist-types/commands/DeleteJobExecutionCommand.d.ts +7 -0
  58. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +3 -0
  59. package/dist-types/commands/DeleteMitigationActionCommand.d.ts +3 -0
  60. package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +5 -0
  61. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -0
  62. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +3 -0
  64. package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +4 -0
  65. package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +1 -0
  66. package/dist-types/commands/DeleteRoleAliasCommand.d.ts +3 -0
  67. package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +3 -0
  68. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteStreamCommand.d.ts +3 -0
  70. package/dist-types/commands/DeleteThingCommand.d.ts +4 -0
  71. package/dist-types/commands/DeleteThingGroupCommand.d.ts +4 -0
  72. package/dist-types/commands/DeleteThingTypeCommand.d.ts +3 -0
  73. package/dist-types/commands/DeleteTopicRuleCommand.d.ts +3 -0
  74. package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +3 -0
  75. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +4 -0
  76. package/dist-types/commands/DeprecateThingTypeCommand.d.ts +4 -0
  77. package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -0
  78. package/dist-types/commands/DescribeAuditFindingCommand.d.ts +3 -0
  79. package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +3 -0
  80. package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +22 -0
  81. package/dist-types/commands/DescribeAuditTaskCommand.d.ts +3 -0
  82. package/dist-types/commands/DescribeAuthorizerCommand.d.ts +3 -0
  83. package/dist-types/commands/DescribeBillingGroupCommand.d.ts +3 -0
  84. package/dist-types/commands/DescribeCACertificateCommand.d.ts +3 -0
  85. package/dist-types/commands/DescribeCertificateCommand.d.ts +3 -0
  86. package/dist-types/commands/DescribeCustomMetricCommand.d.ts +3 -0
  87. package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +1 -0
  88. package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +3 -0
  89. package/dist-types/commands/DescribeDimensionCommand.d.ts +3 -0
  90. package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +3 -0
  91. package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -0
  92. package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +1 -0
  93. package/dist-types/commands/DescribeFleetMetricCommand.d.ts +3 -0
  94. package/dist-types/commands/DescribeIndexCommand.d.ts +3 -0
  95. package/dist-types/commands/DescribeJobCommand.d.ts +3 -0
  96. package/dist-types/commands/DescribeJobExecutionCommand.d.ts +5 -0
  97. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +3 -0
  98. package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +4 -0
  99. package/dist-types/commands/DescribeMitigationActionCommand.d.ts +3 -0
  100. package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +3 -0
  101. package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +4 -0
  102. package/dist-types/commands/DescribeRoleAliasCommand.d.ts +3 -0
  103. package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +3 -0
  104. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +3 -0
  105. package/dist-types/commands/DescribeStreamCommand.d.ts +3 -0
  106. package/dist-types/commands/DescribeThingCommand.d.ts +3 -0
  107. package/dist-types/commands/DescribeThingGroupCommand.d.ts +3 -0
  108. package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +3 -0
  109. package/dist-types/commands/DescribeThingTypeCommand.d.ts +3 -0
  110. package/dist-types/commands/DetachPolicyCommand.d.ts +4 -0
  111. package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +4 -0
  112. package/dist-types/commands/DetachSecurityProfileCommand.d.ts +4 -0
  113. package/dist-types/commands/DetachThingPrincipalCommand.d.ts +4 -0
  114. package/dist-types/commands/DisableTopicRuleCommand.d.ts +3 -0
  115. package/dist-types/commands/EnableTopicRuleCommand.d.ts +3 -0
  116. package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +5 -0
  117. package/dist-types/commands/GetBucketsAggregationCommand.d.ts +11 -0
  118. package/dist-types/commands/GetCardinalityCommand.d.ts +6 -0
  119. package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +5 -0
  120. package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +1 -0
  121. package/dist-types/commands/GetJobDocumentCommand.d.ts +3 -0
  122. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +1 -0
  123. package/dist-types/commands/GetOTAUpdateCommand.d.ts +3 -0
  124. package/dist-types/commands/GetPercentilesCommand.d.ts +9 -0
  125. package/dist-types/commands/GetPolicyCommand.d.ts +3 -0
  126. package/dist-types/commands/GetPolicyVersionCommand.d.ts +4 -0
  127. package/dist-types/commands/GetRegistrationCodeCommand.d.ts +1 -0
  128. package/dist-types/commands/GetStatisticsCommand.d.ts +6 -0
  129. package/dist-types/commands/GetTopicRuleCommand.d.ts +3 -0
  130. package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +3 -0
  131. package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +1 -0
  132. package/dist-types/commands/ListActiveViolationsCommand.d.ts +9 -0
  133. package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +6 -0
  134. package/dist-types/commands/ListAuditFindingsCommand.d.ts +28 -0
  135. package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +7 -0
  136. package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +9 -0
  137. package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +25 -0
  138. package/dist-types/commands/ListAuditTasksCommand.d.ts +8 -0
  139. package/dist-types/commands/ListAuthorizersCommand.d.ts +6 -0
  140. package/dist-types/commands/ListBillingGroupsCommand.d.ts +5 -0
  141. package/dist-types/commands/ListCACertificatesCommand.d.ts +6 -0
  142. package/dist-types/commands/ListCertificatesByCACommand.d.ts +6 -0
  143. package/dist-types/commands/ListCertificatesCommand.d.ts +5 -0
  144. package/dist-types/commands/ListCustomMetricsCommand.d.ts +4 -0
  145. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +9 -0
  146. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +6 -0
  147. package/dist-types/commands/ListDimensionsCommand.d.ts +4 -0
  148. package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +5 -0
  149. package/dist-types/commands/ListFleetMetricsCommand.d.ts +4 -0
  150. package/dist-types/commands/ListIndicesCommand.d.ts +4 -0
  151. package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +6 -0
  152. package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +8 -0
  153. package/dist-types/commands/ListJobTemplatesCommand.d.ts +4 -0
  154. package/dist-types/commands/ListJobsCommand.d.ts +9 -0
  155. package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +5 -0
  156. package/dist-types/commands/ListMetricValuesCommand.d.ts +10 -0
  157. package/dist-types/commands/ListMitigationActionsCommand.d.ts +5 -0
  158. package/dist-types/commands/ListOTAUpdatesCommand.d.ts +5 -0
  159. package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +5 -0
  160. package/dist-types/commands/ListPoliciesCommand.d.ts +5 -0
  161. package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +6 -0
  162. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +3 -0
  163. package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +6 -0
  164. package/dist-types/commands/ListPrincipalThingsCommand.d.ts +5 -0
  165. package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +5 -0
  166. package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +4 -0
  167. package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +5 -0
  168. package/dist-types/commands/ListRoleAliasesCommand.d.ts +5 -0
  169. package/dist-types/commands/ListScheduledAuditsCommand.d.ts +4 -0
  170. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +6 -0
  171. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +6 -0
  172. package/dist-types/commands/ListStreamsCommand.d.ts +5 -0
  173. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  174. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +5 -0
  175. package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +5 -0
  176. package/dist-types/commands/ListThingGroupsCommand.d.ts +7 -0
  177. package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +5 -0
  178. package/dist-types/commands/ListThingPrincipalsCommand.d.ts +5 -0
  179. package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +6 -0
  180. package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +5 -0
  181. package/dist-types/commands/ListThingTypesCommand.d.ts +5 -0
  182. package/dist-types/commands/ListThingsCommand.d.ts +8 -0
  183. package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +5 -0
  184. package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +6 -0
  185. package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +4 -0
  186. package/dist-types/commands/ListTopicRulesCommand.d.ts +6 -0
  187. package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +5 -0
  188. package/dist-types/commands/ListViolationEventsCommand.d.ts +11 -0
  189. package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +5 -0
  190. package/dist-types/commands/RegisterCACertificateCommand.d.ts +18 -0
  191. package/dist-types/commands/RegisterCertificateCommand.d.ts +6 -0
  192. package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +4 -0
  193. package/dist-types/commands/RegisterThingCommand.d.ts +6 -0
  194. package/dist-types/commands/RejectCertificateTransferCommand.d.ts +4 -0
  195. package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +6 -0
  196. package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +6 -0
  197. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +411 -0
  198. package/dist-types/commands/SearchIndexCommand.d.ts +7 -0
  199. package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +3 -0
  200. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +4 -0
  201. package/dist-types/commands/SetLoggingOptionsCommand.d.ts +6 -0
  202. package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +7 -0
  203. package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +5 -0
  204. package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +20 -0
  205. package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +20 -0
  206. package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +5 -0
  207. package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +6 -0
  208. package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +3 -0
  209. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  210. package/dist-types/commands/TestAuthorizationCommand.d.ts +19 -0
  211. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +19 -0
  212. package/dist-types/commands/TransferCertificateCommand.d.ts +5 -0
  213. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  214. package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +15 -0
  215. package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +25 -0
  216. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +10 -0
  217. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +7 -0
  218. package/dist-types/commands/UpdateCACertificateCommand.d.ts +11 -0
  219. package/dist-types/commands/UpdateCertificateCommand.d.ts +4 -0
  220. package/dist-types/commands/UpdateCustomMetricCommand.d.ts +4 -0
  221. package/dist-types/commands/UpdateDimensionCommand.d.ts +6 -0
  222. package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +9 -0
  223. package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +16 -0
  224. package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +7 -0
  225. package/dist-types/commands/UpdateFleetMetricCommand.d.ts +17 -0
  226. package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +40 -0
  227. package/dist-types/commands/UpdateJobCommand.d.ts +41 -0
  228. package/dist-types/commands/UpdateMitigationActionCommand.d.ts +28 -0
  229. package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +12 -0
  230. package/dist-types/commands/UpdateRoleAliasCommand.d.ts +5 -0
  231. package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +9 -0
  232. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +65 -0
  233. package/dist-types/commands/UpdateStreamCommand.d.ts +15 -0
  234. package/dist-types/commands/UpdateThingCommand.d.ts +12 -0
  235. package/dist-types/commands/UpdateThingGroupCommand.d.ts +13 -0
  236. package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +10 -0
  237. package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +4 -0
  238. package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +41 -0
  239. package/package.json +8 -8
@@ -27,6 +27,9 @@ export interface DisableTopicRuleCommandOutput extends __MetadataBearer {
27
27
  * import { IoTClient, DisableTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DisableTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DisableTopicRuleRequest
31
+ * ruleName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DisableTopicRuleCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,9 @@ export interface EnableTopicRuleCommandOutput extends __MetadataBearer {
27
27
  * import { IoTClient, EnableTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, EnableTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // EnableTopicRuleRequest
31
+ * ruleName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new EnableTopicRuleCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,11 @@ export interface GetBehaviorModelTrainingSummariesCommandOutput extends GetBehav
29
29
  * import { IoTClient, GetBehaviorModelTrainingSummariesCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, GetBehaviorModelTrainingSummariesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // GetBehaviorModelTrainingSummariesRequest
33
+ * securityProfileName: "STRING_VALUE",
34
+ * maxResults: Number("int"),
35
+ * nextToken: "STRING_VALUE",
36
+ * };
32
37
  * const command = new GetBehaviorModelTrainingSummariesCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -27,6 +27,17 @@ export interface GetBucketsAggregationCommandOutput extends GetBucketsAggregatio
27
27
  * import { IoTClient, GetBucketsAggregationCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetBucketsAggregationCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // GetBucketsAggregationRequest
31
+ * indexName: "STRING_VALUE",
32
+ * queryString: "STRING_VALUE", // required
33
+ * aggregationField: "STRING_VALUE", // required
34
+ * queryVersion: "STRING_VALUE",
35
+ * bucketsAggregationType: { // BucketsAggregationType
36
+ * termsAggregation: { // TermsAggregation
37
+ * maxBuckets: Number("int"),
38
+ * },
39
+ * },
40
+ * };
30
41
  * const command = new GetBucketsAggregationCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -27,6 +27,12 @@ export interface GetCardinalityCommandOutput extends GetCardinalityResponse, __M
27
27
  * import { IoTClient, GetCardinalityCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetCardinalityCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // GetCardinalityRequest
31
+ * indexName: "STRING_VALUE",
32
+ * queryString: "STRING_VALUE", // required
33
+ * aggregationField: "STRING_VALUE",
34
+ * queryVersion: "STRING_VALUE",
35
+ * };
30
36
  * const command = new GetCardinalityCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -28,6 +28,11 @@ export interface GetEffectivePoliciesCommandOutput extends GetEffectivePoliciesR
28
28
  * import { IoTClient, GetEffectivePoliciesCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, GetEffectivePoliciesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // GetEffectivePoliciesRequest
32
+ * principal: "STRING_VALUE",
33
+ * cognitoIdentityPoolId: "STRING_VALUE",
34
+ * thingName: "STRING_VALUE",
35
+ * };
31
36
  * const command = new GetEffectivePoliciesCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -27,6 +27,7 @@ export interface GetIndexingConfigurationCommandOutput extends GetIndexingConfig
27
27
  * import { IoTClient, GetIndexingConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetIndexingConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = {};
30
31
  * const command = new GetIndexingConfigurationCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -27,6 +27,9 @@ export interface GetJobDocumentCommandOutput extends GetJobDocumentResponse, __M
27
27
  * import { IoTClient, GetJobDocumentCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetJobDocumentCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // GetJobDocumentRequest
31
+ * jobId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetJobDocumentCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,7 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons
29
29
  * import { IoTClient, GetLoggingOptionsCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, GetLoggingOptionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = {};
32
33
  * const command = new GetLoggingOptionsCommand(input);
33
34
  * const response = await client.send(command);
34
35
  * ```
@@ -27,6 +27,9 @@ export interface GetOTAUpdateCommandOutput extends GetOTAUpdateResponse, __Metad
27
27
  * import { IoTClient, GetOTAUpdateCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetOTAUpdateCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // GetOTAUpdateRequest
31
+ * otaUpdateId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetOTAUpdateCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -35,6 +35,15 @@ export interface GetPercentilesCommandOutput extends GetPercentilesResponse, __M
35
35
  * import { IoTClient, GetPercentilesCommand } from "@aws-sdk/client-iot"; // ES Modules import
36
36
  * // const { IoTClient, GetPercentilesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
37
37
  * const client = new IoTClient(config);
38
+ * const input = { // GetPercentilesRequest
39
+ * indexName: "STRING_VALUE",
40
+ * queryString: "STRING_VALUE", // required
41
+ * aggregationField: "STRING_VALUE",
42
+ * queryVersion: "STRING_VALUE",
43
+ * percents: [ // PercentList
44
+ * Number("double"),
45
+ * ],
46
+ * };
38
47
  * const command = new GetPercentilesCommand(input);
39
48
  * const response = await client.send(command);
40
49
  * ```
@@ -28,6 +28,9 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
28
28
  * import { IoTClient, GetPolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, GetPolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // GetPolicyRequest
32
+ * policyName: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new GetPolicyCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -27,6 +27,10 @@ export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse,
27
27
  * import { IoTClient, GetPolicyVersionCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetPolicyVersionCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // GetPolicyVersionRequest
31
+ * policyName: "STRING_VALUE", // required
32
+ * policyVersionId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new GetPolicyVersionCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,7 @@ export interface GetRegistrationCodeCommandOutput extends GetRegistrationCodeRes
27
27
  * import { IoTClient, GetRegistrationCodeCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetRegistrationCodeCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = {};
30
31
  * const command = new GetRegistrationCodeCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -29,6 +29,12 @@ export interface GetStatisticsCommandOutput extends GetStatisticsResponse, __Met
29
29
  * import { IoTClient, GetStatisticsCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, GetStatisticsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // GetStatisticsRequest
33
+ * indexName: "STRING_VALUE",
34
+ * queryString: "STRING_VALUE", // required
35
+ * aggregationField: "STRING_VALUE",
36
+ * queryVersion: "STRING_VALUE",
37
+ * };
32
38
  * const command = new GetStatisticsCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -27,6 +27,9 @@ export interface GetTopicRuleCommandOutput extends GetTopicRuleResponse, __Metad
27
27
  * import { IoTClient, GetTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // GetTopicRuleRequest
31
+ * ruleName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetTopicRuleCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,9 @@ export interface GetTopicRuleDestinationCommandOutput extends GetTopicRuleDestin
27
27
  * import { IoTClient, GetTopicRuleDestinationCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetTopicRuleDestinationCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // GetTopicRuleDestinationRequest
31
+ * arn: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetTopicRuleDestinationCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,7 @@ export interface GetV2LoggingOptionsCommandOutput extends GetV2LoggingOptionsRes
27
27
  * import { IoTClient, GetV2LoggingOptionsCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, GetV2LoggingOptionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = {};
30
31
  * const command = new GetV2LoggingOptionsCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -27,6 +27,15 @@ export interface ListActiveViolationsCommandOutput extends ListActiveViolationsR
27
27
  * import { IoTClient, ListActiveViolationsCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListActiveViolationsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListActiveViolationsRequest
31
+ * thingName: "STRING_VALUE",
32
+ * securityProfileName: "STRING_VALUE",
33
+ * behaviorCriteriaType: "STATIC" || "STATISTICAL" || "MACHINE_LEARNING",
34
+ * listSuppressedAlerts: true || false,
35
+ * verificationState: "FALSE_POSITIVE" || "BENIGN_POSITIVE" || "TRUE_POSITIVE" || "UNKNOWN",
36
+ * nextToken: "STRING_VALUE",
37
+ * maxResults: Number("int"),
38
+ * };
30
39
  * const command = new ListActiveViolationsCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -27,6 +27,12 @@ export interface ListAttachedPoliciesCommandOutput extends ListAttachedPoliciesR
27
27
  * import { IoTClient, ListAttachedPoliciesCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListAttachedPoliciesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListAttachedPoliciesRequest
31
+ * target: "STRING_VALUE", // required
32
+ * recursive: true || false,
33
+ * marker: "STRING_VALUE",
34
+ * pageSize: Number("int"),
35
+ * };
30
36
  * const command = new ListAttachedPoliciesCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -28,6 +28,34 @@ export interface ListAuditFindingsCommandOutput extends ListAuditFindingsRespons
28
28
  * import { IoTClient, ListAuditFindingsCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, ListAuditFindingsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // ListAuditFindingsRequest
32
+ * taskId: "STRING_VALUE",
33
+ * checkName: "STRING_VALUE",
34
+ * resourceIdentifier: { // ResourceIdentifier
35
+ * deviceCertificateId: "STRING_VALUE",
36
+ * caCertificateId: "STRING_VALUE",
37
+ * cognitoIdentityPoolId: "STRING_VALUE",
38
+ * clientId: "STRING_VALUE",
39
+ * policyVersionIdentifier: { // PolicyVersionIdentifier
40
+ * policyName: "STRING_VALUE",
41
+ * policyVersionId: "STRING_VALUE",
42
+ * },
43
+ * account: "STRING_VALUE",
44
+ * iamRoleArn: "STRING_VALUE",
45
+ * roleAliasArn: "STRING_VALUE",
46
+ * issuerCertificateIdentifier: { // IssuerCertificateIdentifier
47
+ * issuerCertificateSubject: "STRING_VALUE",
48
+ * issuerId: "STRING_VALUE",
49
+ * issuerCertificateSerialNumber: "STRING_VALUE",
50
+ * },
51
+ * deviceCertificateArn: "STRING_VALUE",
52
+ * },
53
+ * maxResults: Number("int"),
54
+ * nextToken: "STRING_VALUE",
55
+ * startTime: new Date("TIMESTAMP"),
56
+ * endTime: new Date("TIMESTAMP"),
57
+ * listSuppressedFindings: true || false,
58
+ * };
31
59
  * const command = new ListAuditFindingsCommand(input);
32
60
  * const response = await client.send(command);
33
61
  * ```
@@ -28,6 +28,13 @@ export interface ListAuditMitigationActionsExecutionsCommandOutput extends ListA
28
28
  * import { IoTClient, ListAuditMitigationActionsExecutionsCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, ListAuditMitigationActionsExecutionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // ListAuditMitigationActionsExecutionsRequest
32
+ * taskId: "STRING_VALUE", // required
33
+ * actionStatus: "IN_PROGRESS" || "COMPLETED" || "FAILED" || "CANCELED" || "SKIPPED" || "PENDING",
34
+ * findingId: "STRING_VALUE", // required
35
+ * maxResults: Number("int"),
36
+ * nextToken: "STRING_VALUE",
37
+ * };
31
38
  * const command = new ListAuditMitigationActionsExecutionsCommand(input);
32
39
  * const response = await client.send(command);
33
40
  * ```
@@ -27,6 +27,15 @@ export interface ListAuditMitigationActionsTasksCommandOutput extends ListAuditM
27
27
  * import { IoTClient, ListAuditMitigationActionsTasksCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListAuditMitigationActionsTasksCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListAuditMitigationActionsTasksRequest
31
+ * auditTaskId: "STRING_VALUE",
32
+ * findingId: "STRING_VALUE",
33
+ * taskStatus: "IN_PROGRESS" || "COMPLETED" || "FAILED" || "CANCELED",
34
+ * maxResults: Number("int"),
35
+ * nextToken: "STRING_VALUE",
36
+ * startTime: new Date("TIMESTAMP"), // required
37
+ * endTime: new Date("TIMESTAMP"), // required
38
+ * };
30
39
  * const command = new ListAuditMitigationActionsTasksCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -29,6 +29,31 @@ export interface ListAuditSuppressionsCommandOutput extends ListAuditSuppression
29
29
  * import { IoTClient, ListAuditSuppressionsCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, ListAuditSuppressionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // ListAuditSuppressionsRequest
33
+ * checkName: "STRING_VALUE",
34
+ * resourceIdentifier: { // ResourceIdentifier
35
+ * deviceCertificateId: "STRING_VALUE",
36
+ * caCertificateId: "STRING_VALUE",
37
+ * cognitoIdentityPoolId: "STRING_VALUE",
38
+ * clientId: "STRING_VALUE",
39
+ * policyVersionIdentifier: { // PolicyVersionIdentifier
40
+ * policyName: "STRING_VALUE",
41
+ * policyVersionId: "STRING_VALUE",
42
+ * },
43
+ * account: "STRING_VALUE",
44
+ * iamRoleArn: "STRING_VALUE",
45
+ * roleAliasArn: "STRING_VALUE",
46
+ * issuerCertificateIdentifier: { // IssuerCertificateIdentifier
47
+ * issuerCertificateSubject: "STRING_VALUE",
48
+ * issuerId: "STRING_VALUE",
49
+ * issuerCertificateSerialNumber: "STRING_VALUE",
50
+ * },
51
+ * deviceCertificateArn: "STRING_VALUE",
52
+ * },
53
+ * ascendingOrder: true || false,
54
+ * nextToken: "STRING_VALUE",
55
+ * maxResults: Number("int"),
56
+ * };
32
57
  * const command = new ListAuditSuppressionsCommand(input);
33
58
  * const response = await client.send(command);
34
59
  * ```
@@ -28,6 +28,14 @@ export interface ListAuditTasksCommandOutput extends ListAuditTasksResponse, __M
28
28
  * import { IoTClient, ListAuditTasksCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, ListAuditTasksCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // ListAuditTasksRequest
32
+ * startTime: new Date("TIMESTAMP"), // required
33
+ * endTime: new Date("TIMESTAMP"), // required
34
+ * taskType: "ON_DEMAND_AUDIT_TASK" || "SCHEDULED_AUDIT_TASK",
35
+ * taskStatus: "IN_PROGRESS" || "COMPLETED" || "FAILED" || "CANCELED",
36
+ * nextToken: "STRING_VALUE",
37
+ * maxResults: Number("int"),
38
+ * };
31
39
  * const command = new ListAuditTasksCommand(input);
32
40
  * const response = await client.send(command);
33
41
  * ```
@@ -27,6 +27,12 @@ export interface ListAuthorizersCommandOutput extends ListAuthorizersResponse, _
27
27
  * import { IoTClient, ListAuthorizersCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListAuthorizersCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListAuthorizersRequest
31
+ * pageSize: Number("int"),
32
+ * marker: "STRING_VALUE",
33
+ * ascendingOrder: true || false,
34
+ * status: "ACTIVE" || "INACTIVE",
35
+ * };
30
36
  * const command = new ListAuthorizersCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -27,6 +27,11 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsRespons
27
27
  * import { IoTClient, ListBillingGroupsCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListBillingGroupsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListBillingGroupsRequest
31
+ * nextToken: "STRING_VALUE",
32
+ * maxResults: Number("int"),
33
+ * namePrefixFilter: "STRING_VALUE",
34
+ * };
30
35
  * const command = new ListBillingGroupsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -29,6 +29,12 @@ export interface ListCACertificatesCommandOutput extends ListCACertificatesRespo
29
29
  * import { IoTClient, ListCACertificatesCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, ListCACertificatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // ListCACertificatesRequest
33
+ * pageSize: Number("int"),
34
+ * marker: "STRING_VALUE",
35
+ * ascendingOrder: true || false,
36
+ * templateName: "STRING_VALUE",
37
+ * };
32
38
  * const command = new ListCACertificatesCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -27,6 +27,12 @@ export interface ListCertificatesByCACommandOutput extends ListCertificatesByCAR
27
27
  * import { IoTClient, ListCertificatesByCACommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListCertificatesByCACommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListCertificatesByCARequest
31
+ * caCertificateId: "STRING_VALUE", // required
32
+ * pageSize: Number("int"),
33
+ * marker: "STRING_VALUE",
34
+ * ascendingOrder: true || false,
35
+ * };
30
36
  * const command = new ListCertificatesByCACommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -29,6 +29,11 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
29
29
  * import { IoTClient, ListCertificatesCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, ListCertificatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // ListCertificatesRequest
33
+ * pageSize: Number("int"),
34
+ * marker: "STRING_VALUE",
35
+ * ascendingOrder: true || false,
36
+ * };
32
37
  * const command = new ListCertificatesCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -29,6 +29,10 @@ export interface ListCustomMetricsCommandOutput extends ListCustomMetricsRespons
29
29
  * import { IoTClient, ListCustomMetricsCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, ListCustomMetricsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // ListCustomMetricsRequest
33
+ * nextToken: "STRING_VALUE",
34
+ * maxResults: Number("int"),
35
+ * };
32
36
  * const command = new ListCustomMetricsCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -29,6 +29,15 @@ export interface ListDetectMitigationActionsExecutionsCommandOutput extends List
29
29
  * import { IoTClient, ListDetectMitigationActionsExecutionsCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, ListDetectMitigationActionsExecutionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // ListDetectMitigationActionsExecutionsRequest
33
+ * taskId: "STRING_VALUE",
34
+ * violationId: "STRING_VALUE",
35
+ * thingName: "STRING_VALUE",
36
+ * startTime: new Date("TIMESTAMP"),
37
+ * endTime: new Date("TIMESTAMP"),
38
+ * maxResults: Number("int"),
39
+ * nextToken: "STRING_VALUE",
40
+ * };
32
41
  * const command = new ListDetectMitigationActionsExecutionsCommand(input);
33
42
  * const response = await client.send(command);
34
43
  * ```
@@ -29,6 +29,12 @@ export interface ListDetectMitigationActionsTasksCommandOutput extends ListDetec
29
29
  * import { IoTClient, ListDetectMitigationActionsTasksCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, ListDetectMitigationActionsTasksCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // ListDetectMitigationActionsTasksRequest
33
+ * maxResults: Number("int"),
34
+ * nextToken: "STRING_VALUE",
35
+ * startTime: new Date("TIMESTAMP"), // required
36
+ * endTime: new Date("TIMESTAMP"), // required
37
+ * };
32
38
  * const command = new ListDetectMitigationActionsTasksCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -27,6 +27,10 @@ export interface ListDimensionsCommandOutput extends ListDimensionsResponse, __M
27
27
  * import { IoTClient, ListDimensionsCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListDimensionsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListDimensionsRequest
31
+ * nextToken: "STRING_VALUE",
32
+ * maxResults: Number("int"),
33
+ * };
30
34
  * const command = new ListDimensionsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -28,6 +28,11 @@ export interface ListDomainConfigurationsCommandOutput extends ListDomainConfigu
28
28
  * import { IoTClient, ListDomainConfigurationsCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, ListDomainConfigurationsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // ListDomainConfigurationsRequest
32
+ * marker: "STRING_VALUE",
33
+ * pageSize: Number("int"),
34
+ * serviceType: "DATA" || "CREDENTIAL_PROVIDER" || "JOBS",
35
+ * };
31
36
  * const command = new ListDomainConfigurationsCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -27,6 +27,10 @@ export interface ListFleetMetricsCommandOutput extends ListFleetMetricsResponse,
27
27
  * import { IoTClient, ListFleetMetricsCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListFleetMetricsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListFleetMetricsRequest
31
+ * nextToken: "STRING_VALUE",
32
+ * maxResults: Number("int"),
33
+ * };
30
34
  * const command = new ListFleetMetricsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,10 @@ export interface ListIndicesCommandOutput extends ListIndicesResponse, __Metadat
27
27
  * import { IoTClient, ListIndicesCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListIndicesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListIndicesRequest
31
+ * nextToken: "STRING_VALUE",
32
+ * maxResults: Number("int"),
33
+ * };
30
34
  * const command = new ListIndicesCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,12 @@ export interface ListJobExecutionsForJobCommandOutput extends ListJobExecutionsF
27
27
  * import { IoTClient, ListJobExecutionsForJobCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListJobExecutionsForJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListJobExecutionsForJobRequest
31
+ * jobId: "STRING_VALUE", // required
32
+ * status: "QUEUED" || "IN_PROGRESS" || "SUCCEEDED" || "FAILED" || "TIMED_OUT" || "REJECTED" || "REMOVED" || "CANCELED",
33
+ * maxResults: Number("int"),
34
+ * nextToken: "STRING_VALUE",
35
+ * };
30
36
  * const command = new ListJobExecutionsForJobCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -27,6 +27,14 @@ export interface ListJobExecutionsForThingCommandOutput extends ListJobExecution
27
27
  * import { IoTClient, ListJobExecutionsForThingCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListJobExecutionsForThingCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListJobExecutionsForThingRequest
31
+ * thingName: "STRING_VALUE", // required
32
+ * status: "QUEUED" || "IN_PROGRESS" || "SUCCEEDED" || "FAILED" || "TIMED_OUT" || "REJECTED" || "REMOVED" || "CANCELED",
33
+ * namespaceId: "STRING_VALUE",
34
+ * maxResults: Number("int"),
35
+ * nextToken: "STRING_VALUE",
36
+ * jobId: "STRING_VALUE",
37
+ * };
30
38
  * const command = new ListJobExecutionsForThingCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -27,6 +27,10 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
27
27
  * import { IoTClient, ListJobTemplatesCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListJobTemplatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListJobTemplatesRequest
31
+ * maxResults: Number("int"),
32
+ * nextToken: "STRING_VALUE",
33
+ * };
30
34
  * const command = new ListJobTemplatesCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,15 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
27
27
  * import { IoTClient, ListJobsCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListJobsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListJobsRequest
31
+ * status: "IN_PROGRESS" || "CANCELED" || "COMPLETED" || "DELETION_IN_PROGRESS" || "SCHEDULED",
32
+ * targetSelection: "CONTINUOUS" || "SNAPSHOT",
33
+ * maxResults: Number("int"),
34
+ * nextToken: "STRING_VALUE",
35
+ * thingGroupName: "STRING_VALUE",
36
+ * thingGroupId: "STRING_VALUE",
37
+ * namespaceId: "STRING_VALUE",
38
+ * };
30
39
  * const command = new ListJobsCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -26,6 +26,11 @@ export interface ListManagedJobTemplatesCommandOutput extends ListManagedJobTemp
26
26
  * import { IoTClient, ListManagedJobTemplatesCommand } from "@aws-sdk/client-iot"; // ES Modules import
27
27
  * // const { IoTClient, ListManagedJobTemplatesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
28
28
  * const client = new IoTClient(config);
29
+ * const input = { // ListManagedJobTemplatesRequest
30
+ * templateName: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListManagedJobTemplatesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,16 @@ export interface ListMetricValuesCommandOutput extends ListMetricValuesResponse,
27
27
  * import { IoTClient, ListMetricValuesCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, ListMetricValuesCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // ListMetricValuesRequest
31
+ * thingName: "STRING_VALUE", // required
32
+ * metricName: "STRING_VALUE", // required
33
+ * dimensionName: "STRING_VALUE",
34
+ * dimensionValueOperator: "IN" || "NOT_IN",
35
+ * startTime: new Date("TIMESTAMP"), // required
36
+ * endTime: new Date("TIMESTAMP"), // required
37
+ * maxResults: Number("int"),
38
+ * nextToken: "STRING_VALUE",
39
+ * };
30
40
  * const command = new ListMetricValuesCommand(input);
31
41
  * const response = await client.send(command);
32
42
  * ```