@aws-sdk/client-iot 3.414.0 → 3.421.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 (522) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AcceptCertificateTransferCommand.js +5 -0
  3. package/dist-cjs/commands/AddThingToBillingGroupCommand.js +5 -0
  4. package/dist-cjs/commands/AddThingToThingGroupCommand.js +5 -0
  5. package/dist-cjs/commands/AssociateTargetsWithJobCommand.js +5 -0
  6. package/dist-cjs/commands/AttachPolicyCommand.js +5 -0
  7. package/dist-cjs/commands/AttachPrincipalPolicyCommand.js +5 -0
  8. package/dist-cjs/commands/AttachSecurityProfileCommand.js +5 -0
  9. package/dist-cjs/commands/AttachThingPrincipalCommand.js +5 -0
  10. package/dist-cjs/commands/CancelAuditMitigationActionsTaskCommand.js +5 -0
  11. package/dist-cjs/commands/CancelAuditTaskCommand.js +5 -0
  12. package/dist-cjs/commands/CancelCertificateTransferCommand.js +5 -0
  13. package/dist-cjs/commands/CancelDetectMitigationActionsTaskCommand.js +5 -0
  14. package/dist-cjs/commands/CancelJobCommand.js +5 -0
  15. package/dist-cjs/commands/CancelJobExecutionCommand.js +5 -0
  16. package/dist-cjs/commands/ClearDefaultAuthorizerCommand.js +5 -0
  17. package/dist-cjs/commands/ConfirmTopicRuleDestinationCommand.js +5 -0
  18. package/dist-cjs/commands/CreateAuditSuppressionCommand.js +5 -0
  19. package/dist-cjs/commands/CreateAuthorizerCommand.js +5 -0
  20. package/dist-cjs/commands/CreateBillingGroupCommand.js +5 -0
  21. package/dist-cjs/commands/CreateCertificateFromCsrCommand.js +5 -0
  22. package/dist-cjs/commands/CreateCustomMetricCommand.js +5 -0
  23. package/dist-cjs/commands/CreateDimensionCommand.js +5 -0
  24. package/dist-cjs/commands/CreateDomainConfigurationCommand.js +5 -0
  25. package/dist-cjs/commands/CreateDynamicThingGroupCommand.js +5 -0
  26. package/dist-cjs/commands/CreateFleetMetricCommand.js +5 -0
  27. package/dist-cjs/commands/CreateJobCommand.js +5 -0
  28. package/dist-cjs/commands/CreateJobTemplateCommand.js +5 -0
  29. package/dist-cjs/commands/CreateKeysAndCertificateCommand.js +5 -0
  30. package/dist-cjs/commands/CreateMitigationActionCommand.js +5 -0
  31. package/dist-cjs/commands/CreateOTAUpdateCommand.js +5 -0
  32. package/dist-cjs/commands/CreatePackageCommand.js +5 -0
  33. package/dist-cjs/commands/CreatePackageVersionCommand.js +5 -0
  34. package/dist-cjs/commands/CreatePolicyCommand.js +5 -0
  35. package/dist-cjs/commands/CreatePolicyVersionCommand.js +5 -0
  36. package/dist-cjs/commands/CreateProvisioningClaimCommand.js +5 -0
  37. package/dist-cjs/commands/CreateProvisioningTemplateCommand.js +5 -0
  38. package/dist-cjs/commands/CreateProvisioningTemplateVersionCommand.js +5 -0
  39. package/dist-cjs/commands/CreateRoleAliasCommand.js +5 -0
  40. package/dist-cjs/commands/CreateScheduledAuditCommand.js +5 -0
  41. package/dist-cjs/commands/CreateSecurityProfileCommand.js +5 -0
  42. package/dist-cjs/commands/CreateStreamCommand.js +5 -0
  43. package/dist-cjs/commands/CreateThingCommand.js +5 -0
  44. package/dist-cjs/commands/CreateThingGroupCommand.js +5 -0
  45. package/dist-cjs/commands/CreateThingTypeCommand.js +5 -0
  46. package/dist-cjs/commands/CreateTopicRuleCommand.js +5 -0
  47. package/dist-cjs/commands/CreateTopicRuleDestinationCommand.js +5 -0
  48. package/dist-cjs/commands/DeleteAccountAuditConfigurationCommand.js +5 -0
  49. package/dist-cjs/commands/DeleteAuditSuppressionCommand.js +5 -0
  50. package/dist-cjs/commands/DeleteAuthorizerCommand.js +5 -0
  51. package/dist-cjs/commands/DeleteBillingGroupCommand.js +5 -0
  52. package/dist-cjs/commands/DeleteCACertificateCommand.js +5 -0
  53. package/dist-cjs/commands/DeleteCertificateCommand.js +5 -0
  54. package/dist-cjs/commands/DeleteCustomMetricCommand.js +5 -0
  55. package/dist-cjs/commands/DeleteDimensionCommand.js +5 -0
  56. package/dist-cjs/commands/DeleteDomainConfigurationCommand.js +5 -0
  57. package/dist-cjs/commands/DeleteDynamicThingGroupCommand.js +5 -0
  58. package/dist-cjs/commands/DeleteFleetMetricCommand.js +5 -0
  59. package/dist-cjs/commands/DeleteJobCommand.js +5 -0
  60. package/dist-cjs/commands/DeleteJobExecutionCommand.js +5 -0
  61. package/dist-cjs/commands/DeleteJobTemplateCommand.js +5 -0
  62. package/dist-cjs/commands/DeleteMitigationActionCommand.js +5 -0
  63. package/dist-cjs/commands/DeleteOTAUpdateCommand.js +5 -0
  64. package/dist-cjs/commands/DeletePackageCommand.js +5 -0
  65. package/dist-cjs/commands/DeletePackageVersionCommand.js +5 -0
  66. package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
  67. package/dist-cjs/commands/DeletePolicyVersionCommand.js +5 -0
  68. package/dist-cjs/commands/DeleteProvisioningTemplateCommand.js +5 -0
  69. package/dist-cjs/commands/DeleteProvisioningTemplateVersionCommand.js +5 -0
  70. package/dist-cjs/commands/DeleteRegistrationCodeCommand.js +5 -0
  71. package/dist-cjs/commands/DeleteRoleAliasCommand.js +5 -0
  72. package/dist-cjs/commands/DeleteScheduledAuditCommand.js +5 -0
  73. package/dist-cjs/commands/DeleteSecurityProfileCommand.js +5 -0
  74. package/dist-cjs/commands/DeleteStreamCommand.js +5 -0
  75. package/dist-cjs/commands/DeleteThingCommand.js +5 -0
  76. package/dist-cjs/commands/DeleteThingGroupCommand.js +5 -0
  77. package/dist-cjs/commands/DeleteThingTypeCommand.js +5 -0
  78. package/dist-cjs/commands/DeleteTopicRuleCommand.js +5 -0
  79. package/dist-cjs/commands/DeleteTopicRuleDestinationCommand.js +5 -0
  80. package/dist-cjs/commands/DeleteV2LoggingLevelCommand.js +5 -0
  81. package/dist-cjs/commands/DeprecateThingTypeCommand.js +5 -0
  82. package/dist-cjs/commands/DescribeAccountAuditConfigurationCommand.js +5 -0
  83. package/dist-cjs/commands/DescribeAuditFindingCommand.js +5 -0
  84. package/dist-cjs/commands/DescribeAuditMitigationActionsTaskCommand.js +5 -0
  85. package/dist-cjs/commands/DescribeAuditSuppressionCommand.js +5 -0
  86. package/dist-cjs/commands/DescribeAuditTaskCommand.js +5 -0
  87. package/dist-cjs/commands/DescribeAuthorizerCommand.js +5 -0
  88. package/dist-cjs/commands/DescribeBillingGroupCommand.js +5 -0
  89. package/dist-cjs/commands/DescribeCACertificateCommand.js +5 -0
  90. package/dist-cjs/commands/DescribeCertificateCommand.js +5 -0
  91. package/dist-cjs/commands/DescribeCustomMetricCommand.js +5 -0
  92. package/dist-cjs/commands/DescribeDefaultAuthorizerCommand.js +5 -0
  93. package/dist-cjs/commands/DescribeDetectMitigationActionsTaskCommand.js +5 -0
  94. package/dist-cjs/commands/DescribeDimensionCommand.js +5 -0
  95. package/dist-cjs/commands/DescribeDomainConfigurationCommand.js +5 -0
  96. package/dist-cjs/commands/DescribeEndpointCommand.js +5 -0
  97. package/dist-cjs/commands/DescribeEventConfigurationsCommand.js +5 -0
  98. package/dist-cjs/commands/DescribeFleetMetricCommand.js +5 -0
  99. package/dist-cjs/commands/DescribeIndexCommand.js +5 -0
  100. package/dist-cjs/commands/DescribeJobCommand.js +5 -0
  101. package/dist-cjs/commands/DescribeJobExecutionCommand.js +5 -0
  102. package/dist-cjs/commands/DescribeJobTemplateCommand.js +5 -0
  103. package/dist-cjs/commands/DescribeManagedJobTemplateCommand.js +5 -0
  104. package/dist-cjs/commands/DescribeMitigationActionCommand.js +5 -0
  105. package/dist-cjs/commands/DescribeProvisioningTemplateCommand.js +5 -0
  106. package/dist-cjs/commands/DescribeProvisioningTemplateVersionCommand.js +5 -0
  107. package/dist-cjs/commands/DescribeRoleAliasCommand.js +5 -0
  108. package/dist-cjs/commands/DescribeScheduledAuditCommand.js +5 -0
  109. package/dist-cjs/commands/DescribeSecurityProfileCommand.js +5 -0
  110. package/dist-cjs/commands/DescribeStreamCommand.js +5 -0
  111. package/dist-cjs/commands/DescribeThingCommand.js +5 -0
  112. package/dist-cjs/commands/DescribeThingGroupCommand.js +5 -0
  113. package/dist-cjs/commands/DescribeThingRegistrationTaskCommand.js +5 -0
  114. package/dist-cjs/commands/DescribeThingTypeCommand.js +5 -0
  115. package/dist-cjs/commands/DetachPolicyCommand.js +5 -0
  116. package/dist-cjs/commands/DetachPrincipalPolicyCommand.js +5 -0
  117. package/dist-cjs/commands/DetachSecurityProfileCommand.js +5 -0
  118. package/dist-cjs/commands/DetachThingPrincipalCommand.js +5 -0
  119. package/dist-cjs/commands/DisableTopicRuleCommand.js +5 -0
  120. package/dist-cjs/commands/EnableTopicRuleCommand.js +5 -0
  121. package/dist-cjs/commands/GetBehaviorModelTrainingSummariesCommand.js +5 -0
  122. package/dist-cjs/commands/GetBucketsAggregationCommand.js +5 -0
  123. package/dist-cjs/commands/GetCardinalityCommand.js +5 -0
  124. package/dist-cjs/commands/GetEffectivePoliciesCommand.js +5 -0
  125. package/dist-cjs/commands/GetIndexingConfigurationCommand.js +5 -0
  126. package/dist-cjs/commands/GetJobDocumentCommand.js +5 -0
  127. package/dist-cjs/commands/GetLoggingOptionsCommand.js +5 -0
  128. package/dist-cjs/commands/GetOTAUpdateCommand.js +5 -0
  129. package/dist-cjs/commands/GetPackageCommand.js +5 -0
  130. package/dist-cjs/commands/GetPackageConfigurationCommand.js +5 -0
  131. package/dist-cjs/commands/GetPackageVersionCommand.js +5 -0
  132. package/dist-cjs/commands/GetPercentilesCommand.js +5 -0
  133. package/dist-cjs/commands/GetPolicyCommand.js +5 -0
  134. package/dist-cjs/commands/GetPolicyVersionCommand.js +5 -0
  135. package/dist-cjs/commands/GetRegistrationCodeCommand.js +5 -0
  136. package/dist-cjs/commands/GetStatisticsCommand.js +5 -0
  137. package/dist-cjs/commands/GetTopicRuleCommand.js +5 -0
  138. package/dist-cjs/commands/GetTopicRuleDestinationCommand.js +5 -0
  139. package/dist-cjs/commands/GetV2LoggingOptionsCommand.js +5 -0
  140. package/dist-cjs/commands/ListActiveViolationsCommand.js +5 -0
  141. package/dist-cjs/commands/ListAttachedPoliciesCommand.js +5 -0
  142. package/dist-cjs/commands/ListAuditFindingsCommand.js +5 -0
  143. package/dist-cjs/commands/ListAuditMitigationActionsExecutionsCommand.js +5 -0
  144. package/dist-cjs/commands/ListAuditMitigationActionsTasksCommand.js +5 -0
  145. package/dist-cjs/commands/ListAuditSuppressionsCommand.js +5 -0
  146. package/dist-cjs/commands/ListAuditTasksCommand.js +5 -0
  147. package/dist-cjs/commands/ListAuthorizersCommand.js +5 -0
  148. package/dist-cjs/commands/ListBillingGroupsCommand.js +5 -0
  149. package/dist-cjs/commands/ListCACertificatesCommand.js +5 -0
  150. package/dist-cjs/commands/ListCertificatesByCACommand.js +5 -0
  151. package/dist-cjs/commands/ListCertificatesCommand.js +5 -0
  152. package/dist-cjs/commands/ListCustomMetricsCommand.js +5 -0
  153. package/dist-cjs/commands/ListDetectMitigationActionsExecutionsCommand.js +5 -0
  154. package/dist-cjs/commands/ListDetectMitigationActionsTasksCommand.js +5 -0
  155. package/dist-cjs/commands/ListDimensionsCommand.js +5 -0
  156. package/dist-cjs/commands/ListDomainConfigurationsCommand.js +5 -0
  157. package/dist-cjs/commands/ListFleetMetricsCommand.js +5 -0
  158. package/dist-cjs/commands/ListIndicesCommand.js +5 -0
  159. package/dist-cjs/commands/ListJobExecutionsForJobCommand.js +5 -0
  160. package/dist-cjs/commands/ListJobExecutionsForThingCommand.js +5 -0
  161. package/dist-cjs/commands/ListJobTemplatesCommand.js +5 -0
  162. package/dist-cjs/commands/ListJobsCommand.js +5 -0
  163. package/dist-cjs/commands/ListManagedJobTemplatesCommand.js +5 -0
  164. package/dist-cjs/commands/ListMetricValuesCommand.js +5 -0
  165. package/dist-cjs/commands/ListMitigationActionsCommand.js +5 -0
  166. package/dist-cjs/commands/ListOTAUpdatesCommand.js +5 -0
  167. package/dist-cjs/commands/ListOutgoingCertificatesCommand.js +5 -0
  168. package/dist-cjs/commands/ListPackageVersionsCommand.js +5 -0
  169. package/dist-cjs/commands/ListPackagesCommand.js +5 -0
  170. package/dist-cjs/commands/ListPoliciesCommand.js +5 -0
  171. package/dist-cjs/commands/ListPolicyPrincipalsCommand.js +5 -0
  172. package/dist-cjs/commands/ListPolicyVersionsCommand.js +5 -0
  173. package/dist-cjs/commands/ListPrincipalPoliciesCommand.js +5 -0
  174. package/dist-cjs/commands/ListPrincipalThingsCommand.js +5 -0
  175. package/dist-cjs/commands/ListProvisioningTemplateVersionsCommand.js +5 -0
  176. package/dist-cjs/commands/ListProvisioningTemplatesCommand.js +5 -0
  177. package/dist-cjs/commands/ListRelatedResourcesForAuditFindingCommand.js +5 -0
  178. package/dist-cjs/commands/ListRoleAliasesCommand.js +5 -0
  179. package/dist-cjs/commands/ListScheduledAuditsCommand.js +5 -0
  180. package/dist-cjs/commands/ListSecurityProfilesCommand.js +5 -0
  181. package/dist-cjs/commands/ListSecurityProfilesForTargetCommand.js +5 -0
  182. package/dist-cjs/commands/ListStreamsCommand.js +5 -0
  183. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  184. package/dist-cjs/commands/ListTargetsForPolicyCommand.js +5 -0
  185. package/dist-cjs/commands/ListTargetsForSecurityProfileCommand.js +5 -0
  186. package/dist-cjs/commands/ListThingGroupsCommand.js +5 -0
  187. package/dist-cjs/commands/ListThingGroupsForThingCommand.js +5 -0
  188. package/dist-cjs/commands/ListThingPrincipalsCommand.js +5 -0
  189. package/dist-cjs/commands/ListThingRegistrationTaskReportsCommand.js +5 -0
  190. package/dist-cjs/commands/ListThingRegistrationTasksCommand.js +5 -0
  191. package/dist-cjs/commands/ListThingTypesCommand.js +5 -0
  192. package/dist-cjs/commands/ListThingsCommand.js +5 -0
  193. package/dist-cjs/commands/ListThingsInBillingGroupCommand.js +5 -0
  194. package/dist-cjs/commands/ListThingsInThingGroupCommand.js +5 -0
  195. package/dist-cjs/commands/ListTopicRuleDestinationsCommand.js +5 -0
  196. package/dist-cjs/commands/ListTopicRulesCommand.js +5 -0
  197. package/dist-cjs/commands/ListV2LoggingLevelsCommand.js +5 -0
  198. package/dist-cjs/commands/ListViolationEventsCommand.js +5 -0
  199. package/dist-cjs/commands/PutVerificationStateOnViolationCommand.js +5 -0
  200. package/dist-cjs/commands/RegisterCACertificateCommand.js +5 -0
  201. package/dist-cjs/commands/RegisterCertificateCommand.js +5 -0
  202. package/dist-cjs/commands/RegisterCertificateWithoutCACommand.js +5 -0
  203. package/dist-cjs/commands/RegisterThingCommand.js +5 -0
  204. package/dist-cjs/commands/RejectCertificateTransferCommand.js +5 -0
  205. package/dist-cjs/commands/RemoveThingFromBillingGroupCommand.js +5 -0
  206. package/dist-cjs/commands/RemoveThingFromThingGroupCommand.js +5 -0
  207. package/dist-cjs/commands/ReplaceTopicRuleCommand.js +5 -0
  208. package/dist-cjs/commands/SearchIndexCommand.js +5 -0
  209. package/dist-cjs/commands/SetDefaultAuthorizerCommand.js +5 -0
  210. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +5 -0
  211. package/dist-cjs/commands/SetLoggingOptionsCommand.js +5 -0
  212. package/dist-cjs/commands/SetV2LoggingLevelCommand.js +5 -0
  213. package/dist-cjs/commands/SetV2LoggingOptionsCommand.js +5 -0
  214. package/dist-cjs/commands/StartAuditMitigationActionsTaskCommand.js +5 -0
  215. package/dist-cjs/commands/StartDetectMitigationActionsTaskCommand.js +5 -0
  216. package/dist-cjs/commands/StartOnDemandAuditTaskCommand.js +5 -0
  217. package/dist-cjs/commands/StartThingRegistrationTaskCommand.js +5 -0
  218. package/dist-cjs/commands/StopThingRegistrationTaskCommand.js +5 -0
  219. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  220. package/dist-cjs/commands/TestAuthorizationCommand.js +5 -0
  221. package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +5 -0
  222. package/dist-cjs/commands/TransferCertificateCommand.js +5 -0
  223. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  224. package/dist-cjs/commands/UpdateAccountAuditConfigurationCommand.js +5 -0
  225. package/dist-cjs/commands/UpdateAuditSuppressionCommand.js +5 -0
  226. package/dist-cjs/commands/UpdateAuthorizerCommand.js +5 -0
  227. package/dist-cjs/commands/UpdateBillingGroupCommand.js +5 -0
  228. package/dist-cjs/commands/UpdateCACertificateCommand.js +5 -0
  229. package/dist-cjs/commands/UpdateCertificateCommand.js +5 -0
  230. package/dist-cjs/commands/UpdateCustomMetricCommand.js +5 -0
  231. package/dist-cjs/commands/UpdateDimensionCommand.js +5 -0
  232. package/dist-cjs/commands/UpdateDomainConfigurationCommand.js +5 -0
  233. package/dist-cjs/commands/UpdateDynamicThingGroupCommand.js +5 -0
  234. package/dist-cjs/commands/UpdateEventConfigurationsCommand.js +5 -0
  235. package/dist-cjs/commands/UpdateFleetMetricCommand.js +5 -0
  236. package/dist-cjs/commands/UpdateIndexingConfigurationCommand.js +5 -0
  237. package/dist-cjs/commands/UpdateJobCommand.js +5 -0
  238. package/dist-cjs/commands/UpdateMitigationActionCommand.js +5 -0
  239. package/dist-cjs/commands/UpdatePackageCommand.js +5 -0
  240. package/dist-cjs/commands/UpdatePackageConfigurationCommand.js +5 -0
  241. package/dist-cjs/commands/UpdatePackageVersionCommand.js +5 -0
  242. package/dist-cjs/commands/UpdateProvisioningTemplateCommand.js +5 -0
  243. package/dist-cjs/commands/UpdateRoleAliasCommand.js +5 -0
  244. package/dist-cjs/commands/UpdateScheduledAuditCommand.js +5 -0
  245. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +5 -0
  246. package/dist-cjs/commands/UpdateStreamCommand.js +5 -0
  247. package/dist-cjs/commands/UpdateThingCommand.js +5 -0
  248. package/dist-cjs/commands/UpdateThingGroupCommand.js +5 -0
  249. package/dist-cjs/commands/UpdateThingGroupsForThingCommand.js +5 -0
  250. package/dist-cjs/commands/UpdateTopicRuleDestinationCommand.js +5 -0
  251. package/dist-cjs/commands/ValidateSecurityProfileBehaviorsCommand.js +5 -0
  252. package/dist-cjs/models/models_1.js +2 -0
  253. package/dist-es/commands/AcceptCertificateTransferCommand.js +5 -0
  254. package/dist-es/commands/AddThingToBillingGroupCommand.js +5 -0
  255. package/dist-es/commands/AddThingToThingGroupCommand.js +5 -0
  256. package/dist-es/commands/AssociateTargetsWithJobCommand.js +5 -0
  257. package/dist-es/commands/AttachPolicyCommand.js +5 -0
  258. package/dist-es/commands/AttachPrincipalPolicyCommand.js +5 -0
  259. package/dist-es/commands/AttachSecurityProfileCommand.js +5 -0
  260. package/dist-es/commands/AttachThingPrincipalCommand.js +5 -0
  261. package/dist-es/commands/CancelAuditMitigationActionsTaskCommand.js +5 -0
  262. package/dist-es/commands/CancelAuditTaskCommand.js +5 -0
  263. package/dist-es/commands/CancelCertificateTransferCommand.js +5 -0
  264. package/dist-es/commands/CancelDetectMitigationActionsTaskCommand.js +5 -0
  265. package/dist-es/commands/CancelJobCommand.js +5 -0
  266. package/dist-es/commands/CancelJobExecutionCommand.js +5 -0
  267. package/dist-es/commands/ClearDefaultAuthorizerCommand.js +5 -0
  268. package/dist-es/commands/ConfirmTopicRuleDestinationCommand.js +5 -0
  269. package/dist-es/commands/CreateAuditSuppressionCommand.js +5 -0
  270. package/dist-es/commands/CreateAuthorizerCommand.js +5 -0
  271. package/dist-es/commands/CreateBillingGroupCommand.js +5 -0
  272. package/dist-es/commands/CreateCertificateFromCsrCommand.js +5 -0
  273. package/dist-es/commands/CreateCustomMetricCommand.js +5 -0
  274. package/dist-es/commands/CreateDimensionCommand.js +5 -0
  275. package/dist-es/commands/CreateDomainConfigurationCommand.js +5 -0
  276. package/dist-es/commands/CreateDynamicThingGroupCommand.js +5 -0
  277. package/dist-es/commands/CreateFleetMetricCommand.js +5 -0
  278. package/dist-es/commands/CreateJobCommand.js +5 -0
  279. package/dist-es/commands/CreateJobTemplateCommand.js +5 -0
  280. package/dist-es/commands/CreateKeysAndCertificateCommand.js +5 -0
  281. package/dist-es/commands/CreateMitigationActionCommand.js +5 -0
  282. package/dist-es/commands/CreateOTAUpdateCommand.js +5 -0
  283. package/dist-es/commands/CreatePackageCommand.js +5 -0
  284. package/dist-es/commands/CreatePackageVersionCommand.js +5 -0
  285. package/dist-es/commands/CreatePolicyCommand.js +5 -0
  286. package/dist-es/commands/CreatePolicyVersionCommand.js +5 -0
  287. package/dist-es/commands/CreateProvisioningClaimCommand.js +5 -0
  288. package/dist-es/commands/CreateProvisioningTemplateCommand.js +5 -0
  289. package/dist-es/commands/CreateProvisioningTemplateVersionCommand.js +5 -0
  290. package/dist-es/commands/CreateRoleAliasCommand.js +5 -0
  291. package/dist-es/commands/CreateScheduledAuditCommand.js +5 -0
  292. package/dist-es/commands/CreateSecurityProfileCommand.js +5 -0
  293. package/dist-es/commands/CreateStreamCommand.js +5 -0
  294. package/dist-es/commands/CreateThingCommand.js +5 -0
  295. package/dist-es/commands/CreateThingGroupCommand.js +5 -0
  296. package/dist-es/commands/CreateThingTypeCommand.js +5 -0
  297. package/dist-es/commands/CreateTopicRuleCommand.js +5 -0
  298. package/dist-es/commands/CreateTopicRuleDestinationCommand.js +5 -0
  299. package/dist-es/commands/DeleteAccountAuditConfigurationCommand.js +5 -0
  300. package/dist-es/commands/DeleteAuditSuppressionCommand.js +5 -0
  301. package/dist-es/commands/DeleteAuthorizerCommand.js +5 -0
  302. package/dist-es/commands/DeleteBillingGroupCommand.js +5 -0
  303. package/dist-es/commands/DeleteCACertificateCommand.js +5 -0
  304. package/dist-es/commands/DeleteCertificateCommand.js +5 -0
  305. package/dist-es/commands/DeleteCustomMetricCommand.js +5 -0
  306. package/dist-es/commands/DeleteDimensionCommand.js +5 -0
  307. package/dist-es/commands/DeleteDomainConfigurationCommand.js +5 -0
  308. package/dist-es/commands/DeleteDynamicThingGroupCommand.js +5 -0
  309. package/dist-es/commands/DeleteFleetMetricCommand.js +5 -0
  310. package/dist-es/commands/DeleteJobCommand.js +5 -0
  311. package/dist-es/commands/DeleteJobExecutionCommand.js +5 -0
  312. package/dist-es/commands/DeleteJobTemplateCommand.js +5 -0
  313. package/dist-es/commands/DeleteMitigationActionCommand.js +5 -0
  314. package/dist-es/commands/DeleteOTAUpdateCommand.js +5 -0
  315. package/dist-es/commands/DeletePackageCommand.js +5 -0
  316. package/dist-es/commands/DeletePackageVersionCommand.js +5 -0
  317. package/dist-es/commands/DeletePolicyCommand.js +5 -0
  318. package/dist-es/commands/DeletePolicyVersionCommand.js +5 -0
  319. package/dist-es/commands/DeleteProvisioningTemplateCommand.js +5 -0
  320. package/dist-es/commands/DeleteProvisioningTemplateVersionCommand.js +5 -0
  321. package/dist-es/commands/DeleteRegistrationCodeCommand.js +5 -0
  322. package/dist-es/commands/DeleteRoleAliasCommand.js +5 -0
  323. package/dist-es/commands/DeleteScheduledAuditCommand.js +5 -0
  324. package/dist-es/commands/DeleteSecurityProfileCommand.js +5 -0
  325. package/dist-es/commands/DeleteStreamCommand.js +5 -0
  326. package/dist-es/commands/DeleteThingCommand.js +5 -0
  327. package/dist-es/commands/DeleteThingGroupCommand.js +5 -0
  328. package/dist-es/commands/DeleteThingTypeCommand.js +5 -0
  329. package/dist-es/commands/DeleteTopicRuleCommand.js +5 -0
  330. package/dist-es/commands/DeleteTopicRuleDestinationCommand.js +5 -0
  331. package/dist-es/commands/DeleteV2LoggingLevelCommand.js +5 -0
  332. package/dist-es/commands/DeprecateThingTypeCommand.js +5 -0
  333. package/dist-es/commands/DescribeAccountAuditConfigurationCommand.js +5 -0
  334. package/dist-es/commands/DescribeAuditFindingCommand.js +5 -0
  335. package/dist-es/commands/DescribeAuditMitigationActionsTaskCommand.js +5 -0
  336. package/dist-es/commands/DescribeAuditSuppressionCommand.js +5 -0
  337. package/dist-es/commands/DescribeAuditTaskCommand.js +5 -0
  338. package/dist-es/commands/DescribeAuthorizerCommand.js +5 -0
  339. package/dist-es/commands/DescribeBillingGroupCommand.js +5 -0
  340. package/dist-es/commands/DescribeCACertificateCommand.js +5 -0
  341. package/dist-es/commands/DescribeCertificateCommand.js +5 -0
  342. package/dist-es/commands/DescribeCustomMetricCommand.js +5 -0
  343. package/dist-es/commands/DescribeDefaultAuthorizerCommand.js +5 -0
  344. package/dist-es/commands/DescribeDetectMitigationActionsTaskCommand.js +5 -0
  345. package/dist-es/commands/DescribeDimensionCommand.js +5 -0
  346. package/dist-es/commands/DescribeDomainConfigurationCommand.js +5 -0
  347. package/dist-es/commands/DescribeEndpointCommand.js +5 -0
  348. package/dist-es/commands/DescribeEventConfigurationsCommand.js +5 -0
  349. package/dist-es/commands/DescribeFleetMetricCommand.js +5 -0
  350. package/dist-es/commands/DescribeIndexCommand.js +5 -0
  351. package/dist-es/commands/DescribeJobCommand.js +5 -0
  352. package/dist-es/commands/DescribeJobExecutionCommand.js +5 -0
  353. package/dist-es/commands/DescribeJobTemplateCommand.js +5 -0
  354. package/dist-es/commands/DescribeManagedJobTemplateCommand.js +5 -0
  355. package/dist-es/commands/DescribeMitigationActionCommand.js +5 -0
  356. package/dist-es/commands/DescribeProvisioningTemplateCommand.js +5 -0
  357. package/dist-es/commands/DescribeProvisioningTemplateVersionCommand.js +5 -0
  358. package/dist-es/commands/DescribeRoleAliasCommand.js +5 -0
  359. package/dist-es/commands/DescribeScheduledAuditCommand.js +5 -0
  360. package/dist-es/commands/DescribeSecurityProfileCommand.js +5 -0
  361. package/dist-es/commands/DescribeStreamCommand.js +5 -0
  362. package/dist-es/commands/DescribeThingCommand.js +5 -0
  363. package/dist-es/commands/DescribeThingGroupCommand.js +5 -0
  364. package/dist-es/commands/DescribeThingRegistrationTaskCommand.js +5 -0
  365. package/dist-es/commands/DescribeThingTypeCommand.js +5 -0
  366. package/dist-es/commands/DetachPolicyCommand.js +5 -0
  367. package/dist-es/commands/DetachPrincipalPolicyCommand.js +5 -0
  368. package/dist-es/commands/DetachSecurityProfileCommand.js +5 -0
  369. package/dist-es/commands/DetachThingPrincipalCommand.js +5 -0
  370. package/dist-es/commands/DisableTopicRuleCommand.js +5 -0
  371. package/dist-es/commands/EnableTopicRuleCommand.js +5 -0
  372. package/dist-es/commands/GetBehaviorModelTrainingSummariesCommand.js +5 -0
  373. package/dist-es/commands/GetBucketsAggregationCommand.js +5 -0
  374. package/dist-es/commands/GetCardinalityCommand.js +5 -0
  375. package/dist-es/commands/GetEffectivePoliciesCommand.js +5 -0
  376. package/dist-es/commands/GetIndexingConfigurationCommand.js +5 -0
  377. package/dist-es/commands/GetJobDocumentCommand.js +5 -0
  378. package/dist-es/commands/GetLoggingOptionsCommand.js +5 -0
  379. package/dist-es/commands/GetOTAUpdateCommand.js +5 -0
  380. package/dist-es/commands/GetPackageCommand.js +5 -0
  381. package/dist-es/commands/GetPackageConfigurationCommand.js +5 -0
  382. package/dist-es/commands/GetPackageVersionCommand.js +5 -0
  383. package/dist-es/commands/GetPercentilesCommand.js +5 -0
  384. package/dist-es/commands/GetPolicyCommand.js +5 -0
  385. package/dist-es/commands/GetPolicyVersionCommand.js +5 -0
  386. package/dist-es/commands/GetRegistrationCodeCommand.js +5 -0
  387. package/dist-es/commands/GetStatisticsCommand.js +5 -0
  388. package/dist-es/commands/GetTopicRuleCommand.js +5 -0
  389. package/dist-es/commands/GetTopicRuleDestinationCommand.js +5 -0
  390. package/dist-es/commands/GetV2LoggingOptionsCommand.js +5 -0
  391. package/dist-es/commands/ListActiveViolationsCommand.js +5 -0
  392. package/dist-es/commands/ListAttachedPoliciesCommand.js +5 -0
  393. package/dist-es/commands/ListAuditFindingsCommand.js +5 -0
  394. package/dist-es/commands/ListAuditMitigationActionsExecutionsCommand.js +5 -0
  395. package/dist-es/commands/ListAuditMitigationActionsTasksCommand.js +5 -0
  396. package/dist-es/commands/ListAuditSuppressionsCommand.js +5 -0
  397. package/dist-es/commands/ListAuditTasksCommand.js +5 -0
  398. package/dist-es/commands/ListAuthorizersCommand.js +5 -0
  399. package/dist-es/commands/ListBillingGroupsCommand.js +5 -0
  400. package/dist-es/commands/ListCACertificatesCommand.js +5 -0
  401. package/dist-es/commands/ListCertificatesByCACommand.js +5 -0
  402. package/dist-es/commands/ListCertificatesCommand.js +5 -0
  403. package/dist-es/commands/ListCustomMetricsCommand.js +5 -0
  404. package/dist-es/commands/ListDetectMitigationActionsExecutionsCommand.js +5 -0
  405. package/dist-es/commands/ListDetectMitigationActionsTasksCommand.js +5 -0
  406. package/dist-es/commands/ListDimensionsCommand.js +5 -0
  407. package/dist-es/commands/ListDomainConfigurationsCommand.js +5 -0
  408. package/dist-es/commands/ListFleetMetricsCommand.js +5 -0
  409. package/dist-es/commands/ListIndicesCommand.js +5 -0
  410. package/dist-es/commands/ListJobExecutionsForJobCommand.js +5 -0
  411. package/dist-es/commands/ListJobExecutionsForThingCommand.js +5 -0
  412. package/dist-es/commands/ListJobTemplatesCommand.js +5 -0
  413. package/dist-es/commands/ListJobsCommand.js +5 -0
  414. package/dist-es/commands/ListManagedJobTemplatesCommand.js +5 -0
  415. package/dist-es/commands/ListMetricValuesCommand.js +5 -0
  416. package/dist-es/commands/ListMitigationActionsCommand.js +5 -0
  417. package/dist-es/commands/ListOTAUpdatesCommand.js +5 -0
  418. package/dist-es/commands/ListOutgoingCertificatesCommand.js +5 -0
  419. package/dist-es/commands/ListPackageVersionsCommand.js +5 -0
  420. package/dist-es/commands/ListPackagesCommand.js +5 -0
  421. package/dist-es/commands/ListPoliciesCommand.js +5 -0
  422. package/dist-es/commands/ListPolicyPrincipalsCommand.js +5 -0
  423. package/dist-es/commands/ListPolicyVersionsCommand.js +5 -0
  424. package/dist-es/commands/ListPrincipalPoliciesCommand.js +5 -0
  425. package/dist-es/commands/ListPrincipalThingsCommand.js +5 -0
  426. package/dist-es/commands/ListProvisioningTemplateVersionsCommand.js +5 -0
  427. package/dist-es/commands/ListProvisioningTemplatesCommand.js +5 -0
  428. package/dist-es/commands/ListRelatedResourcesForAuditFindingCommand.js +5 -0
  429. package/dist-es/commands/ListRoleAliasesCommand.js +5 -0
  430. package/dist-es/commands/ListScheduledAuditsCommand.js +5 -0
  431. package/dist-es/commands/ListSecurityProfilesCommand.js +5 -0
  432. package/dist-es/commands/ListSecurityProfilesForTargetCommand.js +5 -0
  433. package/dist-es/commands/ListStreamsCommand.js +5 -0
  434. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  435. package/dist-es/commands/ListTargetsForPolicyCommand.js +5 -0
  436. package/dist-es/commands/ListTargetsForSecurityProfileCommand.js +5 -0
  437. package/dist-es/commands/ListThingGroupsCommand.js +5 -0
  438. package/dist-es/commands/ListThingGroupsForThingCommand.js +5 -0
  439. package/dist-es/commands/ListThingPrincipalsCommand.js +5 -0
  440. package/dist-es/commands/ListThingRegistrationTaskReportsCommand.js +5 -0
  441. package/dist-es/commands/ListThingRegistrationTasksCommand.js +5 -0
  442. package/dist-es/commands/ListThingTypesCommand.js +5 -0
  443. package/dist-es/commands/ListThingsCommand.js +5 -0
  444. package/dist-es/commands/ListThingsInBillingGroupCommand.js +5 -0
  445. package/dist-es/commands/ListThingsInThingGroupCommand.js +5 -0
  446. package/dist-es/commands/ListTopicRuleDestinationsCommand.js +5 -0
  447. package/dist-es/commands/ListTopicRulesCommand.js +5 -0
  448. package/dist-es/commands/ListV2LoggingLevelsCommand.js +5 -0
  449. package/dist-es/commands/ListViolationEventsCommand.js +5 -0
  450. package/dist-es/commands/PutVerificationStateOnViolationCommand.js +5 -0
  451. package/dist-es/commands/RegisterCACertificateCommand.js +5 -0
  452. package/dist-es/commands/RegisterCertificateCommand.js +5 -0
  453. package/dist-es/commands/RegisterCertificateWithoutCACommand.js +5 -0
  454. package/dist-es/commands/RegisterThingCommand.js +5 -0
  455. package/dist-es/commands/RejectCertificateTransferCommand.js +5 -0
  456. package/dist-es/commands/RemoveThingFromBillingGroupCommand.js +5 -0
  457. package/dist-es/commands/RemoveThingFromThingGroupCommand.js +5 -0
  458. package/dist-es/commands/ReplaceTopicRuleCommand.js +5 -0
  459. package/dist-es/commands/SearchIndexCommand.js +5 -0
  460. package/dist-es/commands/SetDefaultAuthorizerCommand.js +5 -0
  461. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +5 -0
  462. package/dist-es/commands/SetLoggingOptionsCommand.js +5 -0
  463. package/dist-es/commands/SetV2LoggingLevelCommand.js +5 -0
  464. package/dist-es/commands/SetV2LoggingOptionsCommand.js +5 -0
  465. package/dist-es/commands/StartAuditMitigationActionsTaskCommand.js +5 -0
  466. package/dist-es/commands/StartDetectMitigationActionsTaskCommand.js +5 -0
  467. package/dist-es/commands/StartOnDemandAuditTaskCommand.js +5 -0
  468. package/dist-es/commands/StartThingRegistrationTaskCommand.js +5 -0
  469. package/dist-es/commands/StopThingRegistrationTaskCommand.js +5 -0
  470. package/dist-es/commands/TagResourceCommand.js +5 -0
  471. package/dist-es/commands/TestAuthorizationCommand.js +5 -0
  472. package/dist-es/commands/TestInvokeAuthorizerCommand.js +5 -0
  473. package/dist-es/commands/TransferCertificateCommand.js +5 -0
  474. package/dist-es/commands/UntagResourceCommand.js +5 -0
  475. package/dist-es/commands/UpdateAccountAuditConfigurationCommand.js +5 -0
  476. package/dist-es/commands/UpdateAuditSuppressionCommand.js +5 -0
  477. package/dist-es/commands/UpdateAuthorizerCommand.js +5 -0
  478. package/dist-es/commands/UpdateBillingGroupCommand.js +5 -0
  479. package/dist-es/commands/UpdateCACertificateCommand.js +5 -0
  480. package/dist-es/commands/UpdateCertificateCommand.js +5 -0
  481. package/dist-es/commands/UpdateCustomMetricCommand.js +5 -0
  482. package/dist-es/commands/UpdateDimensionCommand.js +5 -0
  483. package/dist-es/commands/UpdateDomainConfigurationCommand.js +5 -0
  484. package/dist-es/commands/UpdateDynamicThingGroupCommand.js +5 -0
  485. package/dist-es/commands/UpdateEventConfigurationsCommand.js +5 -0
  486. package/dist-es/commands/UpdateFleetMetricCommand.js +5 -0
  487. package/dist-es/commands/UpdateIndexingConfigurationCommand.js +5 -0
  488. package/dist-es/commands/UpdateJobCommand.js +5 -0
  489. package/dist-es/commands/UpdateMitigationActionCommand.js +5 -0
  490. package/dist-es/commands/UpdatePackageCommand.js +5 -0
  491. package/dist-es/commands/UpdatePackageConfigurationCommand.js +5 -0
  492. package/dist-es/commands/UpdatePackageVersionCommand.js +5 -0
  493. package/dist-es/commands/UpdateProvisioningTemplateCommand.js +5 -0
  494. package/dist-es/commands/UpdateRoleAliasCommand.js +5 -0
  495. package/dist-es/commands/UpdateScheduledAuditCommand.js +5 -0
  496. package/dist-es/commands/UpdateSecurityProfileCommand.js +5 -0
  497. package/dist-es/commands/UpdateStreamCommand.js +5 -0
  498. package/dist-es/commands/UpdateThingCommand.js +5 -0
  499. package/dist-es/commands/UpdateThingGroupCommand.js +5 -0
  500. package/dist-es/commands/UpdateThingGroupsForThingCommand.js +5 -0
  501. package/dist-es/commands/UpdateTopicRuleDestinationCommand.js +5 -0
  502. package/dist-es/commands/ValidateSecurityProfileBehaviorsCommand.js +5 -0
  503. package/dist-es/models/models_1.js +2 -0
  504. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +3 -5
  505. package/dist-types/commands/CreateTopicRuleCommand.d.ts +12 -0
  506. package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +2 -1
  507. package/dist-types/commands/DeletePackageVersionCommand.d.ts +1 -1
  508. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
  509. package/dist-types/commands/GetTopicRuleCommand.d.ts +12 -0
  510. package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +2 -2
  511. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +12 -0
  512. package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +1 -1
  513. package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
  514. package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +1 -1
  515. package/dist-types/models/models_0.d.ts +44 -22
  516. package/dist-types/models/models_1.d.ts +16 -29
  517. package/dist-types/models/models_2.d.ts +24 -3
  518. package/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +2 -4
  519. package/dist-types/ts3.4/models/models_0.d.ts +5 -1
  520. package/dist-types/ts3.4/models/models_1.d.ts +3 -5
  521. package/dist-types/ts3.4/models/models_2.d.ts +5 -1
  522. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListJobExecutionsForJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListJobExecutionsForJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListJobExecutionsForJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListJobExecutionsForThingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListJobExecutionsForThingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListJobExecutionsForThing",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListJobTemplatesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListJobTemplatesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListJobTemplates",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListJobsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListJobsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListJobs",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListManagedJobTemplatesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListManagedJobTemplatesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListManagedJobTemplates",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListMetricValuesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListMetricValuesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListMetricValues",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListMitigationActionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListMitigationActionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListMitigationActions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListOTAUpdatesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListOTAUpdatesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListOTAUpdates",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListOutgoingCertificatesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListOutgoingCertificatesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListOutgoingCertificates",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListPackageVersionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPackageVersionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListPackageVersions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListPackagesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPackagesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListPackages",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListPoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPoliciesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListPolicies",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListPolicyPrincipalsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPolicyPrincipalsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListPolicyPrincipals",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListPolicyVersionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPolicyVersionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListPolicyVersions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListPrincipalPoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPrincipalPoliciesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListPrincipalPolicies",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListPrincipalThingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPrincipalThingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListPrincipalThings",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListProvisioningTemplateVersionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListProvisioningTemplateVersionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListProvisioningTemplateVersions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListProvisioningTemplatesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListProvisioningTemplatesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListProvisioningTemplates",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListRelatedResourcesForAuditFindingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListRelatedResourcesForAuditFindingCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListRelatedResourcesForAuditFinding",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListRoleAliasesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListRoleAliasesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListRoleAliases",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListScheduledAuditsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListScheduledAuditsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListScheduledAudits",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListSecurityProfilesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListSecurityProfilesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListSecurityProfiles",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListSecurityProfilesForTargetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListSecurityProfilesForTargetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListSecurityProfilesForTarget",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListStreamsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListStreamsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListStreams",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListTagsForResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListTagsForResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListTargetsForPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListTargetsForPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListTargetsForPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListTargetsForSecurityProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListTargetsForSecurityProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListTargetsForSecurityProfile",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListThingGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListThingGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListThingGroups",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListThingGroupsForThingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListThingGroupsForThingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListThingGroupsForThing",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListThingPrincipalsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListThingPrincipalsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListThingPrincipals",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListThingRegistrationTaskReportsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListThingRegistrationTaskReportsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListThingRegistrationTaskReports",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListThingRegistrationTasksCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListThingRegistrationTasksCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIotService",
38
+ operation: "ListThingRegistrationTasks",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);