@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
@@ -28,6 +28,418 @@ export interface CreateTopicRuleCommandOutput extends __MetadataBearer {
28
28
  * import { IoTClient, CreateTopicRuleCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, CreateTopicRuleCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // CreateTopicRuleRequest
32
+ * ruleName: "STRING_VALUE", // required
33
+ * topicRulePayload: { // TopicRulePayload
34
+ * sql: "STRING_VALUE", // required
35
+ * description: "STRING_VALUE",
36
+ * actions: [ // ActionList // required
37
+ * { // Action
38
+ * dynamoDB: { // DynamoDBAction
39
+ * tableName: "STRING_VALUE", // required
40
+ * roleArn: "STRING_VALUE", // required
41
+ * operation: "STRING_VALUE",
42
+ * hashKeyField: "STRING_VALUE", // required
43
+ * hashKeyValue: "STRING_VALUE", // required
44
+ * hashKeyType: "STRING" || "NUMBER",
45
+ * rangeKeyField: "STRING_VALUE",
46
+ * rangeKeyValue: "STRING_VALUE",
47
+ * rangeKeyType: "STRING" || "NUMBER",
48
+ * payloadField: "STRING_VALUE",
49
+ * },
50
+ * dynamoDBv2: { // DynamoDBv2Action
51
+ * roleArn: "STRING_VALUE", // required
52
+ * putItem: { // PutItemInput
53
+ * tableName: "STRING_VALUE", // required
54
+ * },
55
+ * },
56
+ * lambda: { // LambdaAction
57
+ * functionArn: "STRING_VALUE", // required
58
+ * },
59
+ * sns: { // SnsAction
60
+ * targetArn: "STRING_VALUE", // required
61
+ * roleArn: "STRING_VALUE", // required
62
+ * messageFormat: "RAW" || "JSON",
63
+ * },
64
+ * sqs: { // SqsAction
65
+ * roleArn: "STRING_VALUE", // required
66
+ * queueUrl: "STRING_VALUE", // required
67
+ * useBase64: true || false,
68
+ * },
69
+ * kinesis: { // KinesisAction
70
+ * roleArn: "STRING_VALUE", // required
71
+ * streamName: "STRING_VALUE", // required
72
+ * partitionKey: "STRING_VALUE",
73
+ * },
74
+ * republish: { // RepublishAction
75
+ * roleArn: "STRING_VALUE", // required
76
+ * topic: "STRING_VALUE", // required
77
+ * qos: Number("int"),
78
+ * headers: { // MqttHeaders
79
+ * payloadFormatIndicator: "STRING_VALUE",
80
+ * contentType: "STRING_VALUE",
81
+ * responseTopic: "STRING_VALUE",
82
+ * correlationData: "STRING_VALUE",
83
+ * messageExpiry: "STRING_VALUE",
84
+ * userProperties: [ // UserProperties
85
+ * { // UserProperty
86
+ * key: "STRING_VALUE", // required
87
+ * value: "STRING_VALUE", // required
88
+ * },
89
+ * ],
90
+ * },
91
+ * },
92
+ * s3: { // S3Action
93
+ * roleArn: "STRING_VALUE", // required
94
+ * bucketName: "STRING_VALUE", // required
95
+ * key: "STRING_VALUE", // required
96
+ * cannedAcl: "private" || "public-read" || "public-read-write" || "aws-exec-read" || "authenticated-read" || "bucket-owner-read" || "bucket-owner-full-control" || "log-delivery-write",
97
+ * },
98
+ * firehose: { // FirehoseAction
99
+ * roleArn: "STRING_VALUE", // required
100
+ * deliveryStreamName: "STRING_VALUE", // required
101
+ * separator: "STRING_VALUE",
102
+ * batchMode: true || false,
103
+ * },
104
+ * cloudwatchMetric: { // CloudwatchMetricAction
105
+ * roleArn: "STRING_VALUE", // required
106
+ * metricNamespace: "STRING_VALUE", // required
107
+ * metricName: "STRING_VALUE", // required
108
+ * metricValue: "STRING_VALUE", // required
109
+ * metricUnit: "STRING_VALUE", // required
110
+ * metricTimestamp: "STRING_VALUE",
111
+ * },
112
+ * cloudwatchAlarm: { // CloudwatchAlarmAction
113
+ * roleArn: "STRING_VALUE", // required
114
+ * alarmName: "STRING_VALUE", // required
115
+ * stateReason: "STRING_VALUE", // required
116
+ * stateValue: "STRING_VALUE", // required
117
+ * },
118
+ * cloudwatchLogs: { // CloudwatchLogsAction
119
+ * roleArn: "STRING_VALUE", // required
120
+ * logGroupName: "STRING_VALUE", // required
121
+ * batchMode: true || false,
122
+ * },
123
+ * elasticsearch: { // ElasticsearchAction
124
+ * roleArn: "STRING_VALUE", // required
125
+ * endpoint: "STRING_VALUE", // required
126
+ * index: "STRING_VALUE", // required
127
+ * type: "STRING_VALUE", // required
128
+ * id: "STRING_VALUE", // required
129
+ * },
130
+ * salesforce: { // SalesforceAction
131
+ * token: "STRING_VALUE", // required
132
+ * url: "STRING_VALUE", // required
133
+ * },
134
+ * iotAnalytics: { // IotAnalyticsAction
135
+ * channelArn: "STRING_VALUE",
136
+ * channelName: "STRING_VALUE",
137
+ * batchMode: true || false,
138
+ * roleArn: "STRING_VALUE",
139
+ * },
140
+ * iotEvents: { // IotEventsAction
141
+ * inputName: "STRING_VALUE", // required
142
+ * messageId: "STRING_VALUE",
143
+ * batchMode: true || false,
144
+ * roleArn: "STRING_VALUE", // required
145
+ * },
146
+ * iotSiteWise: { // IotSiteWiseAction
147
+ * putAssetPropertyValueEntries: [ // PutAssetPropertyValueEntryList // required
148
+ * { // PutAssetPropertyValueEntry
149
+ * entryId: "STRING_VALUE",
150
+ * assetId: "STRING_VALUE",
151
+ * propertyId: "STRING_VALUE",
152
+ * propertyAlias: "STRING_VALUE",
153
+ * propertyValues: [ // AssetPropertyValueList // required
154
+ * { // AssetPropertyValue
155
+ * value: { // AssetPropertyVariant Union: only one key present
156
+ * stringValue: "STRING_VALUE",
157
+ * integerValue: "STRING_VALUE",
158
+ * doubleValue: "STRING_VALUE",
159
+ * booleanValue: "STRING_VALUE",
160
+ * },
161
+ * timestamp: { // AssetPropertyTimestamp
162
+ * timeInSeconds: "STRING_VALUE", // required
163
+ * offsetInNanos: "STRING_VALUE",
164
+ * },
165
+ * quality: "STRING_VALUE",
166
+ * },
167
+ * ],
168
+ * },
169
+ * ],
170
+ * roleArn: "STRING_VALUE", // required
171
+ * },
172
+ * stepFunctions: { // StepFunctionsAction
173
+ * executionNamePrefix: "STRING_VALUE",
174
+ * stateMachineName: "STRING_VALUE", // required
175
+ * roleArn: "STRING_VALUE", // required
176
+ * },
177
+ * timestream: { // TimestreamAction
178
+ * roleArn: "STRING_VALUE", // required
179
+ * databaseName: "STRING_VALUE", // required
180
+ * tableName: "STRING_VALUE", // required
181
+ * dimensions: [ // TimestreamDimensionList // required
182
+ * { // TimestreamDimension
183
+ * name: "STRING_VALUE", // required
184
+ * value: "STRING_VALUE", // required
185
+ * },
186
+ * ],
187
+ * timestamp: { // TimestreamTimestamp
188
+ * value: "STRING_VALUE", // required
189
+ * unit: "STRING_VALUE", // required
190
+ * },
191
+ * },
192
+ * http: { // HttpAction
193
+ * url: "STRING_VALUE", // required
194
+ * confirmationUrl: "STRING_VALUE",
195
+ * headers: [ // HeaderList
196
+ * { // HttpActionHeader
197
+ * key: "STRING_VALUE", // required
198
+ * value: "STRING_VALUE", // required
199
+ * },
200
+ * ],
201
+ * auth: { // HttpAuthorization
202
+ * sigv4: { // SigV4Authorization
203
+ * signingRegion: "STRING_VALUE", // required
204
+ * serviceName: "STRING_VALUE", // required
205
+ * roleArn: "STRING_VALUE", // required
206
+ * },
207
+ * },
208
+ * },
209
+ * kafka: { // KafkaAction
210
+ * destinationArn: "STRING_VALUE", // required
211
+ * topic: "STRING_VALUE", // required
212
+ * key: "STRING_VALUE",
213
+ * partition: "STRING_VALUE",
214
+ * clientProperties: { // ClientProperties // required
215
+ * "<keys>": "STRING_VALUE",
216
+ * },
217
+ * },
218
+ * openSearch: { // OpenSearchAction
219
+ * roleArn: "STRING_VALUE", // required
220
+ * endpoint: "STRING_VALUE", // required
221
+ * index: "STRING_VALUE", // required
222
+ * type: "STRING_VALUE", // required
223
+ * id: "STRING_VALUE", // required
224
+ * },
225
+ * location: { // LocationAction
226
+ * roleArn: "STRING_VALUE", // required
227
+ * trackerName: "STRING_VALUE", // required
228
+ * deviceId: "STRING_VALUE", // required
229
+ * timestamp: { // LocationTimestamp
230
+ * value: "STRING_VALUE", // required
231
+ * unit: "STRING_VALUE",
232
+ * },
233
+ * latitude: "STRING_VALUE", // required
234
+ * longitude: "STRING_VALUE", // required
235
+ * },
236
+ * },
237
+ * ],
238
+ * ruleDisabled: true || false,
239
+ * awsIotSqlVersion: "STRING_VALUE",
240
+ * errorAction: {
241
+ * dynamoDB: {
242
+ * tableName: "STRING_VALUE", // required
243
+ * roleArn: "STRING_VALUE", // required
244
+ * operation: "STRING_VALUE",
245
+ * hashKeyField: "STRING_VALUE", // required
246
+ * hashKeyValue: "STRING_VALUE", // required
247
+ * hashKeyType: "STRING" || "NUMBER",
248
+ * rangeKeyField: "STRING_VALUE",
249
+ * rangeKeyValue: "STRING_VALUE",
250
+ * rangeKeyType: "STRING" || "NUMBER",
251
+ * payloadField: "STRING_VALUE",
252
+ * },
253
+ * dynamoDBv2: {
254
+ * roleArn: "STRING_VALUE", // required
255
+ * putItem: {
256
+ * tableName: "STRING_VALUE", // required
257
+ * },
258
+ * },
259
+ * lambda: {
260
+ * functionArn: "STRING_VALUE", // required
261
+ * },
262
+ * sns: {
263
+ * targetArn: "STRING_VALUE", // required
264
+ * roleArn: "STRING_VALUE", // required
265
+ * messageFormat: "RAW" || "JSON",
266
+ * },
267
+ * sqs: {
268
+ * roleArn: "STRING_VALUE", // required
269
+ * queueUrl: "STRING_VALUE", // required
270
+ * useBase64: true || false,
271
+ * },
272
+ * kinesis: {
273
+ * roleArn: "STRING_VALUE", // required
274
+ * streamName: "STRING_VALUE", // required
275
+ * partitionKey: "STRING_VALUE",
276
+ * },
277
+ * republish: {
278
+ * roleArn: "STRING_VALUE", // required
279
+ * topic: "STRING_VALUE", // required
280
+ * qos: Number("int"),
281
+ * headers: {
282
+ * payloadFormatIndicator: "STRING_VALUE",
283
+ * contentType: "STRING_VALUE",
284
+ * responseTopic: "STRING_VALUE",
285
+ * correlationData: "STRING_VALUE",
286
+ * messageExpiry: "STRING_VALUE",
287
+ * userProperties: [
288
+ * {
289
+ * key: "STRING_VALUE", // required
290
+ * value: "STRING_VALUE", // required
291
+ * },
292
+ * ],
293
+ * },
294
+ * },
295
+ * s3: {
296
+ * roleArn: "STRING_VALUE", // required
297
+ * bucketName: "STRING_VALUE", // required
298
+ * key: "STRING_VALUE", // required
299
+ * cannedAcl: "private" || "public-read" || "public-read-write" || "aws-exec-read" || "authenticated-read" || "bucket-owner-read" || "bucket-owner-full-control" || "log-delivery-write",
300
+ * },
301
+ * firehose: {
302
+ * roleArn: "STRING_VALUE", // required
303
+ * deliveryStreamName: "STRING_VALUE", // required
304
+ * separator: "STRING_VALUE",
305
+ * batchMode: true || false,
306
+ * },
307
+ * cloudwatchMetric: {
308
+ * roleArn: "STRING_VALUE", // required
309
+ * metricNamespace: "STRING_VALUE", // required
310
+ * metricName: "STRING_VALUE", // required
311
+ * metricValue: "STRING_VALUE", // required
312
+ * metricUnit: "STRING_VALUE", // required
313
+ * metricTimestamp: "STRING_VALUE",
314
+ * },
315
+ * cloudwatchAlarm: {
316
+ * roleArn: "STRING_VALUE", // required
317
+ * alarmName: "STRING_VALUE", // required
318
+ * stateReason: "STRING_VALUE", // required
319
+ * stateValue: "STRING_VALUE", // required
320
+ * },
321
+ * cloudwatchLogs: {
322
+ * roleArn: "STRING_VALUE", // required
323
+ * logGroupName: "STRING_VALUE", // required
324
+ * batchMode: true || false,
325
+ * },
326
+ * elasticsearch: {
327
+ * roleArn: "STRING_VALUE", // required
328
+ * endpoint: "STRING_VALUE", // required
329
+ * index: "STRING_VALUE", // required
330
+ * type: "STRING_VALUE", // required
331
+ * id: "STRING_VALUE", // required
332
+ * },
333
+ * salesforce: {
334
+ * token: "STRING_VALUE", // required
335
+ * url: "STRING_VALUE", // required
336
+ * },
337
+ * iotAnalytics: {
338
+ * channelArn: "STRING_VALUE",
339
+ * channelName: "STRING_VALUE",
340
+ * batchMode: true || false,
341
+ * roleArn: "STRING_VALUE",
342
+ * },
343
+ * iotEvents: {
344
+ * inputName: "STRING_VALUE", // required
345
+ * messageId: "STRING_VALUE",
346
+ * batchMode: true || false,
347
+ * roleArn: "STRING_VALUE", // required
348
+ * },
349
+ * iotSiteWise: {
350
+ * putAssetPropertyValueEntries: [ // required
351
+ * {
352
+ * entryId: "STRING_VALUE",
353
+ * assetId: "STRING_VALUE",
354
+ * propertyId: "STRING_VALUE",
355
+ * propertyAlias: "STRING_VALUE",
356
+ * propertyValues: [ // required
357
+ * {
358
+ * value: {// Union: only one key present
359
+ * stringValue: "STRING_VALUE",
360
+ * integerValue: "STRING_VALUE",
361
+ * doubleValue: "STRING_VALUE",
362
+ * booleanValue: "STRING_VALUE",
363
+ * },
364
+ * timestamp: {
365
+ * timeInSeconds: "STRING_VALUE", // required
366
+ * offsetInNanos: "STRING_VALUE",
367
+ * },
368
+ * quality: "STRING_VALUE",
369
+ * },
370
+ * ],
371
+ * },
372
+ * ],
373
+ * roleArn: "STRING_VALUE", // required
374
+ * },
375
+ * stepFunctions: {
376
+ * executionNamePrefix: "STRING_VALUE",
377
+ * stateMachineName: "STRING_VALUE", // required
378
+ * roleArn: "STRING_VALUE", // required
379
+ * },
380
+ * timestream: {
381
+ * roleArn: "STRING_VALUE", // required
382
+ * databaseName: "STRING_VALUE", // required
383
+ * tableName: "STRING_VALUE", // required
384
+ * dimensions: [ // required
385
+ * {
386
+ * name: "STRING_VALUE", // required
387
+ * value: "STRING_VALUE", // required
388
+ * },
389
+ * ],
390
+ * timestamp: {
391
+ * value: "STRING_VALUE", // required
392
+ * unit: "STRING_VALUE", // required
393
+ * },
394
+ * },
395
+ * http: {
396
+ * url: "STRING_VALUE", // required
397
+ * confirmationUrl: "STRING_VALUE",
398
+ * headers: [
399
+ * {
400
+ * key: "STRING_VALUE", // required
401
+ * value: "STRING_VALUE", // required
402
+ * },
403
+ * ],
404
+ * auth: {
405
+ * sigv4: {
406
+ * signingRegion: "STRING_VALUE", // required
407
+ * serviceName: "STRING_VALUE", // required
408
+ * roleArn: "STRING_VALUE", // required
409
+ * },
410
+ * },
411
+ * },
412
+ * kafka: {
413
+ * destinationArn: "STRING_VALUE", // required
414
+ * topic: "STRING_VALUE", // required
415
+ * key: "STRING_VALUE",
416
+ * partition: "STRING_VALUE",
417
+ * clientProperties: { // required
418
+ * "<keys>": "STRING_VALUE",
419
+ * },
420
+ * },
421
+ * openSearch: {
422
+ * roleArn: "STRING_VALUE", // required
423
+ * endpoint: "STRING_VALUE", // required
424
+ * index: "STRING_VALUE", // required
425
+ * type: "STRING_VALUE", // required
426
+ * id: "STRING_VALUE", // required
427
+ * },
428
+ * location: {
429
+ * roleArn: "STRING_VALUE", // required
430
+ * trackerName: "STRING_VALUE", // required
431
+ * deviceId: "STRING_VALUE", // required
432
+ * timestamp: {
433
+ * value: "STRING_VALUE", // required
434
+ * unit: "STRING_VALUE",
435
+ * },
436
+ * latitude: "STRING_VALUE", // required
437
+ * longitude: "STRING_VALUE", // required
438
+ * },
439
+ * },
440
+ * },
441
+ * tags: "STRING_VALUE",
442
+ * };
31
443
  * const command = new CreateTopicRuleCommand(input);
32
444
  * const response = await client.send(command);
33
445
  * ```
@@ -27,6 +27,23 @@ export interface CreateTopicRuleDestinationCommandOutput extends CreateTopicRule
27
27
  * import { IoTClient, CreateTopicRuleDestinationCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, CreateTopicRuleDestinationCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // CreateTopicRuleDestinationRequest
31
+ * destinationConfiguration: { // TopicRuleDestinationConfiguration
32
+ * httpUrlConfiguration: { // HttpUrlDestinationConfiguration
33
+ * confirmationUrl: "STRING_VALUE", // required
34
+ * },
35
+ * vpcConfiguration: { // VpcDestinationConfiguration
36
+ * subnetIds: [ // SubnetIdList // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * securityGroups: [ // SecurityGroupList
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * vpcId: "STRING_VALUE", // required
43
+ * roleArn: "STRING_VALUE", // required
44
+ * },
45
+ * },
46
+ * };
30
47
  * const command = new CreateTopicRuleDestinationCommand(input);
31
48
  * const response = await client.send(command);
32
49
  * ```
@@ -29,6 +29,9 @@ export interface DeleteAccountAuditConfigurationCommandOutput extends DeleteAcco
29
29
  * import { IoTClient, DeleteAccountAuditConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, DeleteAccountAuditConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // DeleteAccountAuditConfigurationRequest
33
+ * deleteScheduledAudits: true || false,
34
+ * };
32
35
  * const command = new DeleteAccountAuditConfigurationCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -29,6 +29,28 @@ export interface DeleteAuditSuppressionCommandOutput extends DeleteAuditSuppress
29
29
  * import { IoTClient, DeleteAuditSuppressionCommand } from "@aws-sdk/client-iot"; // ES Modules import
30
30
  * // const { IoTClient, DeleteAuditSuppressionCommand } = require("@aws-sdk/client-iot"); // CommonJS import
31
31
  * const client = new IoTClient(config);
32
+ * const input = { // DeleteAuditSuppressionRequest
33
+ * checkName: "STRING_VALUE", // required
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
+ * };
32
54
  * const command = new DeleteAuditSuppressionCommand(input);
33
55
  * const response = await client.send(command);
34
56
  * ```
@@ -27,6 +27,9 @@ export interface DeleteAuthorizerCommandOutput extends DeleteAuthorizerResponse,
27
27
  * import { IoTClient, DeleteAuthorizerCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteAuthorizerCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteAuthorizerRequest
31
+ * authorizerName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteAuthorizerCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupRespo
27
27
  * import { IoTClient, DeleteBillingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteBillingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteBillingGroupRequest
31
+ * billingGroupName: "STRING_VALUE", // required
32
+ * expectedVersion: Number("long"),
33
+ * };
30
34
  * const command = new DeleteBillingGroupCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,9 @@ export interface DeleteCACertificateCommandOutput extends DeleteCACertificateRes
27
27
  * import { IoTClient, DeleteCACertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteCACertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteCACertificateRequest
31
+ * certificateId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteCACertificateCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -30,6 +30,10 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
30
30
  * import { IoTClient, DeleteCertificateCommand } from "@aws-sdk/client-iot"; // ES Modules import
31
31
  * // const { IoTClient, DeleteCertificateCommand } = require("@aws-sdk/client-iot"); // CommonJS import
32
32
  * const client = new IoTClient(config);
33
+ * const input = { // DeleteCertificateRequest
34
+ * certificateId: "STRING_VALUE", // required
35
+ * forceDelete: true || false,
36
+ * };
33
37
  * const command = new DeleteCertificateCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -37,6 +37,9 @@ export interface DeleteCustomMetricCommandOutput extends DeleteCustomMetricRespo
37
37
  * import { IoTClient, DeleteCustomMetricCommand } from "@aws-sdk/client-iot"; // ES Modules import
38
38
  * // const { IoTClient, DeleteCustomMetricCommand } = require("@aws-sdk/client-iot"); // CommonJS import
39
39
  * const client = new IoTClient(config);
40
+ * const input = { // DeleteCustomMetricRequest
41
+ * metricName: "STRING_VALUE", // required
42
+ * };
40
43
  * const command = new DeleteCustomMetricCommand(input);
41
44
  * const response = await client.send(command);
42
45
  * ```
@@ -27,6 +27,9 @@ export interface DeleteDimensionCommandOutput extends DeleteDimensionResponse, _
27
27
  * import { IoTClient, DeleteDimensionCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteDimensionCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteDimensionRequest
31
+ * name: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteDimensionCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,9 @@ export interface DeleteDomainConfigurationCommandOutput extends DeleteDomainConf
27
27
  * import { IoTClient, DeleteDomainConfigurationCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteDomainConfigurationCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteDomainConfigurationRequest
31
+ * domainConfigurationName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteDomainConfigurationCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteDynamicThingGroupCommandOutput extends DeleteDynamicThing
27
27
  * import { IoTClient, DeleteDynamicThingGroupCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteDynamicThingGroupCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteDynamicThingGroupRequest
31
+ * thingGroupName: "STRING_VALUE", // required
32
+ * expectedVersion: Number("long"),
33
+ * };
30
34
  * const command = new DeleteDynamicThingGroupCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -28,6 +28,10 @@ export interface DeleteFleetMetricCommandOutput extends __MetadataBearer {
28
28
  * import { IoTClient, DeleteFleetMetricCommand } from "@aws-sdk/client-iot"; // ES Modules import
29
29
  * // const { IoTClient, DeleteFleetMetricCommand } = require("@aws-sdk/client-iot"); // CommonJS import
30
30
  * const client = new IoTClient(config);
31
+ * const input = { // DeleteFleetMetricRequest
32
+ * metricName: "STRING_VALUE", // required
33
+ * expectedVersion: Number("long"),
34
+ * };
31
35
  * const command = new DeleteFleetMetricCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -34,6 +34,11 @@ export interface DeleteJobCommandOutput extends __MetadataBearer {
34
34
  * import { IoTClient, DeleteJobCommand } from "@aws-sdk/client-iot"; // ES Modules import
35
35
  * // const { IoTClient, DeleteJobCommand } = require("@aws-sdk/client-iot"); // CommonJS import
36
36
  * const client = new IoTClient(config);
37
+ * const input = { // DeleteJobRequest
38
+ * jobId: "STRING_VALUE", // required
39
+ * force: true || false,
40
+ * namespaceId: "STRING_VALUE",
41
+ * };
37
42
  * const command = new DeleteJobCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -27,6 +27,13 @@ export interface DeleteJobExecutionCommandOutput extends __MetadataBearer {
27
27
  * import { IoTClient, DeleteJobExecutionCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteJobExecutionCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteJobExecutionRequest
31
+ * jobId: "STRING_VALUE", // required
32
+ * thingName: "STRING_VALUE", // required
33
+ * executionNumber: Number("long"), // required
34
+ * force: true || false,
35
+ * namespaceId: "STRING_VALUE",
36
+ * };
30
37
  * const command = new DeleteJobExecutionCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,9 @@ export interface DeleteJobTemplateCommandOutput extends __MetadataBearer {
26
26
  * import { IoTClient, DeleteJobTemplateCommand } from "@aws-sdk/client-iot"; // ES Modules import
27
27
  * // const { IoTClient, DeleteJobTemplateCommand } = require("@aws-sdk/client-iot"); // CommonJS import
28
28
  * const client = new IoTClient(config);
29
+ * const input = { // DeleteJobTemplateRequest
30
+ * jobTemplateId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteJobTemplateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,9 @@ export interface DeleteMitigationActionCommandOutput extends DeleteMitigationAct
27
27
  * import { IoTClient, DeleteMitigationActionCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteMitigationActionCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteMitigationActionRequest
31
+ * actionName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteMitigationActionCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,11 @@ export interface DeleteOTAUpdateCommandOutput extends DeleteOTAUpdateResponse, _
27
27
  * import { IoTClient, DeleteOTAUpdateCommand } from "@aws-sdk/client-iot"; // ES Modules import
28
28
  * // const { IoTClient, DeleteOTAUpdateCommand } = require("@aws-sdk/client-iot"); // CommonJS import
29
29
  * const client = new IoTClient(config);
30
+ * const input = { // DeleteOTAUpdateRequest
31
+ * otaUpdateId: "STRING_VALUE", // required
32
+ * deleteStream: true || false,
33
+ * forceDeleteAWSJob: true || false,
34
+ * };
30
35
  * const command = new DeleteOTAUpdateCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -38,6 +38,9 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
38
38
  * import { IoTClient, DeletePolicyCommand } from "@aws-sdk/client-iot"; // ES Modules import
39
39
  * // const { IoTClient, DeletePolicyCommand } = require("@aws-sdk/client-iot"); // CommonJS import
40
40
  * const client = new IoTClient(config);
41
+ * const input = { // DeletePolicyRequest
42
+ * policyName: "STRING_VALUE", // required
43
+ * };
41
44
  * const command = new DeletePolicyCommand(input);
42
45
  * const response = await client.send(command);
43
46
  * ```